.book-session-container{flex:1;width:100%;padding:2rem 0}.book-session-layout{align-items:flex-start;gap:0;width:100%;display:flex}.book-session-sidebar{background:var(--panel);flex:0 0 240px;height:100vh;padding:2rem 1.5rem;position:sticky;top:0;overflow-y:auto;box-shadow:2px 0 8px #0000000d}.book-session-sidebar-nav{flex-direction:column;gap:.5rem;display:flex}.book-session-sidebar-item{color:var(--text);cursor:pointer;font-size:.95rem;font-weight:400;font:inherit;text-align:left;background:0 0;border:none;border-radius:.5rem;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;text-decoration:none;transition:all .2s;display:flex}.book-session-sidebar-item:hover{background:var(--accent-muted);color:var(--accent)}.book-session-sidebar-item.active{background:var(--accent);color:#fff;font-weight:500}.book-session-content{background:var(--panel);flex-direction:column;flex:1;width:0;min-height:100vh;padding:2rem clamp(2.5rem,6vw,5rem);display:flex}.services-section,.events-section{width:100%;max-width:100%}.book-session-content h1{color:var(--text);margin:0 0 2rem;font-size:2rem;font-weight:600}.services-section,.events-section{margin-top:2rem}.services-section h2,.events-section h2{color:var(--text);margin:0 0 1.5rem;font-size:1.5rem;font-weight:500}.services-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));justify-items:stretch;gap:2rem;width:100%;margin-top:2rem;display:grid}.service-card{background:var(--panel);border:1px solid var(--border);border-radius:.75rem;flex-direction:column;width:100%;height:100%;padding:0;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000d}.service-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.service-card-header{padding:2rem 2rem 2.5rem}.service-title{color:var(--text);letter-spacing:-.01em;margin:0;font-size:1.5rem;font-weight:600;line-height:1.3}.service-card-body{flex-direction:column;flex:1;gap:1.5rem;padding:2.5rem 2rem;display:flex}.service-price-section{margin-bottom:2rem;padding:1rem 0 10rem}.service-price-main{flex-direction:column;line-height:1.2;display:flex}.service-price-line-main{color:var(--text);letter-spacing:-.02em;font-size:2.5rem;font-weight:700;line-height:1}.service-price-line-sub{color:var(--muted);margin-top:1rem;font-size:1rem;font-weight:400;line-height:1.4}.service-description{color:var(--muted);flex-direction:column;flex:1;gap:.75rem;margin:0;font-size:1rem;line-height:1.7;display:flex}.service-description-subtitle{color:var(--text);margin-bottom:.25rem;font-size:.95rem;font-weight:600}.service-description-line{margin:0;line-height:1.6}.service-features{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.service-feature-item{align-items:flex-start;gap:.75rem;display:flex}.service-feature-check{color:var(--accent);flex-shrink:0;margin-top:.1rem;font-size:1.25rem;font-weight:600;line-height:1.2}.service-feature-text{color:var(--text);flex:1;font-size:.95rem;line-height:1.5}.service-card-footer{flex-direction:column;gap:2rem;padding:2.5rem 2rem 2rem;display:flex}.service-discount{color:var(--muted);text-align:center;margin:0;font-size:.875rem}.service-cta-button{background:var(--accent);color:#fff;border:1px solid var(--accent);cursor:pointer;width:100%;font-size:1rem;font-weight:600;font:inherit;border-radius:.5rem;padding:.875rem 1.5rem;transition:all .2s}.service-cta-button:hover{background:#1a1a1a;border-color:#1a1a1a;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.service-cta-button:active{transform:translateY(0);box-shadow:0 1px 3px #0000001a}.events-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.event-card{background:var(--bg);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;transition:all .2s;position:relative}.event-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.event-card h3{color:var(--text);margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.event-description{color:var(--muted);margin:0 0 .75rem;line-height:1.6}.event-date{color:var(--text);margin:0 0 1rem;font-size:.9rem}.free-badge{background:var(--accent);color:#fff;text-transform:uppercase;border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem}@media (max-width:960px){.book-session-layout{flex-direction:column}.book-session-sidebar{flex:1;height:auto;position:relative;box-shadow:0 2px 8px #0000000d}.book-session-sidebar-nav{flex-direction:row;overflow-x:auto}.book-session-sidebar-item{white-space:nowrap;flex:none}.events-grid{grid-template-columns:1fr}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card-header{flex-direction:column;align-items:flex-start;gap:1rem}.service-price-badge{align-self:flex-start}}@media (max-width:600px){.services-grid{gap:1.25rem}.service-card-header{padding:1.5rem 1.5rem 1rem}.service-title{font-size:1.25rem}.service-card-body{padding:1.25rem 1.5rem}.service-card-footer{padding:1rem 1.5rem 1.5rem}}@media (min-width:961px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{min-width:0}}
