@font-face{font-family:Geliat;src:url(/fonts/Geliat-ExtraLight.otf) format("opentype");font-weight:200;font-style:normal}@font-face{font-family:Geliat;src:url(/fonts/Geliat-ExtraBold.otf) format("opentype");font-weight:800;font-style:normal}@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--purple:#6264ab;--purple-light:#8587c4;--purple-lighter:#e8e9f5;--purple-dark:#4a4c8a;--light-gray:#e0e0e0;--cream:#f8f8fa;--dark:#1d1d1b;--gray:#666;--white:#fff}body{font-family:DM Sans,sans-serif;color:var(--dark);overflow-x:hidden}.app,body{background:var(--cream)}.app{min-height:100vh}.nav{background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:100;padding:1.25rem 3rem}.nav-container{justify-content:space-between;max-width:1200px;margin:0 auto;width:100%}.nav-container,.nav-logo{display:flex;align-items:center}.nav-logo{gap:.5rem;text-decoration:none}.nav-logo img{height:40px;width:auto}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{text-decoration:none;color:var(--gray);font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--dark)}.btn-cta{background:var(--purple);color:#fff;border:none;padding:.6rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-cta:hover{background:var(--purple-dark);transform:scale(1.02)}.hero-dark{position:relative;min-height:100vh;height:100vh;background:var(--dark);overflow:hidden;display:flex;flex-direction:column}.hero-background{z-index:0}.hero-background,.hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%}.hero-bg-image{object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(29,29,27,.9) 0,rgba(29,29,27,.75) 50%,rgba(29,29,27,.6));z-index:1}.hero-content-wrapper{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:6rem 3rem 4rem;width:100%;display:grid;grid-template-columns:1.2fr 1fr;align-items:center;grid-gap:4rem;gap:4rem;flex:1 1}.hero-text-column{display:flex;flex-direction:column;align-items:flex-start}.hero-title-dark{font-family:Geliat,sans-serif;font-size:clamp(3rem,6vw,5rem);font-weight:800;line-height:.95;margin-bottom:1.5rem;text-transform:uppercase;color:var(--white);letter-spacing:-.02em}.hero-subtitle-dark{font-size:1.1rem;color:hsla(0,0%,100%,.75);max-width:480px;margin-bottom:2.5rem;line-height:1.7}.hero-cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--purple);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.hero-cta-button:hover{background:var(--purple-light);transform:translateY(-3px);box-shadow:0 15px 35px rgba(98,100,171,.4)}.hero-cta-button svg{transition:transform .3s ease}.hero-cta-button:hover svg{transform:translateX(4px)}.hero-form-column{display:flex;justify-content:flex-end}.hero-dark .consultation-form-card{background:hsla(0,0%,100%,.97);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 25px 80px rgba(0,0,0,.3)}.consultation-form-card{background:#fff;padding:2.5rem;border-radius:24px;width:100%;max-width:500px;box-shadow:0 20px 60px rgba(98,100,171,.15);color:var(--dark)}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.form-header{text-align:center;margin-bottom:1.75rem}.form-header h3{font-family:Geliat,sans-serif;font-size:1.5rem;font-weight:800;margin-bottom:.5rem;color:var(--dark)}.form-header p{color:var(--gray);font-size:.95rem;line-height:1.5}.consultation-form{display:flex;flex-direction:column;gap:1rem}.form-input,.form-select{width:100%;padding:1rem 1.25rem;border:1px solid #eee;background:var(--cream);border-radius:14px;font-family:DM Sans,sans-serif;font-size:1rem;color:var(--dark);transition:all .2s}.form-input:focus,.form-select:focus{outline:none;border-color:var(--purple);background:#fff;box-shadow:0 0 0 4px rgba(98,100,171,.1)}.form-submit-btn{background:var(--purple);color:#fff;border:none;padding:1.125rem;border-radius:14px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .3s;margin-top:.5rem}.form-submit-btn:hover{background:var(--purple-dark);transform:translateY(-2px);box-shadow:0 10px 20px rgba(98,100,171,.3)}.success-icon{width:80px;height:80px;margin:0 auto 1.5rem;color:var(--purple)}.success-icon svg{width:100%;height:100%}.success-icon circle,.success-icon path{fill:none}.success-header{text-align:center}.success-header h3{font-size:1.75rem;color:var(--purple);margin-bottom:.5rem}.success-header p{font-size:1rem;line-height:1.6;color:var(--gray)}.hero-stats-dark{display:flex;justify-content:center;gap:4rem;padding:2rem;background:rgba(29,29,27,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid hsla(0,0%,100%,.1);position:relative;z-index:2}.stat-item-dark{text-align:center}.stat-value-dark{font-family:Geliat,sans-serif;font-size:2.25rem;font-weight:800;color:var(--purple-light);display:block;line-height:1}.stat-label-dark{color:hsla(0,0%,100%,.7);font-size:.85rem;margin-top:.5rem;display:block}@media (max-width:1200px){.hero-content-wrapper{grid-template-columns:1fr 1fr;gap:3rem;padding:5rem 2rem 3rem}}@media (max-width:992px){.hero-dark{min-height:auto;height:auto}.hero-content-wrapper{grid-template-columns:1fr;gap:3rem;padding:4rem 2rem 3rem;text-align:center}.hero-text-column{align-items:center}.hero-subtitle-dark{max-width:100%}.hero-form-column{justify-content:center}.hero-dark .consultation-form-card{max-width:100%}.hero-overlay{background:linear-gradient(180deg,rgba(29,29,27,.85) 0,rgba(29,29,27,.75))}}@media (max-width:768px){.hero-content-wrapper{padding:3rem 1.5rem 2rem}.hero-title-dark{font-size:clamp(2.5rem,8vw,3.5rem)}.hero-subtitle-dark{font-size:1rem}.hero-stats-dark{flex-wrap:wrap;gap:2rem 3rem;padding:1.5rem}.stat-value-dark{font-size:1.75rem}}@media (max-width:480px){.hero-title-dark{font-size:2.25rem}.hero-cta-button{width:100%;justify-content:center}.hero-stats-dark{gap:1.5rem 2rem}.stat-value-dark{font-size:1.5rem}.stat-label-dark{font-size:.75rem}}@media (prefers-reduced-motion:reduce){.hero-bg-image{animation:none}}.about{padding:4rem 3rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;max-width:1100px;margin:0 auto;align-items:center}.about-image{position:relative}.about-image img{width:100%;max-width:350px;border-radius:20px;object-fit:cover}.fitness-badge{position:absolute;top:1rem;right:2rem;background:#fff;padding:.5rem .75rem;border-radius:20px;font-size:.8rem;box-shadow:0 4px 15px rgba(0,0,0,.1);color:var(--purple);font-weight:600}.about-content h2{font-family:Geliat,sans-serif;font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;color:var(--dark)}.about-content p{color:var(--gray);line-height:1.7;margin-bottom:1rem;font-size:.95rem}.stats{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:var(--light-gray);border-radius:12px}.stat-value{font-family:Geliat,sans-serif;font-size:1.5rem;font-weight:800;color:var(--purple)}.stat-label{color:var(--gray);font-size:.9rem}.services{padding:4rem 3rem;text-align:center;max-width:1100px;margin:0 auto}.services h2{font-family:Geliat,sans-serif;font-size:2.5rem;font-weight:800;margin-bottom:3rem}.services-cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.service-card{text-align:left;position:relative}.service-card-image{width:100%;height:200px;border-radius:20px;overflow:hidden;position:relative;margin-bottom:1rem}.service-card-image img{width:100%;height:100%;object-fit:cover}.ribbon-badge{position:absolute;top:.75rem;left:.75rem;padding:.3rem .75rem;background:var(--purple);color:#fff;font-size:.7rem;font-weight:600;border-radius:15px;display:flex;align-items:center;gap:.25rem;transform:rotate(-10deg)}.service-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.service-card-title{font-family:Geliat,sans-serif;font-size:1.25rem;font-weight:800;color:var(--dark);margin:0}.service-subtitle{font-weight:400}.service-capacity-badge{background:var(--purple-lighter);color:var(--purple-dark);padding:.35rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600}.service-card p{color:var(--gray);font-size:.9rem;line-height:1.6}.footer{padding:3rem;text-align:center;border-top:1px solid #eee;margin-top:2rem}.footer-icons{gap:1rem;margin-bottom:1rem}.footer-icon,.footer-icons{display:flex;justify-content:center}.footer-icon{width:40px;height:40px;background:var(--light-gray);border-radius:50%;align-items:center;cursor:pointer;transition:background .2s}.footer-icon:hover{background:var(--purple-lighter)}.footer-icon svg{color:var(--dark)}.footer p{color:var(--gray);font-size:.85rem;margin-top:1rem}.footer-map{max-width:500px;margin:0 auto 1.5rem;border-radius:8px;overflow:hidden}.footer-map iframe{display:block}@media (max-width:768px){.nav{padding:1rem 1.5rem}.nav-links{display:none}.hero{min-height:100vh}.hero-container{padding:2rem 1.5rem 8rem;flex-direction:column;text-align:center;gap:3rem}.hero-content{max-width:100%;display:flex;flex-direction:column;align-items:center}.consultation-form-card{padding:2rem 1.5rem}.hero-title{font-size:clamp(2.5rem,10vw,4rem)}.scroll-indicator{display:none}.about{grid-template-columns:1fr;padding:2rem 1.5rem;gap:2rem}.about-content h2,.services h2{font-size:2rem}.services{padding:2rem 1.5rem}.services-cards{grid-template-columns:1fr}.service-card-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.pricing{padding:4rem 3rem;text-align:center;max-width:1100px;margin:0 auto}.pricing h2{font-family:Geliat,sans-serif;font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;color:var(--dark)}.pricing-matricula{display:inline-block;background:var(--purple-lighter);color:var(--purple-dark);padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;margin-bottom:2rem}.pricing-matricula span{font-weight:400;margin-right:.5rem}.pricing-category-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.pricing-category-tab{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem 2rem;background:#fff;border:2px solid var(--light-gray);border-radius:16px;cursor:pointer;transition:all .3s}.pricing-category-tab:hover{border-color:var(--purple-light)}.pricing-category-tab.active{background:var(--purple);border-color:var(--purple);color:#fff}.pricing-category-tab .tab-name{font-size:1rem;font-weight:600}.pricing-category-tab .tab-cupo{font-size:.75rem;opacity:.8}.pricing-category-tab.active .tab-cupo{color:var(--purple-lighter)}.pricing-period-tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem}.pricing-period-tab{padding:.5rem 1.25rem;background:#fff;border:1.5px solid var(--light-gray);border-radius:50px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.pricing-period-tab:hover{border-color:var(--purple);color:var(--purple)}.pricing-period-tab.active{background:var(--dark);border-color:var(--dark);color:#fff}.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:900px;margin:0 auto}.pricing-card{background:#fff;border-radius:20px;padding:2rem 1.5rem;box-shadow:0 10px 30px rgba(98,100,171,.1);transition:transform .3s,box-shadow .3s}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(98,100,171,.15)}.pricing-card-sessions{font-size:1rem;color:var(--gray);margin-bottom:.5rem}.pricing-card-price{font-family:Geliat,sans-serif;font-size:2rem;font-weight:800;color:var(--purple);margin-bottom:.25rem}.pricing-card-period{font-size:.8rem;color:var(--gray);text-transform:capitalize}@media (max-width:768px){.pricing{padding:2rem 1.5rem}.pricing h2{font-size:2rem}.pricing-category-tabs{flex-direction:column;gap:.75rem}.pricing-category-tab{width:100%;padding:.875rem 1.5rem}.pricing-period-tabs{flex-wrap:wrap}.pricing-cards{grid-template-columns:repeat(2,1fr);gap:1rem}.pricing-card{padding:1.5rem 1rem}.pricing-card-price{font-size:1.5rem}}@media (max-width:480px){.pricing-cards{grid-template-columns:1fr}}.schedule{padding:4rem 3rem;text-align:center;max-width:1100px;margin:0 auto}.schedule h2{font-family:Geliat,sans-serif;font-size:2.5rem;font-weight:800;margin-bottom:2.5rem;color:var(--dark)}.schedule-table-wrapper{overflow-x:auto;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(98,100,171,.1);margin-bottom:2rem}.schedule-table{min-width:700px;width:100%;border-collapse:collapse}.schedule-header{background:var(--purple)}.schedule-header-cell{padding:1rem;font-weight:600;font-size:.95rem;color:#fff;border-right:1px solid var(--purple-light)}.schedule-header-cell:last-child{border-right:none}.schedule-section-row{background:var(--purple-lighter)}.schedule-section-label{padding:.75rem 1rem;text-align:center}.section-icon{font-size:1.1rem;margin-right:.5rem}.section-text{font-family:Geliat,sans-serif;font-size:.9rem;font-weight:800;color:var(--purple-dark);text-transform:uppercase;letter-spacing:.05em}.schedule-slots-row{border-bottom:1px solid var(--light-gray)}.schedule-slots-row:last-child{border-bottom:none}.schedule-cell{padding:.75rem .5rem;border-right:1px solid var(--light-gray);vertical-align:middle;text-align:center;transition:background .2s}.schedule-cell:last-child{border-right:none}.schedule-cell:hover:not(.empty){background:var(--purple-lighter)}.schedule-cell.empty{background:var(--cream)}.schedule-slot-time{display:block;font-weight:600;color:var(--purple);font-size:.9rem;margin-bottom:.25rem}.schedule-slot-class{display:block;color:var(--gray);font-size:.8rem}.hyrox-section{margin-bottom:2rem}.hyrox-card{background:#fff;border-radius:20px;padding:1.5rem 2rem;box-shadow:0 10px 30px rgba(98,100,171,.1);border-left:4px solid var(--purple)}.hyrox-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.75rem}.hyrox-header h3{font-family:Geliat,sans-serif;font-size:1.25rem;font-weight:800;color:var(--dark);margin:0}.hyrox-badge{background:var(--purple-lighter);color:var(--purple-dark);padding:.35rem .75rem;font-size:.75rem}.hyrox-info{display:flex;gap:2rem;flex-wrap:wrap}.hyrox-day,.hyrox-times{display:flex;align-items:center;gap:.5rem}.hyrox-label{color:var(--gray);font-size:.9rem}.hyrox-value{font-weight:600;color:var(--dark);font-size:.9rem}.hyrox-time-badges{display:flex;gap:.5rem}.hyrox-time-badge{background:var(--purple);color:#fff;padding:.35rem .75rem;border-radius:50px;font-size:.85rem;font-weight:600}.schedule-cta{font-size:1.1rem;color:var(--purple);font-weight:600}@media (max-width:768px){.schedule{padding:2rem 1.5rem}.schedule h2{font-size:2rem}.schedule-table-wrapper{margin:0 -.5rem 2rem;border-radius:12px}.schedule-header-cell{padding:.75rem .5rem;font-size:.75rem}.schedule-section-label{padding:.5rem}.section-icon{font-size:.9rem}.section-text{font-size:.75rem}.schedule-cell{padding:.5rem .25rem}.schedule-slot-time{font-size:.75rem}.schedule-slot-class{font-size:.65rem}.hyrox-card{padding:1.25rem 1rem}.hyrox-header h3{font-size:1rem}.hyrox-info{flex-direction:column;gap:.75rem}.hyrox-time-badge{padding:.3rem .6rem;font-size:.8rem}}.coaches{padding:4rem 3rem;text-align:center;max-width:1100px;margin:0 auto}.coaches h2{font-family:Geliat,sans-serif;font-size:2.5rem;font-weight:800;margin-bottom:3rem;color:var(--dark)}.coaches-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:2rem;gap:2rem}.coach-card{text-align:center}.coach-image-wrapper{width:100%;aspect-ratio:3/4;border-radius:20px;overflow:hidden;margin-bottom:1rem;box-shadow:0 10px 30px rgba(98,100,171,.15);transition:transform .3s,box-shadow .3s}.coach-image-wrapper:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(98,100,171,.2)}.coach-image-wrapper img{width:100%;height:100%;object-fit:cover}.coach-name{font-family:Geliat,sans-serif;font-size:1rem;font-weight:800;color:var(--dark)}@media (max-width:1024px){.coaches-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width:768px){.coaches{padding:2rem 1.5rem}.coaches h2{font-size:2rem}.coaches-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.coach-image-wrapper{border-radius:16px}.coach-name{font-size:.9rem}}@media (max-width:480px){.coaches-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.booking-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(29,29,27,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.booking-modal-container{background:#fff;border-radius:24px;max-width:480px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 80px rgba(0,0,0,.3)}.booking-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 2rem;border-bottom:1px solid var(--light-gray)}.booking-modal-title{font-family:Geliat,sans-serif;font-size:1.5rem;font-weight:800;color:var(--dark);margin:0 0 .25rem}.booking-modal-subtitle{color:var(--gray);font-size:.9rem;margin:0}.booking-modal-close{background:var(--cream);border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:var(--gray);flex-shrink:0}.booking-modal-close:hover{background:var(--purple-lighter);color:var(--purple)}.booking-modal-content{padding:1.5rem}.booking-modal-content .consultation-form-card{box-shadow:none;padding:0;background:transparent}.booking-divider{display:flex;align-items:center;gap:1rem;margin:1.25rem 0}.booking-divider:after,.booking-divider:before{content:"";flex:1 1;height:1px;background:var(--light-gray)}.booking-divider span{color:var(--gray);font-size:.875rem;font-weight:500}.booking-cta-secondary{width:100%;display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem;background:#fff;border:2px solid var(--purple);border-radius:14px;cursor:pointer;transition:all .3s}.booking-cta-secondary:hover{background:var(--purple-lighter);transform:translateY(-2px);box-shadow:0 10px 20px rgba(98,100,171,.2)}.booking-cta-text{font-size:1rem;font-weight:700;color:var(--purple)}.booking-cta-subtext{font-size:.8rem;color:var(--gray)}@media (max-width:768px){.booking-modal-container{max-width:100%;max-height:95vh;border-radius:20px}.booking-modal-header{padding:1.25rem 1.5rem}.booking-modal-title{font-size:1.25rem}.booking-modal-content{padding:1rem}}@media (max-width:480px){.booking-modal-overlay{padding:.5rem}.booking-modal-container{border-radius:16px}.booking-modal-header{padding:1rem 1.25rem}.booking-modal-close{width:36px;height:36px}}.chatbot-trigger-container{position:fixed;bottom:1.5rem;right:1rem;z-index:9997;display:flex;align-items:flex-end;gap:.75rem}.chatbot-speech-bubble{position:relative;background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);padding:1rem;border:2px solid var(--purple);width:180px;cursor:pointer;transition:all .3s ease}.chatbot-speech-bubble:hover{transform:scale(1.05);box-shadow:0 0 30px rgba(98,100,171,.3)}.chatbot-speech-bubble p{font-size:.875rem;font-weight:500;color:var(--dark);padding-right:.5rem;margin:0}.chatbot-speech-bubble-close{position:absolute;top:-.5rem;right:-.5rem;background:var(--dark);color:#fff;border:none;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;z-index:10}.chatbot-speech-bubble-close:hover{background:#333}.chatbot-speech-bubble:after{content:"";position:absolute;right:-.5rem;bottom:1rem;width:1rem;height:1rem;background:#fff;border-right:2px solid var(--purple);border-bottom:2px solid var(--purple);transform:rotate(-45deg)}.chatbot-avatar-button{position:relative;flex-shrink:0;cursor:pointer;background:none;border:none;padding:0}.chatbot-avatar-wrapper{position:relative;overflow:visible;transition:all .3s ease}.chatbot-avatar-wrapper.expanded{width:140px;height:140px}.chatbot-avatar-wrapper.collapsed{width:70px;height:70px;border-radius:35px;box-shadow:0 4px 20px rgba(0,0,0,.25);border:3px solid #fff}.chatbot-avatar-inner{position:relative;width:100%;height:100%;overflow:hidden}.chatbot-avatar-wrapper.collapsed .chatbot-avatar-inner{border-radius:35px}.chatbot-avatar-image{width:100%;height:100%;object-fit:contain}.chatbot-avatar-wrapper.collapsed .chatbot-avatar-image{transform:scale(1.5) translateY(8px);object-position:center top}.chatbot-chat-badge{position:absolute;bottom:-.5rem;left:26%;transform:translateX(-50%);background:var(--purple-light);color:#fff;padding:.25rem .75rem;border-radius:50px;box-shadow:0 4px 15px rgba(0,0,0,.2);font-weight:700;font-size:.75rem;display:flex;align-items:center;gap:.25rem;border:2px solid #fff}.chatbot-pulse{position:absolute;inset:0;border-radius:50%;border:2px solid var(--purple);animation:chatbot-pulse-animation 2s ease-in-out infinite}@keyframes chatbot-pulse-animation{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.15);opacity:0}}.chatbot-tooltip{top:-3rem;right:0;color:#fff;font-size:.75rem;padding:.5rem .75rem;border-radius:.5rem;white-space:nowrap;pointer-events:none;z-index:10;box-shadow:0 4px 15px rgba(0,0,0,.2)}.chatbot-tooltip,.chatbot-tooltip:after{position:absolute;background:var(--dark)}.chatbot-tooltip:after{content:"";bottom:0;right:1rem;transform:translateY(50%) rotate(45deg);width:.5rem;height:.5rem}.chatbot-backdrop{position:fixed;inset:0;z-index:9998;background:rgba(0,0,0,.5)}.chatbot-window{position:fixed;inset:0;z-index:9999;background:#fff;display:flex;flex-direction:column;overflow:hidden}@media (min-width:1024px){.chatbot-window{inset:auto;bottom:1.5rem;right:1.5rem;width:24rem;height:500px;border-radius:.75rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.chatbot-backdrop{display:none}}.chatbot-header{background:var(--purple);color:#fff;padding:1rem;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;position:relative}.chatbot-header-drag{position:absolute;top:.5rem;left:50%;transform:translateX(-50%);width:2.5rem;height:.25rem;background:hsla(0,0%,100%,.3);border-radius:50px}@media (min-width:1024px){.chatbot-header-drag{display:none}}.chatbot-header-info{display:flex;align-items:center;gap:.75rem}.chatbot-header-avatar{position:relative;width:5rem;height:5rem;flex-shrink:0}.chatbot-header-avatar img{width:100%;height:100%;object-fit:contain}.chatbot-header-text h3{font-weight:600;margin:0;font-size:1rem}.chatbot-header-text p{font-size:.875rem;color:hsla(0,0%,100%,.8);margin:0}.chatbot-close-button{background:transparent;border:none;color:#fff;padding:.5rem;border-radius:50%;cursor:pointer;transition:background .2s;margin-right:-.25rem}.chatbot-close-button:hover{background:hsla(0,0%,100%,.1)}@media (min-width:1024px){.chatbot-close-button{padding:.25rem}}.chatbot-messages{flex:1 1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem;background:var(--cream);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.chatbot-message{display:flex;gap:.5rem;min-width:0}.chatbot-message.user{justify-content:flex-end}.chatbot-message.assistant{justify-content:flex-start}.chatbot-message-avatar{position:relative;width:3.5rem;height:3.5rem;flex-shrink:0;margin-top:.25rem}.chatbot-message-avatar img{width:100%;height:100%;object-fit:contain}.chatbot-message-bubble{max-width:80%;padding:.75rem 1rem;border-radius:1rem;overflow:hidden}.chatbot-message.user .chatbot-message-bubble{max-width:85%;background:var(--purple);color:#fff}.chatbot-message.assistant .chatbot-message-bubble{background:#fff;color:var(--dark);box-shadow:0 1px 3px rgba(0,0,0,.1)}.chatbot-message-content{font-size:.875rem;line-height:1.5;word-wrap:break-word;overflow-wrap:anywhere}@media (min-width:640px){.chatbot-message-content{font-size:1rem}}.chatbot-message-content h2{font-size:1.125rem;font-weight:700;color:var(--purple);margin:.75rem 0 .5rem}.chatbot-message-content h2:first-child{margin-top:0}.chatbot-message-content h3{font-size:1rem;font-weight:700;color:var(--purple);margin:.75rem 0 .5rem}.chatbot-message-content h3:first-child{margin-top:0}.chatbot-message.user .chatbot-message-content h2,.chatbot-message.user .chatbot-message-content h3{color:#fff}.chatbot-message-content strong{font-weight:600}.chatbot-message-content ul{list-style:disc;padding-left:1rem;margin:.5rem 0}.chatbot-message-content ul li{margin-bottom:.25rem}.chatbot-message-content ol{list-style:decimal;padding-left:1rem;margin:.5rem 0}.chatbot-message-content p{margin:.5rem 0}.chatbot-message-content p:first-child{margin-top:0}.chatbot-message-content p:last-child{margin-bottom:0}.chatbot-message-content a{color:var(--purple);text-decoration:none}.chatbot-message-content a:hover{text-decoration:underline}.chatbot-message.user .chatbot-message-content a{color:#fff;text-decoration:underline}.chatbot-message-time{font-size:.75rem;margin-top:.25rem;opacity:.6}.chatbot-loading{display:flex;justify-content:flex-start}.chatbot-loading-bubble{background:#fff;color:var(--dark);padding:.5rem 1rem;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.chatbot-suggestions-container{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.chatbot-suggestions-text{color:var(--gray);margin-bottom:1.5rem;text-align:center;font-size:.875rem}.chatbot-suggestions-grid{display:grid;grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem;width:100%;max-width:28rem}@media (min-width:640px){.chatbot-suggestions-grid{grid-template-columns:repeat(2,1fr)}}.chatbot-suggestion-button{padding:1rem;background:#fff;border:2px solid var(--light-gray);border-radius:.75rem;color:var(--dark);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.1)}.chatbot-suggestion-button:hover{background:rgba(98,100,171,.1);border-color:var(--purple)}.chatbot-input-container{border-top:1px solid var(--light-gray);padding:1rem;flex-shrink:0;background:#fff}.chatbot-input-wrapper{display:flex;gap:.5rem;align-items:flex-end}.chatbot-input{flex:1 1;padding:.75rem 1rem;border:1px solid var(--light-gray);border-radius:.5rem;font-family:inherit;font-size:1rem;color:var(--dark);resize:none;max-height:8rem;overflow-y:auto}.chatbot-input:focus{outline:none;border-color:var(--purple)}.chatbot-input::placeholder{color:var(--gray)}.chatbot-input:disabled{background:var(--cream)}@media (min-width:1024px){.chatbot-input{padding:.5rem .75rem;font-size:.875rem}}.chatbot-send-button{background:var(--purple);color:#fff;border:none;padding:.75rem;border-radius:50%;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center}.chatbot-send-button:hover:not(:disabled){background:var(--purple-dark)}.chatbot-send-button:disabled{background:var(--light-gray);cursor:not-allowed}@media (min-width:1024px){.chatbot-send-button{padding:.5rem;border-radius:.5rem}}.chatbot-popup-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:9998}.chatbot-popup-container{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem}.chatbot-popup-card{position:relative;background:var(--dark);border-radius:1rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);max-width:28rem;width:100%;overflow:hidden}.chatbot-popup-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:hsla(0,0%,100%,.7);cursor:pointer;transition:color .2s;z-index:10}.chatbot-popup-close:hover{color:#fff}.chatbot-popup-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 1.5rem}.chatbot-popup-avatar{position:relative;width:9rem;height:9rem;margin-bottom:1.5rem}.chatbot-popup-avatar img{width:100%;height:100%;object-fit:contain}.chatbot-popup-message{margin-bottom:1.5rem}.chatbot-popup-message h3{font-size:1.5rem;font-weight:700;color:var(--purple-light);margin:0 0 .75rem}.chatbot-popup-message p{font-size:1.125rem;color:hsla(0,0%,100%,.9);line-height:1.6;max-width:24rem;margin:0}.chatbot-popup-message strong{color:var(--purple-light)}.chatbot-popup-cta{background:var(--purple);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-weight:700;font-size:1.125rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px rgba(98,100,171,.4)}.chatbot-popup-cta:hover{background:var(--purple-light);transform:translateY(-2px)}.chatbot-popup-note{font-size:.75rem;color:hsla(0,0%,100%,.5);margin-top:1rem}[data-sonner-toaster]{--normal-bg:var(--purple);--normal-text:#fff;--success-bg:var(--purple);--success-text:#fff}@keyframes chatbot-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.chatbot-bounce{animation:chatbot-bounce 2s ease-in-out infinite}@keyframes chatbot-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.chatbot-spin{animation:chatbot-spin 1s linear infinite}.fitness-test-container{width:100%;max-width:672px;margin:0 auto;display:flex;flex-direction:column;gap:.5rem}@media (min-width:640px){.fitness-test-container{gap:1rem}}.fitness-test-welcome{text-align:center;padding:1rem;position:relative}@media (min-width:640px){.fitness-test-welcome{padding:1.5rem}}.fitness-test-welcome-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none;opacity:.5}@media (min-width:640px){.fitness-test-welcome-bg{opacity:1}}.fitness-test-bg-circle-1{top:40px;left:40px;width:80px;height:80px;background:rgba(98,100,171,.1)}.fitness-test-bg-circle-1,.fitness-test-bg-circle-2{position:absolute;border-radius:50%;filter:blur(24px)}.fitness-test-bg-circle-2{bottom:40px;right:40px;width:128px;height:128px;background:rgba(16,185,129,.1)}.fitness-test-welcome-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--purple),var(--purple-dark));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 10px 25px rgba(98,100,171,.3)}@media (min-width:640px){.fitness-test-welcome-icon{width:80px;height:80px}}.fitness-test-activity-icon{width:32px;height:32px;color:#fff}@media (min-width:640px){.fitness-test-activity-icon{width:40px;height:40px}}.fitness-test-welcome-title{font-family:Geliat,sans-serif;font-size:1.5rem;font-weight:800;color:var(--dark);margin-bottom:.5rem}@media (min-width:640px){.fitness-test-welcome-title{font-size:1.875rem}}@media (min-width:1024px){.fitness-test-welcome-title{font-size:3rem}}.fitness-test-highlight{color:var(--purple)}.fitness-test-welcome-subtitle{font-size:1rem;color:var(--gray);max-width:512px;margin:0 auto}@media (min-width:640px){.fitness-test-welcome-subtitle{font-size:1.125rem}}@media (min-width:1024px){.fitness-test-welcome-subtitle{font-size:1.25rem}}.fitness-test-features{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem;max-width:512px;margin:1.5rem auto}@media (min-width:640px){.fitness-test-features{gap:1rem}}.fitness-test-feature{background:#fff;padding:.75rem;border-radius:12px;border:1px solid var(--light-gray)}@media (min-width:640px){.fitness-test-feature{padding:1rem}}.fitness-test-feature-emoji{font-size:1.25rem;margin-bottom:.25rem}@media (min-width:640px){.fitness-test-feature-emoji{font-size:1.5rem;margin-bottom:.5rem}}.fitness-test-feature-title{font-weight:500;font-size:.75rem;color:var(--dark);margin:0}@media (min-width:640px){.fitness-test-feature-title{font-size:1rem}}.fitness-test-feature-desc{font-size:.75rem;color:var(--gray);margin:0;display:none}@media (min-width:640px){.fitness-test-feature-desc{display:block}}.fitness-test-start-wrapper{display:flex;flex-direction:column;align-items:center}.fitness-test-disclaimer{color:var(--gray);font-size:.875rem;margin-top:.75rem}@media (min-width:640px){.fitness-test-disclaimer{margin-top:1rem}}.fitness-test-dev-tools{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--light-gray)}.fitness-test-dev-label{color:var(--gray);font-size:.75rem;margin-bottom:.5rem}.fitness-test-btn-dev{height:40px;padding:0 1.5rem;border:1px solid var(--purple-light);background:transparent;color:var(--purple);border-radius:50px;font-size:.875rem;cursor:pointer;transition:all .2s}.fitness-test-btn-dev:hover{background:var(--purple-lighter);border-color:var(--purple)}.fitness-test-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:48px;padding:0 2rem;background:linear-gradient(135deg,var(--purple),var(--purple-dark));color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 10px 25px rgba(98,100,171,.3);text-decoration:none}@media (min-width:640px){.fitness-test-btn-primary{height:56px;padding:0 2.5rem;font-size:1.125rem}}.fitness-test-btn-primary:hover{transform:translateY(-2px);box-shadow:0 15px 35px rgba(98,100,171,.4)}.fitness-test-sparkles{width:20px;height:20px}.fitness-test-celebration{position:fixed;top:80px;left:50%;transform:translateX(-50%);z-index:50;pointer-events:none}.fitness-test-celebration-badge{background:#10b981;color:#fff;padding:.5rem 1rem;border-radius:50px;box-shadow:0 10px 25px rgba(16,185,129,.3);display:flex;align-items:center;gap:.5rem}@media (min-width:640px){.fitness-test-celebration-badge{padding:.75rem 1.5rem;gap:.75rem}}.fitness-test-celebration-check{width:20px;height:20px}.fitness-test-celebration-badge span{font-size:.875rem;font-weight:500}@media (min-width:640px){.fitness-test-celebration-badge span{font-size:1rem}}.fitness-test-progress-container{width:100%;display:flex;flex-direction:column;gap:.75rem}@media (min-width:640px){.fitness-test-progress-container{gap:1rem}}.fitness-test-milestone-wrapper{text-align:center;padding:0 1rem}.fitness-test-milestone-message{display:inline-block;font-size:.75rem;font-weight:700;color:var(--purple);background:var(--purple-lighter);border-radius:50px;padding:.375rem .75rem;margin:0}@media (min-width:640px){.fitness-test-milestone-message{font-size:.875rem;padding:.5rem 1rem}}.fitness-test-journey-wrapper{position:relative;padding:0 1rem}@media (min-width:640px){.fitness-test-journey-wrapper{padding:0}}.fitness-test-journey-scroll{overflow-x:auto;margin:0 -1rem;padding:0 1rem;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.fitness-test-journey-scroll::-webkit-scrollbar{display:none}@media (min-width:640px){.fitness-test-journey-scroll{overflow:visible;margin:0;padding:0}}.fitness-test-journey-inner{position:relative;min-width:500px}@media (min-width:640px){.fitness-test-journey-inner{min-width:0}}.fitness-test-track-bg{position:absolute;top:50%;left:0;right:0;height:2px;background:var(--light-gray);transform:translateY(-50%);border-radius:50px}@media (min-width:640px){.fitness-test-track-bg{height:4px}}.fitness-test-track-progress{position:absolute;top:50%;left:0;height:2px;background:linear-gradient(to right,var(--purple),#10b981);transform:translateY(-50%);border-radius:50px}@media (min-width:640px){.fitness-test-track-progress{height:4px}}.fitness-test-dots{position:relative;display:flex;justify-content:space-between}.fitness-test-dot-wrapper{position:relative}.fitness-test-dot{position:relative;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--light-gray);transition:all .3s;cursor:pointer}@media (min-width:640px){.fitness-test-dot{width:32px;height:32px;border-width:2px}}.fitness-test-dot.answered{background:#10b981;border-color:#10b981}.fitness-test-dot.current{background:var(--purple);border-color:var(--purple)}.fitness-test-dot-check{width:12px;height:12px;color:#fff}@media (min-width:640px){.fitness-test-dot-check{width:16px;height:16px}}.fitness-test-dot-pulse{width:6px;height:6px;background:#fff;border-radius:50%}@media (min-width:640px){.fitness-test-dot-pulse{width:8px;height:8px}}.fitness-test-dot-number{font-size:10px;color:var(--gray)}@media (min-width:640px){.fitness-test-dot-number{font-size:12px}}.fitness-test-milestone-icon{position:absolute;top:-24px;left:50%;transform:translateX(-50%);display:none}@media (min-width:640px){.fitness-test-milestone-icon{display:block;top:-32px}}.fitness-test-star-icon{width:16px;height:16px;color:var(--purple)}@media (min-width:640px){.fitness-test-star-icon{width:20px;height:20px}}.fitness-test-trophy-icon{width:16px;height:16px;color:#f59e0b}@media (min-width:640px){.fitness-test-trophy-icon{width:20px;height:20px}}.fitness-test-stages{display:flex;flex-direction:column;justify-content:center;gap:.5rem;margin-top:.75rem;padding:0 1rem}@media (min-width:640px){.fitness-test-stages{flex-direction:row;gap:1rem;margin-top:1rem;padding:0}}.fitness-test-stage{padding:.5rem .75rem;border-radius:8px;border:1px solid var(--light-gray);background:#fff;transition:all .2s;font-size:.75rem}@media (min-width:640px){.fitness-test-stage{padding:.75rem;font-size:.875rem}}.fitness-test-stage.current{background:var(--purple-lighter);border-color:var(--purple)}.fitness-test-stage.complete{background:rgba(16,185,129,.1);border-color:#10b981}.fitness-test-stage-content{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%}.fitness-test-stage-name{font-size:.875rem;flex-shrink:0;color:var(--dark)}.fitness-test-stage-progress{display:flex;align-items:center;gap:.25rem;margin-left:auto}.fitness-test-stage-count{font-size:.75rem;color:var(--gray)}.fitness-test-stage-check{width:12px;height:12px;color:#10b981}.fitness-test-ai-message{text-align:center;margin-bottom:.5rem}.fitness-test-ai-text{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--purple);background:var(--purple-lighter);border-radius:50px;padding:.25rem .75rem;margin:0}.fitness-test-zap-icon{width:12px;height:12px}.fitness-test-question-card{background:#fff;border-radius:0}@media (min-width:640px){.fitness-test-question-card{padding:1.5rem;border-radius:16px;border:1px solid var(--light-gray);box-shadow:0 10px 30px rgba(98,100,171,.1)}}.fitness-test-question-content{display:flex;flex-direction:column;gap:1rem}.fitness-test-question-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1rem 0}@media (min-width:640px){.fitness-test-question-header{padding:0}}.fitness-test-question-icon-wrapper{display:none}@media (min-width:640px){.fitness-test-question-icon-wrapper{display:block}}.fitness-test-icon-bg{border-radius:50%;background:var(--purple-lighter);border:1px solid var(--light-gray);display:flex;align-items:center;justify-content:center}.fitness-test-question-text{flex:1 1;font-size:1rem;font-weight:700;color:var(--dark);margin:0}@media (min-width:640px){.fitness-test-question-text{font-size:1.125rem}}.fitness-test-options{display:grid;grid-template-columns:1fr;grid-gap:.5rem;gap:.5rem;padding:0 .75rem .75rem}@media (min-width:640px){.fitness-test-options{gap:.75rem;padding:0}}.fitness-test-option{position:relative;padding:.75rem;border-radius:8px;border:1px solid var(--light-gray);background:#fff;cursor:pointer;text-align:left;min-height:50px;touch-action:manipulation;transition:all .3s}@media (min-width:640px){.fitness-test-option{padding:1rem;border-radius:12px;border-width:2px;min-height:60px}}.fitness-test-option:hover{border-color:var(--purple-light)}.fitness-test-option.value-1{background:linear-gradient(135deg,rgba(220,38,38,.05),transparent);border-color:rgba(220,38,38,.3)}.fitness-test-option.value-2{background:linear-gradient(135deg,rgba(245,158,11,.05),transparent);border-color:rgba(245,158,11,.3)}.fitness-test-option.value-3{background:linear-gradient(135deg,rgba(234,179,8,.05),transparent);border-color:rgba(234,179,8,.3)}.fitness-test-option.value-4{background:linear-gradient(135deg,rgba(16,185,129,.05),transparent);border-color:rgba(16,185,129,.3)}.fitness-test-option.selected{border-color:var(--purple);box-shadow:0 10px 25px rgba(98,100,171,.2)}.fitness-test-option-content{display:flex;align-items:center;gap:.5rem}@media (min-width:640px){.fitness-test-option-content{gap:.75rem}}.fitness-test-option-emoji{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;background:hsla(0,0%,100%,.5);flex-shrink:0}@media (min-width:640px){.fitness-test-option-emoji{width:40px;height:40px;font-size:1.25rem}}.fitness-test-option-text{flex:1 1;font-size:.875rem;font-weight:500;color:var(--gray);padding-right:.5rem}.fitness-test-option.selected .fitness-test-option-text{color:var(--dark)}.fitness-test-option-check{width:24px;height:24px;background:var(--purple);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fitness-test-option-check-icon{width:12px;height:12px;color:#fff}.fitness-test-option-selected-ring{position:absolute;inset:0;border-radius:12px;border:2px solid var(--purple);pointer-events:none}.fitness-test-navigation{display:flex;justify-content:space-between;align-items:center;padding:.25rem 1rem 0}@media (min-width:640px){.fitness-test-navigation{padding:.5rem .25rem 0}}.fitness-test-btn-nav{display:inline-flex;align-items:center;height:40px;padding:0 1rem;background:transparent;border:none;color:var(--gray);font-size:.875rem;cursor:pointer;transition:color .2s}.fitness-test-btn-nav:hover:not(:disabled){color:var(--dark)}.fitness-test-btn-nav:disabled{opacity:.3;cursor:not-allowed}.fitness-test-nav-icon{width:16px;height:16px}.fitness-test-btn-finish{display:inline-flex;align-items:center;height:40px;padding:0 1.5rem;background:linear-gradient(135deg,var(--purple),var(--purple-dark));color:#fff;border:none;border-radius:50px;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 10px 25px rgba(98,100,171,.3)}.fitness-test-btn-finish:hover{transform:translateY(-2px);box-shadow:0 15px 35px rgba(98,100,171,.4)}.fitness-test-whatsapp-form{width:100%;max-width:448px;margin:0 auto;padding:1rem}@media (min-width:640px){.fitness-test-whatsapp-form{padding:1.5rem}}.fitness-test-form-header{text-align:center;margin-bottom:1rem}@media (min-width:640px){.fitness-test-form-header{margin-bottom:1.5rem}}.fitness-test-form-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--purple),var(--purple-dark));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 10px 25px rgba(98,100,171,.3)}@media (min-width:640px){.fitness-test-form-icon{width:64px;height:64px}}.fitness-test-target-icon{width:28px;height:28px;color:#fff}@media (min-width:640px){.fitness-test-target-icon{width:32px;height:32px}}.fitness-test-form-title{font-family:Geliat,sans-serif;font-size:1.5rem;font-weight:800;color:var(--dark);margin:0 0 .5rem}@media (min-width:640px){.fitness-test-form-title{font-size:1.875rem}}.fitness-test-form-subtitle{font-size:1rem;color:var(--gray);margin:0}@media (min-width:640px){.fitness-test-form-subtitle{font-size:1.125rem}}.fitness-test-form{display:flex;flex-direction:column;gap:1rem}@media (min-width:640px){.fitness-test-form{gap:1.5rem}}.fitness-test-form-group{display:flex;flex-direction:column;gap:.75rem}.fitness-test-form-label{font-size:.875rem;font-weight:500;color:var(--purple)}.fitness-test-input-wrapper{position:relative}.fitness-test-input-glow{position:absolute;inset:0;background:linear-gradient(90deg,rgba(98,100,171,.2),rgba(16,185,129,.2));border-radius:8px;filter:blur(24px);opacity:.5}@media (min-width:640px){.fitness-test-input-glow{opacity:1}}.fitness-test-input-container{position:relative;display:flex;gap:.5rem;background:#fff;padding:.25rem;border-radius:8px;border:1px solid var(--light-gray)}.fitness-test-country-code{display:flex;align-items:center;padding:0 .75rem;background:var(--cream);border-radius:6px;font-weight:500;font-size:.875rem;color:var(--dark)}@media (min-width:640px){.fitness-test-country-code{padding:0 1rem;font-size:1rem}}.fitness-test-input-field-wrapper{flex:1 1;position:relative}.fitness-test-input{width:100%;padding:.75rem 3rem .75rem .75rem;background:transparent;border:none;font-size:1rem;color:var(--dark);height:48px}@media (min-width:640px){.fitness-test-input{height:56px;font-size:1.125rem}}.fitness-test-input:focus{outline:none}.fitness-test-input::placeholder{color:var(--gray)}.fitness-test-input:disabled{opacity:.7}.fitness-test-input-check{position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}@media (min-width:640px){.fitness-test-input-check{right:1rem}}.fitness-test-check-icon{width:20px;height:20px;color:#10b981}@media (min-width:640px){.fitness-test-check-icon{width:24px;height:24px}}.fitness-test-error{font-size:.875rem;color:#dc2626;margin:.5rem 0 0}.fitness-test-btn-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:48px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 10px 25px rgba(16,185,129,.3)}@media (min-width:640px){.fitness-test-btn-submit{height:56px;font-size:1.125rem}}.fitness-test-btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 35px rgba(16,185,129,.4)}.fitness-test-btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.fitness-test-loader{width:20px;height:20px;animation:chatbot-spin 1s linear infinite}.fitness-test-privacy-note{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;color:var(--gray)}.fitness-test-lock-icon{width:16px;height:16px}.fitness-test-results{width:100%;max-width:448px;margin:0 auto;padding:1rem;text-align:center}@media (min-width:640px){.fitness-test-results{padding:1.5rem}}.fitness-test-success-icon{width:80px;height:80px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 10px 25px rgba(16,185,129,.3)}@media (min-width:640px){.fitness-test-success-icon{width:96px;height:96px}}.fitness-test-success-check{width:40px;height:40px;color:#fff}@media (min-width:640px){.fitness-test-success-check{width:48px;height:48px}}.fitness-test-success-text{margin-bottom:1.5rem}.fitness-test-success-title{font-family:Geliat,sans-serif;font-size:1.5rem;font-weight:800;color:var(--dark);margin:0 0 1rem}@media (min-width:640px){.fitness-test-success-title{font-size:1.875rem}}@media (min-width:1024px){.fitness-test-success-title{font-size:2.25rem}}.fitness-test-success-subtitle{font-size:1rem;color:var(--gray);margin:0}@media (min-width:640px){.fitness-test-success-subtitle{font-size:1.125rem}}.fitness-test-phone-highlight{color:var(--purple);font-weight:600}.fitness-test-next-steps{background:#fff;padding:1.25rem;border-radius:16px;border:1px solid var(--light-gray);text-align:left;margin-bottom:1.5rem}@media (min-width:640px){.fitness-test-next-steps{padding:1.5rem}}.fitness-test-next-steps-title{font-size:1.125rem;font-weight:600;color:var(--purple);margin:0 0 1rem}.fitness-test-next-steps-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.fitness-test-next-step{display:flex;align-items:flex-start;gap:.75rem}.fitness-test-next-step-icon{width:20px;height:20px;color:#10b981;flex-shrink:0;margin-top:2px}.fitness-test-next-step span{color:var(--gray)}.fitness-test-cta-wrapper{padding-top:1rem;display:flex;justify-content:center}.fitness-test-confetti{position:absolute;inset:0;pointer-events:none;overflow:hidden}.fitness-test-confetti-piece{position:absolute;width:8px;height:8px}@media (min-width:1024px){.fitness-test-confetti-piece{width:12px;height:12px}}.fitness-test-page{min-height:100vh;background:var(--cream);display:flex;flex-direction:column}.fitness-test-page-header{background:#fff;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--light-gray)}.fitness-test-page-logo{height:32px;width:auto}@media (min-width:640px){.fitness-test-page-logo{height:40px}}.fitness-test-page-content{flex:1 1;display:flex;align-items:center;justify-content:center;padding:1rem}@media (min-width:640px){.fitness-test-page-content{padding:2rem}}.fitness-test-level-emoji{font-size:4rem;line-height:1;margin-bottom:1rem;animation:bounceIn .5s ease-out}@media (min-width:640px){.fitness-test-level-emoji{font-size:5rem;margin-bottom:1.5rem}}@keyframes bounceIn{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.fitness-test-level-info{margin-bottom:1.5rem}.fitness-test-level-label{font-size:1rem;color:var(--gray);margin:0 0 .25rem}.fitness-test-level-name{font-family:Geliat,sans-serif;font-size:2rem;font-weight:800;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em}@media (min-width:640px){.fitness-test-level-name{font-size:2.5rem}}.fitness-test-level-title{font-size:1.125rem;font-weight:600;color:var(--dark);margin:0}@media (min-width:640px){.fitness-test-level-title{font-size:1.25rem}}.fitness-test-level-description{font-size:.95rem;color:var(--gray);line-height:1.6;margin-bottom:1.25rem;text-align:left}@media (min-width:640px){.fitness-test-level-description{font-size:1rem}}.fitness-test-level-message{background:#fff;padding:1rem 1.25rem;border-radius:12px;border-left:4px solid;text-align:left;font-size:.9rem;color:var(--dark);line-height:1.6;margin-bottom:1.25rem;box-shadow:0 2px 8px rgba(0,0,0,.05)}@media (min-width:640px){.fitness-test-level-message{padding:1.25rem 1.5rem;font-size:.95rem}}.fitness-test-contact-confirm{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:rgba(16,185,129,.1);border-radius:8px;margin-bottom:1.25rem;font-size:.9rem;color:var(--dark)}.fitness-test-contact-confirm-icon{width:18px;height:18px;color:#10b981;flex-shrink:0}.fitness-test-banner{position:fixed;top:0;left:0;right:0;z-index:1000;background:linear-gradient(135deg,var(--purple) 0,var(--purple-dark) 100%);box-shadow:0 2px 10px rgba(0,0,0,.15)}.fitness-test-banner-content{max-width:1200px;margin:0 auto;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.fitness-test-banner-text{display:flex;align-items:center;gap:.75rem;color:var(--white);font-size:.9rem}.fitness-test-banner-icon{font-size:1.25rem;flex-shrink:0}.fitness-test-banner-text p{margin:0;line-height:1.4}.fitness-test-banner-text strong{font-weight:600}.fitness-test-banner-divider{margin:0 .5rem;opacity:.5}.fitness-test-banner-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.fitness-test-banner-cta{display:inline-flex;align-items:center;padding:.5rem 1.25rem;background:var(--white);color:var(--purple-dark);font-size:.85rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .2s ease;white-space:nowrap}.fitness-test-banner-cta:hover{background:var(--cream);transform:scale(1.02)}.fitness-test-banner-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:hsla(0,0%,100%,.15);border:none;border-radius:50%;color:var(--white);cursor:pointer;transition:background .2s ease}.fitness-test-banner-close:hover{background:hsla(0,0%,100%,.25)}@media (max-width:768px){.fitness-test-banner-content{flex-direction:column;text-align:center;padding:.75rem;gap:.75rem}.fitness-test-banner-text{flex-direction:column;gap:.25rem}.fitness-test-banner-divider{display:none}.fitness-test-banner-text p{display:flex;flex-direction:column;gap:.125rem}.fitness-test-banner-actions{width:100%;justify-content:center}.fitness-test-banner-close{position:absolute;top:.5rem;right:.5rem;width:28px;height:28px}.fitness-test-banner{position:fixed}}.hyrox-hero{position:relative;min-height:100vh;background:var(--dark);overflow:hidden;display:flex;flex-direction:column}.hyrox-hero-bg{position:absolute;inset:0;background:var(--dark)}.hyrox-hero-bg img{opacity:.6}.hyrox-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(29,29,27,.7) 0,rgba(29,29,27,.5) 50%,rgba(29,29,27,.8))}.hyrox-hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:6rem 3rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center}.hyrox-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(98,100,171,.2);border:1px solid rgba(98,100,171,.4);border-radius:50px;color:var(--purple-light);font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.hyrox-title{font-family:Geliat,sans-serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;color:var(--white);line-height:1;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:-.02em}.hyrox-title-accent{color:var(--purple-light)}.hyrox-subtitle{font-size:1.25rem;color:hsla(0,0%,100%,.75);max-width:600px;margin-bottom:2rem;line-height:1.6}.hyrox-event-info{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2.5rem}.hyrox-info-item{display:flex;align-items:center;gap:.5rem;color:hsla(0,0%,100%,.9);font-weight:500}.hyrox-info-item svg{width:20px;height:20px;color:var(--purple-light)}.hyrox-cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1.125rem 2.5rem;background:var(--purple);color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-decoration:none}.hyrox-cta-button:hover{background:var(--purple-light);transform:translateY(-3px);box-shadow:0 15px 35px rgba(98,100,171,.4)}.hyrox-cta-button svg{transition:transform .3s ease}.hyrox-cta-button:hover svg{transform:translateX(4px)}.hyrox-learn{padding:5rem 3rem;background:var(--cream)}.hyrox-learn-container{max-width:1100px;margin:0 auto}.hyrox-section-header{text-align:center;margin-bottom:3rem}.hyrox-section-badge{display:inline-block;padding:.5rem 1rem;background:var(--purple-lighter);color:var(--purple);border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.hyrox-section-title{font-family:Geliat,sans-serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:var(--dark);margin-bottom:1rem}.hyrox-section-subtitle{font-size:1.1rem;color:var(--gray);max-width:600px;margin:0 auto}.hyrox-learn-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.hyrox-learn-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.05);transition:all .3s ease;border:2px solid transparent}.hyrox-learn-card:hover{border-color:var(--purple);transform:translateY(-4px);box-shadow:0 12px 30px rgba(98,100,171,.15)}.hyrox-learn-icon{width:56px;height:56px;background:var(--purple-lighter);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:all .3s ease}.hyrox-learn-card:hover .hyrox-learn-icon{background:var(--purple)}.hyrox-learn-icon svg{width:28px;height:28px;color:var(--purple);transition:color .3s ease}.hyrox-learn-card:hover .hyrox-learn-icon svg{color:#fff}.hyrox-learn-card h3{font-size:1.25rem;font-weight:700;color:var(--dark);margin-bottom:.75rem}.hyrox-learn-card p{color:var(--gray);line-height:1.6}.hyrox-coach{padding:5rem 3rem;background:#fff}.hyrox-coach-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:300px 1fr;grid-gap:3rem;gap:3rem;align-items:center}.hyrox-coach-image{position:relative}.hyrox-coach-image img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:20px}.hyrox-coach-image:after{content:"";position:absolute;inset:10px;border:3px solid var(--purple);border-radius:20px;z-index:-1;transform:translate(10px,10px)}.hyrox-coach-content h2{font-family:Geliat,sans-serif;font-size:2rem;font-weight:800;color:var(--dark);margin-bottom:.5rem}.hyrox-coach-role{color:var(--purple);font-weight:600;font-size:1.1rem;margin-bottom:1.5rem}.hyrox-coach-content p{color:var(--gray);line-height:1.7;margin-bottom:1rem}.hyrox-coach-credentials{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.hyrox-credential{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--purple-lighter);border-radius:50px;font-size:.875rem;color:var(--purple-dark);font-weight:500}.hyrox-credential svg{width:16px;height:16px}.hyrox-payment{padding:5rem 3rem;background:var(--dark);position:relative;overflow:hidden}.hyrox-payment:before{top:0;left:25%;background:radial-gradient(circle,rgba(98,100,171,.2) 0,transparent 70%)}.hyrox-payment:after,.hyrox-payment:before{content:"";position:absolute;width:400px;height:400px;border-radius:50%}.hyrox-payment:after{bottom:0;right:25%;background:radial-gradient(circle,rgba(133,135,196,.15) 0,transparent 70%)}.hyrox-payment-container{max-width:500px;margin:0 auto;position:relative;z-index:1;text-align:center}.hyrox-payment-badge{display:inline-block;padding:.5rem 1rem;background:rgba(133,135,196,.2);color:var(--purple-light);border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.hyrox-payment h2{font-family:Geliat,sans-serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:var(--white);margin-bottom:1rem}.hyrox-payment>p{color:hsla(0,0%,100%,.75);font-size:1.1rem;margin-bottom:2rem}.hyrox-payment-card{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 25px 80px rgba(0,0,0,.3)}.hyrox-price{margin-bottom:1.5rem}.hyrox-price-amount{font-family:Geliat,sans-serif;font-size:3.5rem;font-weight:800;color:var(--dark)}.hyrox-price-currency{font-size:1.5rem;color:var(--gray);margin-left:.25rem}.hyrox-spots{color:#e57e22;font-weight:600;margin-top:.5rem}.hyrox-includes{text-align:left;margin-bottom:2rem}.hyrox-include-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.hyrox-include-item:last-child{border-bottom:none}.hyrox-include-item svg{width:20px;height:20px;color:var(--purple);flex-shrink:0}.hyrox-include-item span{color:var(--gray)}.hyrox-pay-button{width:100%;padding:1.125rem;background:var(--purple);color:#fff;border:none;border-radius:14px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.hyrox-pay-button:hover:not(:disabled){background:var(--purple-dark);transform:translateY(-2px);box-shadow:0 10px 25px rgba(98,100,171,.4)}.hyrox-pay-button:disabled{opacity:.6;cursor:not-allowed}.hyrox-secure{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;color:var(--gray);font-size:.875rem}.hyrox-secure svg{width:16px;height:16px}.hyrox-modal-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hyrox-modal{background:#fff;border-radius:24px;width:100%;max-width:450px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 80px rgba(0,0,0,.3)}.hyrox-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #f0f0f0}.hyrox-modal-header h2{font-size:1.125rem;font-weight:700;color:var(--dark)}.hyrox-modal-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:50%;cursor:pointer;color:var(--gray);transition:all .2s}.hyrox-modal-close:hover{background:var(--cream);color:var(--dark)}.hyrox-modal-price{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:var(--purple-lighter);border-bottom:1px solid #f0f0f0}.hyrox-modal-price-label{font-size:.875rem;color:var(--gray)}.hyrox-modal-price-label span{display:block;font-weight:600;color:var(--dark)}.hyrox-modal-price-value{font-family:Geliat,sans-serif;font-size:1.75rem;font-weight:800;color:var(--purple)}.hyrox-modal-body{padding:1.5rem}.hyrox-form{display:flex;flex-direction:column;gap:1rem}.hyrox-form-error{padding:.875rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#dc2626;font-size:.875rem}.hyrox-form-group{display:flex;flex-direction:column;gap:.375rem}.hyrox-form-label{font-size:.875rem;font-weight:600;color:var(--dark)}.hyrox-form-input{width:100%;padding:.875rem 1rem;border:1px solid #e5e5e5;background:var(--cream);border-radius:12px;font-family:DM Sans,sans-serif;font-size:1rem;color:var(--dark);transition:all .2s}.hyrox-form-input:focus{outline:none;border-color:var(--purple);background:#fff;box-shadow:0 0 0 4px rgba(98,100,171,.1)}.hyrox-form-input.error{border-color:#dc2626}.hyrox-form-error-text{font-size:.813rem;color:#dc2626}.hyrox-phone-input{display:flex}.hyrox-phone-prefix{display:flex;align-items:center;padding:0 1rem;background:var(--cream);border:1px solid #e5e5e5;border-right:none;border-radius:12px 0 0 12px;color:var(--gray);font-size:.875rem}.hyrox-phone-input .hyrox-form-input{border-radius:0 12px 12px 0;flex:1 1}.hyrox-form-submit{width:100%;padding:1rem;background:var(--purple);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}.hyrox-form-submit:hover:not(:disabled){background:var(--purple-dark)}.hyrox-form-submit:disabled{opacity:.6;cursor:not-allowed}.hyrox-modal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center}.hyrox-spinner{width:48px;height:48px;border:4px solid var(--purple-lighter);border-top-color:var(--purple);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(1turn)}}.hyrox-modal-loading p{color:var(--gray)}.hyrox-modal-loading .small{font-size:.875rem;margin-top:.25rem}.hyrox-modal-already{text-align:center;padding:2rem 1.5rem}.hyrox-modal-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.hyrox-modal-icon.warning{background:#fef3c7}.hyrox-modal-icon.warning svg{width:32px;height:32px;color:#d97706}.hyrox-modal-already h3{font-size:1.25rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}.hyrox-modal-already p{color:var(--gray);margin-bottom:1.5rem}.hyrox-modal-actions{display:flex;flex-direction:column;gap:.75rem}.hyrox-btn-primary{width:100%;padding:.875rem;background:var(--purple);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.hyrox-btn-primary:hover{background:var(--purple-dark)}.hyrox-btn-secondary{width:100%;padding:.875rem;background:var(--cream);color:var(--gray);border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.hyrox-btn-secondary:hover{background:#e5e5e5}.hyrox-modal-footer{padding:0 1.5rem 1.5rem}.hyrox-mercadopago-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.75rem;color:var(--gray)}.hyrox-mercadopago-badge svg{width:16px;height:16px}.hyrox-success-page{min-height:100vh;background:linear-gradient(to bottom,var(--purple-lighter),#fff);display:flex;align-items:center;justify-content:center;padding:2rem}.hyrox-success-card{background:#fff;border-radius:24px;padding:2.5rem;max-width:450px;width:100%;box-shadow:0 20px 60px rgba(98,100,171,.15)}.hyrox-success-card.center{text-align:center}.hyrox-success-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.hyrox-success-icon.loading{background:var(--purple-lighter)}.hyrox-success-icon.success{background:#dcfce7}.hyrox-success-icon.error{background:#fef3c7}.hyrox-success-icon svg{width:40px;height:40px}.hyrox-success-icon.loading svg{color:var(--purple);animation:spin .8s linear infinite}.hyrox-success-icon.success svg{color:#16a34a}.hyrox-success-icon.error svg{color:#d97706}.hyrox-success-card h1{font-family:Geliat,sans-serif;font-size:1.75rem;font-weight:800;color:var(--dark);margin-bottom:.5rem}.hyrox-success-card>p{color:var(--gray);margin-bottom:1.5rem}.hyrox-event-details{background:var(--purple-lighter);border-radius:16px;padding:1.25rem;margin-bottom:1.5rem;text-align:left}.hyrox-event-details h2{font-size:1rem;font-weight:700;color:var(--dark);margin-bottom:.75rem}.hyrox-event-detail-item{display:flex;align-items:center;gap:.5rem;color:var(--gray);font-size:.875rem;margin-bottom:.5rem}.hyrox-event-detail-item:last-child{margin-bottom:0}.hyrox-event-detail-item svg{width:16px;height:16px;flex-shrink:0}.hyrox-next-steps{text-align:left;margin-bottom:1.5rem}.hyrox-next-steps h3{font-size:1rem;font-weight:700;color:var(--dark);margin-bottom:.75rem}.hyrox-next-steps ul{list-style:none;padding:0;margin:0}.hyrox-next-steps li{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:var(--gray);margin-bottom:.5rem}.hyrox-next-steps li svg{width:20px;height:20px;color:#16a34a;flex-shrink:0;margin-top:.125rem}.hyrox-back-link{display:inline-block;padding:.875rem 2rem;background:var(--purple);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;transition:all .2s}.hyrox-back-link:hover{background:var(--purple-dark)}@media (max-width:992px){.hyrox-coach-container{grid-template-columns:1fr;text-align:center}.hyrox-coach-image{max-width:280px;margin:0 auto}.hyrox-coach-credentials{justify-content:center}}@media (max-width:768px){.hyrox-hero-content{padding:4rem 1.5rem}.hyrox-event-info{flex-direction:column;gap:.75rem}.hyrox-coach,.hyrox-learn,.hyrox-payment{padding:3rem 1.5rem}.hyrox-payment-card{padding:2rem 1.5rem}.hyrox-price-amount{font-size:2.75rem}}@media (max-width:480px){.hyrox-title{font-size:2rem}.hyrox-subtitle{font-size:1rem}.hyrox-cta-button{width:100%;justify-content:center}}