.Trainer-module__VL4VNa__trainerSection{background-color:#2020204d;min-height:600px;padding:2rem 4rem}.Trainer-module__VL4VNa__sectionHeader{justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex;position:relative}.Trainer-module__VL4VNa__sectionTitle{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:.75rem;margin-bottom:0;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;transition:all .3s;display:flex}.Trainer-module__VL4VNa__headerSpacer{flex-shrink:0;width:120px}.Trainer-module__VL4VNa__backButton{color:#fff;border-radius:var(--radius-sm);cursor:pointer;background:#ffffff1a;border:1px solid #fff3;flex-shrink:0;align-items:center;gap:.5rem;width:120px;padding:.75rem 1.5rem;font-size:1rem;transition:all .2s;display:flex}.Trainer-module__VL4VNa__backButton:hover{border-color:var(--vivid-tangerine);background:#ffffff26}.Trainer-module__VL4VNa__titleIcon{color:var(--vivid-tangerine);flex-shrink:0;transition:transform .3s}.Trainer-module__VL4VNa__descriptionContainer{text-align:center;max-width:800px;margin:0 auto}.Trainer-module__VL4VNa__description{color:#ffffffe6;margin:0;font-size:clamp(1rem,2vw,1.25rem);line-height:1.8}.Trainer-module__VL4VNa__optionsContainer{flex-direction:column;justify-content:center;align-items:center;max-width:1200px;min-height:500px;margin:0 auto;display:flex}.Trainer-module__VL4VNa__optionsDescription{color:#ffffffe6;text-align:center;margin-bottom:3rem;font-size:1.25rem}.Trainer-module__VL4VNa__optionsGrid{grid-template-columns:repeat(2,1fr);gap:2.5rem;width:100%;max-width:1000px;margin:0 auto;display:grid}.Trainer-module__VL4VNa__optionCard{border:var(--card-border)solid #ffffff1f;border-radius:var(--radius-xl);text-align:center;cursor:pointer;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(145deg,#ffffff14 0%,#ffffff05 50%,#f18b410d 100%);padding:3.5rem 2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 24px #0003,inset 0 1px #ffffff1a}.Trainer-module__VL4VNa__optionCard:before{content:"";border-radius:calc(var(--radius-xl) - var(--card-border));-webkit-mask-composite:xor;opacity:0;background:linear-gradient(135deg,#0000 0% 40%,#f18b414d 50%,#0000 60% 100%) 0 0/300% 300%;padding:2px;transition:opacity .4s,background-position .6s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Trainer-module__VL4VNa__optionCard:hover:before{opacity:1;animation:2s infinite Trainer-module__VL4VNa__borderGlow}@keyframes Trainer-module__VL4VNa__borderGlow{0%,to{background-position:0%}50%{background-position:100%}}.Trainer-module__VL4VNa__optionCard:after{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,#f18b4126 0%,#0000 40%);width:200%;height:200%;transition:opacity .4s,transform .4s;position:absolute;top:-50%;left:-50%;transform:scale(.5)}.Trainer-module__VL4VNa__optionCard:hover:after{opacity:1;transform:scale(1)}.Trainer-module__VL4VNa__optionCard:hover{background:linear-gradient(145deg,#ffffff1f 0%,#ffffff0a 50%,#f18b411a 100%);border-color:#f18b4180;transform:translateY(-8px);box-shadow:0 20px 40px #0000004d,0 0 60px #f18b4126,inset 0 1px #ffffff26}.Trainer-module__VL4VNa__optionCard:active{transition:all .1s;transform:translateY(-4px)scale(.98)}.Trainer-module__VL4VNa__optionIcon{color:var(--vivid-tangerine);z-index:1;justify-content:center;margin-bottom:2rem;display:flex;position:relative}.Trainer-module__VL4VNa__optionIcon svg{border-radius:var(--radius-lg);background:linear-gradient(135deg,#f18b4133 0%,#f18b4114 100%);border:1px solid #f18b414d;width:64px;height:64px;padding:1rem;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #f18b4133}.Trainer-module__VL4VNa__optionCard:hover .Trainer-module__VL4VNa__optionIcon svg{background:linear-gradient(135deg,#f18b414d 0%,#f18b4126 100%);border-color:#f18b4180;box-shadow:0 8px 24px #f18b4159,0 0 40px #f18b4133}.Trainer-module__VL4VNa__optionTitle{color:#fff;z-index:1;margin-bottom:1rem;font-size:1.85rem;font-weight:700;transition:all .3s;position:relative}.Trainer-module__VL4VNa__optionCard:hover .Trainer-module__VL4VNa__optionTitle{background:linear-gradient(90deg,#fff 0%,var(--vivid-tangerine)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Trainer-module__VL4VNa__optionDescription{color:#ffffffb3;z-index:1;font-size:1.1rem;line-height:1.7;transition:color .3s;position:relative}.Trainer-module__VL4VNa__optionCard:hover .Trainer-module__VL4VNa__optionDescription{color:#ffffffd9}.Trainer-module__VL4VNa__quizContainer{flex-direction:column;justify-content:center;max-width:800px;min-height:450px;margin:0 auto;display:flex}.Trainer-module__VL4VNa__quizHeader{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.Trainer-module__VL4VNa__quizBackButton{color:#fff;border-radius:var(--radius-sm);cursor:pointer;background:#ffffff1a;border:1px solid #fff3;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;transition:all .2s;display:flex}.Trainer-module__VL4VNa__quizBackButton:hover{border-color:var(--vivid-tangerine);background:#ffffff26}.Trainer-module__VL4VNa__progressText{color:#ffffffb3;font-size:.9rem;font-weight:500}.Trainer-module__VL4VNa__quizProgress{margin-bottom:1.75rem}.Trainer-module__VL4VNa__progressBar{border-radius:var(--radius-xs);background:#ffffff1a;width:100%;height:6px;overflow:hidden}.Trainer-module__VL4VNa__progressFill{background:linear-gradient(90deg,var(--vivid-tangerine),#ff8c42);height:100%;transition:width .3s}.Trainer-module__VL4VNa__quizQuestion{border:var(--card-border)solid #ffffff26;border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff14,#ffffff08);padding:2rem;box-shadow:0 8px 32px #0000004d}.Trainer-module__VL4VNa__questionHeader{flex-direction:row;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.Trainer-module__VL4VNa__questionIcon{color:var(--vivid-tangerine);background:#ff784b26;border:2px solid #ff784b4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:.575rem;display:flex}.Trainer-module__VL4VNa__questionIcon svg{width:28px;height:28px}.Trainer-module__VL4VNa__questionText{color:#fff;text-align:left;flex:1;font-size:1.6rem;font-weight:700;line-height:1.3}.Trainer-module__VL4VNa__optionsButtons{flex-direction:column;gap:.875rem;display:flex}.Trainer-module__VL4VNa__quizOption{color:#fff;border-radius:var(--radius-md);cursor:pointer;text-align:left;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:2px solid #fff3;justify-content:space-between;align-items:center;gap:1.25rem;padding:1.25rem 1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}@media (hover:hover){.Trainer-module__VL4VNa__quizOption:hover{border-color:var(--vivid-tangerine);background:linear-gradient(135deg,#ffffff26,#ffffff14);transform:translate(8px);box-shadow:0 4px 20px #ff784b33}.Trainer-module__VL4VNa__quizOption:hover .Trainer-module__VL4VNa__optionArrow{color:var(--vivid-tangerine);transform:translate(4px)}}.Trainer-module__VL4VNa__optionContent{flex-direction:column;flex:1;gap:.5rem;display:flex}.Trainer-module__VL4VNa__optionLabel{color:#fff;font-size:1.2rem;font-weight:600;display:block}.Trainer-module__VL4VNa__optionDescription{color:#ffffffa6;font-size:.95rem;font-weight:400;line-height:1.4;display:block}.Trainer-module__VL4VNa__optionArrow{color:#fff6;flex-shrink:0;transition:all .3s}.Trainer-module__VL4VNa__browseContainer{max-width:1400px;min-height:500px;margin:0 auto}.Trainer-module__VL4VNa__browseHeader{justify-content:flex-end;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.Trainer-module__VL4VNa__viewAllButton{background:linear-gradient(135deg,var(--vivid-tangerine),#ff8c42);color:#000;border-radius:var(--radius-sm);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.Trainer-module__VL4VNa__viewAllButton:hover{box-shadow:0 4px 12px #ff784b66}.Trainer-module__VL4VNa__carouselWrapper{width:100%;position:relative;overflow:hidden}.Trainer-module__VL4VNa__trainersGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;transition:transform .3s ease-out;display:grid}.Trainer-module__VL4VNa__carouselControls{display:none}.Trainer-module__VL4VNa__carouselNav{justify-content:center;align-items:center;gap:1rem;margin-top:2rem;display:flex}.Trainer-module__VL4VNa__carouselArrow{color:#fff;cursor:pointer;background:#202020d9;border:2px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;transition:border-color .2s,background-color .2s,color .2s;display:flex}.Trainer-module__VL4VNa__carouselArrow svg{flex-shrink:0}.Trainer-module__VL4VNa__carouselArrow:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}@media (hover:hover) and (pointer:fine){.Trainer-module__VL4VNa__carouselArrow:not(:disabled):hover{border-color:var(--vivid-tangerine);color:#000;background:#f18b41e6}}.Trainer-module__VL4VNa__carouselDots{justify-content:center;align-items:center;gap:.5rem;display:flex}.Trainer-module__VL4VNa__carouselDot{cursor:pointer;width:8px;height:8px;box-shadow:none;background-color:#ffffff4d;border:1px solid #fff3;border-radius:50%;padding:0;transition:width .25s,border-radius .25s,background-color .25s,border-color .25s,box-shadow .3s}.Trainer-module__VL4VNa__carouselDot:hover{background-color:#ffffff80;transform:scale(1.15)}.Trainer-module__VL4VNa__carouselDot:active{transform:scale(.9)}.Trainer-module__VL4VNa__carouselDotActive{border-radius:var(--radius-xs);background-color:#f18b41;border-color:#f18b41;width:24px;box-shadow:0 0 8px #f18b4199}.Trainer-module__VL4VNa__carouselCounter{text-align:center;color:#ffffffb3;margin-top:.75rem;font-size:.9rem;font-weight:500}.Trainer-module__VL4VNa__sectionHeader .Trainer-module__VL4VNa__viewAllButton{color:#ffffffe6;background:#ffffff14;border:1px solid #fff3;transition:all .3s;position:absolute;top:50%;right:0;transform:translateY(-50%)}.Trainer-module__VL4VNa__sectionHeader .Trainer-module__VL4VNa__viewAllButton:hover{background:#ffffff1f;border-color:#ffffff4d;box-shadow:0 2px 8px #0003}.Trainer-module__VL4VNa__trainerCard{border:var(--card-border)solid #ffffff1a;border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;background:linear-gradient(160deg,#ffffff14 0%,#ffffff05 50%,#f18b410a 100%);flex-direction:column;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #0003,inset 0 1px #ffffff14}.Trainer-module__VL4VNa__trainerCard:before{content:"";border-radius:calc(var(--radius-xl) - var(--card-border));-webkit-mask-composite:xor;opacity:0;pointer-events:none;z-index:10;background:linear-gradient(135deg,#0000 0% 40%,#f18b4166 50%,#0000 60% 100%) 0 0/300% 300%;padding:2px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Trainer-module__VL4VNa__trainerCard:hover:before{opacity:1;animation:2s infinite Trainer-module__VL4VNa__cardBorderGlow}@keyframes Trainer-module__VL4VNa__cardBorderGlow{0%,to{background-position:0%}50%{background-position:100%}}.Trainer-module__VL4VNa__trainerCard:hover{border-color:#f18b4180;box-shadow:0 20px 50px #00000059,0 0 60px #f18b411f,inset 0 1px #ffffff1f}.Trainer-module__VL4VNa__trainerImageContainer{background:linear-gradient(#2020204d 0%,#20202099 100%);flex-shrink:0;width:100%;height:300px;position:relative;overflow:hidden}.Trainer-module__VL4VNa__trainerImage{object-fit:cover;filter:brightness(.9);width:100%;height:100%;transition:filter .4s;-webkit-mask-image:linear-gradient(#000 0% 60%,#0000 100%);mask-image:linear-gradient(#000 0% 60%,#0000 100%)}.Trainer-module__VL4VNa__trainerImageContainer img.Trainer-module__VL4VNa__trainerImage{position:absolute;top:0;left:0}.Trainer-module__VL4VNa__trainerInstagramLink{z-index:2;color:#fff;background:#00000080;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,color .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.Trainer-module__VL4VNa__trainerInstagramLink:hover{color:var(--vivid-tangerine);background:0 0}.Trainer-module__VL4VNa__trainerCard:hover .Trainer-module__VL4VNa__trainerImage{filter:brightness()}.Trainer-module__VL4VNa__trainerInfo{z-index:2;flex-direction:column;flex-grow:1;margin-top:-2rem;padding:2.5rem 2rem 2rem;display:flex;position:relative}.Trainer-module__VL4VNa__trainerName{color:#fff;margin-bottom:.75rem;padding-top:1rem;font-size:1.6rem;font-weight:700;transition:all .3s}.Trainer-module__VL4VNa__trainerCard:hover .Trainer-module__VL4VNa__trainerName{background:linear-gradient(90deg,#fff 0%,var(--vivid-tangerine)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Trainer-module__VL4VNa__trainerDescription{color:#ffffffbf;border-left:4px solid var(--vivid-tangerine);margin-bottom:1.25rem;padding-left:1rem;font-size:1rem;line-height:1.7;transition:color .3s}.Trainer-module__VL4VNa__trainerCard:hover .Trainer-module__VL4VNa__trainerDescription{color:#ffffffe6}.Trainer-module__VL4VNa__trainerSpecialties{flex-wrap:wrap;flex-grow:1;align-content:flex-start;gap:.6rem;margin-bottom:1.75rem;display:flex}.Trainer-module__VL4VNa__specialtyTag{color:var(--vivid-tangerine);border-radius:var(--radius-pill);background:linear-gradient(135deg,#f18b4126 0%,#f18b4114 100%);border:1px solid #f18b4140;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .3s}.Trainer-module__VL4VNa__trainerCard:hover .Trainer-module__VL4VNa__specialtyTag{background:linear-gradient(135deg,#f18b4140 0%,#f18b411f 100%);border-color:#f18b4166;box-shadow:0 2px 8px #f18b4126}.Trainer-module__VL4VNa__bookButton{background:linear-gradient(135deg,var(--vivid-tangerine)0%,#ff8c42 50%,#ff6b35 100%);color:#1a1a1a;border-radius:var(--radius-md);cursor:pointer;background-size:200% 200%;border:none;justify-content:center;align-items:center;gap:.6rem;width:100%;margin-top:auto;padding:1.1rem 1.75rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #f18b4140}.Trainer-module__VL4VNa__bookButton:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff4d 50%,#0000 100%);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Trainer-module__VL4VNa__bookButton:hover:before{left:100%}.Trainer-module__VL4VNa__bookButton:hover{background-position:100%;box-shadow:0 8px 24px #f18b4166,0 0 40px #f18b4133}.Trainer-module__VL4VNa__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overscroll-behavior:contain;background:#000c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.Trainer-module__VL4VNa__modalContent{border-radius:var(--radius-lg);background:linear-gradient(135deg,#282828fa,#1e1e1efa);border:2px solid #ffffff26;flex-direction:column;width:100%;max-width:900px;height:85vh;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000080}.Trainer-module__VL4VNa__modalContent::-webkit-scrollbar{width:10px}.Trainer-module__VL4VNa__modalContent::-webkit-scrollbar-track{border-radius:var(--radius-sm);background:#ffffff0d}.Trainer-module__VL4VNa__modalContent::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--vivid-tangerine),#ff8c42);border-radius:var(--radius-sm);border:2px solid #282828fa}.Trainer-module__VL4VNa__modalContent::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#ff8c42,var(--vivid-tangerine))}.Trainer-module__VL4VNa__modalClose{color:#fff;cursor:pointer;z-index:1;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.Trainer-module__VL4VNa__modalClose:hover{border-color:var(--vivid-tangerine);background:#fff3}.Trainer-module__VL4VNa__modalHeader{border-bottom:1px solid #ffffff1a;flex-shrink:0;padding:1rem}.Trainer-module__VL4VNa__modalTrainerInfo{margin-bottom:1.5rem;padding-right:3rem}.Trainer-module__VL4VNa__modalTrainerName{color:#fff;margin-bottom:.75rem;font-size:2rem;font-weight:700}.Trainer-module__VL4VNa__modalTrainerDescription{color:#fffc;border-left:4px solid var(--vivid-tangerine);padding-left:1rem;font-size:1.1rem;line-height:1.6}.Trainer-module__VL4VNa__stepIndicator{border-radius:var(--radius-md);background:#ffffff08;border:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.Trainer-module__VL4VNa__step{flex:1;justify-content:center;align-items:center;gap:.75rem;display:flex}.Trainer-module__VL4VNa__stepNumber{color:#ffffff80;background:#ffffff1a;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:700;transition:all .3s;display:flex}.Trainer-module__VL4VNa__stepNumber.Trainer-module__VL4VNa__active{background:linear-gradient(135deg,var(--vivid-tangerine),#ff8c42);color:#1a1a1a;border-color:var(--vivid-tangerine);box-shadow:0 4px 16px #f18b414d}.Trainer-module__VL4VNa__stepNumber.Trainer-module__VL4VNa__completed{color:#fff;background:linear-gradient(135deg,#4caf50,#45a049);border-color:#4caf50;box-shadow:0 4px 16px #4caf504d}.Trainer-module__VL4VNa__stepLabel{color:#ffffffb3;font-size:.95rem;font-weight:500}.Trainer-module__VL4VNa__stepLabelDesktop{display:inline}.Trainer-module__VL4VNa__stepLabelMobile{display:none}.Trainer-module__VL4VNa__stepDivider{background:#fff3;flex:0 0 40px;height:2px}.Trainer-module__VL4VNa__modalBody{flex-direction:column;flex:1;gap:0;min-height:0;padding:0;display:flex;position:relative;overflow:hidden}.Trainer-module__VL4VNa__modalBodyStep,.Trainer-module__VL4VNa__modalStepMain{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.Trainer-module__VL4VNa__modalStepMainCentered{justify-content:center;align-items:stretch;padding:clamp(1rem,3.5vh,2.25rem) 1.25rem}.Trainer-module__VL4VNa__modalStepFooter{flex-shrink:0;width:100%}.Trainer-module__VL4VNa__modalBody::-webkit-scrollbar{width:10px}.Trainer-module__VL4VNa__modalBody::-webkit-scrollbar-track{border-radius:var(--radius-sm);background:#ffffff0d}.Trainer-module__VL4VNa__modalBody::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--vivid-tangerine),#ff8c42);border-radius:var(--radius-sm);border:2px solid #282828fa}.Trainer-module__VL4VNa__modalBody::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#ff8c42,var(--vivid-tangerine))}.Trainer-module__VL4VNa__modalBody,.Trainer-module__VL4VNa__modalContent{scrollbar-width:thin;scrollbar-color:var(--vivid-tangerine)#ffffff0d}.Trainer-module__VL4VNa__externalFormStep{text-align:left;box-sizing:border-box;flex-direction:column;flex:0 auto;justify-content:center;align-items:stretch;gap:1.5rem;width:100%;max-width:min(32rem,100%);margin:0 auto;display:flex}.Trainer-module__VL4VNa__externalFormStageHeader{border-bottom:1px solid #ffffff1a;flex-direction:column;align-items:stretch;gap:.875rem;padding-bottom:1.25rem;display:flex}.Trainer-module__VL4VNa__externalFormStageTitle{color:#fff;letter-spacing:-.02em;text-align:left;width:100%;margin:0;font-size:1.375rem;font-weight:700;line-height:1.25}.Trainer-module__VL4VNa__externalFormStageDescription{text-align:left;flex-direction:column;align-self:stretch;gap:.75rem;width:100%;display:flex}.Trainer-module__VL4VNa__externalFormStageDescription p{color:#ffffffd1;margin:0;font-size:1.125rem;line-height:1.6}.Trainer-module__VL4VNa__openTrainerFormLink,.Trainer-module__VL4VNa__openWaiverFormLink{border-radius:var(--radius-md);cursor:pointer;box-sizing:border-box;border:none;flex-shrink:0;justify-content:center;align-items:center;gap:.75rem;width:100%;margin:0;padding:1.125rem 1.5rem;font-size:1.05rem;font-weight:700;line-height:1.2;text-decoration:none;transition:all .3s;display:flex}.Trainer-module__VL4VNa__openTrainerFormLink{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 2px 8px #2563eb59}.Trainer-module__VL4VNa__openTrainerFormLink:hover{box-shadow:0 8px 24px #2563eb73,0 0 32px #2563eb33}.Trainer-module__VL4VNa__openWaiverFormLink{color:#fff;background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 2px 8px #7c3aed59}.Trainer-module__VL4VNa__openWaiverFormLink:hover{box-shadow:0 8px 24px #7c3aed73,0 0 32px #7c3aed33}.Trainer-module__VL4VNa__openTrainerFormLink svg,.Trainer-module__VL4VNa__openWaiverFormLink svg{flex-shrink:0;width:20px;height:20px}.Trainer-module__VL4VNa__modalStepMainCentered .Trainer-module__VL4VNa__formLinkError,.Trainer-module__VL4VNa__modalStepMainCentered .Trainer-module__VL4VNa__waiverError{flex:0 auto;align-self:center;width:100%;max-width:min(28rem,100%);min-height:auto}.Trainer-module__VL4VNa__formLinkError{text-align:center;background:#ffa72614;border:1px solid #ffa72640;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.25rem;min-height:240px;padding:2rem 1.5rem;display:flex}.Trainer-module__VL4VNa__formLinkError svg{color:#ffa726;opacity:.9;flex-shrink:0}.Trainer-module__VL4VNa__formLinkErrorTitle{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.Trainer-module__VL4VNa__formLinkErrorMessage{color:#ffffffd9;max-width:420px;margin:0;font-size:.95rem;line-height:1.5}.Trainer-module__VL4VNa__waiverInstruction{color:#ffffffd9;flex-shrink:0;margin:0 0 .5rem;font-size:.875rem}.Trainer-module__VL4VNa__transitionMessage{border-radius:var(--radius-md);background:linear-gradient(135deg,#4caf5026,#4caf500d);border:2px solid #4caf504d;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.Trainer-module__VL4VNa__transitionMessage svg{color:#4caf50}.Trainer-module__VL4VNa__transitionMessage h4{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.Trainer-module__VL4VNa__transitionMessage p{color:#fffc;text-align:center;margin:0;font-size:1rem}.Trainer-module__VL4VNa__waiverError{text-align:center;background:#ffa72614;border:1px solid #ffa72640;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.25rem;min-height:240px;padding:2rem 1.5rem;display:flex}.Trainer-module__VL4VNa__waiverError svg{color:#ffa726;opacity:.9;flex-shrink:0}.Trainer-module__VL4VNa__waiverErrorTitle{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.Trainer-module__VL4VNa__waiverErrorMessage{color:#ffffffd9;max-width:420px;margin:0;font-size:.95rem;line-height:1.5}.Trainer-module__VL4VNa__continueButton{background:linear-gradient(135deg,var(--vivid-tangerine),#ff8c42);color:#1a1a1a;cursor:pointer;border:none;border-top:1px solid #ffffff1a;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;gap:.75rem;width:100%;margin:0;padding:1.25rem 2rem;font-size:1.05rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 2px 8px #f18b414d}.Trainer-module__VL4VNa__continueButton:hover{box-shadow:0 8px 24px #f18b4166,0 0 40px #f18b4133}.Trainer-module__VL4VNa__calendlyWrapper{flex:1;width:100%;min-height:0;margin:0;padding:0;position:relative;overflow:hidden}.Trainer-module__VL4VNa__calendlyWrapper .calendly-inline-widget{height:100%!important;margin:0!important;padding:0!important;display:block!important}.Trainer-module__VL4VNa__calendlyWrapper .calendly-inline-widget iframe{border:none!important;height:100%!important;margin:0!important;padding:0!important;display:block!important}.Trainer-module__VL4VNa__calendlyError{text-align:center;background:#ffa72614;border:1px solid #ffa72640;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.25rem;min-height:240px;padding:2rem 1.5rem;display:flex}.Trainer-module__VL4VNa__calendlyError svg{color:#ffa726;opacity:.9;flex-shrink:0}.Trainer-module__VL4VNa__calendlyErrorTitle{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.Trainer-module__VL4VNa__calendlyErrorMessage{color:#ffffffd9;max-width:420px;margin:0;font-size:.95rem;line-height:1.5}.Trainer-module__VL4VNa__successMessage{border-radius:var(--radius-lg);background:linear-gradient(135deg,#4caf5026,#4caf500d);border:2px solid #4caf504d;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:600px;padding:3.5rem 2.5rem;display:flex;box-shadow:0 8px 32px #4caf5033}.Trainer-module__VL4VNa__successMessage svg{color:#4caf50;filter:drop-shadow(0 4px 12px #4caf504d);width:80px;height:80px}.Trainer-module__VL4VNa__successMessage h4{color:#fff;margin:0;font-size:2.25rem;font-weight:700}.Trainer-module__VL4VNa__successMessage p{color:#ffffffe6;text-align:center;margin:0;font-size:1.15rem;line-height:1.6}.Trainer-module__VL4VNa__calendlyEmbed{background:#fff;border:none;border-radius:0;width:100%;min-height:700px;margin:0;padding:0;overflow:hidden}.Trainer-module__VL4VNa__calendlyPlaceholder{color:#fff9;text-align:center;font-size:1.1rem;font-style:italic}.Trainer-module__VL4VNa__calendlyLink{color:var(--vivid-tangerine);margin-top:.5rem;font-size:.95rem;font-style:normal;display:block}.Trainer-module__VL4VNa__completionContainer{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.5rem;width:100%;min-height:400px;padding:4rem 2rem;display:flex;overflow:hidden}.Trainer-module__VL4VNa__modalStepMainCentered .Trainer-module__VL4VNa__completionContainer{flex:0 auto;min-height:auto;padding:2rem 1.25rem}.Trainer-module__VL4VNa__closeButton{color:#fff;border-radius:var(--radius-md);cursor:pointer;background:#ffffff1a;border:2px solid #ffffff4d;justify-content:center;align-items:center;gap:.75rem;padding:1rem 3rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.Trainer-module__VL4VNa__closeButton:hover{border-color:var(--vivid-tangerine);background:#ffffff26;box-shadow:0 4px 16px #ffffff1a}.Trainer-module__VL4VNa__confirmationOverlay{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;justify-content:center;align-items:center;padding:2rem;display:flex;position:absolute;inset:0}.Trainer-module__VL4VNa__confirmationDialog{border-radius:var(--radius-lg);text-align:center;background:linear-gradient(135deg,#323232fa,#282828fa);border:2px solid #fff3;width:100%;max-width:500px;padding:1.75rem 2rem;box-shadow:0 20px 60px #00000080}.Trainer-module__VL4VNa__confirmationIcon{justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.Trainer-module__VL4VNa__confirmationIcon svg{color:#ffa726}.Trainer-module__VL4VNa__confirmationTitle{color:#fff;margin-bottom:.875rem;font-size:1.75rem;font-weight:700}.Trainer-module__VL4VNa__confirmationMessage{color:#ffffffd9;text-align:center;margin-bottom:1rem;padding:0 1.25rem;font-size:1.05rem;line-height:1.5}.Trainer-module__VL4VNa__confirmationMessage strong{color:var(--vivid-tangerine);font-weight:600}.Trainer-module__VL4VNa__confirmationSteps{justify-content:center;align-items:center;gap:0;width:100%;margin:0 0 1rem;display:flex}.Trainer-module__VL4VNa__confirmationStep{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:.5rem;padding:.875rem .5rem;display:flex}.Trainer-module__VL4VNa__confirmationStepNum{background:linear-gradient(135deg,var(--vivid-tangerine),#ff8c42);color:#1a1a1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.875rem;font-weight:700;display:flex}.Trainer-module__VL4VNa__confirmationStepLabel{color:#fffc;text-align:center;font-size:.8rem;font-weight:600;line-height:1.2}.Trainer-module__VL4VNa__confirmationStepDivider{background:#fff3;flex:0 0 24px;align-self:center;height:2px;margin:0 -1px}.Trainer-module__VL4VNa__confirmationNote{color:#ffffffb3;text-align:left;border-radius:var(--radius-xs);background:#ffa7261a;border-left:3px solid #ffa726;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.95rem;line-height:1.4}.Trainer-module__VL4VNa__confirmationButtons{justify-content:center;gap:1rem;display:flex}.Trainer-module__VL4VNa__cancelButton{color:#fff;border-radius:var(--radius-sm);cursor:pointer;background:#ffffff1a;border:2px solid #ffffff4d;flex:1;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.Trainer-module__VL4VNa__cancelButton:hover{background:#ffffff26;border-color:#ffffff80}.Trainer-module__VL4VNa__confirmButton{background:linear-gradient(135deg,var(--vivid-tangerine),#ff8c42);color:#1a1a1a;border-radius:var(--radius-sm);cursor:pointer;border:none;flex:1;padding:.875rem 1.5rem;font-size:1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 16px #f18b414d}.Trainer-module__VL4VNa__confirmButton:hover{box-shadow:0 8px 24px #f18b4166,0 0 40px #f18b4133}.Trainer-module__VL4VNa__noResults{text-align:center;color:#ffffffb3;border-radius:var(--radius-md);background:#ffffff0d;border:2px dashed #fff3;padding:3rem;font-size:1.2rem}@media (max-width:1024px){.Trainer-module__VL4VNa__trainerSection{padding:4rem 2rem}.Trainer-module__VL4VNa__optionsContainer,.Trainer-module__VL4VNa__quizContainer,.Trainer-module__VL4VNa__browseContainer{min-height:450px}.Trainer-module__VL4VNa__optionsGrid{gap:1.5rem}.Trainer-module__VL4VNa__trainersGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.Trainer-module__VL4VNa__carouselControls{display:none}}@media (max-width:768px){.Trainer-module__VL4VNa__trainerSection{min-height:400px;padding:3rem 0}.Trainer-module__VL4VNa__sectionHeader{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:1.5rem;padding:0 1rem}.Trainer-module__VL4VNa__sectionTitle{order:-1;justify-content:center;margin-bottom:0}.Trainer-module__VL4VNa__headerSpacer{display:none}.Trainer-module__VL4VNa__backButton{justify-content:center;width:100%}.Trainer-module__VL4VNa__sectionHeader .Trainer-module__VL4VNa__viewAllButton{justify-content:center;width:100%;margin:0;position:relative;top:auto;right:auto;transform:none}.Trainer-module__VL4VNa__sectionHeader .Trainer-module__VL4VNa__viewAllButton:hover{transform:none}.Trainer-module__VL4VNa__descriptionContainer{margin-bottom:2rem;padding:0 1rem}.Trainer-module__VL4VNa__optionsContainer,.Trainer-module__VL4VNa__quizContainer{min-height:350px;padding:0 1rem}.Trainer-module__VL4VNa__browseContainer{min-height:350px}.Trainer-module__VL4VNa__optionsGrid{grid-template-columns:1fr;gap:1.5rem;padding:0}.Trainer-module__VL4VNa__optionCard{border-radius:var(--radius-lg);padding:2.5rem 1.75rem}.Trainer-module__VL4VNa__optionCard:before{border-radius:calc(var(--radius-lg) - var(--card-border))}.Trainer-module__VL4VNa__optionCard:hover{transform:translateY(-4px)}.Trainer-module__VL4VNa__optionIcon svg{border-radius:var(--radius-md);width:56px;height:56px;padding:.875rem}.Trainer-module__VL4VNa__optionTitle{font-size:1.5rem}.Trainer-module__VL4VNa__quizQuestion{padding:1.5rem 1.25rem}.Trainer-module__VL4VNa__quizHeader{margin-bottom:1.25rem;padding-bottom:1rem}.Trainer-module__VL4VNa__quizBackButton{padding:.5rem .875rem;font-size:.85rem}.Trainer-module__VL4VNa__progressText{font-size:.85rem}.Trainer-module__VL4VNa__browseHeader{justify-content:center;gap:.75rem}.Trainer-module__VL4VNa__viewAllButton{justify-content:center;padding:.65rem 1.25rem;font-size:.95rem}.Trainer-module__VL4VNa__quizProgress{margin-bottom:1.5rem}.Trainer-module__VL4VNa__questionHeader{gap:.875rem;margin-bottom:1.5rem}.Trainer-module__VL4VNa__questionIcon{padding:.75rem}.Trainer-module__VL4VNa__questionIcon svg{width:24px;height:24px}.Trainer-module__VL4VNa__questionText{margin-bottom:0;font-size:1.25rem}.Trainer-module__VL4VNa__optionsButtons{gap:.75rem}.Trainer-module__VL4VNa__quizOption{padding:1.125rem 1.25rem}.Trainer-module__VL4VNa__optionLabel{font-size:1.05rem}.Trainer-module__VL4VNa__optionDescription{font-size:.85rem}.Trainer-module__VL4VNa__optionArrow{width:20px;height:20px}.Trainer-module__VL4VNa__carouselWrapper{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;margin:0;padding:0;position:relative;overflow:scroll hidden}.Trainer-module__VL4VNa__carouselWrapper::-webkit-scrollbar{display:none}.Trainer-module__VL4VNa__trainersGrid{grid-template-columns:unset;flex-direction:row;gap:1rem;padding-left:1rem;display:flex}.Trainer-module__VL4VNa__trainersGrid:after{content:"";flex-shrink:0;width:1rem;display:block}.Trainer-module__VL4VNa__trainerCard{border-radius:var(--radius-lg);pointer-events:auto;scroll-snap-align:center;scroll-snap-stop:always;flex-shrink:0;width:calc(100vw - 2rem);min-width:calc(100vw - 2rem);min-height:600px;margin:0}.Trainer-module__VL4VNa__trainerCard:before{border-radius:calc(var(--radius-lg) - var(--card-border))}.Trainer-module__VL4VNa__trainerCard:hover{transform:none}.Trainer-module__VL4VNa__carouselControls{padding:0;display:block}.Trainer-module__VL4VNa__trainerImageContainer{height:280px}.Trainer-module__VL4VNa__trainerInfo{margin-top:-1.5rem;padding:1.5rem 1.5rem 1.75rem}.Trainer-module__VL4VNa__trainerName{font-size:1.4rem}.Trainer-module__VL4VNa__trainerSpecialties{gap:.5rem;margin-bottom:1.5rem}.Trainer-module__VL4VNa__specialtyTag{padding:.4rem .85rem;font-size:.8rem}.Trainer-module__VL4VNa__bookButton{border-radius:var(--radius-md);padding:1rem 1.5rem;font-size:1rem}.Trainer-module__VL4VNa__modalOverlay{padding:.5rem}.Trainer-module__VL4VNa__modalContent{border-radius:var(--radius-lg);height:min(76dvh,100dvh - 1.25rem);max-height:calc(100dvh - 1.25rem)}.Trainer-module__VL4VNa__modalClose{width:32px;height:32px;top:.875rem;right:.875rem}.Trainer-module__VL4VNa__modalClose svg{width:20px;height:20px}.Trainer-module__VL4VNa__modalHeader{padding:1rem}.Trainer-module__VL4VNa__modalTrainerInfo{margin-bottom:.875rem;padding-right:2.5rem}.Trainer-module__VL4VNa__modalTrainerName{margin-bottom:.5rem;font-size:1.35rem}.Trainer-module__VL4VNa__modalTrainerDescription{font-size:.95rem;line-height:1.5}.Trainer-module__VL4VNa__stepIndicator{padding:.625rem .75rem}.Trainer-module__VL4VNa__step{flex-direction:column;gap:.375rem}.Trainer-module__VL4VNa__stepNumber{width:28px;height:28px;font-size:.85rem}.Trainer-module__VL4VNa__stepLabel{text-align:center;word-wrap:break-word;max-width:65px;font-size:.7rem;line-height:1.2}.Trainer-module__VL4VNa__stepLabelDesktop{display:none}.Trainer-module__VL4VNa__stepLabelMobile{display:inline}.Trainer-module__VL4VNa__stepDivider{flex:0 0 20px;align-self:flex-start;margin-top:14px}.Trainer-module__VL4VNa__modalBody{min-height:auto;padding:0}.Trainer-module__VL4VNa__modalStepMainCentered{padding:clamp(.75rem,2.5vh,1.5rem) 1rem}.Trainer-module__VL4VNa__externalFormStep{gap:1.25rem;max-width:100%}.Trainer-module__VL4VNa__externalFormStageHeader{padding-bottom:1rem}.Trainer-module__VL4VNa__externalFormStageTitle{letter-spacing:-.015em;font-size:1.25rem}.Trainer-module__VL4VNa__externalFormStageDescription p{font-size:1.0625rem;line-height:1.55}.Trainer-module__VL4VNa__openTrainerFormLink,.Trainer-module__VL4VNa__openWaiverFormLink{gap:.625rem;width:100%;margin:0;padding:.875rem 1.25rem;font-size:.95rem}.Trainer-module__VL4VNa__openTrainerFormLink svg,.Trainer-module__VL4VNa__openWaiverFormLink svg{width:18px;height:18px}.Trainer-module__VL4VNa__continueButton{width:100%;margin:0;padding:.875rem 1.25rem;font-size:.9rem}.Trainer-module__VL4VNa__transitionMessage{gap:.5rem;padding:1rem}.Trainer-module__VL4VNa__transitionMessage svg{width:32px;height:32px}.Trainer-module__VL4VNa__transitionMessage h4{font-size:1.1rem}.Trainer-module__VL4VNa__transitionMessage p{font-size:.9rem;line-height:1.4}.Trainer-module__VL4VNa__successMessage p{text-align:center;font-size:1.1rem}.Trainer-module__VL4VNa__calendlyEmbed{min-height:600px}.Trainer-module__VL4VNa__calendlyPlaceholder{padding:1rem;font-size:.95rem;line-height:1.5}.Trainer-module__VL4VNa__calendlyLink{font-size:.85rem}.Trainer-module__VL4VNa__completionContainer{gap:1.5rem;min-height:350px;padding:3rem 1.5rem}.Trainer-module__VL4VNa__successMessage{gap:1.25rem;padding:2.5rem 1.75rem}.Trainer-module__VL4VNa__successMessage svg{width:64px;height:64px}.Trainer-module__VL4VNa__successMessage h4{font-size:1.75rem}.Trainer-module__VL4VNa__successMessage p{font-size:1.05rem}.Trainer-module__VL4VNa__closeButton{padding:.75rem 2rem;font-size:.95rem}.Trainer-module__VL4VNa__confirmationOverlay{justify-content:stretch;align-items:stretch;padding:0}.Trainer-module__VL4VNa__confirmationDialog{border-radius:var(--radius-lg);box-sizing:border-box;flex-direction:column;flex:1;justify-content:center;width:100%;min-width:0;max-width:none;height:auto;min-height:0;padding:1.25rem 1rem;display:flex;overflow-y:auto}.Trainer-module__VL4VNa__confirmationIcon{margin-bottom:.625rem}.Trainer-module__VL4VNa__confirmationIcon svg{width:36px;height:36px}.Trainer-module__VL4VNa__confirmationTitle{margin-bottom:.625rem;font-size:1.35rem}.Trainer-module__VL4VNa__confirmationMessage{margin-bottom:.75rem;font-size:.95rem;line-height:1.5}.Trainer-module__VL4VNa__confirmationNote{text-align:left;margin-bottom:1rem;padding:.5rem .75rem;font-size:.85rem;line-height:1.4}.Trainer-module__VL4VNa__confirmationButtons{flex-direction:column}.Trainer-module__VL4VNa__cancelButton,.Trainer-module__VL4VNa__confirmButton{padding:.75rem 1.25rem;font-size:.95rem}.Trainer-module__VL4VNa__loadingContainer{min-height:300px;padding:2rem}.Trainer-module__VL4VNa__spinner{width:40px;height:40px}.Trainer-module__VL4VNa__errorContainer{min-height:300px;padding:2rem 1.5rem}.Trainer-module__VL4VNa__errorContainer h3{font-size:1.5rem}.Trainer-module__VL4VNa__errorContainer h3 svg{width:20px;height:20px}.Trainer-module__VL4VNa__errorContainer p{font-size:1rem}.Trainer-module__VL4VNa__retryButton{padding:.75rem 1.5rem;font-size:.95rem}}.Trainer-module__VL4VNa__loadingContainer{color:#ffffffe6;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:400px;font-size:1.1rem;display:flex}.Trainer-module__VL4VNa__spinner{border:4px solid #ffffff1a;border-top-color:var(--vivid-tangerine);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite Trainer-module__VL4VNa__spin}@keyframes Trainer-module__VL4VNa__spin{to{transform:rotate(360deg)}}.Trainer-module__VL4VNa__errorContainer{text-align:center;color:#ffffffe6;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;max-width:600px;min-height:400px;margin:0 auto;padding:3rem 2rem;display:flex}.Trainer-module__VL4VNa__errorContainer h3{color:#fff;align-items:center;gap:.5rem;margin:0;font-size:1.75rem;font-weight:600;display:flex}.Trainer-module__VL4VNa__errorContainer h3 svg{color:var(--vivid-tangerine);opacity:.8;flex-shrink:0}.Trainer-module__VL4VNa__errorContainer p{color:#fffc;margin:0;font-size:1.1rem;line-height:1.6}.Trainer-module__VL4VNa__retryButton{background:linear-gradient(135deg,var(--vivid-tangerine)0%,#e67e22 100%);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;margin-top:1rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #f18b414d}.Trainer-module__VL4VNa__retryButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f18b4166}.Trainer-module__VL4VNa__detailOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Trainer-module__VL4VNa__detailContent{background:linear-gradient(135deg,#282828fa,#1e1e1efa);border:2px solid #ffffff26;border-radius:20px;flex-direction:row;width:100%;max-width:820px;height:75vh;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000080}.Trainer-module__VL4VNa__detailImagePanel{flex:0 0 50%;position:relative;overflow:hidden}.Trainer-module__VL4VNa__detailImage{object-fit:cover;object-position:top}.Trainer-module__VL4VNa__detailInstagramLink{z-index:2;color:#fff;background:#0000008c;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,color .2s;display:flex;position:absolute;bottom:.875rem;left:.875rem}.Trainer-module__VL4VNa__detailInstagramLink:hover{color:var(--vivid-tangerine);background:0 0}.Trainer-module__VL4VNa__detailInstagramOutlink{color:#fff9;align-items:center;gap:.4rem;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.Trainer-module__VL4VNa__detailInstagramOutlink:hover{color:var(--vivid-tangerine)}.Trainer-module__VL4VNa__detailInfoPanel{scrollbar-width:thin;scrollbar-color:var(--vivid-tangerine)#ffffff0d;flex-direction:column;flex:1;gap:1.5rem;padding:2.25rem 2rem 2rem;display:flex;position:relative;overflow-y:auto}.Trainer-module__VL4VNa__detailInfoPanel::-webkit-scrollbar{width:6px}.Trainer-module__VL4VNa__detailInfoPanel::-webkit-scrollbar-track{background:#ffffff0d}.Trainer-module__VL4VNa__detailInfoPanel::-webkit-scrollbar-thumb{background:var(--vivid-tangerine);border-radius:6px}.Trainer-module__VL4VNa__detailClose{color:#fff;cursor:pointer;z-index:1;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.Trainer-module__VL4VNa__detailClose:hover{border-color:var(--vivid-tangerine);background:#fff3}.Trainer-module__VL4VNa__detailName{color:#fff;padding-right:2.5rem;font-size:1.75rem;font-weight:700;line-height:1.2}.Trainer-module__VL4VNa__detailDescription{color:#fffc;border-left:4px solid var(--vivid-tangerine);padding-left:1rem;font-size:1rem;line-height:1.7}.Trainer-module__VL4VNa__detailSpecialties{flex-wrap:wrap;align-content:flex-start;gap:.6rem;display:flex}.Trainer-module__VL4VNa__detailBookButton{background:linear-gradient(135deg,var(--vivid-tangerine)0%,#ff8c42 50%,#ff6b35 100%);color:#1a1a1a;cursor:pointer;background-size:200% 200%;border:none;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;gap:.6rem;width:100%;margin-top:auto;padding:1.1rem 1.75rem;font-size:1.05rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #f18b4140}.Trainer-module__VL4VNa__detailBookButton:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff4d 50%,#0000 100%);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Trainer-module__VL4VNa__detailBookButton:hover:before{left:100%}.Trainer-module__VL4VNa__detailBookButton:hover{box-shadow:0 8px 24px #f18b4166,0 0 40px #f18b4133}@media (max-width:768px){.Trainer-module__VL4VNa__detailContent{border-radius:16px;flex-direction:column;height:auto;max-height:90dvh;overflow-y:auto}.Trainer-module__VL4VNa__detailImagePanel{flex:0 0 240px;width:100%;min-height:240px}.Trainer-module__VL4VNa__detailInfoPanel{padding:1.5rem 1.25rem;overflow-y:visible}.Trainer-module__VL4VNa__detailName{font-size:1.4rem}}
