/* =============================================
   Business Cards Category Page — Custom Styles
   ============================================= */
html{scroll-behavior:smooth}

/* HERO */
.bc-hero{background:linear-gradient(135deg,#1E3A8A 0%,#2563EB 50%,#3B82F6 100%);color:#fff;padding:56px 0;position:relative;overflow:hidden}
.bc-hero::after{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:rgba(255,255,255,.05);border-radius:50%}
.bc-hero .container{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.bc-hero-content h1{font-size:38px;font-weight:800;line-height:1.2;margin-bottom:14px}
.bc-hero-content h1 span{color:#F59E0B}
.bc-hero-content>p{font-size:17px;opacity:.9;margin-bottom:22px;line-height:1.7}
.bc-hero-ctas{display:flex;gap:12px;flex-wrap:wrap}
.bc-hero-stats{display:flex;gap:28px;margin-top:28px;flex-wrap:wrap}
.bc-stat{text-align:center}
.bc-stat strong{display:block;font-size:24px;font-weight:800}
.bc-stat span{font-size:12px;opacity:.8}
.bc-hero-visual{display:grid;grid-template-columns:1fr 1fr;gap:12px;transform:rotate(-3deg);position:relative;z-index:1}
.bc-hero-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.15);color:#1E293B}
.bc-hero-card img{width:100%;height:120px;object-fit:cover}
.bc-hero-card-text{padding:12px 14px}
.bc-hero-card-text h4{font-size:13px;font-weight:600;margin-bottom:3px}
.bc-hero-price{color:#2563EB;font-weight:700;font-size:17px}
.bc-hero-price small{font-size:12px;color:#94A3B8;font-weight:400}
.bc-hero-card.featured{grid-column:span 2;display:grid;grid-template-columns:120px 1fr;align-items:center}
.bc-hero-card.featured img{height:100%;min-height:80px}

/* BUTTONS */
.bc-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:8px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;border:none;cursor:pointer;min-height:48px}
.bc-btn-accent{background:#F59E0B;color:#fff}
.bc-btn-accent:hover{background:#D97706;transform:translateY(-2px);box-shadow:0 4px 12px rgba(245,158,11,.4);color:#fff}
.bc-btn-whatsapp{background:#25D366;color:#fff}
.bc-btn-whatsapp:hover{background:#1DA851;color:#fff}
.bc-btn-white{background:#fff;color:#2563EB}
.bc-btn-white:hover{background:#EFF6FF;color:#1D4ED8}

/* TRUST BAR */
.bc-trust-bar{background:#F8FAFC;border-bottom:1px solid #E2E8F0;padding:18px 0}
.bc-trust-items{display:flex;justify-content:center;gap:36px;flex-wrap:wrap}
.bc-trust-item{display:flex;align-items:center;gap:10px;font-size:14px;color:#475569}
.bc-trust-item i{font-size:20px;color:#2563EB;width:24px;text-align:center}
.bc-trust-item strong{display:block;font-weight:600;color:#1E293B}
.bc-trust-item small{font-size:12px;color:#94A3B8}

/* JUMP NAV */
.bc-jump-nav{padding:44px 0 28px;text-align:center}
.bc-jump-nav h2{font-size:26px;font-weight:700;margin-bottom:6px}
.bc-jump-subtitle{color:#475569;font-size:15px;margin-bottom:28px}
.bc-jump-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.bc-jump-card{background:#fff;border:2px solid #E2E8F0;border-radius:12px;padding:24px 16px;text-align:center;text-decoration:none;color:#1E293B;transition:all .3s}
.bc-jump-card:hover,.bc-jump-card.active{border-color:#2563EB;box-shadow:0 4px 12px rgba(37,99,235,.12);transform:translateY(-4px);color:#1E293B}
.bc-jump-card i{font-size:28px;color:#2563EB;margin-bottom:10px;display:block}
.bc-jump-card h3{font-size:15px;font-weight:600;margin-bottom:4px}
.bc-jump-card span{font-size:12px;color:#94A3B8}

/* PRODUCT SECTIONS */
.bc-section{padding:40px 0}
.bc-section:nth-child(even){background:#F8FAFC}
.bc-section-header{display:flex;align-items:center;gap:16px;margin-bottom:28px;padding-bottom:18px;border-bottom:2px solid #E2E8F0}
.bc-section-icon{width:50px;height:50px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;color:#fff}
.bc-section-icon.regular{background:#2563EB}
.bc-section-icon.premium{background:#7C3AED}
.bc-section-icon.diecut{background:#D97706}
.bc-section-header h2{font-size:20px;font-weight:700;margin-bottom:3px}
.bc-section-header p{font-size:14px;color:#475569;margin:0}
.bc-price-tag{display:inline-block;background:#10B981;color:#fff;font-size:12px;font-weight:700;padding:2px 10px;border-radius:20px;margin-left:8px;vertical-align:middle}

/* PRODUCT GRID */
.bc-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.bc-product-card{background:#fff;border:1px solid #E2E8F0;border-radius:12px;overflow:hidden;transition:all .3s;position:relative;text-decoration:none;color:#1E293B;display:block}
.bc-product-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.1);transform:translateY(-4px);border-color:transparent;color:#1E293B}
.bc-product-img{width:100%;height:240px;overflow:hidden;background:#F1F5F9}
.bc-product-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.bc-product-card:hover .bc-product-img img{transform:scale(1.08)}
.bc-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#94A3B8;font-size:13px;padding:20px;text-align:center}
.bc-product-info{padding:16px}
.bc-product-info h3{font-size:15px;font-weight:600;margin-bottom:8px;line-height:1.3}
.bc-product-price{font-size:18px;font-weight:700;color:#1E293B;margin-bottom:12px}
.bc-product-price .woocommerce-Price-amount{font-size:18px;font-weight:700}
.bc-product-price .woocommerce-Price-currencySymbol{font-size:14px}
.bc-select-btn{display:inline-block;padding:8px 18px;background:#2563EB;color:#fff;border-radius:6px;font-size:13px;font-weight:600;transition:background .2s}
.bc-product-card:hover .bc-select-btn{background:#1D4ED8}

/* BADGES */
.bc-badge{position:absolute;top:12px;left:12px;z-index:2;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}
.bc-badge-bestseller{background:#FEF3C7;color:#92400E}
.bc-badge-eco{background:#D1FAE5;color:#065F46}
.bc-badge-premium{background:#EDE9FE;color:#5B21B6}
.bc-badge-trending{background:#DBEAFE;color:#1D4ED8}

/* HOW IT WORKS */
.bc-how-it-works{padding:56px 0;text-align:center;background:#fff}
.bc-how-it-works h2{font-size:26px;font-weight:700;margin-bottom:6px}
.bc-section-subtitle{color:#475569;font-size:15px;margin-bottom:32px}
.bc-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:24px}
.bc-step{text-align:center;position:relative}
.bc-step:not(:last-child)::after{content:'→';position:absolute;right:-18px;top:28px;font-size:22px;color:#94A3B8}
.bc-step-num{width:56px;height:56px;background:#2563EB;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;margin:0 auto 14px}
.bc-step h3{font-size:15px;font-weight:600;margin-bottom:6px}
.bc-step p{font-size:13px;color:#475569}

/* FAQ */
.bc-faq{padding:56px 0;background:#F8FAFC}
.bc-faq h2{text-align:center;font-size:26px;font-weight:700;margin-bottom:28px}
.bc-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:900px;margin:0 auto}
.bc-faq-item{border:1px solid #E2E8F0;border-radius:8px;overflow:hidden;background:#fff}
.bc-faq-q{padding:14px 18px;font-size:14px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:#fff;border:none;width:100%;text-align:left;color:#1E293B;transition:background .2s}
.bc-faq-q:hover{background:#F8FAFC}
.bc-faq-q span{font-size:20px;color:#2563EB;font-weight:300;transition:transform .2s;margin-left:12px;flex-shrink:0}
.bc-faq-item.open .bc-faq-q span{transform:rotate(45deg)}
.bc-faq-item.open .bc-faq-q{color:#2563EB}
.bc-faq-a{padding:0 18px 14px;font-size:14px;color:#475569;line-height:1.7;display:none}
.bc-faq-item.open .bc-faq-a{display:block}

/* SEO CONTENT */
.bc-seo-content{padding:56px 0;background:#fff}
.bc-seo-content .container{max-width:860px}
.bc-seo-content h2{font-size:22px;font-weight:700;margin-bottom:14px}
.bc-seo-content h3{font-size:17px;font-weight:600;margin:20px 0 8px}
.bc-seo-content p{font-size:15px;color:#475569;line-height:1.8;margin-bottom:10px}
.bc-seo-content ul{margin:8px 0 16px 20px;color:#475569;font-size:15px;line-height:1.8}

/* BOTTOM CTA */
.bc-bottom-cta{padding:56px 0;background:linear-gradient(135deg,#1E3A8A 0%,#2563EB 100%);color:#fff;text-align:center}
.bc-bottom-cta h2{font-size:30px;font-weight:800;margin-bottom:10px}
.bc-bottom-cta>p,.bc-bottom-cta .container>p{font-size:17px;opacity:.9;margin-bottom:22px}
.bc-cta-btns{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}

/* ========== RESPONSIVE ========== */
@media(max-width:1024px){
    .bc-hero .container{grid-template-columns:1fr;text-align:center}
    .bc-hero-visual{display:none}
    .bc-hero-ctas,.bc-hero-stats{justify-content:center}
    .bc-steps{grid-template-columns:repeat(2,1fr)}
    .bc-step:not(:last-child)::after{display:none}
}
@media(max-width:768px){
    .bc-hero-content h1{font-size:28px}
    .bc-jump-cards{grid-template-columns:1fr}
    .bc-product-grid{grid-template-columns:repeat(2,1fr);gap:14px}
    .bc-product-img{height:180px}
    .bc-faq-grid{grid-template-columns:1fr}
    .bc-trust-items{gap:20px}
}
@media(max-width:480px){
    .bc-hero{padding:36px 0}
    .bc-product-grid{grid-template-columns:1fr}
    .bc-hero-stats{flex-direction:column;gap:10px}
    .bc-hero-content h1{font-size:24px}
    .bc-cta-btns{flex-direction:column;align-items:center}
    .bc-hero-ctas{flex-direction:column;align-items:stretch}
    .bc-bottom-cta{padding:36px 0}
    .bc-bottom-cta h2{font-size:24px}
    .bc-how-it-works{padding:40px 0}
    .bc-faq{padding:40px 0}
    .bc-jump-nav{padding:28px 0 20px}
}
@media(max-width:375px){
    .bc-hero{padding:28px 0}
    .bc-hero-content h1{font-size:20px}
    .bc-stat strong{font-size:20px}
    .bc-bottom-cta h2{font-size:20px}
    .bc-product-img{height:160px}
    .bc-steps{grid-template-columns:1fr}
}
