/* Training page — ported from dawar lhony/Training.html */

.ptb { background: white; border-bottom: 1px solid var(--border, #e5e7eb); padding: 24px 0; }

.ptb-inner { max-width: 1320px; margin: 0 auto; padding: 0 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

.ptb-bc { font-size: 12.5px; color: var(--muted, #6b7280); display: flex; align-items: center; gap: 5px; margin-bottom: 5px; }

.ptb-bc a { color: var(--muted, #6b7280); text-decoration: none; transition: color .15s; }

.ptb-bc a:hover { color: var(--orange, #fd8a00); }

.ptb-bc-sep { font-size: 14px; }

.ptb-title { font-size: 22px; font-weight: 800; letter-spacing: -0.3px; line-height: 1.45; color: var(--text, #111827); }

.ptb-sub { font-size: 13.5px; color: var(--muted, #6b7280); margin-top: 3px; }

.ptb-pills { display: flex; gap: 8px; flex-wrap: wrap; flex-shrink: 0; }

.ptb-pill { display: flex; align-items: center; gap: 6px; padding: 7px 14px; border-radius: 100px; background: var(--bg-alt, #f9fafb); border: 1.5px solid var(--border, #e5e7eb); font-size: 12.5px; font-weight: 700; color: var(--muted, #6b7280); }

.ptb-pill-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange, #fd8a00); flex-shrink: 0; }

[dir="rtl"] .ptb-title,
[dir="rtl"] .sec-title,
[dir="rtl"] .sp-title,
[dir="rtl"] .t-title,
[dir="rtl"] .comp-title,
[dir="rtl"] .comp-title-text,
[dir="rtl"] .td-title {
  line-height: 1.65;
  letter-spacing: 0;
}

/* ── SPOTLIGHT ── */

.spotlight-wrap { padding: 28px 0 36px; background: var(--bg-alt); }

.spotlight-inner { max-width: 1320px; margin: 0 auto; padding: 0 80px; }

.sp-card {
      background: var(--dark); border-radius: 20px; overflow: hidden;
      display: grid; grid-template-columns: 200px 1fr 272px; align-items: stretch;
      box-shadow: 0 24px 64px rgba(13,27,42,0.18);
    }

.sp-cal-widget { border-inline-end: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.02); }

.sp-cal-hdr { padding: 14px 18px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.08); }

.sp-cal-hdr-month, .sp-cal-hdr-year { font-size: 12px; font-weight: 800; color: rgba(255,255,255,0.55); letter-spacing: 0.5px; text-transform: uppercase; }

.sp-cal-body { padding: 18px; display: flex; flex-direction: column; gap: 12px; }

.sp-week-labels, .sp-week-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; text-align: center; font-size: 10px; font-weight: 700; color: rgba(255,255,255,0.35); }

.sp-week-days span { padding: 6px 0; border-radius: 8px; color: rgba(255,255,255,0.5); }

.sp-week-days .sp-active, .sp-week-days .wknd { color: rgba(255,255,255,0.35); }

.sp-week-days .sp-active { background: rgba(253,138,0,0.2); color: var(--orange); font-weight: 800; }

.sp-big-date { text-align: center; padding: 14px 0 8px; }

.sp-big-num { font-size: 40px; font-weight: 800; color: white; line-height: 1; letter-spacing: -1.5px; }

.sp-big-dow { font-size: 12px; font-weight: 700; color: var(--orange); margin-top: 4px; }

.sp-big-type { font-size: 10px; font-weight: 800; color: rgba(255,255,255,0.4); letter-spacing: 1px; text-transform: uppercase; margin-top: 6px; }

.sp-mid { padding: 28px 32px; display: flex; flex-direction: column; justify-content: center; gap: 14px; }

.sp-next-lbl { font-size: 10px; font-weight: 800; color: var(--orange); letter-spacing: 1.4px; text-transform: uppercase; }

.sp-title { font-size: 22px; font-weight: 800; color: white; letter-spacing: -0.4px; line-height: 1.35; }

.sp-meta { display: flex; gap: 18px; flex-wrap: wrap; }

.sp-meta-item { display: flex; align-items: center; gap: 6px; font-size: 12.5px; color: rgba(255,255,255,0.5); font-weight: 600; }

.sp-meta-item svg { color: rgba(255,255,255,0.35); flex-shrink: 0; }

.sp-seats-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }

.sp-seat-bar { flex: 1; max-width: 200px; height: 6px; background: rgba(255,255,255,0.12); border-radius: 3px; overflow: hidden; }

.sp-seat-fill { height: 100%; background: var(--orange); border-radius: 3px; transition: width .6s ease; }

.sp-seat-txt { font-size: 11.5px; font-weight: 700; color: rgba(255,255,255,0.45); white-space: nowrap; }

.sp-urgent { font-size: 10.5px; font-weight: 800; color: #ef4444; background: rgba(239,68,68,0.15); padding: 3px 8px; border-radius: 20px; }

.sp-right { padding: 32px 28px; border-inline-start: 1px solid rgba(255,255,255,0.08); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; }

.sp-countdown { display: flex; gap: 10px; width: 100%; justify-content: center; padding: 4px 2px; }

.sp-cd-box {
      flex: 1; max-width: 68px; min-width: 0;
      display: flex; flex-direction: column; align-items: center; justify-content: center;
      background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px;
      padding: 14px 8px 12px;
    }

.sp-cd-num { font-size: 17px; font-weight: 800; color: white; line-height: 1; font-variant-numeric: tabular-nums; }

.sp-cd-lbl { font-size: 9px; font-weight: 700; color: rgba(255,255,255,0.42); text-transform: uppercase; letter-spacing: 0.4px; margin-top: 6px; text-align: center; line-height: 1.25; }

.sp-price { font-size: 20px; font-weight: 800; color: var(--orange); }

.sp-reg-btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px; background: var(--orange); color: white; font-size: 13.5px; font-weight: 800; border-radius: 11px; text-decoration: none; transition: background .18s; }

.sp-reg-btn:hover { background: var(--oh); }

/* ── SECTIONS ── */

.sec-wrap { padding: 72px 0 88px; background: white; }

.sec-inner { max-width: 1320px; margin: 0 auto; padding: 0 80px; }

.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }

.sec-eye { font-size: 11px; font-weight: 800; color: var(--orange); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 8px; }

.sec-title { font-size: 28px; font-weight: 800; letter-spacing: -0.5px; color: var(--text); line-height: 1.3; }

.sec-sub { font-size: 14px; color: var(--muted); margin-top: 6px; line-height: 1.65; max-width: 520px; }

.sec-count { font-size: 42px; font-weight: 800; color: var(--orange); letter-spacing: -2px; line-height: 1; opacity: 0.85; }

/* ── TRAINING CARDS ── */

.t-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

.t-card { background: white; border: 1.5px solid var(--border); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; transition: transform .22s, box-shadow .22s; }

.t-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(0,0,0,0.08); }

.t-poster { display: block; height: 140px; position: relative; padding: 16px 18px; }

.t-poster-type { font-size: 10px; font-weight: 800; color: rgba(255,255,255,0.7); letter-spacing: 1px; text-transform: uppercase; }

.t-poster-bottom { position: absolute; bottom: 14px; inset-inline-start: 18px; display: flex; gap: 6px; }

.t-top { padding: 16px 18px 12px; border-bottom: 1px solid var(--border); display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }

.t-badges { display: flex; gap: 6px; flex-wrap: wrap; }

.t-badge { font-size: 10px; font-weight: 800; padding: 3px 9px; border-radius: 20px; }

.t-badge.type { background: var(--ol); color: var(--orange); }

.t-badge.free { background: #f0fdf4; color: var(--green); }

.t-badge.online { background: #eff6ff; color: #2563eb; }

.t-badge.urgent { background: #fef2f2; color: var(--red); }

.t-badge.full { background: var(--bg-alt); color: var(--muted); }

.t-date-chip { display: flex; flex-direction: column; align-items: center; background: var(--dark); border-radius: 10px; padding: 8px 11px; flex-shrink: 0; }

.t-day { font-size: 18px; font-weight: 800; color: white; line-height: 1; }

.t-mon { font-size: 8.5px; font-weight: 700; color: var(--orange); letter-spacing: 1px; text-transform: uppercase; margin-top: 2px; }

.t-body { padding: 14px 18px; display: flex; flex-direction: column; gap: 10px; flex: 1; }

.t-title { font-size: 16px; font-weight: 800; color: var(--text); line-height: 1.35; text-decoration: none; }

.t-title:hover { color: var(--orange); }

.t-desc { font-size: 13px; color: var(--muted); line-height: 1.65; }

.t-meta { display: flex; gap: 14px; flex-wrap: wrap; }

.t-meta-item { display: flex; align-items: center; gap: 5px; font-size: 11.5px; color: var(--muted); font-weight: 600; }

.t-seats { background: var(--bg-alt); border-radius: 10px; padding: 10px 12px; }

.t-seats-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }

.t-seats-lbl { font-size: 11px; font-weight: 700; color: var(--text); }

.t-seats-num { font-size: 11px; font-weight: 700; }

.t-bar { height: 5px; background: #e9ecef; border-radius: 3px; overflow: hidden; }

.t-bar-fill { height: 100%; border-radius: 3px; transition: width .4s; }

.t-foot { padding: 12px 18px 16px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--border); gap: 12px; }

.t-price { font-size: 18px; font-weight: 800; letter-spacing: -0.5px; }

.t-price.free-price { color: var(--green); font-size: 15px; }

.t-price.paid-price { color: var(--orange); }

.t-price sub { font-size: 10.5px; font-weight: 600; color: var(--muted); }

.t-reg-btn { display: inline-flex; align-items: center; justify-content: center; padding: 9px 18px; background: var(--orange); color: white; border-radius: 9px; font-size: 12.5px; font-weight: 800; text-decoration: none; border: none; cursor: pointer; transition: background .18s; white-space: nowrap; }

.t-reg-btn.waitlist { background: var(--bg-alt); color: var(--text); border: 1.5px solid var(--border); }

.t-reg-btn:hover { background: var(--oh); }

.t-reg-btn.waitlist:hover { border-color: var(--orange); color: var(--orange); background: var(--ol); }

/* ── PARTNERS ── */

.partners-wrap { padding: 64px 0 72px; background: white; border-top: 1px solid var(--border); }

.partners-inner { max-width: 1320px; margin: 0 auto; padding: 0 80px; }

.partners-head { margin-bottom: 32px; text-align: center; }

.partners-head .sec-title { font-size: 22px; }

.org-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.org-card { background: var(--bg-alt); border: 1.5px solid var(--border); border-radius: 16px; padding: 24px 20px; min-height: 110px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-align: center; transition: border-color .18s, box-shadow .18s; }

.org-card:hover { border-color: rgba(253,138,0,0.35); box-shadow: 0 12px 32px rgba(0,0,0,0.06); }

.org-card img { height: 40px; width: auto; max-width: 120px; -o-object-fit: contain; object-fit: contain; }

.org-name { font-size: 12.5px; font-weight: 700; color: var(--muted); line-height: 1.45; }

/* ── COMPLETED ── */

.completed-wrap { padding: 72px 0 88px; background: var(--dark); }

.completed-inner { max-width: 1320px; margin: 0 auto; padding: 0 80px; }

.comp-head { margin-bottom: 32px; }

.comp-eye { font-size: 11px; font-weight: 800; color: var(--orange); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 8px; }

.comp-title { font-size: 28px; font-weight: 800; color: white; letter-spacing: -0.5px; }

.comp-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: transform .2s, border-color .2s; }

.comp-card:hover { transform: translateY(-4px); border-color: rgba(253,138,0,0.3); }

.comp-thumb { height: 160px; position: relative; display: flex; align-items: center; justify-content: center; }

.comp-thumb-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,27,42,0.85) 0%, transparent 55%); }

.comp-play-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }

.comp-play-btn { width: 52px; height: 52px; border-radius: 50%; background: rgba(253,138,0,0.9); display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(253,138,0,0.4); }

.comp-date-badge { position: absolute; top: 12px; inset-inline-start: 12px; background: rgba(13,27,42,0.8); border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.8); font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: 20px; z-index: 2; }

.comp-done-badge { position: absolute; top: 12px; inset-inline-end: 12px; background: rgba(22,163,74,0.85); color: white; font-size: 9.5px; font-weight: 800; padding: 4px 9px; border-radius: 20px; z-index: 2; }

.comp-thumb-title { position: absolute; bottom: 14px; inset-inline: 14px; font-size: 14px; font-weight: 800; color: white; z-index: 2; line-height: 1.35; }

.comp-body { padding: 14px 16px 10px; }

.comp-type { font-size: 9.5px; font-weight: 800; color: var(--orange); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 4px; }

.comp-title-text { font-size: 14px; font-weight: 800; color: white; line-height: 1.35; margin-bottom: 4px; }

.comp-attended { font-size: 11px; color: rgba(255,255,255,0.35); font-weight: 600; }

.comp-foot { padding: 10px 16px 14px; border-top: 1px solid rgba(255,255,255,0.07); display: flex; align-items: center; justify-content: space-between; gap: 10px; }

.comp-duration { display: flex; align-items: center; gap: 5px; font-size: 11px; color: rgba(255,255,255,0.35); font-weight: 600; }

.watch-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 800; color: var(--orange); background: rgba(253,138,0,0.1); border: 1px solid rgba(253,138,0,0.28); padding: 7px 14px; border-radius: 9px; }

.comp-sub { font-size: 14px; color: rgba(255,255,255,0.4); margin-top: 5px; }

.comp-panel { position: relative; }

.comp-title-row { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }

.comp-lock-badge {
      display: inline-flex; align-items: center; gap: 6px;
      padding: 4px 10px; border-radius: 999px;
      background: rgba(220,38,38,0.15); border: 1px solid rgba(220,38,38,0.35);
      font-size: 11px; font-weight: 800; color: #fca5a5;
    }

.comp-locked {
      display: none; text-align: center; padding: 56px 32px;
      background: rgba(255,255,255,0.04); border: 1.5px dashed rgba(255,255,255,0.14);
      border-radius: 24px;
    }

.comp-locked.show { display: block; }

.comp-lock-icon {
      width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 20px;
      background: rgba(255,255,255,0.06); border: 1.5px solid rgba(255,255,255,0.12);
      display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.55);
    }

.comp-lock-title { font-size: 20px; font-weight: 800; margin-bottom: 8px; color: white; }

.comp-lock-sub { font-size: 14px; color: rgba(255,255,255,0.45); max-width: 420px; margin: 0 auto 22px; line-height: 1.7; }

.comp-lock-btn {
      display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px;
      background: var(--orange); color: white; font-size: 14px; font-weight: 800;
      border-radius: 12px; text-decoration: none; transition: background .18s;
    }

.comp-lock-btn:hover { background: var(--oh); }

.comp-grid.hidden { display: none; }

.comp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.testi-wrap { padding: 72px 0 96px; background: white; }

.testi-inner { max-width: 1320px; margin: 0 auto; padding: 0 80px; }

.testi-head { text-align: center; margin-bottom: 44px; }

.testi-head .testi-title { font-size: 24px; font-weight: 800; color: var(--text); line-height: 1.4; }

.testi-head .testi-eye { font-size: 11px; font-weight: 800; color: var(--orange); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 8px; }

.testi-head .testi-sub { font-size: 14px; color: var(--muted); margin-top: 8px; max-width: 560px; margin-inline: auto; line-height: 1.7; }

.testi-head .sec-sub { margin-inline: auto; }

.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.testi-card { background: var(--bg-alt); border: 1px solid var(--border); border-radius: 20px; padding: 28px; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }

.testi-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.06); }

.testi-quote { font-size: 40px; font-weight: 900; color: var(--orange); line-height: 0.8; margin-bottom: 16px; font-family: Georgia, serif; opacity: 0.75; }

.testi-text { font-size: 14.5px; color: var(--text); line-height: 1.75; margin-bottom: 24px; flex: 1; }

.testi-author { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--border); }

.testi-photo { width: 52px; height: 52px; border-radius: 50%; -o-object-fit: cover; object-fit: cover; border: 2px solid rgba(253,138,0,0.2); }

.testi-name { font-size: 15px; font-weight: 800; color: var(--text); }

.testi-role { font-size: 12.5px; color: var(--muted); margin-top: 3px; font-weight: 600; }

.past-wrap { padding: 60px 0 88px; background: var(--dark); }

/* ── LOCKED PANEL (past webinars) ── */

.past-panel { position: relative; }

.past-title-row { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }

.past-lock-badge {
      display: inline-flex; align-items: center; gap: 6px;
      padding: 4px 10px; border-radius: 999px;
      background: rgba(220,38,38,0.15); border: 1px solid rgba(220,38,38,0.35);
      font-size: 11px; font-weight: 800; color: #fca5a5;
    }

.past-locked {
      display: none; text-align: center; padding: 56px 32px;
      background: rgba(255,255,255,0.04); border: 1.5px dashed rgba(255,255,255,0.14);
      border-radius: 24px;
    }

.past-locked.show { display: block; }

.past-lock-icon {
      width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 20px;
      background: rgba(255,255,255,0.06); border: 1.5px solid rgba(255,255,255,0.12);
      display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.55);
    }

.past-lock-title { font-size: 20px; font-weight: 800; margin-bottom: 8px; color: white; }

.past-lock-sub { font-size: 14px; color: rgba(255,255,255,0.45); max-width: 420px; margin: 0 auto 22px; line-height: 1.7; }

.past-lock-btn {
      display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px;
      background: var(--orange); color: white; font-size: 14px; font-weight: 800;
      border-radius: 12px; text-decoration: none; transition: background .18s;
    }

.past-lock-btn:hover { background: var(--oh); }

.past-grid.hidden { display: none; }

.modal-overlay { position: fixed; inset: 0; z-index: 400; background: rgba(13,27,42,0.55); backdrop-filter: blur(6px); display: flex; align-items: center; justify-content: center; padding: 24px; opacity: 0; pointer-events: none; transition: opacity .22s; }

.modal-overlay.open { opacity: 1; pointer-events: all; }

.modal { background: white; border-radius: 20px; width: min(480px, 100%); max-height: 90vh; overflow-y: auto; box-shadow: 0 32px 80px rgba(0,0,0,0.22); }

.modal-head { padding: 24px 24px 16px; border-bottom: 1px solid var(--border); position: relative; }

.modal-training-type { font-size: 11px; font-weight: 800; color: var(--orange); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 6px; }

.modal-training-name { font-size: 20px; font-weight: 800; color: var(--text); line-height: 1.35; padding-inline-end: 36px; }

.modal-close { position: absolute; top: 20px; inset-inline-end: 20px; width: 32px; height: 32px; border-radius: 8px; border: 1px solid var(--border); background: var(--bg-alt); color: var(--muted); cursor: pointer; display: flex; align-items: center; justify-content: center; }

.modal-body { padding: 20px 24px 24px; }

.modal-info-row { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }

.modal-info-item { display: flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--muted); font-weight: 600; }

.m-field { margin-bottom: 14px; }

.m-field label { display: block; font-size: 12px; font-weight: 700; color: var(--text); margin-bottom: 6px; }

.m-field input { width: 100%; padding: 11px 14px; border: 1.5px solid var(--border); border-radius: 10px; font-size: 14px; font-family: inherit; transition: border-color .15s; }

.m-field input:focus { outline: none; border-color: var(--orange); }

.m-submit { width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 20px; background: var(--orange); color: white; font-size: 14px; font-weight: 800; border: none; border-radius: 12px; cursor: pointer; font-family: inherit; margin-top: 6px; transition: background .18s; }

.m-submit:hover { background: var(--oh); }

.m-success { display: none; text-align: center; padding: 24px 8px; }

.m-success.on { display: block; }

.m-suc-icon { width: 64px; height: 64px; border-radius: 50%; background: #f0fdf4; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }

.m-suc-title { font-size: 20px; font-weight: 800; margin-bottom: 8px; }

.m-suc-sub { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* ── RESPONSIVE ── */

@media (max-width: 1024px) {
      .header-inner { padding: 0 28px; }
      .ptb-inner, .spotlight-inner, .filter-inner, .sec-inner, .completed-inner { padding-inline: 28px; }
      .footer-inner { padding: 0 28px; }
      .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
    }

@media (max-width: 900px) {
      .t-grid, .comp-grid { grid-template-columns: repeat(2, 1fr); }
      .sp-card { grid-template-columns: 1fr; display: flex; flex-direction: column; }
      .sp-cal-widget { border-inline-end: none; border-bottom: 1px solid var(--border); }
      .sp-right {
        border-inline-start: none; border-top: 1px solid var(--border);
        flex-direction: column; align-items: stretch;
        padding: 24px 28px; gap: 18px;
      }
      .sp-countdown { justify-content: center; padding: 6px 4px; }
      .sp-price { text-align: center; }
      .sp-reg-btn { width: 100%; justify-content: center; }
    }

@media (max-width: 820px) {
      nav { display: none; }
      .hamburger { display: flex; }
      .btn-cta { display: none; }
      .header-inner { gap: 12px; padding: 0 20px; }
      .ptb { padding: 20px 0; }
      .ptb-inner { padding-inline: 20px; flex-direction: column; align-items: flex-start; }
      .ptb-pills { width: 100%; }
      .spotlight-inner, .filter-inner, .sec-inner, .completed-inner { padding-inline: 20px; }
      .sec-wrap { padding: 48px 0 64px; }
      .sec-head { flex-direction: column; align-items: flex-start; gap: 8px; }
      .completed-wrap { padding: 48px 0 64px; }
      .comp-head { flex-direction: column; align-items: flex-start; }
      .t-foot { flex-wrap: wrap; gap: 12px; }
      .t-reg-btn { flex: 1; min-width: 140px; justify-content: center; }
      .comp-foot { flex-wrap: wrap; gap: 10px; }
      .footer-inner { padding: 0 20px; }
      .footer-top { grid-template-columns: 1fr; gap: 32px; }
      .footer-bottom { flex-direction: column; text-align: center; }
    }

@media (max-width: 640px) {
      .spotlight-wrap { padding: 16px 0; }
      .sp-card { border-radius: 16px; }
      .sp-mid { order: 1; padding: 16px 16px 12px; gap: 10px; }
      .sp-cal-widget { order: 2; border-top: 1px solid var(--border); border-bottom: none; }
      .sp-right { order: 3; padding: 20px 18px; gap: 16px; border-top: 1px solid var(--border); }
      .sp-cal-widget .sp-week-labels,
      .sp-cal-widget .sp-week-days { display: none; }
      .sp-cal-hdr { padding: 10px 16px; }
      .sp-cal-body {
        flex-direction: row; align-items: center; justify-content: center;
        gap: 14px; padding: 12px 16px;
      }
      .sp-big-date { flex-direction: row; align-items: center; gap: 10px; padding: 0; }
      .sp-big-num { font-size: 32px; letter-spacing: -1px; }
      .sp-big-dow { margin-top: 0; font-size: 11px; }
      .sp-big-type { margin-top: 0; }
      .sp-title { font-size: 16px; }
      .sp-meta { flex-direction: column; gap: 6px; align-items: flex-start; }
      .sp-seats-row { flex-direction: column; align-items: stretch; gap: 6px; }
      .sp-seat-bar { max-width: none; width: 100%; }
      .sp-seat-txt { white-space: normal; }
      .sp-urgent { align-self: flex-start; }
      .sp-countdown { width: 100%; justify-content: center; gap: 8px; padding: 4px 0; }
      .sp-cd-box { flex: 1; max-width: none; padding: 12px 6px 10px; border-radius: 11px; }
      .sp-cd-num { font-size: 15px; }
      .sp-cd-lbl { font-size: 8px; letter-spacing: 0.3px; margin-top: 5px; }
      .ptb-title { font-size: 18px; }
      .t-grid, .comp-grid { grid-template-columns: 1fr; }
      .t-foot { flex-direction: column; align-items: stretch; }
      .t-reg-btn { width: 100%; }
      .watch-btn { width: 100%; justify-content: center; }
    }

@media (max-width: 1024px) {
      .partners-inner, .testi-inner { padding-inline: 28px; }
      .org-grid { grid-template-columns: repeat(3, 1fr); }
    }

@media (max-width: 820px) {
      .partners-inner, .testi-inner { padding-inline: 20px; }
      .partners-wrap { padding: 48px 0 56px; }
      .testi-wrap { padding: 56px 0 72px; }
      .org-grid, .comp-grid { grid-template-columns: repeat(2, 1fr); }
      .testi-grid { grid-template-columns: 1fr; }
    }

@media (max-width: 640px) {
      .org-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
      .org-card { min-height: 92px; padding: 16px 12px; }
      .t-grid, .comp-grid { grid-template-columns: 1fr; }
    }

/* ── TRAINING DETAIL ── */

.breadcrumb, .td-breadcrumb { border-bottom: 1px solid var(--border, #e5e7eb); background: white; }

.breadcrumb-inner, .td-breadcrumb-inner { max-width: 1320px; margin: 0 auto; padding: 0 80px; height: 52px; display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: var(--muted, #6b7280); }

.breadcrumb-inner a, .td-breadcrumb-inner a { color: var(--muted, #6b7280); text-decoration: none; }

.breadcrumb-inner a:hover, .td-breadcrumb-inner a:hover { color: var(--orange, #fd8a00); }

.breadcrumb-inner .sep, .td-breadcrumb-inner .sep { color: var(--border, #e5e7eb); }

.breadcrumb-inner .cur, .td-breadcrumb-inner .cur { color: var(--text, #111827); font-weight: 600; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 420px; }

.td-hero { position: relative; min-height: 420px; overflow: hidden; background: var(--dark, #0d1b2a); }

.td-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }

.td-hero-overlay { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(13,27,42,0.92) 0%, rgba(13,27,42,0.55) 55%, rgba(13,27,42,0.35) 100%); }

.td-hero-inner { position: relative; z-index: 2; max-width: 1320px; margin: 0 auto; padding: 56px 80px 48px; display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; min-height: 420px; }

.td-hero-content { max-width: 720px; }

.td-title { font-size: clamp(28px, 4vw, 44px); font-weight: 800; color: white; line-height: 1.2; margin-bottom: 16px; }

.td-desc { font-size: 16px; color: rgba(255,255,255,0.72); line-height: 1.75; max-width: 600px; margin-bottom: 22px; }

.td-meta { display: flex; flex-wrap: wrap; gap: 18px; }

.td-meta-item { display: flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,0.65); }

.td-date-chip { flex-shrink: 0; background: rgba(255,255,255,0.1); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.18); border-radius: 18px; padding: 18px 22px; text-align: center; min-width: 110px; }

.td-date-num { font-size: 36px; font-weight: 800; color: white; line-height: 1; }

.td-date-mon { font-size: 11px; font-weight: 700; color: var(--orange, #fd8a00); margin-top: 4px; letter-spacing: 1px; text-transform: uppercase; }

.share-bar { background: white; border-bottom: 1px solid var(--border, #e5e7eb); }

.share-bar-inner { max-width: 1320px; margin: 0 auto; padding: 14px 80px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

.share-label { font-size: 13px; font-weight: 700; color: var(--muted, #6b7280); }

.share-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.share-btn { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 10px; border: 1.5px solid var(--border, #e5e7eb); background: white; font-size: 13px; font-weight: 700; color: var(--text, #111827); cursor: pointer; font-family: inherit; text-decoration: none; transition: border-color .18s, background .18s, color .18s; }

.share-btn:hover { border-color: var(--orange, #fd8a00); color: var(--orange, #fd8a00); background: var(--ol, #fff4e6); }

.share-btn.primary { background: var(--orange, #fd8a00); border-color: var(--orange, #fd8a00); color: white; }

.share-btn.primary:hover { background: var(--oh, #e07a00); border-color: var(--oh, #e07a00); color: white; }

.td-body { max-width: 1320px; margin: 0 auto; padding: 48px 80px 88px; display: grid; grid-template-columns: 1fr 360px; gap: 48px; align-items: start; }

.td-main section { margin-bottom: 40px; }

.td-section-title { font-size: 20px; font-weight: 800; margin-bottom: 18px; color: var(--text, #111827); }

.td-prose { font-size: 15px; color: var(--muted, #6b7280); line-height: 1.85; }

.td-prose p { margin-bottom: 14px; }

.td-sidebar { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 20px; }

.td-book-card, .book-card { background: white; border: 1px solid var(--border, #e5e7eb); border-radius: 22px; padding: 26px; box-shadow: 0 12px 40px rgba(0,0,0,0.06); }

.td-book-price, .book-price { font-size: 30px; font-weight: 800; color: var(--orange, #fd8a00); letter-spacing: -0.5px; margin-bottom: 6px; }

.td-book-price.free, .book-price.free { color: var(--green, #16a34a); font-size: 24px; }

.td-book-price sub, .book-price sub { font-size: 13px; font-weight: 600; color: var(--muted, #6b7280); }

.td-book-seats, .book-seats { margin: 18px 0; }

.td-book-seats-row, .book-seats-row { display: flex; justify-content: space-between; font-size: 12.5px; font-weight: 700; margin-bottom: 8px; }

.td-book-bar, .book-bar { height: 7px; background: #e9ecef; border-radius: 4px; overflow: hidden; }

.td-book-bar-fill, .book-bar-fill { height: 100%; border-radius: 4px; background: var(--orange, #fd8a00); }

.td-book-btn, .book-btn { width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 15px; border: none; border-radius: 12px; background: var(--orange, #fd8a00); color: white; font-size: 15px; font-weight: 800; cursor: pointer; font-family: inherit; text-decoration: none; transition: background .18s, transform .15s; }

.td-book-btn:hover, .book-btn:hover { background: var(--oh, #e07a00); transform: translateY(-1px); }

.td-book-info, .book-info { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--border, #e5e7eb); }

.td-book-info-row, .book-info-row { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; color: var(--muted, #6b7280); }

.td-book-info-row strong, .book-info-row strong { color: var(--text, #111827); }

.td-related-card, .related-card { background: var(--bg-alt, #f9fafb); border: 1px solid var(--border, #e5e7eb); border-radius: 18px; padding: 20px; }

.td-related-title, .related-title { font-size: 14px; font-weight: 800; margin-bottom: 14px; }

.td-related-item, .related-item { display: flex; gap: 12px; align-items: center; text-decoration: none; padding: 10px 0; border-bottom: 1px solid var(--border, #e5e7eb); }

.td-related-item:last-child, .related-item:last-child { border-bottom: none; padding-bottom: 0; }

.td-related-thumb, .related-thumb { width: 52px; height: 52px; border-radius: 10px; background-size: cover; background-position: center; flex-shrink: 0; }

.td-related-name, .related-name { font-size: 13px; font-weight: 700; color: var(--text, #111827); line-height: 1.4; }

.td-related-type, .related-type { font-size: 11px; color: var(--muted, #6b7280); margin-top: 2px; font-weight: 600; }

@media (max-width: 1024px) {
  .breadcrumb-inner, .td-breadcrumb-inner, .td-hero-inner, .share-bar-inner, .td-body { padding-inline: 28px; }
  .td-body { grid-template-columns: 1fr; }
  .td-sidebar { position: static; }
}

@media (max-width: 820px) {
  .breadcrumb-inner, .td-breadcrumb-inner, .td-hero-inner, .share-bar-inner, .td-body { padding-inline: 20px; }
  .td-hero-inner { flex-direction: column; align-items: flex-start; min-height: auto; padding-top: 40px; padding-bottom: 36px; }
  .td-date-chip { align-self: flex-start; }
}
