
.buynow-pricing-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 0;
}
.buynow-feature-footer-section {
    margin-top: 3rem;
    padding: 3rem 1.5rem;
    background: #fafafa;
    border-radius: 24px;
    border: 1px solid #f0f0f0;
}
.buynow-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    text-align: center;
}
.buynow-feature-item {
    padding: 1rem;
    transition: transform 0.2s ease;
}
.buynow-feature-item:hover {
    transform: translateY(-3px);
}
@media (max-width: 768px) {
    .buynow-feature-grid {
        grid-template-columns: 1fr 1fr; /* 2 columns on tablets */
        gap: 1rem;
    }
    .buynow-pricing-wrapper {
        padding: 1rem;
    }
}
@media (max-width: 480px) {
    .buynow-feature-grid {
        grid-template-columns: 1fr; /* Full width on small phones */
    }
    .buynow-credits-amount {
        font-size: 3rem; /* Slightly smaller for mobile screens */
    }
}
.buynow-credits-box-1 {
    padding: 2rem 1.5rem !important;
}
.buynow-credits-count-display {
    font-size: 2.4rem; /* Even bigger to emphasize the 'Fuel' */
    color: #ff397a;
    margin-top: 1.5rem;
    font-weight: 800;
}
.icon-list b {
    color: #333;
    font-weight: 600;
}
.icon-list li {
    margin-bottom: 0.75rem;
    font-size: 1.0rem;
    color: #666;
}
/* Updated Credit Box Styles */
.buynow-credits-box-1 {
    position: relative;
    max-width: 300px;
    background: #fafafa;
    padding: 1.5rem 1.0rem;
    margin: 0.5rem;
    border: 1px solid #d1d1d1;
    border-radius: 12px;
    transition: transform 0.2s ease;
}
.buynow-credits-box-2 {
    padding: 1.0rem;
    margin: 0.0rem 1.0rem;
    text-align: center;
    /*background: #fafafa;*/
    /*border: 1px solid #d1d1d1;*/
    /*border-radius: 12px;*/
    /*transition: transform 0.2s ease;*/
}
.buynow-credits-header-1 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
    justify-content: center;
}
.buynow-credits-box-1:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.buynow-credits-count-display {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ff397a; /* Matching your 'Creator Pro' pink */
    margin: 1rem 0 0.25rem 0;
}
.buynow-credits-bonus-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff397a;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 1px;
}
.buynow-credits-box-starter .buynow-credits-bonus-badge {
    background: #000 !important;
}
.buynow-credits-box-value .buynow-credits-bonus-badge {
    background: #ff397a !important;
}
.buynow-credits-box-power .buynow-credits-bonus-badge {
    background: #6f42c1 !important;
}
/*.buynow-credits-box-power .buynow-credits-bonus-badge {*/
/*    background: #3d5afe !important;*/
/*}*/
.buynow-credits-price-container {
    display: flex;
    align-items: baseline; /* Keeps the bottom of the text aligned */
    justify-content: center;
    font-family: 'Inter', sans-serif; /* Or any clean sans-serif */
    color: #333;
    padding-left: 0.5rem;
}
/* Pricing typography tweaks */
.buynow-credits-amount {
    font-size: 4rem;
    letter-spacing: -2px;
}
.buynow-credits-period {
    font-size: 1.2rem;
    font-weight: 600;
    opacity: 0.7;
}
.buynow-credits-currency {
    font-size: 2rem;
    vertical-align: top;
    margin-right: 2px;
    /* Adjusting position slightly up if baseline looks off */
    transform: translateY(-2.0rem);
}
.buynow-credits-hype {
    font-size: 0.9rem;
    color: #666;
}

