.modules-wrapper{max-width:1200px;margin:40px auto;padding:0 40px;font-family:system-ui,sans-serif}.modules-title{font-family:Playfair Display,serif;font-size:48px;font-weight:700;margin-bottom:20px;letter-spacing:-1px}.divider{width:100%;height:2px;background:rgba(201,168,76,.2);margin-bottom:50px}.modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:60px}.module-card{max-width:350px}.module-header{display:flex;align-items:center;gap:10px}.tick{width:28px;height:4px;border-radius:2px}.module-number{font-family:Playfair Display,serif;font-size:38px;font-weight:700;margin:0;color:var(--gold,#c9a84c);text-align:left}.module-header{justify-content:flex-start}.module-name{font-size:20px;font-weight:600;margin:10px 0 4px}.module-chapters{font-size:14px;color:#888;margin-bottom:16px}.module-description{color:#555;line-height:1.55;font-size:15px;margin-bottom:20px}.module-links .link{margin-right:18px;font-size:14px;color:var(--gold,#c9a84c);text-decoration:none;font-weight:500}.module-links .link:hover{text-decoration:underline}.module-card-link{text-decoration:none;color:inherit}.hover-card{border-radius:12px;padding:20px;transition:all .22s ease;will-change:transform}.hover-card:hover{cursor:pointer;border-radius:16px;box-shadow:0 6px 24px rgba(0,0,0,.06);transform:translateY(-3px)}.chapter-nav-buttons{position:fixed;bottom:40px;left:0;width:100%;display:flex;justify-content:center;gap:24px;pointer-events:none;z-index:50}.chapter-btn{pointer-events:all;background:white;border:1px solid rgba(201,168,76,.25);border-radius:12px;padding:12px 22px;font-size:15px;font-weight:500;color:var(--ink,#0d0d0d);cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.08);transition:all .22s ease;min-width:120px;text-align:center}.chapter-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,.12);border-color:var(--gold,#c9a84c)}.chapter-btn:disabled{opacity:.35;cursor:not-allowed}@media (max-width:768px){.modules-grid{grid-template-columns:1fr;gap:16px}.module-card{padding:16px}.module-header h1{font-size:22px}.chapter-nav-buttons{padding:0 60px;bottom:28px}.chapter-btn{padding:10px 16px;font-size:14px}}.module-progress-wrap{margin:8px 0 14px}.module-progress-bar{width:100%;height:3px;background:rgba(201,168,76,.2);border-radius:100px;overflow:hidden}.module-progress-fill{height:100%;background:var(--gold,#c9a84c);border-radius:100px;transition:width .4s ease}.module-progress-label{font-size:11px;color:#aaa;margin-top:5px;font-weight:300}.module-badge{display:inline-flex;align-items:center;gap:4px;margin-left:auto;padding:3px 9px;font-size:10.5px;font-weight:600;letter-spacing:.3px;border-radius:999px;border:1px solid;white-space:nowrap}.module-badge--preview{color:#6d5811;background:rgba(201,168,76,.14);border-color:rgba(201,168,76,.4)}.module-badge--locked{color:#666;background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.12)}.module-card--locked{opacity:.78}.module-card--locked .module-number{color:#b8b8b8}.module-card-link--locked .module-card:hover{transform:none}