/* Ghazaei Pro — Monetize / Shortcode Styles */

/* Pricing Table */
.ghazaei-pricing-wrap {
    display: grid; grid-template-columns: repeat(3,1fr);
    gap: 20px; margin: 30px 0;
    font-family: 'IRANSans', Tahoma, Arial, sans-serif;
}
.ghazaei-pricing-card {
    background: #fff; border-radius: 14px; overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,.08);
    transition: transform .2s, box-shadow .2s;
    position: relative; border: 1px solid #e8eaed;
}
.ghazaei-pricing-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(0,0,0,.12); }
.ghazaei-pricing-card.popular { border-color: var(--card-color); border-width: 2px; }
.popular-badge {
    background: var(--card-color); color: #fff;
    text-align: center; padding: 6px; font-size: 12px;
    font-weight: 700;
}
.pricing-header { padding: 24px 20px 16px; border-bottom: 1px solid #f0f2f5; }
.pricing-header h3 { margin: 0 0 12px; color: var(--card-color); font-size: 17px; }
.pricing-price { display: flex; align-items: baseline; gap: 6px; flex-direction: column; }
.pricing-price .amount { font-size: 26px; font-weight: 800; color: #1a1a2e; }
.pricing-price .unit   { font-size: 12px; color: #888; }
.pricing-features { list-style: none; margin: 0; padding: 20px; }
.pricing-features li { padding: 7px 0; font-size: 14px; border-bottom: 1px solid #f7f8f9; }
.pricing-btn {
    display: block; margin: 0 20px 20px; padding: 12px;
    color: #fff; text-align: center; border-radius: 8px;
    text-decoration: none; font-weight: 700; font-size: 14px;
    transition: opacity .2s;
}
.pricing-btn:hover { opacity: .9; color: #fff; }

/* Service Box */
.ghazaei-service-box {
    background: #fff; border-radius: 10px; padding: 24px;
    text-align: center; transition: transform .2s;
    font-family: 'IRANSans', Tahoma, Arial, sans-serif;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
}
.ghazaei-service-box:hover { transform: translateY(-3px); }
.service-icon { font-size: 40px; margin-bottom: 12px; }
.service-title { font-size: 16px; font-weight: 700; margin: 0 0 8px; }
.service-desc  { font-size: 13px; color: #666; margin: 0 0 12px; line-height: 1.7; }
.service-link  { font-size: 13px; font-weight: 600; text-decoration: none; }

/* FAQ */
.ghazaei-faq-wrap { margin: 24px 0; font-family: 'IRANSans', Tahoma, Arial, sans-serif; }
.faq-title { color: #1a5276; font-size: 20px; margin-bottom: 16px; }
.faq-item  { border: 1px solid #e8eaed; border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.faq-question {
    width: 100%; background: #f8f9fa; border: none; padding: 16px 20px;
    cursor: pointer; display: flex; justify-content: space-between; align-items: center;
    font-size: 15px; font-weight: 600; color: #2c3e50; text-align: right;
    font-family: inherit; direction: rtl;
}
.faq-question:hover { background: #edf2f7; }
.faq-arrow { transition: transform .3s; font-size: 12px; flex-shrink: 0; margin-right: 12px; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item.open .faq-answer { max-height: 300px; }
.faq-answer p { padding: 16px 20px; margin: 0; font-size: 14px; color: #555; line-height: 1.8; }

/* CTA Box */
.ghazaei-cta-box {
    border-radius: 14px; padding: 36px 40px; margin: 32px 0;
    text-align: center; font-family: 'IRANSans', Tahoma, Arial, sans-serif;
}
.cta-title    { color: #fff; font-size: 22px; margin: 0 0 8px; }
.cta-subtitle { color: rgba(255,255,255,.85); font-size: 15px; margin: 0 0 16px; }
.cta-phone    { color: #fff; font-size: 20px; font-weight: 700; margin-bottom: 20px; }
.cta-buttons  { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cta-btn {
    padding: 12px 28px; border-radius: 25px; text-decoration: none;
    font-weight: 700; font-size: 14px; transition: transform .2s, opacity .2s;
}
.cta-btn.primary   { background: #fff; color: #1a5276; }
.cta-btn.secondary { background: rgba(255,255,255,.15); color: #fff; border: 2px solid rgba(255,255,255,.5); }
.cta-btn:hover     { transform: translateY(-2px); opacity: .95; }

/* Locked Content */
.ghazaei-locked-content {
    border: 2px dashed #d5d8dc; border-radius: 12px;
    padding: 40px; text-align: center;
    background: #f8f9fa; margin: 20px 0;
    font-family: 'IRANSans', Tahoma, Arial, sans-serif;
}
.lock-icon { font-size: 48px; margin-bottom: 12px; }
.lock-overlay h4 { font-size: 18px; color: #2c3e50; }
.lock-price { font-size: 16px; margin: 12px 0; }
.lock-btn {
    display: inline-block; padding: 12px 30px;
    background: #1a5276; color: #fff; border-radius: 25px;
    text-decoration: none; font-weight: 700; margin: 12px 0;
    transition: background .2s;
}
.lock-btn:hover { background: #154360; color: #fff; }
.lock-note { font-size: 12px; color: #888; margin-top: 8px; }

/* Download Box */
.ghazaei-download-box {
    display: flex; align-items: center; gap: 16px;
    background: #f0f7ff; border: 1px solid #bee3f8;
    border-radius: 10px; padding: 16px 20px; margin: 16px 0;
    font-family: 'IRANSans', Tahoma, Arial, sans-serif;
    direction: rtl;
}
.download-icon { font-size: 36px; flex-shrink: 0; }
.download-info { flex: 1; }
.download-title { font-weight: 700; display: block; margin-bottom: 4px; }
.download-free  { color: #27ae60; font-size: 13px; }
.download-price { color: #e67e22; font-size: 13px; font-weight: 600; }
.download-btn {
    padding: 10px 20px; border-radius: 8px; text-decoration: none;
    font-weight: 700; font-size: 13px; white-space: nowrap;
    transition: opacity .2s;
}
.download-btn.free { background: #27ae60; color: #fff; }
.download-btn.paid { background: #e67e22; color: #fff; }
.download-btn:hover { opacity: .9; color: #fff; }

/* Premium content badge */
.ghazaei-premium-content { border: 2px solid #f1c40f; border-radius: 8px; padding: 20px; }

@media (max-width: 768px) {
    .ghazaei-pricing-wrap { grid-template-columns: 1fr; }
    .ghazaei-cta-box { padding: 24px 20px; }
    .cta-buttons { flex-direction: column; align-items: center; }
}
