.single-course-page{color:var(--text-primary);padding:2rem .75rem;min-height:100vh}.single-course-page .container{max-width:1152px;margin:0 auto;padding:0}.single-course-page .course-header{display:none}.course-hero-section{max-width:1152px;margin:0 auto 2rem auto;background-color:#fcfbf9;border:1px solid #e5e5e5;border-radius:.75rem;padding:0;box-shadow:0 1px 3px rgba(0,0,0,.08)}.course-hero-section .container{padding:2rem 2rem}.course-hero-section .course-header-info{margin-bottom:1.5rem}.course-hero-section .course-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem}.course-hero-section .course-type-badge{display:inline-flex;align-items:center;padding:.375rem .875rem;background-color:#f5f5f5;border:1px solid #e5e5e5;border-radius:999px;font-size:var(--font-nav-sub);font-weight:600;color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em}.course-hero-section .course-type-description{font-size:var(--font-nav-sub);color:var(--text-secondary);margin:0}.course-hero-section .course-title{font-size:var(--font-3xl);font-weight:700;line-height:1.2;margin:0 0 .5rem 0;color:var(--text-primary);text-align:left}.course-hero-cards{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}@media (min-width:640px){.course-hero-cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.course-hero-cards{grid-template-columns:repeat(4,1fr)}}.course-hero-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background-color:rgba(0,0,0,.02);border:1px solid #d9d9d9;border-radius:.75rem;transition:all .3s ease}.course-hero-card:hover{background-color:rgba(0,0,0,.03);box-shadow:0 2px 8px rgba(0,0,0,.12)}.course-hero-card-icon{flex-shrink:0;width:1.5rem;height:1.5rem;color:var(--text-primary);margin-top:.125rem}.course-hero-card-icon svg{width:100%;height:100%}.course-hero-card-label{font-size:clamp(.7rem, 1vw, .875rem);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin:0 0 .25rem 0}.course-hero-card-value{font-size:clamp(.875rem, 1.5vw, .95rem);font-weight:600;color:var(--text-primary);margin:0;line-height:1.6}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;padding:1.5rem 0;margin-top:1.5rem}.btn-hero-primary,.btn-hero-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;border-radius:.625rem;transition:all .3s ease;border:none;cursor:pointer}.btn-hero-primary{background-color:var(--link-primary);color:#fff}.btn-hero-primary:hover{background-color:var(--link-hover);box-shadow:0 4px 12px rgba(26,31,58,.25)}.btn-hero-secondary{background-color:#f5f5f5;color:var(--text-primary)}.btn-hero-secondary:hover{background-color:#eee;box-shadow:0 2px 8px rgba(0,0,0,.08)}.btn-hero-primary svg,.btn-hero-secondary svg{width:1rem;height:1rem}.single-course-page .course-content{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:0 .75rem}@media (min-width:768px){.single-course-page .course-content{padding:0}}@media (min-width:1024px){.single-course-page .course-content{grid-template-columns:1fr 320px;gap:1.5rem}}.course-details-modal{display:flex;flex-direction:column;gap:1.5rem}.detail-sections{display:flex;flex-direction:column;gap:1.5rem;margin:0;padding:0}.detail-section{background-color:#fcfbf9;border:1px solid #e5e5e5;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:all .3s ease;margin:0}.detail-section:hover{box-shadow:0 2px 8px rgba(0,0,0,.12)}.single-course-page .detail-section h2{font-size:var(--font-xl);font-weight:600;margin:0 0 1rem 0;color:var(--text-primary);padding:0;border-bottom:none;display:flex;align-items:center;gap:.5rem}.single-course-page .detail-section h2 svg{width:1rem;height:1rem;flex-shrink:0;color:var(--text-secondary)}.detail-section p{margin:.5rem 0;font-size:var(--font-md);line-height:1.7;color:var(--text-primary)}.detail-section strong{font-weight:600;color:var(--text-primary)}.detail-section p span{color:var(--text-secondary)}.modules-table{width:100%;border-collapse:collapse;font-size:var(--font-md);margin:0;border-radius:.5rem;overflow:hidden}.modules-table thead{background-color:#f5f5f5;border-bottom:1px solid #e5e5e5}.modules-table th{padding:1rem;text-align:left;font-weight:600;color:var(--text-secondary);font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.modules-table tbody tr{border-bottom:1px solid #e5e5e5;transition:background-color .2s ease}.modules-table tbody tr:last-child{border-bottom:none}.modules-table tbody tr:hover{background-color:#f9f9f9}.modules-table td{padding:1rem;color:var(--text-primary);word-break:break-word}.modules-table td:first-child{font-weight:500}.modules-table time{color:var(--text-secondary);font-variant-numeric:tabular-nums;white-space:nowrap}.modules-timeline{list-style:none;padding:0;margin:0;position:relative;padding-left:2rem;display:none}.modules-timeline::before{content:'';position:absolute;left:.375rem;top:0;bottom:0;width:1px;background-color:#e5e5e5}.module-item{position:relative;margin-bottom:.5rem;display:flex;gap:1rem;align-items:flex-start}.module-item:last-child{margin-bottom:0}.module-dot{position:absolute;left:-2rem;top:.375rem;width:.875rem;height:.875rem;background-color:#1a1a1a;border-radius:50%;border:2px solid #f5f5f5;box-shadow:0 0 0 2px #e5e5e5;flex-shrink:0}.module-card{flex:1;padding:1.25rem;background-color:rgba(0,0,0,.02);border:1px solid #e5e5e5;border-radius:.75rem;transition:all .3s ease}.module-card:hover{background-color:rgba(0,0,0,.03);box-shadow:0 2px 8px rgba(0,0,0,.12)}.module-name{font-size:var(--font-md);font-weight:600;color:var(--text-primary);margin:0 0 .5rem 0}.module-dates{font-size:var(--font-md);color:var(--text-secondary);margin:0;font-variant-numeric:tabular-nums}.date-separator{color:var(--text-secondary);margin:0 .25rem}@media (max-width:1023px){.modules-table{display:none}.modules-timeline{display:block}}.availability-bar{width:100%;height:8px;background-color:#f0f0f0;border-radius:4px;overflow:hidden;margin-bottom:1rem}.availability-fill{height:100%;background:linear-gradient(90deg,#003e86 0,#003e86 100%);transition:width .5s ease}.availability-numbers{font-size:.875rem;margin:0;color:var(--text-primary)}.availability-numbers strong{font-weight:600}.status-text{display:flex;align-items:center;gap:.75rem;font-size:.875rem;margin-top:.75rem;color:var(--text-secondary)}.status-badge{display:inline-flex;padding:.375rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-badge.status-open{background-color:rgba(0,62,134,.15);color:#003e86}.status-badge.status-waitlist{background-color:rgba(0,62,134,.15);color:#003e86}.status-badge.status-full{background-color:rgba(208,47,47,.15);color:#d02f2f}.single-course-page .modal-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e5e5;background:0 0}.single-course-page .btn-close,.single-course-page .btn-register{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;border-radius:.5rem;transition:all .3s ease;cursor:pointer;border:none}.single-course-page .btn-register{background-color:var(--link-primary);color:#fff;flex:1;min-width:150px}.single-course-page .btn-register:hover{background-color:var(--link-hover);box-shadow:0 4px 12px rgba(26,31,58,.25)}.single-course-page .btn-close{background-color:transparent;color:var(--text-primary);border:1px solid #e5e5e5;flex:1;min-width:150px}.single-course-page .btn-close:hover{background-color:#f5f5f5;border-color:var(--text-primary)}.course-sidebar{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}@media (min-width:1024px){.course-sidebar{position:sticky;top:1.5rem;height:fit-content;margin-top:0}}.sidebar-widget{background-color:#fcfbf9;border:1px solid #e5e5e5;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:all .3s ease;margin:0}.sidebar-widget:hover{box-shadow:0 2px 8px rgba(0,0,0,.12)}.sidebar-widget h3{font-size:var(--font-xl);font-weight:600;margin:0 0 1rem 0;color:var(--text-primary)}.sidebar-widget p{font-size:var(--font-md);color:var(--text-secondary);line-height:1.7;margin:0 0 1rem 0}.sidebar-widget p:last-child{margin-bottom:0}.sidebar-widget .btn,.sidebar-widget .btn-small{display:flex;align-items:center;justify-content:center;width:100%;padding:.875rem 1rem;background-color:var(--link-primary);color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;font-size:.875rem;border:none;cursor:pointer;transition:all .3s ease}.sidebar-widget .btn-small:hover,.sidebar-widget .btn:hover{background-color:var(--link-hover);box-shadow:0 4px 12px rgba(26,31,58,.25)}.related-courses-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.related-courses-list li{margin:0;padding:0;border-bottom:1px solid #e5e5e5}.related-courses-list li:last-child{border-bottom:none}.related-courses-list a{display:block;padding:1rem 0;text-decoration:none;color:var(--text-primary);transition:color .2s ease}.related-courses-list a:hover{color:var(--link-primary)}.related-courses-list .course-number{display:block;font-size:var(--font-nav-sub);font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:.25rem}.related-courses-list .course-name{display:block;font-weight:600;color:var(--text-primary);font-size:var(--font-md);margin-bottom:.25rem}.related-courses-list .course-start{display:block;font-size:var(--font-nav-sub);color:var(--text-secondary);font-variant-numeric:tabular-nums}.detail-section:focus-within,.sidebar-widget:focus-within{border-color:var(--text-primary)}.btn-hero-primary:focus,.btn-hero-secondary:focus,.sidebar-widget .btn-small:focus,.sidebar-widget .btn:focus,.single-course-page .btn-close:focus,.single-course-page .btn-register:focus{outline:3px solid #003e86;outline-offset:2px}.modules-table a:focus,.related-courses-list a:focus{outline:3px solid #003e86;outline-offset:2px}.detail-section ol,.detail-section ul{margin:.75rem 0;padding-left:1.5rem;font-size:.875rem;color:var(--text-primary);line-height:1.6}.detail-section li{margin-bottom:.5rem;line-height:1.6}@media (max-width:1023px){.single-course-page{padding:1.5rem 1rem}.single-course-page .course-header{padding:1.5rem;margin-bottom:1.5rem}.single-course-page .course-title{font-size:1.5rem}.course-hero-cards{gap:.75rem}.course-hero-card{padding:.875rem}.hero-actions{gap:.75rem}.btn-hero-primary,.btn-hero-secondary{padding:.625rem 1rem;font-size:.8125rem}.single-course-page .course-content{gap:1.5rem}.detail-section{padding:1.25rem}.single-course-page .detail-section h2{font-size:.9375rem}.modules-table td,.modules-table th{padding:.875rem;font-size:.8125rem}}@media (max-width:768px){.course-hero-cards{grid-template-columns:1fr}.btn-hero-primary,.btn-hero-secondary{width:100%}.hero-actions{flex-direction:column}.single-course-page .btn-close,.single-course-page .btn-register{width:100%;min-width:auto}.single-course-page .modal-actions{flex-direction:column}.sidebar-widget .btn,.sidebar-widget .btn-small{width:100%}}@media print{.course-sidebar,.hero-actions,.modal-actions{display:none}.single-course-page .course-content{grid-template-columns:1fr}.detail-section{page-break-inside:avoid;box-shadow:none;border:1px solid #ccc}.modules-table{page-break-inside:avoid}}