.pma-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 650px;
    width: 100%;
}

.pma-eyebrow {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 12px; /* Reduced from 16px */
    font-weight: 500;
}

.pma-headline {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 16px 0; /* Reduced from 24px */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pma-description {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 24px; /* Reduced from 40px */
    max-width: 550px;
}

.pma-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 16px; /* Reduced from 24px */
    margin-bottom: 32px; /* Reduced from 40px */
}

.pma-benefit-item {
    border-left: 2px solid #fff;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px; /* Reduced from 8px */
}

.pma-benefit-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.pma-benefit-text {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.pma-quote-box {
    border: 1px solid #fff;
    padding: 24px; /* Reduced from 32px */
    margin-bottom: 32px; /* Reduced from 40px */
    background: transparent;
}

.pma-quote-text {
    font-size: 20px;
    font-style: italic;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 12px; /* Reduced from 16px */
}

.pma-quote-attr {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

.pma-tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px; /* Reduced from 40px */
}

.pma-tag {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #fff;
    padding: 8px 16px;
    color: #fff;
    background: transparent;
}

.pma-trust-msg {
    font-size: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}
