.m34-blog-detail {
    padding: 64px 0 96px;
    background: #fff;
}

.m34-blog-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 760px) 360px !important;
    gap: 64px !important;
    align-items: flex-start !important;
    justify-content: center;
}

.m34-blog-main {
    max-width: 760px;
}

.m34-blog-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    font-family: 'Poppins', sans-serif;
    color: #434654;
    font-size: 14px;
    font-weight: 500;
}

.m34-blog-meta span + span {
    border-left: 1px solid #C3C6D6;
    padding-left: 12px;
}

.m34-blog-title {
    margin: 0 0 32px;
    font-family: 'Poppins', sans-serif !important;
    color: #0B163F;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.8px;
}

.m34-blog-content {
    color: #575757;
    overflow: visible;
}

.m34-blog-content p {
    font-family: 'Poppins', sans-serif;
    color: #575757;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 22px;
}

.m34-blog-content h1,
.m34-blog-content h2 {
    font-family: 'Poppins', sans-serif !important;
    color: #0B163F;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 48px 0 20px;
}

.m34-blog-content h3 {
    font-family: 'Poppins', sans-serif !important;
    color: #0B163F;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 34px 0 14px;
}

.m34-blog-content ul,
.m34-blog-content ol {
    margin: 0 0 28px 20px;
    padding: 0;
}

.m34-blog-content li {
    font-family: 'Poppins', sans-serif;
    color: #575757;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 8px;
}

.m34-blog-content a {
    color: #124ACC;
    font-weight: 600;
    text-decoration: none;
}

.m34-blog-content img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 24px 0 8px;
    border: 1px solid #C3C6D6;
}

/* Kullanım alanları */
.m34-usecase-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 48px;
    margin: 28px 0 48px;
}

.m34-usecase-grid h3 {
    font-size: 16px !important;
    line-height: 24px !important;
    margin: 0 0 10px !important;
}

.m34-usecase-grid ul {
    margin-bottom: 0 !important;
}

/* Avantaj kartları */
.m34-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin: 28px 0 48px;
}

.m34-card {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 22px;
    background: #fff;
}

.m34-card h3 {
    font-size: 16px !important;
    line-height: 24px !important;
    margin: 0 0 8px !important;
    color: #124ACC !important;
}

.m34-card p {
    font-size: 14px !important;
    line-height: 22px !important;
    margin: 0 !important;
}

/* Sidebar */
.m34-blog-sidebar {
    position: sticky;
    top: 110px;
    align-self: flex-start;
}

.m34-blog-sidebar-sticky {
    position: static;
}

.m34-toc-box {
    margin-bottom: 32px;
}

.m34-toc-box h4 {
    font-family: 'Poppins', sans-serif;
    color: #434654;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#blogToc {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-left: 1px solid #C3C6D6;
    padding-left: 16px;
}

#blogToc a {
    font-family: 'Poppins', sans-serif;
    color: #737688;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    transition: all .2s ease;
}

#blogToc a.active {
    color: #124ACC;
    font-weight: 700;
    border-left: 3px solid #124ACC;
    padding-left: 13px;
    margin-left: -17px;
}

.m34-sidebar-cta {
    padding: 24px;
    border: 1px solid #C3C6D6;
    border-radius: 16px;
    background: #fff;
    margin-bottom: 32px;
}

.m34-sidebar-cta h4 {
    font-family: 'Poppins', sans-serif !important;
    color: #0B163F;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.m34-sidebar-cta p {
    font-family: 'Poppins', sans-serif;
    color: #575757;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
}

.m34-sidebar-cta a {
    display: block;
    width: 100%;
    text-align: center;
    background: #124ACC;
    color: #fff;
    border-radius: 12px;
    padding: 8px 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

/* Paylaş */
.m34-share-box {
    margin-top: 8px;
}

.m34-share-box h3 {
    font-family: 'Poppins', sans-serif !important;
    color: #0B163F;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.m34-share-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.m34-share-links a {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: #F8FAFC;
    border: 1px solid #F3F4F6;
    color: #124ACC;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.m34-share-links button {
    height: 44px;
    border-radius: 9999px;
    border: 1px solid #F3F4F6;
    background: #F8FAFC;
    color: #4B5563;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 0 18px;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

/* Neden Message34 */
.m34-why-message {
    margin-top: 64px;
}

.m34-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 24px;
}

.m34-why-item {
    text-align: center;
}

.m34-why-item i {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #EEF4FF;
    color: #124ACC;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.m34-why-item h3 {
    font-size: 14px !important;
    line-height: 20px !important;
    margin: 0 0 6px !important;
    font-weight: 700 !important;
}

.m34-why-item p {
    font-size: 13px !important;
    line-height: 20px !important;
    margin: 0 !important;
}

/* Alt CTA */
.m34-bottom-cta {
    margin-top: 40px;
    background: #124ACC;
    color: #fff;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.m34-bottom-cta h2 {
    color: #fff !important;
    font-size: 22px !important;
    line-height: 30px !important;
    margin: 0 0 6px !important;
}

.m34-bottom-cta p {
    color: rgba(255,255,255,.85) !important;
    font-size: 14px !important;
    line-height: 22px !important;
    margin: 0 !important;
}

.m34-bottom-cta a {
    background: #fff;
    color: #124ACC;
    border-radius: 8px;
    padding: 10px 18px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

/* SSS Accordion - mevcut site görünümüne yakın */
.m34-faq-section {
    margin-top: 96px;
    padding-top: 8px;
}

.m34-faq-label {
    color: #124ACC;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.m34-faq-section h2 {
    text-align: center;
    color: #0B163F !important;
    font-size: 40px !important;
    line-height: 50px !important;
    font-weight: 700 !important;
    margin: 0 0 44px !important;
}

.m34-faq-item {
    border: 1px solid #DDE2EA;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.03);
}

.m34-faq-question {
    width: 100%;
    min-height: 70px;
    border: 0;
    outline: none;
    background: #fff;
    padding: 22px 28px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #575757;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    cursor: pointer;
}

.m34-faq-question span {
    width: 10px;
    height: 10px;
    border-right: 2px solid #124ACC;
    border-bottom: 2px solid #124ACC;
    transform: rotate(45deg);
    transition: .25s ease;
    flex: 0 0 auto;
    margin-right: 6px;
    font-size: 0;
}
.m34-faq-item.active .m34-faq-question span{
    transform: rotate(-135deg);
}

.m34-faq-answer {
    display: none;
    padding: 0 28px 28px;
}

.m34-faq-answer p {
    color: #575757 !important;
    font-size: 17px !important;
    line-height: 32px !important;
    margin: 0 !important;
}

.m34-faq-item.active {
    border-color: #DDE2EA;
}

.m34-faq-item.active .m34-faq-question {
    color: #124ACC;
}

.m34-faq-item.active .m34-faq-answer {
    display: block;
}

/* Mobil */
@media (max-width: 991px) {
    .m34-blog-layout {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }

    .m34-blog-main {
        max-width: 100%;
    }

    .m34-blog-sidebar {
        position: static;
    }

    .m34-blog-title {
        font-size: 32px;
    }

    .m34-blog-content p {
        font-size: 16px;
        line-height: 28px;
    }

    .m34-blog-content h1,
    .m34-blog-content h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .m34-usecase-grid,
    .m34-card-grid,
    .m34-why-grid {
        grid-template-columns: 1fr;
    }

    .m34-bottom-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}