
/* WM Course Suite - basic styles */
.wm-hero { background: linear-gradient(180deg,#0f172a 0%, rgba(15,23,42,0.6) 100%); color:#fff; padding:60px 0; }
.wm-hero-inner { display:flex; gap:30px; align-items:center; max-width:1140px; margin:0 auto; padding:0 20px; }
.wm-hero-left { flex:1; }
.wm-hero-right { width:360px; }
.wm-title { font-size:36px; margin:0 0 10px; line-height:1.05; }
.wm-lead { font-size:16px; margin-bottom:12px; color:rgba(255,255,255,0.9); }
.wm-bullets { list-style: none; padding:0; margin:12px 0 18px; }
.wm-bullets li { margin-bottom:8px; }
.wm-button { background:#ff6b00; color:#fff; padding:12px 20px; border-radius:12px; text-decoration:none; display:inline-block; font-weight:700; }
.wm-link { margin-left:12px; color:#fff; opacity:0.9; text-decoration:underline; }
.wm-section { max-width:1000px; margin:40px auto; padding:0 20px; }
.wm-testimonials blockquote { background:#f7f7f8; padding:18px; border-radius:8px; margin-bottom:12px; }
.wm-module { margin-bottom:12px; }
.wm-instructor-box { display:flex; gap:12px; align-items:center; }
.wm-instructor-photo img { border-radius:8px; }
.wm-sticky-cta { position: fixed; right: 18px; bottom: 18px; z-index:99999; background:#ff6b00; color:#fff; padding:12px 18px; border-radius:12px; text-decoration:none; box-shadow:0 8px 20px rgba(0,0,0,0.18); }
@media (max-width:900px) {
    .wm-hero-inner { flex-direction:column; text-align:center; }
    .wm-hero-right { width:100%; }
    .wm-title { font-size:30px; }
}
