.dsm-container-d6c32485 {
    background: transparent !important;
    padding: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #ffffff;
    max-width: 100%;
    margin: 0;
    text-align: left;
}

.dsm-hero-wrap-d6c32485 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dsm-pre-title-d6c32485 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 8px;
}

.dsm-title-d6c32485 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 12px 0;
    letter-spacing: -0.03em;
    text-align: left;
}

.dsm-subtitle-d6c32485 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
    margin: 0 0 12px 0;
    text-align: left;
}

.dsm-desc-d6c32485 {
    font-size: 16px;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0 0 16px 0;
    text-align: left;
}

/* Partners list / trust row */
.dsm-partners-row-d6c32485 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 8px 0 20px 0;
    text-align: left;
}

.dsm-partner-badge-d6c32485 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dsm-partner-badge-text-d6c32485 {
    display: flex;
    flex-direction: column;
}

.dsm-brand-name-d6c32485 {
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
}

.dsm-partner-status-d6c32485 {
    font-size: 11px;
    color: #fbbf24;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.dsm-divider-vertical-d6c32485 {
    width: 1px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.15);
}

/* Badge 'Serving Resellers Since 1994' */
.dsm-badge-d6c32485 {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 6px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
}

.dsm-badge-label-d6c32485 {
    font-size: 10px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dsm-badge-year-d6c32485 {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}

/* Benefits Grid */
.dsm-benefits-grid-d6c32485 {
    display: grid;
    width: 100%;
    margin-bottom: 20px;
}

.dsm-benefit-item-d6c32485 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dsm-benefit-icon-d6c32485 {
    flex-shrink: 0;
}

.dsm-benefit-text-d6c32485 {
    font-size: 15px;
    color: #cbd5e1;
    font-weight: 500;
}

/* Dual Customizable Buttons Styling */
.dsm-buttons-row-d6c32485 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 12px;
}

.dsm-btn-primary-d6c32485 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0052e0;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.dsm-btn-primary-d6c32485:hover {
    background-color: #003fa8;
    transform: translateY(-1px);
}

.dsm-btn-secondary-d6c32485 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.dsm-btn-secondary-d6c32485:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: #ffffff;
    transform: translateY(-1px);
}

@media (max-width: 640px) {
    .dsm-partners-row-d6c32485 {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .dsm-divider-vertical-d6c32485 {
        display: none;
    }
    .dsm-buttons-row-d6c32485 {
        flex-direction: column;
        width: 100%;
        align-items: stretch;
    }
    .dsm-btn-primary-d6c32485,
    .dsm-btn-secondary-d6c32485 {
        width: 100%;
        text-align: center;
    }
}
