.c-olympus-hero {
 position: relative;
 width: 100%;
 height: 420px;
 overflow: hidden;
}
.c-olympus-hero img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
}
.c-olympus-hero__overlay {
 position: absolute;
 inset: 0;
 background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 60%);
}
.c-olympus-hero__content {
 position: absolute;
 bottom: 40px;
 left: 0;
 right: 0;
 text-align: center;
 color: #fff;
 z-index: 1;
}
.c-olympus-hero__content h1 {
 font-size: 42px;
 font-weight: 800;
 margin: 0 0 8px;
}
.c-olympus-hero__content p {
 font-size: 16px;
 opacity: 0.85;
 margin: 0;
 padding: 0 24px;
}
.c-olympus-section {
 padding: 60px 0;
}
.c-olympus-grid {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 40px;
 align-items: center;
}
.c-olympus-info h2 {
 font-size: 28px;
 font-weight: 700;
 color: var(--nca-purple);
 margin: 0 0 16px;
}
.c-olympus-info p {
 font-size: 15px;
 color: var(--nca-text-muted);
 line-height: 1.7;
 margin: 0 0 16px;
}
.c-olympus-features {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 16px;
 margin-top: 24px;
}
.c-olympus-feature {
 background: var(--nca-bg-light);
 border-radius: 12px;
 padding: 20px;
 text-align: center;
}
.c-olympus-feature svg {
 width: 28px;
 height: 28px;
 color: var(--nca-magenta);
 margin-bottom: 8px;
}
.c-olympus-feature h4 {
 font-size: 14px;
 font-weight: 700;
 color: var(--nca-text-dark);
 margin: 0 0 4px;
}
.c-olympus-feature p {
 font-size: 12px;
 color: var(--nca-text-muted);
 margin: 0;
}
.c-olympus-image img {
 width: 100%;
 border-radius: 16px;
 box-shadow: 0 8px 32px rgba(0,0,0,0.1);
 display: block;
}
.olym-book-btn {
 position: fixed;
 bottom: 32px;
 right: 32px;
 display: flex;
 align-items: center;
 gap: 8px;
 padding: 14px 24px;
 background: var(--nca-gradient-pink);
 color: var(--nca-white);
 font-size: 14px;
 font-weight: 600;
 border-radius: 50px;
 box-shadow: 0 8px 24px rgba(122, 30, 101, 0.35);
 z-index: 90;
 transition: transform 0.3s ease, box-shadow 0.3s ease;
 text-decoration: none;
}
.olym-book-btn:hover {
 transform: translateY(-3px);
 box-shadow: 0 12px 32px rgba(122, 30, 101, 0.45);
}
.olym-book-btn svg {
 width: 18px;
 height: 18px;
}
@media (max-width: 768px) {
.c-olympus-hero { height: 280px; }
.c-olympus-hero__content h1 { font-size: 28px; }
.c-olympus-hero__content p { font-size: 14px; }
.c-olympus-hero__content { bottom: 24px; }
.c-olympus-grid { grid-template-columns: 1fr; gap: 24px; }
.c-olympus-info h2 { font-size: 22px; }
.c-olympus-features { grid-template-columns: 1fr 1fr; }
.olym-book-btn { bottom: 20px; right: 20px; padding: 12px 20px; font-size: 13px; }
}

.oly-schedule { padding: 10px 0 60px; background: var(--nca-bg-light); }
.oly-schedule__title { font-size: 28px; font-weight: 700; color: var(--nca-purple); text-align: center; margin-bottom: 8px; }
.oly-schedule__subtitle { text-align: center; color: var(--nca-text-muted); font-size: 14px; margin-bottom: 32px; }
.oly-cal { max-width: 480px; margin: 0 auto; background: var(--nca-white); border-radius: 16px; box-shadow: var(--nca-shadow-sm); overflow: hidden; }
.oly-cal__nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid rgba(0,0,0,0.06); }
.oly-cal__nav button { background: none; border: none; cursor: pointer; color: var(--nca-purple); font-size: 20px; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.oly-cal__nav button:hover { background: rgba(122,30,101,0.08); }
.oly-cal__month { font-size: 16px; font-weight: 700; color: var(--nca-text-dark); }
.oly-cal__weekdays { display: grid; grid-template-columns: repeat(7, 1fr); padding: 12px 20px 4px; }
.oly-cal__weekdays span { text-align: center; font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--nca-text-muted); letter-spacing: 0.5px; }
.oly-cal__days { display: grid; grid-template-columns: repeat(7, 1fr); padding: 8px 20px 20px; gap: 4px; }
.oly-cal__day { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; text-align: center; padding: 8px 0 7px; font-size: 14px; font-weight: 500; border-radius: 10px; color: var(--nca-text-dark); transition: all 0.15s; cursor: pointer; }
.oly-cal__day:hover:not(.oly-cal__day--empty):not(.oly-cal__day--past):not(.oly-cal__day--full):not(.oly-cal__day--selected) { background: rgba(122,30,101,0.08); transform: scale(1.1); }
.oly-cal__day--empty { visibility: hidden; cursor: default; }
.oly-cal__day--today { font-weight: 800; color: var(--nca-purple); box-shadow: inset 0 0 0 2px var(--nca-purple); }
.oly-cal__day--full { background: #ef4444; color: #fff; font-weight: 700; cursor: pointer; }
.oly-cal__day--full:hover { background: #dc2626; }
.oly-cal__day--slots { cursor: pointer; }
.oly-cal__day--slots:hover .oly-cal__day-num { color: var(--nca-purple); }
.oly-cal__day-num { line-height: 1; }
.oly-cal__bars { display: flex; gap: 2px; align-items: center; height: 4px; }
.oly-bar { display: block; width: 9px; height: 4px; border-radius: 2px; }
.oly-bar--morning { background: #f59e0b; }
.oly-bar--afternoon { background: #22c55e; }
.oly-bar--night { background: #4545e7; }
.oly-cal__day--past { color: #ccc; cursor: default; }
.oly-cal__day--selected { background: var(--nca-purple); color: #fff !important; font-weight: 700; box-shadow: none; }
.oly-cal__day--selected .oly-cal__day-num { color: #fff; }
.oly-cal__day--selected .oly-bar--morning { background: #fff; }
.oly-legend { display: flex; flex-wrap: wrap; gap: 14px 18px; justify-content: center; margin: 0 auto 22px; max-width: 480px; padding: 0 20px; }
.oly-legend__item { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; color: var(--nca-text-muted); }
.oly-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.oly-dot--morning { background: #f59e0b; }
.oly-dot--afternoon { background: #22c55e; }
.oly-dot--night { background: #4545e7; }
.oly-dot--full { background: #ef4444; }
.oly-events-panel { max-width: 480px; margin: 20px auto 0; background: var(--nca-white); border-radius: 16px; box-shadow: var(--nca-shadow-sm); overflow: hidden; display: none; }
.oly-events-panel.active { display: block; }
.oly-events-panel__header { padding: 16px 20px; border-bottom: 1px solid rgba(0,0,0,0.06); display: flex; align-items: center; justify-content: space-between; }
.oly-events-panel__title { font-size: 15px; font-weight: 700; color: var(--nca-text-dark); margin: 0; }
.oly-events-panel__close { background: none; border: none; cursor: pointer; color: var(--nca-text-muted); font-size: 20px; padding: 4px; border-radius: 6px; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.oly-events-panel__close:hover { background: rgba(0,0,0,0.05); color: var(--nca-text-dark); }
.oly-events-panel__body { padding: 16px 20px; max-height: 320px; overflow-y: auto; }
.oly-events-panel__empty { text-align: center; padding: 24px 0; color: var(--nca-text-muted); font-size: 14px; }
.oly-events-panel__empty svg { width: 32px; height: 32px; color: #ccc; margin-bottom: 8px; }
.oly-event-item { display: flex; gap: 12px; padding: 12px; border-radius: 10px; margin-bottom: 8px; background: var(--nca-bg-light); transition: background 0.15s; }
.oly-event-item:last-child { margin-bottom: 0; }
.oly-event-item:hover { background: rgba(122,30,101,0.05); }
.oly-event-item__img { width: 56px; height: 56px; border-radius: 8px; object-fit: cover; flex-shrink: 0; background: #eee; }
.oly-event-item__info { flex: 1; min-width: 0; }
.oly-event-item__name { font-size: 14px; font-weight: 600; color: var(--nca-text-dark); margin: 0 0 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.oly-event-item__meta { display: flex; gap: 12px; font-size: 12px; color: var(--nca-text-muted); }
.oly-event-item__meta span { display: flex; align-items: center; gap: 4px; }
.oly-avail-banner { padding: 12px 16px; border-radius: 10px; font-size: 14px; font-weight: 700; text-align: center; margin-bottom: 10px; }
.oly-avail-banner--full { background: #ef4444; color: #fff; }
.oly-avail-banner--free { background: #22c55e; color: #fff; }
.oly-avail-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--nca-text-muted); margin: 10px 0 6px; }
.oly-avail-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.oly-slot-chip { padding: 5px 12px; border-radius: 20px; font-size: 12px; font-weight: 600; color: #fff; border: 1.5px solid transparent; }
.oly-slot-chip--avail { background: #fff; border-style: solid; }
.oly-avail-note { font-size: 12px; color: var(--nca-text-muted); margin: 10px 0 0; }
.oly-panel-cta { display: block; text-align: center; margin-top: 16px; padding: 10px 16px; background: var(--nca-gradient-pink); color: #fff; font-size: 13px; font-weight: 600; border-radius: 50px; text-decoration: none; }
.oly-panel-cta:hover { opacity: 0.92; }
@media (max-width: 768px) {
.oly-schedule__title { font-size: 22px; }
.oly-cal { margin: 0 8px; }
.oly-events-panel { margin: 16px 8px 0; }
}
