.bt-pm-section-5f2e8203 {
    padding: 80px 20px;
    font-family: 'Inter', sans-serif;
    color: #0D1B2A;
    background-color: #F5F7FA;
}

.bt-pm-header-5f2e8203 {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.bt-pm-label-5f2e8203 {
    display: inline-block;
    color: #E0A100;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.bt-pm-heading-5f2e8203 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #0D1B2A;
    margin: 0 0 20px;
    line-height: 1.3;
}

.bt-pm-subheading-5f2e8203 {
    font-size: 18px;
    color: #4A5568;
    line-height: 1.6;
    margin: 0;
}

.bt-pm-grid-5f2e8203 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.bt-pm-card-5f2e8203 {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(13, 27, 42, 0.05);
    border: 1px solid rgba(13, 27, 42, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(30px);
}

.bt-pm-card-5f2e8203.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.bt-pm-card-5f2e8203:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(13, 27, 42, 0.1);
    border-color: rgba(224, 161, 0, 0.3);
}

.bt-pm-card-icon-5f2e8203 {
    width: 64px;
    height: 64px;
    background-color: rgba(13, 27, 42, 0.05);
    color: #0D1B2A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}

.bt-pm-card-icon-5f2e8203 svg {
    width: 28px;
    height: 28px;
    fill: #0D1B2A;
}

.bt-pm-card-5f2e8203:hover .bt-pm-card-icon-5f2e8203 {
    animation: floatIcon 2s ease-in-out infinite;
    background-color: #0D1B2A;
    color: #FFF;
}

.bt-pm-card-5f2e8203:hover .bt-pm-card-icon-5f2e8203 svg {
    fill: #FFF;
}

@keyframes floatIcon {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.bt-pm-card-title-5f2e8203 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #0D1B2A;
    margin: 0 0 15px;
}

.bt-pm-card-desc-5f2e8203 {
    font-size: 15px;
    color: #4A5568;
    line-height: 1.6;
    margin: 0 0 25px;
    min-height: 72px;
}

.bt-pm-card-methods-5f2e8203 {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    flex-grow: 1;
}

.bt-pm-card-methods-5f2e8203 li {
    font-size: 15px;
    color: #0D1B2A;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.bt-pm-check-5f2e8203 {
    color: #E0A100;
    margin-right: 12px;
    font-size: 14px;
}

.bt-pm-card-badge-5f2e8203 {
    display: inline-block;
    padding: 8px 16px;
    background-color: rgba(224, 161, 0, 0.1);
    color: #E0A100;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    align-self: flex-start;
    margin-top: auto;
}

.bt-pm-cta-5f2e8203 {
    text-align: center;
    margin-top: 60px;
    padding-top: 50px;
    border-top: 1px solid rgba(13, 27, 42, 0.1);
}

.bt-pm-cta-heading-5f2e8203 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #0D1B2A;
    margin: 0 0 20px;
}

.bt-pm-cta-btn-5f2e8203 {
    display: inline-block;
    background-color: #0D1B2A;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 16px 36px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(13, 27, 42, 0.2);
}

.bt-pm-cta-btn-5f2e8203:hover {
    background-color: #E0A100;
    color: #0D1B2A;
    box-shadow: 0 8px 25px rgba(224, 161, 0, 0.4);
    transform: translateY(-2px);
}

@media (max-width: 992px) {
    .bt-pm-grid-5f2e8203 {
        grid-template-columns: 1fr;
    }
    
    .bt-pm-heading-5f2e8203 {
        font-size: 28px;
    }
    
    .bt-pm-card-desc-5f2e8203 {
        min-height: auto;
    }
}
