/* WHATSAPP PAGE REVIZE */

.m34-wa-content {
    max-width: 837px;
}

/* INTRO */
.m34-wa-intro {
    margin-bottom: 42px;
}

.m34-wa-title {
    max-width: 811px;
    margin-bottom: 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #0B163F;
}

.m34-wa-text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #575757;
}

/* QUOTE BOX */
.m34-wa-quote-box {
    width: 100%;
    min-height: 348px;
    background: #FFFFFF;
    border-top: 4px solid #175CFF;
    box-shadow: 0 5px 20px rgba(210, 210, 245, 0.5);
    border-radius: 16px;
    padding: 48px;
    margin-bottom: 56px;
}

.m34-wa-quote-icon {
    color: #175CFF;
    font-size: 16px;
    margin-bottom: 18px;
}

.m34-wa-quote-icon.bottom {
    margin-top: 18px;
    margin-bottom: 0;
}

.m34-wa-quote-box h3 {
    margin-bottom: 18px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
}

.m34-wa-quote-box p {
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #575757;
}

/* META */
.m34-wa-meta-section {
    margin-bottom: 64px;
}

.m34-wa-meta-section h2 {
    margin-bottom: 22px;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: -0.32px;
    color: #0B1C30;
}

.m34-wa-meta-section p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.m34-wa-meta-lead {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 29px;
    color: #434656;
}

.m34-wa-meta-desc {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 26px;
    color: #737688;
}

.m34-wa-meta-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),
                0 4px 6px -4px rgba(0,0,0,.1);
}

/* BENEFITS */
.m34-wa-benefits-section {
    margin-top: 52px;
}

.m34-wa-benefits-heading {
    max-width: 576px;
    margin-bottom: 48px;
}

.m34-wa-benefits-heading h2 {
    margin-bottom: 16px;
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    letter-spacing: -0.3px;
    color: #0B1C30;
}

.m34-wa-benefits-heading p {
    margin-bottom: 0;
    max-width: 493px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #515F74;
}

.m34-wa-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 48px;
}

.m34-wa-benefit-item {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 22px;
    align-items: flex-start;
}

.m34-wa-benefit-icon {
    width: 56px;
    height: 56px;
    background: #F8FAFC;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #25D366;
    font-size: 22px;
}

.m34-wa-benefit-content h4 {
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: -0.24px;
    color: #0B1C30;
}

.m34-wa-benefit-content p {
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #515F74;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .m34-wa-content {
        max-width: 100%;
    }

    .m34-wa-benefits-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .m34-wa-quote-box {
        padding: 32px 24px;
    }

    .m34-wa-meta-section h2,
    .m34-wa-benefits-heading h2 {
        font-size: 26px;
        line-height: 34px;
    }
}
/* =========================================================
   WHATSAPP PLATFORM FEATURES - NEW
========================================================= */

.wa-platform-section {
    padding: 110px 0;
    background: #F8F9FA;
}

.wa-platform-heading {
    max-width: 760px;
    margin: 0 auto 55px;
}

.wa-platform-heading h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #151E16;
    margin: 0 0 10px;
}

.wa-platform-heading p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #3C4A3D;
    margin: 0;
}

.wa-platform-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.wa-platform-card {
    background: #fff;
    border: 1px solid #BBCBB9;
    border-radius: 12px;
    padding: 32px;
    min-height: 456px;
    position: relative;
    overflow: hidden;
}

.wa-card-large {
    grid-column: span 2;
}

.wa-card-wide {
    grid-column: span 3;
    min-height: 300px;
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: 40px;
    align-items: center;
}

.wa-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 20px;
}

.wa-card-icon.green {
    background: rgba(0, 109, 47, .1);
    color: #006D2F;
}

.wa-card-icon.blue {
    background: rgba(0, 102, 138, .1);
    color: #00668A;
}

.wa-card-icon.gray {
    background: rgba(86, 95, 104, .1);
    color: #565F68;
}

.wa-card-icon.red {
    background: rgba(186, 26, 26, .1);
    color: #BA1A1A;
}

.wa-platform-card h3 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #151E16;
    margin: 0 0 14px;
}

.wa-platform-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #3C4A3D;
    margin: 0 0 28px;
}

/* Numara Ekleme */

.wa-number-box {
    max-width: 592px;
    background: #fff;
    border: 1px solid #BBCBB9;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.10), 0 8px 10px -6px rgba(0,0,0,.10);
}

.wa-number-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.wa-number-top span {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #151E16;
}

.wa-number-top button {
    border: 0;
    height: 40px;
    border-radius: 8px;
    background: #006D2F;
    color: #fff;
    padding: 0 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.wa-number-user {
    background: #F3FCEF;
    border: 1px solid #BBCBB9;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wa-user-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.wa-user-dot {
    width: 40px;
    height: 40px;
    background: #25D366;
    border-radius: 50%;
}

.wa-number-user strong {
    display: block;
    font-size: 15px;
    color: #151E16;
}

.wa-number-user small {
    display: block;
    font-size: 12px;
    color: #3C4A3D;
}

.wa-status {
    background: #DCFCE7;
    color: #15803D;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 700;
}

/* Liste Yönetimi */

.wa-list-box {
    margin-top: 22px;
}

.wa-list-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #BBCBB9;
    padding: 12px 8px;
}

.wa-list-row span {
    font-size: 12px;
    font-weight: 500;
    color: #151E16;
}

.wa-list-row strong {
    background: rgba(0, 109, 47, .1);
    color: #006D2F;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 500;
}

/* Telefon */

.wa-phone-preview {
    width: 200px;
    height: 380px;
    margin: 34px auto 0;
    background: #F0F2F5;
    border: 8px solid #1C1C1C;
    border-radius: 30px;
    position: relative;
    padding: 62px 12px 0;
}

.wa-phone-notch {
    position: absolute;
    width: 60px;
    height: 15px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #1C1C1C;
    border-radius: 0 0 10px 10px;
}

.wa-chat-bubble {
    background: #DCF8C6;
    border-radius: 0 8px 8px 8px;
    padding: 10px;
    font-size: 10px;
    line-height: 13px;
    color: #151E16;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

/* Raporlama */

.wa-export-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #006D2F;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 28px;
}

.wa-report-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 42px;
}

.wa-stat-box {
    background: #EDF6E9;
    border: 1px solid #BBCBB9;
    border-radius: 16px;
    padding: 18px;
}

.wa-stat-box small {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #3C4A3D;
    margin-bottom: 8px;
}

.wa-stat-box strong {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #006D2F;
    font-weight: 700;
}

.wa-chart {
    height: 128px;
    display: flex;
    align-items: flex-end;
    gap: 6px;
    padding: 0 16px;
}

.wa-chart span {
    flex: 1;
    background: #25D366;
    border-radius: 2px 2px 0 0;
}

.wa-chart span:nth-child(1) { height: 42%; }
.wa-chart span:nth-child(2) { height: 70%; }
.wa-chart span:nth-child(3) { height: 55%; background: #006D2F; }
.wa-chart span:nth-child(4) { height: 90%; }
.wa-chart span:nth-child(5) { height: 32%; background: #48C4FF; }

/* Chat */

.wa-chat-preview {
    background: #fff;
    border: 1px solid #6B21A8;
    border-radius: 18px;
    box-shadow: 0 16px 35px rgba(91, 33, 182, .18);
    overflow: hidden;
}

.wa-chat-header {
    height: 42px;
    background: #5B149B;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
}

.wa-chat-avatar {
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,.25);
    border-radius: 50%;
}

.wa-chat-header strong {
    flex: 1;
    font-size: 13px;
    font-weight: 500;
}

.wa-chat-body {
    padding: 22px;
    background: #fff;
}

.wa-chat-message {
    max-width: 78%;
    padding: 12px 14px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 14px;
}

.wa-chat-message.incoming {
    background: #F8FAFC;
    color: #151E16;
}

.wa-chat-message.outgoing {
    background: #5B149B;
    color: #fff;
    margin-left: auto;
}

/* Responsive */

@media (max-width: 1200px) {
    .wa-platform-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wa-card-large,
    .wa-card-wide {
        grid-column: span 2;
    }

    .wa-card-wide {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .wa-platform-section {
        padding: 80px 0;
    }

    .wa-platform-grid {
        grid-template-columns: 1fr;
    }

    .wa-card-large,
    .wa-card-wide {
        grid-column: span 1;
    }

    .wa-platform-card {
        min-height: auto;
        padding: 26px;
    }

    .wa-report-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .wa-number-top,
    .wa-number-user {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }
}

@media (max-width: 576px) {
    .wa-platform-heading h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .wa-report-stats {
        grid-template-columns: 1fr;
    }

    .wa-phone-preview {
        transform: scale(.9);
        transform-origin: center top;
        margin-bottom: -30px;
    }
}
/* WHATSAPP COMPARISON SECTION */

.wa-compare-section {
    padding: 100px 0;
    background: #ffffff;
}

.wa-compare-heading {
    max-width: 980px;
    margin: 0 auto 52px;
    text-align: center;
}

.wa-compare-heading h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    color: #151E16;
    margin: 0 0 22px;
}

.wa-compare-heading p {
    max-width: 920px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 32px;
    color: #3C4A3D;
}

.wa-compare-table-wrap {
    max-width: 1152px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    overflow-x: auto;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.08),
                0 8px 10px -6px rgba(0,0,0,.06);
    border: 1px solid #EEF2F7;
}

.wa-compare-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.wa-compare-table th {
    height: 96px;
    padding: 28px 32px;
    background: #F8F9FA;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #191C1E;
    text-align: center;
    border-bottom: 1px solid #EEF2F7;
}

.wa-compare-table th:first-child {
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .7px;
    color: #6B7280;
    text-transform: uppercase;
}

.wa-compare-table td {
    height: 72px;
    padding: 24px 32px;
    background: #fff;
    border-top: 1px solid #EEF2F7;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #3F4946;
    text-align: center;
    transition: .25s ease;
}

.wa-compare-table td:first-child {
    text-align: left;
    font-weight: 600;
    color: #191C1E;
}

.wa-compare-table td:nth-child(2) {
    font-weight: 500;
    color: #6B7280;
}

.wa-compare-table td:nth-child(3) {
    font-weight: 700;
    color: #00453D;
}

.wa-compare-table th:hover,
.wa-compare-table td:hover {
    background: #25D366 !important;
    color: #ffffff !important;
}
/* MOBILE */
@media (max-width: 991px) {
    .wa-compare-section {
        padding: 80px 0;
    }

    .wa-compare-heading h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .wa-compare-heading p {
        font-size: 15px;
        line-height: 28px;
    }
}

@media (max-width: 768px) {
    .wa-compare-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .wa-compare-table {
        min-width: 920px;
        table-layout: fixed;
    }

    .wa-compare-table th,
    .wa-compare-table td {
        white-space: normal;
    }
}

@media (max-width: 576px) {
    .wa-compare-section {
        padding: 70px 0;
    }

    .wa-compare-heading h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .wa-compare-heading p {
        font-size: 14px;
        line-height: 26px;
    }
}
/* WHATSAPP CTA SECTION */

.wa-cta-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(115.27deg, #124ACC 0%, #00349F 100%);
    padding: 95px 0 100px;
    margin: 0;
}

.wa-cta-pattern {
    position: absolute;
    inset: 0;
    opacity: .18;
    background: radial-gradient(rgba(255,255,255,.28) 1px, transparent 1px);
    background-size: 26px 26px;
}

.wa-cta-blur {
    position: absolute;
    border-radius: 999px;
    filter: blur(70px);
    pointer-events: none;
}

.wa-cta-blur-left {
    width: 260px;
    height: 260px;
    left: -100px;
    bottom: -100px;
    background: rgba(255,255,255,.16);
}

.wa-cta-blur-right {
    width: 380px;
    height: 380px;
    right: -120px;
    top: -120px;
    background: rgba(182,196,255,.16);
}

.wa-cta-content {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
}

.wa-cta-content h2 {
    margin: 0 auto 42px;
    max-width: 1180px;
    font-family: 'Poppins', sans-serif !important;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: -.8px;
    color: #ffffff;
}

.wa-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.wa-cta-btn {
    width: 150px;
    height: 42px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: all .25s ease;
}

.wa-cta-btn-white {
    background: #ffffff;
    color: #00349F;
    border: 1px solid #ffffff;
}

.wa-cta-btn-white:hover {
    background: #f5f7ff;
    color: #00349F;
}

.wa-cta-btn-outline {
    border: 1px solid rgba(255,255,255,.30);
    color: #ffffff;
    background: transparent;
}

.wa-cta-btn-outline:hover {
    background: rgba(255,255,255,.10);
    color: #ffffff;
}

@media (max-width: 991px) {
    .wa-cta-section {
        padding: 80px 0;
    }

    .wa-cta-content h2 {
        font-size: 38px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .wa-cta-content h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 34px;
    }

    .wa-cta-buttons {
        flex-direction: column;
        gap: 14px;
    }

    .wa-cta-btn {
        width: 100%;
        max-width: 320px;
    }

    }
