@charset "UTF-8";.phone-input{display:flex;align-items:stretch;width:100%}.phone-input__country{display:flex;align-items:center;gap:.25rem;padding:0 .5rem 0 .75rem;background:var(--theme-secondary-bg-color);border:1px solid var(--theme-hint-color);border-right:none;border-radius:.5rem 0 0 .5rem;cursor:pointer;position:relative;white-space:nowrap;flex-shrink:0}.phone-input__select{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:1}.phone-input__flag{width:20px;height:14px;border-radius:2px;object-fit:cover;flex-shrink:0}.phone-input__code{font-size:.875rem;font-weight:500;color:var(--theme-text-color)}.phone-input__arrow{font-size:8px;color:var(--theme-hint-color);margin-left:.25rem}.phone-input__input{flex:1;min-width:0;padding:.75rem;border:1px solid var(--theme-hint-color);border-radius:0 .5rem .5rem 0;background:var(--theme-secondary-bg-color);color:var(--theme-text-color);font-size:1rem;transition:border-color .25s cubic-bezier(.4,0,.2,1)}.phone-input__input:focus{outline:none;border-color:var(--theme-primary-color)}.phone-input__input::placeholder{color:var(--theme-hint-color)}.phone-input--error .phone-input__country,.phone-input--error .phone-input__input{border-color:var(--theme-error-color)}.reviews-section{padding:2rem 1.5rem;max-width:800px;margin:0 auto;border-top:1px solid rgba(0,0,0,.08)}.reviews-section__title{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;color:var(--theme-text);text-align:center}@media(max-width:767px){.reviews-section__title{font-size:1.25rem}}.reviews-section__summary{display:flex;gap:2rem;align-items:flex-start;margin-bottom:2rem}@media(max-width:767px){.reviews-section__summary{flex-direction:column;align-items:center;gap:1.5rem}}.reviews-section__overall{display:flex;flex-direction:column;align-items:center;min-width:120px;flex-shrink:0}.reviews-section__avg{font-size:3rem;font-weight:700;line-height:1;color:var(--theme-text)}.reviews-section__stars{display:inline-flex;gap:2px;color:var(--theme-primary, #ff6b6b);margin:.5rem 0}.reviews-section__count{font-size:.875rem;color:#999}.reviews-section__distribution{flex:1;width:100%;display:flex;flex-direction:column;gap:6px}.reviews-section__bar-row{display:flex;align-items:center;gap:6px;font-size:.875rem;color:var(--theme-text, #4a5568)}.reviews-section__bar-label{width:12px;text-align:right;font-weight:600;flex-shrink:0}.reviews-section__bar-row svg{color:var(--theme-primary, #ff6b6b);flex-shrink:0}.reviews-section__bar-track{flex:1;height:8px;background:#0000000f;border-radius:4px;overflow:hidden}.reviews-section__bar-fill{height:100%;background:var(--theme-primary, #ff6b6b);border-radius:4px;transition:width .3s ease}.reviews-section__bar-count{width:24px;text-align:right;font-size:.8rem;color:#999;flex-shrink:0}.reviews-section__list{display:flex;flex-direction:column;gap:1rem}.reviews-section__card{padding:1rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.06)}.reviews-section__card:last-child{border-bottom:none}.reviews-section__card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.reviews-section__card-date{font-size:.8rem;color:#999}.reviews-section__card-text{margin:0;font-size:.95rem;line-height:1.6;color:var(--theme-text, #4a5568)}.course-group-picker{width:100%}.course-group-picker__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.course-group-picker__card{border:1px solid var(--theme-border-color, #e5e7eb);border-radius:12px;transition:border-color .12s ease,transform .12s ease}.course-group-picker__card.is-selected{border-color:var(--theme-primary-color, #2563eb);box-shadow:0 0 0 2px var(--theme-primary-color, #2563eb) inset}.course-group-picker__card.is-disabled{opacity:.55}.course-group-picker__card-button{width:100%;background:transparent;border:0;padding:14px 16px;text-align:left;cursor:pointer;display:block}.course-group-picker__card-button[disabled]{cursor:not-allowed}.course-group-picker__card-title{font-weight:600;font-size:15px;margin-bottom:6px;color:var(--theme-text-color, #111827)}.course-group-picker__card-line{font-size:13px;color:var(--theme-text-color-muted, #6b7280);margin-top:2px}.course-group-picker__card-seats{margin-top:8px;font-weight:500}.course-group-picker__loading,.course-group-picker__empty,.course-group-picker__error{padding:14px;color:var(--theme-text-color-muted, #6b7280);font-size:14px}.course-group-picker__error{color:var(--theme-error-color, #b91c1c)}@keyframes skeleton-shimmer{to{transform:translate(100%)}}.product-page{min-height:100vh;background:var(--theme-background, #faf8f3);color:var(--theme-text);max-width:1200px;margin:0 auto}.product-page__not-found{padding:2rem;text-align:center;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.product-page__not-found h1{font-size:2rem;margin-bottom:1rem}.product-page__not-found p{font-size:1.125rem;color:var(--theme-text-muted)}.product-page__header{padding:1rem 1.5rem;border-bottom:1px solid var(--theme-border)}.product-page__back{display:inline-flex;align-items:center;gap:.5rem;color:var(--theme-text);text-decoration:none;font-size:.95rem;font-weight:500;transition:all .2s ease}.product-page__back:hover{color:var(--theme-primary, #ff6b6b);transform:translate(-2px)}.product-page__back svg{stroke:currentColor}.product-page__hero{padding:2rem 1.5rem 0;max-width:800px;margin:0 auto}.product-page__cover{position:relative;width:100%;max-width:320px;margin:0 auto 1.25rem;aspect-ratio:1;border-radius:16px;overflow:hidden;background:var(--theme-secondary, #f8f9fa);display:flex;align-items:center;justify-content:center}.product-page__cover img{width:100%;height:100%;object-fit:cover}.product-page__emoji{font-size:8rem;line-height:1}.product-page__hero-content{text-align:center}.product-page__title{font-size:2rem;font-weight:700;margin:0 0 1rem;line-height:1.2}@media(max-width:767.9px){.product-page__title{font-size:1.75rem}}.product-page__product-name{margin:0 0 .625rem;color:var(--theme-primary, #ff6b6b);font-size:.875rem;font-weight:700;line-height:1.3}.product-page__subheadline{max-width:620px;margin:0 auto;color:var(--theme-text-muted);font-size:1.125rem;line-height:1.55}@media(max-width:767.9px){.product-page__subheadline{font-size:1rem}}.product-page__benefits{padding:2.75rem 1.5rem 2rem;max-width:960px;margin:0 auto}@media(max-width:767.9px){.product-page__benefits{padding:2rem 1.5rem 1.5rem}}.product-page__benefits-title{max-width:680px;margin:0 auto 1.5rem;text-align:center;font-size:1.75rem;font-weight:700;line-height:1.25}.product-page__benefits-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media(max-width:767.9px){.product-page__benefits-grid{grid-template-columns:1fr}}.product-page__benefit-card{min-width:0;padding:1.5rem;background:var(--theme-surface, #fff);border:1px solid var(--theme-border);border-radius:16px;box-shadow:var(--theme-shadow-sm)}.product-page__benefit-icon{width:48px;height:48px;margin-bottom:1rem;display:inline-flex;align-items:center;justify-content:center;color:var(--theme-primary, #ff6b6b);background:var(--theme-primary-soft);border-radius:14px}.product-page__benefit-title{margin:0 0 .5rem;color:var(--theme-text);font-size:1.125rem;font-weight:700;line-height:1.3}.product-page__benefit-description{margin:0;color:var(--theme-text-muted);font-size:.95rem;line-height:1.55}.product-page__description{font-size:1.125rem;line-height:1.6;color:var(--theme-text, #4a5568);max-width:600px;margin:0 auto;padding:0 1.5rem 1.5rem}@media(max-width:767.9px){.product-page__description{font-size:1rem}}.product-page__booking{padding:2rem 1.5rem;max-width:900px;margin:0 auto}@media(min-width:768px){.product-page__booking{padding:3rem 2rem}}.product-page__booking-details{padding:2rem 1.5rem;max-width:500px;margin:0 auto}.product-page__booking-details h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center;color:var(--theme-text)}.product-page__pricing{padding:2rem 1.5rem;text-align:center;max-width:500px;margin:0 auto}@media(max-width:767.9px){.product-page__pricing--sticky{position:sticky;bottom:0;background:var(--theme-background, #faf8f3);padding:1rem 1.5rem 1.5rem;margin:0;max-width:100%;z-index:10}}@media(max-width:767.9px){.product-page__pricing--stuck{box-shadow:var(--theme-shadow-md)}}.product-page__price-tag{margin-bottom:1.5rem}.product-page__price{font-size:2.5rem;font-weight:700;color:var(--theme-text);display:inline-block}.product-page__price--free{color:var(--theme-primary, #ff6b6b)}@media(max-width:767.9px){.product-page__price{font-size:2rem}}.product-page__error{margin-bottom:1rem;padding:.75rem 1rem;background:#fee;color:#c33;border-radius:8px;font-size:.95rem;text-align:center}.product-page__slot-taken{margin-bottom:1rem;padding:.75rem 1rem;background:#fff7e6;color:#ad6800;border:1px solid #ffd591;border-radius:8px;font-size:.95rem;text-align:center}.product-page__purchased{width:100%;padding:1rem 2rem;background:#e8f5e9;color:#2e7d32;border:2px solid #4caf50;border-radius:12px;font-size:1.125rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem}.product-page__purchased svg{stroke:currentColor}.product-page__loading{display:flex;justify-content:center;padding:1rem 0}.product-page__spinner{width:24px;height:24px;border:3px solid var(--theme-border);border-left-color:var(--theme-primary, #ff6b6b);border-radius:50%;animation:product-spin .8s linear infinite}@keyframes product-spin{to{transform:rotate(360deg)}}.product-page__email-field{width:100%;margin-bottom:12px}.product-page__selected-slot{width:100%;padding:12px 14px;background:var(--theme-primary-soft);border:1px solid var(--theme-border);border-radius:8px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.product-page__selected-slot-label{font-size:13px;color:var(--theme-text-subtle);font-weight:500;margin-right:6px}.product-page__selected-slot-time{font-size:14px;font-weight:500;color:var(--theme-text, #333);flex:1}.product-page__change-slot-btn{padding:6px 12px;background:transparent;border:1px solid rgba(0,0,0,.15);border-radius:6px;color:var(--theme-text, #333);font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit;white-space:nowrap}.product-page__change-slot-btn:hover{background:#0000000a;border-color:#0003}.product-page__change-slot-btn:active{background:#0000000f}.product-page__booking-form{width:100%;display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.product-page__form-input,.product-page__email-input{width:100%;padding:14px 16px;border:2px solid var(--theme-border);border-radius:12px;font-size:16px;font-family:inherit;background:#fff;color:var(--theme-text, #333);outline:none;transition:border-color .2s ease;box-sizing:border-box}.product-page__form-input:focus,.product-page__email-input:focus{border-color:var(--theme-primary, #ff6b6b)}.product-page__form-input::placeholder,.product-page__email-input::placeholder{color:#0006}.product-page__form-input:disabled,.product-page__email-input:disabled{background:#0000000d;color:#0009;cursor:not-allowed}.product-page .phone-input__country,.product-page .phone-input__input{border:2px solid var(--theme-border);background:#fff;color:var(--theme-text, #333);font-size:16px;transition:border-color .2s ease}.product-page .phone-input__country{display:flex;align-items:center;gap:6px;border-right:none;border-radius:12px 0 0 12px;padding:0 12px;position:relative;cursor:pointer;white-space:nowrap;flex-shrink:0}.product-page .phone-input__select{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:1}.product-page .phone-input__flag{width:20px;height:14px;border-radius:2px;object-fit:cover;flex-shrink:0}.product-page .phone-input__input{padding:14px 16px;border-radius:0 12px 12px 0}.product-page .phone-input__input:focus{border-color:var(--theme-primary, #ff6b6b)}.product-page .phone-input__input::placeholder{color:#0006}.product-page .phone-input__code{font-size:15px;color:var(--theme-text, #333)}.product-page .phone-input__arrow{font-size:10px;color:#00000080}.product-page__form-textarea{width:100%;padding:14px 16px;border:2px solid var(--theme-border);border-radius:12px;font-size:16px;font-family:inherit;background:#fff;color:var(--theme-text, #333);outline:none;transition:border-color .2s ease;box-sizing:border-box;resize:vertical;min-height:80px}.product-page__form-textarea:focus{border-color:var(--theme-primary, #ff6b6b)}.product-page__form-textarea::placeholder{color:#0006}.product-page__form-textarea::placeholder{color:#999}.product-page__email-hint{font-size:13px;color:#999;margin:8px 0 0;line-height:1.4}.product-page__email-error{font-size:14px;color:#f44336;margin:6px 0 0}.product-page__cta{display:block;width:100%;padding:1rem 2rem;background:var(--theme-primary, #ff6b6b);color:#fff;border:none;border-radius:12px;font-family:inherit;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center;text-decoration:none}.product-page__cta:hover:not(:disabled){opacity:.9;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.product-page__cta:active:not(:disabled){transform:translateY(0)}.product-page__cta:disabled{opacity:.6;cursor:not-allowed}.product-page__cta--purchased{background:var(--theme-secondary, #4ecdc4)}.product-page__signin-hint{display:block;margin-top:.75rem;text-align:center;font-size:.875rem;color:#718096;text-decoration:underline}.product-page__signin-hint:hover{color:#4a5568}.product-page__content{padding:3rem 1.5rem;max-width:900px;margin:0 auto}.product-page__section-title{font-size:1.5rem;font-weight:700;margin:0 0 2rem;text-align:center}@media(max-width:767.9px){.product-page__section-title{font-size:1.25rem}}.product-page__categories{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.product-page__placeholder{text-align:center;padding:3rem 1.5rem;background:var(--theme-secondary, #f8f9fa);border-radius:12px;color:#999}.product-page__placeholder p{margin:0;font-size:1rem}.product-page__footer{padding:3rem 1.5rem 2rem;border-top:1px solid var(--theme-border);max-width:800px;margin:0 auto}.product-page__author{display:flex;align-items:center;gap:1rem}.product-page__author-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover}.product-page__author-info{display:flex;flex-direction:column;gap:.25rem}.product-page__author-label{font-size:.875rem;color:#999}.product-page__author-name{font-size:1rem;font-weight:600;color:var(--theme-text)}.product-page__scroll-cta{position:fixed;bottom:0;left:0;right:0;padding:1rem 1.5rem 1.5rem;background:var(--theme-background, #faf8f3);box-shadow:0 -4px 16px var(--theme-border);z-index:10;animation:scroll-cta-in .2s ease}.product-page__scroll-cta-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem 2rem;background:var(--theme-primary, #ff6b6b);color:#fff;border:none;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;font-family:inherit;min-height:56px}.product-page__spinner--white{border-color:#fff6;border-left-color:#fff}@keyframes scroll-cta-in{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.category-card{background:var(--theme-secondary, #f8f9fa);border-radius:12px;padding:1.5rem;transition:all .2s ease}.category-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px var(--theme-border)}.category-card__title{font-size:1.125rem;font-weight:600;margin:0 0 .5rem;color:var(--theme-text)}.category-card__count{font-size:.95rem;color:#666;margin:0}.category-card__personal-price{margin:0 0 1rem;padding:1rem 1.25rem;border-radius:12px;background:var(--theme-personal-price-bg, #fff8e6);border:1px solid var(--theme-personal-price-border, #f0d99c)}.category-card__personal-price-headline{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#b8860b;margin-bottom:.5rem}.category-card__personal-price-row{display:flex;align-items:baseline;gap:.75rem;margin-bottom:.5rem}.category-card__personal-price-base{font-size:1rem;color:#999;text-decoration:line-through}.category-card__personal-price-current{font-size:1.5rem;font-weight:700;color:var(--theme-primary, #2e7d32)}.category-card__personal-price-countdown{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#666}.category-card__personal-price-countdown-label{text-transform:uppercase;letter-spacing:.04em}.category-card__personal-price-countdown-value{font-variant-numeric:tabular-nums;font-weight:600;color:#d35400}.product-page__consent{display:flex;align-items:flex-start;gap:8px;margin-top:10px;font-size:.8rem;line-height:1.4;color:#6b7280;cursor:pointer}.product-page__consent input{margin-top:2px;flex-shrink:0}
