/* ==========================================================================
   DYNAMIC HOMEPAGE PRODUCT CARDS
   ========================================================================== */
.hp-card-image-wrap {
    position: relative;
    background: #f8fafc;
}
.hp-card-link {
    display: block;
    text-align: center;
}
.hp-badge-absolute {
    position: absolute;
    top: 12px;
    left: 12px;
}
.hp-badge-new {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #10b981;
}
.hp-badge-trending {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #f59e0b;
}
.hp-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.hp-card-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 0.85rem;
    color: #64748b;
}
.text-warning-custom {
    color: #f59e0b;
}
.hp-card-title-wrap {
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0 0 15px 0;
    line-height: 1.4;
}
.hp-card-title-link {
    color: #0f172a;
    text-decoration: none;
}
.hp-card-category {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #10b981;
    margin-bottom: 20px;
    font-weight: 600;
}
.hp-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #f1f5f9;
}
.hp-price-free {
    font-size: 1.15rem;
    font-weight: 800;
    color: #10b981;
}
.hp-price-amount {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0073AA;
}
.hp-price-del {
    color: #94a3b8;
    font-size: 0.9rem;
    font-weight: 500;
    margin-left: 4px;
}
.hp-card-actions {
    display: flex;
    gap: 8px;
}
.dyn-price-del {
    font-weight: 500;
    font-size: 0.95rem;
}
.dyn-product-img {
    max-height: 220px;
}

/* ==========================================================================
   HERO MOCKUP & CATEGORIES
   ========================================================================== */
.mockup-dot {
    width: 12px;
    height: 12px;
}
.mockup-bar-80 {
    width: 80% !important;
}
.mockup-bar-60 {
    width: 60% !important;
}
.mockup-bar-90 {
    width: 90% !important;
}
.cat-icon-size {
    font-size: 2.5rem;
}

/* ==========================================================================
   WP.ORG AUTHOR SECTION
   ========================================================================== */
.wp-author-circle {
    width: 250px;
    height: 250px;
    border: 8px solid #F8FAFC;
}
.wp-author-icon {
    font-size: 100px;
    color: #21759b;
}
.wp-author-badge {
    bottom: -15px;
    font-size: 1rem;
}

/* ==========================================================================
   BLOG / ARTICLES SECTION
   ========================================================================== */
.blog-card-border {
    border: 1px solid #f1f5f9 !important;
}
.blog-img-fixed {
    height: 220px;
}
.blog-icon-placeholder {
    font-size: 3rem;
    color: #6c757d;
    opacity: 0.8;
}
.blog-read-more {
    font-size: 0.95rem;
}
.seo-footer-text {
    line-height: 1.8;
}

/* ==========================================================================
   PAYMENT LOGOS SECTION
   ========================================================================== */
.payment-section-container {
    max-width: 1200px;
    margin: 60px auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}
.payment-header-box {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    padding: 40px 30px;
    border-radius: 18px;
    text-align: center;
    color: #fff;
    box-shadow: 0 12px 35px rgba(0,0,0,.12);
}
.payment-secure-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,.1);
    padding: 12px 22px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
}
.payment-secure-icon {
    color: #22c55e;
    font-size: 22px;
}
.payment-secure-text {
    color: #22c55e;
}
.payment-desc-text {
    margin: 20px 0 0;
    font-size: 17px;
    color: #d1d5db;
    line-height: 1.8;
}
.payment-logos-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
    margin-top: 45px;
}
.payment-logo-box {
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}
.pay-icon-visa { font-size: 46px; color: #1A1F71; }
.pay-icon-mc { font-size: 46px; color: #EB001B; }
.pay-icon-paypal { font-size: 46px; color: #00457C; }
.pay-icon-gpay { font-size: 46px; color: #5F6368; }
.pay-text-upi { font-size: 22px; font-weight: 700; color: #ff6b00; }
.pay-text-paytm { font-size: 20px; font-weight: 700; color: #00BAF2; }
.pay-text-phonepe { font-size: 18px; font-weight: 700; color: #5F259F; }
.pay-icon-netbanking { font-size: 36px; color: #475569; }
.pay-icon-crypto { font-size: 42px; color: #F7931A; }