@media (max-width: 480px) {
    .b2b-keypoints-flex-row, .b2b-painpoints-row {
        flex-direction: column;
        gap: 0.4rem;
        padding: 0 0.1rem;
    }
}
@media (max-width: 480px) {
    .b2b-keypoints-list {
        flex-direction: column;
        gap: 0.5rem;
        padding: 0 0.1rem;
    }
}
@media (max-width: 480px) {
    .b2b-painpoints-list {
        gap: 0.3rem;
    }
}
@media (max-width: 480px) {
    .b2b-painpoints-list li {
        padding: 0.4rem 0.5rem;
        font-size: 0.93rem;
    }
}
@media (max-width: 480px) {
    .b2b-keypoints-list li {
        min-width: 0;
        width: 100%;
        padding: 0.5rem 0.5rem;
        font-size: 0.95rem;
    }
}
@media (max-width: 480px) {
    .b2b-keypoint-card, .b2b-painpoint-card {
        min-width: 0;
        width: 100%;
        font-size: 0.95rem;
        padding: 0.5rem 0.5rem;
    }
}
/* B2B Comparison Table Styles */
.b2b-comparison-table {
    width: 100%;
    max-width: 1200px;
    margin: 2rem auto 1.5rem auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.b2b-comparison-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Zen Dots', cursive;
    font-size: 1.1rem;
    color: var(--text-color);
    margin-bottom: 0.5rem;
    padding: 0 0.5rem;
}
.b2b-comparison-title {
    flex: 1 1 0;
    text-align: left;
}
.b2b-comparison-title:last-child {
    text-align: right;
}
.b2b-comparison-row {
    display: flex;
    gap: 1rem;
    align-items: stretch;
}
.b2b-comparison-row > .b2b-keypoint-card,
.b2b-comparison-row > .b2b-painpoint-card {
    flex: 1 1 0;
    margin: 0;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.b2b-comparison-row > .b2b-painpoint-card {
    justify-content: flex-end;
}
/* B2B Key Points Flex Layout */
.b2b-keypoints-flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 1.5rem auto 0.5rem auto;
    padding: 0 1.2rem;
}
.b2b-keypoint-card {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    background: rgba(142,45,226,0.13);
    border-radius: 14px;
    padding: 0.2rem;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(142,45,226,0.08);
    font-size: 1.08rem;
    transition: background 0.2s, transform 0.2s;
    color: #e0e0e0;
    margin: 0.2rem 0;
}
.b2b-keypoint-card:hover {
    background: rgba(255,0,128,0.13);
    transform: translateY(-3px) scale(1.03);
}
.b2b-keypoint-card .b2b-keypoint-icon {
    font-size: 1.2rem;
    min-width: 2.2rem;
    text-align: center;
}
.b2b-keypoint-card .b2b-keypoint-label {
    color: var(--text-color);
    font-size: .85rem;
    font-family: 'Parkinsans', sans-serif;
    letter-spacing: 0.01em;
}
.b2b-painpoints-row {
    margin-top: 0.7rem;
    gap: 1.1rem 1.7rem;
}
.b2b-painpoint-card {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    background: rgba(255,0,128,0.10);
    border-radius: 14px;
    padding: 0.2rem 0.5rem;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(142,45,226,0.08);
    font-size: 1.08rem;
    transition: background 0.2s, transform 0.2s;
    color: #e0e0e0;
    margin: 0.2rem 0;
}
.b2b-painpoint-card:hover {
    background: rgba(255,0,128,0.18);
    transform: translateY(-2px) scale(1.03);
}
.b2b-painpoint-card .b2b-keypoint-icon {
    font-size: 1.2rem;
    min-width: 1.7rem;
    text-align: center;
}
.b2b-painpoint-card .b2b-keypoint-label {
    color: var(--text-color);
    font-size: .85rem;
    font-family: 'Parkinsans', sans-serif;
    letter-spacing: 0.01em;
}
@media (max-width: 1024px) {
    .b2b-keypoints-flex-row, .b2b-painpoints-row {
        max-width: 99vw;
        gap: 1rem 1.2rem;
    }
    .b2b-keypoint-card, .b2b-painpoint-card {
        min-width: 160px;
        font-size: 0.99rem;
        padding: 0.7rem 1rem;
    }
}
@media (max-width: 768px) {
    .b2b-keypoints-flex-row, .b2b-painpoints-row {
        flex-wrap: wrap;
        gap: 0.7rem 0.7rem;
        padding: 0 0.2rem;
    }
    .b2b-keypoint-card, .b2b-painpoint-card {
        min-width: 120px;
        font-size: 0.97rem;
        padding: 0.6rem 0.7rem;
    }
    .b2b-keypoint-card .b2b-keypoint-icon, .b2b-painpoint-card .b2b-keypoint-icon {
        font-size: 1.2rem;
        min-width: 1.3rem;
    }
}
@media (max-width: 480px) {
    .b2b-keypoints-flex-row, .b2b-painpoints-row {
        flex-direction: column;
        gap: 0.4rem;
        padding: 0 0.1rem;
    }
    .b2b-keypoint-card, .b2b-painpoint-card {
        min-width: 0;
        width: 100%;
        font-size: 0.95rem;
        padding: 0.5rem 0.5rem;
    }
}
/* B2B Pain Points List (Infographic) */
.b2b-painpoints-list {
    margin-top: 0.5rem;
    background: none;
    gap: 0.7rem 2.2rem;
}
.b2b-painpoints-list li {
    background: rgba(255,0,128,0.07);
    color: #ffb3e6;
    font-weight: 400;
    box-shadow: none;
}
.b2b-painpoints-list li .b2b-keypoint-label {
    color: #ffb3e6;
}
@media (max-width: 768px) {
    .b2b-painpoints-list {
        gap: 0.5rem 1.2rem;
    }
    .b2b-painpoints-list li {
        font-size: 0.97rem;
        padding: 0.5rem 0.7rem;
    }
}
@media (max-width: 480px) {
    .b2b-painpoints-list {
        gap: 0.3rem;
    }
    .b2b-painpoints-list li {
        padding: 0.4rem 0.5rem;
        font-size: 0.93rem;
    }
}
/* B2B Key Points List (Infographic) */
.b2b-keypoints-list {
    max-width: 650px;
    margin: 1.5rem auto 2.5rem auto;
    padding: 0 1.2rem;
    color: #e0e0e0;
    font-size: 1.08rem;
    text-align: left;
    line-height: 1.7;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.1rem 2.2rem;
    list-style: none;
}
.b2b-keypoints-list li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    background: rgba(142,45,226,0.10);
    border-radius: 14px;
    padding: 0.7rem 1.2rem;
    font-weight: 500;
    min-width: 180px;
    margin: 0.2rem 0;
    box-shadow: 0 2px 8px rgba(142,45,226,0.06);
    transition: background 0.2s;
}
.b2b-keypoints-list li:hover {
    background: rgba(255,0,128,0.13);
}
.b2b-keypoint-icon {
    font-size: 1.7rem;
    display: inline-block;
    min-width: 2.2rem;
    text-align: center;
}
.b2b-keypoint-label {
    color: #e0e0e0;
    font-size: 1.05rem;
    font-family: 'Parkinsans', sans-serif;
    letter-spacing: 0.01em;
}
@media (max-width: 768px) {
    .b2b-keypoints-list {
        font-size: 1rem;
        gap: 0.7rem 1.2rem;
        padding: 0 0.2rem;
    }
    .b2b-keypoints-list li {
        min-width: 120px;
        padding: 0.6rem 0.7rem;
        font-size: 0.98rem;
    }
    .b2b-keypoint-icon {
        font-size: 1.3rem;
        min-width: 1.5rem;
    }
}
@media (max-width: 480px) {
    .b2b-keypoints-list {
        flex-direction: column;
        gap: 0.5rem;
        padding: 0 0.1rem;
    }
    .b2b-keypoints-list li {
        min-width: 0;
        width: 100%;
        padding: 0.5rem 0.5rem;
        font-size: 0.95rem;
    }
}