/* ============================================================
   WooCommerce — course (single-product), checkout, thank-you
   ============================================================ */

/* ====================== COURSE PAGE ====================== */
.course-page { position: relative; z-index: 1; }
.course-page .container { width: min(1180px, 100% - 48px); margin-inline: auto; }

.course-page .hero { padding: 46px 0 56px; position: relative; }
.course-page .hero::before { content: ""; position: absolute; top: -70px; left: 42%; transform: translateX(-50%); width: 840px; height: 520px; max-width: 120vw; background: radial-gradient(50% 50% at 50% 42%, var(--fire-dim), transparent 70%); pointer-events: none; z-index: 0; }
.course-page .hero > .container { position: relative; z-index: 1; }
.course-page .crumb { font-family: var(--font-mono); font-size: 12px; color: var(--faint); letter-spacing: .06em; margin-bottom: 24px; }
.course-page .crumb a { color: var(--muted); } .course-page .crumb a:hover { color: var(--acc); }
.hero-grid { display: grid; grid-template-columns: 1fr 380px; gap: 48px; align-items: start; }
.eyebrow2 { display: inline-flex; white-space: nowrap; align-items: center; gap: 9px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--acc); background: var(--acc-dim); border: 1px solid var(--acc-line); border-radius: 100px; padding: 6px 14px; }
.course-page h1.title { font-size: clamp(34px,5vw,54px); line-height: 1.04; letter-spacing: -.03em; font-weight: 800; margin: 22px 0 0; }
.course-page .lead { color: var(--muted); font-size: 18px; line-height: 1.6; max-width: 48ch; margin: 20px 0 0; }
.course-page .lead p { margin: 0; }
.meta-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.mchip { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text); border: 1px solid var(--line); border-radius: 9px; padding: 9px 13px; background: var(--bg-1); }
.mchip b { color: var(--acc); font-family: var(--font-mono); font-size: 12px; }
.hero-preview { margin-top: 30px; }
.hero-preview .ph { aspect-ratio: 1200 / 630; border-radius: 14px; }

.enroll { position: sticky; top: 84px; background: var(--bg-1); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,.45); }
.enroll .top { padding: 22px 22px 0; }
.enroll .pricerow { display: flex; align-items: baseline; gap: 10px; }
.enroll .price { font-size: 34px; font-weight: 800; letter-spacing: -.02em; }
.enroll .old { font-size: 16px; color: var(--faint); text-decoration: line-through; }
.enroll .save { font-family: var(--font-mono); font-size: 11px; color: var(--acc); background: var(--acc-dim); border: 1px solid var(--acc-line); border-radius: 100px; padding: 3px 9px; margin-left: auto; }
.enroll .deadline { font-family: var(--font-mono); font-size: 12px; color: var(--muted); margin-top: 10px; display: flex; align-items: center; gap: 7px; }
.enroll .deadline .d { width: 7px; height: 7px; border-radius: 50%; background: var(--fire); box-shadow: 0 0 8px var(--fire); animation: pl 2s infinite; }
@keyframes pl { 0%,100%{opacity:1} 50%{opacity:.35} }
.enroll .btn { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 20px 22px 0; font-size: 16px; font-weight: 700; padding: 15px; border-radius: 10px; background: var(--fire-grad); color: var(--fire-ink); transition: transform .15s, box-shadow .15s; }
.enroll .btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255,106,61,.32); }
.enroll .btn2 { display: flex; align-items: center; justify-content: center; margin: 10px 22px 0; font-size: 14px; font-weight: 600; padding: 12px; border-radius: 10px; border: 1px solid var(--line); color: var(--text); }
.enroll .btn2:hover { border-color: var(--acc-line); }
.enroll .incl { padding: 22px; margin-top: 6px; }
.enroll .incl .h { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); margin-bottom: 14px; }
.enroll .incl ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.enroll .incl li { display: flex; gap: 11px; font-size: 14px; color: var(--text); align-items: flex-start; }
.enroll .incl li .ck { color: var(--acc); flex: none; font-family: var(--font-mono); }
.enroll .guarantee { padding: 14px 22px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--muted); display: flex; gap: 9px; align-items: center; }

.course-page section.blk { padding: 64px 0; border-top: 1px solid var(--line); }
.course-page .sec-eye { font-family: var(--font-mono); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--acc); }
.course-page .sec-title { font-size: clamp(26px,3.4vw,38px); font-weight: 700; letter-spacing: -.02em; margin: 12px 0 0; max-width: none; }
.course-page .sec-sub { color: var(--muted); font-size: 16px; line-height: 1.6; max-width: 54ch; margin: 14px 0 0; }
.course-page .sec-mb { margin-bottom: 40px; }

.outcomes { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.oc { background: var(--bg-1); padding: 26px; }
.oc .n { font-family: var(--font-mono); font-size: 12px; color: var(--acc); }
.oc h3 { font-size: 17px; font-weight: 600; margin: 16px 0 7px; }
.oc p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0; }

.aud { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.audc { display: flex; gap: 16px; background: var(--bg-1); border: 1px solid var(--line); border-radius: 13px; padding: 22px; }
.audc .ic { width: 42px; height: 42px; flex: none; border-radius: 11px; background: var(--acc-dim); border: 1px solid var(--acc-line); display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); color: var(--acc); font-size: 14px; }
.audc h3 { font-size: 16px; font-weight: 600; margin: 0 0 5px; }
.audc p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0; }

.modules { display: flex; flex-direction: column; gap: 10px; }
.mod { border: 1px solid var(--line); border-radius: 12px; background: var(--bg-1); overflow: hidden; }
.mod-head { display: flex; align-items: center; gap: 16px; padding: 20px 22px; cursor: pointer; user-select: none; }
.mod-head .mi { font-family: var(--font-mono); font-size: 13px; color: var(--acc); flex: none; width: 30px; }
.mod-head .mt { font-size: 17px; font-weight: 600; flex: 1; }
.mod-head .ml { font-family: var(--font-mono); font-size: 12px; color: var(--faint); }
.mod-head .chev { color: var(--muted); transition: transform .25s; flex: none; }
.mod.open .mod-head .chev { transform: rotate(180deg); color: var(--acc); }
.mod-body { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.mod.open .mod-body { max-height: 340px; }
.mod-body ul { list-style: none; margin: 0; padding: 4px 22px 22px 68px; display: flex; flex-direction: column; gap: 11px; }
.mod-body li { display: flex; gap: 12px; font-size: 14.5px; color: var(--muted); align-items: center; }
.mod-body li::before { content: "\203A"; color: var(--acc); font-family: var(--font-mono); }

.inst { display: grid; grid-template-columns: 300px 1fr; gap: 44px; align-items: center; }
.inst .pf { position: relative; aspect-ratio: 4/5; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--bg-2); }
.inst .pf img { width: 100%; height: 100%; object-fit: cover; object-position: center 12%; }
.inst .pf .corner { position: absolute; top: 12px; right: 12px; width: 9px; height: 9px; background: var(--acc); box-shadow: 0 0 12px var(--acc); z-index: 2; }
.inst h3 { font-size: 24px; font-weight: 700; margin: 14px 0 0; letter-spacing: -.01em; }
.inst .role { font-family: var(--font-mono); font-size: 13px; color: var(--acc); margin-top: 5px; }
.inst p { color: var(--muted); font-size: 15.5px; line-height: 1.7; margin: 18px 0 0; max-width: 54ch; }
.inst .istats { display: flex; gap: 36px; margin-top: 24px; flex-wrap: wrap; }
.inst .istats .s .n { font-size: 28px; font-weight: 800; letter-spacing: -.02em; }
.inst .istats .s .n .u { color: var(--acc); }
.inst .istats .s .l { font-size: 12.5px; color: var(--muted); margin-top: 2px; }

.faq { display: flex; flex-direction: column; gap: 8px; max-width: 820px; }
.qa { border: 1px solid var(--line); border-radius: 12px; background: var(--bg-1); overflow: hidden; }
.qa-head { display: flex; align-items: center; gap: 14px; padding: 18px 22px; cursor: pointer; user-select: none; }
.qa-head .qm { font-family: var(--font-mono); color: var(--acc); font-size: 13px; }
.qa-head .qt { font-size: 16px; font-weight: 600; flex: 1; }
.qa-head .pm { color: var(--muted); font-family: var(--font-mono); transition: transform .25s; }
.qa.open .qa-head .pm { transform: rotate(45deg); color: var(--acc); }
.qa-body { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.qa.open .qa-body { max-height: 240px; }
.qa-body p { margin: 0; padding: 0 22px 20px 50px; color: var(--muted); font-size: 14.5px; line-height: 1.65; }

.fcta { text-align: center; border: 1px solid var(--acc-line); border-radius: 20px; padding: 56px 40px; background: linear-gradient(180deg,var(--acc-dim),transparent), var(--bg-1); position: relative; overflow: hidden; }
.fcta::before { content: ""; position: absolute; top: -50%; left: 50%; transform: translateX(-50%); width: 460px; height: 360px; background: radial-gradient(circle,var(--fire-dim),transparent 65%); }
.fcta h2 { font-size: clamp(28px,3.6vw,42px); font-weight: 800; letter-spacing: -.03em; margin: 0 0 12px; position: relative; }
.fcta p { color: var(--muted); font-size: 16px; margin: 0 auto 26px; max-width: 44ch; position: relative; }
.fcta .row { display: flex; gap: 13px; justify-content: center; flex-wrap: wrap; position: relative; }
.fcta .btn { display: inline-flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 700; padding: 15px 26px; border-radius: 10px; background: var(--fire-grad); color: var(--fire-ink); transition: transform .15s, box-shadow .15s; }
.fcta .btn:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(255,106,61,.32); }
.fcta .btn.ghost { background: transparent; border: 1px solid var(--line); color: var(--text); }

.stickybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; background: rgba(13,15,18,.92); backdrop-filter: blur(12px); border-top: 1px solid var(--line); transform: translateY(120%); transition: transform .3s ease; }
.stickybar.show { transform: none; }
.stickybar .container { width: min(1180px, 100% - 48px); margin-inline: auto; }
.sb-in { display: flex; align-items: center; gap: 20px; padding: 13px 0; }
.sb-in .info { display: flex; flex-direction: column; min-width: 0; }
.sb-in .info .t { font-size: 14px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sb-in .info .p { font-family: var(--font-mono); font-size: 13px; color: var(--muted); }
.sb-in .info .p b { color: var(--fire); }
.sb-in .sbtn { margin-left: auto; font-size: 15px; font-weight: 700; padding: 12px 24px; border-radius: 9px; background: var(--fire-grad); color: var(--fire-ink); transition: transform .15s; white-space: nowrap; }
.sb-in .sbtn:hover { transform: translateY(-1px); }

/* ====================== CHECKOUT (WooCommerce native, restyled) ====================== */
.vmh-checkout { position: relative; z-index: 1; padding: 30px 0 80px; }
.vmh-checkout .container { width: min(1120px, 100% - 48px); margin-inline: auto; }
.co-steps { display: flex; align-items: center; gap: 14px; padding: 6px 0 8px; font-family: var(--font-mono); font-size: 12.5px; }
.co-steps .st { display: flex; align-items: center; gap: 9px; color: var(--faint); }
.co-steps .st .b { width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; font-size: 11px; }
.co-steps .st.done { color: var(--muted); } .co-steps .st.done .b { border-color: var(--acc-line); color: var(--acc); }
.co-steps .st.cur { color: var(--text); } .co-steps .st.cur .b { background: var(--acc); color: var(--bg); border-color: var(--acc); }
.co-steps .sep { flex: 1; height: 1px; background: var(--line); max-width: 60px; }
.vmh-checkout h1.co-title { font-size: clamp(26px,3.4vw,36px); font-weight: 800; letter-spacing: -.02em; margin: 14px 0 4px; }
.vmh-checkout .co-sub { color: var(--muted); font-size: 15px; margin: 0 0 30px; }

/* layout: woo wraps customer details + order review */
.woocommerce-checkout .woocommerce { max-width: none; }
form.checkout.woocommerce-checkout { display: grid; grid-template-columns: 1fr 400px; gap: 34px; align-items: start; }
#customer_details { display: block; }
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 { width: 100%; float: none; }
.woocommerce-billing-fields, .woocommerce-additional-fields { background: var(--bg-1); border: 1px solid var(--line); border-radius: 16px; padding: 22px; margin-bottom: 18px; }
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3 { font-size: 17px; font-weight: 600; margin: 0 0 18px; }
.checkout-order-col { position: sticky; top: 84px; }
#order_review_heading { font-family: var(--font-mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); margin: 0 0 14px; }
#order_review { background: var(--bg-1); border: 1px solid var(--line); border-radius: 16px; padding: 0; overflow: hidden; }

.woocommerce form .form-row label { font-size: 13px; color: var(--muted); margin-bottom: 7px; display: block; }
.woocommerce form .form-row .required { color: var(--acc); text-decoration: none; }
.woocommerce .checkout input.input-text, .woocommerce .checkout textarea, .woocommerce .checkout select,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single {
  font-family: var(--font-sans); font-size: 14.5px; background: var(--bg-2) !important; border: 1px solid var(--line) !important; border-radius: 9px !important; padding: 13px 14px; color: var(--text) !important; width: 100%; transition: border-color .15s; min-height: 48px;
}
.woocommerce .checkout input.input-text:focus, .woocommerce .checkout textarea:focus { outline: none; border-color: var(--acc-line) !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: var(--text); line-height: 22px; }
.select2-dropdown { background: var(--bg-2); border-color: var(--line); color: var(--text); }
.select2-container--default .select2-results__option--highlighted[aria-selected] { background: var(--acc-dim); color: var(--acc); }

/* order review table */
#order_review .shop_table { width: 100%; border-collapse: collapse; }
#order_review .woocommerce-checkout-review-order-table thead { display: none; }
#order_review .shop_table th, #order_review .shop_table td { padding: 14px 22px; border-bottom: 1px solid var(--line-2); font-size: 14px; text-align: left; }
#order_review .shop_table td.product-total, #order_review .shop_table .amount { text-align: right; font-weight: 600; }
#order_review .cart_item .product-name { color: var(--text); }
#order_review .order-total th, #order_review .order-total td { font-size: 18px; font-weight: 800; color: var(--text); border-bottom: 0; padding-top: 16px; }
#order_review tfoot tr.cart-subtotal th, #order_review tfoot tr.cart-subtotal td { color: var(--muted); }
#order_review tfoot .cart-discount td { color: var(--acc); }

/* payment methods → design .pay look */
#payment { background: transparent; border-radius: 0; padding: 0 22px 8px; }
#payment ul.payment_methods { border: 0; padding: 0; margin: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
#payment ul.payment_methods li { background: var(--bg-2); border: 1px solid var(--line); border-radius: 11px; padding: 14px 16px; }
#payment ul.payment_methods li input[type=radio] { accent-color: var(--acc); }
#payment ul.payment_methods li label { font-size: 14.5px; font-weight: 600; color: var(--text); margin: 0; display: inline; }
#payment div.payment_box { background: var(--bg-1); border: 1px solid var(--line-2); border-radius: 9px; margin: 12px 0 0; padding: 14px; color: var(--muted); font-size: 13px; }
#payment div.payment_box::before { display: none; }
#payment .woocommerce-privacy-policy-text, #payment .wc-terms-and-conditions { color: var(--muted); font-size: 13px; }
#payment .place-order { padding: 18px 22px 22px; border-top: 1px solid var(--line); margin-top: 8px; }
#payment #place_order, .vmh-checkout #place_order {
  width: 100%; font-size: 16px; font-weight: 700; padding: 16px; border-radius: 11px;
  background: var(--fire-grad); color: var(--fire-ink); border: 0; cursor: pointer; transition: transform .15s, box-shadow .15s;
}
#payment #place_order:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255,106,61,.32); }

/* coupon */
.woocommerce-checkout .checkout_coupon { background: var(--bg-1); border: 1px dashed var(--acc-line); border-radius: 11px; padding: 16px; margin: 0 0 18px; }
.woocommerce-form-coupon-toggle .woocommerce-info { background: var(--bg-1); border: 1px solid var(--line); border-left: 3px solid var(--acc); border-radius: 9px; color: var(--muted); font-size: 13.5px; padding: 12px 16px; }
.woocommerce-form-coupon-toggle .woocommerce-info a { color: var(--acc); }
.woocommerce .checkout_coupon .button { background: var(--bg-3); color: var(--text); border: 1px solid var(--line); border-radius: 9px; }

/* notices */
.woocommerce-error, .woocommerce-message, .woocommerce-info { border-top-color: var(--acc); background: var(--bg-1); color: var(--text); }

/* ====================== THANK YOU (cam-on) ====================== */
.vmh-thankyou { position: relative; z-index: 1; }
.vmh-thankyou .container { width: min(820px, 100% - 48px); margin-inline: auto; }
.vmh-thankyou .glow { position: fixed; top: -180px; left: 50%; transform: translateX(-50%); width: 760px; height: 480px; z-index: 0; pointer-events: none; background: radial-gradient(50% 50% at 50% 50%, var(--acc-dim), transparent 70%); }
.ty-hero { text-align: center; padding: 64px 0 8px; position: relative; z-index: 1; }
.ty-check { width: 84px; height: 84px; margin: 0 auto 26px; border-radius: 50%; background: var(--acc-dim); border: 1px solid var(--acc-line); display: flex; align-items: center; justify-content: center; position: relative; }
.ty-check::after { content: ""; position: absolute; inset: -8px; border-radius: 50%; border: 1px solid var(--acc-line); opacity: .4; animation: ring 2.4s ease-out infinite; }
@keyframes ring { 0%{transform:scale(.9);opacity:.5} 100%{transform:scale(1.4);opacity:0} }
.ty-check svg { width: 40px; height: 40px; }
.ty-check svg path { stroke: var(--acc); stroke-width: 3.5; fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 40; stroke-dashoffset: 40; animation: draw .6s .2s ease forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.ty-hero .eyebrow { font-family: var(--font-mono); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--acc); }
.ty-hero h1 { font-size: clamp(30px,4.4vw,46px); font-weight: 800; letter-spacing: -.03em; margin: 14px 0 0; line-height: 1.05; }
.ty-hero p { color: var(--muted); font-size: 17px; line-height: 1.6; max-width: 48ch; margin: 18px auto 0; }
.ty-hero p b { color: var(--text); }

.ocard { background: var(--bg-1); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; margin-top: 38px; position: relative; z-index: 1; }
.ocard .oh { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid var(--line); flex-wrap: wrap; gap: 8px; }
.ocard .oh .l { font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--faint); }
.ocard .oh .code { font-family: var(--font-mono); font-size: 14px; color: var(--acc); }
.ocard .ob { padding: 8px 22px; }
.orow { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line-2); }
.orow:last-child { border-bottom: 0; }
.orow .m { flex: 1; }
.orow .m .nm { font-size: 14.5px; font-weight: 600; }
.orow .m .meta { font-family: var(--font-mono); font-size: 11px; color: var(--faint); margin-top: 4px; }
.orow .pr { font-size: 14.5px; font-weight: 600; }
.ototal { display: flex; justify-content: space-between; padding: 16px 22px; border-top: 1px solid var(--line); font-weight: 700; font-size: 17px; }
.ototal .vnd { font-size: 12px; color: var(--muted); font-weight: 500; }
.ostatus { display: flex; align-items: center; gap: 10px; padding: 14px 22px; border-top: 1px solid var(--line-2); font-size: 13px; color: var(--muted); }
.ostatus .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--fire-2); box-shadow: 0 0 8px var(--fire-2); animation: pl 1.8s infinite; }
.ty-bank { padding: 16px 22px; border-top: 1px solid var(--line-2); font-size: 13px; color: var(--muted); }
.ty-bank .l { font-family: var(--font-mono); font-size: 11px; color: var(--faint); text-transform: uppercase; }
.ty-bank .v { color: var(--text); font-weight: 600; }
.ty-bank .v.mono { font-family: var(--font-mono); }

.ty-next { margin-top: 40px; position: relative; z-index: 1; }
.ty-next .nh { font-family: var(--font-mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--faint); margin-bottom: 18px; text-align: center; }
.nsteps { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.ns { background: var(--bg-1); border: 1px solid var(--line); border-radius: 13px; padding: 22px; text-align: left; }
.ns .ni { width: 34px; height: 34px; border-radius: 9px; background: var(--acc-dim); border: 1px solid var(--acc-line); color: var(--acc); font-family: var(--font-mono); font-size: 14px; display: flex; align-items: center; justify-content: center; }
.ns h3 { font-size: 15px; font-weight: 600; margin: 16px 0 6px; }
.ns p { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 0; }

.ty-cta { display: flex; gap: 13px; justify-content: center; margin-top: 38px; flex-wrap: wrap; position: relative; z-index: 1; }
.ty-support { text-align: center; margin: 36px 0 80px; font-size: 13.5px; color: var(--muted); position: relative; z-index: 1; }
.ty-support a { color: var(--acc); }

/* ====================== toast notices ====================== */
.vmh-toast-wrap {
  position: fixed; top: 78px; right: 20px; z-index: 200;
  display: flex; flex-direction: column; gap: 10px;
  width: min(380px, calc(100vw - 32px)); pointer-events: none;
}
body.admin-bar .vmh-toast-wrap { top: 110px; }
.vmh-toast {
  pointer-events: auto; display: flex; align-items: flex-start; gap: 12px;
  background: var(--bg-1); border: 1px solid var(--line); border-left: 3px solid var(--acc);
  border-radius: 12px; padding: 14px 14px 14px 16px; box-shadow: 0 16px 40px rgba(0,0,0,.5);
  color: var(--text); font-size: 14px; line-height: 1.5;
  opacity: 0; transform: translateX(16px); transition: opacity .28s ease, transform .28s ease;
}
.vmh-toast.in { opacity: 1; transform: none; }
.vmh-toast.error { border-left-color: var(--fire); }
.vmh-toast.info { border-left-color: var(--fire-2); }
.vmh-toast-ic {
  flex: none; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-size: 12px; font-weight: 600; margin-top: 1px;
  background: var(--acc-dim); color: var(--acc); border: 1px solid var(--acc-line);
}
.vmh-toast.error .vmh-toast-ic { background: var(--fire-dim); color: var(--fire); border-color: var(--fire-line); }
.vmh-toast.info .vmh-toast-ic { background: rgba(255,177,61,.12); color: var(--fire-2); border-color: rgba(255,177,61,.34); }
.vmh-toast-body { flex: 1; min-width: 0; }
.vmh-toast-body a, .vmh-toast-body .button {
  display: inline-block; margin-top: 10px; font-family: var(--font-mono); font-size: 12px; font-weight: 600;
  color: var(--acc); background: var(--acc-dim); border: 1px solid var(--acc-line); border-radius: 7px;
  padding: 6px 12px; text-decoration: none; transition: all .15s;
}
.vmh-toast-body a:hover, .vmh-toast-body .button:hover { background: var(--acc); color: var(--bg); }
.vmh-toast-body ul { list-style: none; margin: 0; padding: 0; }
.vmh-toast-x {
  flex: none; background: transparent; border: 0; color: var(--faint); font-size: 20px; line-height: 1;
  cursor: pointer; padding: 0 2px; transition: color .15s;
}
.vmh-toast-x:hover { color: var(--text); }
@media (prefers-reduced-motion: reduce) { .vmh-toast { transition: opacity .01ms; transform: none; } }

/* hide WooCommerce's inline notices once toastified (and as a fallback) */
.woocommerce-notices-wrapper:empty { display: none; }

/* ====================== shop archive ====================== */
.vmh-shop { position: relative; z-index: 1; padding: 40px 0 80px; }
.vmh-shop .container { width: min(1180px, 100% - 48px); margin-inline: auto; }
.vmh-shop ul.products { list-style: none; margin: 30px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.vmh-shop ul.products li.product { background: var(--bg-1); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: border-color .2s, transform .2s; }
.vmh-shop ul.products li.product:hover { border-color: var(--acc-line); transform: translateY(-3px); }
.vmh-shop ul.products li.product a { display: block; padding: 0; }
.vmh-shop ul.products li.product img { aspect-ratio: 16/7; object-fit: cover; margin: 0; border-bottom: 1px solid var(--line); }
.vmh-shop ul.products li.product .woocommerce-loop-product__title { font-size: 19px; font-weight: 700; padding: 20px 22px 6px; color: var(--text); }
.vmh-shop ul.products li.product .price { padding: 0 22px 20px; font-family: var(--font-mono); color: var(--acc); display: block; }
.vmh-shop ul.products li.product .button { display: none; }

/* ====================== responsive ====================== */
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .enroll { position: static; }
  .outcomes, .aud { grid-template-columns: 1fr; }
  .inst { grid-template-columns: 1fr; gap: 24px; }
  .inst .pf { max-width: 280px; }
  .vmh-shop ul.products { grid-template-columns: 1fr; }
}
@media (max-width: 880px) {
  form.checkout.woocommerce-checkout { grid-template-columns: 1fr; }
  #order_review { position: static; }
  .nsteps { grid-template-columns: 1fr; }
}
