.toto-tm-form { max-width: 480px; background: #fff; padding: 20px; border-radius: 10px; border: 1px solid #e5e5e5; }
.toto-tm-form p { margin-bottom: 14px; }
.toto-tm-form label { display: block; font-weight: 600; margin-bottom: 4px; }
.toto-tm-form input[type=text], .toto-tm-form input[type=email], .toto-tm-form input[type=number], .toto-tm-form textarea {
	width: 100%; padding: 8px 10px; border: 1px solid #ccc; border-radius: 6px; box-sizing: border-box;
}
.toto-btn-submit { background: #0969da; color: #fff; border: none; padding: 10px 22px; border-radius: 6px; font-weight: 600; cursor: pointer; }
.toto-btn-submit:hover { background: #0757b5; }
.toto-btn-submit:disabled { opacity: .6; cursor: not-allowed; }
.toto-tm-alert { padding: 10px 14px; border-radius: 6px; margin-bottom: 14px; font-size: 14px; }
.toto-alert-success { background: #dafbe1; color: #1a7f37; border: 1px solid #1a7f37; }
.toto-alert-error { background: #ffebe9; color: #cf222e; border: 1px solid #cf222e; }
.toto-form-closed { max-width: 480px; padding: 20px; border-radius: 10px; border: 1px solid #e5e5e5; background: #fafafa; text-align: center; }
.toto-btn-wa { display: inline-block; background: #25D366; color: #fff; padding: 8px 18px; border-radius: 20px; text-decoration: none; font-weight: 600; }

.toto-kelas-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.toto-kelas-card { border: 1px solid #e5e5e5; border-radius: 10px; overflow: hidden; padding: 14px; background: #fff; }
.toto-kelas-card img { width: 100%; height: auto; border-radius: 6px; margin-bottom: 10px; }
.toto-kelas-card h3 { margin: 0 0 8px; font-size: 16px; }
.toto-kelas-meta, .toto-kelas-slot { font-size: 13px; color: #555; margin: 4px 0; }
.toto-kelas-cta { margin-top: 10px; }
.toto-btn-small { display: inline-block; padding: 6px 14px; font-size: 13px; border-radius: 5px; text-decoration: none; }

/* ---------- Modern card grid (v2.2) ---------- */
.toto-card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 26px; }
.toto-card { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,.06); border: 1px solid #eef0f2; transition: transform .18s ease, box-shadow .18s ease; display: flex; flex-direction: column; }
.toto-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,.12); }
.toto-card-media { position: relative; display: block; aspect-ratio: 16/10; background: linear-gradient(135deg,#e9eef7,#dfe9f5); overflow: hidden; }
.toto-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.toto-card:hover .toto-card-media img { transform: scale(1.06); }
.toto-card-media-fallback { width:100%; height:100%; display:flex; align-items:center; justify-content:center; font-size:42px; opacity:.5; }
.toto-card-status-overlay { position: absolute; top: 10px; left: 10px; }
.toto-card-price-chip { position: absolute; bottom: 10px; right: 10px; background: rgba(0,0,0,.75); color: #fff; font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 14px; }
.toto-card-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.toto-card-title { margin: 0 0 6px; font-size: 17px; line-height: 1.35; }
.toto-card-title a { color: #16223a; text-decoration: none; }
.toto-card-title a:hover { color: #0969da; }
.toto-card-tagline { font-size: 13px; color: #6b7280; margin: 0 0 10px; font-style: italic; }
.toto-card-meta { display: flex; flex-wrap: wrap; gap: 12px; font-size: 12.5px; color: #4b5563; margin-bottom: 10px; }
.toto-card-progress { background: #eef0f2; border-radius: 6px; height: 6px; overflow: hidden; margin-bottom: 6px; }
.toto-card-progress-bar { background: linear-gradient(90deg,#0969da,#2eb8a8); height: 100%; }
.toto-card-slot { font-size: 12px; color: #6b7280; margin: 0 0 12px; }
.toto-card-cta { margin-top: auto; display: inline-block; text-align: center; background: #0969da; color: #fff; text-decoration: none; padding: 10px 14px; border-radius: 8px; font-weight: 600; font-size: 13.5px; transition: background .15s; }
.toto-card-cta:hover { background: #0757b5; color: #fff; }
.toto-card-cta-disabled { background: #9aa4b2; }
.toto-card-cta-disabled:hover { background: #9aa4b2; }
.toto-empty { text-align: center; color: #888; padding: 30px 0; }

.toto-beranda-section { max-width: 1100px; margin: 0 auto; padding: 20px 0; }
.toto-beranda-heading { font-size: 26px; font-weight: 800; text-align: center; margin: 0 0 26px; }
.toto-beranda-more { text-align: center; margin-top: 30px; }
.toto-btn-outline { display: inline-block; padding: 10px 26px; border: 2px solid #0969da; color: #0969da; border-radius: 24px; text-decoration: none; font-weight: 700; font-size: 14px; transition: all .15s; }
.toto-btn-outline:hover { background: #0969da; color: #fff; }

/* ---------- Pricing scheme (v2.3): Normal / Early Bird / Promo ---------- */
.toto-price-free { font-weight: 700; color: #1a7f37; }
.toto-price-old { text-decoration: line-through; color: #9aa4b2; font-size: 13px; margin-right: 6px; }
.toto-price-active { font-weight: 800; font-size: 16px; color: #16223a; }
.toto-price-badge { display: inline-block; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; padding: 2px 9px; border-radius: 10px; color: #fff; vertical-align: middle; }
.toto-price-badge-eb { background: #0969da; }
.toto-price-badge-promo { background: #e8590c; }
.toto-price-expiry { font-size: 12px; color: #e8590c; margin-top: 4px; font-weight: 600; }

.toto-card-discount-overlay { position: absolute; top: 10px; right: 10px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; padding: 3px 10px; border-radius: 10px; color: #fff; }
.toto-card-discount-early_bird { background: #0969da; }
.toto-card-discount-promo { background: #e8590c; }
.toto-card-price-row { margin: 2px 0 8px; }
.toto-card-price-row .toto-price-old { font-size: 12px; }
.toto-card-price-row .toto-price-active { font-size: 15px; }
.toto-price-expiry-inline { font-size: 11px; color: #e8590c; font-weight: 700; margin-left: 6px; }

/* ---------- Cek Status & Lanjutkan Pembayaran (v2.5) ---------- */
.toto-cek-bayar-box { max-width: 480px; background: #fff; padding: 22px; border-radius: 12px; border: 1px solid #e5e5e5; }
.toto-cek-bayar-box form p { margin-bottom: 14px; }
.toto-cek-bayar-box label { display: block; font-weight: 600; margin-bottom: 4px; }
.toto-cek-bayar-box input[type=text] { width: 100%; padding: 8px 10px; border: 1px solid #ccc; border-radius: 6px; box-sizing: border-box; }
.toto-cek-empty { background: #eef9f0; color: #1a7f37; padding: 12px 14px; border-radius: 8px; font-size: 14px; margin-top: 14px; }
.toto-cek-list { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; }
.toto-cek-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #eef0f2; border-radius: 10px; padding: 12px 14px; background: #fafbfc; flex-wrap: wrap; }
.toto-cek-item-info { display: flex; flex-direction: column; gap: 3px; font-size: 13px; }
.toto-cek-item-info strong { font-size: 14.5px; }
.toto-cek-item .toto-btn-submit { padding: 8px 16px; font-size: 13px; white-space: nowrap; }

