/* LakOm Webinar & Session Registration — front-end styles.
   Consumes the theme's Design System CSS variables where available,
   with sane fallbacks so the plugin still looks right on any theme. */

.lwl-wrap,
.lwl-grid,
.lwl-modal,
.lwl-status-panel,
.lwl-section {
	--lwl-primary: var(--blue-primary, #1656a8);
	--lwl-bright: var(--blue-bright, #2e8cf0);
	--lwl-deep: var(--blue-deep, #123a70);
	--lwl-ink: var(--ink, #132140);
	--lwl-slate: var(--slate, #63708a);
	--lwl-bg: var(--white, #ffffff);
	--lwl-bg-soft: var(--bg-soft, #f5f8fc);
	--lwl-line: var(--line, #dde6f2);
	--lwl-gold: var(--gold, #d9a441);
	--lwl-radius: var(--radius, 14px);
	--lwl-shadow: var(--shadow, 0 12px 30px rgba(18,58,112,.10));
	--lwl-font-heading: var(--pmp-font-heading, 'Sora', sans-serif);
	--lwl-font-body: var(--pmp-font-body, 'Inter', sans-serif);
}

.lwl-wrap { font-family: var(--lwl-font-body); color: var(--lwl-ink); max-width: var(--pmp-container-width, 1200px); margin: 0 auto; padding: 0 20px; }
.lwl-wrap h1, .lwl-wrap h3, .lwl-wrap h4 { font-family: var(--lwl-font-heading); }
.lwl-muted { color: var(--lwl-slate); }

/* ---------- Card grid ---------- */
.lwl-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; margin: 24px 0; }
.lwl-card { display: block; background: var(--lwl-bg); border: 1px solid var(--lwl-line); border-radius: var(--lwl-radius); overflow: hidden; text-decoration: none; color: inherit; transition: transform .2s ease, box-shadow .2s ease; }
.lwl-card:hover { transform: translateY(-4px); box-shadow: var(--lwl-shadow); }
.lwl-card-thumb { height: 170px; background: var(--lwl-bg-soft) center/cover no-repeat; position: relative; }
.lwl-card-body { padding: 18px 20px 20px; }
.lwl-card-title { margin: 0 0 8px; font-size: 18px; line-height: 1.35; color: var(--lwl-ink); }
.lwl-card-meta { margin: 2px 0; font-size: 13px; color: var(--lwl-slate); }
.lwl-card-cta { margin-top: 12px; }

.lwl-badge { position: absolute; top: 12px; left: 12px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; padding: 5px 10px; border-radius: 999px; background: var(--lwl-bg); color: var(--lwl-primary); box-shadow: 0 4px 10px rgba(18,58,112,.15); }
.lwl-badge-paid { color: #fff; background: var(--lwl-primary); }
.lwl-badge-free { color: #0e9a8a; }
.lwl-badge-closed { left: auto; right: 12px; color: #b32d2e; }

/* ---------- Buttons ---------- */
.lwl-btn { display: inline-flex; align-items: center; gap: 6px; font-family: var(--lwl-font-body); font-weight: 600; font-size: 14px; border: none; cursor: pointer; text-decoration: none; border-radius: var(--pmp-button-radius, 10px); padding: var(--pmp-button-padding-y, 12px) var(--pmp-button-padding-x, 22px); }
.lwl-btn-primary { background: linear-gradient(90deg, var(--lwl-primary), var(--lwl-bright)); color: #fff; box-shadow: 0 10px 24px rgba(18,58,112,.22); }
.lwl-btn-primary:hover { background: linear-gradient(90deg, var(--lwl-deep), var(--lwl-primary)); color: #fff; }
.lwl-btn-ghost { background: transparent; color: var(--lwl-primary); border: 1.5px solid var(--lwl-primary); }
.lwl-btn-disabled { background: var(--lwl-bg-soft); color: var(--lwl-slate); cursor: not-allowed; }
.lwl-btn-whatsapp { background: #25D366; color: #fff; margin: 10px 0; }

/* ---------- Hero ---------- */
.lwl-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; padding: 32px 0; }
.lwl-hero-media { height: 320px; border-radius: var(--lwl-radius); background: var(--lwl-bg-soft) center/cover no-repeat; position: relative; }
.lwl-title { font-size: 30px; margin: 0 0 6px; }
.lwl-subtitle { font-size: 16px; margin: 0 0 14px; }
.lwl-meta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 18px; color: var(--lwl-slate); font-size: 14px; }
.lwl-cta-area { margin-top: 18px; }
.lwl-login-hint { font-size: 13px; color: var(--lwl-slate); margin: 8px 0 0; }
.lwl-login-hint a { color: var(--lwl-primary); font-weight: 600; }
.lwl-social-proof-row { font-size: 13px; font-weight: 600; color: var(--lwl-slate); margin: 10px 0 0; }

/* ---------- Countdown (animated, attention-grabbing) ---------- */
.lwl-countdown { background: linear-gradient(135deg, var(--lwl-deep), var(--lwl-primary)); border-radius: var(--lwl-radius); padding: 16px 22px; margin: 10px 0 18px; display: inline-block; box-shadow: 0 10px 26px rgba(18,58,112,.28); }
.lwl-countdown-label { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: rgba(255,255,255,.8); font-weight: 700; }
.lwl-countdown-timer { display: flex; gap: 14px; margin-top: 8px; }
.lwl-countdown-timer div { text-align: center; background: rgba(255,255,255,.12); border-radius: 10px; padding: 8px 4px; min-width: 52px; }
.lwl-countdown-timer strong { display: block; font-size: 26px; color: #fff; font-family: var(--lwl-font-heading); line-height: 1; transition: transform .15s ease; }
.lwl-countdown-timer strong.lwl-bump { animation: lwl-bounce .5s cubic-bezier(.36,1.6,.6,1); }
.lwl-countdown-timer small { font-size: 10px; color: rgba(255,255,255,.75); text-transform: uppercase; letter-spacing: .04em; }
@keyframes lwl-bounce {
	0%   { transform: scale(1) translateY(0); }
	30%  { transform: scale(1.28) translateY(-6px); }
	55%  { transform: scale(.94) translateY(1px); }
	100% { transform: scale(1) translateY(0); }
}

/* ---------- Status panel ---------- */
.lwl-status-panel { background: var(--lwl-bg-soft); border: 1px solid var(--lwl-line); border-radius: var(--lwl-radius); padding: 16px 20px; }
.lwl-status-title { font-weight: 700; margin: 0 0 8px; }

/* ---------- Content grid ---------- */
.lwl-content-grid { display: grid; grid-template-columns: 2.3fr 1fr; gap: 32px; padding-bottom: 48px; }
.lwl-side-card { background: var(--lwl-bg-soft); border: 1px solid var(--lwl-line); border-radius: var(--lwl-radius); padding: 20px; position: sticky; top: 20px; }
.lwl-check-list { list-style: none; padding: 0; margin: 12px 0 0; }
.lwl-check-list li { padding: 6px 0 6px 24px; position: relative; font-size: 14px; color: var(--lwl-ink); }
.lwl-check-list li::before { content: "✓"; position: absolute; left: 0; color: #0e9a8a; font-weight: 700; }

.lwl-section { margin: 36px 0; padding-top: 24px; border-top: 1px solid var(--lwl-line); }
.lwl-section-title { font-size: 20px; margin: 0 0 16px; }

.lwl-attachment-box { display: flex; align-items: center; justify-content: space-between; background: var(--lwl-bg-soft); border: 1px solid var(--lwl-line); border-radius: var(--lwl-radius); padding: 14px 18px; margin: 20px 0; font-weight: 600; }
.lwl-attachment-locked { opacity: .85; border-style: dashed; }

.lwl-video-wrap { position: relative; padding-top: 56.25%; border-radius: var(--lwl-radius); overflow: hidden; background: #000; }
.lwl-video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.lwl-unlock-box { background: var(--lwl-bg-soft); border: 1px dashed var(--lwl-line); border-radius: var(--lwl-radius); padding: 22px; text-align: center; }

/* ---------- Comments ---------- */
.lwl-comments { margin-top: 26px; }
.lwl-comment-list { list-style: none; padding: 0; margin: 0 0 20px; }
.lwl-comment-list .comment { padding: 12px 0; border-bottom: 1px solid var(--lwl-line); }
#comment.lwl-input { width: 100%; }

/* ---------- Star rating ---------- */
.lwl-star-rating { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 4px; font-size: 30px; margin-bottom: 12px; }
.lwl-star-rating input { display: none; }
.lwl-star-rating span { color: var(--lwl-line); cursor: pointer; }
.lwl-star-rating input:checked ~ span,
.lwl-star-rating label:hover span,
.lwl-star-rating label:hover ~ label span { color: #d9a441; }

/* ---------- Forms & inputs ---------- */
.lwl-field { margin: 0 0 14px; }
.lwl-field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: var(--lwl-ink); }
.lwl-input { width: 100%; box-sizing: border-box; padding: 11px 14px; border: 1.5px solid var(--lwl-line); border-radius: 10px; font-family: var(--lwl-font-body); font-size: 14px; background: #fff; color: var(--lwl-ink); }
.lwl-input:focus { outline: none; border-color: var(--lwl-primary); }
.lwl-coupon-row { display: flex; gap: 8px; }
.lwl-coupon-row .lwl-input { flex: 1; }
.lwl-coupon-msg { font-size: 12px; display: block; margin-top: 6px; }
.lwl-price-summary { display: flex; justify-content: space-between; align-items: center; background: var(--lwl-bg-soft); border-radius: 10px; padding: 12px 16px; margin: 6px 0 18px; font-size: 14px; }
.lwl-final-price { font-size: 18px; color: var(--lwl-primary); font-family: var(--lwl-font-heading); }
.lwl-form-msg { font-size: 13px; min-height: 18px; }
.lwl-form-msg.lwl-error { color: #b32d2e; }
.lwl-form-msg.lwl-success { color: #0e9a8a; }
.lwl-payment-box { background: var(--lwl-bg-soft); border-radius: 10px; padding: 14px 18px; font-size: 14px; white-space: pre-line; }
.lwl-or-divider { text-align: center; position: relative; margin: 16px 0; color: var(--lwl-slate); font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }
.lwl-or-divider::before { content: ""; position: absolute; top: 50%; left: 0; right: 0; height: 1px; background: var(--lwl-line); z-index: 0; }
.lwl-or-divider span { position: relative; background: #fff; padding: 0 12px; z-index: 1; }

/* ---------- Popup modal ---------- */
.lwl-modal-overlay { display: none; position: fixed; inset: 0; background: rgba(18,33,64,.55); z-index: 100000; align-items: center; justify-content: center; padding: 20px; }
.lwl-modal-overlay.open { display: flex; }
.lwl-modal { background: #fff; border-radius: 18px; max-width: 460px; width: 100%; max-height: 90vh; overflow-y: auto; padding: 28px 26px 24px; position: relative; box-shadow: 0 24px 60px rgba(18,33,64,.35); }
.lwl-modal-sm { max-width: 400px; }
.lwl-modal-lg { max-width: 640px; text-align: center; }
.lwl-modal-close-icon { position: absolute; top: 14px; right: 16px; border: none; background: none; font-size: 22px; line-height: 1; cursor: pointer; color: var(--lwl-slate); width: 30px; height: 30px; }
.lwl-modal-close-icon:hover { color: var(--lwl-ink); }
.lwl-modal h3 { margin: 0 0 16px; font-size: 19px; }
.lwl-success-icon { width: 56px; height: 56px; border-radius: 50%; background: #0e9a8a; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 26px; margin: 6px auto 16px; }
.lwl-done-heading, .lwl-done-text { text-align: center; }

/* ---------- Stepper (matches theme's numbered step design) ---------- */
.lwl-stepper { position: relative; display: flex; justify-content: space-between; margin-bottom: 26px; }
.lwl-stepper::before { content: ""; position: absolute; top: 18px; left: 18px; right: 18px; height: 2px; background: var(--lwl-line); z-index: 0; }
.lwl-step { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; flex: 1; }
.lwl-step-circle { width: 36px; height: 36px; border-radius: 50%; background: #fff; border: 2px solid var(--lwl-line); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; color: var(--lwl-slate); transition: all .2s ease; }
.lwl-step-label { margin-top: 8px; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--lwl-slate); }
.lwl-step.active .lwl-step-circle,
.lwl-step.done .lwl-step-circle { background: var(--lwl-primary); border-color: var(--lwl-primary); color: #fff; }
.lwl-step.active .lwl-step-label,
.lwl-step.done .lwl-step-label { color: var(--lwl-ink); }
.lwl-stepper[data-flow="free"] .lwl-paid-only { display: none; }

.lwl-step-panel { display: none; }
.lwl-step-panel.active { display: block; }
.lwl-modal[data-flow="free"] .lwl-paid-only { display: none !important; }

/* ---------- Instructor card (synced mentor profile) ---------- */
.lwl-instructor-card { display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; background: var(--lwl-bg-soft); border: 1px solid var(--lwl-line); border-radius: 12px; padding: 10px 14px; margin: 4px 0 14px; transition: box-shadow .2s ease; }
.lwl-instructor-card:hover { box-shadow: var(--lwl-shadow); }
.lwl-instructor-avatar { width: 46px; height: 46px; border-radius: 50%; overflow: hidden; flex-shrink: 0; background: var(--lwl-primary); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; }
.lwl-instructor-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lwl-instructor-fallback { font-size: 15px; }
.lwl-instructor-static { cursor: default; }
.lwl-instructor-info { display: flex; flex-direction: column; line-height: 1.35; }
.lwl-instructor-info strong { font-size: 15px; color: var(--lwl-ink); }
.lwl-instructor-role { font-size: 12px; color: var(--lwl-slate); }
.lwl-instructor-arrow { margin-left: auto; color: var(--lwl-primary); font-weight: 700; }

/* ---------- Takeaways / prerequisites ---------- */
.lwl-takeaway-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.lwl-takeaway-list li { position: relative; padding-left: 30px; font-size: 15px; }
.lwl-takeaway-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border-radius: 50%; background: #0e9a8a; color: #fff; font-size: 12px; display: flex; align-items: center; justify-content: center; }
.lwl-prereq-box { display: inline-flex; align-items: center; gap: 8px; background: #fdf2dc; color: #8a6300; border-radius: 999px; padding: 8px 16px; font-size: 13px; font-weight: 600; margin: 6px 0 20px; }

/* ---------- Average rating ---------- */
.lwl-rating-summary { display: flex; align-items: center; gap: 10px; margin: 8px 0 18px; }
.lwl-rating-stars { color: #d9a441; font-size: 18px; letter-spacing: 2px; }
.lwl-rating-count { font-size: 13px; color: var(--lwl-slate); }

/* ---------- Certificate preview ---------- */
.lwl-cert-preview { margin: 14px 0; }
.lwl-cert-preview img { max-width: 100%; border-radius: 10px; border: 1px solid var(--lwl-line); box-shadow: var(--lwl-shadow); }

.lwl-cert-full-preview { position: relative; margin: 14px 0 16px; border-radius: 14px; overflow: hidden; border: 1px solid var(--lwl-line); box-shadow: var(--lwl-shadow); background: var(--lwl-bg-soft); }
.lwl-cert-preview-trigger-img { display: block; width: 100%; height: auto; cursor: zoom-in; transition: transform .3s ease; }
.lwl-cert-preview-trigger-img:hover { transform: scale(1.015); }
.lwl-cert-sample-ribbon { position: absolute; top: 14px; left: -34px; width: 150px; text-align: center; transform: rotate(-40deg); background: linear-gradient(135deg, #d9a441, #b8860b); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 5px 0; box-shadow: 0 4px 10px rgba(0,0,0,.2); z-index: 2; }
.lwl-cert-benefits { list-style: none; margin: 0 0 6px; padding: 0; display: grid; gap: 8px; }
.lwl-cert-benefits li { position: relative; padding-left: 26px; font-size: 14px; color: var(--lwl-ink); }
.lwl-cert-benefits li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 18px; height: 18px; border-radius: 50%; background: #0e9a8a; color: #fff; font-size: 11px; display: flex; align-items: center; justify-content: center; }
.lwl-cert-social-proof { display: inline-block; background: #fdf2dc; color: #8a6300; font-size: 13px; font-weight: 700; padding: 7px 14px; border-radius: 999px; margin: 4px 0 20px; }
.lwl-cert-preview-full { max-width: 100%; border-radius: 10px; margin-top: 12px; }

/* ---------- Pulsing "attract attention" CTA ---------- */
.lwl-pulse { position: relative; animation: lwl-glow 2.2s ease-in-out infinite; }
@keyframes lwl-glow {
	0%, 100% { box-shadow: 0 0 0 0 rgba(22,86,168,.45); }
	50%      { box-shadow: 0 0 0 12px rgba(22,86,168,0); }
}

/* ---------- Related sessions ---------- */
.lwl-related { margin: 40px 0 10px; }

/* ---------- Social share ---------- */
.lwl-share-row { display: flex; gap: 10px; margin: 16px 0; }
.lwl-share-row a { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--lwl-bg-soft); color: var(--lwl-primary); text-decoration: none; border: 1px solid var(--lwl-line); font-size: 15px; }
.lwl-share-row a:hover { background: var(--lwl-primary); color: #fff; }

/* ---------- Trust badges ---------- */
.lwl-trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 6px; }
.lwl-trust-badge { font-size: 12px; font-weight: 600; color: var(--lwl-slate); background: var(--lwl-bg-soft); border: 1px solid var(--lwl-line); border-radius: 999px; padding: 6px 12px; }

/* ---------- Flash banners ---------- */
.lwl-flash { border-radius: 10px; padding: 14px 18px; margin: 20px 0; font-weight: 600; font-size: 14px; }
.lwl-flash-success { background: #e3f6f2; color: #0e6f5c; }
.lwl-flash-warn { background: #fdf2dc; color: #8a6300; }

/* ---------- My Orders table ---------- */
.lwl-orders-table-wrap { overflow-x: auto; margin: 20px 0; }
.lwl-orders-table { width: 100%; border-collapse: collapse; font-size: 14px; background: #fff; border: 1px solid var(--lwl-line); border-radius: var(--lwl-radius); overflow: hidden; }
.lwl-orders-table th { text-align: left; background: var(--lwl-bg-soft); font-size: 12px; text-transform: uppercase; letter-spacing: .03em; color: var(--lwl-slate); padding: 12px 14px; }
.lwl-orders-table td { padding: 12px 14px; border-top: 1px solid var(--lwl-line); vertical-align: middle; }
.lwl-orders-table .lwl-pill { display: inline-block; padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 600; }
.lwl-pill-confirmed, .lwl-pill-approved { background: #e3f6f2; color: #0e9a8a; }
.lwl-pill-pending_payment, .lwl-pill-pending_review { background: #fdf2dc; color: #b8860b; }
.lwl-pill-on_hold { background: #eee6fb; color: #6b3fa0; }
.lwl-pill-declined { background: #fbe4e4; color: #b32d2e; }

/* ---------- Archive / listing page ---------- */
.lwl-eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--lwl-primary); background: var(--lwl-bg-soft); border-radius: 999px; padding: 6px 16px; margin-bottom: 14px; }
.lwl-archive-hero { text-align: center; padding: 40px 0 8px; }
.lwl-archive-sub { max-width: 560px; margin: 10px auto 0; }
.lwl-archive-stat { margin-top: 16px; font-size: 14px; color: var(--lwl-slate); }
.lwl-archive-stat strong { color: var(--lwl-deep); font-size: 17px; }
.lwl-archive-filters { display: flex; justify-content: center; gap: 10px; margin: 24px 0 4px; flex-wrap: wrap; }
.lwl-filter-chip { border: 1.5px solid var(--lwl-line); background: #fff; color: var(--lwl-slate); border-radius: 999px; padding: 8px 18px; font-weight: 600; font-size: 13px; cursor: pointer; }
.lwl-filter-chip.active, .lwl-filter-chip:hover { background: var(--lwl-primary); border-color: var(--lwl-primary); color: #fff; }
.lwl-pagination { margin: 30px 0; text-align: center; }

/* ---------- Stats bar (single session page) ---------- */
.lwl-stats-bar { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; margin: 28px 0; }
.lwl-stat-pill { background: var(--lwl-deep); color: #fff; border-radius: var(--lwl-radius); padding: 20px 16px; text-align: center; }
.lwl-stat-pill strong { display: block; font-size: 26px; font-family: var(--lwl-font-heading); color: var(--lwl-bright); margin-bottom: 4px; }
.lwl-stat-pill span { font-size: 12.5px; color: rgba(255,255,255,.82); }

/* ---------- Curriculum / Agenda accordion ---------- */
.lwl-curriculum-list { display: flex; flex-direction: column; gap: 10px; }
.lwl-curriculum-item { border: 1px solid var(--lwl-line); border-radius: var(--lwl-radius); overflow: hidden; }
.lwl-curriculum-head { width: 100%; display: flex; align-items: center; gap: 12px; padding: 16px 18px; background: var(--lwl-bg-soft); border: none; cursor: pointer; text-align: left; font: inherit; color: var(--lwl-ink); }
.lwl-curriculum-item.open .lwl-curriculum-head { background: var(--lwl-deep); color: #fff; }
.lwl-curriculum-pill { flex: none; background: var(--lwl-primary); color: #fff; font-size: 11.5px; font-weight: 700; padding: 4px 12px; border-radius: 999px; }
.lwl-curriculum-item.open .lwl-curriculum-pill { background: var(--lwl-bright); }
.lwl-curriculum-title { flex: 1; font-weight: 700; }
.lwl-curriculum-arrow { transition: transform .2s ease; }
.lwl-curriculum-item.open .lwl-curriculum-arrow { transform: rotate(180deg); }
.lwl-curriculum-body { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.lwl-curriculum-item.open .lwl-curriculum-body { max-height: 600px; }
.lwl-curriculum-body ul { list-style: none; margin: 0; padding: 16px 18px 18px; }
.lwl-curriculum-body li { display: flex; gap: 8px; padding: 5px 0; color: var(--lwl-slate); font-size: 14.5px; }
.lwl-curriculum-body li span { color: var(--lwl-primary); flex: none; }

/* ---------- Student reviews ---------- */
.lwl-reviews-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.lwl-review-card { background: var(--lwl-bg-soft); border: 1px solid var(--lwl-line); border-radius: var(--lwl-radius); padding: 20px; }
.lwl-review-stars { color: #d6a300; letter-spacing: 2px; font-size: 14px; }
.lwl-review-quote { font-style: italic; color: var(--lwl-ink); margin: 12px 0 16px; line-height: 1.55; }
.lwl-review-author { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 13.5px; }
.lwl-review-avatar { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--lwl-primary); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12.5px; font-weight: 700; }

/* ---------- WhatsApp floating button ---------- */
.lwl-whatsapp-fab { position: fixed; left: 20px; bottom: 20px; z-index: 9000; display: flex; align-items: center; gap: 8px; background: #25d366; color: #fff; text-decoration: none; border-radius: 999px; padding: 12px 16px; box-shadow: 0 8px 20px rgba(37,211,102,.35); font-weight: 700; font-size: 14px; transition: transform .15s ease; }
.lwl-whatsapp-fab:hover { transform: translateY(-2px); color: #fff; }
.lwl-whatsapp-fab-icon { font-size: 18px; }
@media (max-width: 480px) { .lwl-whatsapp-fab-label { display: none; } .lwl-whatsapp-fab { padding: 14px; } }

@media (max-width: 782px) {
	.lwl-hero { grid-template-columns: 1fr; }
	.lwl-content-grid { grid-template-columns: 1fr; }
	.lwl-side-card { position: static; }
}

/* =====================================================================
 * 3.4.0 — Course landing page (templates/single-course.php). A
 * different, richer top section than the webinar hero above, using
 * the same --lwl-* variables so it stays on-brand automatically.
 * =================================================================== */

.lwl-course-hero { max-width: 760px; margin: 0 auto; padding: 40px 0 8px; text-align: center; }
.lwl-course-eyebrow {
	display: inline-block; background: var(--lwl-bg-soft); color: var(--lwl-primary);
	border-radius: 999px; padding: 8px 16px; font-weight: 700; font-size: 13px; margin-bottom: 16px;
}
.lwl-course-title { font-family: var(--lwl-font-heading); font-size: 34px; font-weight: 800; line-height: 1.2; margin: 0 0 10px; color: var(--lwl-ink); }
.lwl-course-subtitle { color: var(--lwl-slate); font-size: 17px; margin: 0 0 18px; }
.lwl-course-video { position: relative; padding-top: 52%; border-radius: var(--lwl-radius); overflow: hidden; margin: 20px 0; box-shadow: var(--lwl-shadow); }
.lwl-course-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.lwl-course-video-image { background-size: cover; background-position: center; }

/* ---------- Pricing card (sidebar) ---------- */
.lwl-price-card {
	background: linear-gradient(165deg, var(--lwl-bg), var(--lwl-bg-soft));
	border: 1px solid var(--lwl-line);
	border-radius: var(--lwl-radius);
	padding: 26px 22px;
	box-shadow: var(--lwl-shadow);
	position: sticky;
	top: 90px;
}
.lwl-price-card-badge {
	display: inline-block; background: #fff7ea; color: #9a6b0a;
	font-weight: 700; font-size: 12.5px; padding: 6px 14px; border-radius: 999px; margin-bottom: 14px;
}
.lwl-price-card-row { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 12px; margin-bottom: 16px; }
.lwl-price-card-now { font-family: var(--lwl-font-heading); font-size: 34px; font-weight: 800; color: var(--lwl-ink); }
.lwl-price-card-old { text-decoration: line-through; color: var(--lwl-slate); font-size: 16px; }
.lwl-price-card-discount { color: #147a5f; font-weight: 700; font-size: 13px; }
.lwl-price-card-slots { display: flex; justify-content: space-between; font-size: 13px; color: var(--lwl-slate); margin-bottom: 8px; }
.lwl-price-card-progress { background: var(--lwl-line); border-radius: 999px; height: 8px; overflow: hidden; margin-bottom: 18px; }
.lwl-price-card-progress-bar { background: linear-gradient(90deg, var(--lwl-primary), var(--lwl-bright)); height: 100%; }
.lwl-price-card .lwl-btn-block { width: 100%; justify-content: center; }
.lwl-price-card-secure { text-align: center; color: var(--lwl-slate); font-size: 12.5px; margin: 14px 0 0; }

/* ---------- Bonus box ---------- */
.lwl-bonus-box {
	border: 1px dashed var(--lwl-gold);
	background: color-mix(in srgb, var(--lwl-gold) 8%, var(--lwl-bg));
	border-radius: var(--lwl-radius);
	padding: 22px;
	text-align: center;
	margin: 24px 0;
}
.lwl-bonus-eyebrow { display: inline-block; font-size: 12.5px; font-weight: 700; color: #9a6b0a; margin-bottom: 8px; }
.lwl-bonus-box h4 { margin: 0 0 8px; font-family: var(--lwl-font-heading); }
.lwl-bonus-box p { margin: 0; color: var(--lwl-slate); }

@media (max-width: 782px) {
	.lwl-course-title { font-size: 26px; }
	.lwl-price-card { position: static; }
}

/* ---------- Group Enrollment (registration modal, Step 1) ---------- */
.lwl-group-toggle { display: flex; gap: 10px; margin: 4px 0 14px; }
.lwl-radio-pill {
	flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
	border: 1px solid var(--lwl-line); border-radius: 999px; padding: 10px 14px;
	font-size: 13.5px; font-weight: 600; color: var(--lwl-slate); cursor: pointer;
}
.lwl-radio-pill:has(input:checked) { border-color: var(--lwl-primary); color: var(--lwl-primary); background: var(--lwl-bg-soft); }
.lwl-group-panel { margin-bottom: 16px; }
.lwl-group-hint { font-size: 12.5px; margin: 0 0 12px; }
.lwl-group-rows { display: flex; flex-direction: column; gap: 8px; margin-bottom: 10px; }
.lwl-group-row { display: grid; grid-template-columns: 1fr 1fr auto; gap: 8px; align-items: center; }
.lwl-group-remove {
	width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--lwl-line);
	background: var(--lwl-bg); color: var(--lwl-slate); font-size: 16px; cursor: pointer;
}
.lwl-group-add-row { width: 100%; justify-content: center; margin-bottom: 14px; }
.lwl-group-summary {
	display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap;
	background: var(--lwl-bg-soft); border-radius: var(--lwl-radius); padding: 12px 14px; font-size: 13px;
}
.lwl-group-discount { color: #147a5f; font-weight: 700; }
.lwl-group-total { color: var(--lwl-ink); font-size: 15px; }
@media (max-width: 480px) {
	.lwl-group-row { grid-template-columns: 1fr; }
	.lwl-group-remove { justify-self: end; }
}

/* =====================================================================
 * 3.5.0 — Membership plans ([lwl_membership_plans])
 * =================================================================== */
.lwl-plans-wrap { padding: 20px 0; }
.lwl-plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; align-items: stretch; }
.lwl-plan-card {
	position: relative; background: var(--lwl-bg); border: 1px solid var(--lwl-line);
	border-radius: var(--lwl-radius); padding: 28px 24px; display: flex; flex-direction: column;
	box-shadow: var(--lwl-shadow);
}
.lwl-plan-card-highlight { border: 2px solid var(--lwl-gold); }
.lwl-plan-badge {
	position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
	background: var(--lwl-gold); color: #fff; font-size: 11.5px; font-weight: 700;
	padding: 5px 14px; border-radius: 999px; text-transform: uppercase; letter-spacing: .03em;
}
.lwl-plan-name { font-family: var(--lwl-font-heading); font-size: 20px; margin: 6px 0 4px; }
.lwl-plan-tagline { color: var(--lwl-slate); font-size: 13.5px; margin: 0 0 16px; }
.lwl-plan-price { font-family: var(--lwl-font-heading); font-size: 30px; font-weight: 800; color: var(--lwl-ink); margin-bottom: 4px; }
.lwl-plan-price span { font-size: 13px; font-weight: 400; color: var(--lwl-slate); }
.lwl-plan-trial { color: #147a5f; font-weight: 700; font-size: 13px; margin: 0 0 16px; }
.lwl-plan-features { list-style: none; margin: 0 0 22px; padding: 0; flex: 1; }
.lwl-plan-features li { font-size: 13.5px; color: var(--lwl-ink); padding: 6px 0; border-bottom: 1px solid var(--lwl-line); }
.lwl-plan-features li:last-child { border-bottom: none; }
.lwl-plan-card .lwl-btn-block { width: 100%; justify-content: center; }

/* ---------- Recent-join floating toast (course page) ---------- */
.lwl-join-toast {
	position: fixed; left: 20px; bottom: 90px; z-index: 8000;
	display: flex; align-items: center; gap: 10px;
	background: var(--lwl-bg); border: 1px solid var(--lwl-line); border-radius: 14px;
	padding: 12px 14px; box-shadow: var(--lwl-shadow); max-width: 280px;
	animation: lwlToastIn .4s ease;
}
.lwl-join-toast-avatar {
	flex: none; width: 34px; height: 34px; border-radius: 50%;
	background: linear-gradient(135deg, var(--lwl-primary), var(--lwl-bright));
	color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px;
}
.lwl-join-toast-text { font-size: 12.5px; line-height: 1.4; color: var(--lwl-ink); }
.lwl-join-toast-text small { display: block; color: var(--lwl-slate); }
.lwl-join-toast-close { position: absolute; top: 4px; right: 6px; background: none; border: none; color: var(--lwl-slate); font-size: 14px; cursor: pointer; }
.lwl-join-toast.lwl-toast-hide { display: none; }
@keyframes lwlToastIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 480px) { .lwl-join-toast { bottom: 84px; left: 12px; right: 12px; max-width: none; } }
