.wc-ag-commission-box{margin-top:6px;padding:6px 10px;background:#f7faff;border:1px solid #e2e8ff;border-radius:6px;display:inline-block}
.wc-ag-dashboard .cards{display:grid;gap:12px;grid-template-columns:repeat(4,1fr)}
.wc-ag-card{background:#fff;border:1px solid #eee;border-radius:10px;padding:14px;box-shadow:0 6px 12px rgba(0,0,0,.04)}
.wc-ag-withdraw{margin-top:20px;background:#fff;border:1px solid #eee;border-radius:10px;padding:14px}
.wc-ag-table{width:100%;border-collapse:collapse;margin-top:10px}
.wc-ag-table th,.wc-ag-table td{border:1px solid #eee;padding:8px}
#wc-ag-withdraw-wa{display:none;margin-left:10px}
.wc-ag-qr img{border:1px solid #eee;border-radius:8px;padding:6px;margin-top:6px}

@media(max-width:900px){.wc-ag-dashboard .cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.wc-ag-dashboard .cards{grid-template-columns:1fr}}

:root{--gradStart:#10b981;--gradEnd:#06b6d4;}
.wc-ag-landing .hero{background:linear-gradient(135deg,var(--gradStart),var(--gradEnd));color:#fff;border-radius:16px;padding:56px 24px;margin-bottom:24px}
.wc-ag-landing .hero-content{max-width:1100px;margin:0 auto;text-align:center}
.wc-ag-landing h1{font-size:44px;margin:0 0 12px;font-weight:800}
.wc-ag-landing p{font-size:18px;opacity:.95}
.wc-ag-landing .cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin:20px 0}
.wc-ag-landing .btn{padding:12px 18px;border-radius:12px;text-decoration:none;display:inline-block;box-shadow:0 6px 14px rgba(0,0,0,.12)}
.wc-ag-landing .btn.primary{background:#00e0a4;color:#0a0a0a;font-weight:800}
.wc-ag-landing .btn.ghost{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.6);color:#fff}
.wc-ag-landing .btn.wa{background:#25D366;color:#111;font-weight:800}
.wc-ag-landing .benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:18px 0}
.wc-ag-landing .benefits .card{background:#fff;border:1px solid #eee;border-radius:14px;padding:18px;text-align:center}
.wc-ag-landing .benefits .icon{font-size:32px;margin-bottom:8px}
.wc-ag-landing .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:18px 0}
.wc-ag-landing .steps .step{background:#fff;border:1px solid #eee;border-radius:14px;padding:16px;text-align:center}
.wc-ag-landing .steps .num{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--gradStart);color:#fff;margin-bottom:8px;font-weight:800}
.wc-ag-landing .testimonials{background:#fafafa;border:1px solid #eee;border-radius:14px;padding:18px;margin:18px 0;text-align:center}
.wc-ag-landing .wcag-ts-item{display:none}
.wc-ag-landing .faq{margin:18px 0}
.wc-ag-landing details{background:#fff;border:1px solid #eee;border-radius:10px;padding:12px;margin-bottom:8px}
.wc-ag-landing .final-cta{text-align:center;margin:28px 0}
@media(max-width:1100px){.wc-ag-landing .benefits,.wc-ag-landing .steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.wc-ag-landing .benefits,.wc-ag-landing .steps{grid-template-columns:1fr} .wc-ag-landing h1{font-size:32px}}