 .mc-mbt-main-wrapper {
    direction: rtl;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 16px 60px;
}

/* Buttons */
.mc-mbt-btn,
.mc-mbt-btn-outline {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.mc-mbt-btn-primary {
    background: #0f766e;
    color: #fff;
    border-color: #0f766e;
}

.mc-mbt-btn-primary:hover {
    background: #115e59;
    border-color: #115e59;
}

.mc-mbt-btn-secondary {
    background: #e0f2f1;
    color: #0f766e;
    border-color: #0f766e;
}

.mc-mbt-btn-secondary:hover {
    background: #c7ece9;
}

.mc-mbt-btn-outline {
    border-color: #0f766e;
    color: #0f766e;
}

.mc-mbt-btn-outline:hover {
    background: #0f766e;
    color: #fff;
}

/* Section titles */
.mc-mbt-section-title {
    font-size: 22px;
    margin-bottom: 18px;
    border-right: 4px solid #0f766e;
    padding-right: 10px;
}

/* Hero */
.mc-mbt-hero {
    background: linear-gradient(135deg, #ecfeff, #f1f5f9);
    border-radius: 18px;
    padding: 30px 24px;
    margin-bottom: 36px;
}

.mc-mbt-hero-title {
    font-size: 26px;
    margin-bottom: 10px;
}

.mc-mbt-hero-subtitle {
    font-size: 15px;
    color: #4b5563;
    margin-bottom: 14px;
}

.mc-mbt-hero-bullets {
    list-style: disc;
    padding-right: 20px;
    color: #374151;
    font-size: 14px;
    margin-bottom: 16px;
}

.mc-mbt-hero-cta a + a {
    margin-right: 8px;
}

/* Stages */
.mc-mbt-stages {
    margin-bottom: 36px;
}

.mc-mbt-stage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
}

.mc-mbt-stage-card {
    border-radius: 14px;
    padding: 14px 12px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.mc-mbt-stage-card h3 {
    font-size: 15px;
    margin-bottom: 6px;
}

.mc-mbt-stage-card p {
    font-size: 13px;
    color: #6b7280;
}

.mc-mbt-stage-card:hover {
    box-shadow: 0 8px 20px rgba(15, 118, 110, 0.08);
    transform: translateY(-2px);
}

/* Hero posts grid */
.mc-mbt-hero-posts {
    margin-bottom: 40px;
}

.mc-mbt-hero-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.mc-mbt-hero-post-card {
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 16px 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mc-mbt-hero-post-title a {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    text-decoration: none;
}

.mc-mbt-hero-post-title a:hover {
    color: #0f766e;
}

.mc-mbt-hero-post-meta {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
    margin-bottom: 8px;
}

.mc-mbt-hero-post-excerpt {
    font-size: 13px;
    color: #4b5563;
    margin-bottom: 10px;
}

.mc-mbt-link-read {
    font-size: 13px;
    color: #0f766e;
    font-weight: 600;
    text-decoration: none;
}

/* Tags clusters */
.mc-mbt-tags-clusters {
    margin-bottom: 40px;
}

.mc-mbt-tag-cluster {
    margin-bottom: 20px;
}

.mc-mbt-tag-cluster h3 {
    font-size: 15px;
    margin-bottom: 6px;
}

.mc-mbt-tags-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mc-mbt-tag-pill {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    font-size: 12px;
    text-decoration: none;
    color: #374151;
    background: #f9fafb;
    min-width: 110px;
}

.mc-mbt-tag-pill:hover {
    border-color: #0f766e;
    color: #0f766e;
}

.mc-mbt-tag-count {
    font-size: 11px;
    color: #6b7280;
}

.mc-mbt-tags-note {
    font-size: 12px;
    color: #6b7280;
    margin-top: 8px;
}

/* Latest posts */
.mc-mbt-latest-posts {
    margin-bottom: 40px;
}

.mc-mbt-latest-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.mc-mbt-latest-card {
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 12px 12px 14px;
}

.mc-mbt-latest-title a {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
}

.mc-mbt-latest-title a:hover {
    color: #0f766e;
}

.mc-mbt-post-date {
    display: inline-block;
    margin-top: 4px;
    font-size: 11px;
    color: #9ca3af;
}

.mc-mbt-latest-excerpt {
    font-size: 13px;
    color: #4b5563;
    margin-top: 6px;
}

.mc-mbt-more-link {
    margin-top: 18px;
    text-align: center;
}

/* FAQ */
.mc-mbt-faq-section {
    margin-bottom: 40px;
}

.mc-mbt-faq-list {
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    padding: 16px 16px 12px;
}

.mc-mbt-faq-item + .mc-mbt-faq-item {
    border-top: 1px solid #e5e7eb;
    margin-top: 10px;
    padding-top: 10px;
}

.mc-mbt-faq-question {
    font-size: 14px;
    font-weight: 600;
}

.mc-mbt-faq-answer {
    font-size: 13px;
    color: #4b5563;
    margin-top: 4px;
}

/* Final CTA */
.mc-mbt-final-cta {
    border-radius: 18px;
    background: #0f766e;
    color: #ecfeff;
    padding: 24px 20px;
    text-align: center;
}

.mc-mbt-final-cta h2 {
    font-size: 20px;
    margin-bottom: 6px;
}

.mc-mbt-final-cta p {
    font-size: 14px;
    margin-bottom: 12px;
}

/* Archive header */
.mc-mbt-archive-header {
    margin-bottom: 30px;
    text-align: right;
}

.mc-mbt-archive-title {
    font-size: 26px;
    margin-bottom: 6px;
}

.mc-mbt-archive-subtitle {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 12px;
}

.mc-mbt-archive-cta a + a {
    margin-right: 8px;
}

/* Archive grid */
.mc-mbt-archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}

.mc-mbt-archive-card {
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 14px 14px 16px;
}

.mc-mbt-archive-post-title a {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
}

.mc-mbt-archive-post-title a:hover {
    color: #0f766e;
}

.mc-mbt-archive-meta {
    margin-top: 4px;
    font-size: 11px;
    color: #9ca3af;
}

.mc-mbt-archive-excerpt {
    font-size: 13px;
    color: #4b5563;
    margin-top: 6px;
}

/* Pagination */
.mc-mbt-pagination {
    text-align: center;
}

.mc-mbt-pagination-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 4px;
}

.mc-mbt-pagination-item a,
.mc-mbt-pagination-item span {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    font-size: 13px;
}

.mc-mbt-pagination-item .current {
    background: #0f766e;
    color: #ffffff;
    border-color: #0f766e;
}

/* Responsive */
@media (max-width: 640px) {
    .mc-mbt-main-wrapper {
        padding: 24px 12px 40px;
    }

    .mc-mbt-hero-title,
    .mc-mbt-archive-title {
        font-size: 22px;
    }

    .mc-mbt-section-title {
        font-size: 18px;
    }
}
