:root{--edtech-bg-primary:#ffffff;--edtech-bg-secondary:#f5f5f5;--edtech-accent-primary:#1f1f1f;--edtech-accent-secondary:#3a3a3a;--edtech-accent-gold:#c0a060;--edtech-text-primary:#1a1a1a;--edtech-text-secondary:#6b6b6b;--edtech-radius-md:12px;--edtech-radius-lg:16px;--edtech-shadow-soft:0 12px 40px rgba(31, 41, 55, 0.08);--edtech-font-heading:"Poppins", system-ui, -apple-system, sans-serif;--edtech-font-body:"Inter", system-ui, -apple-system, sans-serif}.edtech-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border:0;border-radius:var(--edtech-radius-md);background:var(--edtech-accent-primary);color:#fff;font-weight:700;cursor:pointer;transition:background 0.2s ease,transform 0.2s ease}.edtech-btn-primary:hover{background:var(--edtech-accent-secondary);color:#fff}.edtech-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:var(--edtech-radius-md);background:#fff0;color:var(--edtech-accent-primary);border:1px solid var(--edtech-accent-primary);font-weight:700;cursor:pointer}.edtech-main,.edtech-woocommerce-main{max-width:1200px;margin-left:auto;margin-right:auto;padding:24px 16px 48px;background:var(--edtech-bg-primary);color:var(--edtech-text-primary)}.woocommerce-active .edtech-woocommerce-main .woocommerce-breadcrumb,.woocommerce-active .edtech-woocommerce-main .woocommerce-result-count{color:var(--edtech-text-secondary)}.woocommerce-active .edtech-woocommerce-main .woocommerce ul.products li.product{border-radius:var(--edtech-radius-md);box-shadow:var(--edtech-shadow-soft);border:1px solid #e5e5e5}