:root{--fitf-fire-orange:#D94E1F;--fitf-fire-orange-light:#E8762D;--fitf-forest-teal:#1E7575;--fitf-forest-teal-light:#279393;--fitf-charcoal:#2D3436;--fitf-night:#05031B;--fitf-cream:#F5F0EB;--fitf-cream-dark:#E8E0D8;--fitf-earth:#8B7355;--fitf-air:#87CEEB;--fitf-fire:#D94E1F;--fitf-water:#1E7575;--fitf-font-display:'Bobby Jones',serif;--fitf-font-body:'Montserrat',sans-serif;--fitf-space-xs:0.25rem;--fitf-space-sm:0.5rem;--fitf-space-md:1rem;--fitf-space-lg:1.5rem;--fitf-space-xl:2rem;--fitf-space-2xl:3rem;--fitf-radius-sm:4px;--fitf-radius-md:8px;--fitf-radius-lg:12px;--fitf-radius-full:9999px;--fitf-shadow-sm:0 1px 2px rgba(0, 0, 0, 0.05);--fitf-shadow-md:0 4px 6px rgba(0, 0, 0, 0.1);--fitf-shadow-lg:0 10px 15px rgba(0, 0, 0, 0.15);--fitf-shadow-glow:0 0 20px rgba(217, 78, 31, 0.3);--fitf-transition-fast:150ms ease;--fitf-transition-normal:250ms ease;--fitf-transition-slow:400ms ease}.fitf-wizard-page{position:relative;width:100%;background:#f8f8f8}.fitf-wizard-page>.container{display:flex;justify-content:center;padding:var(--fitf-space-2xl) 0 4rem}.fitf-wizard-page>.container>.wrapper{position:relative;width:100%;max-width:1200px;padding:0 var(--fitf-space-lg)}.fitf-wizard{font-family:var(--fitf-font-body);font-size:1.1rem;line-height:1.6;max-width:1200px;margin:0 auto;padding:var(--fitf-space-xl);background:var(--fitf-cream);border-radius:var(--fitf-radius-lg);box-shadow:var(--fitf-shadow-lg);margin-top:25px;margin-bottom:25px}.fitf-wizard *,.fitf-wizard ::after,.fitf-wizard ::before{box-sizing:border-box}.fitf-wizard.is-loading{pointer-events:none;opacity:.7}.fitf-wizard h1,.fitf-wizard h2,.fitf-wizard h3,.fitf-wizard h4,.fitf-wizard h5,.fitf-wizard h6{font-family:var(--fitf-font-display);margin:0 0 var(--fitf-space-md);line-height:1.2}.fitf-wizard a,.fitf-wizard button,.fitf-wizard input,.fitf-wizard label,.fitf-wizard p,.fitf-wizard span,.fitf-wizard textarea{font-family:var(--fitf-font-body)}.fitf-wizard__header{margin-bottom:var(--fitf-space-2xl)}.fitf-wizard__steps{display:flex;justify-content:space-between;position:relative;padding:0;margin:0;list-style:none}.fitf-wizard__steps::before{content:'';position:absolute;top:20px;left:50px;right:50px;height:2px;background:var(--fitf-cream-dark);z-index:0}.fitf-wizard__step-item{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1;cursor:pointer;transition:var(--fitf-transition-normal)}.fitf-wizard__step-item:not(.completed):not(.active){cursor:not-allowed;opacity:.5}.fitf-wizard__step-number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--fitf-cream-dark);border:2px solid var(--fitf-cream-dark);border-radius:var(--fitf-radius-full);font-family:var(--fitf-font-display);font-weight:600;font-size:1.6rem;color:var(--fitf-charcoal);transition:var(--fitf-transition-normal)}.fitf-wizard__step-item.active .fitf-wizard__step-number{background:var(--fitf-fire-orange);border-color:var(--fitf-fire-orange);color:#fff;box-shadow:var(--fitf-shadow-glow)}.fitf-wizard__step-item.completed .fitf-wizard__step-number{background:var(--fitf-forest-teal);border-color:var(--fitf-forest-teal);color:#fff}.fitf-wizard__step-item.completed .fitf-wizard__step-number::after{content:'✓'}.fitf-wizard__step-label{margin-top:var(--fitf-space-sm);font-size:.875rem;font-weight:500;color:var(--fitf-charcoal);text-align:center}.fitf-wizard__step-item.active .fitf-wizard__step-label{color:var(--fitf-fire-orange);font-weight:600}.fitf-wizard__progress{height:4px;background:var(--fitf-cream-dark);border-radius:var(--fitf-radius-full);margin-top:var(--fitf-space-lg);overflow:hidden}.fitf-wizard__progress-fill{height:100%;background:linear-gradient(90deg,var(--fitf-fire-orange),var(--fitf-fire-orange-light));border-radius:var(--fitf-radius-full);transition:width var(--fitf-transition-slow)}.fitf-wizard__body{display:flex;gap:var(--fitf-space-xl)}.fitf-wizard__main{flex:1;min-width:0}.fitf-wizard__sidebar{width:280px;flex-shrink:0}.fitf-wizard__step{display:none}.fitf-wizard__step.active{display:block}.fitf-wizard__step-content{display:block}.fitf-wizard__step.active .fitf-wizard__step-content{display:block}.fitf-wizard__step-content.active{display:block;animation:fadeIn var(--fitf-transition-normal)}.fitf-wizard__step-content.fade-out{animation:fadeOut var(--fitf-transition-fast)}.fitf-wizard__step-content.fade-in{animation:fadeIn var(--fitf-transition-normal)}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fitf-wizard__step-content h2{font-family:var(--fitf-font-display);font-size:1.75rem;font-weight:600;color:var(--fitf-charcoal);margin:0 0 var(--fitf-space-sm) 0;text-transform:uppercase;letter-spacing:.02em}.fitf-wizard__step-content>p{color:#666;margin:0 0 var(--fitf-space-xl) 0;font-size:1.15rem;line-height:1.6}.fitf-wizard__addons-grid,.fitf-wizard__experiences-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:var(--fitf-space-xl)}.fitf-product-card{position:relative;background:#fff;border-radius:var(--fitf-radius-lg);overflow:hidden;cursor:pointer;transition:var(--fitf-transition-normal);border:3px solid transparent;box-shadow:var(--fitf-shadow-sm);padding:var(--fitf-space-xl)}.fitf-product-card:hover{transform:translateY(-4px);box-shadow:var(--fitf-shadow-lg)}.fitf-product-card.selected{border-color:var(--fitf-fire-orange);box-shadow:var(--fitf-shadow-glow)}.fitf-product-card.out-of-stock{opacity:.6;cursor:not-allowed}.fitf-product-card.out-of-stock:hover{transform:none}.fitf-product-card__image{display:none}.fitf-product-card__no-image{display:none}.fitf-product-card__content{padding:0}.fitf-product-card__title{font-family:var(--fitf-font-display);font-size:2rem;font-weight:600;color:var(--fitf-charcoal);margin:0 0 var(--fitf-space-md) 0;text-transform:uppercase;line-height:1.2}.fitf-product-card__price{font-size:2rem;font-weight:700;color:var(--fitf-fire-orange);margin-bottom:var(--fitf-space-md)}.fitf-product-card__desc{font-size:1.5rem;color:#555;margin:0 0 var(--fitf-space-lg) 0;line-height:1.6}.fitf-product-card__stock{font-size:1.1rem;font-weight:500}.fitf-product-card__stock .in-stock{color:var(--fitf-forest-teal)}.fitf-product-card__stock .out-of-stock{color:#dc3545}.fitf-product-card__actions{margin-top:var(--fitf-space-md);padding-top:var(--fitf-space-md);border-top:1px solid var(--fitf-cream-dark)}.fitf-product-card__quantity{display:flex;align-items:center;justify-content:center;gap:var(--fitf-space-sm)}.fitf-ticket-qty-btn{width:44px;height:44px;border:2px solid var(--fitf-night);background:#fff;color:var(--fitf-night);font-size:1.5rem;font-weight:700;border-radius:var(--fitf-radius-sm);cursor:pointer;transition:var(--fitf-transition-normal);display:flex;align-items:center;justify-content:center}.fitf-ticket-qty-btn:hover:not(:disabled){background:var(--fitf-night);color:#fff}.fitf-ticket-qty-btn:disabled{opacity:.5;cursor:not-allowed}.fitf-ticket-qty-input{width:60px;height:44px;text-align:center;font-size:1.4rem;font-weight:600;font-family:var(--fitf-font-body);border:2px solid var(--fitf-cream-dark);border-radius:var(--fitf-radius-sm);background:var(--fitf-cream)}.fitf-product-card.selected{border-color:var(--fitf-fire-orange);box-shadow:0 4px 20px rgba(217,78,31,.25)}.fitf-product-card.selected .fitf-ticket-qty-input{border-color:var(--fitf-fire-orange);background:#fff}.fitf-element--earth .fitf-product-card__content::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--fitf-earth)}.fitf-element--air .fitf-product-card__content::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--fitf-air)}.fitf-element--fire .fitf-product-card__content::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--fitf-fire)}.fitf-element--water .fitf-product-card__content::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--fitf-water)}.fitf-addon-card{background:#fff;border-radius:var(--fitf-radius-lg);overflow:hidden;transition:var(--fitf-transition-normal);border:3px solid transparent;box-shadow:var(--fitf-shadow-sm)}.fitf-addon-card:hover{box-shadow:var(--fitf-shadow-md)}.fitf-addon-card.selected{border-color:var(--fitf-forest-teal)}.fitf-addon-card__content{display:flex;flex-direction:column;gap:var(--fitf-space-md);padding:var(--fitf-space-xl)}.fitf-addon-card__info{flex:1;min-width:0}.fitf-addon-card__title{font-family:var(--fitf-font-display);font-size:2rem;font-weight:600;color:var(--fitf-charcoal);margin:0 0 var(--fitf-space-xs) 0;text-transform:uppercase}.fitf-addon-card__desc{font-size:1.6rem;color:var(--fitf-charcoal);margin:0 0 var(--fitf-space-sm) 0;opacity:.8}.fitf-addon-card__price{font-size:1.6rem;font-weight:600;color:var(--fitf-fire-orange)}.fitf-addon-card__actions{border-top:1px solid var(--fitf-cream-dark);padding-top:var(--fitf-space-md)}.fitf-addon-card__quantity{display:flex;align-items:center;justify-content:center;gap:var(--fitf-space-sm)}.fitf-addon-qty-btn{width:44px;height:44px;border:2px solid var(--fitf-forest-teal);background:#fff;color:var(--fitf-forest-teal);font-size:1.5rem;font-weight:700;border-radius:var(--fitf-radius-sm);cursor:pointer;transition:var(--fitf-transition-normal);display:flex;align-items:center;justify-content:center}.fitf-addon-qty-btn:hover:not(:disabled){background:var(--fitf-forest-teal);color:#fff}.fitf-addon-qty-btn:disabled{opacity:.3;cursor:not-allowed}.fitf-addon-qty-input{width:60px;height:44px;text-align:center;font-size:1.4rem;font-weight:600;font-family:var(--fitf-font-body);border:2px solid var(--fitf-cream-dark);border-radius:var(--fitf-radius-sm);background:var(--fitf-cream)}.fitf-addon-card.selected .fitf-addon-qty-input{border-color:var(--fitf-forest-teal);background:#fff}.fitf-qty-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--fitf-cream);border:2px solid var(--fitf-cream-dark);border-radius:var(--fitf-radius-sm);font-size:1.4rem;font-weight:600;color:var(--fitf-charcoal);cursor:pointer;transition:var(--fitf-transition-fast)}.fitf-qty-btn:hover{background:var(--fitf-cream-dark)}.fitf-qty-btn:active{transform:scale(.95)}.fitf-qty-input{width:56px;height:40px;text-align:center;font-size:1.2rem;font-weight:600;border:2px solid var(--fitf-cream-dark);border-radius:var(--fitf-radius-sm);appearance:textfield}.fitf-qty-input::-webkit-inner-spin-button,.fitf-qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#fitf-attendee-forms,.fitf-attendee-forms,.fitf-wizard__attendees-container{display:flex;flex-direction:column;gap:var(--fitf-space-xl)}.fitf-attendee-header{text-align:center;margin-bottom:var(--fitf-space-xl)}.fitf-attendee-header h3{font-family:var(--fitf-font-display);font-size:2.2rem;color:var(--fitf-night);margin:0 0 var(--fitf-space-sm) 0;text-transform:uppercase}.fitf-attendee-header__subtitle{font-size:1.4rem;color:var(--fitf-charcoal);margin:0 0 var(--fitf-space-lg) 0}.fitf-attendee-progress{max-width:400px;margin:0 auto}.fitf-attendee-progress__count{display:block;font-size:1.2rem;font-weight:500;color:var(--fitf-charcoal);margin-bottom:var(--fitf-space-xs)}.fitf-attendee-progress__bar{height:8px;background:var(--fitf-cream-dark);border-radius:var(--fitf-radius-full);overflow:hidden}.fitf-attendee-progress__fill{height:100%;background:var(--fitf-forest-teal);border-radius:var(--fitf-radius-full);transition:width .3s ease}.fitf-no-tickets{text-align:center;padding:var(--fitf-space-2xl);color:var(--fitf-charcoal)}.fitf-no-tickets__icon{font-size:3rem;margin-bottom:var(--fitf-space-md)}.fitf-no-tickets p{font-size:1.2rem;margin:0 0 var(--fitf-space-lg) 0}.fitf-attendee-form{background:#fff;border-radius:var(--fitf-radius-lg);box-shadow:var(--fitf-shadow-sm);overflow:hidden;margin-bottom:var(--fitf-space-md);transition:var(--fitf-transition-normal)}.fitf-attendee-form:hover{box-shadow:var(--fitf-shadow-md)}.fitf-attendee-form.has-meal{border-left:4px solid var(--fitf-fire-orange)}.fitf-attendee-form.is-complete{border-left:4px solid var(--fitf-forest-teal)}.fitf-attendee-form__header{display:flex;justify-content:space-between;align-items:center;padding:var(--fitf-space-lg) var(--fitf-space-xl);cursor:pointer;background:var(--fitf-cream);transition:var(--fitf-transition-normal)}.fitf-attendee-form__header:hover{background:var(--fitf-cream-dark)}.fitf-attendee-form__header-left{display:flex;align-items:center;gap:var(--fitf-space-md)}.fitf-attendee-form__number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--fitf-night);color:#fff;font-family:var(--fitf-font-display);font-size:1.2rem;font-weight:600;border-radius:var(--fitf-radius-full)}.fitf-attendee-form.is-complete .fitf-attendee-form__number{background:var(--fitf-forest-teal)}.fitf-attendee-form__header-info{display:flex;flex-direction:column;gap:2px}.fitf-attendee-form__title{font-family:var(--fitf-font-display);font-size:1.6rem;font-weight:600;color:var(--fitf-charcoal);margin:0;text-transform:uppercase}.fitf-attendee-form__ticket-type{font-family:var(--fitf-font-body);font-size:1.25rem;font-weight:400;color:var(--fitf-charcoal);opacity:.7}.fitf-attendee-form__header-right{display:flex;align-items:center;gap:var(--fitf-space-md)}.fitf-meal-badge{font-family:var(--fitf-font-body);font-size:1rem;font-weight:600;background:var(--fitf-fire-orange);color:#fff;padding:6px 12px;border-radius:var(--fitf-radius-sm)}.fitf-vehicle-badge{font-family:var(--fitf-font-body);font-size:1rem;font-weight:600;background:var(--fitf-forest-teal);color:#fff;padding:6px 12px;border-radius:var(--fitf-radius-sm)}.fitf-parking-assignment{background:var(--fitf-cream);border-radius:var(--fitf-radius-lg);padding:var(--fitf-space-lg);margin-bottom:var(--fitf-space-xl);border:2px solid var(--fitf-cream-dark)}.fitf-parking-assignment__title{font-family:var(--fitf-font-display);font-size:2rem;color:var(--fitf-charcoal);margin:0 0 var(--fitf-space-xs)}.fitf-parking-assignment__desc{font-size:1.4rem;color:var(--fitf-charcoal);opacity:.8;margin:0 0 var(--fitf-space-md)}.fitf-parking-assignment__list{display:flex;flex-direction:column;gap:var(--fitf-space-sm)}.fitf-parking-assignment__item{display:flex;align-items:center;gap:var(--fitf-space-md);flex-wrap:wrap}.fitf-parking-assignment__label{font-family:var(--fitf-font-body);font-size:1.4rem;font-weight:600;color:var(--fitf-charcoal);min-width:180px}.fitf-parking-assignment__select{flex:1;min-width:200px;padding:.8rem 1.2rem;font-size:1.4rem;border:2px solid var(--fitf-cream-dark);border-radius:var(--fitf-radius-md);background:#fff;cursor:pointer}.fitf-parking-assignment__select:focus{outline:0;border-color:var(--fitf-forest-teal);box-shadow:0 0 0 3px rgba(30,117,117,.1)}.fitf-form-field.checkbox-field{grid-column:1/-1;background:#f5f9f9;padding:var(--fitf-space-md);border-radius:var(--fitf-radius-sm);border:1px solid var(--fitf-cream-dark)}.fitf-checkbox-wrapper{display:flex;align-items:center;gap:var(--fitf-space-md)}.fitf-checkbox-input{width:24px!important;height:24px!important;min-width:24px;accent-color:var(--fitf-forest-teal);cursor:pointer;margin:0;padding:0}.fitf-checkbox-label{font-size:1.4rem!important;font-weight:500;color:var(--fitf-charcoal);cursor:pointer;margin:0;padding:0}.fitf-attendee-form__status{font-size:1.2rem;font-weight:500;color:var(--fitf-charcoal);opacity:.6}.fitf-attendee-form.is-complete .fitf-attendee-form__status{color:var(--fitf-forest-teal);opacity:1}.fitf-attendee-form__toggle{font-size:1rem;color:var(--fitf-charcoal);transition:transform .3s ease}.fitf-attendee-form.is-expanded .fitf-attendee-form__toggle{transform:rotate(180deg)}.fitf-attendee-form__body{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 var(--fitf-space-xl)}.fitf-attendee-form.is-expanded .fitf-attendee-form__body{max-height:2000px;padding:var(--fitf-space-xl);overflow:visible}.fitf-attendee-form:first-of-type .fitf-attendee-form__body{max-height:2000px;padding:var(--fitf-space-xl);overflow:visible}.fitf-attendee-form:first-of-type .fitf-attendee-form__toggle{transform:rotate(180deg)}.fitf-attendee-form__fields{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--fitf-space-lg)}.fitf-form-field{display:flex;flex-direction:column;gap:var(--fitf-space-xs)}.fitf-form-field.dietary-field{grid-column:1/-1;background:#fff9f5;padding:var(--fitf-space-md);border-radius:var(--fitf-radius-sm);border:1px dashed var(--fitf-fire-orange)}.fitf-wizard .fitf-field-hint{font-size:1.2rem;color:var(--fitf-charcoal);opacity:.8;margin-bottom:var(--fitf-space-xs)}.fitf-wizard .fitf-form-field label{font-size:1.4rem;font-weight:600;color:var(--fitf-charcoal)}.fitf-wizard .fitf-form-field label .required{color:var(--fitf-fire-orange);margin-left:2px}.fitf-wizard .fitf-attendee-field{padding:.9rem 1.2rem;font-size:1.4rem;border:2px solid var(--fitf-cream-dark);border-radius:var(--fitf-radius-md);transition:var(--fitf-transition-fast);background:#fff}.fitf-wizard .fitf-attendee-field:focus{outline:0;border-color:var(--fitf-forest-teal);box-shadow:0 0 0 3px rgba(30,117,117,.1)}.fitf-wizard .fitf-attendee-field:invalid:not(:placeholder-shown){border-color:#dc3545}.fitf-wizard__review-summary{background:#fff;border-radius:var(--fitf-radius-lg);padding:var(--fitf-space-xl);box-shadow:var(--fitf-shadow-sm)}.fitf-review-item{padding:var(--fitf-space-lg) 0;border-bottom:1px solid var(--fitf-cream)}.fitf-review-item:first-child{padding-top:0}.fitf-review-item h4{font-family:var(--fitf-font-display);font-size:.875rem;font-weight:600;color:#666;margin:0 0 var(--fitf-space-md) 0;text-transform:uppercase;letter-spacing:.05em}.fitf-review-item__content{display:flex;justify-content:space-between;align-items:center}.fitf-review-item__name{font-weight:500;color:var(--fitf-charcoal)}.fitf-review-item__price{font-weight:600;color:var(--fitf-fire-orange)}.fitf-review-item ul{list-style:none;padding:0;margin:0}.fitf-review-item li{display:flex;justify-content:space-between;align-items:center;padding:var(--fitf-space-sm) 0}.fitf-review-item--attendees li{flex-direction:column;align-items:flex-start;gap:var(--fitf-space-xs)}.fitf-review-item__email{font-size:.875rem;color:#666}.fitf-review-total{display:flex;justify-content:space-between;align-items:center;padding-top:var(--fitf-space-lg);margin-top:var(--fitf-space-md);border-top:2px solid var(--fitf-charcoal)}.fitf-review-total__label{font-family:var(--fitf-font-display);font-size:1.25rem;font-weight:600;text-transform:uppercase}.fitf-review-total__amount{font-size:1.5rem;font-weight:700;color:var(--fitf-fire-orange)}.fitf-wizard__sidebar{position:sticky;top:var(--fitf-space-xl)}.fitf-wizard__sidebar-summary{background:#fff;border-radius:var(--fitf-radius-lg);padding:var(--fitf-space-lg);box-shadow:var(--fitf-shadow-sm)}.fitf-wizard__sidebar-summary h3{font-family:var(--fitf-font-display);font-size:1.6rem;color:var(--fitf-charcoal);margin:0 0 var(--fitf-space-md) 0;padding-bottom:var(--fitf-space-sm);border-bottom:2px solid var(--fitf-cream);text-transform:uppercase}.fitf-wizard__sidebar-empty{font-size:1.1rem;color:#666;font-style:italic}.fitf-summary-item{padding:var(--fitf-space-sm) 0;font-size:1rem;color:var(--fitf-charcoal);border-bottom:1px solid var(--fitf-cream)}.fitf-summary-total{padding-top:var(--fitf-space-md);margin-top:var(--fitf-space-sm);font-size:1.15rem;color:var(--fitf-charcoal)}.fitf-wizard__sidebar-help{margin-top:var(--fitf-space-lg);background:var(--fitf-night);border-radius:var(--fitf-radius-lg);padding:var(--fitf-space-lg);color:#fff}.fitf-wizard__sidebar-help h4{font-family:var(--fitf-font-display);font-size:1.4rem;color:#fff;margin:0 0 var(--fitf-space-sm) 0;text-transform:uppercase}.fitf-wizard__sidebar-help p{font-size:1.3rem;color:var(--fitf-cream);margin:0 0 var(--fitf-space-md) 0;opacity:.9;line-height:1.5}.fitf-wizard__sidebar-help .fitf-btn--outline{display:inline-block;font-family:var(--fitf-font-display);font-size:1.4rem;color:#fff;text-decoration:underline;text-underline-offset:4px;background:0 0;border:none;padding:0;cursor:pointer;transition:var(--fitf-transition-fast)}.fitf-wizard__sidebar-help .fitf-btn--outline:hover{color:var(--fitf-fire-orange)}.fitf-wizard__footer{display:flex;justify-content:space-between;align-items:center;margin-top:var(--fitf-space-2xl);padding-top:var(--fitf-space-xl);border-top:2px solid var(--fitf-cream-dark)}.fitf-wizard__btn{display:inline-flex;align-items:center;gap:var(--fitf-space-sm);padding:var(--fitf-space-md) var(--fitf-space-xl);font-family:var(--fitf-font-display);font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;border:none;border-radius:var(--fitf-radius-md);cursor:pointer;transition:var(--fitf-transition-normal)}.fitf-wizard__btn:disabled{opacity:.5;cursor:not-allowed}.fitf-wizard__btn--prev{background:0 0;color:var(--fitf-charcoal);border:2px solid var(--fitf-cream-dark)}.fitf-wizard__btn--prev:hover:not(:disabled){background:var(--fitf-cream)}.fitf-wizard__btn--next{background:var(--fitf-forest-teal);color:#fff}.fitf-wizard__btn--next:hover:not(:disabled){background:var(--fitf-forest-teal-light)}.fitf-wizard__btn--cart{background:var(--fitf-fire-orange);color:#fff}.fitf-wizard__btn--cart:hover:not(:disabled){background:var(--fitf-fire-orange-light);box-shadow:var(--fitf-shadow-glow)}.fitf-wizard__loader{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center;z-index:9999}.fitf-spinner{width:48px;height:48px;border:4px solid var(--fitf-cream-dark);border-top-color:var(--fitf-fire-orange);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.fitf-notification{position:fixed;bottom:var(--fitf-space-xl);right:var(--fitf-space-xl);max-width:400px;padding:var(--fitf-space-md) var(--fitf-space-lg);border-radius:var(--fitf-radius-md);box-shadow:var(--fitf-shadow-lg);display:flex;align-items:center;gap:var(--fitf-space-md);z-index:10000;transform:translateY(100px);opacity:0;transition:var(--fitf-transition-normal)}.fitf-notification.is-visible{transform:translateY(0);opacity:1}.fitf-notification--success{background:var(--fitf-forest-teal);color:#fff}.fitf-notification--error{background:#dc3545;color:#fff}.fitf-notification__message{flex:1;font-size:.875rem}.fitf-notification__close{background:0 0;border:none;color:inherit;font-size:1.25rem;cursor:pointer;opacity:.8;transition:var(--fitf-transition-fast)}.fitf-notification__close:hover{opacity:1}.fitf-solidarity-selector{margin-top:var(--fitf-space-xl);padding:var(--fitf-space-xl);background:#fff;border-radius:var(--fitf-radius-lg);box-shadow:var(--fitf-shadow-sm)}.fitf-solidarity-selector h4{font-family:var(--fitf-font-display);font-size:1.25rem;font-weight:600;color:var(--fitf-charcoal);margin:0 0 var(--fitf-space-sm) 0;text-transform:uppercase}.fitf-solidarity-description{font-size:.875rem;color:#666;margin:0 0 var(--fitf-space-lg) 0;line-height:1.6}.fitf-solidarity-options{display:flex;flex-direction:column;gap:var(--fitf-space-sm)}.fitf-solidarity-option{display:flex;align-items:center;gap:var(--fitf-space-md);padding:var(--fitf-space-md);border:2px solid var(--fitf-cream-dark);border-radius:var(--fitf-radius-md);cursor:pointer;transition:var(--fitf-transition-fast)}.fitf-solidarity-option:hover{border-color:var(--fitf-cream);background:var(--fitf-cream)}.fitf-solidarity-option:has(input:checked){border-color:var(--fitf-forest-teal);background:rgba(30,117,117,.05)}.fitf-solidarity-option input{position:absolute;opacity:0}.fitf-solidarity-option__content{display:flex;justify-content:space-between;align-items:center;flex:1}.fitf-solidarity-option__label{font-weight:500;color:var(--fitf-charcoal)}.fitf-solidarity-option__price{font-weight:600;color:var(--fitf-fire-orange)}@media (max-width:992px){.fitf-wizard__body{flex-direction:column}.fitf-wizard__sidebar{width:100%;order:-1;position:static}}@media (max-width:768px){.fitf-wizard{padding:var(--fitf-space-lg);margin:var(--fitf-space-md);border-radius:var(--fitf-radius-md);font-size:2rem}.fitf-wizard__steps{flex-wrap:wrap;gap:var(--fitf-space-md)}.fitf-wizard__steps::before{display:none}.fitf-wizard__step-item{flex:0 0 calc(50% - var(--fitf-space-sm))}.fitf-wizard__step-label{font-size:2rem}.fitf-wizard__step-title{font-size:2rem}.fitf-wizard__step-description{font-size:2rem}.fitf-wizard__addons-grid,.fitf-wizard__experiences-grid{grid-template-columns:1fr}.fitf-attendee-form__fields{grid-template-columns:1fr}.fitf-attendee-form__header-left{gap:var(--fitf-space-sm)}.fitf-attendee-form__number{width:36px;height:36px;font-size:2rem}.fitf-attendee-form__title{font-size:2rem}.fitf-attendee-form__ticket-type{font-size:2rem}.fitf-attendee-form__status{font-size:2rem}.fitf-form-field label{font-size:2rem}.fitf-attendee-field{font-size:2rem;padding:1.2rem 1.5rem}.fitf-field-hint{font-size:1.4rem}.fitf-wizard__footer{flex-direction:column;gap:var(--fitf-space-md)}.fitf-btn,.fitf-wizard__btn{width:100%;justify-content:center;font-size:1.2rem;padding:1rem 1.5rem}.fitf-product-card__title{font-size:1.8rem}.fitf-product-card__price{font-size:1.5rem}.fitf-product-card__desc{font-size:1.4rem}.fitf-product-card__stock{font-size:1rem}.fitf-addon-card__title{font-size:1.3rem}.fitf-addon-card__desc{font-size:1rem}.fitf-addon-card__price{font-size:1.2rem}.fitf-order-total__title{font-size:1.4rem}.fitf-order-item__name,.fitf-order-item__price{font-size:1.1rem}.fitf-order-total__solidarity,.fitf-order-total__subtotal{font-size:1.2rem}.fitf-order-total__total{font-size:1.4rem}.fitf-checkbox{font-size:1.2rem}.fitf-progress-step__label{font-size:1.1rem}}@media (max-width:480px){.fitf-wizard__step-item{flex:0 0 100%}.fitf-product-card{padding:var(--fitf-space-lg)}.fitf-product-card__content{padding:0}.fitf-product-card__title{font-size:1.4rem}.fitf-product-card__price{font-size:1.6rem}.fitf-attendee-form__header{padding:var(--fitf-space-md)}.fitf-attendee-form.is-expanded .fitf-attendee-form__body{padding:var(--fitf-space-md)}}@media print{.fitf-wizard__footer,.fitf-wizard__header,.fitf-wizard__sidebar{display:none}.fitf-wizard{box-shadow:none;padding:0}}.fitf-wizard__header .fitf-progress-bar__steps{display:flex;justify-content:space-between;position:relative;margin-bottom:var(--fitf-space-lg)}.fitf-wizard__header .fitf-progress-bar__steps::before{content:'';position:absolute;top:20px;left:50px;right:50px;height:2px;background:var(--fitf-cream-dark);z-index:0}.fitf-wizard__progress{height:4px;background:var(--fitf-cream-dark);border-radius:var(--fitf-radius-full);margin-top:var(--fitf-space-lg);overflow:hidden}.fitf-wizard__progress-fill{height:100%;background:linear-gradient(90deg,var(--fitf-fire-orange),var(--fitf-fire-orange-light));border-radius:var(--fitf-radius-full);transition:width var(--fitf-transition-slow)}.fitf-progress-bar{position:relative}.fitf-progress-bar__track{height:4px;background:var(--fitf-cream-dark);border-radius:var(--fitf-radius-full);margin-bottom:var(--fitf-space-lg);overflow:hidden}.fitf-progress-bar__fill{height:100%;background:linear-gradient(90deg,var(--fitf-fire-orange),var(--fitf-fire-orange-light));border-radius:var(--fitf-radius-full);transition:width var(--fitf-transition-slow)}.fitf-progress-bar__steps{display:flex;justify-content:space-between;position:relative}.fitf-progress-bar__steps::before{content:'';position:absolute;top:20px;left:40px;right:40px;height:2px;background:var(--fitf-cream-dark);z-index:0}.fitf-progress-step{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:var(--fitf-transition-normal);opacity:.5;position:relative;z-index:1}.fitf-progress-step.active,.fitf-progress-step.completed{opacity:1}.fitf-progress-step__number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--fitf-cream-dark);border:2px solid var(--fitf-cream-dark);border-radius:var(--fitf-radius-full);font-family:var(--fitf-font-display);font-weight:600;font-size:1.6rem;color:var(--fitf-charcoal);transition:var(--fitf-transition-normal);margin-bottom:var(--fitf-space-sm)}.fitf-progress-step.active .fitf-progress-step__number{background:var(--fitf-fire-orange);border-color:var(--fitf-fire-orange);color:#fff;box-shadow:var(--fitf-shadow-glow)}.fitf-progress-step.completed .fitf-progress-step__number{background:var(--fitf-forest-teal);border-color:var(--fitf-forest-teal);color:#fff}.fitf-progress-step__label{font-size:1.3rem;font-weight:500;color:var(--fitf-charcoal);text-align:center}.fitf-progress-step.active .fitf-progress-step__label{color:var(--fitf-fire-orange);font-weight:600}.fitf-wizard__main{flex:1;min-width:0}.fitf-wizard__step{display:none}.fitf-wizard__step.active{display:block;animation:fadeIn var(--fitf-transition-normal)}.fitf-wizard__step-header{margin-bottom:var(--fitf-space-xl)}.fitf-wizard__step-title{font-family:var(--fitf-font-display);font-size:2.4rem;font-weight:600;color:var(--fitf-charcoal);margin:0 0 var(--fitf-space-sm) 0;text-transform:uppercase;letter-spacing:.02em}.fitf-wizard__step-description{font-size:1.4rem;color:#666;margin:0;line-height:1.6}.fitf-addon-grid,.fitf-ticket-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:var(--fitf-space-xl)}.fitf-loading{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--fitf-space-2xl);color:#666}.fitf-loading__spinner{width:48px;height:48px;border:4px solid var(--fitf-cream-dark);border-top-color:var(--fitf-fire-orange);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:var(--fitf-space-md)}.fitf-order-total{background:#fff;border-radius:var(--fitf-radius-lg);padding:var(--fitf-space-lg);box-shadow:var(--fitf-shadow-sm)}.fitf-order-total__title{font-family:var(--fitf-font-display);font-size:1.6rem;color:var(--fitf-charcoal);margin:0 0 var(--fitf-space-md) 0;padding-bottom:var(--fitf-space-sm);border-bottom:2px solid var(--fitf-cream);text-transform:uppercase}.fitf-order-total__items{margin-bottom:var(--fitf-space-md)}.fitf-order-item{display:flex;justify-content:space-between;align-items:flex-start;padding:var(--fitf-space-sm) 0;border-bottom:1px solid var(--fitf-cream-dark);gap:var(--fitf-space-sm)}.fitf-order-item:last-child{border-bottom:none}.fitf-order-item__name{font-size:1.15rem;color:var(--fitf-charcoal);flex:1}.fitf-order-item__price{font-size:1.15rem;font-weight:600;color:var(--fitf-charcoal);white-space:nowrap}.fitf-order-total__empty{font-size:1.1rem;color:#666;font-style:italic;margin:0;padding:var(--fitf-space-md) 0}.fitf-order-total__solidarity,.fitf-order-total__subtotal,.fitf-order-total__total{display:flex;justify-content:space-between;padding:var(--fitf-space-sm) 0;font-size:1.4rem}.fitf-order-total__total{font-weight:600;font-size:1.6rem;border-top:2px solid var(--fitf-charcoal);margin-top:var(--fitf-space-sm);padding-top:var(--fitf-space-md);color:var(--fitf-fire-orange)}.fitf-wizard__footer,.fitf-wizard__navigation{display:flex;justify-content:space-between;align-items:center;margin-top:var(--fitf-space-2xl);padding-top:var(--fitf-space-xl);border-top:2px solid var(--fitf-cream-dark);gap:var(--fitf-space-md)}.fitf-btn{display:inline-flex;align-items:center;gap:var(--fitf-space-sm);padding:var(--fitf-space-md) var(--fitf-space-xl);font-family:var(--fitf-font-display);font-size:1.4rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;border:none;border-radius:var(--fitf-radius-md);cursor:pointer;transition:var(--fitf-transition-normal);text-decoration:none}.fitf-btn:disabled{opacity:.5;cursor:not-allowed}.fitf-btn--secondary{background:var(--fitf-cream,#f5f0eb);color:var(--fitf-charcoal,#2d3436);border:2px solid var(--fitf-cream-dark,#e8e0d8)}.fitf-btn--secondary:hover:not(:disabled){background:var(--fitf-cream-dark,#e8e0d8);border-color:var(--fitf-charcoal,#2d3436);color:var(--fitf-charcoal,#2d3436)}.fitf-btn--primary{background:var(--fitf-forest-teal);color:#fff}.fitf-btn--primary:hover:not(:disabled){background:var(--fitf-forest-teal-light)}.fitf-btn--checkout{background:var(--fitf-fire-orange)}.fitf-btn--checkout:hover:not(:disabled){background:var(--fitf-fire-orange-light);box-shadow:var(--fitf-shadow-glow)}.fitf-btn svg{width:20px;height:20px;flex-shrink:0}.fitf-btn--text{background:0 0;color:var(--fitf-earth);padding:var(--fitf-space-sm) var(--fitf-space-md);font-size:1rem;border:none;opacity:.7}.fitf-btn--text:hover:not(:disabled){opacity:1;color:var(--fitf-fire-orange);background:0 0}.fitf-btn--text svg{width:18px;height:18px}.fitf-wizard__footer-left{flex:0 0 auto}.fitf-wizard__footer-nav{display:flex;gap:var(--fitf-space-md);align-items:center}.fitf-consent-checkboxes{margin-top:var(--fitf-space-xl);display:flex;flex-direction:column;gap:var(--fitf-space-md)}.fitf-checkbox{display:flex;align-items:flex-start;gap:var(--fitf-space-sm);cursor:pointer;font-size:1.4rem}.fitf-checkbox input[type=checkbox]{width:20px;height:20px;margin:0;accent-color:var(--fitf-forest-teal);flex-shrink:0}.fitf-checkbox__label{line-height:1.4}.fitf-checkbox__label a{color:var(--fitf-forest-teal);text-decoration:underline}.fitf-checkbox__label a:hover{color:var(--fitf-fire-orange)}.fitf-wizard__messages{margin-top:var(--fitf-space-lg)}.fitf-wizard__messages .fitf-message{padding:var(--fitf-space-md) var(--fitf-space-lg);border-radius:var(--fitf-radius-md);font-size:1.4rem;margin-bottom:var(--fitf-space-sm)}.fitf-wizard__messages .fitf-message--success{background:rgba(30,117,117,.1);color:var(--fitf-forest-teal);border:1px solid var(--fitf-forest-teal)}.fitf-wizard__messages .fitf-message--error{background:rgba(220,53,69,.1);color:#dc3545;border:1px solid #dc3545}.fitf-attendee-forms{display:flex;flex-direction:column;gap:var(--fitf-space-xl)}.fitf-order-summary{background:#fff;border-radius:var(--fitf-radius-lg);padding:var(--fitf-space-xl);box-shadow:var(--fitf-shadow-sm)}@media (max-width:768px){.fitf-progress-bar__steps{flex-wrap:wrap;gap:var(--fitf-space-md);justify-content:center}.fitf-progress-step{flex:0 0 calc(50% - var(--fitf-space-sm))}.fitf-wizard__step-title{font-size:2rem}.fitf-addon-grid,.fitf-ticket-grid{grid-template-columns:1fr}.fitf-wizard__navigation{flex-direction:column}.fitf-btn{width:100%;justify-content:center}}.fitf-wizard-cart{display:flex;flex-direction:column;gap:var(--fitf-space-lg)}.fitf-wizard-cart__empty{text-align:center;padding:var(--fitf-space-2xl);background:var(--fitf-cream);border-radius:var(--fitf-radius-lg)}.fitf-wizard-cart__empty p{color:var(--fitf-earth);font-size:1.4rem;margin-bottom:var(--fitf-space-lg)}.fitf-wizard-cart__items{display:flex;flex-direction:column;gap:var(--fitf-space-md)}.fitf-wizard-cart-item{display:flex;align-items:center;gap:var(--fitf-space-lg);background:#fff;border-radius:var(--fitf-radius-md);padding:var(--fitf-space-lg);box-shadow:var(--fitf-shadow-sm)}.fitf-wizard-cart-item__details{flex:1}.fitf-wizard-cart-item__name{font-size:1.4rem;font-weight:600;color:var(--fitf-charcoal);margin-bottom:var(--fitf-space-xs)}.fitf-wizard-cart-item__meta{font-size:1.1rem;color:var(--fitf-earth)}.fitf-wizard-cart-item__qty{display:flex;align-items:center;gap:var(--fitf-space-sm)}.fitf-wizard-cart-item__qty-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--fitf-cream);border:2px solid var(--fitf-cream-dark);border-radius:var(--fitf-radius-sm);color:var(--fitf-charcoal);font-size:1.4rem;font-weight:600;cursor:pointer;transition:var(--fitf-transition-fast)}.fitf-wizard-cart-item__qty-btn:hover:not(:disabled){background:var(--fitf-forest-teal);border-color:var(--fitf-forest-teal);color:#fff}.fitf-wizard-cart-item__qty-btn:disabled{opacity:.5;cursor:not-allowed}.fitf-wizard-cart-item__qty-value{width:40px;text-align:center;font-size:1.3rem;font-weight:600}.fitf-wizard-cart-item__price{font-size:1.4rem;font-weight:700;color:var(--fitf-night);min-width:80px;text-align:right}.fitf-wizard-cart-item__remove{background:0 0;border:none;color:var(--fitf-earth);cursor:pointer;padding:var(--fitf-space-sm);opacity:.6;transition:var(--fitf-transition-fast)}.fitf-wizard-cart-item__remove:hover{color:var(--fitf-fire-orange);opacity:1}.fitf-wizard-cart__summary{margin-top:var(--fitf-space-xl);padding-top:var(--fitf-space-xl);border-top:2px solid var(--fitf-cream-dark)}.fitf-wizard-cart__total{display:flex;justify-content:space-between;align-items:center;font-size:1.5rem}.fitf-wizard-cart__total span{color:var(--fitf-earth)}.fitf-wizard-cart__total strong{font-size:1.8rem;color:var(--fitf-fire-orange)}.fitf-payment-info{padding:var(--fitf-space-md)}.fitf-payment-info>p{color:var(--fitf-earth);margin-bottom:var(--fitf-space-lg)}.fitf-payment-test{text-align:center;padding:var(--fitf-space-xl);background:linear-gradient(135deg,#fff9e6 0,#fff3cc 100%);border:2px dashed #f0c14b;border-radius:var(--fitf-radius-lg)}.fitf-payment-test__badge{display:inline-block;background:#f0c14b;color:#5c4813;padding:var(--fitf-space-xs) var(--fitf-space-md);border-radius:var(--fitf-radius-md);font-weight:700;font-size:1rem;margin-bottom:var(--fitf-space-md);letter-spacing:.5px}.fitf-payment-test>p{color:#5c4813;margin-bottom:var(--fitf-space-lg);font-size:1.1rem}.fitf-payment-test__card{display:flex;align-items:center;justify-content:center;gap:var(--fitf-space-md);background:#fff;padding:var(--fitf-space-md) var(--fitf-space-lg);border-radius:var(--fitf-radius-md);color:var(--fitf-charcoal);font-family:monospace;font-size:1.1rem}.fitf-payment-test__card svg{color:var(--fitf-forest-teal)}.fitf-payment-placeholder{display:flex;flex-direction:column;gap:var(--fitf-space-md)}.fitf-payment-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--fitf-space-md)}.fitf-payment-field{display:flex;flex-direction:column;gap:var(--fitf-space-xs)}.fitf-payment-field label{font-size:1.1rem;font-weight:500;color:var(--fitf-charcoal)}.fitf-wizard-checkout{max-width:700px}.fitf-checkout-sections{display:flex;flex-direction:column;gap:var(--fitf-space-2xl)}.fitf-checkout-section{background:#fff;border-radius:var(--fitf-radius-lg);padding:var(--fitf-space-xl);box-shadow:var(--fitf-shadow-sm)}.fitf-checkout-section__title{font-family:var(--fitf-font-display);font-size:1.6rem;color:var(--fitf-night);margin:0 0 var(--fitf-space-lg) 0;text-transform:uppercase}.fitf-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--fitf-space-lg)}.fitf-form-field{display:flex;flex-direction:column;gap:var(--fitf-space-xs)}.fitf-form-field--full{grid-column:1/-1}.fitf-form-field label{font-size:2rem;font-weight:500;color:var(--fitf-charcoal)}.fitf-form-field label .required{color:var(--fitf-fire-orange)}.fitf-input,.fitf-select{padding:var(--fitf-space-md);font-size:1.2rem;border:2px solid var(--fitf-cream-dark);border-radius:var(--fitf-radius-md);background:#fff;transition:var(--fitf-transition-fast);font-family:var(--fitf-font-body)}.fitf-input:focus,.fitf-select:focus{outline:0;border-color:var(--fitf-forest-teal);box-shadow:0 0 0 3px rgba(30,117,117,.1)}.fitf-input.error,.fitf-select.error{border-color:var(--fitf-fire-orange)}.fitf-field-error{font-size:1rem;color:var(--fitf-fire-orange);display:none}.fitf-form-field.has-error .fitf-field-error{display:block}.fitf-btn--pay{background:var(--fitf-fire-orange);gap:var(--fitf-space-sm)}.fitf-btn--pay:hover:not(:disabled){background:var(--fitf-fire-orange-light);box-shadow:var(--fitf-shadow-glow)}#fitf-payment-container{min-height:100px}#fitf-payment-container.fitf-payment-methods{display:flex;flex-direction:column;gap:var(--fitf-space-md)}.fitf-payment-method{border:2px solid var(--fitf-cream-dark);border-radius:var(--fitf-radius-md);background:#fff;transition:border-color var(--fitf-transition-fast),box-shadow var(--fitf-transition-fast)}.fitf-payment-method.is-selected{border-color:var(--fitf-forest-teal);box-shadow:0 0 0 1px var(--fitf-forest-teal)}.fitf-payment-method__header{display:flex;align-items:center;gap:var(--fitf-space-md);padding:var(--fitf-space-md) var(--fitf-space-lg);cursor:pointer;-webkit-user-select:none;user-select:none}.fitf-payment-method__header input[type=radio]{display:none}.fitf-payment-method__radio{width:20px;height:20px;border:2px solid var(--fitf-cream-dark);border-radius:50%;position:relative;flex-shrink:0;transition:border-color var(--fitf-transition-fast)}.fitf-payment-method.is-selected .fitf-payment-method__radio{border-color:var(--fitf-forest-teal)}.fitf-payment-method.is-selected .fitf-payment-method__radio::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:var(--fitf-forest-teal);border-radius:50%}.fitf-payment-method__title{font-weight:600;color:var(--fitf-charcoal);flex:1}.fitf-payment-method__icons{display:flex;gap:var(--fitf-space-xs);align-items:center}.fitf-payment-method__icons img{height:24px;width:auto}.fitf-payment-method__body{padding:0 var(--fitf-space-lg) var(--fitf-space-lg);border-top:1px solid var(--fitf-cream-dark)}.fitf-payment-method__desc{color:var(--fitf-earth);font-size:.9rem;margin-bottom:var(--fitf-space-md);padding-top:var(--fitf-space-md)}.fitf-payment-card{border:1px solid var(--fitf-cream-dark);border-radius:var(--fitf-radius-md);background:#fff;overflow:hidden}.fitf-payment-card__header{display:flex;align-items:center;gap:var(--fitf-space-sm);padding:var(--fitf-space-md) var(--fitf-space-lg);background:linear-gradient(135deg,var(--fitf-forest-teal) 0,#1a5a4a 100%);color:#fff}.fitf-payment-card__lock{flex-shrink:0}.fitf-payment-card__title{font-weight:600;font-size:.95rem}.fitf-payment-card__body{padding:var(--fitf-space-lg)}.fitf-payment-card__footer{display:flex;flex-wrap:wrap;gap:var(--fitf-space-md) var(--fitf-space-xl);padding:var(--fitf-space-md) var(--fitf-space-lg);background:var(--fitf-cream);border-top:1px solid var(--fitf-cream-dark)}.fitf-payment-card__encryption,.fitf-payment-card__secured-by{display:flex;align-items:center;gap:var(--fitf-space-xs);font-size:.8rem;color:var(--fitf-earth)}.fitf-payment-card__encryption svg,.fitf-payment-card__secured-by svg{color:var(--fitf-forest-teal);flex-shrink:0}.fitf-payment-card__secured-by strong{color:var(--fitf-charcoal)}.fitf-payment-method__fields{padding-top:0}.fitf-payment-method__fields #wcpay-upe-element,.fitf-payment-method__fields .wcpay-upe-element,.fitf-payment-method__fields [id*=wcpay]{padding:var(--fitf-space-md);background:var(--fitf-cream);border-radius:var(--fitf-radius-sm);min-height:50px}.fitf-payment-method__fields .StripeElement{padding:var(--fitf-space-md);background:#fff;border:1px solid var(--fitf-cream-dark);border-radius:var(--fitf-radius-sm)}.fitf-payment-method__fields .StripeElement--focus{border-color:var(--fitf-forest-teal);box-shadow:0 0 0 1px var(--fitf-forest-teal)}.fitf-payment-method__fields .StripeElement--invalid{border-color:var(--fitf-fire-orange)}.fitf-loading--payment{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--fitf-space-xl);color:var(--fitf-earth)}.fitf-loading--payment .fitf-loading__spinner{width:30px;height:30px;margin-bottom:var(--fitf-space-md)}@media (max-width:600px){.fitf-form-grid{grid-template-columns:1fr}.fitf-wizard-cart-item{flex-wrap:wrap}.fitf-wizard-cart-item__details{flex:1 1 100%;margin-bottom:var(--fitf-space-sm)}.fitf-wizard-cart-item__qty{flex:1}.fitf-wizard-cart-item__price{flex:0 0 auto}}.fitf-restored-notice{position:relative;margin-bottom:var(--fitf-space-lg);opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease}.fitf-restored-notice.is-visible{opacity:1;transform:translateY(0)}.fitf-restored-notice__content{display:flex;align-items:center;gap:var(--fitf-space-md);padding:var(--fitf-space-md) var(--fitf-space-lg);background:linear-gradient(135deg,rgba(30,117,117,.15) 0,rgba(217,78,31,.1) 100%);border:1px solid rgba(30,117,117,.4);border-radius:var(--fitf-radius-md);color:var(--fitf-charcoal)}.fitf-restored-notice__icon{font-size:1.5rem;flex-shrink:0}.fitf-restored-notice__text{flex:1;font-family:var(--fitf-font-body);font-size:.95rem;line-height:1.4}.fitf-restored-notice__dismiss{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.1);border:none;border-radius:50%;color:var(--fitf-charcoal);font-size:1.25rem;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.fitf-restored-notice__dismiss:hover{background:rgba(0,0,0,.15);transform:scale(1.1)}@media (max-width:480px){.fitf-restored-notice__content{padding:var(--fitf-space-sm) var(--fitf-space-md)}.fitf-restored-notice__icon{font-size:1.25rem}.fitf-restored-notice__text{font-size:.85rem}}.fitf-success-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:var(--fitf-space-2xl);text-align:center}.fitf-success-loading .fitf-loading-spinner{width:60px;height:60px;border:4px solid rgba(30,117,117,.2);border-top-color:var(--fitf-forest-teal);border-radius:50%;animation:fitf-spin 1s linear infinite;margin-bottom:var(--fitf-space-lg)}.fitf-success-loading p{font-size:1.125rem;color:var(--fitf-night);margin:0}@keyframes fitf-spin{to{transform:rotate(360deg)}}.fitf-confirmation{max-width:700px;margin:0 auto;padding:var(--fitf-space-2xl);text-align:center;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.fitf-confirmation.is-visible{opacity:1;transform:translateY(0)}.fitf-confirmation__animation{position:relative;width:120px;height:120px;margin:0 auto var(--fitf-space-xl)}.fitf-confirmation__circle{width:100%;height:100%;position:relative}.fitf-confirmation__check,.fitf-confirmation__cross{width:100%;height:100%}.fitf-confirmation__check-circle{stroke:var(--fitf-forest-teal);stroke-width:2;stroke-dasharray:166;stroke-dashoffset:166;animation:fitf-circle .6s ease-out forwards}.fitf-confirmation__check-path{stroke:var(--fitf-forest-teal);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:fitf-check .3s ease-out .6s forwards}.fitf-confirmation__cross-circle{stroke:var(--fitf-fire-orange);stroke-width:2;stroke-dasharray:166;stroke-dashoffset:166;animation:fitf-circle .6s ease-out forwards}.fitf-confirmation__cross-path{stroke:var(--fitf-fire-orange);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:60;stroke-dashoffset:60;animation:fitf-cross .3s ease-out .6s forwards}@keyframes fitf-circle{to{stroke-dashoffset:0}}@keyframes fitf-check{to{stroke-dashoffset:0}}@keyframes fitf-cross{to{stroke-dashoffset:0}}.fitf-confirmation__sparkles{position:absolute;inset:-20px;pointer-events:none}.fitf-sparkle{position:absolute;font-size:1.5rem;opacity:0;animation:fitf-sparkle 1s ease-out forwards}.fitf-sparkle--1{top:0;left:50%;animation-delay:.7s}.fitf-sparkle--2{top:20%;right:0;animation-delay:.8s}.fitf-sparkle--3{bottom:20%;right:10%;animation-delay:.9s}.fitf-sparkle--4{bottom:0;left:30%;animation-delay:1s}.fitf-sparkle--5{top:30%;left:0;animation-delay:1.1s}@keyframes fitf-sparkle{0%{opacity:0;transform:scale(0) rotate(0)}50%{opacity:1;transform:scale(1.2) rotate(180deg)}100%{opacity:0;transform:scale(.8) rotate(360deg) translateY(-10px)}}.fitf-confirmation__title{font-family:var(--fitf-font-display);font-size:2.5rem;color:var(--fitf-charcoal);margin-bottom:var(--fitf-space-sm);animation:fitf-title-in .6s ease-out .3s both}.fitf-confirmation__title--error{color:var(--fitf-fire-orange)}.fitf-confirmation__subtitle{font-size:1.25rem;color:var(--fitf-earth);margin-bottom:var(--fitf-space-xl);animation:fitf-title-in .6s ease-out .4s both}@keyframes fitf-title-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fitf-confirmation__order-box{background:linear-gradient(135deg,rgba(30,117,117,.1) 0,rgba(30,117,117,.05) 100%);border:1px solid rgba(30,117,117,.3);border-radius:var(--fitf-radius-lg);padding:var(--fitf-space-lg);margin-bottom:var(--fitf-space-xl);animation:fitf-box-in .6s ease-out .5s both}@keyframes fitf-box-in{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fitf-confirmation__order-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:var(--fitf-space-md);margin-bottom:var(--fitf-space-md);border-bottom:1px solid rgba(30,117,117,.2)}.fitf-confirmation__order-label{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--fitf-forest-teal)}.fitf-confirmation__order-number{font-family:var(--fitf-font-body);font-weight:600;font-size:1.125rem;color:var(--fitf-charcoal)}.fitf-confirmation__details{text-align:left}.fitf-confirmation__detail{display:flex;align-items:flex-start;gap:var(--fitf-space-md);padding:var(--fitf-space-sm) 0}.fitf-confirmation__detail-icon{font-size:1.5rem;flex-shrink:0}.fitf-confirmation__detail-content{flex:1}.fitf-confirmation__detail-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--fitf-earth);margin-bottom:2px}.fitf-confirmation__detail-value{color:var(--fitf-charcoal);font-size:1rem}.fitf-confirmation__total{display:flex;justify-content:space-between;align-items:center;margin-top:var(--fitf-space-md);padding-top:var(--fitf-space-md);border-top:1px solid rgba(30,117,117,.2);font-size:1.125rem;color:var(--fitf-charcoal)}.fitf-confirmation__total strong{font-size:1.5rem;color:var(--fitf-forest-teal)}.fitf-confirmation__next-steps{margin-bottom:var(--fitf-space-xl);animation:fitf-box-in .6s ease-out .7s both}.fitf-confirmation__next-steps h3{font-family:var(--fitf-font-display);font-size:1.5rem;color:var(--fitf-charcoal);margin-bottom:var(--fitf-space-lg)}.fitf-confirmation__steps{display:flex;flex-direction:column;gap:var(--fitf-space-md)}.fitf-confirmation__step-item{display:flex;align-items:flex-start;gap:var(--fitf-space-md);text-align:left;padding:var(--fitf-space-md);background:rgba(30,117,117,.05);border-radius:var(--fitf-radius-md);border-left:3px solid var(--fitf-forest-teal)}.fitf-confirmation__step-num{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--fitf-forest-teal);color:var(--fitf-cream);border-radius:50%;font-weight:600;flex-shrink:0}.fitf-confirmation__step-content strong{display:block;color:var(--fitf-charcoal);margin-bottom:4px}.fitf-confirmation__step-content p{margin:0;font-size:.9rem;color:var(--fitf-earth)}.fitf-confirmation__actions{display:flex;gap:var(--fitf-space-md);justify-content:center;flex-wrap:wrap;margin-bottom:var(--fitf-space-xl);animation:fitf-box-in .6s ease-out .8s both}.fitf-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--fitf-space-sm);padding:var(--fitf-space-md) var(--fitf-space-xl);font-family:var(--fitf-font-body);font-size:1rem;font-weight:600;text-decoration:none;border-radius:var(--fitf-radius-md);cursor:pointer;transition:all .3s ease;border:none}.fitf-btn--primary{background:linear-gradient(135deg,var(--fitf-forest-teal) 0,var(--fitf-forest-teal-light) 100%);color:var(--fitf-cream);box-shadow:0 4px 15px rgba(30,117,117,.3)}.fitf-btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(30,117,117,.4)}.fitf-btn--secondary{background:var(--fitf-cream,#f5f0eb);color:var(--fitf-charcoal,#2d3436);border:2px solid var(--fitf-cream-dark,#e8e0d8)}.fitf-btn--secondary:hover{background:var(--fitf-cream-dark,#e8e0d8);border-color:var(--fitf-charcoal,#2d3436);color:var(--fitf-charcoal,#2d3436)}.fitf-confirmation__social{animation:fitf-box-in .6s ease-out .9s both}.fitf-confirmation__social p{font-size:.9rem;color:var(--fitf-earth);margin-bottom:var(--fitf-space-md)}.fitf-confirmation__social-links{display:flex;gap:var(--fitf-space-md);justify-content:center}.fitf-social-link{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--fitf-cream);transition:all .3s ease}.fitf-social-link svg{width:20px;height:20px}.fitf-social-link--facebook{background:#1877f2}.fitf-social-link--twitter{background:#1da1f2}.fitf-social-link:hover{transform:translateY(-3px) scale(1.1)}.fitf-confirmation--error .fitf-confirmation__circle--error{animation:fitf-shake .5s ease-out .6s}@keyframes fitf-shake{0%,100%{transform:translateX(0)}20%,60%{transform:translateX(-5px)}40%,80%{transform:translateX(5px)}}.fitf-confirmation__error-help{background:rgba(217,78,31,.1);border:1px solid rgba(217,78,31,.3);border-radius:var(--fitf-radius-md);padding:var(--fitf-space-lg);margin-bottom:var(--fitf-space-xl);text-align:left;animation:fitf-box-in .6s ease-out .5s both}.fitf-confirmation__error-help h3{font-family:var(--fitf-font-display);font-size:1.25rem;color:var(--fitf-charcoal);margin-bottom:var(--fitf-space-md)}.fitf-confirmation__error-help ul{margin:0;padding-left:var(--fitf-space-lg);color:var(--fitf-earth)}.fitf-confirmation__error-help li{margin-bottom:var(--fitf-space-sm)}.fitf-confirmation__register{background:linear-gradient(135deg,rgba(30,117,117,.08) 0,rgba(30,117,117,.03) 100%);border:1px solid rgba(30,117,117,.2);border-radius:var(--fitf-radius-lg);padding:var(--fitf-space-xl);margin-bottom:var(--fitf-space-xl);animation:fitf-box-in .6s ease-out .6s both}.fitf-confirmation__register-header{text-align:center;margin-bottom:var(--fitf-space-lg)}.fitf-confirmation__register-header h3{font-family:var(--fitf-font-display);font-size:1.5rem;color:var(--fitf-charcoal);margin:0 0 var(--fitf-space-sm)}.fitf-confirmation__register-header p{color:var(--fitf-earth);font-size:.95rem;margin:0}.fitf-confirmation__register-form{max-width:400px;margin:0 auto}.fitf-confirmation__register-email{background:rgba(30,117,117,.1);border-radius:var(--fitf-radius-md);padding:var(--fitf-space-md);margin-bottom:var(--fitf-space-lg);text-align:center}.fitf-confirmation__register-email-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--fitf-earth);margin-bottom:4px}.fitf-confirmation__register-email-value{font-weight:600;color:var(--fitf-charcoal)}.fitf-confirmation__register-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--fitf-space-md);margin-bottom:var(--fitf-space-md)}@media (max-width:500px){.fitf-confirmation__register-row{grid-template-columns:1fr}}.fitf-confirmation__register-field{display:flex;flex-direction:column;gap:var(--fitf-space-xs)}.fitf-confirmation__register-field label{font-size:.85rem;font-weight:500;color:var(--fitf-charcoal)}.fitf-confirmation__register-field input{padding:var(--fitf-space-md);border:1px solid rgba(0,0,0,.15);border-radius:var(--fitf-radius-md);font-family:var(--fitf-font-body);font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.fitf-confirmation__register-field input:focus{outline:0;border-color:var(--fitf-forest-teal);box-shadow:0 0 0 3px rgba(30,117,117,.15)}.fitf-confirmation__register-field input::placeholder{color:rgba(0,0,0,.35)}.fitf-confirmation__register-error{background:rgba(217,78,31,.1);border:1px solid rgba(217,78,31,.3);color:var(--fitf-fire-orange);padding:var(--fitf-space-sm) var(--fitf-space-md);border-radius:var(--fitf-radius-md);margin-bottom:var(--fitf-space-md);font-size:.9rem;text-align:center}.fitf-confirmation__register-success{background:rgba(30,117,117,.1);border:1px solid rgba(30,117,117,.3);color:var(--fitf-forest-teal);padding:var(--fitf-space-sm) var(--fitf-space-md);border-radius:var(--fitf-radius-md);margin-bottom:var(--fitf-space-md);font-size:.9rem;text-align:center}.fitf-btn--register{width:100%;padding:var(--fitf-space-md) var(--fitf-space-xl)}.fitf-btn--register.is-loading{opacity:.7;cursor:not-allowed}.fitf-btn--register svg{width:18px;height:18px}.fitf-confirmation__register-skip{text-align:center;margin-top:var(--fitf-space-md)}.fitf-confirmation__skip-btn{background:0 0;border:none;color:var(--fitf-earth);font-family:var(--fitf-font-body);font-size:.9rem;cursor:pointer;text-decoration:underline;transition:color .2s ease}.fitf-confirmation__skip-btn:hover{color:var(--fitf-charcoal)}.fitf-confirmation__signin{background:linear-gradient(135deg,#f8f9fa 0,#e9ecef 100%);border-radius:var(--fitf-radius-lg);padding:var(--fitf-space-xl);margin-top:var(--fitf-space-xl);text-align:center}.fitf-confirmation__signin-header{margin-bottom:var(--fitf-space-lg)}.fitf-confirmation__signin-header h3{font-family:var(--fitf-font-display);font-size:1.25rem;color:var(--fitf-charcoal);margin-bottom:var(--fitf-space-sm)}.fitf-confirmation__signin-header p{font-size:.95rem;color:var(--fitf-earth);line-height:1.5}.fitf-confirmation__signin-email{display:flex;flex-direction:column;align-items:center;gap:var(--fitf-space-xs);padding:var(--fitf-space-md);background:#fff;border-radius:var(--fitf-radius-md);margin-bottom:var(--fitf-space-lg)}.fitf-confirmation__signin-email-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--fitf-earth);font-weight:600}.fitf-confirmation__signin-email-value{font-weight:600;color:var(--fitf-charcoal)}.fitf-btn--signin{display:inline-flex;align-items:center;justify-content:center;gap:var(--fitf-space-sm);min-width:200px}.fitf-btn--signin svg{width:18px;height:18px}.fitf-confirmation__signin-note{margin-top:var(--fitf-space-md);font-size:.85rem;color:var(--fitf-earth)}@media (max-width:600px){.fitf-confirmation{padding:var(--fitf-space-lg)}.fitf-confirmation__title{font-size:1.75rem}.fitf-confirmation__animation{width:100px;height:100px}.fitf-confirmation__order-header{flex-direction:column;gap:var(--fitf-space-sm);text-align:center}.fitf-confirmation__actions{flex-direction:column}.fitf-btn{width:100%}.fitf-confirmation__register{padding:var(--fitf-space-lg)}}.fitf-checkout-consents{margin-top:var(--fitf-space-xl,2rem);padding-top:var(--fitf-space-lg,1.5rem);border-top:1px solid var(--fitf-cream-dark,#e8e0d8)}.fitf-checkout-consents .fitf-form-field{margin-bottom:var(--fitf-space-md,1rem)}.fitf-checkout-consents .fitf-form-field:last-child{margin-bottom:0}.fitf-checkbox-label{display:flex!important;align-items:flex-start!important;gap:12px!important;cursor:pointer;font-size:1rem!important;line-height:1.6!important;color:var(--fitf-charcoal,#2d3436)!important;font-family:var(--fitf-font-body, 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif)!important}.fitf-checkbox-label input[type=checkbox]{position:absolute!important;opacity:0!important;cursor:pointer;height:0!important;width:0!important}.fitf-checkbox-custom{flex-shrink:0!important;width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;border:2px solid var(--fitf-forest-teal,#1e7575)!important;border-radius:4px!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .2s ease;margin-top:2px}.fitf-checkbox-label input[type=checkbox]:checked+.fitf-checkbox-custom{background:var(--fitf-forest-teal,#1e7575)!important;border-color:var(--fitf-forest-teal,#1e7575)!important}.fitf-checkbox-label input[type=checkbox]:checked+.fitf-checkbox-custom::after{content:''!important;width:6px!important;height:10px!important;border:solid #fff!important;border-width:0 2px 2px 0!important;transform:rotate(45deg)!important;margin-bottom:2px}.fitf-checkbox-label input[type=checkbox]:focus+.fitf-checkbox-custom{box-shadow:0 0 0 3px rgba(30,117,117,.2)}.fitf-checkbox-text{flex:1;font-size:1rem!important;line-height:1.6!important;color:var(--fitf-charcoal,#2d3436)!important}.fitf-checkbox-text a{color:var(--fitf-forest-teal,#1e7575)!important;text-decoration:underline}.fitf-checkbox-text a:hover{color:var(--fitf-forest-teal-light,#279393)!important}.fitf-checkbox-text .required{color:var(--fitf-fire-orange,#d94e1f)!important;font-weight:600}.fitf-form-field--checkbox.has-error .fitf-checkbox-custom{border-color:var(--fitf-fire-orange,#d94e1f)!important}.fitf-form-field--checkbox .fitf-field-error{margin-left:34px;margin-top:var(--fitf-space-xs,.25rem);color:var(--fitf-fire-orange,#d94e1f);font-size:1.7rem}.fitf-wc-checkout-wrapper{max-width:100%}.fitf-wc-checkout{background:#fff;border-radius:var(--fitf-radius-md);padding:var(--fitf-space-lg)}.fitf-wc-checkout .woocommerce-checkout{font-family:var(--fitf-font-body)}.fitf-wc-checkout .woocommerce-checkout h3{font-family:var(--fitf-font-display);color:var(--fitf-charcoal);margin-bottom:var(--fitf-space-md)}.fitf-wc-checkout .woocommerce-checkout .form-row label{font-weight:500;color:var(--fitf-charcoal)}.fitf-wc-checkout .woocommerce-checkout .form-row input,.fitf-wc-checkout .woocommerce-checkout .form-row select,.fitf-wc-checkout .woocommerce-checkout .form-row textarea{border:1px solid var(--fitf-cream-dark);border-radius:var(--fitf-radius-sm);padding:.75rem 1rem;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.fitf-wc-checkout .woocommerce-checkout .form-row input:focus,.fitf-wc-checkout .woocommerce-checkout .form-row select:focus,.fitf-wc-checkout .woocommerce-checkout .form-row textarea:focus{border-color:var(--fitf-forest-teal);box-shadow:0 0 0 3px rgba(30,117,117,.1);outline:0}.fitf-wc-checkout #place_order{display:none!important}.fitf-checkout-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--fitf-space-2xl);text-align:center}.fitf-checkout-loading p{margin-top:var(--fitf-space-md);color:var(--fitf-charcoal);font-size:1rem}.fitf-cart{font-family:var(--fitf-font-body, 'Montserrat', sans-serif);font-size:1.1rem;max-width:1200px;margin:0 auto;padding:var(--fitf-space-xl,2rem);margin-top:200px}.fitf-cart__empty{text-align:center;padding:var(--fitf-space-2xl,3rem) var(--fitf-space-xl,2rem)}.fitf-cart__empty-icon{font-size:4rem;margin-bottom:var(--fitf-space-lg,1.5rem)}.fitf-cart__empty h2{font-family:var(--fitf-font-display, 'Bobby Jones', serif);font-size:2.5rem;color:var(--fitf-night,#05031b);margin:0 0 var(--fitf-space-md,1rem) 0;text-transform:uppercase}.fitf-cart__empty p{color:var(--fitf-charcoal,#2d3436);font-size:1.2rem;margin:0 0 var(--fitf-space-xl,2rem) 0}.fitf-cart__body{display:grid;grid-template-columns:1fr 380px;gap:var(--fitf-space-xl,2rem);align-items:start}@media (max-width:968px){.fitf-cart__body{grid-template-columns:1fr}}.fitf-cart__main{background:#fff;border-radius:var(--fitf-radius-lg,12px);box-shadow:var(--fitf-shadow-md,0 4px 6px rgba(0,0,0,.1));padding:var(--fitf-space-xl,2rem)}.fitf-cart__header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:var(--fitf-space-xl,2rem);padding-bottom:var(--fitf-space-lg,1.5rem);border-bottom:2px solid var(--fitf-cream-dark,#e8e0d8)}.fitf-cart__title{font-family:var(--fitf-font-display, 'Bobby Jones', serif);font-size:2.5rem;color:var(--fitf-night,#05031b);margin:0;text-transform:uppercase}.fitf-cart__count{color:var(--fitf-earth,#8b7355);font-size:1.2rem}.fitf-cart__items{display:flex;flex-direction:column;gap:var(--fitf-space-lg,1.5rem)}.fitf-cart-item{display:grid;grid-template-columns:80px 1fr auto auto auto;gap:var(--fitf-space-lg,1.5rem);align-items:center;padding:var(--fitf-space-lg,1.5rem);background:var(--fitf-cream,#f5f0eb);border-radius:var(--fitf-radius-md,8px);transition:var(--fitf-transition-normal, 250ms ease)}.fitf-cart-item:hover{box-shadow:var(--fitf-shadow-sm,0 1px 2px rgba(0,0,0,.05))}.fitf-cart-item[data-element=fire]{border-left:4px solid var(--fitf-fire,#d94e1f)}.fitf-cart-item[data-element=water]{border-left:4px solid var(--fitf-water,#1e7575)}.fitf-cart-item[data-element=earth]{border-left:4px solid var(--fitf-earth,#8b7355)}.fitf-cart-item[data-element=air]{border-left:4px solid var(--fitf-air,#87ceeb)}@media (max-width:768px){.fitf-cart-item{grid-template-columns:60px 1fr;grid-template-rows:auto auto auto;gap:var(--fitf-space-md,1rem)}.fitf-cart-item__image{grid-row:span 2}.fitf-cart-item__price,.fitf-cart-item__quantity{grid-column:2}.fitf-cart-item__remove{position:absolute;top:var(--fitf-space-md,1rem);right:var(--fitf-space-md,1rem)}}.fitf-cart-item__image{width:80px;height:80px;border-radius:var(--fitf-radius-sm,4px);overflow:hidden;background:#fff}.fitf-cart-item__image img{width:100%;height:100%;object-fit:cover}.fitf-cart-item__details{min-width:0}.fitf-cart-item__name{font-family:var(--fitf-font-display, 'Bobby Jones', serif);font-size:1.5rem;color:var(--fitf-night,#05031b);margin:0 0 var(--fitf-space-xs,.25rem) 0;text-transform:uppercase}.fitf-cart-item__attendees-toggle{display:inline-flex;align-items:center;gap:var(--fitf-space-xs,.25rem);background:0 0;border:none;padding:var(--fitf-space-xs,.25rem) 0;font-size:1.1rem;color:var(--fitf-forest-teal,#1e7575);cursor:pointer;transition:var(--fitf-transition-fast, 150ms ease)}.fitf-cart-item__attendees-toggle:hover{color:var(--fitf-forest-teal-light,#279393)}.fitf-cart-item__attendees-list{margin-top:var(--fitf-space-sm,.5rem);padding:var(--fitf-space-sm,.5rem);background:#fff;border-radius:var(--fitf-radius-sm,4px)}.fitf-cart-item__attendee{display:flex;flex-direction:column;padding:var(--fitf-space-xs,.25rem) 0;font-size:1rem}.fitf-cart-item__attendee-name{font-weight:500;color:var(--fitf-charcoal,#2d3436)}.fitf-cart-item__attendee-email{color:var(--fitf-earth,#8b7355)}.fitf-solidarity-badge{display:inline-block;font-size:.95rem;font-weight:600;background:var(--fitf-forest-teal,#1e7575);color:#fff;padding:4px 12px;border-radius:var(--fitf-radius-sm,4px);margin-top:var(--fitf-space-xs,.25rem)}.fitf-cart-item__quantity{display:flex;align-items:center}.fitf-qty-control{display:flex;align-items:center;gap:0;background:#fff;border-radius:var(--fitf-radius-md,8px);overflow:hidden;border:2px solid var(--fitf-cream-dark,#e8e0d8)}.fitf-qty-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:0 0;border:none;font-size:1.4rem;color:var(--fitf-charcoal,#2d3436);cursor:pointer;transition:var(--fitf-transition-fast, 150ms ease)}.fitf-qty-btn:hover:not(:disabled){background:var(--fitf-forest-teal,#1e7575);color:#fff}.fitf-qty-btn:disabled{opacity:.3;cursor:not-allowed}.fitf-qty-input{width:55px;height:44px;border:none;text-align:center;font-size:1.2rem;font-weight:600;color:var(--fitf-charcoal,#2d3436);background:0 0}.fitf-qty-input::-webkit-inner-spin-button,.fitf-qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.fitf-qty-input[type=number]{-moz-appearance:textfield}.fitf-cart-item__price{text-align:right}.fitf-cart-item__line-total{display:block;font-family:var(--fitf-font-display, 'Bobby Jones', serif);font-size:1.5rem;color:var(--fitf-night,#05031b)}.fitf-cart-item__unit-price{display:block;font-size:1rem;color:var(--fitf-earth,#8b7355)}.fitf-cart-item__remove{background:0 0;border:none;padding:var(--fitf-space-sm,.5rem);color:var(--fitf-earth,#8b7355);cursor:pointer;transition:var(--fitf-transition-fast, 150ms ease);opacity:.6}.fitf-cart-item__remove:hover{color:var(--fitf-fire-orange,#d94e1f);opacity:1}.fitf-cart__coupon{margin-top:var(--fitf-space-xl,2rem);padding-top:var(--fitf-space-xl,2rem);border-top:1px solid var(--fitf-cream-dark,#e8e0d8)}.fitf-cart__coupon h3{font-size:1.25rem;font-weight:600;color:var(--fitf-charcoal,#2d3436);margin:0 0 var(--fitf-space-md,1rem) 0}.fitf-coupon-form{display:flex;gap:var(--fitf-space-sm,.5rem)}.fitf-coupon-form .fitf-input{flex:1;max-width:250px}.fitf-coupon-messages{margin-top:var(--fitf-space-sm,.5rem);font-size:1.05rem}.fitf-coupon-messages.success{color:var(--fitf-forest-teal,#1e7575)}.fitf-coupon-messages.error{color:var(--fitf-fire-orange,#d94e1f)}.fitf-applied-coupons{margin-top:var(--fitf-space-md,1rem);display:flex;flex-wrap:wrap;gap:var(--fitf-space-sm,.5rem)}.fitf-coupon-tag{display:inline-flex;align-items:center;gap:var(--fitf-space-xs,.25rem);background:var(--fitf-forest-teal,#1e7575);color:#fff;padding:6px 14px;border-radius:var(--fitf-radius-sm,4px);font-size:1rem;font-weight:500}.fitf-coupon-remove{background:0 0;border:none;color:#fff;opacity:.7;cursor:pointer;padding:0;margin-left:var(--fitf-space-xs,.25rem);font-size:1.1rem;line-height:1}.fitf-coupon-remove:hover{opacity:1}.fitf-cart__actions{margin-top:var(--fitf-space-xl,2rem);padding-top:var(--fitf-space-lg,1.5rem);border-top:1px solid var(--fitf-cream-dark,#e8e0d8)}.fitf-cart__sidebar{position:sticky;top:var(--fitf-space-xl,2rem)}.fitf-cart__summary{background:#fff;border-radius:var(--fitf-radius-lg,12px);box-shadow:var(--fitf-shadow-md,0 4px 6px rgba(0,0,0,.1));padding:var(--fitf-space-xl,2rem)}.fitf-cart__summary-title{font-family:var(--fitf-font-display, 'Bobby Jones', serif);font-size:1.75rem;color:var(--fitf-night,#05031b);margin:0 0 var(--fitf-space-lg,1.5rem) 0;text-transform:uppercase}.fitf-cart__summary-rows{display:flex;flex-direction:column;gap:var(--fitf-space-md,1rem);margin-bottom:var(--fitf-space-xl,2rem)}.fitf-cart__summary-row{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;color:var(--fitf-charcoal,#2d3436)}.fitf-cart__summary-row--discount{color:var(--fitf-forest-teal,#1e7575)}.fitf-cart__summary-row--solidarity{color:var(--fitf-forest-teal,#1e7575);font-size:1rem}.fitf-cart__summary-row--total{padding-top:var(--fitf-space-md,1rem);border-top:2px solid var(--fitf-cream-dark,#e8e0d8);font-weight:600;font-size:1.5rem;color:var(--fitf-night,#05031b)}.fitf-cart__security{display:flex;align-items:center;justify-content:center;gap:var(--fitf-space-sm,.5rem);margin-top:var(--fitf-space-lg,1.5rem);padding-top:var(--fitf-space-lg,1.5rem);border-top:1px solid var(--fitf-cream-dark,#e8e0d8);color:var(--fitf-earth,#8b7355);font-size:1rem}.fitf-cart__security svg{width:16px;height:16px}.fitf-input{padding:var(--fitf-space-md,1rem);font-size:1.1rem;border:2px solid var(--fitf-cream-dark,#e8e0d8);border-radius:var(--fitf-radius-md,8px);transition:var(--fitf-transition-fast, 150ms ease);background:#fff}.fitf-input:focus{outline:0;border-color:var(--fitf-forest-teal,#1e7575);box-shadow:0 0 0 3px rgba(30,117,117,.1)}.fitf-cart--loading{opacity:.6;pointer-events:none}.fitf-cart-item--removing{animation:slideOut .3s ease forwards}@keyframes slideOut{to{opacity:0;transform:translateX(-20px);max-height:0;padding:0;margin:0}}.fitf-toast{position:fixed;bottom:var(--fitf-space-xl,2rem);left:50%;transform:translateX(-50%) translateY(100px);background:var(--fitf-charcoal,#2d3436);color:#fff;padding:var(--fitf-space-md,1rem) var(--fitf-space-xl,2rem);border-radius:var(--fitf-radius-md,8px);box-shadow:var(--fitf-shadow-lg,0 10px 15px rgba(0,0,0,.15));z-index:9999;opacity:0;transition:all .3s ease}.fitf-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.fitf-toast.success{background:var(--fitf-forest-teal,#1e7575)}.fitf-toast.error{background:var(--fitf-fire-orange,#d94e1f)}.fitf-checkout{font-family:var(--fitf-font-body, 'Montserrat', sans-serif);max-width:1200px;margin:0 auto;padding:var(--fitf-space-xl,2rem);position:relative;margin-top:200px}.fitf-checkout__body{display:grid;grid-template-columns:1fr 400px;gap:var(--fitf-space-xl,2rem);align-items:start}@media (max-width:968px){.fitf-checkout__body{grid-template-columns:1fr}.fitf-checkout__sidebar{order:-1}}.fitf-checkout__main{background:#fff;border-radius:var(--fitf-radius-lg,12px);box-shadow:var(--fitf-shadow-md,0 4px 6px rgba(0,0,0,.1));padding:var(--fitf-space-xl,2rem)}.fitf-checkout__progress{display:flex;justify-content:space-between;position:relative;margin-bottom:var(--fitf-space-xl,2rem);padding-bottom:var(--fitf-space-xl,2rem);border-bottom:2px solid var(--fitf-cream-dark,#e8e0d8)}.fitf-checkout__progress::before{content:'';position:absolute;top:16px;left:50px;right:50px;height:2px;background:var(--fitf-cream-dark,#e8e0d8);z-index:0}.fitf-checkout-step{display:flex;flex-direction:column;align-items:center;gap:var(--fitf-space-xs,.25rem);position:relative;z-index:1}.fitf-checkout-step__number{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--fitf-cream-dark,#e8e0d8);color:var(--fitf-charcoal,#2d3436);border-radius:50%;font-weight:600;font-size:.9rem;transition:var(--fitf-transition-normal, 250ms ease)}.fitf-checkout-step__label{font-size:.85rem;color:var(--fitf-earth,#8b7355);font-weight:500}.fitf-checkout-step.active .fitf-checkout-step__number{background:var(--fitf-forest-teal,#1e7575);color:#fff}.fitf-checkout-step.active .fitf-checkout-step__label{color:var(--fitf-forest-teal,#1e7575)}.fitf-checkout-step.completed .fitf-checkout-step__number{background:var(--fitf-forest-teal,#1e7575);color:#fff}.fitf-checkout-step.completed .fitf-checkout-step__number::after{content:'✓'}.fitf-checkout__section{margin-bottom:var(--fitf-space-xl,2rem)}.fitf-checkout__section-title{font-family:var(--fitf-font-display, 'Bobby Jones', serif);font-size:1.75rem;color:var(--fitf-night,#05031b);margin:0 0 var(--fitf-space-sm,.5rem) 0;text-transform:uppercase}.fitf-checkout__section-desc{color:var(--fitf-charcoal,#2d3436);margin:0 0 var(--fitf-space-xl,2rem) 0}.fitf-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--fitf-space-lg,1.5rem)}@media (max-width:600px){.fitf-form-grid{grid-template-columns:1fr}}.fitf-form-field{display:flex;flex-direction:column;gap:var(--fitf-space-xs,.25rem)}.fitf-form-field--full{grid-column:1/-1}.fitf-form-field label{font-size:.95rem;font-weight:500;color:var(--fitf-charcoal,#2d3436)}.fitf-form-field label .required{color:var(--fitf-fire-orange,#d94e1f)}.fitf-form-field .fitf-input,.fitf-form-field .fitf-select{padding:var(--fitf-space-md,1rem);font-size:1rem;border:2px solid var(--fitf-cream-dark,#e8e0d8);border-radius:var(--fitf-radius-md,8px);transition:var(--fitf-transition-fast, 150ms ease);background:#fff}.fitf-form-field .fitf-input:focus,.fitf-form-field .fitf-select:focus{outline:0;border-color:var(--fitf-forest-teal,#1e7575);box-shadow:0 0 0 3px rgba(30,117,117,.1)}.fitf-form-field .fitf-input.error,.fitf-form-field .fitf-select.error{border-color:var(--fitf-fire-orange,#d94e1f)}.fitf-field-error{font-size:.85rem;color:var(--fitf-fire-orange,#d94e1f);display:none}.fitf-form-field.has-error .fitf-field-error{display:block}.fitf-field-hint{font-size:.85rem;color:var(--fitf-earth,#8b7355)}.fitf-create-account{margin-top:var(--fitf-space-xl,2rem);padding-top:var(--fitf-space-lg,1.5rem);border-top:1px solid var(--fitf-cream-dark,#e8e0d8)}.fitf-account-password{margin-top:var(--fitf-space-lg,1.5rem);padding:var(--fitf-space-lg,1.5rem);background:var(--fitf-cream,#f5f0eb);border-radius:var(--fitf-radius-md,8px)}.fitf-payment-methods{display:flex;flex-direction:column;gap:var(--fitf-space-md,1rem);margin-bottom:var(--fitf-space-xl,2rem)}.fitf-payment-method{border:2px solid var(--fitf-cream-dark,#e8e0d8);border-radius:var(--fitf-radius-md,8px);transition:var(--fitf-transition-fast, 150ms ease);overflow:hidden}.fitf-payment-method.is-selected{border-color:var(--fitf-forest-teal,#1e7575)}.fitf-payment-method__header{display:flex;align-items:center;gap:var(--fitf-space-md,1rem);padding:var(--fitf-space-lg,1.5rem);cursor:pointer;background:#fff}.fitf-payment-method__header input[type=radio]{display:none}.fitf-payment-method__radio{width:20px;height:20px;border:2px solid var(--fitf-cream-dark,#e8e0d8);border-radius:50%;position:relative;flex-shrink:0}.fitf-payment-method.is-selected .fitf-payment-method__radio{border-color:var(--fitf-forest-teal,#1e7575)}.fitf-payment-method.is-selected .fitf-payment-method__radio::after{content:'';position:absolute;top:4px;left:4px;right:4px;bottom:4px;background:var(--fitf-forest-teal,#1e7575);border-radius:50%}.fitf-payment-method__title{font-weight:600;color:var(--fitf-charcoal,#2d3436);flex:1}.fitf-payment-method__icons{display:flex;gap:var(--fitf-space-xs,.25rem)}.fitf-payment-method__icons img{height:24px;width:auto}.fitf-payment-method__body{padding:0 var(--fitf-space-lg,1.5rem) var(--fitf-space-lg,1.5rem);background:var(--fitf-cream,#f5f0eb)}.fitf-payment-method__desc{font-size:.9rem;color:var(--fitf-charcoal,#2d3436);margin:0 0 var(--fitf-space-md,1rem) 0}.fitf-payment-method__fields .StripeElement,.fitf-payment-method__fields .wc-stripe-elements-field{padding:var(--fitf-space-md,1rem);border:2px solid var(--fitf-cream-dark,#e8e0d8);border-radius:var(--fitf-radius-md,8px);background:#fff}.fitf-payment-method__fields .StripeElement--focus{border-color:var(--fitf-forest-teal,#1e7575);box-shadow:0 0 0 3px rgba(30,117,117,.1)}.fitf-checkout__terms{margin-bottom:var(--fitf-space-xl,2rem)}.fitf-checkout__terms a{color:var(--fitf-forest-teal,#1e7575);text-decoration:underline}.fitf-checkout__terms a:hover{color:var(--fitf-forest-teal-light,#279393)}.fitf-checkbox{display:flex;align-items:flex-start;gap:var(--fitf-space-sm,.5rem);cursor:pointer}.fitf-checkbox input{display:none}.fitf-checkbox__mark{width:22px;height:22px;border:2px solid var(--fitf-cream-dark,#e8e0d8);border-radius:var(--fitf-radius-sm,4px);flex-shrink:0;position:relative;transition:var(--fitf-transition-fast, 150ms ease);margin-top:2px}.fitf-checkbox input:checked+.fitf-checkbox__mark{background:var(--fitf-forest-teal,#1e7575);border-color:var(--fitf-forest-teal,#1e7575)}.fitf-checkbox input:checked+.fitf-checkbox__mark::after{content:'✓';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700}.fitf-checkbox__label{font-size:.95rem;color:var(--fitf-charcoal,#2d3436);line-height:1.5}.fitf-checkout__nav{display:flex;justify-content:space-between;align-items:center;padding-top:var(--fitf-space-xl,2rem);border-top:2px solid var(--fitf-cream-dark,#e8e0d8);gap:var(--fitf-space-md,1rem)}.fitf-checkout__sidebar{position:sticky;top:var(--fitf-space-xl,2rem)}.fitf-checkout__summary{background:#fff;border-radius:var(--fitf-radius-lg,12px);box-shadow:var(--fitf-shadow-md,0 4px 6px rgba(0,0,0,.1));padding:var(--fitf-space-xl,2rem);margin-bottom:var(--fitf-space-lg,1.5rem)}.fitf-checkout__summary-title{font-family:var(--fitf-font-display, 'Bobby Jones', serif);font-size:1.25rem;color:var(--fitf-night,#05031b);margin:0 0 var(--fitf-space-lg,1.5rem) 0;text-transform:uppercase}.fitf-checkout__items{display:flex;flex-direction:column;gap:var(--fitf-space-md,1rem);margin-bottom:var(--fitf-space-lg,1.5rem);padding-bottom:var(--fitf-space-lg,1.5rem);border-bottom:1px solid var(--fitf-cream-dark,#e8e0d8)}.fitf-checkout-item{display:flex;align-items:center;justify-content:space-between;gap:var(--fitf-space-md,1rem);padding:var(--fitf-space-sm,.5rem) 0}.fitf-checkout-item__details{flex:1;min-width:0;display:flex;align-items:center;gap:var(--fitf-space-sm,.5rem)}.fitf-checkout-item__name{font-size:.95rem;font-weight:500;color:var(--fitf-charcoal,#2d3436)}.fitf-checkout-item__qty{font-size:.85rem;color:var(--fitf-earth,#8b7355)}.fitf-checkout-item__price{font-weight:600;color:var(--fitf-night,#05031b);flex-shrink:0}.fitf-checkout__totals{display:flex;flex-direction:column;gap:var(--fitf-space-sm,.5rem)}.fitf-checkout__total-row{display:flex;justify-content:space-between;color:var(--fitf-charcoal,#2d3436);font-size:.95rem}.fitf-checkout__total-row--discount{color:var(--fitf-forest-teal,#1e7575)}.fitf-checkout__total-row--total{padding-top:var(--fitf-space-md,1rem);margin-top:var(--fitf-space-sm,.5rem);border-top:2px solid var(--fitf-cream-dark,#e8e0d8);font-size:1.25rem;font-weight:700;color:var(--fitf-night,#05031b)}.fitf-edit-cart{display:block;text-align:center;margin-top:var(--fitf-space-lg,1.5rem);color:var(--fitf-forest-teal,#1e7575);font-size:.9rem;text-decoration:underline}.fitf-edit-cart:hover{color:var(--fitf-forest-teal-light,#279393)}.fitf-checkout__trust{background:var(--fitf-cream,#f5f0eb);border-radius:var(--fitf-radius-md,8px);padding:var(--fitf-space-lg,1.5rem)}.fitf-trust-badge{display:flex;align-items:center;gap:var(--fitf-space-sm,.5rem);color:var(--fitf-charcoal,#2d3436);font-size:.85rem}.fitf-trust-badge:not(:last-child){margin-bottom:var(--fitf-space-sm,.5rem)}.fitf-trust-badge svg{color:var(--fitf-forest-teal,#1e7575);flex-shrink:0}.fitf-checkout__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(5,3,27,.85);display:flex;align-items:center;justify-content:center;z-index:99999}.fitf-checkout__processing{background:#fff;padding:var(--fitf-space-2xl,3rem);border-radius:var(--fitf-radius-lg,12px);text-align:center;max-width:400px}.fitf-checkout__processing p{font-family:var(--fitf-font-display, 'Bobby Jones', serif);font-size:1.5rem;color:var(--fitf-night,#05031b);margin:var(--fitf-space-lg,1.5rem) 0 var(--fitf-space-sm,.5rem) 0;text-transform:uppercase}.fitf-checkout__processing span{color:var(--fitf-earth,#8b7355);font-size:.9rem}.fitf-spinner{width:50px;height:50px;border:4px solid var(--fitf-cream-dark,#e8e0d8);border-top-color:var(--fitf-forest-teal,#1e7575);border-radius:50%;margin:0 auto;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.fitf-btn--full{width:100%;justify-content:center}.fitf-btn--checkout{background:var(--fitf-fire-orange,#d94e1f)}.fitf-btn--checkout:hover:not(:disabled){background:var(--fitf-fire-orange-light,#e8762d)}.fitf-no-payment{padding:var(--fitf-space-xl,2rem);text-align:center;background:var(--fitf-cream,#f5f0eb);border-radius:var(--fitf-radius-md,8px);color:var(--fitf-charcoal,#2d3436)}.fitf-payment-method__fields .wc-block-components-payment-method-icons,.fitf-payment-method__fields .woocommerce-SavedPaymentMethods{margin-bottom:var(--fitf-space-md,1rem)}.fitf-payment-method__fields #wc-stripe-card-element,.fitf-payment-method__fields #wcpay-card-element,.fitf-payment-method__fields .wc-stripe-elements-field{padding:var(--fitf-space-md,1rem);border:2px solid var(--fitf-cream-dark,#e8e0d8);border-radius:var(--fitf-radius-md,8px);background:#fff;min-height:44px}.fitf-payment-method__fields #wcpay-card-element:focus-within,.fitf-payment-method__fields .wc-stripe-elements-field:focus-within{border-color:var(--fitf-forest-teal,#1e7575);box-shadow:0 0 0 3px rgba(30,117,117,.1)}.fitf-payment-method__fields #wcpay-upe-element,.fitf-payment-method__fields .wcpay-upe-element{margin-top:var(--fitf-space-md,1rem)}.fitf-payment-method__fields #wcpay-upe-element iframe,.fitf-payment-method__fields .wcpay-upe-element iframe{min-height:200px}.fitf-payment-method__fields .wc-card-cvc-element,.fitf-payment-method__fields .wc-card-expiry-element,.fitf-payment-method__fields .wc-card-number-element{padding:var(--fitf-space-md,1rem);border:2px solid var(--fitf-cream-dark,#e8e0d8);border-radius:var(--fitf-radius-md,8px);background:#fff}.fitf-payment-method__fields .form-row{margin-bottom:var(--fitf-space-md,1rem)}.fitf-payment-method__fields .form-row label{display:block;margin-bottom:var(--fitf-space-xs,.25rem);font-size:.95rem;font-weight:500;color:var(--fitf-charcoal,#2d3436)}.fitf-payment-method__fields .wc-block-components-validation-error,.fitf-payment-method__fields .woocommerce-error{color:var(--fitf-fire-orange,#d94e1f);font-size:.85rem;margin-top:var(--fitf-space-xs,.25rem)}.fitf-checkout .woocommerce-checkout-payment{background:0 0;border:none;padding:0}.fitf-payment-method__fields .woocommerce-SavedPaymentMethods-token{display:flex;align-items:center;gap:var(--fitf-space-sm,.5rem);padding:var(--fitf-space-sm,.5rem) 0;border-bottom:1px solid var(--fitf-cream-dark,#e8e0d8)}.fitf-payment-method__fields .woocommerce-SavedPaymentMethods-token:last-child{border-bottom:none}.fitf-payment-method__fields .woocommerce-SavedPaymentMethods-new{padding-top:var(--fitf-space-md,1rem);margin-top:var(--fitf-space-sm,.5rem);border-top:1px solid var(--fitf-cream-dark,#e8e0d8)}.fitf-payment-method__fields .wcpay-test-mode-notice{background:#fef3cd;border:1px solid #ffeeba;color:#856404;padding:var(--fitf-space-sm,.5rem) var(--fitf-space-md,1rem);border-radius:var(--fitf-radius-sm,4px);margin-bottom:var(--fitf-space-md,1rem);font-size:.85rem}.fitf-toast{position:fixed;bottom:var(--fitf-space-xl,2rem);left:50%;transform:translateX(-50%) translateY(100px);padding:var(--fitf-space-md,1rem) var(--fitf-space-xl,2rem);border-radius:var(--fitf-radius-md,8px);color:#fff;font-weight:500;z-index:100000;transition:transform .3s ease;box-shadow:var(--fitf-shadow-lg,0 10px 25px rgba(0,0,0,.2))}.fitf-toast.show{transform:translateX(-50%) translateY(0)}.fitf-toast.error{background:var(--fitf-fire-orange,#d94e1f)}.fitf-toast.success{background:var(--fitf-forest-teal,#1e7575)}.fitf-checkout-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--fitf-space-3xl,4rem);text-align:center}.fitf-checkout-loading p{margin-top:var(--fitf-space-md,1rem);color:var(--fitf-charcoal-light,#636e72);font-size:1rem}.fitf-wc-checkout{padding:var(--fitf-space-lg,1.5rem)}.fitf-wc-checkout .woocommerce-checkout{font-family:var(--fitf-font-body, 'Montserrat', sans-serif)}.fitf-wc-checkout h3{font-family:var(--fitf-font-heading, 'Playfair Display', serif);color:var(--fitf-charcoal,#2d3436);font-size:1.5rem;margin-bottom:var(--fitf-space-lg,1.5rem);padding-bottom:var(--fitf-space-sm,.5rem);border-bottom:2px solid var(--fitf-cream-dark,#e8e0d8)}.fitf-wc-checkout .woocommerce-billing-fields__field-wrapper,.fitf-wc-checkout .woocommerce-shipping-fields__field-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:var(--fitf-space-md,1rem)}.fitf-wc-checkout #billing_address_1_field,.fitf-wc-checkout #billing_address_2_field,.fitf-wc-checkout #billing_country_field,.fitf-wc-checkout .form-row-wide{grid-column:1/-1}.fitf-wc-checkout label{font-weight:500;color:var(--fitf-charcoal,#2d3436);font-size:.875rem;margin-bottom:var(--fitf-space-xs,.25rem);display:block}.fitf-wc-checkout .input-text,.fitf-wc-checkout select,.fitf-wc-checkout textarea{width:100%;padding:var(--fitf-space-sm,.75rem);border:2px solid var(--fitf-cream-dark,#e8e0d8);border-radius:var(--fitf-radius-md,8px);font-size:1rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.fitf-wc-checkout .input-text:focus,.fitf-wc-checkout select:focus,.fitf-wc-checkout textarea:focus{outline:0;border-color:var(--fitf-forest-teal,#1e7575);box-shadow:0 0 0 3px rgba(30,117,117,.1)}.fitf-wc-checkout #payment{background:var(--fitf-cream-light,#faf7f2);border-radius:var(--fitf-radius-lg,12px);padding:var(--fitf-space-lg,1.5rem);margin-top:var(--fitf-space-xl,2rem)}.fitf-wc-checkout .wc_payment_methods{padding:0;margin:0;list-style:none}.fitf-wc-checkout .wc_payment_method{border-bottom:1px solid var(--fitf-cream-dark,#e8e0d8);padding:var(--fitf-space-md,1rem) 0}.fitf-wc-checkout .wc_payment_method:last-child{border-bottom:none}.fitf-wc-checkout .wc_payment_method label{display:flex;align-items:center;gap:var(--fitf-space-sm,.5rem);cursor:pointer;font-weight:600}.fitf-wc-checkout .payment_box{background:#fff;border-radius:var(--fitf-radius-md,8px);padding:var(--fitf-space-md,1rem);margin-top:var(--fitf-space-sm,.5rem)}.fitf-wc-checkout .wc-credit-card-form,.fitf-wc-checkout .wc-stripe-elements-field,.fitf-wc-checkout .wcpay-upe-element{background:#fff;border:2px solid var(--fitf-cream-dark,#e8e0d8);border-radius:var(--fitf-radius-md,8px);padding:var(--fitf-space-md,1rem);min-height:45px}.fitf-wc-checkout #place_order{width:100%;padding:var(--fitf-space-md,1rem) var(--fitf-space-xl,2rem);background:var(--fitf-forest-green,#2d5016);color:#fff;border:none;border-radius:var(--fitf-radius-md,8px);font-size:1.125rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease;margin-top:var(--fitf-space-lg,1.5rem)}.fitf-wc-checkout #place_order:hover{background:var(--fitf-forest-green-dark,#1f3a0f)}.fitf-wc-checkout #place_order:active{transform:scale(.99)}.fitf-wc-checkout #place_order:disabled{opacity:.6;cursor:not-allowed}.fitf-wc-checkout .woocommerce-checkout-review-order-table{width:100%;margin-bottom:var(--fitf-space-lg,1.5rem);border-collapse:collapse}.fitf-wc-checkout .woocommerce-checkout-review-order-table td,.fitf-wc-checkout .woocommerce-checkout-review-order-table th{padding:var(--fitf-space-sm,.5rem) 0;border-bottom:1px solid var(--fitf-cream-dark,#e8e0d8)}.fitf-wc-checkout .woocommerce-checkout-review-order-table .order-total{font-weight:700;font-size:1.125rem}.fitf-wc-checkout .woocommerce-error{background:#fef2f2;border:1px solid #f87171;border-radius:var(--fitf-radius-md,8px);padding:var(--fitf-space-md,1rem);margin-bottom:var(--fitf-space-lg,1.5rem);color:#b91c1c;list-style:none}.fitf-wc-checkout .woocommerce-error li{margin:0}.fitf-wc-checkout .woocommerce-info,.fitf-wc-checkout .woocommerce-message{background:var(--fitf-cream-light,#faf7f2);border:1px solid var(--fitf-cream-dark,#e8e0d8);border-radius:var(--fitf-radius-md,8px);padding:var(--fitf-space-md,1rem);margin-bottom:var(--fitf-space-lg,1.5rem)}.fitf-wc-checkout .required{color:var(--fitf-fire-orange,#d94e1f)}.fitf-wc-checkout .woocommerce-checkout-coupon-form,.fitf-wc-checkout .woocommerce-form-login-toggle{display:none}@media (max-width:768px){.fitf-wc-checkout .woocommerce-billing-fields__field-wrapper,.fitf-wc-checkout .woocommerce-shipping-fields__field-wrapper{grid-template-columns:1fr}}.fitf-ticket-page .site-main{background:var(--fitf-cream,#f5f0eb)}.fitf-ticket-product{max-width:1200px;margin:0 auto;padding:2rem}.fitf-ticket-product .woocommerce-product-gallery{position:relative;overflow:hidden;border-radius:12px}.fitf-ticket-product .woocommerce-product-gallery__image img{border-radius:12px}.fitf-ticket-product .woocommerce-product-gallery::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:var(--fitf-fire-orange,#d94e1f)}.fitf-element-earth .woocommerce-product-gallery::after{background:#8b7355}.fitf-element-air .woocommerce-product-gallery::after{background:#87ceeb}.fitf-element-fire .woocommerce-product-gallery::after{background:#d94e1f}.fitf-element-water .woocommerce-product-gallery::after{background:#1e7575}.fitf-ticket-product .summary{padding:1.5rem 0}.fitf-ticket-product .product_title{font-family:Oswald,Impact,sans-serif;font-size:2.5rem;font-weight:700;color:#2d3436;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.02em}.fitf-ticket-product .price{font-size:2rem;font-weight:700;color:#d94e1f;margin-bottom:1.5rem}.fitf-ticket-product .price del{color:#999;font-size:1.25rem}.fitf-ticket-product .price ins{text-decoration:none}.fitf-ticket-product .woocommerce-product-details__short-description{font-size:1.125rem;line-height:1.7;color:#555;margin-bottom:1.5rem}.fitf-ticket-info{margin:2rem 0;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.fitf-ticket-info h4{font-family:Oswald,Impact,sans-serif;font-size:1rem;font-weight:600;color:#666;margin:0 0 1rem 0;text-transform:uppercase;letter-spacing:.05em}.fitf-ticket-excludes,.fitf-ticket-includes{margin-bottom:1.5rem}.fitf-ticket-excludes:last-child,.fitf-ticket-includes:last-child{margin-bottom:0}.fitf-ticket-info ul{list-style:none;padding:0;margin:0}.fitf-ticket-info li{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:.95rem;color:#444}.fitf-check{color:#1e7575;font-weight:700;flex-shrink:0}.fitf-cross{color:#dc3545;font-weight:700;flex-shrink:0}.fitf-solidarity-selector{margin:2rem 0;padding:1.5rem;background:linear-gradient(135deg,#1e7575 0,#279393 100%);border-radius:12px;color:#fff}.fitf-solidarity-selector h4{font-family:Oswald,Impact,sans-serif;font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 .5rem 0;text-transform:uppercase}.fitf-solidarity-description{font-size:.875rem;opacity:.9;margin:0 0 1.5rem 0;line-height:1.6}.fitf-solidarity-options{display:flex;flex-direction:column;gap:.5rem}.fitf-solidarity-option{display:flex;align-items:center;padding:1rem;background:rgba(255,255,255,.1);border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s ease}.fitf-solidarity-option:hover{background:rgba(255,255,255,.15)}.fitf-solidarity-option:has(input:checked){background:rgba(255,255,255,.2);border-color:#fff}.fitf-solidarity-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.fitf-solidarity-option__content{display:flex;justify-content:space-between;align-items:center;flex:1}.fitf-solidarity-option__label{font-weight:500}.fitf-solidarity-option__price{font-weight:700;font-size:1.125rem}.fitf-wizard-link{margin:2rem 0;padding:1.5rem;background:#f5f0eb;border-radius:12px;border:2px dashed #ddd;text-align:center}.fitf-wizard-link p{margin:0 0 1rem 0;color:#666}.fitf-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;font-family:Oswald,Impact,sans-serif;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;text-decoration:none;border:none;border-radius:8px;cursor:pointer;transition:all .25s ease}.fitf-btn--primary{background:#d94e1f;color:#fff}.fitf-btn--primary:hover{background:#e8762d;box-shadow:0 0 20px rgba(217,78,31,.3)}.fitf-btn--secondary{background:#1e7575;color:#fff}.fitf-btn--secondary:hover{background:#279393}.fitf-ticket-product .single_add_to_cart_button{background:#d94e1f!important;font-family:Oswald,Impact,sans-serif!important;font-size:1.125rem!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.02em!important;padding:1rem 2rem!important;border-radius:8px!important;transition:all .25s ease!important}.fitf-ticket-product .single_add_to_cart_button:hover{background:#e8762d!important;box-shadow:0 0 20px rgba(217,78,31,.3)!important}.fitf-ticket-product .stock{font-size:.875rem;font-weight:600;margin-bottom:1rem;padding:.5rem 1rem;border-radius:6px;display:inline-block}.fitf-ticket-product .in-stock{background:rgba(30,117,117,.1);color:#1e7575}.fitf-ticket-product .out-of-stock{background:rgba(220,53,69,.1);color:#dc3545}.fitf-ticket-product .woocommerce-tabs{margin-top:3rem}.fitf-ticket-product .woocommerce-tabs ul.tabs{list-style:none;padding:0;margin:0 0 2rem 0;display:flex;gap:.5rem;border-bottom:2px solid #eee}.fitf-ticket-product .woocommerce-tabs ul.tabs li{margin:0}.fitf-ticket-product .woocommerce-tabs ul.tabs li a{display:block;padding:1rem 1.5rem;font-family:Oswald,Impact,sans-serif;font-size:.875rem;font-weight:600;color:#666;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s ease}.fitf-ticket-product .woocommerce-tabs ul.tabs li.active a{color:#d94e1f;border-bottom-color:#d94e1f}.fitf-ticket-product .woocommerce-tabs .panel h2{font-family:Oswald,Impact,sans-serif;font-size:1.5rem;color:#2d3436;margin:0 0 1rem 0;text-transform:uppercase}.fitf-ticket-product .related.products{margin-top:4rem;padding-top:3rem;border-top:2px solid #eee}.fitf-ticket-product .related.products>h2{font-family:Oswald,Impact,sans-serif;font-size:1.75rem;color:#2d3436;text-transform:uppercase;margin-bottom:2rem}.fitf-ticket-product .related.products ul.products{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.fitf-ticket-product .related.products ul.products li.product{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:transform .25s ease,box-shadow .25s ease}.fitf-ticket-product .related.products ul.products li.product:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}@media (max-width:768px){.fitf-ticket-product{padding:1rem}.fitf-ticket-product .product_title{font-size:1.75rem}.fitf-ticket-product .price{font-size:1.5rem}.fitf-ticket-info{padding:1rem}.fitf-solidarity-selector{padding:1rem}.fitf-wizard-link{padding:1rem}.fitf-ticket-product .woocommerce-tabs ul.tabs{flex-wrap:wrap}.fitf-ticket-product .woocommerce-tabs ul.tabs li a{padding:.75rem 1rem;font-size:.75rem}}.woocommerce-cart .fitf-cart-attendees{margin-top:.5rem;padding:.5rem;background:#f9f9f9;border-radius:4px;font-size:.8rem}.woocommerce-cart .fitf-cart-attendee{padding:.25rem 0;border-bottom:1px solid #eee}.woocommerce-cart .fitf-cart-attendee:last-child{border-bottom:none}.woocommerce-cart .fitf-cart-attendee-name{font-weight:600;color:#2d3436}.woocommerce-cart .fitf-cart-attendee-email{color:#666}.woocommerce-checkout .fitf-order-attendees{margin-top:.5rem;padding:.5rem;background:#f9f9f9;border-radius:4px}.woocommerce-checkout .fitf-order-attendee{padding:.25rem 0;font-size:.85rem}.woocommerce-order-details .fitf-order-attendees{margin-top:.5rem;padding:.75rem;background:#f5f5f5;border-radius:6px}.woocommerce-order-details .fitf-order-attendees h4{font-size:.9rem;font-weight:600;margin:0 0 .5rem 0;color:#333}.woocommerce-order-details .fitf-order-attendee{padding:.5rem 0;border-bottom:1px solid #e5e5e5}.woocommerce-order-details .fitf-order-attendee:last-child{border-bottom:none}