.sa-page{font-family:inherit;background:#fffdf8;color:#182015;max-width:1220px;margin:0 auto;padding:20px}.sa-hero{position:relative;overflow:hidden;padding:72px 34px;background:linear-gradient(135deg,rgba(16,24,15,.82),rgba(38,61,31,.76));color:#f5c542;border:1px solid rgba(245,197,66,.38);border-radius:24px;margin:30px auto;box-shadow:0 18px 45px rgba(0,0,0,.18);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.sa-hero h1{font-size:clamp(34px,5vw,64px);margin:0 0 18px;line-height:1.08;color:#f5c542;text-shadow:0 2px 8px rgba(0,0,0,.35)}.sa-hero p{color:#fff8dc;max-width:860px;font-size:19px;line-height:1.7;font-weight:500}.sa-grid,.sa-pricing-grid,.sa-access-flex{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;max-width:1180px;margin:40px auto;padding:0 10px}.sa-card{background:rgba(255,255,255,.92);border:1px solid rgba(234,217,160,.78);border-radius:20px;padding:28px;box-shadow:0 14px 35px rgba(0,0,0,.08);color:#172014}.sa-card h3{color:#263d1f;margin-top:0}.sa-btn{display:inline-block;background:#f5c542;color:#10180f!important;padding:13px 21px;border-radius:999px;font-weight:800;text-decoration:none;margin-top:16px}.sa-btn-dark{background:#263d1f;color:#fff!important}.sa-section-title{max-width:1180px;margin:50px auto 10px;padding:0 10px}.sa-section-title h2{color:#20381c;font-weight:800}.sa-price-card{display:flex;flex-direction:column}.sa-price-top{border-bottom:1px solid rgba(234,217,160,.9);padding-bottom:15px;margin-bottom:15px}.sa-price{font-size:42px;font-weight:900;color:#263d1f}.sa-price-label{font-weight:700;margin:12px 0 6px}.sa-price-select{padding:12px;border-radius:12px;border:1px solid #cfcfcf;background:#fff}.sa-feature-list{padding-left:20px;line-height:1.7;flex:1}.sa-admin-warning,.sa-debug{background:#fff8d5;border-left:5px solid #f5c542;padding:18px;margin:20px auto;max-width:1180px;border-radius:12px;color:#1f1f1f}.sa-content-wrap,.sa-checkout-wrap,.sa-form-card{background:rgba(255,255,255,.92);border:1px solid rgba(234,217,160,.78);border-radius:20px;padding:28px;max-width:1180px;margin:30px auto}.sa-form input,.sa-form textarea,.sa-form select{width:100%;padding:13px;margin:8px 0 15px;border:1px solid #ccc;border-radius:12px}.sa-form button{background:#263d1f;color:#fff;border:0;border-radius:999px;padding:13px 22px;font-weight:800}.sa-instructor-logo{max-width:120px;max-height:120px;border-radius:18px;background:rgba(255,255,255,.9);padding:10px;margin-bottom:18px}.sa-icon{font-size:34px;margin-bottom:10px}.sa-woo-wrap ul.products{margin-top:20px}.sa-status-grid .sa-card p{font-weight:800;color:#263d1f}@media(max-width:700px){.sa-page{padding:12px}.sa-hero{padding:48px 22px}.sa-grid,.sa-pricing-grid,.sa-access-flex{grid-template-columns:1fr;padding:0}}

/* v24 Products Shop Hub */
.sa-products-page .sa-shop-category-grid,
.sa-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
  max-width: 1180px;
  margin: 30px auto;
  padding: 0 24px;
}

.sa-shop-cat-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 150px;
  padding: 24px;
  border-radius: 22px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(234,217,160,.8);
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
  text-decoration: none;
  color: #182015;
}

.sa-shop-cat-card span { font-size: 34px; }
.sa-shop-cat-card strong { font-size: 20px; color: #263d1f; }
.sa-shop-cat-card small { line-height: 1.5; color: #42503c; }
.sa-product-card .sa-product-img img { width:100%; height:auto; border-radius:16px; margin-bottom:14px; }
.sa-product-price { font-weight: 800; color:#263d1f; margin: 12px 0; font-size: 20px; }
.sa-product-card .sa-btn { margin-right: 8px; margin-bottom: 8px; }
