:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--lightgray: #D9D9D9;--gray: #9c9c9c;--orange: #f48915;--darkGrey: #464D53;--caloryCard: #656565;--planCard: linear-gradient(210.41deg, #fa5042 1.14%, #ffa739 100.75%);--appColor: #3c3f45}.App{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);mix-blend-mode:overlay;background-color:var(--appColor);display:flex;flex-direction:column;gap:6rem;overflow:hidden}::-webkit-scrollbar{display:none}.stroke-text{color:transparent;font-family:Arial,Helvetica,sans-serif;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:white}.btn{display:flex;align-items:center;justify-content:center;background-color:#fff;padding:.5rem;font-weight:700;border:4px solid transparent;transition:.3s all}.btn:hover{cursor:pointer}.blur{background:#fd782bb0;position:absolute;border-radius:50%;filter:blur(150px);z-index:-9}.Footer-container{position:relative;background-color:var(--appColor);color:#fff;padding:2rem 0}.Footer-container>hr{border:1px solid var(--lightgray)}.footer{display:flex;flex-direction:column;padding:1rem 5rem;gap:2rem}.app-download-prominent{background:linear-gradient(135deg,#fa5042,#ffa739);border-radius:15px;padding:2rem;text-align:center;box-shadow:0 10px 30px #fa50424d;margin-bottom:2rem;position:relative;overflow:hidden}.app-download-prominent:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#fff3,#fff0 70%);transform:rotate(30deg)}.app-download-content h3{color:#fff;font-size:1.8rem;margin-bottom:.5rem;position:relative}.app-download-content p{color:#ffffffe6;max-width:600px;margin:0 auto 1.5rem;font-size:1rem;line-height:1.6;position:relative}.app-download-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;position:relative}.app-button{display:flex;align-items:center;background:#000;border-radius:12px;padding:.8rem 1.2rem;min-width:180px;cursor:pointer;transition:all .3s ease;border:2px solid rgba(255,255,255,.2);box-shadow:0 4px 15px #0003}.app-button:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000004d;border-color:#fff6}.button-icon{font-size:2rem;margin-right:1rem}.button-text{display:flex;flex-direction:column;text-align:left}.button-label{font-size:.7rem;color:#a0a0a0;text-transform:uppercase;letter-spacing:1px}.button-store{font-size:1.1rem;font-weight:700;color:#fff}.apple-btn,.google-btn{background:#000}.footer-main{display:flex;flex-direction:column;gap:2rem}.footer-top{display:flex;justify-content:space-between;align-items:center}.logo-f>img{width:8rem}.social-links{display:flex;gap:2rem}.social-links>img{width:2rem;height:2rem;cursor:pointer;transition:transform .3s ease}.social-links>img:hover{transform:scale(1.2)}.footer-links{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;padding-top:1rem;border-top:1px solid var(--darkGrey)}.footer-column{min-width:200px}.footer-left-text{flex:1;width:500px}.footer-column h3{color:var(--orange);margin-bottom:1rem;font-size:1.5rem}.footer-column h4{color:#fff;margin-bottom:1rem;font-size:1.2rem}.footer-column p{color:var(--lightgray);line-height:1.6;font-size:.9rem}.footer-column a{display:block;color:var(--lightgray);text-decoration:none;margin-bottom:.5rem;font-size:.9rem;transition:color .3s ease}.footer-column a:hover{color:var(--orange)}.footer-bottom{text-align:center;padding-top:1rem;border-top:1px solid var(--darkGrey);color:var(--gray);font-size:.9rem}.blur-f-1{bottom:0;right:15%;width:26rem;height:12rem;filter:blur(200px);background:red;opacity:.3}.blur-f-2{bottom:0;left:15%;width:26rem;height:12rem;filter:blur(200px);background:#ff7300;opacity:.3}.popup-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.popup-container{background:#1a1a1a;border-radius:10px;width:90%;max-width:500px;box-shadow:0 5px 15px #0000004d;overflow:hidden;border:1px solid #333}.popup-header{background:#222;padding:1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #333}.popup-header h2{margin:0;color:#fff;font-size:1.4rem}.close-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.popup-content{padding:1.5rem;color:#fff}.popup-content p{margin:0 0 1rem;line-height:1.5}.terms-container{margin:1rem 0}.checkbox-label{display:flex;align-items:flex-start;cursor:pointer;font-size:.9rem;line-height:1.4}.checkbox-label input{margin-right:10px;margin-top:3px}.popup-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:1.5rem}.popup-actions button{padding:.5rem 1rem;border:none;border-radius:5px;cursor:pointer;font-weight:700}.continue-btn,.delete-btn{background:var(--orange);color:#fff}.delete-btn:disabled{background:#555;cursor:not-allowed}.continue-btn:hover,.delete-btn:hover:not(:disabled){background:#f60}.delete2-checkbox-row{display:flex;align-items:flex-start;margin-top:18px;gap:10px}.delete2-checkbox-row input{margin-top:4px}.delete2-cancel{background:#595f65;padding:12px 22px;border-radius:6px;border:none;color:#fff;cursor:pointer;font-weight:600}.delete2-submit{background:#e03e3e;padding:12px 22px;border-radius:6px;border:none;color:#fff;cursor:pointer;font-weight:600}.delete2-submit:disabled{opacity:.4;cursor:not-allowed}@media screen and (max-width:768px){.footer{padding:2rem 1rem}.app-download-prominent{padding:1.5rem}.app-download-content h3{font-size:1.5rem}.app-download-buttons{flex-direction:column;align-items:center}.app-button{width:100%;max-width:250px}.footer-top{flex-direction:column;gap:1rem;text-align:center}.footer-links{flex-direction:column;gap:1.5rem}.footer-column{min-width:100%}.social-links{justify-content:center}.footer-left-text{width:auto}}.message-popup-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.message-popup{background:#1a1a1a;border-radius:10px;width:90%;max-width:400px;box-shadow:0 5px 15px #0000004d;overflow:hidden;border:1px solid #333;color:#fff}.message-popup-header{background:#222;padding:1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #333}.message-popup-header h3{margin:0;color:#fff;font-size:1.4rem}.message-popup-content{padding:1.5rem}.message-popup-content p{margin:0 0 1.5rem;line-height:1.5;color:var(--lightgray)}.message-popup-actions{display:flex;justify-content:flex-end;gap:10px}.cancel-btn,.confirm-btn{padding:.5rem 1rem;border:none;border-radius:5px;cursor:pointer;font-weight:700}.cancel-btn{background:#555;color:#fff}.confirm-btn{background:var(--orange);color:#fff}.cancel-btn:hover{background:#666}.confirm-btn:hover{background:#f60}.login-popup-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.login-popup{background:#1a1a1a;border-radius:10px;width:90%;max-width:500px;box-shadow:0 5px 15px #0000004d;overflow:hidden;border:1px solid #333;color:#fff}.login-popup-header{background:#222;padding:1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #333}.login-popup-header h3{margin:0;color:#fff;font-size:1.4rem}.login-form{padding:1.5rem}.register-link{text-align:center;margin-top:1rem;color:var(--lightgray);font-size:.9rem}.link-button{background:none;border:none;color:var(--orange);cursor:pointer;text-decoration:underline;font-size:.9rem;padding:0}.link-button:hover{color:#f60}@media(max-width:480px){.login-popup{max-width:90%}}.header{display:flex;justify-content:space-between;align-items:center}.logo{height:3rem}.header-menu{list-style:none;display:flex;gap:2rem;color:#fff;align-items:center}.header-menu>li:hover{color:var(--orange);cursor:pointer}@media screen and (max-width:768px){.header{padding:1rem;position:fixed;width:100%;top:0;left:0;z-index:999;background-color:var(--appColor);box-shadow:0 2px 10px #0000004d}.header>:nth-child(2){position:fixed;right:2rem;z-index:99}.header-menu{position:fixed;top:0;left:0;flex-direction:column;background-color:var(--appColor);padding:2rem;height:100vh;width:70%;max-width:300px;align-items:flex-start;z-index:1001;animation:slideInLeft .3s ease-in-out forwards;box-shadow:5px 0 15px #00000080}.menu-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}}.download-app-btn{background:linear-gradient(90deg,#fa5042,#ffa739);color:#fff;border:none;padding:.5rem 1rem;border-radius:5px;font-weight:700;cursor:pointer;transition:all .3s ease}.download-app-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #fa504266}.login-icon{background:transparent;border:2px solid #fa5042;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.user-profile-container{position:relative}.user-profile-trigger{background:transparent;border:2px solid #fa5042;border-radius:50px;padding:.5rem 1rem;color:#fff;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.user-profile-trigger:hover{background:#fa504233}.user-profile-dropdown{position:absolute;top:100%;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:150px;z-index:100;margin-top:.5rem}.user-profile-dropdown a,.user-profile-dropdown button{display:block;width:100%;padding:.75rem 1rem;text-decoration:none;color:#333;border:none;background:transparent;cursor:pointer;text-align:left;transition:background-color .2s}.user-profile-dropdown a:hover,.user-profile-dropdown button:hover{background-color:#f5f5f5}.logout-button{color:#e74c3c;font-weight:700}.logout-button:hover{color:#c0392b}.login-icon:hover{background:#fa504233;transform:scale(1.1)}.login-icon svg{width:20px;height:20px}.login-popup{background:var(--appColor);border-radius:10px;padding:2rem;width:90%;max-width:400px;box-shadow:0 10px 30px #00000080;position:relative}.login-popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.login-popup-header h3{color:#fff;margin:0}.close-popup{background:none;border:none;color:#d9d9d9;font-size:1.5rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.close-popup:hover{color:var(--orange)}.login-form{display:flex;flex-direction:column}.form-group label{display:block;color:#fff;margin-bottom:.5rem}.form-group input{width:100%;padding:.8rem;border-radius:5px;border:1px solid #d9d9d9;background:#ffffff1a;color:#fff}.form-group input:focus{outline:none;border-color:#fa5042}.submit-btn{background:linear-gradient(90deg,#fa5042,#ffa739);color:#fff;border:none;padding:.8rem;border-radius:5px;font-weight:700;cursor:pointer;transition:all .3s ease}@media screen and (max-width:768px){.header{padding:1rem}.header>:nth-child(2){position:fixed;right:2rem;z-index:99}.header-menu{position:fixed;top:-20px;right:0;flex-direction:column;background-color:var(--appColor);padding:2rem;height:100vh;width:70%;align-items:flex-start}.download-app-btn{width:100%;text-align:left;padding:1rem;margin-top:.5rem}.login-icon{width:35px;height:35px}}.hero{display:flex;justify-content:space-between}.left-h{display:flex;padding:1.5rem 2rem 2rem;flex:3;gap:2rem;flex-direction:column}.right-h{flex:1;position:relative;background-color:var(--orange)}.the-best-ad{display:flex;align-items:center;justify-content:flex-start;position:relative;margin-top:4rem;background-color:#363d42;border-radius:4rem;width:fit-content;padding:20px 13px;text-transform:uppercase;color:#fff}.the-best-ad>span{z-index:2}.the-best-ad>div{position:absolute;background-color:var(--orange);width:5.4rem;height:80%;left:8px;border-radius:3rem;z-index:1}.hero-text{display:flex;flex-direction:column;gap:1.5rem;text-transform:uppercase;font-size:3.5rem;font-weight:700;color:#fff;text-overflow:inherit}.hero-text>div:nth-of-type(3){font-size:1rem;font-weight:200;text-transform:none;letter-spacing:1px;width:80%}.figures{display:flex;gap:2rem}.figures>div{display:flex;flex-direction:column}.figures>div>span:nth-of-type(1){color:#fff;font-size:2rem}.figures>div>span:nth-of-type(2){color:var(--gray);text-transform:uppercase}.hero-buttons{display:flex;gap:1rem;font-weight:400}.hero-buttons>:nth-child(1){color:#fff;background-color:var(--orange);width:8rem}.hero-buttons>:nth-child(2){color:#fff;background-color:transparent;width:8rem;border:2px solid var(--orange)}.right-h>.btn{position:absolute;right:3rem;top:2rem;color:#000}.download-hero-btn{background:linear-gradient(90deg,#fa5042,#ffa739);color:#fff;border:none;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #fa504266;padding:.8rem 1.5rem;margin-left:1rem}.download-hero-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #fa504299}.login-icon-hero{background:#fff;border:2px solid #fa5042;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}div .login-icon-hero:hover{transform:scale(1.1)!important}.login-icon-hero svg{height:20px}.hero-actions{position:absolute;right:3rem;top:2rem;display:flex;align-items:center}.auth-buttons{display:flex;align-items:center;gap:1rem}.register-btn{background:linear-gradient(90deg,#fa5042,#ffa739);color:#fff;border:none;border-radius:20px;padding:.5rem 1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #fa504266}.register-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #fa504299}.heart-rate{display:flex;flex-direction:column;gap:1;background-color:var(--darkGrey);width:fit-content;padding:1rem;align-items:start;border-radius:5px;position:absolute;right:4rem;top:7rem}.heart-rate>img{width:2rem}.heart-rate>:nth-child(2){color:var(--gray)}.heart-rate>:nth-child(3){color:#fff;font-size:1.5rem}.hero-image{position:absolute;top:10rem;right:8rem;width:23rem}.hero-image-back{position:absolute;top:4rem;right:20rem;z-index:-1;width:15rem}.calories{display:flex;gap:2rem;background-color:var(--caloryCard);border-radius:5px;padding:1rem;width:fit-content;position:absolute;top:32rem;right:28rem}.calories>img{width:3rem}.calories>div{display:flex;flex-direction:column;justify-content:space-between}.calories>div>:nth-child(1){color:var(--gray)}.calories>div>:nth-child(2){color:#fff;font-size:1.5rem}.hero-blur{width:22rem;height:30rem;left:0}.login-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.login-popup{position:relative;padding:0;display:flex;flex-direction:column;height:600px;width:400px;box-shadow:none;border-radius:16px;background-color:transparent;background:linear-gradient(135deg,#3c3f45e6,#282a2ef2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid white;box-shadow:0 15px 35px #00000080;overflow:hidden}.login-popup:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 10% 20%,rgba(250,80,66,.1) 0%,transparent 20%),radial-gradient(circle at 90% 80%,rgba(255,167,57,.1) 0%,transparent 20%);z-index:-1}.login-popup-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.login-popup-header h3{color:#fff;margin:0;font-size:1.5rem;background:linear-gradient(90deg,#fa5042,#ffa739);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.close-popup{background:none;border:none;color:#d9d9d9;font-size:1.5rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-popup:hover{color:var(--orange);background:#fa504233}.login-form{display:flex;flex-direction:column;padding:2rem;flex:1;justify-content:center}.form-group:first-child{margin-top:0}.form-group label{display:block;color:#fff;margin-bottom:.5rem;font-weight:500;font-size:.9rem}.form-group input{width:100%;padding:.9rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff;font-size:1rem;transition:all .3s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#fa5042;box-shadow:0 0 0 2px #fa50424d}.form-group input::placeholder{color:#a0a0a0}.submit-btn{background:linear-gradient(90deg,#fa5042,#ffa739);color:#fff;border:none;padding:1rem;border-radius:8px;font-weight:700;cursor:pointer;transition:all .3s ease;font-size:1rem;margin-top:1rem;width:100%;box-sizing:border-box}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #fa504266}.byb-club-title{text-align:center;padding:1rem 2rem 0}.byb-club-title h2{color:#fff;margin:0;font-size:1.8rem;background:linear-gradient(90deg,#fa5042,#ffa739);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}.byb-club-title p{color:#d9d9d9;margin:.3rem 0 0;font-size:.9rem}.user-profile-container{position:relative;display:inline-block}.user-profile-logo{width:40px;height:40px;border-radius:50%;background:linear-gradient(90deg,#fa5042,#ffa739);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;color:#fff;cursor:pointer;border:none;transition:all .3s ease}.user-profile-logo:hover{transform:scale(1.1);box-shadow:0 0 10px #fa504280}.user-menu{position:absolute;top:50px;right:0;width:250px;background:#1a1a1a;border-radius:10px;box-shadow:0 5px 15px #0000004d;border:1px solid #333;z-index:1000;overflow:hidden}.user-info{display:flex;align-items:center;padding:1.5rem;border-bottom:1px solid #333}.user-initial-large{width:50px;height:50px;border-radius:50%;background:linear-gradient(90deg,#fa5042,#ffa739);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;color:#fff;margin-right:1rem}.user-details{flex:1}.username{color:#fff;font-weight:700;margin-bottom:.3rem}.user-fullname{color:var(--lightgray);font-size:.9rem}.logout-btn,.dashboard-btn{width:100%;padding:1rem;background:transparent;color:#fff;border:none;text-align:left;cursor:pointer;font-size:1rem;transition:all .3s ease}.logout-btn:hover,.dashboard-btn:hover{background:#fa5042}.delete-account-btn{width:100%;padding:1rem;background:transparent;color:#fff;border:none;text-align:left;cursor:pointer;font-size:1rem;transition:all .3s ease;border-bottom:1px solid #333}.delete-account-btn:hover{background:#f44}.delete-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999}.delete-modal{width:850px;background:#1f1f1f;padding:30px;border-radius:10px;box-shadow:0 0 40px #00000080;color:#fff;font-family:Arial,sans-serif}.delete-title{text-align:center;font-size:26px;font-weight:700;margin-bottom:20px}.delete-subtitle{font-size:18px;font-weight:600}.delete-description{color:#cfcfcf;margin-bottom:25px;line-height:1.5}.section-title{margin-top:20px;font-size:14px;color:#faaa23;font-weight:600}.heading-text{font-size:30px}.delete-list{margin-top:10px;margin-left:20px;color:#d4d4d4;line-height:1.7}.delete-list li{margin-bottom:6px}.delete2-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:99999}.delete2-modal{width:850px;background:#202020;padding:40px 45px;border-radius:12px;color:#fff;box-shadow:0 0 40px #00000080;font-family:Arial,sans-serif}.delete2-title{text-align:center;font-size:28px;font-weight:700;margin-bottom:20px}.delete2-subtitle{font-size:20px;font-weight:600;margin-bottom:12px}.delete2-warning{color:#e3e3e3;margin-bottom:18px;line-height:1.5}.delete2-highlight-box{background:#fff4d6;padding:14px 18px;border-radius:6px;color:#3b3b3b;margin-bottom:20px;line-height:1.5}.delete2-label{display:block;margin-top:18px;color:#dcdcdc;font-size:15px}.delete2-textarea,.delete2-input{width:100%;background:#fff;color:#000;border-radius:6px;padding:12px;margin-top:8px;border:none;font-size:15px;outline:none}.delete2-textarea{height:100px;resize:vertical}.delete2-checkbox-label{display:flex;align-items:flex-start;margin-top:18px;gap:10px;font-size:14px;line-height:1.6;color:#d1d1d1;cursor:pointer}.delete2-checkbox{margin-top:4px}.delete2-checkbox-text{font-size:14px;line-height:1.6;color:#d1d1d1}.delete2-actions{display:flex;justify-content:center;gap:15px;margin-top:30px}.delete2-btn{padding:12px 22px;border-radius:6px;border:none;cursor:pointer;font-weight:600}.delete2-btn.cancel{background:#595f65;color:#fff}.delete2-btn.confirm{background:#e03e3e;color:#fff}.delete2-btn.confirm:disabled{opacity:.4;cursor:not-allowed}.delete2-btn:hover{opacity:.85}.footer-text{margin-top:20px;font-size:14px;color:#bfbfbf;line-height:1.6}.highlight-text{color:#faaa23;text-decoration:underline}.delete-actions{display:flex;justify-content:center;gap:15px;margin-top:30px}.delete-btn{padding:12px 25px;font-size:16px;border-radius:6px;border:none;cursor:pointer;font-weight:600}.delete-btn.cancel{background:#555;color:#fff}.delete-btn.continue{background:#ff4d4d;color:#fff}.delete-btn:hover{opacity:.85}@media screen and (max-width:768px){.hero{flex-direction:column}.left-h{padding:0;padding-top:6rem}.hero-blur{width:14rem}.the-best-ad{margin-top:0;font-size:small;align-self:center;transform:scale(.8)}.hero-text{font-size:xx-large;align-items:center;justify-content:center}.hero-text>div:nth-of-type(3){font-size:small;font-weight:200;letter-spacing:1px;text-align:center}.hero-buttons,.figures{justify-content:center}.figures>div>span:nth-of-type(1){font-size:large}.figures>div>span:nth-of-type(2){font-size:small}.right-h{display:none}.heart-rate{left:1rem;top:2rem}.calories{position:relative;top:5rem;left:2rem}.delete-modal,.delete2-modal{width:95%;padding:20px}.delete2-modal{padding:25px 20px}.delete-actions,.delete2-actions{flex-direction:column;gap:10px}.delete-btn,.delete2-btn{width:100%}}.registration-popup-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.registration-popup{background:#1a1a1a;border-radius:10px;width:90%;max-width:500px;box-shadow:0 5px 15px #0000004d;overflow:hidden;border:1px solid #333;color:#fff}.registration-popup-header{background:#222;padding:1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #333}.registration-popup-header h3{margin:0;color:#fff;font-size:1.4rem}.close-popup{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.byb-club-title{text-align:center;padding:1.5rem 1rem .5rem}.byb-club-title h2{color:var(--orange);margin:0 0 .5rem;font-size:1.8rem}.byb-club-title p{color:var(--lightgray);margin:0;font-size:.9rem}.registration-form{padding:1.5rem}.form-row{display:flex;gap:1rem}.form-row .form-group{flex:1;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--lightgray);font-size:.9rem}.form-group input{width:100%;padding:.8rem;border:1px solid #444;border-radius:5px;background:#222;color:#fff;font-size:1rem;box-sizing:border-box}.form-group input:focus{outline:none;border-color:var(--orange)}.submit-btn{width:100%;padding:.8rem;background:var(--orange);color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .3s ease}.submit-btn:hover:not(:disabled){background:#f60}.submit-btn:disabled{background:#555;cursor:not-allowed}@media(max-width:480px){.form-row{flex-direction:column;gap:0}.form-row .form-group{margin-bottom:1.5rem}.registration-popup{max-width:90%}}.registration-form .error-message{color:#ff4d4d;font-size:.75rem;display:block;padding:8px;margin:.25rem;text-align:left;line-height:normal}.registration-form .error-input{border-color:#ff4d4d!important}.Join{display:flex;padding:0 2rem;gap:10rem}.left-j{color:#fff;font-size:3rem;font-weight:700;text-transform:uppercase;position:relative}.left-j>hr{position:absolute;width:10.5rem;border:2px solid var(--orange);border-radius:20%;margin:-10px 0}.left-j>div{display:flex;gap:1rem}.right-j{display:flex;justify-content:center;align-items:flex-end}.email-container{display:flex;gap:3rem;background-color:gray;padding:1rem 2rem}.email-container>input{background-color:transparent;border:none;outline:none;color:var(--lightgrayz)}::placeholder{color:var(--lightgray)}.btn-j{background-color:var(--orange);color:#fff}@media screen and (max-width:768px){.Join{flex-direction:column;gap:1rem}.left-j{font-size:x-large;flex-direction:column}.right-j{padding:2rem}}.plans-container{margin-top:-4rem;padding:0 2rem;display:flex;flex-direction:column;gap:4rem;position:relative}.plans-blur-1{width:32rem;height:23rem;top:6rem;left:0rem}.plans-blur-2{width:33rem;height:23rem;top:10rem;right:0rem}.plans-tabs{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.tab-button{padding:.8rem 1.5rem;background-color:var(--caloryCard);color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:700;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.tab-button.active{background-color:var(--orange);transform:scale(1.05);box-shadow:0 4px 8px #0003}.tab-button:hover{transform:scale(1.05);box-shadow:0 4px 8px #0003}.plans-container-wrapper{overflow-x:auto;padding:1rem 0;width:100%}.plans{display:flex;align-items:center;gap:3rem;min-width:max-content;padding:1rem}.plan{display:flex;flex-direction:column;background:var(--caloryCard);color:#fff;gap:1rem;padding:1.5rem;width:15rem;border-radius:10px;box-shadow:0 4px 8px #0000001a;transition:all .3s ease}.plan:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}.plan:nth-child(2){background:var(--planCard);transform:scale(1.1)}.plan>svg{fill:var(--orange);width:2rem;height:2rem}.plan>:nth-child(2){font-size:1rem;font-weight:700}.plan>:nth-child(3){font-size:3rem;font-weight:700}.plan>:nth-child(5){font-size:.8rem}.features{display:flex;flex-direction:column;gap:1rem}.feature{display:flex;align-items:center;gap:1rem}.feature>img{width:1rem}.plan>:nth-child(2)>svg{fill:#fff}.plan>:nth-child(2)>button{color:orange}.btn{background-color:var(--orange);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:5px;font-weight:700;cursor:pointer;transition:all .3s ease;width:100%}.btn:hover{background-color:#e65c00;transform:scale(1.05)}@media screen and (max-width:768px){.plans{flex-direction:row;overflow-x:auto;min-width:max-content}.plans>:nth-child(2){transform:none}.plans-tabs{flex-direction:column;gap:.5rem}.tab-button{width:100%}.plans-container-wrapper{overflow-x:auto}}.Programs{display:flex;flex-direction:column;gap:2rem;padding:0 2rem}.programs-header{display:flex;justify-content:center;color:#fff;gap:5rem;font-weight:700;font-size:2rem;text-transform:uppercase;font-style:italic}.program-categories{display:flex;gap:1rem}.category{display:flex;flex-direction:column;background-color:gray;padding:2rem;gap:1rem;color:#fff;justify-content:space-between}.category>:nth-child(1){width:2rem;height:2rem;fill:#fff}.category>:nth-child(2){font-size:1rem;font-weight:700}.category>:nth-child(3){font-size:.9rem;line-height:25px}.join-now{display:flex;align-items:center;gap:2rem}.join-now>img{width:1rem}.category:hover{background:var(--planCard);cursor:pointer}@media screen and (max-width:786px){.programs-header{flex-direction:column;gap:1rem;font-size:x-large;align-items:center;justify-content:center;margin-top:2rem}.program-categories{flex-direction:column}}.Reasons{padding:0 2rem;display:flex;gap:2rem}.left-r{flex:1 1;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;grid-auto-rows:1fr}.left-r>img{object-fit:cover}.left-r>:nth-child(1){width:12rem;grid-row:1/3;height:28rem}.left-r>:nth-child(2){width:auto;height:16rem;grid-column:2/4}.left-r>:nth-child(3){width:14rem;grid-column:2/3;grid-row:2}.left-r>:nth-child(4){width:10rem;grid-row:2;grid-column:3/4;height:11.2rem}.right-r{flex:1 1;text-transform:uppercase;gap:1rem;display:flex;flex-direction:column}.right-r>span{font-weight:700;color:var(--orange)}.right-r>div{color:#fff;font-size:3rem;font-weight:700}.details-r{display:flex;flex-direction:column;gap:1rem}.details-r>div{display:flex;font-size:1rem;gap:1rem}.details-r>div>img{width:2rem;height:2rem}.partners{display:flex;gap:1rem}.partners>img{width:2.5rem}@media screen and (max-width:768px){.Reasons{flex-direction:column}.left-r{grid-auto-rows:auto;overflow:hidden}.left-r>:nth-child(1){width:7rem;height:17rem}.left-r>:nth-child(2){width:15rem;height:10rem}.left-r>:nth-child(3){width:7rem}.left-r>:nth-child(4){width:7rem;height:6rem}}.testimonials{display:flex;gap:1rem;padding:0 2rem}.left-t{display:flex;flex:1 1;gap:2rem;flex-direction:column;text-transform:uppercase;color:#fff}.left-t>:nth-child(1){color:var(--orange);font-weight:700}.left-t>:nth-child(2),.left-t>:nth-child(3){font-weight:700;font-size:3rem}.left-t>:nth-child(4){text-transform:none;text-align:justify;letter-spacing:2px;line-height:40px}.right-t{flex:1;position:relative}.right-t>img{position:absolute;width:17rem;height:20rem;object-fit:contain;right:8rem;top:2rem}.right-t>:nth-child(1){position:absolute;width:17rem;height:20rem;border:2px solid orange;background-color:transparent;right:9rem;top:.9rem}.right-t>:nth-child(2){position:absolute;width:17rem;height:19rem;top:4rem;right:7rem;background:var(--planCard)}.arrows{display:flex;position:absolute;gap:1rem;bottom:1rem;left:3rem}.arrows>img{width:1.5rem;cursor:pointer}@media screen and (max-width:768px){.testimonials{flex-direction:column}.left-t>:nth-child(2),.left-t>:nth-child(3){font-size:xx-large}.right-t{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.right-t>div{position:relative;display:none}.right-t>img{top:0;right:0;position:relative;align-self:center}.right-t>:last-child{display:block;bottom:0;left:0}}.join-family-section{padding:5rem 2rem;background:linear-gradient(135deg,#3c3f45e6,#282a2ef2);position:relative;overflow:hidden}.join-family-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 10% 20%,rgba(250,80,66,.1) 0%,transparent 20%),radial-gradient(circle at 90% 80%,rgba(255,167,57,.1) 0%,transparent 20%);z-index:0}.container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;color:#fff;margin-bottom:1rem;font-weight:700}.highlight{color:#fa5042;background:linear-gradient(90deg,#fa5042,#ffa739);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-subtitle{font-size:1.1rem;color:#d9d9d9;max-width:600px;margin:0 auto;line-height:1.6}.family-content{display:flex;flex-direction:column;gap:4rem}.cards-container{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.family-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:2rem;box-sizing:border-box;width:100%;max-width:500px;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #0000004d;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.family-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#fa5042,#ffa739)}.family-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0006;border:1px solid rgba(250,80,66,.3)}.card-1:before{background:linear-gradient(90deg,#fa5042,#ffa739)}.card-2:before{background:linear-gradient(90deg,#4285f4,#34a853)}.card-icon{font-size:3rem;margin-bottom:1.5rem}.family-card h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.family-card p{color:#d9d9d9;line-height:1.6;margin-bottom:1.5rem}.family-card ul{list-style:none;padding:0}.family-card li{color:#d9d9d9;margin-bottom:.8rem;padding-left:1.5rem;position:relative}.family-card li:before{content:"✓";color:#4285f4;position:absolute;left:0;font-weight:700}.we-are-byb.classic-design{background:#1e2024b3;border-radius:15px;padding:3rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.1);box-shadow:0 15px 35px #0000004d}.byb-content-classic{display:flex;flex-direction:column}.byb-header{margin-bottom:2rem}.byb-title{font-size:2rem;color:#fff;text-align:center;margin-bottom:1rem}.divider{height:2px;background:linear-gradient(90deg,transparent,#fa5042,#ffa739,transparent);width:200px;margin:0 auto}.byb-main-content{display:flex;gap:3rem}.text-content{flex:1}.intro-text{font-size:1.1rem;color:#d9d9d9;line-height:1.8;margin-bottom:2rem;font-style:italic;border-left:3px solid #fa5042;padding-left:1.5rem}.mission-vision{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.mission h4,.vision h4{color:#fa5042;font-size:1.3rem;margin-bottom:.5rem}.mission p,.vision p{color:#a0a0a0;line-height:1.7}.core-values h4{color:#fff;font-size:1.3rem;margin-bottom:1rem}.values-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.value-item{display:flex;align-items:center;gap:1rem}.value-number{color:#fa5042;font-weight:700;font-size:1.2rem}.value-text{color:#d9d9d9}.classic-visual{flex:1;display:flex;flex-direction:column;gap:2rem}.graph-container{background:#ffffff08;border-radius:10px;padding:1.5rem;border:1px solid rgba(255,255,255,.05)}.graph-row{display:flex;align-items:center;margin-bottom:1.5rem;gap:1rem}.graph-row:last-child{margin-bottom:0}.graph-label{color:#d9d9d9;width:120px;font-size:.9rem}.graph-bar-container{flex:1;height:10px;background:#ffffff1a;border-radius:5px;overflow:hidden}.graph-bar-fill{height:100%;border-radius:5px}.growth-bar{width:75%;background:linear-gradient(90deg,#fa5042,#ffa739)}.satisfaction-bar{width:98%;background:linear-gradient(90deg,#34a853,#4285f4)}.success-bar{width:89%;background:linear-gradient(90deg,#4285f4,#9c27b0)}.graph-value{color:#fff;width:40px;text-align:right;font-weight:700}.achievements{display:flex;justify-content:space-between;background:#ffffff08;border-radius:10px;padding:1.5rem;border:1px solid rgba(255,255,255,.05)}.achievement-item{display:flex;flex-direction:column;align-items:center}.achievement-number{font-size:1.8rem;font-weight:700;color:#fa5042;background:linear-gradient(90deg,#fa5042,#ffa739);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.achievement-label{color:#a0a0a0;font-size:.8rem;text-align:center;text-transform:uppercase;letter-spacing:1px}@media screen and (max-width:992px){.we-are-byb.classic-design{padding:2rem}.byb-main-content{flex-direction:column}.values-list{grid-template-columns:1fr}.achievements{flex-direction:column;gap:1.5rem;align-items:center}}@media screen and (max-width:768px){.join-family-section{padding:2rem 1rem}.section-title{font-size:2rem}.cards-container{flex-direction:column;align-items:center}.family-card{max-width:100%}.intro-text{font-size:1rem}.graph-row{flex-direction:column;align-items:flex-start;gap:.5rem}.graph-label{width:auto}.graph-value{width:auto;text-align:left}}@media screen and (max-width:480px){.byb-title{font-size:1.7rem}.mission-vision{gap:1rem}}.delete-account-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f5f5f5;padding:1rem}.delete-account-content{width:100%;max-width:500px;text-align:center;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a}.delete-account-content h1,.delete-account-content h2{color:#333;margin-bottom:1rem}.delete-account-content p{color:#666;margin-bottom:1rem;line-height:1.5}.deletion-info{text-align:left;margin:1.5rem 0;padding:0 1rem}.deletion-info li{margin-bottom:.5rem;color:#666}.warning-text{color:#e74c3c;font-weight:700;margin:1rem 0}.delete-account-buttons,.reason-form-buttons,.confirmation-buttons{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.reason-textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:1rem;margin:1rem 0;resize:vertical;box-sizing:border-box}.reason-textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.logout-btn,.delete-btn,.cancel-btn,.confirm-delete-btn,.continue-btn{padding:.75rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s;min-width:120px}.logout-btn{background-color:#6c757d;color:#fff}.logout-btn:hover{background-color:#5a6268}.delete-btn{background-color:#e74c3c;color:#fff}.delete-btn:hover{background-color:#c0392b}.cancel-btn{background-color:#6c757d;color:#fff}.cancel-btn:hover{background-color:#5a6268}.continue-btn,.confirm-delete-btn{background-color:#e74c3c;color:#fff}.continue-btn:hover,.confirm-delete-btn:hover{background-color:#c0392b}.confirm-delete-btn:disabled{background-color:#95a5a6;cursor:not-allowed}.error-message{margin-top:1rem;padding:.75rem;background-color:#f8d7da;color:#721c24;border-radius:4px;border:1px solid #f5c6cb}.dashboard-container{min-height:100vh;background-color:#f5f7fa}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 10px #0000001a}.dashboard-header h1{margin:0;font-size:24px}.logout-button{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:8px 16px;border-radius:5px;cursor:pointer;transition:background .3s}.logout-button:hover{background:#ffffff4d}.dashboard-content{padding:30px 40px;max-width:1200px;margin:0 auto}.users-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.users-header h2{margin:0;color:#333;font-size:22px}.search-container{position:relative;width:300px}.search-input{width:100%;padding:10px 15px;border:1px solid #ddd;border-radius:5px;font-size:14px;box-sizing:border-box}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.users-table-container{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;overflow:hidden;margin-bottom:30px}.users-table{width:100%;border-collapse:collapse}.users-table th{background-color:#f8f9fa;padding:15px 20px;text-align:left;font-weight:600;color:#555;border-bottom:1px solid #eee}.users-table td{padding:15px 20px;border-bottom:1px solid #eee;color:#333}.users-table tr:last-child td{border-bottom:none}.users-table tr:hover{background-color:#f8f9fa}.remove-button{background:#dc3545;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:13px;transition:background .3s}.remove-button:hover{background:#c82333}.no-users{text-align:center;padding:40px;color:#666;font-style:italic}.users-summary{text-align:right;color:#666;font-size:14px}.loading,.error-message{text-align:center;padding:40px;font-size:18px}.loading{color:#667eea}.error-message{color:#dc3545;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:5px;margin:20px 0}.retry-button{display:block;margin:0 auto;padding:10px 20px;background:#667eea;color:#fff;border:none;border-radius:5px;cursor:pointer}.privacy-policy-container{min-height:100vh;background-color:var(--appColor);display:flex;flex-direction:column}.privacy-policy-content{flex:1;padding:20px;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}@media(max-width:768px){.privacy-policy-content{padding:10px}.back-button{font-size:14px;padding:10px 20px}.page-header{padding:20px;margin:20px 0}.page-header h1{font-size:2rem}.page-header p{font-size:1rem}.policy-section{padding:20px;margin-bottom:20px}.policy-section h2{font-size:1.5rem}.policy-section p,.policy-section ul,.policy-section ol{font-size:1rem}}.terms-conditions-container{min-height:100vh;background-color:var(--appColor);display:flex;flex-direction:column}.terms-conditions-content{flex:1;padding:20px;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}@media(max-width:768px){.terms-conditions-content{padding:10px}.back-button{font-size:14px;padding:10px 20px}.page-header{padding:20px;margin:20px 0}.page-header h1{font-size:2rem}.page-header p{font-size:1rem}.policy-section{padding:20px;margin-bottom:20px}.policy-section h2{font-size:1.5rem}.policy-section p,.policy-section ul,.policy-section ol{font-size:1rem}}.refund-policy-container{min-height:100vh;background-color:var(--appColor);display:flex;flex-direction:column}.refund-policy-content{flex:1;padding:20px;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.page-header p{font-size:1.1rem;margin:0;opacity:.9}.policy-section ul{color:#555;font-size:1.1rem;line-height:1.8;margin:20px 0 25px;padding-left:30px}.policy-section li{margin-bottom:15px;list-style-type:disc}@media(max-width:768px){.refund-policy-container{padding:10px}.back-button{font-size:14px;padding:10px 20px}.page-header{padding:20px;margin:20px 0}.page-header h1{font-size:2rem}.page-header p{font-size:1rem}.policy-section{padding:20px;margin-bottom:20px}.policy-section h2{font-size:1.5rem}.policy-section p,.policy-section ul{font-size:1rem}}.data-handling-container{min-height:100vh;background-color:var(--appColor);display:flex;flex-direction:column}.data-handling-content{flex:1;padding:20px;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.page-header{text-align:center;margin:30px 0;padding:30px;border-radius:8px;background:linear-gradient(90deg,#fa5042,#ffa739);color:#fff;box-shadow:0 2px 10px #0000001a}.page-header h1{margin:0 0 10px;font-size:2.5rem;font-weight:700}.policy-section{background:#fffffff2;border-radius:8px;padding:30px;margin-bottom:30px;box-shadow:0 2px 10px #0000000d}.policy-section h2{color:#333;font-size:1.8rem;margin-top:0;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid var(--orange)}.policy-section p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:20px}.policy-section ul,.policy-section ol{color:#555;font-size:1.1rem;line-height:1.8;margin:20px 0 25px;padding-left:30px}.policy-section li{margin-bottom:15px}.policy-section ul li{list-style-type:disc}.policy-section ol li{list-style-type:decimal}@media(max-width:768px){.data-handling-content{padding:10px}.back-button{font-size:14px;padding:10px 20px}.page-header{padding:20px;margin:20px 0}.page-header h1{font-size:2rem}.policy-section{padding:20px;margin-bottom:20px}.policy-section h2{font-size:1.5rem}.policy-section p,.policy-section ul,.policy-section ol{font-size:1rem}}.contact-us-container{min-height:100vh;background-color:var(--appColor);color:#fff;padding:2rem 0}.contact-us-content{max-width:800px;margin:0 auto;padding:0 2rem}.back-button-container{margin:20px 0}.back-button{background-color:var(--orange);color:#fff;border:none;padding:12px 24px;border-radius:5px;cursor:pointer;font-size:16px;font-weight:700;transition:background .3s}.back-button:hover{background-color:#e07a0e}.page-header{text-align:center;margin-bottom:3rem}.page-header h1{font-size:2.5rem;color:#fff;margin-bottom:1rem}.contact-info{display:flex;flex-direction:row;gap:2rem;max-width:800px;margin:0 auto}.contact-icon{display:flex;gap:1rem;align-items:center;justify-content:center;font-size:2rem}.contact-item{background:#ffffff0d;width:calc(50% - 1rem);padding:2rem;border-radius:10px;text-align:center;box-shadow:0 4px 15px #0000001a;border:1px solid rgba(255,255,255,.1)}.contact-item h3{color:var(--orange);font-size:1.5rem;margin-bottom:1rem}.contact-item p{font-size:1.2rem;color:var(--lightgray);margin:0}@media screen and (max-width:768px){.contact-us-content{padding:0 1rem}.page-header h1{font-size:2rem}.contact-item{padding:1.5rem}.contact-item h3{font-size:1.3rem}.contact-item p{font-size:1.1rem}}
