@charset "UTF-8";:root{--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow-md: 0 10px 20px rgba(0, 0, 0, .05);--shadow-lg: 0 20px 40px rgba(0, 0, 0, .08);--transition: all .3s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box}html{height:100%;line-height:1.5;-webkit-text-size-adjust:100%}body{min-height:100%;width:100%;min-width:320px;margin:0;background-color:#fff;color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{font-weight:800;line-height:1.2;margin-top:0;margin-bottom:16px;color:var(--text-color)}h1{font-size:2.5rem;letter-spacing:-.03em}@media only screen and (min-width:992px){h1{font-size:3.5rem}}h2{font-size:1.75rem;letter-spacing:-.02em}@media only screen and (min-width:992px){h2{font-size:2.25rem}}h3{font-size:1.5rem;letter-spacing:-.01em}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}a{text-decoration:none;color:inherit;transition:all .3s cubic-bezier(.4,0,.2,1)}a:hover{color:var(--primary-color)}img{max-width:100%;height:auto;display:block}section.section{padding:48px 0}@media only screen and (min-width:992px){section.section{padding:64px 0}}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.main-wrapper{display:flex;flex-direction:column;min-height:100vh}.main{flex:1}.section__title{margin-bottom:48px;text-align:center}.section__title h2{display:inline-block;position:relative;padding-bottom:8px}.section__title h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:4px;background:var(--primary-color);border-radius:9999px}.header{position:sticky;top:0;left:0;width:100%;background:#ffffffe6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:1000;transition:all .3s cubic-bezier(.4,0,.2,1);border-bottom:1px solid rgba(0,0,0,.05)}.header--scrolled{padding:4px 0;box-shadow:0 2px 4px #0000000d}.header-row{display:flex;align-items:center;justify-content:space-between;padding:16px 0}.logo{display:block;z-index:1001;transition:transform all .3s cubic-bezier(.4,0,.2,1)}.logo:hover{transform:scale(1.02)}.logo img{height:auto;width:100%}.header__controls{display:flex;align-items:center;gap:24px}@media only screen and (min-width:992px){.header__controls{gap:32px}}.header__nav{display:none}@media only screen and (min-width:992px){.header__nav{display:block}}.header__nav.active{display:block;position:fixed;top:0;left:0;width:100%;height:100vh;background:#fff;padding:100px 24px;z-index:1000}.nav-list{display:flex;flex-direction:column;gap:24px;margin:0;padding:0}@media only screen and (min-width:992px){.nav-list{flex-direction:row;align-items:center}}.nav-list li a{font-weight:700;color:var(--text-color);transition:all .3s cubic-bezier(.4,0,.2,1)}@media only screen and (min-width:992px){.nav-list li a{text-transform:uppercase;letter-spacing:.1em}}.nav-list li a:hover,.nav-list li.current-menu-item a{color:var(--primary-color)}.search__button_search{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:9999px;background:var(--bg-light);color:var(--text-color);transition:all .3s cubic-bezier(.4,0,.2,1)}.search__button_search:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.search__button_search svg{width:20px;height:20px}.search__overlay{position:fixed;inset:0;background:#fffffffa;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .5s cubic-bezier(.4,0,.2,1)}.search__overlay.active{opacity:1;visibility:visible}.search__wrapper{width:100%;max-width:800px;padding:24px;text-align:center}.search__title{margin-bottom:32px}.search__title h3{font-size:2.5rem;letter-spacing:-.04em}.search__button_close{position:absolute;top:32px;right:32px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:9999px;background:var(--bg-light);transition:all .3s cubic-bezier(.4,0,.2,1)}.search__button_close:hover{background:var(--primary-color);color:#fff;transform:rotate(90deg)}.burger{display:flex;flex-direction:column;justify-content:center;gap:6px;width:32px;height:32px;cursor:pointer;z-index:1001;position:relative}@media only screen and (min-width:992px){.burger{display:none}}.burger__item{display:block;width:100%;height:2px;background:var(--text-color);border-radius:9999px;transition:all .3s cubic-bezier(.4,0,.2,1)}.burger.active .burger__item:nth-child(1){transform:translateY(8px) rotate(45deg)}.burger.active .burger__item:nth-child(2){opacity:0;transform:translate(-10px)}.burger.active .burger__item:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.footer{padding:32px 0;background:var(--bg-light);color:var(--text-color);border-top:1px solid rgba(0,0,0,.05)}.footer__row{display:flex;flex-wrap:wrap;gap:48px;justify-content:space-between}@media only screen and (max-width:768px){.footer__row{flex-direction:column;align-items:center;text-align:center;gap:32px}}.footer__col{flex:1;min-width:250px}@media only screen and (max-width:768px){.footer__col{min-width:100%}}.footer__logo{margin-bottom:24px;display:block}.footer__logo img{max-width:180px;height:auto}@media only screen and (max-width:768px){.footer__logo img{margin:0 auto}}.footer-nav{display:flex;gap:8px}@media only screen and (max-width:768px){.footer-nav{flex-direction:column}}.footer-nav li a{font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.footer-nav li a:hover{color:var(--primary-color);padding-left:4px}.footer__bottom{padding-top:32px;border-top:1px solid rgba(0,0,0,.05);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px}@media only screen and (max-width:768px){.footer__bottom{flex-direction:column;text-align:center}}.search-form{display:flex;flex-direction:column;gap:12px;width:100%}@media only screen and (min-width:576px){.search-form{flex-direction:row;align-items:stretch}}.search-form label{flex:1;margin-bottom:0;display:block}.search-form__input{width:100%;height:56px;padding:0 24px;border-radius:18px;border:1px solid rgba(0,0,0,.1);background:#fff;color:var(--brand-text);font-size:1rem;outline:none;transition:all .25s ease}.search-form__input:focus{border-color:var(--brand-green-soft);box-shadow:0 0 0 4px #a8ba9a26;background-color:#fff}.search-form__input::-moz-placeholder{color:var(--text-muted);opacity:.6}.search-form__input::placeholder{color:var(--text-muted);opacity:.6}.search-form__submit{flex:0 0 auto;min-width:120px;height:56px;padding:0 30px;border:none;border-radius:18px;background:var(--primary-color);color:#fff;font-weight:700;font-size:.9375rem;letter-spacing:.02em;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.search-form__submit:hover,.search-form__submit:focus{background-color:var(--brand-green-soft);transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.search-form__submit:active{transform:translateY(0)}.search__overlay{position:fixed;inset:0;z-index:9999;background:#000c;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;pointer-events:none;transition:all .4s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.search__overlay.active{opacity:1;pointer-events:all}.search__overlay .search-form__input{border-color:#0000000d;background:#fcfcfc}.search__overlay .search-form__input:focus{background:#fff;border-color:var(--brand-green-soft)}.search__wrapper{width:100%;max-width:600px;background:#fff;border-radius:0 12px 12px 42px;padding:40px;box-shadow:0 30px 60px #0000004d;position:relative;transform:translateY(20px);transition:transform .4s cubic-bezier(.4,0,.2,1)}.active .search__wrapper{transform:translateY(0)}.search__title{margin-bottom:30px;text-align:center}.search__title h3{font-size:1.75rem;font-weight:800;line-height:1.2;color:var(--brand-text);margin:0}.search__button_close{position:absolute;top:-60px;right:0;width:44px;height:44px;border:none;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease}@media only screen and (min-width:576px){.search__button_close{top:20px;right:20px;background:#0000000d;color:var(--brand-text)}}.search__button_close:hover{background:#ffffff4d;transform:rotate(90deg)}@media only screen and (min-width:576px){.search__button_close:hover{background:#0000001a}}.search-results__no-results{text-align:center;padding:60px 0;max-width:600px;margin:0 auto}.search-results__message{font-size:1.25rem;margin-bottom:30px;color:var(--brand-text)}.search-results__form{display:flex;justify-content:center}.search-results__form .search-form{max-width:500px;width:100%}.search-results__form .search-form label{flex:1}.search-results .pagination{margin-top:40px;display:flex;justify-content:center}.error-404{padding:80px 0}@media only screen and (min-width:992px){.error-404{padding:120px 0}}.error-404__content{margin-top:30px}.error-404__content p{font-size:1.125rem;margin-bottom:40px;color:var(--brand-text);opacity:.8}.search-page__content{margin-top:40px}.icon{width:24px;height:24px;stroke:var(--primary-color);fill:transparent}.news-card{position:relative;display:flex;flex-direction:column;height:100%;background:#fff;border-radius:16px;overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000000d}.news-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.news-card:hover .news-card__image{transform:scale(1.08)}.news-card:hover .news-card__title a{color:var(--primary-color)}.news-card__image-wrap{position:relative;overflow:hidden;aspect-ratio:16/10;background-color:var(--bg-light)}.news-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .5s cubic-bezier(.4,0,.2,1)}.news-card__badge-corner{position:absolute;top:16px;right:16px;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--text-color);padding:4px 16px;border-radius:9999px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;z-index:2;box-shadow:0 2px 4px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1)}.news-card__badge-corner:hover{background:var(--primary-color);color:#fff}.news-card__content{padding:24px;display:flex;flex-direction:column;flex-grow:1}.news-card__title{font-size:1.25rem;line-height:1.3;margin:0 0 8px;font-weight:800}.news-card__title a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--text-color)}.news-card__excerpt{font-size:.9375rem;line-height:1.6;color:var(--text-muted);margin-bottom:24px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-card__meta{margin-top:auto;padding-top:16px;border-top:1px solid rgba(0,0,0,.05);display:flex;align-items:center;justify-content:space-between;font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.news-card__category{color:var(--primary-color)}.news-card__category a:hover{text-decoration:underline}@media only screen and (min-width:768px){.news-card--list{flex-direction:row}.news-card--list .news-card__image-wrap{flex:0 0 40%;aspect-ratio:4/3}.news-card--list .news-card__content{padding:32px}}.news-card--overlay .news-card__image-wrap{aspect-ratio:3/4}.news-card--overlay .news-card__image-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 60%)}.news-card--overlay .news-card__overlay{position:absolute;bottom:0;left:0;width:100%;padding:32px;z-index:2}.news-card--overlay .news-card__content{position:absolute;inset:0;justify-content:flex-end;padding:0;background:transparent}.news-card--overlay .news-card__title a{color:#fff}.news-card--overlay .news-card__excerpt{color:#fffc;-webkit-line-clamp:2}.news-card--overlay .news-card__badge-wrap{margin-bottom:8px}.news-card--overlay .news-card__badge{display:inline-block;background:var(--primary-color);color:#fff;padding:2px 8px;border-radius:8px;font-size:.7rem;font-weight:700;text-transform:uppercase}.news-card--simple{background:transparent;box-shadow:none;border:1px solid rgba(0,0,0,.05)}.news-card--simple:hover{background:#fff;border-color:transparent}.news-card--simple .news-card__content{padding:24px 0}.posts-list{display:grid;gap:32px;grid-template-columns:1fr}@media only screen and (min-width:576px){.posts-list{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:992px){.posts-list{grid-template-columns:repeat(4,1fr)}}@media only screen and (min-width:992px){.posts-list--magazine{grid-template-columns:repeat(3,1fr)}}.posts-list--list{grid-template-columns:1fr}.section__title h1,.section__title h2,.section__title h3,.section__title h4,.page__title h1,.page__title h2,.page__title h3,.page__title h4{display:inline-block;position:relative;padding-left:10px}.section__title h1:before,.section__title h2:before,.section__title h3:before,.section__title h4:before,.page__title h1:before,.page__title h2:before,.page__title h3:before,.page__title h4:before{content:"";position:absolute;width:4px;height:10px;border-radius:12px;background-color:var(--primary-color);top:50%;left:0;transform:translateY(-50%)}.text-center{text-align:center}.section__title{margin-bottom:20px}@media only screen and (min-width:992px){.section__title{margin-bottom:30px}}.section__form{background-color:#fff}.section__form:after,.section__form:before{content:"";position:absolute;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));opacity:.15;border-radius:50%}.section__form:before{top:-80px;right:-80px;width:200px;height:200px}.section__form:after{bottom:-80px;left:-80px;width:450px;height:450px}.hero:after,.hero:before{content:"";position:absolute;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));opacity:.25;border-radius:50%}.hero:before{top:-80px;right:-80px;width:200px;height:200px}.hero:after{bottom:-80px;left:-80px;width:450px;height:450px}.pagination{padding:20px 0;display:flex;align-items:center;justify-content:center}.nav-links{display:flex;align-items:center;text-align:center;gap:10px}.page-numbers{background:#fff9;border-radius:12px;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.dots{border:none}.current,.next,.prev{background:#f5f5f5}.next,.prev{font-size:12px;width:auto;padding:0 12px}.wpcf7-form{display:flex;flex-direction:column;gap:16px}.wpcf7-form p{margin:0}.wpcf7-form-control-wrap{display:block;width:100%}.wpcf7-text,.wpcf7-email,.wpcf7-textarea{width:100%;padding:16px 24px;border-radius:16px;border:1px solid rgba(0,0,0,.1);background:var(--bg-light);font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.wpcf7-text:focus,.wpcf7-email:focus,.wpcf7-textarea:focus{outline:none;border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 4px color-mix(in srgb,var(--primary-color),transparent 90%)}.wpcf7-submit{width:100%;padding:16px 48px;background:var(--primary-color);color:#fff;border:none;border-radius:16px;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.wpcf7-submit:hover{background:color-mix(in srgb,var(--primary-color),black 10%);transform:translateY(-2px);box-shadow:0 10px 20px #0000000d}.wpcf7-not-valid-tip{font-size:.75rem;color:#ef4444;margin-top:4px}.wpcf7-response-output{margin:16px 0 0!important;padding:16px!important;border-radius:16px!important}.form-row{display:flex;flex-direction:column;gap:16px}@media only screen and (min-width:768px){.form-row{flex-direction:row;align-items:flex-start}}.form-row .wpcf7-form-control-wrap{flex:1}.form-row .wpcf7-submit{width:auto}@media only screen and (max-width:768px){.form-row .wpcf7-submit{width:100%}}.page__header{padding:64px 0;background:var(--bg-light);margin-bottom:64px;text-align:center;border-bottom:1px solid rgba(0,0,0,.05)}.page__header-content{position:relative;padding:64px 32px;border-radius:24px;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.page__header-content[style]{color:#fff}.page__header-content[style]:before{content:"";position:absolute;inset:0;background:#0006;z-index:1}.page__title{position:relative;z-index:2;margin:0;font-size:3rem}@media only screen and (min-width:992px){.page__title{font-size:4rem}}.page__description{position:relative;z-index:2;margin-top:16px;font-size:1.125rem;max-width:600px;margin-left:auto;margin-right:auto;opacity:.9}.main-layout{padding-bottom:64px}.pagination{margin-top:64px;display:flex;justify-content:center}.pagination .nav-links{display:flex;gap:8px}.pagination .page-numbers{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:var(--bg-light);font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1)}.pagination .page-numbers:hover{background:color-mix(in srgb,var(--primary-color),transparent 90%);color:var(--primary-color)}.pagination .page-numbers.current{background:var(--primary-color);color:#fff}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:10px;font-size:14px;line-height:1;padding-bottom:20px}@media only screen and (min-width:992px){.breadcrumbs{padding-bottom:40px}}.breadcrumbs__link{color:#000}.breadcrumbs__current{color:#9e9898}.breadcrumbs--light{position:relative;z-index:2;padding-bottom:20px}.breadcrumbs--light .breadcrumbs__link{color:#fffc}.breadcrumbs--light .breadcrumbs__link:hover,.breadcrumbs--light .breadcrumbs__current{color:#fff}.breadcrumbs--light svg{color:#ffffff80}.single{padding:64px 0}.single__content{max-width:800px;margin:0 auto}.single__header{text-align:center;margin-bottom:64px}.single__title{font-size:2.5rem;line-height:1.1;margin-bottom:24px}@media only screen and (min-width:992px){.single__title{font-size:3.5rem}}.single__image-wrap{margin:0 auto 48px;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #00000014}.single__image-wrap img{width:100%;height:auto;display:block}.single__meta{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;margin-bottom:32px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.single__meta-item{display:flex;align-items:center;gap:4px}.single__meta-item svg{width:16px;height:16px;color:var(--primary-color)}.single__meta-item a:hover{color:var(--primary-color)}.single__text{font-size:1.125rem;line-height:1.8;color:var(--text-color)}.single__text p{margin-bottom:24px}.single__text h2,.single__text h3,.single__text h4{margin:48px 0 16px}.single__text ul,.single__text ol{margin:24px 0;padding-left:24px}.single__text ul li,.single__text ol li{margin-bottom:8px;position:relative}.single__text ul li:before,.single__text ol li:before{content:"•";color:var(--primary-color);font-weight:700;display:inline-block;width:1em;margin-left:-1em}.single__text img{border-radius:16px;margin:32px 0}.single__text blockquote{margin:48px 0;padding:32px;background:var(--bg-light);border-left:4px solid var(--primary-color);border-radius:0 16px 16px 0;font-style:italic;font-size:1.25rem}.breadcrumbs{display:flex;align-items:center;gap:8px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:32px;justify-content:center}.breadcrumbs__link:hover{color:var(--primary-color)}.breadcrumbs svg{opacity:.5}.hero-magazine{display:flex;flex-direction:column;gap:24px;margin-bottom:64px}@media only screen and (min-width:992px){.hero-magazine{flex-direction:row;height:500px}}.hero-magazine__main{flex:1;min-width:0;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #00000014}.hero-magazine__main .swiper-slide{height:100%}.hero-magazine__main .news-card--overlay{height:100%;border-radius:0}.hero-magazine__side{display:none}@media only screen and (min-width:992px){.hero-magazine__side{display:flex;flex-direction:column;gap:24px;flex:0 0 350px}}.hero-magazine__side .news-card--overlay{flex:1;height:calc(50% - 12px)}.js-hero-slider .swiper-pagination{bottom:32px!important;left:32px!important;text-align:left;width:auto!important}.js-hero-slider .swiper-pagination-bullet{background:#fff;opacity:.5;width:12px;height:12px}.js-hero-slider .swiper-pagination-bullet-active{opacity:1;background:#fff;width:30px;border-radius:9999px}.swiper-navigation{display:none}@media only screen and (min-width:768px){.swiper-navigation{display:flex;position:absolute;bottom:32px;right:32px;gap:8px;z-index:10}}.swiper-navigation .swiper-button-prev,.swiper-navigation .swiper-button-next{position:static;width:44px;height:44px;background:#fff3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:9999px;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);margin:0}.swiper-navigation .swiper-button-prev:after,.swiper-navigation .swiper-button-next:after{font-size:1rem;font-weight:800}.swiper-navigation .swiper-button-prev:hover,.swiper-navigation .swiper-button-next:hover{background:#fff;color:var(--primary-color)}@keyframes bounce-slow{0%,to{transform:translateY(-10px)}50%{transform:translateY(0)}}.wellness-landing .landing-hero{position:relative;padding:64px 0;background-color:#fff;overflow:hidden;min-height:80vh;display:flex;flex-direction:column;justify-content:center}@media only screen and (min-width:992px){.wellness-landing .landing-hero{padding:128px 0}}.wellness-landing .landing-hero__bg-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center;z-index:1;pointer-events:none;display:flex;flex-direction:column;gap:16px}@media only screen and (max-width:768px){.wellness-landing .landing-hero__bg-text{top:20%}}.wellness-landing .landing-hero__bg-line{font-size:8rem;font-weight:900;line-height:.9;color:rgb(from var(--primary-color) r g b/30%);white-space:nowrap;letter-spacing:-.02em;text-transform:uppercase}@media only screen and (max-width:768px){.wellness-landing .landing-hero__bg-line{font-size:50px}}.wellness-landing .landing-hero__main{position:relative;z-index:2;max-width:600px;margin:0 auto 64px;text-align:center}.wellness-landing .landing-hero__image-wrapper{position:relative;display:inline-block}.wellness-landing .landing-hero__image-wrapper:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,rgba(var(--primary-color),.2) 0%,transparent 70%);z-index:-1}.wellness-landing .landing-hero__img{width:100%;height:auto;max-height:500px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 20px 50px rgba(0,0,0,.1))}.wellness-landing .landing-hero__stat{position:absolute;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:16px 24px;border-radius:16px;box-shadow:0 20px 40px #00000014;display:flex;align-items:center;gap:16px;z-index:10;text-align:left;border:1px solid rgba(255,255,255,.3)}.wellness-landing .landing-hero__stat--left{top:20%;left:-37%;animation:bounce-slow 5s ease-in-out infinite}@media only screen and (max-width:768px){.wellness-landing .landing-hero__stat--left{right:100%;top:10%;left:auto}}@media only screen and (max-width:576px){.wellness-landing .landing-hero__stat--left{left:0;top:50%;right:auto}}.wellness-landing .landing-hero__stat--right{bottom:15%;right:-25%;animation:bounce-slow 5s ease-in-out infinite reverse}@media only screen and (max-width:768px){.wellness-landing .landing-hero__stat--right{right:0;bottom:10%}}.wellness-landing .landing-hero__stat-icon{width:44px;height:44px;background:#fef3c7;color:#d97706;border-radius:8px;display:flex;align-items:center;justify-content:center}.wellness-landing .landing-hero__stat-label{display:block;font-size:.75rem;color:var(--text-muted);font-weight:600;margin-bottom:2px}.wellness-landing .landing-hero__stat-value{display:block;font-size:1.25rem;font-weight:800;color:var(--text-color)}.wellness-landing .landing-hero__stat-value small{font-size:.75rem;font-weight:600;opacity:.6}.wellness-landing .landing-hero__stat-chart{display:flex;align-items:flex-end;gap:3px;height:30px}.wellness-landing .landing-hero__stat-chart .bar{width:4px;background:var(--primary-color);border-radius:2px;transition:height .3s ease}.wellness-landing .landing-hero__trending{position:relative;z-index:2;margin-top:64px}.wellness-landing .landing-hero__trending-header{margin-bottom:48px}@media only screen and (min-width:768px){.wellness-landing .landing-hero__trending-header{max-width:300px}}.wellness-landing .landing-hero__trending-title{font-size:1.5rem;margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}.wellness-landing .landing-hero__trending-subtitle{font-size:.875rem;color:var(--text-muted);line-height:1.5}.wellness-landing .landing-hero__trending-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:32px}@media only screen and (min-width:768px){.wellness-landing .landing-hero__trending-grid{grid-template-columns:repeat(3,1fr)}}.wellness-landing .landing-hero__recipe-type{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px;background:var(--bg-light);border-radius:24px;transition:all .3s cubic-bezier(.4,0,.2,1)}@media only screen and (min-width:768px){.wellness-landing .landing-hero__recipe-type{flex-direction:row;text-align:left;background:transparent;padding:0}}@media only screen and (min-width:768px){.wellness-landing .landing-hero__recipe-type:hover{transform:translateY(-5px)}}.wellness-landing .landing-hero__recipe-type:hover .landing-hero__recipe-icon{background:var(--primary-color);color:#fff}.wellness-landing .landing-hero__recipe-icon{width:60px;height:60px;background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;box-shadow:0 2px 4px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1);color:var(--primary-color)}@media only screen and (min-width:768px){.wellness-landing .landing-hero__recipe-icon{margin-bottom:0;margin-right:24px;flex-shrink:0}}.wellness-landing .landing-hero__recipe-name{font-size:1rem;font-weight:700;margin:0}.wellness-landing .landing-recipes{padding:64px 0;background:#fff}.wellness-landing .landing-recipes__header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:48px}.wellness-landing .landing-recipes__title-group{max-width:600px}.wellness-landing .landing-recipes__nav-btns{display:none;gap:8px}@media only screen and (min-width:768px){.wellness-landing .landing-recipes__nav-btns{display:flex}}.wellness-landing .landing-recipes__nav-btn{width:48px;height:48px;border-radius:9999px;border:1px solid color-mix(in srgb,var(--primary-color),transparent 80%);display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);color:var(--primary-color)}.wellness-landing .landing-recipes__nav-btn:hover{background:var(--primary-color);color:#fff}.wellness-landing .landing-recipes__nav-btn svg{width:24px;height:24px}.wellness-landing .landing-recipes__filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:48px}.wellness-landing .landing-recipes__filter-tab{padding:4px 32px;border-radius:9999px;border:1px solid color-mix(in srgb,var(--primary-color),transparent 80%);font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);background:transparent;color:var(--text-color);cursor:pointer}.wellness-landing .landing-recipes__filter-tab:hover{background:color-mix(in srgb,var(--primary-color),transparent 95%)}.wellness-landing .landing-recipes__filter-tab.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.wellness-landing .landing-recipes__carousel{overflow:hidden!important}.wellness-landing .landing-recipes__recipe-card{position:relative;background:var(--bg-light);overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1);height:500px}@media only screen and (min-width:768px){.wellness-landing .landing-recipes__recipe-card{height:600px}}.wellness-landing .landing-recipes__recipe-card:hover .landing-recipes__recipe-img{transform:scale(1.05)}.wellness-landing .landing-recipes__img-wrap{position:absolute;inset:0;overflow:hidden}.wellness-landing .landing-recipes__img-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.2) 50%,transparent 100%);z-index:1}.wellness-landing .landing-recipes__recipe-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .5s cubic-bezier(.4,0,.2,1)}.wellness-landing .landing-recipes__recipe-badge{display:inline-block;background:var(--primary-color);padding:4px 16px;border-radius:9999px;font-size:.625rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:16px}.wellness-landing .landing-recipes__recipe-content{position:absolute;bottom:0;left:0;width:100%;padding:48px 0;z-index:10;color:#fff}.wellness-landing .landing-recipes__recipe-title{font-size:2rem;line-height:1.2;margin:0}@media only screen and (min-width:768px){.wellness-landing .landing-recipes__recipe-title{font-size:3rem}}.wellness-landing .landing-recipes__recipe-title a{color:#fff}.wellness-landing .landing-recipes__recipe-title a:hover{color:var(--primary-color)}.wellness-landing .landing-weight-loss{padding:64px 0;background:var(--bg-light)}.wellness-landing .landing-weight-loss__header{text-align:center;margin-bottom:64px}.wellness-landing .landing-weight-loss__header p{max-width:600px;margin:0 auto}.wellness-landing .landing-weight-loss__grid{display:grid;grid-template-columns:1fr;gap:32px}@media only screen and (min-width:768px){.wellness-landing .landing-weight-loss__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:992px){.wellness-landing .landing-weight-loss__grid{grid-template-columns:repeat(3,1fr)}}.wellness-landing .landing-weight-loss__card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 2px 4px #0000000d;transition:all .5s cubic-bezier(.4,0,.2,1)}.wellness-landing .landing-weight-loss__card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.wellness-landing .landing-weight-loss__card:hover .landing-weight-loss__img{transform:scale(1.05)}.wellness-landing .landing-weight-loss__img-wrap{position:relative;height:250px;overflow:hidden}.wellness-landing .landing-weight-loss__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .5s cubic-bezier(.4,0,.2,1)}.wellness-landing .landing-weight-loss__tags{position:absolute;bottom:16px;left:16px;display:flex;flex-wrap:wrap;gap:4px}.wellness-landing .landing-weight-loss__tag{background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:4px 16px;border-radius:9999px;font-size:.625rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--text-color)}.wellness-landing .landing-weight-loss__content{padding:32px}.wellness-landing .landing-weight-loss__card-title{font-size:1.25rem;margin-bottom:16px}.wellness-landing .landing-weight-loss__card-title a:hover{color:var(--primary-color)}.wellness-landing .landing-weight-loss__link{display:inline-flex;align-items:center;gap:4px;font-weight:700;color:var(--primary-color);text-transform:uppercase;letter-spacing:.05em}.wellness-landing .landing-weight-loss__link:hover{gap:8px}.wellness-landing .landing-weight-loss__link svg{width:16px;height:16px}.wellness-landing .landing-hacks{padding:64px 0;background:#fff}.wellness-landing .landing-hacks__header{margin-bottom:64px;text-align:center}.wellness-landing .landing-hacks__grid{display:grid;grid-template-columns:1fr;gap:24px;grid-auto-flow:dense}@media only screen and (min-width:768px){.wellness-landing .landing-hacks__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:992px){.wellness-landing .landing-hacks__grid{grid-template-columns:repeat(4,1fr)}}.wellness-landing .landing-hacks__card{position:relative;background:var(--bg-light);border-radius:24px;overflow:hidden;display:flex;flex-direction:column;min-height:300px;transition:all .5s cubic-bezier(.4,0,.2,1)}.wellness-landing .landing-hacks__card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000014}.wellness-landing .landing-hacks__card:hover .landing-hacks__card-img img{transform:scale(1.1)}.wellness-landing .landing-hacks__card:hover .landing-hacks__read-more svg{transform:translate(5px)}@media only screen and (min-width:768px){.wellness-landing .landing-hacks__card--large{grid-row:span 2;grid-column:span 2}}@media only screen and (min-width:768px){.wellness-landing .landing-hacks__card--large .landing-hacks__card-title{font-size:2rem}}@media only screen and (min-width:768px){.wellness-landing .landing-hacks__card--wide{grid-column:span 2}}.wellness-landing .landing-hacks__card-img{position:absolute;inset:0;z-index:1}.wellness-landing .landing-hacks__card-img:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,#000000e6,#0000004d 60%,#0000001a)}.wellness-landing .landing-hacks__card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .5s cubic-bezier(.4,0,.2,1)}.wellness-landing .landing-hacks__card-content{position:relative;z-index:2;padding:32px;margin-top:auto;color:#fff}.wellness-landing .landing-hacks__badge{display:inline-block;font-size:.75rem;font-weight:700;color:var(--primary-color);background:#fff;padding:2px 10px;border-radius:9999px;margin-bottom:8px}.wellness-landing .landing-hacks__card-title{font-size:1.5rem;font-weight:800;margin-bottom:8px;line-height:1.2}.wellness-landing .landing-hacks__card-title a{color:#fff}.wellness-landing .landing-hacks__card-title a:hover{color:var(--primary-color)}.wellness-landing .landing-hacks__card-text{font-size:.875rem;line-height:1.6;margin-bottom:32px;opacity:.9;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.wellness-landing .landing-hacks__read-more{display:inline-flex;align-items:center;gap:8px;font-size:.875rem;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.05em}.wellness-landing .landing-hacks__read-more svg{transition:all .3s cubic-bezier(.4,0,.2,1)}.wellness-landing .landing-hacks__read-more:hover{color:var(--primary-color)}.wellness-landing .landing-testimonials{padding:64px 0;background:var(--bg-light);overflow:hidden}.wellness-landing .landing-testimonials__header{margin-bottom:64px;text-align:center}.wellness-landing .landing-testimonials__header p{max-width:600px;margin:0 auto}.wellness-landing .landing-testimonials__carousel{overflow:visible!important}.wellness-landing .landing-testimonials__slide{height:auto}.wellness-landing .landing-testimonials__card{background:#fff;padding:48px;border-radius:24px;box-shadow:0 10px 20px #0000000d;height:100%;display:flex;flex-direction:column;transition:all .5s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.05)}.wellness-landing .landing-testimonials__card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000014;border-color:var(--primary-color)}.wellness-landing .landing-testimonials__quote-icon{color:color-mix(in srgb,var(--primary-color),transparent 85%);margin-bottom:24px}.wellness-landing .landing-testimonials__quote{font-size:1.125rem;line-height:1.6;color:var(--text-color);margin-bottom:32px;flex-grow:1;font-style:normal;font-weight:500}.wellness-landing .landing-testimonials__footer{display:flex;align-items:center;gap:16px;padding-top:24px;border-top:1px solid rgba(0,0,0,.05)}.wellness-landing .landing-testimonials__avatar{width:50px;height:50px;border-radius:9999px;overflow:hidden;background:var(--bg-light)}.wellness-landing .landing-testimonials__avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.wellness-landing .landing-testimonials__avatar-placeholder{width:100%;height:100%;background:var(--primary-color);opacity:.1}.wellness-landing .landing-testimonials__meta{flex:1}.wellness-landing .landing-testimonials__author{font-weight:800;color:var(--text-color);font-size:1rem;margin-bottom:2px}.wellness-landing .landing-testimonials__role{font-size:.75rem;color:var(--text-muted);font-weight:600}.wellness-landing .landing-testimonials .swiper-pagination{margin-top:64px;position:static}.wellness-landing .landing-testimonials .swiper-pagination-bullet{width:12px;height:12px;background:var(--primary-color);opacity:.2}.wellness-landing .landing-testimonials .swiper-pagination-bullet-active{opacity:1;width:32px;border-radius:6px}.wellness-landing .landing-opt-in{padding:64px 0;background:#fff}.wellness-landing .landing-opt-in__wrapper{position:relative;background:var(--bg-light);border-radius:48px;padding:64px 32px;overflow:hidden;text-align:center;color:var(--text-color);border:1px solid rgba(0,0,0,.05)}@media only screen and (min-width:992px){.wellness-landing .landing-opt-in__wrapper{padding:64px 0}}.wellness-landing .landing-opt-in__content{position:relative;z-index:10;margin:0 auto;padding:0 32px}.wellness-landing .landing-opt-in__label{display:inline-block;color:var(--primary-color);font-weight:800;text-transform:uppercase;letter-spacing:.15em;font-size:.875rem;margin-bottom:24px}.wellness-landing .landing-opt-in__title{font-size:2.5rem;line-height:1.1;margin-bottom:24px;color:var(--text-color)}@media only screen and (min-width:768px){.wellness-landing .landing-opt-in__title{font-size:3.5rem}}.wellness-landing .landing-opt-in__subtitle{font-size:1.125rem;color:var(--text-muted);margin-bottom:48px;line-height:1.6}.wellness-landing .landing-opt-in__form-container{margin-bottom:64px}.wellness-landing .landing-opt-in__form-container .wpcf7-form{max-width:550px;margin:0 auto;align-items:center}.wellness-landing .landing-opt-in__form-container .wpcf7-form p{margin:0;display:flex;flex-direction:column;gap:16px}@media only screen and (min-width:768px){.wellness-landing .landing-opt-in__form-container .wpcf7-form p{flex-direction:row;align-items:flex-start}}.wellness-landing .landing-opt-in__form-container .wpcf7-form .wpcf7-form-control-wrap{flex:1;display:block}.wellness-landing .landing-opt-in__form-container .wpcf7-form input[type=text],.wellness-landing .landing-opt-in__form-container .wpcf7-form input[type=email]{width:100%;background:#fff;border:1px solid rgba(0,0,0,.1);padding:16px 32px;border-radius:9999px;color:var(--text-color);height:60px;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:1rem}.wellness-landing .landing-opt-in__form-container .wpcf7-form input[type=text]:focus,.wellness-landing .landing-opt-in__form-container .wpcf7-form input[type=email]:focus{border-color:var(--primary-color);box-shadow:0 0 0 4px rgba(var(--primary-color),.1);outline:none}.wellness-landing .landing-opt-in__form-container .wpcf7-form input[type=text]::-moz-placeholder,.wellness-landing .landing-opt-in__form-container .wpcf7-form input[type=email]::-moz-placeholder{color:var(--text-muted);opacity:.5}.wellness-landing .landing-opt-in__form-container .wpcf7-form input[type=text]::placeholder,.wellness-landing .landing-opt-in__form-container .wpcf7-form input[type=email]::placeholder{color:var(--text-muted);opacity:.5}.wellness-landing .landing-opt-in__form-container .wpcf7-form input[type=submit]{background:var(--primary-color);color:#fff;padding:0 48px;height:60px;border-radius:9999px;border:none;font-weight:800;cursor:pointer;transition:all .5s cubic-bezier(.4,0,.2,1);white-space:nowrap;width:100%}@media only screen and (min-width:768px){.wellness-landing .landing-opt-in__form-container .wpcf7-form input[type=submit]{width:auto}}.wellness-landing .landing-opt-in__form-container .wpcf7-form input[type=submit]:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(var(--primary-color),.2)}.wellness-landing .landing-opt-in__form-container .wpcf7-form .wpcf7-response-output{margin:24px 0 0;padding:16px;border-radius:16px;font-size:.875rem}.wellness-landing .landing-opt-in__trust{display:flex;flex-direction:column;align-items:center;gap:16px}.wellness-landing .landing-opt-in__avatars{display:flex;align-items:center}.wellness-landing .landing-opt-in__avatars img,.wellness-landing .landing-opt-in__avatars__avatar-more{width:44px;height:44px;border-radius:9999px;border:2px solid #fff;margin-left:-12px;-o-object-fit:cover;object-fit:cover;position:relative}.wellness-landing .landing-opt-in__avatars img:first-child,.wellness-landing .landing-opt-in__avatars__avatar-more:first-child{margin-left:0}.wellness-landing .landing-opt-in__avatars__avatar-more{background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;z-index:1}.wellness-landing .landing-opt-in__trust-text{font-size:.875rem;color:var(--text-muted);margin:0}.wellness-landing .landing-opt-in__trust-text strong{color:var(--text-color)}.wellness-landing .landing-opt-in__bg-elements{position:absolute;inset:0;pointer-events:none}.wellness-landing .landing-opt-in__circle{position:absolute;border-radius:9999px;background:var(--primary-color);opacity:.05;filter:blur(60px)}.wellness-landing .landing-opt-in__circle--1{width:300px;height:300px;top:-100px;left:-100px}.wellness-landing .landing-opt-in__circle--2{width:400px;height:400px;bottom:-150px;right:-100px}.wellness-landing .landing-editor{padding:64px 0;background:#fff;overflow:hidden}.wellness-landing .landing-editor__inner{display:flex;flex-wrap:wrap;align-items:center;gap:64px}@media only screen and (min-width:992px){.wellness-landing .landing-editor__inner{gap:96px}}.wellness-landing .landing-editor__content{flex:1.2;min-width:300px}.wellness-landing .landing-editor__label-group{display:flex;align-items:center;gap:16px;margin-bottom:24px}.wellness-landing .landing-editor__label{color:var(--primary-color);font-weight:800;text-transform:uppercase;letter-spacing:.15em;font-size:.875rem}.wellness-landing .landing-editor__label-line{height:2px;width:60px;background:var(--primary-color);opacity:.3}.wellness-landing .landing-editor__title{font-size:2.5rem;line-height:1.1;margin-bottom:32px}@media only screen and (min-width:992px){.wellness-landing .landing-editor__title{font-size:3.5rem}}.wellness-landing .landing-editor__title span{color:var(--primary-color)}.wellness-landing .landing-editor__text{font-size:1.125rem;color:var(--text-muted);line-height:1.8;margin-bottom:48px}.wellness-landing .landing-editor__text p{margin-bottom:16px}.wellness-landing .landing-editor__meta{display:flex;align-items:center;justify-content:space-between;gap:32px;padding-top:32px;border-top:1px solid rgba(0,0,0,.05)}.wellness-landing .landing-editor__name{font-weight:800;font-size:1.25rem;margin:0;color:var(--text-color)}.wellness-landing .landing-editor__role{color:var(--primary-color);font-weight:600;font-size:.875rem;margin:0}.wellness-landing .landing-editor__signature-wrap{max-width:140px}.wellness-landing .landing-editor__signature{width:100%;height:auto;opacity:.3;filter:grayscale(1) brightness(.5)}.wellness-landing .landing-editor__visual{flex:1;min-width:300px;position:relative}.wellness-landing .landing-editor__image-frame{position:relative;z-index:2}.wellness-landing .landing-editor__img{width:100%;border-radius:24px;box-shadow:0 20px 40px #00000014;aspect-ratio:4/5;-o-object-fit:cover;object-fit:cover;position:relative;z-index:2}.wellness-landing .landing-editor__deco-box{position:absolute;top:-32px;right:-32px;width:100%;height:100%;border:2px solid color-mix(in srgb,var(--primary-color),transparent 80%);border-radius:24px;z-index:1}.wellness-landing .landing-editor__exp-card{position:absolute;top:32px;left:-32px;background:#fff;padding:16px 24px;border-radius:16px;box-shadow:0 20px 40px #00000014;display:flex;align-items:center;gap:16px;z-index:10}@media only screen and (min-width:768px){.wellness-landing .landing-editor__exp-card{left:-48px;padding:24px 32px}}.wellness-landing .landing-editor__exp-icon{width:48px;height:48px;background:color-mix(in srgb,var(--primary-color),transparent 90%);color:var(--primary-color);border-radius:16px;display:flex;align-items:center;justify-content:center}.wellness-landing .landing-editor__exp-text{display:flex;flex-direction:column}.wellness-landing .landing-editor__exp-text strong{font-size:1.125rem;font-weight:800;color:var(--text-color)}.wellness-landing .landing-editor__exp-text span{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.wellness-landing .landing-editor__quote-box{position:absolute;bottom:-32px;right:0;background:var(--primary-color);color:#fff;padding:32px;border-radius:24px;box-shadow:0 20px 40px #00000014;max-width:300px;z-index:10}@media only screen and (min-width:768px){.wellness-landing .landing-editor__quote-box{right:-32px}}.wellness-landing .landing-editor__quote-box svg{margin-bottom:8px;opacity:.5}.wellness-landing .landing-editor__quote-box p{font-size:1.125rem;line-height:1.4;font-weight:600;margin:0;font-style:italic}.wellness-landing .community-strip{padding:32px 0;background:var(--primary-color);color:#fff}.wellness-landing .community-strip__inner{display:flex;flex-wrap:wrap;justify-content:space-around;gap:32px;text-align:center}.wellness-landing .community-strip__item{flex:1;min-width:150px}.wellness-landing .community-strip__number{font-size:2.5rem;font-weight:800;margin-bottom:4px;display:block}.wellness-landing .community-strip__label{font-weight:600;text-transform:uppercase;letter-spacing:.1em;opacity:.8}@keyframes bounce-slow{0%,to{transform:translateY(-8px)}50%{transform:translateY(0)}}
