:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg:#0a0f1a;--card:#121a2a;--text:#f3f4f6;--muted:#9ca3af;--accent:#c9a227}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:auto;min-height:100%;overflow-x:hidden}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif}.page{width:100%;min-height:100vh}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.nav{z-index:4000;background:var(--bg);position:sticky;top:0}.navInner{justify-content:space-between;align-items:center;display:flex}.logo{align-items:center;gap:12px;display:flex}.logoImg{object-fit:contain;width:42px;height:42px}.logoTitle{font-size:18px;font-weight:800}.logoSub{color:var(--muted);font-size:12px}.navLinks{align-items:center;gap:25px;display:flex}.navLinks a{color:#fff;font-weight:500;text-decoration:none;transition:all .3s}.navLinks a:hover{color:var(--accent)}.burger{cursor:pointer;flex-direction:column;gap:5px;display:none}.burger span{background:#fff;width:25px;height:3px}@media (width<=900px){.burger{display:flex}.navLinks{background:var(--card);border-radius:12px;flex-direction:column;width:250px;padding:25px;display:none;position:absolute;top:80px;right:20px;box-shadow:0 20px 40px #00000080}.navLinks.open{display:flex}}.hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:120px 0;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:-1;background:radial-gradient(600px 300px at 20% 20%,#c9a2272e,#0000 60%),radial-gradient(500px 250px at 80% 30%,#3b82f62e,#0000 60%);position:absolute;inset:0}.hero h1{font-size:clamp(32px,5vw,56px);line-height:1.2}.hero span{color:var(--accent)}.hero p{max-width:720px;color:var(--muted);margin:30px auto;font-size:clamp(15px,2vw,19px)}.hero .btnPrimary{border-radius:999px;padding:14px 36px;transition:all .3s;box-shadow:0 15px 40px #c9a22759}.hero .btnPrimary:hover{transform:translateY(-3px)}.section{padding:100px 0}.section.dark{background:#111827}.grid{grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px;display:grid}@media (width<=1100px){.grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.grid{grid-template-columns:1fr}}.pricingCard{background:#0f1b2d;border-radius:16px;flex-direction:column;justify-content:space-between;min-height:400px;padding:35px;transition:all .3s;display:flex}.pricingCard:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000080}.featured{border:2px solid var(--accent)}.coachSection{grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid}.coachImageWrapper{justify-content:center;display:flex}.coachImg{object-fit:cover;border:4px solid var(--accent);border-radius:50%;width:300px;height:300px;box-shadow:0 0 40px #c9a22766}@media (width<=900px){.coachSection{text-align:center;grid-template-columns:1fr}}.skillBar{background:#ffffff1a;border-radius:20px;width:100%;height:8px;margin-top:6px;overflow:hidden}.skillHeader{justify-content:space-between;font-size:14px;display:flex}.coachPortfolioPremium{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#121a2af2;border:1px solid #ffffff14;border-radius:20px;width:100%;max-width:900px;padding:40px;box-shadow:0 40px 100px #000000b3}.coachHeader{text-align:center;margin-bottom:50px}.coachImgCircle{object-fit:cover;border:4px solid #00c6ff;border-radius:50%;width:130px;height:130px;margin-bottom:20px;box-shadow:0 0 30px #00c6ff66,0 15px 40px #0009}.coachHeader h2{margin-bottom:5px;font-size:28px;font-weight:700}.coachHeader h4{color:#9ca3af;margin-bottom:8px;font-weight:500}.coachTagline{color:#00c6ff;letter-spacing:1px;font-size:14px}.portfolioSection{background:#ffffff08;border:1px solid #ffffff0d;border-radius:15px;margin-bottom:40px;padding:25px;transition:all .4s}.portfolioSection:hover{transform:translateY(-5px);box-shadow:0 20px 50px #00000080}.portfolioSection h3{color:#ff9800;margin-bottom:20px;font-size:18px}.skillItem{margin-bottom:25px}.skillHeader{justify-content:space-between;margin-bottom:8px;font-size:14px;font-weight:600;display:flex}.skillCounter{color:#00c6ff;font-weight:700}.skillBar{background:#ffffff14;border-radius:20px;width:100%;height:10px;overflow:hidden}.skillProgress{background:linear-gradient(90deg,#00c6ff,#ff9800);border-radius:20px;width:0;height:100%}.portfolioList{padding:0;list-style:none}.portfolioList li{color:#d1d5db;margin-bottom:10px;padding-left:15px;position:relative}.portfolioList li:before{content:"•";color:#00c6ff;position:absolute;left:0}.visionSection{text-align:center;background:linear-gradient(135deg,#00c6ff14,#ff980014);border:1px solid #00c6ff33}@media (width<=768px){.coachPortfolioPremium{padding:25px}.coachHeader h2{font-size:22px}.portfolioSection{padding:20px}}.particlesBg{z-index:0;pointer-events:none;border-radius:20px;position:absolute;inset:0;overflow:hidden}.particlesBg canvas{width:100%;height:100%;position:absolute;inset:0}.particlesGlow{filter:blur(18px);background:radial-gradient(600px 300px at 15% 20%,#00c6ff2e,#0000 60%),radial-gradient(500px 300px at 85% 30%,#ff980029,#0000 60%),radial-gradient(450px 320px at 55% 80%,#9333ea1f,#0000 65%);position:absolute;inset:-40px}.coachPortfolioPremium{position:relative;overflow:hidden}.coachPortfolioPremium>:not(.particlesBg){z-index:1;position:relative}.timelineWrap{padding-left:18px;position:relative}.tlLine{background:linear-gradient(#00c6ffe6,#ff9800cc);width:2px;position:absolute;top:8px;bottom:8px;left:7px;transform:scaleY(0)}.tlItems{flex-direction:column;gap:16px;display:flex}.tlItem{align-items:flex-start;gap:14px;display:flex;position:relative}.tlDot{background:#00c6fff2;border-radius:50%;flex:0 0 14px;width:14px;height:14px;margin-top:8px;margin-left:-1px;box-shadow:0 0 0 5px #00c6ff1f}.tlCard{background:#ffffff08;border:1px solid #ffffff12;border-radius:14px;flex:1;padding:14px 16px;transition:transform .25s,box-shadow .25s}.tlCard:hover{transform:translateY(-3px);box-shadow:0 16px 40px #00000073}.tlTop{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:6px;display:flex}.tlYear{color:#00c6ff;background:#00c6ff14;border:1px solid #00c6ff2e;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:800}.tlTitle{color:#e5e7eb;font-weight:700}.tlDesc{color:#9ca3af;margin:0;font-size:14px;line-height:1.55}@media (width<=768px){.timelineWrap{padding-left:14px}.tlLine{left:6px}.tlDot{flex-basis:12px;width:12px;height:12px}.tlCard{padding:12px 14px}}.react-phone-number-input__country-select{color:#fff!important;background:0 0!important}.react-phone-number-input__country-select option{color:#fff;background:#121a2a}.passwordConditions{color:#9ca3af;margin-top:5px;font-size:12px}.validCond{color:#00c6ff}.strengthBar{background:#ffffff1a;border-radius:20px;height:6px;margin-top:5px}.strengthFill{background:linear-gradient(90deg,#00c6ff,#ff9800);border-radius:20px;height:100%;transition:all .3s}.strengthLabel{margin-top:4px;font-size:12px}.modalContent{z-index:10000;background:#121a2a;border-radius:16px;width:95%;max-width:520px;padding:30px;position:relative}.modalClose{cursor:pointer;position:absolute;top:10px;right:15px}.pricingModal{width:95%;max-width:600px}.planDuration{color:#00c6ff;margin-bottom:10px;font-weight:600}.planDescription{color:#9ca3af;margin-bottom:20px}.planDetailsList{margin-bottom:25px;padding:0;list-style:none}.planDetailsList li{color:#e5e7eb;margin-bottom:10px;padding-left:5px;font-size:14px}.contactCards{flex-wrap:wrap;justify-content:center;gap:40px;margin-top:40px;display:flex}.contactCard{background:#0f1b2d;border-radius:16px;width:320px;padding:35px;transition:all .3s}.contactCard:hover{transform:translateY(-6px)}.contactCard a{color:var(--accent);font-weight:600;text-decoration:none}.whatsappCard{border:2px solid #25d366}.whatsappCard a{color:#25d366}.btnPrimary{background:var(--accent);color:#000;cursor:pointer;border:none;border-radius:6px;padding:10px 20px;text-decoration:none;transition:all .3s;display:inline-block}.btnPrimary.small{padding:8px 18px}.btnPrimary.full{width:100%}.btnPrimary:hover{opacity:.9}.btnOutline{border:1px solid var(--accent);color:var(--accent);background:0 0;border-radius:6px;padding:10px 20px;text-decoration:none;transition:all .3s}.btnOutline:hover{background:var(--accent);color:#000}.modalOverlay{z-index:999;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modalContent{background:var(--card);border:1px solid #1f2937;border-radius:12px;width:90%;max-width:600px;padding:40px;position:relative}.modalClose{color:#fff;cursor:pointer;background:0 0;border:none;font-size:20px;position:absolute;top:15px;right:20px}.footer{text-align:center;color:var(--muted);padding:40px 0}.modalContent h2{color:#fff;margin-bottom:25px;font-size:26px;font-weight:700}.registerForm{flex-direction:column;gap:18px;display:flex}.field{flex-direction:column;gap:6px;display:flex}.registerForm input,.registerForm select{color:#fff;background:#ffffff0d;border:1px solid #ffffff26;border-radius:10px;padding:14px 16px;font-size:14px;transition:all .3s}.registerForm input::placeholder{color:#9ca3af}.registerForm select{appearance:none}.registerForm input:focus,.registerForm select:focus{border:1px solid var(--accent);outline:none;box-shadow:0 0 0 3px #c9a22740}input.valid,select.valid{border:1px solid #22c55eb3}input.invalid,select.invalid{border:1px solid #ef4444cc}.err{color:#ef4444;font-size:12px}.alert{border-radius:10px;margin-bottom:10px;padding:12px 15px;font-size:14px}.alert.success{background:#22c55e26;border:1px solid #22c55e80}.alert.error{background:#ef444426;border:1px solid #ef444480}.pwMeter{margin-top:6px}.pwBar{background:#ffffff1a;border-radius:999px;width:100%;height:8px;overflow:hidden}.pwFill{background:linear-gradient(90deg,#ef4444,#f59e0b,#22c55e);border-radius:999px;height:100%;transition:width .3s}.pwLabel{color:#9ca3af;margin-top:6px;font-size:13px}.terms{color:#e5e7eb;align-items:flex-start;gap:10px;font-size:14px;line-height:1.4;display:flex}.terms input{margin-top:4px}.termsErr{color:#ef4444}.btnGoogle{color:#000;cursor:pointer;background:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:12px;font-weight:600;transition:all .3s;display:flex}.btnGoogle:hover{opacity:.9}.divider{text-align:center;margin:10px 0;position:relative}.divider span{background:var(--card);z-index:2;color:#9ca3af;padding:0 10px;position:relative}.divider:before{content:"";z-index:1;background:#ffffff1a;height:1px;position:absolute;top:50%;left:0;right:0}.loginLink{text-align:center;margin-top:5px;font-size:14px}.loginLink span{color:var(--accent);cursor:pointer;font-weight:600}.captchaWrap{justify-content:center;margin-top:5px;display:flex}@media (width<=500px){.modalContent{padding:25px}}.coachClickable{cursor:pointer;transition:all .3s}.coachClickable:hover{background:#ffffff05}.coachSection{flex-wrap:wrap;align-items:center;gap:50px;display:flex}.coachImageWrapper{flex:0 0 250px;justify-content:center;display:flex}.coachImg{object-fit:cover;border:5px solid var(--accent);border-radius:50%;width:220px;height:220px;transition:all .4s;box-shadow:0 0 30px #c9a22759,0 10px 30px #0009}.coachImg:hover{transform:scale(1.05);box-shadow:0 0 45px #c9a22799,0 15px 40px #000000b3}.coachSection h2{margin-bottom:10px;font-size:28px}.coachSection p{color:#9ca3af;max-width:500px;font-size:16px;line-height:1.6}@media (width<=900px){.coachSection{text-align:center;flex-direction:column}.coachImageWrapper{flex:none}.coachImg{width:180px;height:180px}}.modalOverlay{z-index:999;background:#000000bf;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modalContent{scroll-behavior:smooth;background:#121a2a;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:520px;max-height:90vh;padding:35px;position:relative;overflow-y:auto}.modalContent::-webkit-scrollbar{width:6px}.modalContent::-webkit-scrollbar-thumb{background:linear-gradient(#00c6ff,#ff9800);border-radius:10px}.modalContent{scrollbar-width:thin;scrollbar-color:#ff9800 transparent}.phoneRow{gap:10px;display:flex}.phoneRow select,.phoneRow input{width:50%}.phoneWrapper .PhoneInput{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;padding:10px}.phonePreview{background:#00c6ff14;border-radius:8px;margin-top:10px;padding:10px;font-size:14px}.PhoneInputCountryIcon{border-radius:4px}.scrollTop{opacity:0;pointer-events:none;transform:translateY(40px)scale(.9)}.react-phone-number-input__country-select{border:1px solid #ffffff1a;color:#fff!important;background:#121a2a!important}.react-phone-number-input__country-select option{color:#fff!important;background-color:#121a2a!important}.react-phone-number-input__country-select{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}select,select option{color:#fff!important;background-color:#121a2a!important}.scrollProgress{z-index:2000;background:0 0;width:100%;height:4px;position:fixed;top:0;left:0}.scrollBar{transform-origin:0;background:linear-gradient(90deg,#00c6ff,#ff9800);width:100%;height:100%;transform:scaleX(0);box-shadow:0 0 10px #00c6ffb3,0 0 20px #ff980080}.circularProgress{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;z-index:2000;background:#121a2a99;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;transition:all .3s;display:flex;position:fixed;bottom:40px;right:40px;box-shadow:0 10px 30px #00000080,0 0 20px #00c6ff40}.circularProgress:hover{transform:scale(1.1);box-shadow:0 15px 40px #0009,0 0 25px #ff980066}.circularProgress svg{width:90px;height:90px;position:absolute}.progressText{color:#fff;font-size:14px;font-weight:700;position:relative}@media (width<=900px){.burger{display:flex}.navLinks{background:var(--card);z-index:4500;border-radius:12px;flex-direction:column;width:250px;padding:25px;display:none;position:absolute;top:80px;right:20px;box-shadow:0 20px 40px #00000080}.navLinks.open{display:flex}}.passwordWrapper{position:relative}.passwordWrapper input{padding-right:40px}.eyeIcon{cursor:pointer;font-size:18px;position:absolute;top:12px;right:12px}button:disabled{opacity:.6;cursor:not-allowed}.otpProgressWrapper{justify-content:center;margin:15px 0;display:flex;position:relative}.otpCounter{font-weight:700;position:absolute;top:30%}.timerBarContainer{background:#ffffff1a;border-radius:6px;height:6px;margin-bottom:15px;overflow:hidden}.timerBar{background:linear-gradient(90deg,#00c6ff,#ff9800);width:100%;height:100%;transition:width .3s}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
