:root{--jsfc-dark: #0a0f1c;--jsfc-navy: #1e3a8a;--jsfc-blue: #3b82f6;--jsfc-light: #60a5fa;--jsfc-accent: #0ea5e9;--jsfc-text: #111827;--jsfc-muted: #6b7280;--jsfc-bg: #f9fafb;--jsfc-white: #ffffff;--jsfc-success: #22c55e}.jsfc-page{color:var(--jsfc-text);background:var(--jsfc-bg)}.jsfc-page *{box-sizing:border-box}.jsfc-container{max-width:1280px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.jsfc-display{font-family:var(--font-heading-family),system-ui,sans-serif;letter-spacing:-.03em}.jsfc-section{padding:5rem 0}.jsfc-section--white{background:#fff}.jsfc-section--light{background:var(--jsfc-bg)}.jsfc-section--dark{background:var(--jsfc-dark);color:#fff;position:relative;overflow:hidden}.jsfc-section-title{font-size:clamp(2rem,3.3vw,3rem);font-weight:900;margin:0 0 1rem;text-transform:uppercase}.jsfc-section-copy{max-width:48rem;color:var(--jsfc-muted);margin:0 auto}.jsfc-text-center{text-align:center}.jsfc-grid{display:grid;gap:2rem}.jsfc-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.jsfc-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.jsfc-card{background:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;box-shadow:0 10px 25px #0000000f}.jsfc-card-hover{transition:transform .3s ease,box-shadow .3s ease}.jsfc-card-hover:hover{transform:translateY(-4px);box-shadow:0 20px 32px #0000001f}.jsfc-btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;padding:.95rem 1.6rem;border-radius:999px;text-decoration:none;font-weight:700;transition:all .25s ease;cursor:pointer}.jsfc-btn--primary{background:var(--jsfc-blue);color:#fff}.jsfc-btn--primary:hover{background:var(--jsfc-navy);color:#fff;transform:translateY(-1px)}.jsfc-btn--ghost{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3)}.jsfc-btn--ghost:hover{background:#fff3;color:#fff}.jsfc-btn--soft{background:#3b82f61a;color:var(--jsfc-navy)}.jsfc-btn--soft:hover{background:#3b82f62e;color:var(--jsfc-navy)}.jsfc-hero{position:relative;overflow:hidden;color:#fff;background:linear-gradient(135deg,var(--jsfc-dark) 0%,var(--jsfc-navy) 50%,var(--jsfc-accent) 100%)}.jsfc-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 40px,rgba(255,255,255,.03) 40px,rgba(255,255,255,.03) 80px)}.jsfc-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000003d}.jsfc-hero__wrap{position:relative;z-index:2;padding:6rem 0 7rem}.jsfc-pill{display:inline-flex;align-items:center;gap:.65rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:999px;padding:.6rem 1rem;font-size:.9rem;margin-bottom:1.5rem}.jsfc-pill__dot{width:.55rem;height:.55rem;border-radius:50%;background:#4ade80;box-shadow:0 0 0 8px #4ade802e}.jsfc-hero__title{font-size:clamp(2.7rem,6vw,5.2rem);line-height:.98;font-weight:900;text-transform:uppercase;margin:0 0 1.25rem}.jsfc-hero__highlight{color:var(--jsfc-light)}.jsfc-hero__copy{font-size:clamp(1.05rem,2vw,1.3rem);color:#ffffffe0;max-width:36rem}.jsfc-hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.jsfc-hero__checks{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:2.2rem;color:#fff;font-size:.95rem}.jsfc-check{display:flex;align-items:center;gap:.5rem}.jsfc-check__dot{width:1rem;height:1rem;border-radius:50%;background:var(--jsfc-success)}.jsfc-hero__image-card{position:relative}.jsfc-hero__image{width:100%;height:500px;object-fit:cover;border-radius:1.8rem;display:block;box-shadow:0 25px 40px #00000047}.jsfc-hero__floating{position:absolute;left:-1.5rem;bottom:-1.5rem;background:#fff;color:#111827;border-radius:1.25rem;padding:1.25rem;max-width:17rem;box-shadow:0 16px 26px #00000026}.jsfc-avatars{display:flex;margin-bottom:.5rem}.jsfc-avatar{width:2.6rem;height:2.6rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;border:2px solid #fff;margin-right:-.5rem}.jsfc-avatar--dark{background:var(--jsfc-navy)}.jsfc-avatar--blue{background:var(--jsfc-blue)}.jsfc-notice{background:var(--jsfc-blue);color:#fff;padding:.9rem 0}.jsfc-notice__inner{display:flex;align-items:center;justify-content:center;gap:.75rem;position:relative}.jsfc-notice__close{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:#fff;cursor:pointer;position:absolute;right:0;top:50%;transform:translateY(-50%)}.jsfc-service{padding:2rem}.jsfc-iconbox{width:3.5rem;height:3.5rem;border-radius:.95rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.jsfc-iconbox--blue{background:#3b82f61f;color:var(--jsfc-navy)}.jsfc-iconbox--green{background:#22c55e24;color:#15803d}.jsfc-service h3{margin:0 0 .9rem;font-size:1.35rem;font-weight:800}.jsfc-service p{color:var(--jsfc-muted)}.jsfc-list{list-style:none;margin:1.2rem 0 1.5rem;padding:0;display:grid;gap:.75rem}.jsfc-list li{display:flex;gap:.6rem;align-items:flex-start;color:var(--jsfc-muted)}.jsfc-list li:before{content:"";width:.85rem;height:.85rem;margin-top:.3rem;border-radius:50%;background:var(--jsfc-success);flex:0 0 auto}.jsfc-badge-top{position:absolute;left:50%;transform:translate(-50%);top:-.8rem;background:var(--jsfc-blue);color:#fff;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border-radius:999px;padding:.35rem .85rem}.jsfc-coach-card{overflow:hidden}.jsfc-coach-card__media{height:22rem;background:var(--jsfc-dark);position:relative}.jsfc-coach-card__media img{width:100%;height:100%;object-fit:cover;display:block}.jsfc-coach-card__body{padding:2rem}.jsfc-subtitle{color:var(--jsfc-blue);font-weight:700}.jsfc-socials{display:flex;gap:.65rem}.jsfc-socials a{width:2.5rem;height:2.5rem;border-radius:50%;background:#fff;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;color:#374151}.jsfc-taglist{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.75rem}.jsfc-tag{padding:.45rem .8rem;border-radius:999px;background:#fff;border:1px solid #e5e7eb;font-size:.875rem}.jsfc-tag--primary{background:var(--jsfc-blue);color:#fff;border-color:var(--jsfc-blue)}.jsfc-booking-shell{position:relative}.jsfc-booking-panel{max-width:980px;margin:0 auto;padding:2.25rem;border-radius:1.8rem;background:#fff;color:var(--jsfc-text);box-shadow:0 26px 40px #00000038}.jsfc-booking-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.jsfc-booking-option{border:2px solid #e5e7eb;border-radius:1rem;padding:1.25rem;display:flex;justify-content:space-between;gap:1rem;align-items:center}.jsfc-booking-option--featured{border-color:var(--jsfc-blue);box-shadow:inset 0 0 0 1px #3b82f62e}.jsfc-booking-option h4{margin:0;font-size:1.05rem;font-weight:800}.jsfc-booking-option p{margin:.25rem 0 0;color:var(--jsfc-muted);font-size:.92rem}.jsfc-booking-option .jsfc-btn{width:100%;margin-top:1rem}.jsfc-mini-heading{font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#374151;margin:0 0 .85rem}.jsfc-booking-note{background:#f3f4f6;border-radius:1rem;padding:1rem 1.1rem;color:var(--jsfc-muted);margin-top:1.25rem}.jsfc-table-wrap{background:#fff;border-radius:1.8rem;border:1px solid #e5e7eb;box-shadow:0 12px 24px #0000000f;overflow:hidden}.jsfc-table{width:100%;border-collapse:collapse;min-width:920px}.jsfc-table thead th{background:var(--jsfc-dark);color:#fff;text-align:left;padding:1rem 1.25rem;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.jsfc-table td{padding:1rem 1.25rem;border-top:1px solid #f1f5f9;vertical-align:top}.jsfc-slot{border-radius:.9rem;padding:.85rem;display:block;border:1px solid transparent}.jsfc-slot--blue{background:#3b82f61a;border-color:#3b82f62e}.jsfc-slot--green{background:#22c55e1f;border-color:#22c55e33}.jsfc-slot--purple{background:#a855f724;border-color:#a855f73d}.jsfc-slot--orange{background:#f9731624;border-color:#f973163d}.jsfc-table-foot{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1.25rem 1.5rem;background:#f9fafb}.jsfc-review{padding:2rem}.jsfc-stars{color:#fbbf24;display:flex;gap:.2rem;margin-bottom:1rem}.jsfc-stars svg{width:1rem;height:1rem;fill:currentColor}.jsfc-person{display:flex;align-items:center;gap:.85rem}.jsfc-person__badge{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800}.jsfc-contact{align-items:start}.jsfc-contact-list{display:grid;gap:1.35rem}.jsfc-contact-item{display:flex;gap:1rem;align-items:flex-start}.jsfc-contact-item__icon{width:3rem;height:3rem;border-radius:.9rem;background:#3b82f61a;display:flex;align-items:center;justify-content:center;color:var(--jsfc-blue);flex:0 0 auto}.jsfc-form{padding:2rem}.jsfc-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.jsfc-field{display:grid;gap:.45rem}.jsfc-label{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#374151}.jsfc-input,.jsfc-textarea,.jsfc-select{width:100%;border:1px solid #d1d5db;border-radius:.95rem;padding:.95rem 1rem;outline:none;background:#fff;color:#111827}.jsfc-input:focus,.jsfc-textarea:focus,.jsfc-select:focus{border-color:var(--jsfc-blue);box-shadow:0 0 0 2px #3b82f626}.jsfc-textarea{min-height:8.5rem;resize:vertical}.jsfc-footer{background:var(--jsfc-dark);color:#fff;padding:4rem 0 2rem}.jsfc-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}.jsfc-footer p,.jsfc-footer li,.jsfc-footer a{color:#9ca3af;text-decoration:none}.jsfc-footer a:hover{color:#fff}.jsfc-divider{border-top:1px solid rgba(255,255,255,.08);margin-top:2rem;padding-top:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.jsfc-booking-product-hero{background:linear-gradient(135deg,var(--jsfc-dark) 0%,var(--jsfc-navy) 60%,var(--jsfc-accent) 100%);color:#fff;padding:4rem 0 3rem;position:relative;overflow:hidden}.jsfc-booking-product-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 40px,rgba(255,255,255,.03) 40px,rgba(255,255,255,.03) 80px)}.jsfc-booking-product-hero .jsfc-container{position:relative;z-index:1}.jsfc-booking-product-hero h1{margin:0 0 .8rem;font-size:clamp(2.2rem,4vw,4rem);font-weight:900;text-transform:uppercase}.jsfc-booking-product-hero p{max-width:46rem;color:#ffffffd6}@media(max-width:989px){.jsfc-grid-2,.jsfc-grid-3,.jsfc-booking-grid,.jsfc-field-grid,.jsfc-footer-grid{grid-template-columns:1fr}.jsfc-hero__wrap{padding:4.5rem 0 6rem}.jsfc-hero__image{height:380px}.jsfc-hero__floating{position:static;margin-top:1rem;max-width:none}.jsfc-table-foot{flex-direction:column;align-items:flex-start}.jsfc-notice__close{position:static;transform:none}}@media(max-width:749px){.jsfc-container{padding-left:1rem;padding-right:1rem}.jsfc-section{padding:4rem 0}.jsfc-service,.jsfc-review,.jsfc-form,.jsfc-booking-panel,.jsfc-coach-card__body{padding:1.5rem}.jsfc-hero__actions{flex-direction:column}.jsfc-btn{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/jsfc.css.map */
