.pricing-container-30371f6e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 20px 0;
    font-family: 'Montserrat', 'Segoe UI', Roboto, sans-serif;
    align-items: stretch;
}

.pricing-card-30371f6e {
    position: relative;
    border: 1px solid #e1e8f5;
    border-radius: 16px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.pricing-card-30371f6e.featured {
    border: 2.5px solid #f27a1a;
    transform: scale(1.02);
}

.badge-30371f6e {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #f27a1a;
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(242, 122, 26, 0.3);
    white-space: nowrap;
}

.pack-header-30371f6e {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 25px;
}

.pack-icon-wrapper-30371f6e {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f0f4fd;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pack-icon-wrapper-30371f6e i,
.pack-icon-wrapper-30371f6e svg {
    font-size: 24px;
    color: #0c1b40;
    fill: #0c1b40;
    width: 24px;
    height: 24px;
}

.pack-title-desc-30371f6e {
    flex-grow: 1;
}

.pack-title-30371f6e {
    font-size: 22px;
    font-weight: 700;
    color: #0c1b40;
    margin: 0 0 6px 0;
}

.pack-desc-30371f6e {
    font-size: 13px;
    color: #667085;
    margin: 0;
    line-height: 1.4;
}

.pack-divider-30371f6e {
    height: 1px;
    background-color: #e4e7ec;
    margin-bottom: 25px;
}

.pack-features-30371f6e {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex-grow: 1;
}

.pack-features-30371f6e li {
    font-size: 14px;
    color: #344054;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.4;
}

.feat-icon-30371f6e {
    color: #12b76a;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
}

.featured .feat-icon-30371f6e {
    color: #f27a1a;
}

.pack-footer-30371f6e {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: auto;
    gap: 15px;
}

.pack-price-wrapper-30371f6e {
    display: flex;
    flex-direction: column;
}

.price-label-30371f6e {
    font-size: 12px;
    color: #667085;
    margin-bottom: 2px;
}

.price-amount-30371f6e {
    font-size: 32px;
    font-weight: 800;
    color: #0c1b40;
    line-height: 1;
}

.pack-btn-30371f6e {
    background-color: #0c1b40;
    color: #ffffff !important;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #0c1b40;
    transition: all 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
}

.pack-btn-30371f6e:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}
