:root{--hb-primary:#2563eb;--hb-primary-hover:#1d4ed8;--hb-success:#16a34a;--hb-error:#dc2626;--hb-warning:#d97706;--hb-bg:#ffffff;--hb-bg-alt:#f8fafc;--hb-border:#e2e8f0;--hb-text:#1e293b;--hb-text-muted:#64748b;--hb-radius:10px;--hb-shadow:0 1px 3px rgba(0, 0, 0, .08)}.hb-booking{max-width:800px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--hb-text);line-height:1.6}.hb-section{background:var(--hb-bg);border:1px solid var(--hb-border);border-radius:var(--hb-radius);padding:24px;margin-bottom:20px;box-shadow:var(--hb-shadow);transition:opacity .25s ease}.hb-section--hidden{display:none}.hb-section--disabled{opacity:.45;pointer-events:none}.hb-section__title{display:flex;align-items:center;gap:12px;margin:0 0 20px;font-size:18px;font-weight:600;color:var(--hb-text)}.hb-step{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--hb-primary);color:#fff;font-size:14px;font-weight:700;flex-shrink:0}.hb-specialists{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.hb-specialist-card{border:2px solid var(--hb-border);border-radius:var(--hb-radius);padding:16px;cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .1s;text-align:center;background:var(--hb-bg)}.hb-specialist-card:hover{border-color:var(--hb-primary);box-shadow:0 4px 12px rgb(37 99 235 / .15);transform:translateY(-2px)}.hb-specialist-card.hb-selected{border-color:var(--hb-primary);background:#eff6ff;box-shadow:0 4px 12px rgb(37 99 235 / .2)}.hb-specialist-card__avatar{width:56px;height:56px;border-radius:50%;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#fff}.hb-specialist-card__name{font-weight:600;font-size:15px;margin-bottom:4px}.hb-specialist-card__specialty{font-size:13px;color:var(--hb-text-muted)}.hb-calendar{user-select:none;max-width:320px}.hb-calendar__nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.hb-calendar__nav button{background:none;border:1px solid var(--hb-border);border-radius:6px;width:30px;height:30px;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:background .2s;color:var(--hb-text);line-height:1;padding:0;font-weight:700}.hb-calendar__nav button:hover{background:var(--hb-bg-alt)}.hb-calendar__nav button:disabled{opacity:.35;cursor:not-allowed}.hb-calendar__month{font-weight:600;font-size:14px;text-transform:capitalize}.hb-calendar__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.hb-calendar__day-name{text-align:center;font-size:11px;font-weight:600;color:var(--hb-text-muted);padding:4px 0;text-transform:uppercase}.hb-calendar__day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:12px;cursor:pointer;border:2px solid #fff0;transition:background .15s,border-color .15s,color .15s}.hb-calendar__day:hover:not(.hb-calendar__day--disabled):not(.hb-calendar__day--empty){background:#eff6ff;border-color:var(--hb-primary);color:var(--hb-primary)}.hb-calendar__day--selected{background:var(--hb-primary)!important;color:#fff!important;border-color:var(--hb-primary)!important;font-weight:700}.hb-calendar__day--today{font-weight:700;color:var(--hb-primary)}.hb-calendar__day--disabled{color:#cbd5e1;cursor:not-allowed;background:none}.hb-calendar__day--empty{cursor:default}.hb-calendar__day--no-schedule{color:#cbd5e1;cursor:not-allowed;background:#fafafa;text-decoration:line-through}.hb-calendar__day--no-schedule:hover{background:#fafafa;color:#cbd5e1;border-color:#fff0}.hb-selected-date{color:var(--hb-text-muted);font-size:14px;margin-bottom:16px}.hb-slots{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px}.hb-slot{border:2px solid var(--hb-border);border-radius:8px;padding:10px 6px;text-align:center;cursor:pointer;transition:all .2s;background:var(--hb-bg)}.hb-slot:hover{border-color:var(--hb-primary);background:#eff6ff;color:var(--hb-primary)}.hb-slot.hb-selected{background:var(--hb-primary);border-color:var(--hb-primary);color:#fff;font-weight:700}.hb-slot__time{font-size:16px;font-weight:600;display:block}.hb-slot__room{font-size:11px;color:inherit;opacity:.75;display:block;margin-top:2px}.hb-slot--booked{border-color:#e2e8f0;background:#f8fafc;cursor:not-allowed;opacity:.6;position:relative}.hb-slot--booked .hb-slot__time{text-decoration:line-through;color:#94a3b8}.hb-slot--booked:hover{border-color:#e2e8f0;background:#f8fafc;color:inherit}.hb-slot__booked-label{font-size:10px;color:#94a3b8;display:block;margin-top:2px}.hb-slot--booked::after{content:'Termin już zarezerwowany';position:absolute;bottom:calc(100% + 6px);left:50%;transform:translateX(-50%);background:#1e293b;color:#fff;font-size:11px;padding:4px 8px;border-radius:4px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .15s;z-index:10}.hb-slot--booked::before{content:'';position:absolute;bottom:calc(100% + 2px);left:50%;transform:translateX(-50%);border:4px solid #fff0;border-top-color:#1e293b;pointer-events:none;opacity:0;transition:opacity .15s;z-index:10}.hb-slot--booked:hover::after,.hb-slot--booked:hover::before{opacity:1}.hb-form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.hb-form__field{display:flex;flex-direction:column;gap:6px}.hb-form__field--full{grid-column:1 / -1}.hb-form__field label{font-size:14px;font-weight:500;color:var(--hb-text)}.hb-required{color:var(--hb-error)}.hb-form__field input,.hb-form__field textarea{border:1px solid var(--hb-border);border-radius:8px;padding:10px 14px;font-size:15px;font-family:inherit;color:var(--hb-text);background:var(--hb-bg);transition:border-color .2s,box-shadow .2s;width:100%;box-sizing:border-box}.hb-form__field input:focus,.hb-form__field textarea:focus{outline:none;border-color:var(--hb-primary);box-shadow:0 0 0 3px rgb(37 99 235 / .12)}.hb-form__field input.hb-invalid{border-color:var(--hb-error)}.hb-summary{background:var(--hb-bg-alt);border:1px solid var(--hb-border);border-radius:var(--hb-radius);padding:20px;margin-bottom:20px}.hb-summary__row{display:flex;justify-content:space-between;align-items:baseline;padding:8px 0;border-bottom:1px solid var(--hb-border);font-size:15px;gap:12px}.hb-summary__row:last-child{border-bottom:none}.hb-summary__item{display:flex;align-items:baseline;padding:8px 0;border-bottom:1px solid var(--hb-border);font-size:15px;gap:12px}.hb-summary__item:last-child{border-bottom:none}.hb-summary__label{color:var(--hb-text-muted);font-size:13px;min-width:110px;flex-shrink:0}.hb-summary__value{font-weight:600;color:var(--hb-text);flex:1}.hb-summary__value--price{color:var(--hb-success)}.hb-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;border:none;transition:background .2s,transform .1s,box-shadow .2s;font-family:inherit}.hb-btn--primary{background:var(--hb-primary);color:#fff}.hb-btn--primary:hover{background:var(--hb-primary-hover);box-shadow:0 4px 12px rgb(37 99 235 / .3)}.hb-btn--primary:active{transform:scale(.98)}.hb-btn--primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.hb-btn--secondary{background:var(--hb-bg-alt);color:var(--hb-text);border:1px solid var(--hb-border)}.hb-btn--secondary:hover{background:var(--hb-border)}.hb-btn--large{padding:14px 32px;font-size:16px;width:100%}.hb-error{background:#fef2f2;border:1px solid #fecaca;color:var(--hb-error);border-radius:8px;padding:12px 16px;font-size:14px;margin-bottom:16px}.hb-loading{color:var(--hb-text-muted);font-size:14px;padding:20px 0;text-align:center}.hb-confirm{text-align:center;padding:40px 20px}.hb-confirm__icon{width:72px;height:72px;border-radius:50%;background:var(--hb-success);color:#fff;font-size:36px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.hb-confirm h3{font-size:22px;font-weight:700;margin-bottom:10px;color:var(--hb-success)}.hb-confirm p{color:var(--hb-text-muted);margin-bottom:24px}.hb-mode-buttons{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hb-mode-btn{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px 16px;border:2px solid var(--hb-border);border-radius:var(--hb-radius);background:var(--hb-bg);cursor:pointer;transition:all .2s;text-align:center;font-family:inherit}.hb-mode-btn:hover{border-color:var(--hb-primary);background:#eff6ff;transform:translateY(-2px);box-shadow:0 4px 12px rgb(37 99 235 / .15)}.hb-mode-btn__icon{font-size:32px}.hb-mode-btn__label{font-size:16px;font-weight:600;color:var(--hb-text)}.hb-mode-btn__desc{font-size:13px;color:var(--hb-text-muted)}.hb-services{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.hb-service-card{border:2px solid var(--hb-border);border-radius:var(--hb-radius);padding:16px;cursor:pointer;transition:all .2s;background:var(--hb-bg);position:relative}.hb-service-card:hover{border-color:var(--hb-primary);box-shadow:0 4px 12px rgb(37 99 235 / .15);transform:translateY(-2px)}.hb-service-card.hb-selected{border-color:var(--hb-primary);background:#eff6ff}.hb-service-card__color{width:100%;height:4px;border-radius:2px;margin-bottom:12px}.hb-service-card__name{font-weight:600;font-size:15px;margin-bottom:6px;color:var(--hb-text)}.hb-service-card__meta{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--hb-text-muted)}.hb-service-card__price{font-weight:600;color:var(--hb-primary)}.hb-service-card__desc{font-size:13px;color:var(--hb-text-muted);margin-top:8px;line-height:1.5}.hb-categories{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-top:12px}.hb-category-card{padding:20px 16px;border:2px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;transition:all .15s;text-align:center}.hb-category-card:hover{border-color:#2563eb;background:#eff6ff;transform:translateY(-2px);box-shadow:0 4px 12px rgb(37 99 235 / .1)}.hb-category-card.hb-selected{border-color:#2563eb;background:#2563eb;color:#fff}.hb-category-card__name{font-weight:600;font-size:15px;color:inherit}.hb-category-card__desc{font-size:12px;color:#64748b;margin-top:6px;line-height:1.4}.hb-category-card.hb-selected .hb-category-card__desc{color:rgb(255 255 255 / .8)}.hb-services-group{margin-bottom:16px}.hb-services-group__title{font-size:13px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.05em;padding:6px 0;border-bottom:2px solid #e2e8f0;margin-bottom:10px}@media (max-width:600px){.hb-section{padding:16px}.hb-form__row{grid-template-columns:1fr}.hb-specialists{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.hb-slots{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.hb-mode-buttons{grid-template-columns:1fr}.hb-services{grid-template-columns:1fr}.hb-calendar{max-width:100%}.hb-summary__label{min-width:90px}}.hb-login-wrap{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:40px 20px}.hb-login-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:40px;width:100%;max-width:420px;box-shadow:0 4px 20px rgb(0 0 0 / .08)}.hb-login-header{text-align:center;margin-bottom:32px}.hb-login-header h2{font-size:22px;font-weight:700;color:#1e293b;margin:0 0 4px}.hb-login-header p{color:#64748b;font-size:14px;margin:0}.hb-login-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;border-radius:8px;padding:12px 16px;font-size:14px;margin-bottom:20px}.hb-login-field{margin-bottom:16px}.hb-login-field label{display:block;font-size:14px;font-weight:500;color:#1e293b;margin-bottom:6px}.hb-login-field input{width:100%;border:1px solid #e2e8f0;border-radius:8px;padding:10px 14px;font-size:15px;color:#1e293b;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.hb-login-field input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgb(37 99 235 / .12)}.hb-login-btn{width:100%;background:#2563eb;color:#fff;border:none;border-radius:8px;padding:12px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s;margin-top:8px;font-family:inherit}.hb-login-btn:hover{background:#1d4ed8}.hb-login-forgot{text-align:center;margin-top:16px;font-size:13px}.hb-login-forgot a{color:#2563eb;text-decoration:none}.hb-portal{max-width:1000px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:#1e293b}.hb-portal__header{display:flex;justify-content:space-between;align-items:center;padding:24px 0;border-bottom:1px solid #e2e8f0;margin-bottom:24px}.hb-portal__title h2{margin:0 0 4px;font-size:22px;font-weight:700}.hb-portal__title p{margin:0;color:#64748b;font-size:14px}.hb-portal__logout{color:#64748b;font-size:14px;text-decoration:none;border:1px solid #e2e8f0;padding:6px 14px;border-radius:6px;transition:all .2s}.hb-portal__logout:hover{background:#f8fafc;color:#1e293b}.hb-portal__notice{padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:20px;font-weight:500}.hb-portal__notice--success{background:#dcfce7;color:#166534}.hb-portal__notice--error{background:#fef2f2;color:#dc2626}.hb-portal__tabs{display:flex;gap:4px;border-bottom:2px solid #e2e8f0;margin-bottom:24px}.hb-portal__tab{padding:10px 20px;font-size:14px;font-weight:500;color:#64748b;text-decoration:none;border-bottom:2px solid #fff0;margin-bottom:-2px;transition:color .2s,border-color .2s}.hb-portal__tab:hover{color:#2563eb}.hb-portal__tab--active{color:#2563eb;border-bottom-color:#2563eb}.hb-portal__filters{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end;margin-bottom:20px;padding:16px;background:#f8fafc;border-radius:8px}.hb-portal__filter-group{display:flex;flex-direction:column;gap:4px}.hb-portal__filter-group label{font-size:12px;font-weight:600;color:#64748b}.hb-portal__filter-group select,.hb-portal__filter-group input{border:1px solid #e2e8f0;border-radius:6px;padding:6px 10px;font-size:14px;background:#fff}.hb-portal__appointments{display:flex;flex-direction:column;gap:12px}.hb-portal__appointment{display:grid;grid-template-columns:60px 1fr auto auto;gap:16px;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px 20px;transition:box-shadow .2s}.hb-portal__appointment:hover{box-shadow:0 2px 8px rgb(0 0 0 / .08)}.hb-portal__appointment-date{text-align:center;background:#eff6ff;border-radius:8px;padding:8px 4px}.hb-portal__appointment-day{display:block;font-size:22px;font-weight:700;color:#2563eb;line-height:1}.hb-portal__appointment-month{display:block;font-size:11px;font-weight:600;color:#3b82f6;text-transform:uppercase;margin-top:2px}.hb-portal__appointment-patient strong{font-size:15px}.hb-portal__appointment-patient span{color:#64748b;font-size:13px}.hb-portal__appointment-details{font-size:13px;color:#64748b;margin-top:4px}.hb-portal__appointment-notes{font-size:13px;color:#64748b;margin-top:4px;font-style:italic}.hb-portal__appointment-actions select{border:1px solid #e2e8f0;border-radius:6px;padding:6px 10px;font-size:13px;cursor:pointer;background:#fff}.hb-portal__empty{text-align:center;color:#64748b;padding:40px 0}.hb-portal__book-form h3{font-size:18px;margin-bottom:24px}.hb-portal__book-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:24px}.hb-portal__book-section h4{font-size:15px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.hb-portal__form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.hb-portal__form-field{margin-bottom:12px}.hb-portal__form-field label{display:block;font-size:13px;font-weight:500;color:#1e293b;margin-bottom:4px}.hb-portal__form-field input,.hb-portal__form-field select,.hb-portal__form-field textarea{width:100%;border:1px solid #e2e8f0;border-radius:8px;padding:8px 12px;font-size:14px;font-family:inherit;color:#1e293b;box-sizing:border-box;transition:border-color .2s}.hb-portal__form-field input:focus,.hb-portal__form-field select:focus,.hb-portal__form-field textarea:focus{outline:none;border-color:#2563eb}.hb-portal__search-patient{margin-bottom:16px;padding:16px;background:#f8fafc;border-radius:8px}.hb-portal__search-patient label{display:block;font-size:13px;font-weight:600;margin-bottom:8px;color:#1e293b}.hb-portal__search-wrap{position:relative}.hb-portal__search-wrap input{width:100%;border:1px solid #e2e8f0;border-radius:8px;padding:8px 12px;font-size:14px;box-sizing:border-box;background:#fff}.hb-portal__search-results{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px rgb(0 0 0 / .1);z-index:100;max-height:200px;overflow-y:auto;display:none}.hb-portal__search-result{padding:10px 14px;cursor:pointer;font-size:14px;border-bottom:1px solid #f1f5f9;transition:background .15s}.hb-portal__search-result:last-child{border-bottom:none}.hb-portal__search-result:hover{background:#eff6ff}.hb-portal__search-result strong{display:block}.hb-portal__search-result span{color:#64748b;font-size:12px}.hb-portal__hint{font-size:12px;color:#64748b;margin:8px 0 0}.hb-portal__slots{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.hb-portal__slot{border:2px solid #e2e8f0;border-radius:6px;padding:8px 12px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s;background:#fff}.hb-portal__slot:hover{border-color:#2563eb;background:#eff6ff;color:#2563eb}.hb-portal__slot.hb-selected{border-color:#2563eb;background:#2563eb;color:#fff}.hb-portal__btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:1px solid #e2e8f0;background:#fff;color:#1e293b;font-family:inherit;transition:all .2s}.hb-portal__btn:hover{background:#f8fafc}.hb-portal__btn--primary{background:#2563eb;color:#fff;border-color:#2563eb}.hb-portal__btn--primary:hover{background:#1d4ed8;border-color:#1d4ed8}.hb-portal__btn--large{padding:12px 32px;font-size:16px}.hb-sp-cal{position:relative}.hb-sp-cal__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px;padding:10px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.hb-sp-cal__nav{display:flex;align-items:center;gap:6px}.hb-sp-cal__period{font-size:15px;font-weight:600;color:#1e293b;min-width:180px;text-align:center}.hb-sp-cal__view-switcher{display:flex;gap:4px;background:#f1f5f9;border-radius:8px;padding:4px}.hb-sp-btn{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;font-size:13px;font-weight:500;cursor:pointer;color:#1e293b;transition:all .15s;font-family:inherit}.hb-sp-btn:hover{background:#f8fafc;border-color:#cbd5e1}.hb-sp-btn--icon{width:32px;padding:6px;font-size:16px;font-weight:700}.hb-sp-btn--view{border:none;background:#fff0;border-radius:6px}.hb-sp-btn--view.hb-sp-btn--active{background:#fff;box-shadow:0 1px 3px rgb(0 0 0 / .1);color:#2563eb;font-weight:600}.hb-sp-cal__legend{display:flex;gap:16px;margin-bottom:10px}.hb-sp-cal__legend-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#1e293b}.hb-sp-cal__legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.hb-sp-cal__legend-dot--slot{background:#e0f2fe;border:2px solid #7dd3fc}.hb-sp-cal__container{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;min-height:400px}.hb-sp-cal__loading{display:flex;align-items:center;justify-content:center;height:200px;color:#64748b;font-size:14px}.hb-sp-week{display:grid;grid-template-columns:55px repeat(7,1fr);overflow-x:auto}.hb-sp-week-header-cell{padding:8px 6px;text-align:center;font-size:11px;font-weight:600;color:#64748b;border-bottom:1px solid #e2e8f0;border-right:1px solid #f1f5f9;background:#f8fafc;text-transform:uppercase;letter-spacing:.04em;position:sticky;top:0;z-index:10}.hb-sp-week-header-cell.hb-sp-today-col{color:#2563eb;background:#eff6ff}.hb-sp-time-col{border-right:1px solid #e2e8f0}.hb-sp-time-slot{height:60px;padding:3px 6px 0;font-size:10px;color:#94a3b8;border-bottom:1px solid #f1f5f9;text-align:right;line-height:1}.hb-sp-day-col{border-right:1px solid #f1f5f9;position:relative}.hb-sp-day-col.hb-sp-today-col{background:#fafbff}.hb-sp-day-cell{height:60px;border-bottom:1px solid #f1f5f9;position:relative}.hb-sp-event{position:absolute;left:2px;right:2px;border-radius:4px;padding:3px 6px;font-size:11px;font-weight:600;color:#fff;cursor:pointer;z-index:5;overflow:hidden;transition:opacity .15s,transform .15s;line-height:1.3}.hb-sp-event:hover{opacity:.88;transform:scale(1.02);z-index:6}.hb-sp-event-patient{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-sp-event-time{display:block;font-weight:400;opacity:.85;font-size:10px}.hb-sp-slot-block{position:absolute;left:2px;right:2px;background:#e0f2fe;border:1px dashed #7dd3fc;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:#0369a1;cursor:pointer;z-index:4;transition:background .15s;overflow:hidden}.hb-sp-slot-block:hover{background:#bae6fd;border-color:#38bdf8}.hb-sp-month{display:grid;grid-template-columns:repeat(7,1fr)}.hb-sp-month-header{padding:8px 6px;text-align:center;font-size:11px;font-weight:600;color:#64748b;border-bottom:1px solid #e2e8f0;background:#f8fafc;text-transform:uppercase;letter-spacing:.04em}.hb-sp-month-day{min-height:90px;border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9;padding:5px;cursor:pointer;transition:background .1s;vertical-align:top}.hb-sp-month-day:hover{background:#f0f9ff}.hb-sp-month-day.hb-sp-other-month{background:#fafafa}.hb-sp-month-day.hb-sp-today{background:#eff6ff}.hb-sp-month-day-number{font-size:12px;font-weight:600;color:#1e293b;margin-bottom:3px}.hb-sp-month-day.hb-sp-today .hb-sp-month-day-number{color:#2563eb}.hb-sp-month-event{display:block;padding:2px 5px;border-radius:3px;font-size:10px;font-weight:600;color:#fff;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;transition:opacity .15s}.hb-sp-month-event:hover{opacity:.85}.hb-sp-month-slot{display:block;padding:2px 5px;border-radius:3px;font-size:10px;font-weight:500;color:#0369a1;background:#e0f2fe;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;border:1px dashed #7dd3fc;transition:background .15s}.hb-sp-month-slot:hover{background:#bae6fd}.hb-sp-month-more{font-size:10px;color:#64748b;padding:1px 3px}.hb-sp-cal__tooltip{position:fixed;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px rgb(0 0 0 / .12);width:270px;z-index:9999;font-size:13px}.hb-sp-cal__tooltip-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #f1f5f9}.hb-sp-cal__tooltip-title{font-weight:700;font-size:14px;color:#1e293b}.hb-sp-cal__tooltip-close{background:none;border:none;font-size:20px;cursor:pointer;color:#94a3b8;padding:0;line-height:1}.hb-sp-cal__tooltip-body{padding:12px 16px}.hb-sp-cal__tooltip-row{display:flex;gap:8px;margin-bottom:7px;font-size:13px}.hb-sp-cal__tooltip-label{color:#64748b;flex-shrink:0;min-width:65px}.hb-sp-cal__tooltip-value{color:#1e293b;font-weight:500}.hb-sp-cal__tooltip-footer{padding:8px 16px;border-top:1px solid #f1f5f9;text-align:center}.hb-sp-cal__tooltip-hint{font-size:11px;color:#94a3b8}.hb-sp-cal__modal-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .5);z-index:99999;display:flex;align-items:center;justify-content:center}.hb-sp-cal__modal{background:#fff;border-radius:12px;width:580px;max-width:95vw;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgb(0 0 0 / .2)}.hb-sp-cal__modal-header{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid #e2e8f0;position:sticky;top:0;background:#fff;z-index:1}.hb-sp-cal__modal-header h3{margin:0;font-size:16px;font-weight:700;color:#1e293b}.hb-sp-cal__modal-close{background:none;border:none;font-size:22px;cursor:pointer;color:#94a3b8;padding:0;line-height:1}.hb-sp-cal__modal-body{padding:18px 22px}.hb-sp-cal__modal-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;border-radius:8px;padding:10px 14px;font-size:13px;margin-bottom:14px}.hb-sp-cal__modal-slot-info{background:#eff6ff;border-radius:8px;padding:10px 14px;font-size:13px;color:#1e40af;font-weight:500;margin-bottom:14px}.hb-sp-cal__modal-section{margin-bottom:18px}.hb-sp-cal__modal-section h4{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin:0 0 10px;padding-bottom:7px;border-bottom:1px solid #f1f5f9}.hb-sp-cal__modal-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}.hb-sp-cal__modal-field{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.hb-sp-cal__modal-field label{font-size:12px;font-weight:600;color:#1e293b}.hb-sp-cal__modal-field input,.hb-sp-cal__modal-field select,.hb-sp-cal__modal-field textarea{border:1px solid #e2e8f0;border-radius:6px;padding:7px 10px;font-size:14px;font-family:inherit;color:#1e293b;transition:border-color .2s;width:100%;box-sizing:border-box}.hb-sp-cal__modal-field input:focus,.hb-sp-cal__modal-field select:focus,.hb-sp-cal__modal-field textarea:focus{outline:none;border-color:#2563eb}.hb-sp-cal__modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 22px;border-top:1px solid #e2e8f0;position:sticky;bottom:0;background:#fff}.hb-sp-cal__search-wrap{position:relative;margin-bottom:10px}.hb-sp-cal__search-wrap input{width:100%;border:1px solid #e2e8f0;border-radius:6px;padding:7px 10px;font-size:14px;box-sizing:border-box}.hb-sp-cal__search-results{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px rgb(0 0 0 / .1);z-index:100;max-height:160px;overflow-y:auto;display:none}.hb-sp-cal__search-result{padding:8px 12px;cursor:pointer;font-size:13px;border-bottom:1px solid #f1f5f9;transition:background .1s}.hb-sp-cal__search-result:last-child{border-bottom:none}.hb-sp-cal__search-result:hover{background:#eff6ff}.hb-sp-cal__search-result strong{display:block;color:#1e293b}.hb-sp-cal__search-result span{color:#64748b;font-size:12px}@media (max-width:640px){.hb-portal__appointment{grid-template-columns:50px 1fr;grid-template-rows:auto auto}.hb-portal__appointment-status{grid-column:2}.hb-portal__appointment-actions{grid-column:1 / -1}.hb-portal__book-grid{grid-template-columns:1fr}.hb-portal__form-row{grid-template-columns:1fr}.hb-sp-cal__modal-row{grid-template-columns:1fr}}.hb-rc-login-wrap{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:40px 20px}.hb-rc-login-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:40px;width:100%;max-width:420px;box-shadow:0 4px 20px rgb(0 0 0 / .08)}.hb-rc-login-header{text-align:center;margin-bottom:28px}.hb-rc-login-icon{font-size:40px;margin-bottom:12px}.hb-rc-login-header h2{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 4px}.hb-rc-login-header p{color:#64748b;font-size:14px;margin:0}.hb-rc-login-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;border-radius:8px;padding:12px 16px;font-size:14px;margin-bottom:20px}.hb-rc-login-field{margin-bottom:16px}.hb-rc-login-field label{display:block;font-size:14px;font-weight:500;color:#1e293b;margin-bottom:6px}.hb-rc-login-field input{width:100%;border:1px solid #e2e8f0;border-radius:8px;padding:10px 14px;font-size:15px;color:#1e293b;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;font-family:inherit}.hb-rc-login-field input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgb(37 99 235 / .12)}.hb-rc-login-btn{width:100%;background:#2563eb;color:#fff;border:none;border-radius:8px;padding:12px;font-size:16px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s;margin-top:8px}.hb-rc-login-btn:hover{background:#1d4ed8}.hb-rc-login-forgot{text-align:center;margin-top:16px;font-size:13px}.hb-rc-login-forgot a{color:#2563eb;text-decoration:none}.hb-rc{max-width:1100px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:#1e293b}.hb-rc__header{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:2px solid #e2e8f0;margin-bottom:20px}.hb-rc__header-info{display:flex;align-items:center;gap:16px}.hb-rc__header-logo{font-size:32px}.hb-rc__header-info h2{margin:0 0 4px;font-size:18px;font-weight:700}.hb-rc__header-info p{margin:0;color:#64748b;font-size:13px;display:flex;align-items:center;gap:8px}.hb-rc__role-badge{display:inline-block;padding:2px 10px;border-radius:12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.hb-rc__role-badge--admin{background:#dbeafe;color:#1d4ed8}.hb-rc__role-badge--reception{background:#f0fdf4;color:#166534}.hb-rc__logout{color:#64748b;font-size:13px;text-decoration:none;border:1px solid #e2e8f0;padding:6px 14px;border-radius:6px;transition:all .2s}.hb-rc__logout:hover{background:#f8fafc;color:#1e293b}.hb-rc__notice{padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:16px;font-weight:500}.hb-rc__notice--success{background:#dcfce7;color:#166534}.hb-rc__notice--error{background:#fef2f2;color:#dc2626}.hb-rc__tabs{display:flex;gap:4px;border-bottom:2px solid #e2e8f0;margin-bottom:20px}.hb-rc__tab{padding:10px 20px;font-size:14px;font-weight:500;color:#64748b;text-decoration:none;border-bottom:2px solid #fff0;margin-bottom:-2px;transition:color .2s,border-color .2s}.hb-rc__tab:hover{color:#2563eb}.hb-rc__tab--active{color:#2563eb;border-bottom-color:#2563eb}.hb-rc__filters{display:flex;gap:10px;flex-wrap:wrap;align-items:flex-end;margin-bottom:16px;padding:14px 16px;background:#f8fafc;border-radius:8px}.hb-rc__filter-group{display:flex;flex-direction:column;gap:4px}.hb-rc__filter-group label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.hb-rc__filter-group select,.hb-rc__filter-group input[type="date"],.hb-rc__filter-group input[type="text"]{border:1px solid #e2e8f0;border-radius:6px;padding:6px 10px;font-size:13px;background:#fff;font-family:inherit}.hb-rc__count{font-size:13px;color:#64748b;margin-bottom:12px}.hb-rc__appointments{display:flex;flex-direction:column;gap:10px}.hb-rc__appointment{display:grid;grid-template-columns:56px 1fr auto auto;gap:14px;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px 18px;transition:box-shadow .2s}.hb-rc__appointment:hover{box-shadow:0 2px 8px rgb(0 0 0 / .07)}.hb-rc__appointment-date{text-align:center;background:#eff6ff;border-radius:8px;padding:6px 4px}.hb-rc__appointment-day{display:block;font-size:20px;font-weight:700;color:#2563eb;line-height:1}.hb-rc__appointment-month{display:block;font-size:10px;font-weight:600;color:#3b82f6;text-transform:uppercase;margin-top:2px}.hb-rc__appointment-weekday{display:block;font-size:10px;color:#93c5fd;margin-top:1px}.hb-rc__appointment-patient strong{font-size:14px;display:block}.hb-rc__appointment-phone,.hb-rc__appointment-email{font-size:12px;color:#64748b;margin-right:10px}.hb-rc__appointment-details{display:flex;flex-wrap:wrap;gap:8px;margin-top:5px;font-size:12px;color:#64748b}.hb-rc__appointment-specialist{padding-left:8px;font-weight:500;color:#1e293b}.hb-rc__appointment-notes{font-size:12px;color:#64748b;font-style:italic;margin-top:3px}.hb-rc__status-locked{font-size:12px;color:#94a3b8;padding:6px 10px;display:inline-block}.hb-rc__appointment-actions select{border:1px solid #e2e8f0;border-radius:6px;padding:6px 10px;font-size:12px;cursor:pointer;background:#fff;font-family:inherit}.hb-rc__empty{text-align:center;padding:40px;color:#64748b;background:#f8fafc;border-radius:8px}.hb-rc__btn{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;font-size:13px;font-weight:500;cursor:pointer;color:#1e293b;font-family:inherit;transition:all .15s;text-decoration:none}.hb-rc__btn:hover{background:#f8fafc;border-color:#cbd5e1}.hb-rc__btn--primary{background:#2563eb;color:#fff;border-color:#2563eb}.hb-rc__btn--primary:hover{background:#1d4ed8;border-color:#1d4ed8}.hb-rc__btn--icon{width:32px;padding:6px;font-size:16px;font-weight:700}.hb-rc__btn--large{padding:12px 32px;font-size:15px}.hb-rc__btn--view{border:none;background:#fff0;border-radius:6px}.hb-rc__btn--view.hb-rc__btn--active{background:#fff;box-shadow:0 1px 3px rgb(0 0 0 / .1);color:#2563eb;font-weight:600}.hb-rc__section-title{font-size:18px;font-weight:700;margin-bottom:20px}.hb-rc__book-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:24px}.hb-rc__book-section{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:20px}.hb-rc__book-section h4{font-size:13px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid #f1f5f9}.hb-rc__form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.hb-rc__form-field{margin-bottom:12px}.hb-rc__form-field label{display:block;font-size:12px;font-weight:600;color:#1e293b;margin-bottom:4px}.hb-rc__form-field input,.hb-rc__form-field select,.hb-rc__form-field textarea{width:100%;border:1px solid #e2e8f0;border-radius:7px;padding:8px 12px;font-size:14px;font-family:inherit;color:#1e293b;box-sizing:border-box;transition:border-color .2s;background:#fff}.hb-rc__form-field input:focus,.hb-rc__form-field select:focus,.hb-rc__form-field textarea:focus{outline:none;border-color:#2563eb}.hb-rc__search-box{margin-bottom:16px;padding:14px;background:#f8fafc;border-radius:8px}.hb-rc__search-box label{display:block;font-size:12px;font-weight:600;color:#1e293b;margin-bottom:8px}.hb-rc__search-wrap{position:relative}.hb-rc__search-wrap input{width:100%;border:1px solid #e2e8f0;border-radius:7px;padding:8px 12px;font-size:14px;font-family:inherit;box-sizing:border-box;background:#fff}.hb-rc__search-results{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px rgb(0 0 0 / .1);z-index:100;max-height:200px;overflow-y:auto;display:none}.hb-rc__search-result{padding:9px 14px;cursor:pointer;font-size:13px;border-bottom:1px solid #f1f5f9;transition:background .1s}.hb-rc__search-result:last-child{border-bottom:none}.hb-rc__search-result:hover{background:#eff6ff}.hb-rc__search-result strong{display:block;color:#1e293b}.hb-rc__search-result span{color:#64748b;font-size:12px}.hb-rc__hint{font-size:12px;color:#64748b;margin:8px 0 0}.hb-rc__slots{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.hb-rc__slot{border:2px solid #e2e8f0;border-radius:6px;padding:7px 12px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s;background:#fff;color:#1e293b;font-family:inherit;line-height:1.3;text-align:center}.hb-rc__slot:hover{border-color:#2563eb;background:#eff6ff;color:#2563eb}.hb-rc__slot.hb-selected{border-color:#2563eb;background:#2563eb;color:#fff}.hb-rc__slot-room{display:block;font-size:10px;font-weight:400;opacity:.8;margin-top:2px}.hb-rc__calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:10px;padding:10px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.hb-rc__cal-nav{display:flex;align-items:center;gap:6px}.hb-rc__cal-period{font-size:15px;font-weight:600;color:#1e293b;min-width:180px;text-align:center}.hb-rc__cal-filters .hb-rc__select{border:1px solid #e2e8f0;border-radius:6px;padding:6px 12px;font-size:13px;background:#fff;font-family:inherit}.hb-rc__view-switcher{display:flex;gap:4px;background:#f1f5f9;border-radius:8px;padding:4px}.hb-rc__cal-legend{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:10px}.hb-rc__cal-legend-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#1e293b}.hb-rc__cal-legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.hb-rc__cal-container{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;min-height:400px}.hb-rc__cal-loading{display:flex;align-items:center;justify-content:center;height:200px;color:#64748b;font-size:14px}.hb-rc-week{display:grid;grid-template-columns:55px repeat(7,1fr);overflow-x:auto}.hb-rc-week-header-cell{padding:8px 6px;text-align:center;font-size:11px;font-weight:600;color:#64748b;border-bottom:1px solid #e2e8f0;border-right:1px solid #f1f5f9;background:#f8fafc;text-transform:uppercase;letter-spacing:.04em;position:sticky;top:0;z-index:10}.hb-rc-week-header-cell.hb-rc-today-col{color:#2563eb;background:#eff6ff}.hb-rc-time-col{border-right:1px solid #e2e8f0}.hb-rc-time-slot{height:60px;padding:3px 6px 0;font-size:10px;color:#94a3b8;border-bottom:1px solid #f1f5f9;text-align:right;line-height:1}.hb-rc-day-col{border-right:1px solid #f1f5f9;position:relative}.hb-rc-day-col.hb-rc-today-col{background:#fafbff}.hb-rc-day-cell{height:60px;border-bottom:1px solid #f1f5f9;position:relative}.hb-rc-event{position:absolute;left:2px;right:2px;border-radius:4px;padding:3px 6px;font-size:11px;font-weight:600;color:#fff;cursor:pointer;z-index:5;overflow:hidden;transition:opacity .15s,transform .15s;line-height:1.3}.hb-rc-event:hover{opacity:.88;transform:scale(1.02);z-index:6}.hb-rc-event-patient{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-rc-event-time{display:block;font-weight:400;opacity:.85;font-size:10px}.hb-rc-month{display:grid;grid-template-columns:repeat(7,1fr)}.hb-rc-month-header{padding:8px 6px;text-align:center;font-size:11px;font-weight:600;color:#64748b;border-bottom:1px solid #e2e8f0;background:#f8fafc;text-transform:uppercase;letter-spacing:.04em}.hb-rc-month-day{min-height:80px;border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9;padding:5px;vertical-align:top}.hb-rc-month-day.hb-rc-other-month{background:#fafafa}.hb-rc-month-day.hb-rc-today{background:#eff6ff}.hb-rc-month-day-number{font-size:12px;font-weight:600;color:#1e293b;margin-bottom:3px}.hb-rc-month-day.hb-rc-today .hb-rc-month-day-number{color:#2563eb}.hb-rc-month-event{display:block;padding:2px 5px;border-radius:3px;font-size:10px;font-weight:600;color:#fff;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;transition:opacity .15s}.hb-rc-month-event:hover{opacity:.85}.hb-rc-month-more{font-size:10px;color:#64748b;padding:1px 3px}.hb-rc__tooltip{position:fixed;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px rgb(0 0 0 / .12);width:270px;z-index:9999;font-size:13px}.hb-rc__tooltip-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #f1f5f9}.hb-rc__tooltip-title{font-weight:700;font-size:14px;color:#1e293b}.hb-rc__tooltip-close{background:none;border:none;font-size:20px;cursor:pointer;color:#94a3b8;padding:0;line-height:1}.hb-rc__tooltip-body{padding:12px 16px}.hb-rc__tooltip-row{display:flex;gap:8px;margin-bottom:7px;font-size:13px}.hb-rc__tooltip-label{color:#64748b;flex-shrink:0;min-width:65px}.hb-rc__tooltip-value{color:#1e293b;font-weight:500}@media (max-width:768px){.hb-rc__appointment{grid-template-columns:50px 1fr;grid-template-rows:auto auto}.hb-rc__appointment-status{grid-column:2}.hb-rc__appointment-actions{grid-column:1 / -1}.hb-rc__book-grid{grid-template-columns:1fr}.hb-rc__form-row{grid-template-columns:1fr}}:root{--gold:#a27e45;--gold-light:#D4B483;--gold-pale:#F0E6D3;--pearl:#F7F2EC;--pearl-deep:#EDE5D8;--beige:#F3EDE3;--cream:#FDFAF6;--navy:#1E3A6E;--navy-light:#3A5A9A;--navy-pale:#EBF0F8;--dark:#0E1F3A;--dark-mid:#1A3060;--dark-light:#2E4E8A;--text-primary:#000000;--text-mid:#1a1a1a;--text-muted:#444444;--border:rgba(184, 149, 90, 0.25);--border-strong:rgba(184, 149, 90, 0.5);--nav-height:72px;--container:1300px;--container-narrow:720px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Jost',sans-serif;background:var(--cream);color:var(--text-primary);font-weight:300;line-height:1.7;overflow-x:hidden}.serif{font-family:'Cormorant Garamond',serif}h1,h2,h3{font-family:'Cormorant Garamond',serif;font-weight:400}a{color:inherit}.container{max-width:var(--container);margin:0 auto;padding:0 3%}.container--narrow{max-width:var(--container-narrow);margin:0 auto;padding:0 3%}.section-header{text-align:left;margin-bottom:60px}.section-eyebrow{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:14px;font-weight:500}.section-media .section-eyebrow{display:flex;align-items:center;gap:14px}.section-media .section-eyebrow::before{content:'';display:block;width:32px;height:1px;background:var(--gold);flex-shrink:0}.section-efekty .section-eyebrow{display:flex;align-items:center;justify-content:center;gap:14px}.section-efekty .section-eyebrow::before{content:'';display:block;width:32px;height:1px;background:var(--gold);flex-shrink:0}.section-title{font-size:clamp(32px, 5vw, 52px);line-height:1.15;color:var(--text-primary);margin-bottom:20px}.section-lead{font-size:16px;color:var(--text-mid);max-width:600px;margin:0 auto;line-height:1.8}nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#0A1628;border-bottom:1px solid rgb(184 149 90 / .3);padding:0 3%;display:flex;align-items:center;justify-content:space-between;height:var(--nav-height)}.nav-logo{font-family:'Cormorant Garamond',serif;margin-left:1%;font-size:15px;letter-spacing:.12em;color:#F0E6D3;text-decoration:none;text-transform:uppercase;display:flex;flex-direction:column;line-height:1.2;font-weight:500;border:1px solid rgb(240 230 211 / .3);padding:8px 14px}.nav-logo-name{font-size:22px!important;letter-spacing:.18em;color:#F7F2EC;font-variant:small-caps;text-transform:lowercase}.nav-logo-inner{display:flex;flex-direction:column}.nav-logo-inner>:first-child{font-size:17px;color:#F7F2EC;letter-spacing:.15em;font-variant:small-caps}.nav-logo-sub{font-size:10px;letter-spacing:.2em;color:rgb(212 180 131 / .65);font-family:'Jost',sans-serif;font-weight:400;text-transform:uppercase;font-variant:normal}.nav-logo span{font-size:10px;letter-spacing:.2em;color:rgb(212 180 131 / .65);font-family:'Jost',sans-serif;font-weight:400}.nav-right{display:flex;align-items:center;gap:20px;margin-right:1%}.nav-phone{font-size:12px;letter-spacing:.06em;color:var(--gold-pale);text-decoration:none;display:flex;align-items:center;gap:7px;transition:color 0.2s;font-weight:400}.nav-phone:hover{color:var(--gold-light)}.nav-phone svg{color:var(--gold-light);flex-shrink:0}.nav-link-rezerv{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-light);text-decoration:none;font-weight:400;border-bottom:1px solid rgb(212 180 131 / .4);padding-bottom:2px;transition:color 0.2s,border-color 0.2s}.nav-link-rezerv:hover{color:#fff;border-color:#fff}.nav-cta{background:var(--gold);color:#0A1628;padding:10px 24px;font-family:'Jost',sans-serif;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;transition:background 0.3s,transform 0.2s;animation:pulse-gold 2.8s ease-in-out infinite}.nav-cta:hover{background:var(--gold-light);transform:translateY(-1px)}@keyframes pulse-gold{0%,100%{box-shadow:0 0 0 0 rgb(184 149 90 / .4)}50%{box-shadow:0 0 0 8px #fff0}}.hero{min-height:100vh;display:grid;grid-template-columns:8% 1fr 1fr;padding-top:var(--nav-height);background:#EDE5D9;position:relative;overflow:hidden}.hero-content{position:relative;z-index:1;padding:80px 5%;display:flex;flex-direction:column;justify-content:center;background:var(--cream)}.hero-tagline{display:flex;align-items:center;gap:14px;font-size:14px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:24px;font-weight:500}.hero-tagline-line{display:inline-block;width:36px;height:1px;background:var(--gold);flex-shrink:0}.hero-title{font-size:clamp(26px, 3.2vw, 44px);line-height:1.1;color:var(--text-primary);margin-bottom:16px;font-weight:400}.hero-title-italic{font-style:italic;color:var(--gold);display:inline}.break-mobile{display:none}.break-desktop{display:inline}@media (max-width:768px){.break-mobile{display:inline}.break-desktop{display:none}}.hero-subtitle-lead{font-family:'Cormorant Garamond',serif;font-size:clamp(16px, 2vw, 20px);font-style:italic;color:var(--text-mid);margin-bottom:32px;line-height:1.5;font-weight:300}.hero-stats{display:flex;align-items:center;margin-bottom:28px;padding:18px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.hero-stat{display:flex;flex-direction:column;gap:4px;padding:0 24px}.hero-stat:first-child{padding-left:0}.hero-stat-num{font-family:'Cormorant Garamond',serif;font-size:24px;font-weight:400;color:var(--gold);line-height:1}.hero-stat-label{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);line-height:1.4}.hero-stat-divider{width:1px;height:32px;background:var(--border-strong);flex-shrink:0}.hero-lead{font-size:16px;color:var(--text-mid);line-height:1.8;margin-bottom:32px;max-width:480px}.hero-cta-group{display:flex;align-items:center;gap:24px;margin-bottom:32px;flex-wrap:wrap}.hero-credentials{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hero-credentials span{font-size:11px;letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase}.cred-dot{color:var(--gold)}.hero-session-col{background:var(--pearl-deep);display:flex;align-items:center;justify-content:center;padding:80px 5%}.hero-photo-unused{object-fit:contain;object-position:bottom center;display:block;z-index:1}.hero-session-card{background:#fff;border:1px solid rgb(184 149 90 / .4);padding:36px 32px;width:100%;max-width:420px;position:relative}.hero-session-card::before{content:'';position:absolute;top:-8px;left:-8px;right:8px;bottom:8px;border:1px solid rgb(184 149 90 / .25);z-index:-1}.hero-session-eyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:10px}.hero-session-title{font-family:'Cormorant Garamond',serif;font-size:28px;font-weight:400;color:var(--text-primary);margin-bottom:8px}.hero-session-price{margin-bottom:24px}.hero-session-free{font-family:'Cormorant Garamond',serif;font-size:22px;color:var(--gold);font-weight:400}.hero-session-duration{font-size:13px;color:var(--text-muted);margin-left:4px}.hero-session-list{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:28px;border-top:1px solid var(--border);padding-top:20px}.hero-session-list li{font-size:13px;color:var(--text-mid);padding-left:18px;position:relative;line-height:1.5}.hero-session-list li::before{content:'◦';position:absolute;left:0;color:var(--gold);font-size:14px}.hero-session-cta{display:block;background:var(--gold);color:#fff;text-align:center;padding:16px;font-family:'Jost',sans-serif;font-size:12px;font-weight:400;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;transition:background 0.3s,color 0.3s,transform 0.3s;margin-bottom:24px}.hero-session-cta:hover{background:var(--navy);color:#fff;transform:translateY(-4px);box-shadow:0 8px 24px rgb(30 58 110 / .25)}.hero-session-creds{display:grid;grid-template-columns:1fr 1fr;gap:12px;border-top:1px solid var(--border);padding-top:20px}.hero-session-cred-item{display:flex;flex-direction:column;gap:2px}.hero-session-cred-label{font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--text-primary)}.hero-session-cred-sub{font-size:11px;color:var(--text-muted)}.longevity-strip{background:#0A1628;padding:40px 5%;border-top:1px solid rgb(184 149 90 / .2);border-bottom:1px solid rgb(184 149 90 / .2)}.longevity-strip-inner{max-width:var(--container);margin:0 auto;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0}.longevity-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 40px}.longevity-item .num{font-family:'Cormorant Garamond',serif;font-size:42px;font-weight:300;color:var(--gold);line-height:1}.longevity-item .num.longevity-italic{font-style:italic;font-size:36px;line-height:1.1;font-weight:300}.longevity-item--single .num.longevity-italic{font-size:clamp(30px, 8vw, 52px);letter-spacing:.04em;max-width:100%}.longevity-item--single .longevity-label{font-size:13px;letter-spacing:.2em}.longevity-label{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:rgb(240 230 211 / .55);margin-top:8px;line-height:1.5;max-width:180px}.longevity-divider{width:1px;height:50px;background:rgb(184 149 90 / .3);flex-shrink:0}.btn-primary{background:var(--gold);color:#fff;padding:14px 32px;font-family:'Jost',sans-serif;font-size:12px;font-weight:400;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;border:1px solid #fff0;cursor:pointer;transition:background 0.3s,color 0.3s,border-color 0.3s,transform 0.3s;display:inline-block}.btn-primary:hover{background:var(--navy);color:#fff;transform:translateY(-4px);box-shadow:0 8px 24px rgb(30 58 110 / .25)}.cennik-cta-top{display:flex;justify-content:center;margin-bottom:60px}.btn-navy{background:var(--gold)!important;color:#fff!important}.btn-navy:hover{background:var(--navy)!important;transform:translateY(-4px);box-shadow:0 8px 24px rgb(10 22 40 / .3)}.btn-secondary{color:var(--gold);font-size:12px;font-weight:400;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;border:1px solid var(--gold);padding:14px 32px;display:inline-block;background:#fff0;transition:background 0.3s,color 0.3s}.btn-secondary:hover{background:var(--gold);color:#0A1628;border-color:var(--gold)}.btn-outline{display:inline-block;border:1px solid var(--border-strong);color:var(--text-mid);padding:12px 28px;font-family:'Jost',sans-serif;font-size:12px;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;transition:border-color 0.3s,color 0.3s}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}.section-omnie{background:var(--cream);padding:100px 0}.omnie-grid{max-width:var(--container);margin:0 auto;padding:0 5%;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.omnie-image-col{position:relative}.omnie-photo{width:100%;display:block;object-fit:cover}.omnie-eyebrow-line{display:inline-block;width:32px;height:1px;background:var(--gold);margin-right:14px;vertical-align:middle}.omnie-title{font-size:clamp(40px, 5vw, 50px);line-height:1.05;margin-bottom:32px;margin-top:16px;color:var(--text-primary);font-weight:400}.omnie-title-italic{font-style:italic;color:#B8955A}.omnie-text{font-size:15px;color:var(--text-mid);line-height:1.9;margin-bottom:20px}.omnie-text strong{color:var(--text-primary);font-weight:600}.omnie-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px}.omnie-tags span{font-size:11px;letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--border-strong);padding:6px 14px;color:var(--text-muted)}.section-historia{background:var(--pearl);padding:40px 0 20px}.historia-inner{max-width:var(--container);margin:0 auto;padding:0 3%}.historia-eyebrow{margin-bottom:24px}.historia-eyebrow .section-eyebrow{display:flex;align-items:center;gap:14px}.historia-eyebrow .section-eyebrow::before{content:'';display:inline-block;width:36px;height:1px;background:var(--gold);flex-shrink:0}.historia-pullquote{font-family:'Cormorant Garamond',serif;font-size:clamp(28px, 3.6vw, 48px);font-style:italic;font-weight:400;color:var(--text-primary);line-height:1.1;margin:0 auto 0;padding-bottom:48px;border-bottom:1px solid var(--border);max-width:900px;text-align:center}.historia-body{display:flex;flex-direction:column;gap:0}.historia-block{display:grid;grid-template-columns:80px 1fr;gap:32px;padding:36px 0;border-bottom:1px solid var(--border)}.historia-block-num{font-family:'Cormorant Garamond',serif;font-size:42px;color:var(--border-strong);font-weight:300;line-height:1}.historia-block-text h3{font-size:20px;color:var(--text-primary);margin-bottom:12px;font-weight:400}.historia-block-text p{font-size:15px;color:var(--text-mid);line-height:1.9}.historia-cta{text-align:center;margin-top:48px}.section-metoda{padding:50px 0;background:var(--cream)}.section-metoda .section-header{text-align:left;margin-bottom:60px}.section-metoda .section-eyebrow{display:flex;align-items:center;gap:14px}.section-metoda .section-eyebrow::before{content:'';display:inline-block;width:32px;height:1px;background:var(--gold);flex-shrink:0}.section-metoda .section-title{font-weight:500}.section-metoda .section-lead{text-align:left;margin:0;font-family:'Cormorant Garamond',serif;font-style:italic;color:var(--text-mid);font-size:18px}.method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:60px}.method-step{background:var(--pearl);padding:40px 28px;border-top:3px solid var(--gold);transition:background 0.3s}.method-step:hover{background:var(--pearl-deep)}.method-step-num{font-family:'Cormorant Garamond',serif;font-size:48px;color:var(--border-strong);line-height:1;margin-bottom:16px;font-weight:300}.method-step h3{font-size:13px;font-family:'Jost',sans-serif;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;color:var(--text-primary);white-space:nowrap}.method-step p{font-size:14px;color:var(--text-primary);line-height:1.8}.method-step-sub{font-size:13px;color:var(--gold);letter-spacing:.04em;margin-bottom:12px;font-weight:400;font-style:italic}.section-longevity .section-eyebrow,.longevity-eyebrow{display:flex;align-items:center;gap:14px;color:var(--gold)}.longevity-eyebrow .eyebrow-line{display:block;width:32px;height:1px;background:var(--gold);flex-shrink:0}.section-longevity{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding:50px 6%;background:var(--navy-pale)}.longevity-content p{font-size:15px;color:var(--text-mid);line-height:1.9;margin-bottom:16px}.longevity-visual{display:flex;justify-content:center;align-items:center}.longevity-circle-outer{position:relative;width:340px;height:340px}.longevity-circle-outer::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;border:1px solid var(--border)}.longevity-circle-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;border-radius:50%;border:1px solid var(--gold);background:var(--pearl);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:4px}.big-num{font-family:'Cormorant Garamond',serif;font-size:48px;color:var(--gold);line-height:1}.big-label{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);line-height:1.4;text-align:center}.longevity-orbit{position:absolute;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-mid);background:var(--pearl);border:1px solid var(--border);padding:6px 10px;text-align:center;line-height:1.3}.orbit-1{top:-10px;left:50%;transform:translateX(-50%)}.orbit-2{right:-10px;top:50%;transform:translateY(-50%)}.orbit-3{bottom:-10px;left:50%;transform:translateX(-50%)}.orbit-4{left:-10px;top:50%;transform:translateY(-50%)}.section-prelekcje{background:linear-gradient(135deg,#0b182c 0%,#13274c 100%);padding:50px 0}.prelekcje-inner{max-width:var(--container);margin:0 auto;padding:0 3%;display:grid;grid-template-columns:1.2fr 0.8fr;gap:80px;align-items:start}.prelekcje-eyebrow{color:var(--gold-light)!important;display:flex;align-items:center;gap:14px}.prelekcje-eyebrow::before{content:'';display:block;width:32px;height:1px;background:var(--gold-light);flex-shrink:0}.prelekcje-title{font-size:clamp(36px, 4vw, 54px);color:var(--gold-pale);line-height:1.1;margin-bottom:20px;margin-top:12px;font-weight:400}.prelekcje-title-em{font-style:italic;color:var(--gold-light)}.prelekcje-lead{font-size:16px;color:rgb(240 230 211 / .75);line-height:1.85;max-width:560px;margin-bottom:36px}.prelekcje-topics{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-bottom:32px;border-top:1px solid rgb(184 149 90 / .2)}.prelekcje-topic{display:flex;gap:16px;padding:20px 16px 20px 0;border-bottom:1px solid rgb(184 149 90 / .15)}.prelekcje-topic-num{font-family:'Cormorant Garamond',serif;font-size:22px;color:var(--gold);flex-shrink:0;line-height:1;margin-top:2px}.prelekcje-topic strong{display:block;font-size:13px;font-weight:600;color:var(--gold-pale);letter-spacing:.03em;margin-bottom:6px}.prelekcje-topic p{font-size:13px;color:rgb(240 230 211 / .55);line-height:1.6}.prelekcje-formats{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.prelekcje-formats span{font-size:11px;letter-spacing:.1em;text-transform:uppercase;border:1px solid rgb(184 149 90 / .35);color:var(--gold-light);padding:6px 14px}.prelekcje-cta{display:inline-block;background:var(--gold);color:#fff;padding:14px 28px;font-family:'Jost',sans-serif;font-size:12px;font-weight:400;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;transition:background 0.3s,color 0.3s,transform 0.3s}.prelekcje-cta:hover{background:var(--navy);color:#fff;transform:translateY(-4px);box-shadow:0 8px 24px rgb(30 58 110 / .25)}.prelekcje-card{background:#22355b;border:1px solid rgb(184 149 90 / .2);padding:28px}.prelekcje-card-label{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);margin-bottom:16px;font-weight:500}.prelekcje-appearances{display:flex;flex-direction:column;gap:0}.prelekcje-appear-item{font-size:13px;color:rgb(240 230 211 / .65);padding:10px 0;border-bottom:1px solid rgb(184 149 90 / .1);line-height:1.5}.prelekcje-appear-date{color:var(--gold-light);font-size:10px;letter-spacing:.1em;margin-right:8px}.prelekcje-forma{font-size:13px;color:rgb(240 230 211 / .6);line-height:1.7;margin-top:10px}.prelekcje-forma a{color:var(--gold-light);text-decoration:none}.prelekcje-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.prel-card{background:#fff;border:1px solid var(--border);padding:28px;transition:border-color 0.3s}.prel-card:hover{border-color:var(--gold-light)}.prel-tag{font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-weight:600;display:block;margin-bottom:10px}.prel-title{font-size:16px;font-family:'Cormorant Garamond',serif;color:var(--text-primary);margin-bottom:12px;line-height:1.4}.prel-meta{display:flex;justify-content:space-between;font-size:12px;color:var(--text-muted)}.prel-rok{color:var(--gold-light)}.btn-toggle-media{display:flex;align-items:center;gap:8px;margin:32px auto 0;background:none;border:1px solid var(--border-strong);color:var(--text-mid);padding:12px 24px;font-family:'Jost',sans-serif;font-size:12px;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:border-color 0.2s,color 0.2s}.btn-toggle-media:hover{border-color:var(--gold);color:var(--gold)}.section-segmenty{padding:100px 0;background:#f3ede3}.section-segmenty .section-header{text-align:left;margin-bottom:60px}.section-segmenty .section-eyebrow{display:flex;align-items:center;gap:14px}.section-segmenty .section-eyebrow::before{content:'';display:inline-block;width:32px;height:1px;background:var(--gold);flex-shrink:0}.section-segmenty .section-lead{text-align:left;margin:0;font-family:'Cormorant Garamond',serif;font-style:italic;color:var(--navy);font-size:18px}.segmenty-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;background:rgb(184 149 90 / .2)}.segment-card{border:none;border-top:3px solid var(--gold);padding:48px 40px;background:#fff;transition:transform 0.3s;display:flex;flex-direction:column}.segment-card:nth-child(2){border-top-color:var(--navy)}.segment-card:hover{transform:translateY(-2px)}.segment-icon{font-size:28px;color:var(--gold);margin-bottom:16px;width:52px;height:52px;border:1px solid var(--border-strong);display:flex;align-items:center;justify-content:center}.segment-card:nth-child(2) .segment-icon{color:var(--navy);border-color:var(--navy)}.segment-label{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-weight:500;margin-bottom:12px}.segment-card:nth-child(2) .segment-label{color:var(--navy)}.segment-card h3{font-size:28px;margin-bottom:16px;color:var(--text-primary);line-height:1.2;font-family:'Cormorant Garamond',serif;font-weight:400}.segment-pain{font-family:'Cormorant Garamond',serif;font-size:17px;font-style:italic;color:var(--text-mid);line-height:1.6;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--border)}.segment-offers{list-style:none;display:flex;flex-direction:column;gap:0;margin-bottom:32px;flex:1}.segment-offers li{font-size:14px;color:var(--text-mid);padding:12px 0 12px 24px;position:relative;line-height:1.5;border-bottom:1px solid var(--border)}.segment-offers li::before{content:'→';position:absolute;left:0;color:var(--gold);font-size:12px}.segment-card:nth-child(2) .segment-offers li::before{color:var(--navy)}.btn-segment{display:inline-block;padding:14px 28px;font-family:'Jost',sans-serif;font-size:12px;font-weight:400;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;transition:background 0.3s,color 0.3s,transform 0.3s;text-align:center;width:55%}.segment-card:nth-child(1) .btn-segment,.segment-card:nth-child(2) .btn-segment{background:var(--gold);color:#fff}.segment-card:nth-child(1) .btn-segment:hover,.segment-card:nth-child(2) .btn-segment:hover{background:var(--navy);color:#fff;transform:translateY(-4px);box-shadow:0 8px 24px rgb(30 58 110 / .25)}.section-formularz{padding:50px 0;background:var(--pearl)}.formularz-inner{max-width:var(--container);margin:0 auto;padding:0 3%;display:grid;grid-template-columns:1fr 1.6fr;gap:80px;align-items:start}.formularz-eyebrow{display:flex;align-items:center;gap:14px}.formularz-eyebrow::before{content:'';display:inline-block;width:32px;height:1px;background:var(--gold);flex-shrink:0}.formularz-title{font-size:clamp(40px, 5vw, 60px);line-height:1.05;color:var(--text-primary);margin-bottom:20px;margin-top:12px;font-weight:400}.formularz-title-em{font-style:italic;color:var(--gold)}.formularz-desc{font-size:15px;color:var(--text-mid);line-height:1.9;margin-bottom:36px}.form-label{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);font-weight:500}.contact-detail{display:flex;flex-direction:column;gap:4px;padding:16px 0;border-bottom:1px solid var(--border)}.contact-detail:first-of-type{border-top:1px solid var(--border)}.contact-detail-label{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-weight:500}.contact-detail-value{font-size:15px;color:var(--text-primary);text-decoration:none;transition:color 0.2s;font-weight:400}.contact-detail-value:hover{color:var(--gold)}.contact-detail-hours{font-style:italic;color:var(--text-muted)!important}.form-note{font-size:12px;color:var(--text-muted);margin-top:12px;letter-spacing:.04em}.section-formularz .contact-form{background:#fff;padding:48px;border:1px solid var(--border);display:flex;flex-direction:column;gap:20px}.section-formularz .form-input{display:block;width:100%;background:var(--pearl);border:1px solid var(--border);border-top:none;border-left:none;border-right:none;padding:12px 0;font-family:'Jost',sans-serif;font-size:15px;font-weight:300;color:var(--text-primary);outline:none;transition:border-color 0.2s}.section-formularz .form-input:focus{border-color:var(--gold)}.section-formularz .form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.section-formularz .form-group{display:flex;flex-direction:column;gap:8px}.section-formularz .form-submit{width:100%;padding:16px;font-size:12px;letter-spacing:.18em;margin-top:8px;background:var(--gold);color:#fff;border:none;cursor:pointer;transition:background 0.3s,transform 0.2s}.section-formularz .form-submit:hover{background:var(--navy);transform:translateY(-2px)}.section-cennik{padding:50px 0;background:var(--cream)}.cennik-wrap{max-width:var(--container);margin:0 auto;padding:0 3%}.cennik-eyebrow{text-align:center;display:flex;align-items:center;justify-content:center;gap:14px}.cennik-eyebrow::before{content:'';display:inline-block;width:32px;height:1px;background:var(--gold);flex-shrink:0}.cennik-sub-eyebrow{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);text-align:center;margin-bottom:12px}.cennik-sub-lead{text-align:center;font-family:'Cormorant Garamond',serif;font-style:italic;font-size:17px;color:var(--gold);margin-bottom:28px;line-height:1.6}.cennik-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-bottom:56px}.price-card{background:#f7f2ec;border:1px solid var(--border);padding:48px 36px;display:flex;flex-direction:column;position:relative;transition:border-color 0.3s}.price-card--featured{background:#f1e6d3;border-color:var(--border)}.price-card:hover{border-color:var(--gold-light)}.price-card--featured::before{content:'Polecane';position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:#c4a674;color:#fff;font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;padding:4px 16px;white-space:nowrap}.price-card-badge{display:none}.price-card-name{font-family:'Cormorant Garamond',serif;font-size:13px;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:8px}.price-card-subtitle{font-size:22px;color:var(--text-mid);margin-bottom:20px;font-family:'Cormorant Garamond',serif;font-weight:400}.price-card-amount{font-family:'Cormorant Garamond',serif;font-size:60px;color:var(--gold);line-height:1;font-weight:400}.price-card-unit{font-size:12px;color:var(--text-muted);margin-bottom:24px;margin-top:4px}.price-card-list{list-style:none;flex:1;display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.price-card-list li{font-size:14px;color:var(--text-mid);padding:10px 0 10px 18px;position:relative;line-height:1.5;border-bottom:1px solid var(--border)}.price-card-list li::before{content:'◦';position:absolute;left:0;color:var(--gold);font-size:16px}.price-card-list .price-item--highlight{color:var(--gold);font-weight:400}.price-card-list .price-item--highlight::before{content:'◦';color:var(--gold)}.btn-price-cta{background:var(--gold);border:none;color:#fff;padding:14px 16px;font-family:'Jost',sans-serif;font-size:11px;font-weight:400;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;text-align:center;cursor:pointer;transition:background 0.3s,color 0.3s,transform 0.3s;display:block}.btn-price-cta:hover{background:var(--navy);color:#fff;transform:translateY(-4px);box-shadow:0 8px 24px rgb(30 58 110 / .25)}.price-card--featured .btn-price-cta{background:var(--gold);color:#fff}.price-card--featured .btn-price-cta:hover{background:var(--navy)}.sesja-pojedyncza{border-top:1px solid var(--border);padding-top:48px;margin-bottom:60px}.sesja-label{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);text-align:center;margin-bottom:24px}.price-card--single{max-width:360px;margin:0 auto;text-align:center}.price-card--single .price-card-list{text-align:left}.booking-contact{text-align:center;border-top:1px solid var(--border);padding-top:48px}.booking-contact-cols{display:flex;align-items:center;justify-content:center;gap:60px;flex-wrap:wrap}.booking-contact-col{display:flex;flex-direction:column;align-items:center;gap:12px}.booking-contact-label{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin:0}.booking-contact-divider{width:1px;height:60px;background:var(--border);flex-shrink:0}.booking-contact-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center;margin:0;font-size:20px;color:var(--text-muted)}.booking-contact-action{font-family:'Cormorant Garamond',serif;font-size:20px;color:var(--gold);text-decoration:none;transition:color 0.2s}.booking-contact-action:hover{color:var(--text-primary)}.booking-contact-action--primary{font-size:22px;font-weight:600;color:var(--gold)}.booking-contact-action--primary:hover{color:var(--text-primary)}.booking-email,.booking-phone{display:block;font-family:'Cormorant Garamond',serif;font-size:22px;color:var(--text-primary);text-decoration:none;line-height:1.6;transition:color 0.2s}.booking-email:hover,.booking-phone:hover{color:var(--gold)}.booking-hours{margin-top:8px;font-size:13px;color:var(--text-muted)}.section-efekty{padding:50px 0;background:var(--pearl)}.efekty-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}.efekt-card{background:var(--cream);border-top:3px solid var(--gold);border:1px solid var(--border);border-top:3px solid var(--gold);padding:40px 28px;transition:background 0.3s,transform 0.3s}.efekt-card:hover{background:var(--navy-pale);transform:translateY(-4px)}.efekt-num{font-family:'Cormorant Garamond',serif;font-size:36px;color:var(--gold);line-height:1;margin-bottom:12px}.efekt-label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-primary);font-weight:600;margin-bottom:16px}.efekt-desc{font-size:14px;color:var(--text-mid);line-height:1.8}.section-opinie .section-eyebrow{display:flex;align-items:center;justify-content:center;gap:14px}.section-opinie .section-eyebrow::before{content:'';display:block;width:32px;height:1px;background:var(--gold)}.section-opinie{padding:50px 0;background:var(--pearl-deep)}.opinie-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.opinia-card{background:var(--pearl);padding:48px 36px;border-top:none;border-left:3px solid var(--gold)}.opinia-quote{font-family:'Cormorant Garamond',serif;font-size:18px;font-style:italic;color:var(--text-mid);line-height:1.7;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid var(--border)}.opinia-author{font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);margin-bottom:4px}.opinia-role{font-size:13px;color:var(--gold);font-style:italic}.section-artykuly{padding:100px 0;background:var(--pearl)}.artykuly-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}.artykul-card{background:var(--cream);border:1px solid var(--border);padding:36px 28px;text-decoration:none;display:flex;flex-direction:column;transition:border-color 0.3s,transform 0.3s}.artykul-card:hover{border-color:var(--gold);transform:translateY(-4px)}.artykul-meta{display:flex;align-items:center;gap:12px;margin-bottom:16px}.artykul-tag{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);border:1px solid var(--border-strong);padding:4px 10px;font-weight:500}.artykul-date{font-size:12px;color:var(--text-muted)}.artykul-title{font-family:'Cormorant Garamond',serif;font-size:22px;color:var(--text-primary);line-height:1.3;margin-bottom:16px;font-weight:400;flex:1}.artykul-desc{font-size:14px;color:var(--text-mid);line-height:1.7;margin-bottom:24px}.artykul-read-more{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:500}.section-media{padding:50px 0;background:var(--cream)}.media-list{display:flex;flex-direction:column;gap:0;margin-bottom:40px}.media-row{display:grid;grid-template-columns:200px 1fr auto;gap:32px;align-items:center;padding:28px 0;border-bottom:1px solid var(--border);text-decoration:none;transition:background 0.2s}.media-row:first-child{border-top:1px solid var(--border)}.media-row:hover{background:var(--pearl)}.media-row-meta{display:flex;flex-direction:column;gap:4px}.media-row-source{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-weight:500}.media-row-date{font-size:12px;color:var(--text-muted)}.media-row-title{font-family:'Cormorant Garamond',serif;font-size:20px;color:var(--text-primary);margin-bottom:6px;font-weight:400;line-height:1.3}.media-row-desc{font-size:13px;color:var(--text-mid);line-height:1.6}.media-row-cta{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);white-space:nowrap}.media-hidden{display:none}.media-hidden.open{display:block}.media-collapsed{display:none}.media-expand-btn{display:flex;align-items:center;gap:8px;background:none;border:none;font-family:'Jost',sans-serif;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);cursor:pointer;padding:16px 0;transition:color 0.2s}.media-expand-btn:hover{color:var(--text-primary)}.media-note{font-size:14px;color:var(--text-muted);border-top:1px solid var(--border);padding-top:32px;margin-top:16px}.media-note a{color:var(--gold);text-decoration:none}.section-social{padding:50px 0;background:var(--pearl)}.section-social .section-eyebrow{display:flex;align-items:center;justify-content:center;gap:14px}.section-social .section-eyebrow::before{content:'';display:block;width:32px;height:1px;background:var(--gold);flex-shrink:0}.social-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.social-card{background:var(--cream);border:1px solid var(--border-strong);padding:40px 32px;text-decoration:none;display:flex;flex-direction:column;gap:16px;transition:background 0.3s}.social-card:hover{background:var(--pearl-deep)}.social-linkedin{border-top:3px solid #0077b5}.social-instagram{border-top:3px solid var(--gold)}.social-facebook{border-top:3px solid #1877f2}.social-icon{width:52px;height:52px;border:1px solid var(--border-strong);display:flex;align-items:center;justify-content:center;color:var(--gold)}.social-platform{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-weight:500}.social-handle{font-family:'Cormorant Garamond',serif;font-size:20px;color:var(--text-primary);font-weight:400}.social-desc{font-size:13px;color:var(--text-mid);line-height:1.7;flex:1}.social-follow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:500}footer{background:#0A1628;border-top:1px solid rgb(184 149 90 / .2)}.footer-top{max-width:var(--container);margin:0 auto;padding:60px 5%;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px}.footer-social-icons{display:flex;gap:12px;margin-top:20px}.footer-social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgb(240 230 211 / .25);border-radius:50%;color:rgb(240 230 211 / .6);text-decoration:none;transition:color 0.2s,border-color 0.2s}.footer-social-icon:hover{color:var(--gold);border-color:var(--gold)}.footer-brand{font-family:'Cormorant Garamond',serif;font-size:18px;color:var(--gold-pale);letter-spacing:.06em;line-height:1.3}.footer-brand span{display:block;font-family:'Jost',sans-serif;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-light);margin-top:4px;font-weight:400}.footer-desc{font-size:13px;color:rgb(240 230 211 / .45);line-height:1.7;max-width:260px;margin-top:12px}.footer-col h4{font-family:'Jost',sans-serif;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);font-weight:500;margin-bottom:16px}.footer-col a{display:block;font-size:13px;color:rgb(240 230 211 / .6);text-decoration:none;margin-bottom:8px;transition:color 0.2s}.footer-col a:hover{color:var(--gold-light)}.footer-hours{font-size:12px;opacity:.5;margin-top:4px;color:rgb(240 230 211 / .6)}.footer-media-desc{font-size:12px;line-height:1.7;opacity:.55;margin-bottom:10px;color:rgb(240 230 211 / .6)}.footer-topics{font-size:11px;opacity:.4;margin-top:8px;color:rgb(240 230 211 / .6)}.footer-bottom{border-top:1px solid rgb(184 149 90 / .15);padding:20px 5%;max-width:var(--container);margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.footer-bottom span{font-size:11px;color:rgb(240 230 211 / .3);letter-spacing:.06em}.sticky-mobile-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:99;background:#0A1628;border-top:1px solid rgb(184 149 90 / .3);padding:12px 16px;gap:12px}.sticky-phone{display:flex;align-items:center;gap:8px;color:var(--gold-pale);font-size:13px;text-decoration:none;flex:1}.sticky-cta{background:var(--gold);color:#0A1628;padding:10px 20px;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;white-space:nowrap}.method-step,.segment-card,.price-card,.prel-card{opacity:0;transform:translateY(20px);transition:opacity 0.7s ease,transform 0.7s ease}.method-step.is-visible,.segment-card.is-visible,.price-card.is-visible,.prel-card.is-visible{opacity:1;transform:translateY(0)}@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-up{opacity:0;animation:fadeUp 0.8s ease forwards}.delay-1{animation-delay:0.15s}.delay-2{animation-delay:0.3s}.delay-3{animation-delay:0.45s}.delay-4{animation-delay:0.6s}@media (max-width:1024px){.method-grid{grid-template-columns:repeat(2,1fr);gap:4px}.cennik-grid{grid-template-columns:repeat(3,1fr);gap:0}.footer-top{grid-template-columns:1fr 1fr}.efekty-grid{grid-template-columns:repeat(2,1fr)}.artykuly-grid{grid-template-columns:repeat(2,1fr)}.media-row{grid-template-columns:160px 1fr auto;gap:20px}}@media (max-width:768px){body,html{overflow-x:hidden}.hero{grid-template-columns:1fr;min-height:auto;padding:60px 20px 40px;overflow:visible}.hero-spacer{display:none}.hero-session-col{padding:40px 0 60px}.hero-session-card{max-width:none}.hero-title{font-size:clamp(22px, 7vw, 32px)}.hero-stats{flex-wrap:wrap;gap:16px}.hero-stat-divider{display:none}.hero-cta-group{flex-direction:column;align-items:flex-start}.hero-credentials{display:none}.longevity-strip{padding:32px 20px}.longevity-strip-inner{flex-direction:column;gap:24px}.longevity-item{padding:0 8px;max-width:100%}.longevity-item .num,.longevity-item .num.longevity-italic{overflow-wrap:break-word}.longevity-divider{display:none}.omnie-grid{grid-template-columns:1fr;gap:40px}.omnie-image-col{order:-1}.historia-block{grid-template-columns:48px 1fr;gap:16px}.method-grid{grid-template-columns:1fr;gap:2px}.section-longevity{grid-template-columns:1fr;padding:60px 20px;gap:48px}.longevity-visual{width:100%;overflow:visible}.longevity-circle-outer{width:260px;height:260px;max-width:calc(100vw - 80px)}.longevity-circle-inner{width:160px;height:160px}.big-num{font-size:36px}.longevity-orbit{font-size:9px;padding:4px 7px;letter-spacing:.08em}.prelekcje-inner{grid-template-columns:1fr;gap:40px}.prelekcje-topics{grid-template-columns:1fr}.prelekcje-grid{grid-template-columns:1fr}.segmenty-grid{grid-template-columns:1fr;gap:2px}.btn-segment{width:100%}.artykuly-grid{grid-template-columns:1fr}.media-row{grid-template-columns:1fr;gap:8px}.media-row-cta{display:none}.social-grid{grid-template-columns:1fr}.efekty-grid{grid-template-columns:1fr;gap:2px}.opinie-grid{grid-template-columns:1fr}.formularz-inner{grid-template-columns:1fr;gap:40px}.section-formularz .form-row{grid-template-columns:1fr}.cennik-grid{grid-template-columns:1fr;gap:2px}.price-card--single{max-width:100%}.btn-price-cta{width:100%}.footer-top{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;text-align:center}.nav-phone{display:none}nav{padding:0 16px;height:60px}.nav-logo{padding:5px 10px;border:1px solid rgb(240 230 211 / .2)}.nav-logo-name{font-size:13px!important;letter-spacing:.1em}.nav-logo-sub{display:none}.nav-right{gap:10px}.nav-link-rezerv{font-size:10px;letter-spacing:.1em}.nav-cta{padding:8px 14px;font-size:10px;letter-spacing:.1em}.section-omnie,.section-historia,.section-metoda,.section-prelekcje,.section-segmenty,.section-artykuly,.section-media,.section-social,.section-opinie,.section-formularz,.section-efekty,.section-cennik{padding:60px 20px}.section-header{margin-bottom:40px}.historia-inner{padding:0}.formularz-inner{padding:0}.opinia-card{padding:32px 24px}.booking-contact{padding-top:36px}.booking-contact-cols{flex-direction:column;gap:28px}.booking-contact-col{width:100%;max-width:100%}.booking-contact-divider{width:60px;height:1px}.booking-contact-action,.booking-contact-action--primary{font-size:16px;overflow-wrap:anywhere;word-break:break-word;max-width:100%}.booking-contact-links{font-size:15px;flex-direction:column;gap:4px;width:100%}.cennik-grid{padding:0}.social-grid{padding:0}.sticky-mobile-bar{display:flex}body{padding-bottom:64px}.container,.omnie-grid,.prelekcje-inner,.formularz-inner,.cennik-wrap{padding-left:20px;padding-right:20px}}@media (max-width:480px){.hero-cta-group{flex-direction:column;align-items:flex-start}.nav-logo-name{font-size:11px!important;letter-spacing:.08em}.section-title{font-size:clamp(28px, 8vw, 40px)}.longevity-item--single .num.longevity-italic{font-size:clamp(28px, 9vw, 44px)}.section-longevity{padding:48px 20px}.longevity-circle-outer{width:240px;height:240px;max-width:calc(100vw - 56px)}.longevity-circle-inner{width:148px;height:148px}.longevity-orbit{font-size:8px;padding:3px 6px;letter-spacing:.06em}.booking-contact-action,.booking-contact-action--primary{font-size:15px}}.nav-link-blog{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-light);text-decoration:none;font-weight:400;border-bottom:1px solid rgb(212 180 131 / .4);padding-bottom:2px;transition:color 0.2s,border-color 0.2s}.nav-link-blog:hover{color:#fff;border-color:#fff}.blog-main{padding-top:var(--nav-height)}.blog-hero{padding:80px 0 60px;background:var(--navy);text-align:center}.blog-eyebrow{justify-content:center;color:var(--gold-light);margin-bottom:20px}.blog-eyebrow .eyebrow-line{display:block;width:32px;height:1px;background:var(--gold);flex-shrink:0}.blog-hero-title{font-family:'Cormorant Garamond',serif;font-size:clamp(36px, 5vw, 60px);font-weight:400;color:#fff;line-height:1.15;margin-bottom:20px}.blog-hero-lead{font-size:16px;color:rgb(255 255 255 / .7);max-width:600px;margin:0 auto;line-height:1.8}.text-gold{color:var(--gold)}.blog-archive{padding:80px 0 100px;background:var(--cream)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:60px}.blog-grid--3{grid-template-columns:repeat(3,1fr)}.blog-card{background:#fff;border:1px solid var(--border);border-top:3px solid var(--gold);display:flex;flex-direction:column;transition:background 0.3s}.blog-card:hover{background:var(--pearl-deep)}.blog-card-thumb{display:block;overflow:hidden;aspect-ratio:16/9}.blog-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s}.blog-card:hover .blog-card-thumb img{transform:scale(1.04)}.blog-card-body{padding:28px 28px 32px;display:flex;flex-direction:column;flex:1;gap:12px}.blog-card-meta{display:flex;align-items:center;gap:12px}.blog-card-cat{display:none}.blog-card-date{font-size:12px;color:var(--text-muted)}.blog-card-title{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:400;line-height:1.3;color:var(--text-primary)}.blog-card-title a{text-decoration:none;color:inherit;transition:color 0.2s}.blog-card-title a:hover{color:var(--gold)}.blog-card-title--sm{font-size:18px}.blog-card-excerpt{font-size:14px;color:var(--text-mid);line-height:1.8;flex:1}.blog-card-excerpt p{margin:0}.blog-card-link{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);text-decoration:none;font-weight:500;transition:color 0.2s;margin-top:auto}.blog-card-link:hover{color:var(--text-primary)}.blog-empty{text-align:center;padding:80px 0;max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px}.blog-empty-title{font-family:'Cormorant Garamond',serif;font-size:clamp(32px, 4vw, 48px);font-weight:400;line-height:1.2;color:var(--text-primary)}.blog-empty-lead{font-size:16px;color:var(--text-mid);line-height:1.8}.blog-pagination{display:flex;justify-content:center}.blog-pagination .nav-links{display:flex;gap:8px;align-items:center}.blog-pagination .page-numbers{font-size:12px;letter-spacing:.1em;padding:10px 16px;border:1px solid var(--border);color:var(--text-mid);text-decoration:none;transition:all 0.2s}.blog-pagination .page-numbers.current,.blog-pagination .page-numbers:hover{background:var(--gold);color:#fff;border-color:var(--gold)}.single-main{padding-top:var(--nav-height)}.single-hero{padding:80px 0 60px;background:var(--navy);text-align:center}.single-meta{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.single-cat{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold);padding:3px 12px}.single-date,.single-read{font-size:12px;color:rgb(255 255 255 / .5)}.single-title{font-family:'Cormorant Garamond',serif;font-size:clamp(32px, 5vw, 56px);font-weight:400;color:#fff;line-height:1.15;margin-bottom:24px;max-width:800px;margin-left:auto;margin-right:auto}.single-lead{font-size:18px;color:rgb(255 255 255 / .75);line-height:1.8;margin-bottom:32px;font-style:italic;font-family:'Cormorant Garamond',serif}.single-author{display:flex;justify-content:center}.single-author-info{display:flex;flex-direction:column;gap:2px}.single-author-name{font-size:13px;color:rgb(255 255 255 / .9);font-weight:500}.single-author-role{font-size:11px;color:var(--gold-light);letter-spacing:.08em}.single-thumb{background:var(--navy);padding-bottom:60px}.single-thumb-img{width:100%;max-width:var(--container-narrow);max-height:520px;object-fit:contain;display:block;margin:0 auto}.single-content{padding:80px 0;background:var(--cream)}.single-body{font-size:17px;line-height:1.9;color:var(--text-mid)}.single-body h2{font-family:'Cormorant Garamond',serif;font-size:clamp(24px, 3vw, 36px);color:var(--text-primary);margin:48px 0 20px;font-weight:400}.single-body h3{font-family:'Cormorant Garamond',serif;font-size:clamp(20px, 2.5vw, 28px);color:var(--text-primary);margin:36px 0 16px;font-weight:400}.single-body p{margin-bottom:24px}.single-body strong{color:var(--text-primary);font-weight:600}.single-body a{color:var(--gold);text-decoration:underline;text-decoration-color:#fff0;transition:text-decoration-color 0.2s}.single-body a:hover{text-decoration-color:var(--gold)}.single-body ul,.single-body ol{padding-left:24px;margin-bottom:24px}.single-body li{margin-bottom:8px}.single-body blockquote{border-left:3px solid var(--gold);margin:40px 0;padding:20px 32px;background:var(--pearl);font-family:'Cormorant Garamond',serif;font-size:22px;font-style:italic;color:var(--text-primary);line-height:1.6}.single-body img{width:100%;height:auto;margin:32px 0}.single-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:48px;padding-top:32px;border-top:1px solid var(--border)}.single-tag{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);border:1px solid var(--border);padding:4px 12px;text-decoration:none;transition:all 0.2s}.single-tag:hover{color:var(--gold);border-color:var(--gold)}.single-cta{padding:80px 0;background:var(--navy-pale);text-align:center}.single-cta-title{font-family:'Cormorant Garamond',serif;font-size:clamp(28px, 4vw, 44px);font-weight:400;color:var(--text-primary);line-height:1.2;margin:16px 0 12px}.single-cta-lead{font-size:15px;color:var(--text-mid);margin-bottom:32px}.single-more{padding:80px 0 100px;background:var(--cream)}.single-more-title{font-family:'Cormorant Garamond',serif;font-size:32px;font-weight:400;color:var(--text-primary);margin-bottom:40px;text-align:center}@media (max-width:1024px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.blog-grid,.blog-grid--3{grid-template-columns:1fr}.blog-hero{padding:60px 20px 40px}.single-hero{padding:60px 20px 40px}.single-content{padding:60px 20px}.single-cta{padding:60px 20px}.single-more{padding:60px 20px 80px}.single-body{font-size:16px}}.section-omnie .section-eyebrow,.section-metoda .section-eyebrow,.section-longevity .section-eyebrow,.section-segmenty .section-eyebrow,.section-prelekcje .section-eyebrow,.section-media .section-eyebrow,.section-social .section-eyebrow,.section-opinie .section-eyebrow,.section-efekty .section-eyebrow,.section-formularz .section-eyebrow,.section-cennik .section-eyebrow{display:flex;align-items:center;gap:14px;font-size:13px;letter-spacing:.22em;font-weight:500;text-transform:uppercase}.section-omnie .section-eyebrow::before,.section-metoda .section-eyebrow::before,.section-longevity .section-eyebrow::before,.section-segmenty .section-eyebrow::before,.section-prelekcje .section-eyebrow::before,.section-media .section-eyebrow::before,.section-social .section-eyebrow::before,.section-opinie .section-eyebrow::before,.section-efekty .section-eyebrow::before,.section-formularz .section-eyebrow::before,.section-cennik .section-eyebrow::before{content:'';display:block;width:32px;height:1px;background:currentColor;flex-shrink:0}