@import"https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&family=Manrope:wght@300;400;500;600;700&display=swap";.cookie-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:9999;display:grid;gap:1rem;background:#fbfaf8fa;border:1px solid var(--border);border-radius:calc(var(--radius) + .25rem);box-shadow:0 20px 40px -28px #1f242e8c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1rem}.cookie-banner__content{display:flex;flex-direction:column;gap:.375rem}.cookie-banner__title{font-family:Sora,sans-serif;font-size:1rem;font-weight:600;color:var(--foreground)}.cookie-banner__description{font-size:.9rem;line-height:1.45;color:var(--muted-foreground)}.cookie-banner__actions{display:flex;flex-wrap:wrap;gap:.625rem}.cookie-btn{border:1px solid transparent;border-radius:9999px;padding:.625rem 1rem;font-family:Manrope,sans-serif;font-size:.9rem;font-weight:600;line-height:1;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.cookie-btn:focus-visible{outline:none;box-shadow:0 0 0 2px #39d0c159}.cookie-btn--primary{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.cookie-btn--primary:hover{background:#2fc6b7;border-color:#2fc6b7}.cookie-btn--secondary{background:var(--deep-purple);border-color:var(--deep-purple);color:var(--primary-foreground)}.cookie-btn--secondary:hover{background:#36204b;border-color:#36204b}.cookie-btn--ghost{background:transparent;border-color:var(--border);color:var(--foreground)}.cookie-btn--ghost:hover{background:#f0eeea}.cookie-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:grid;place-items:center;padding:1rem;background:#1f242e80}.cookie-modal__panel{width:min(100%,34rem);border-radius:calc(var(--radius) + .25rem);border:1px solid var(--border);background:var(--background);box-shadow:0 24px 40px -28px #1f242eb3;max-height:calc(100vh - 2rem);overflow:auto;padding:1.25rem}.cookie-modal__header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.cookie-modal__header h2{margin:0;font-family:Sora,sans-serif;font-size:1.25rem;color:var(--foreground)}.cookie-modal__header p{color:var(--muted-foreground);line-height:1.45;font-size:.95rem}.cookie-modal__form{display:flex;flex-direction:column;gap:.75rem}.cookie-category{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid var(--border);border-radius:var(--radius);padding:.75rem .875rem;background:#f9f8f6e6}.cookie-category__text{font-size:.95rem;font-weight:600;color:var(--foreground)}.cookie-category__checkbox{width:1.125rem;height:1.125rem;accent-color:var(--primary);cursor:pointer}.cookie-category__checkbox:focus-visible{outline:2px solid hsl(174 62% 52% / .45);outline-offset:2px}.cookie-category__checkbox:disabled{cursor:not-allowed}.cookie-modal__actions{margin-top:.25rem;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.625rem}.youtube-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:var(--radius);background:#141b29}.youtube-placeholder__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.youtube-placeholder__poster--fallback{background:radial-gradient(circle at 20% 20%,hsl(174 62% 52% / .28),transparent 42%),radial-gradient(circle at 78% 78%,hsl(270 40% 25% / .45),transparent 46%),#141b29}.youtube-placeholder__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#151c2826,#0d121c59),radial-gradient(circle at center,transparent 0%,hsl(220 30% 6% / .45) 100%)}.youtube-placeholder__content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem}.youtube-play-consent{width:5rem;height:3.5rem;border:0;border-radius:1rem;background:#ff1428;cursor:pointer;display:grid;place-items:center;box-shadow:0 16px 30px -18px #ff1428cc;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.youtube-play-consent:hover{transform:translateY(-1px) scale(1.02);background:#f50014;box-shadow:0 18px 32px -18px #ff0015e6}.youtube-play-consent:focus-visible{outline:2px solid hsl(174 62% 52% / .9);outline-offset:3px}.youtube-play-consent__icon{margin-left:.2rem;width:0;height:0;border-top:.65rem solid transparent;border-bottom:.65rem solid transparent;border-left:1.05rem solid hsl(0 0% 100%)}.youtube-play-consent__label{margin:0;max-width:22rem;text-align:center;font-family:Manrope,sans-serif;font-weight:700;color:#f3f1ed;text-shadow:0 1px 12px hsl(220 35% 8% / .8);font-size:1rem;line-height:1.25}@media (min-width: 640px){.cookie-banner{left:50%;right:auto;width:min(100% - 2rem,64rem);transform:translate(-50%);padding:1.25rem}.cookie-banner__actions{justify-content:flex-end}.cookie-modal__panel{padding:1.5rem}}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .3s}.navbar--scrolled{background:#fbfaf8f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 2px #1f242e14}.navbar__inner{display:flex;align-items:center;justify-content:space-between;height:4rem}.navbar__logo{display:flex;align-items:center;gap:.625rem;flex-shrink:0}.navbar__logo img{width:2.5rem;height:2.5rem;border-radius:9999px;-o-object-fit:cover;object-fit:cover}.navbar__brand{font-family:Sora,sans-serif;font-weight:600;color:var(--dark-section-foreground);font-size:.875rem;display:none}.navbar--scrolled .navbar__brand{color:#29303df2}.navbar__desktop{display:none;align-items:center;gap:1.5rem}.navbar__link{font-size:.875rem;font-weight:500;color:#ebe7e0b3;transition:color .2s}.navbar--scrolled .navbar__link{color:#29303de0}.navbar__link:hover{color:var(--primary)}.lang{display:flex;align-items:center;gap:.25rem;border:1px solid var(--border);border-radius:9999px;padding:.125rem .25rem;font-size:.75rem;font-weight:500;background-color:var(--background-opacity)}.lang button{border:0;background:none;cursor:pointer;border-radius:9999px;transition:color .2s,background .2s}.lang--desktop button{padding:.25rem .625rem}.lang--mobile button{padding:.125rem .5rem}.lang .active{background:var(--primary);color:var(--primary-foreground)}.lang .inactive{color:var(--foreground)}.lang .inactive:hover{color:var(--muted-foreground)}.navbar__call{display:inline-flex;align-items:center;gap:.5rem;background:var(--deep-purple);color:var(--primary-foreground);padding:.5rem 1.25rem;border-radius:9999px;font-size:.875rem;font-weight:600}.navbar__mobile{display:flex;align-items:center;gap:.75rem}.navbar__hamburger{padding:.5rem;background:none;border:0;color:var(--dark-section-foreground)}.navbar__menu{background:#fbfaf8fa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.navbar__menu-link{display:block;font-size:1rem;font-weight:500;color:var(--foreground);transition:color .2s}.navbar__menu-link:hover{color:var(--primary)}.navbar__menu-call{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;gap:.5rem;background:var(--deep-purple);color:var(--primary-foreground);padding:.625rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-top:.5rem}@media (min-width:640px){.navbar__inner{height:5rem}.navbar__logo img{width:3rem;height:3rem}.navbar__brand{font-size:1rem;display:block}}@media (min-width:1024px){.navbar__desktop{display:flex}.navbar__mobile,.navbar__menu{display:none}.navbar__inner{height:5rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding-top:5rem}.hero__bg,.hero__bg img,.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero__overlay{background:linear-gradient(to right,#171c26f2,#171c26cc,#171c2680)}.hero__rings .halo-ring-1{top:-5rem;right:-5rem}.hero__rings .halo-ring-2{top:25%;left:-10rem}.hero__rings .halo-ring-3{bottom:5rem;right:25%}.hero__content{position:relative;z-index:10;width:100%}.hero__grid{display:grid;gap:2rem;align-items:center}.hero__text{display:flex;flex-direction:column;gap:1.5rem}.hero__kicker{display:block;font-family:Sora,sans-serif;font-size:.9rem;letter-spacing:.25em;font-weight:600;color:var(--primary);margin-bottom:.75rem}.hero__title{font-family:Sora,sans-serif;font-size:2.25rem;font-weight:700;color:var(--dark-section-foreground);line-height:1.2}.hero__subtitle{font-size:1.125rem;color:#ebe7e0b3;max-width:36rem;line-height:1.625}.hero__cta{display:flex;flex-wrap:wrap;gap:.75rem}.hero__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:9999px;font-weight:600}.hero__btn--primary{background:var(--deep-purple);color:var(--primary-foreground)}.hero__btn--secondary{border:2px solid hsl(40 20% 90%/.2);color:var(--dark-section-foreground);transition:.2s}.hero__btn--secondary:hover{border-color:var(--primary);color:var(--primary)}.hero__chips{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:.5rem}.hero__profile-wrap{display:flex;justify-content:center}.hero__profile{position:relative}.hero__profile-orbit{position:absolute;top:-2rem;right:-2rem;bottom:-2rem;left:-2rem}.hero__profile-orbit-1,.hero__profile-orbit-2{position:absolute;width:100%;height:100%;border-radius:9999px}.hero__profile-orbit-1{border:2px solid hsl(174 62% 52%/.2);animation:float-slow 10s ease-in-out infinite}.hero__profile-orbit-2{border:1px solid hsl(174 62% 52%/.1);transform:scale(1.1);animation:float-slower 14s ease-in-out infinite}.hero__profile img{position:relative;z-index:10;width:18rem;height:18rem;-o-object-fit:cover;object-fit:cover;border-radius:100%;box-shadow:0 25px 50px -12px #00000040}.hero__name{position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%);z-index:20;background:var(--deep-purple);color:var(--deep-purple-foreground);padding:.5rem 1.25rem;border-radius:9999px;font-size:.875rem;font-family:Sora,sans-serif;font-weight:600;white-space:nowrap;box-shadow:0 10px 15px -3px #0000001a}@media (min-width:768px){.hero__rings{display:block}}@media (max-width:767px){.hero__rings .halo-ring{display:none}}@media (min-width:640px){.hero__title{font-size:3rem}.hero__subtitle{font-size:1.25rem}.hero__kicker{font-size:1.4rem}.hero__cta{gap:1rem}.hero__chips{gap:.75rem}.hero__profile img{width:22rem;height:22rem}}@media (min-width:1024px){.hero__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:3rem}.hero__text{grid-column:span 3}.hero__profile-wrap{grid-column:span 2;justify-content:flex-end}.hero__title{font-size:3.75rem}.hero{padding-top:5rem}.hero__profile img{width:26rem;height:26rem}}@media (max-width:1024px){.hero{padding-top:5rem;padding-bottom:5rem}}.section{position:relative;overflow:hidden;padding:5rem 0}.section--warm{background:var(--warm-bg)}.section__title{text-align:center;margin-bottom:3rem}.section__heading{font-family:Sora,sans-serif;font-size:1.875rem;font-weight:700;color:var(--foreground)}.section__heading-dark{color:var(--dark-section-foreground)}.section__line{width:6rem;margin:1.5rem auto 0}.help-grid{display:grid;gap:1.5rem}.help-card{background:var(--background);border-radius:1rem;padding:1.5rem;border:1px solid hsl(40 15% 88%/.5);box-shadow:0 1px 2px #0000000d}.help-icon{width:3.5rem;height:3.5rem;border-radius:.75rem;background:#39d0c11a;display:flex;align-items:center;justify-content:center;color:var(--primary);margin-bottom:1.25rem}.help-title{font-family:Sora,sans-serif;font-weight:600;font-size:1.125rem;color:var(--foreground);margin-bottom:.75rem}.help-desc{font-size:.875rem;color:var(--muted-foreground);line-height:1.625}.approach-quote{position:relative;background:#ffffff0d;border-radius:1rem;padding:2rem;margin-bottom:3rem;border:1px solid rgb(255 255 255/.1)}.approach-quote svg{position:absolute;top:1rem;left:1rem;color:#39d0c14d}.approach-quote p{font-size:1.125rem;line-height:1.625;font-style:italic;padding-left:2rem}.approach-quote footer{margin-top:1rem;padding-left:2rem;font-size:.875rem;color:var(--primary);font-weight:500}.approach-list{display:flex;flex-direction:column;gap:1rem}.approach-list li{display:flex;gap:.75rem;align-items:flex-start}.approach-dot{margin-top:.25rem;width:.5rem;height:.5rem;background:var(--primary);border-radius:9999px;flex-shrink:0}.services-list{display:flex;flex-direction:column;gap:.75rem}.services-item{border:1px solid hsl(40 15% 88%/.6);border-radius:.75rem;overflow:hidden}.services-button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;text-align:left;border:0;background:none;cursor:pointer;transition:background .2s}.services-button:hover{background:#f0eeea80}.services-arrow{width:1.25rem;height:1.25rem;color:var(--primary);transition:transform .3s}.services-arrow.open{transform:rotate(180deg)}.services-desc{padding:0 1.5rem 1.25rem;color:var(--muted-foreground);line-height:1.625}.pilates-grid{display:grid;gap:3rem;align-items:center}.pilates-content{display:flex;flex-direction:column;gap:1.5rem}.pilates-text{font-size:1.125rem;color:#ebe7e0cc;line-height:1.625}.pilates-video{width:100%;margin-inline:auto}.about-grid{display:grid;gap:2.5rem;align-items:center}.about-image-wrap{display:flex;justify-content:center}.about-image-shell{position:relative}.about-orbit{position:absolute;top:-1.5rem;right:-1.5rem;bottom:-1.5rem;left:-1.5rem;border-radius:9999px;border:2px solid hsl(174 62% 52%/.15);animation:float-slow 12s ease-in-out infinite}.about-image{width:16rem;height:18rem;-o-object-fit:cover;object-fit:cover;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a}.about-badge{position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%);background:var(--secondary);color:var(--secondary-foreground);padding:.5rem 1.25rem;border-radius:9999px;font-size:.875rem;font-family:Sora,sans-serif;font-style:italic;font-weight:600;white-space:nowrap;box-shadow:0 10px 15px -3px #0000001a}.locations-map{position:relative;background:#4026590d;border:1px solid hsl(40 15% 88%/.5);border-radius:1.5rem;overflow:hidden;aspect-ratio:16/9}.locations-map img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.locations-map svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.locations-map img,.locations-map svg{z-index:0}.location-pin{position:absolute;z-index:1;display:flex;flex-direction:column;align-items:center;transform:translate(-50%,-100%)}.location-pulse{position:absolute;top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem;border-radius:9999px;background:#39d0c133;animation:ping 3s cubic-bezier(0,0,.2,1) infinite}.location-dot{position:relative;width:1rem;height:1rem;border-radius:9999px;background:var(--primary);border:2px solid var(--primary-foreground);box-shadow:0 10px 15px -3px #0000001a}.location-label{background:#fbfaf8e6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid hsl(40 15% 88%/.6);border-radius:.5rem;padding:.25rem .5rem;box-shadow:0 4px 6px -1px #0000001a;white-space:nowrap}.location-label p{font-family:Sora,sans-serif;font-size:10px;font-weight:600}.locations-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem}.locations-chip{background:var(--background);border:1px solid hsl(40 15% 88%/.5);border-radius:1rem;padding:.75rem 1.25rem;display:flex;align-items:center;gap:.5rem;box-shadow:0 1px 2px #0000000d}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@media (min-width:640px){.section{padding:7rem 0}.section__heading{font-size:2.25rem}.help-card{padding:2rem}.approach-quote{padding:2.5rem}.approach-quote p,.approach-quote footer{padding-left:3rem}.about-image{width:18rem;height:20rem}.location-dot{width:1.25rem;height:1.25rem}.location-label{padding:.375rem .75rem}.location-label p{font-size:.75rem}.help-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.help-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.pilates-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem}.about-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:4rem}.about-image-wrap{grid-column:span 2}.about-text{grid-column:span 3}.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.contact{position:relative;overflow:hidden}.contact__split{position:relative}.contact__bg-dark{position:absolute;top:0;right:0;bottom:0;left:0}.contact__bg-light{position:absolute;top:0;right:0;bottom:0;width:100%;background:var(--background);border-top-left-radius:3rem;border-bottom-left-radius:3rem;display:none}.contact__container{position:relative;z-index:10}.contact__grid{display:grid;align-items:stretch;min-height:600px}.contact__left{padding:5rem 0;padding-right:0;display:flex;flex-direction:column;gap:2rem}.contact__label{color:var(--primary);font-weight:600;font-size:.875rem;letter-spacing:.05em}.contact__title{font-family:Sora,sans-serif;font-size:1.875rem;font-weight:700;margin-top:.75rem;color:var(--dark-section-foreground)}.contact__subtitle{margin-top:.75rem;font-size:1.125rem;color:#ebe7e099}.contact__list{display:flex;flex-direction:column;gap:1.25rem}.contact__item{display:flex;align-items:center;gap:1rem}.contact__icon{width:3rem;height:3rem;border-radius:9999px;background:#ffffff0d;border:1px solid rgb(255 255 255/.1);display:flex;align-items:center;justify-content:center;color:var(--primary);transition:background .2s}.contact__item:hover .contact__icon{background:#39d0c11a}.contact__meta-label{font-size:.875rem;color:#ebe7e080}.contact__meta-value{font-weight:600;color:var(--dark-section-foreground);transition:color .2s}.contact__item:hover .contact__meta-value{color:var(--primary)}.contact__social{display:flex;gap:.75rem;padding-top:.5rem}.contact__social a{width:2.75rem;height:2.75rem;border-radius:9999px;background:#ffffff0d;border:1px solid rgb(255 255 255/.1);display:flex;align-items:center;justify-content:center;color:#ebe7e080;transition:.2s}.contact__social a:hover{color:var(--primary);border-color:#39d0c14d}.contact__right{padding:5rem 0}.contact__form{background:var(--background);border-radius:1.5rem;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.contact__field label{display:block;font-size:.875rem;font-weight:500;color:var(--foreground);margin-bottom:.5rem}.contact__field input,.contact__field textarea{width:100%;padding:.875rem 1rem;border-radius:.75rem;background:var(--muted);border:1px solid var(--border);color:var(--foreground)}.contact__field input::-moz-placeholder,.contact__field textarea::-moz-placeholder{color:var(--muted-foreground)}.contact__field input::placeholder,.contact__field textarea::placeholder{color:var(--muted-foreground)}.contact__field input:focus,.contact__field textarea:focus{outline:0;border-color:#39d0c166;box-shadow:0 0 0 2px #39d0c166}.contact__field textarea{resize:none}.footer{background:#261736;padding:3rem 0;position:relative}.footer__inner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.5rem}.footer__logo{display:flex;align-items:center;gap:1rem}.footer__logo img{height:8rem;width:auto;border-radius:.5rem}.footer__text{text-align:center}.footer__rights{font-size:.875rem;color:#fbfaf899}.footer__content{margin-top:2px;margin-bottom:8px}.footer__credit-link{color:#fbfaf899;text-decoration:none}.footer__credit-link:hover{color:var(--primary)}.footer__domain{font-size:.75rem;color:#fbfaf866}.footer__meta{margin-top:.35rem;display:inline-flex;align-items:center;gap:.75rem}.footer__cookies-button{border:0;padding:0;background:transparent;color:#fbfaf899;font:inherit;font-size:.75rem;cursor:pointer;text-decoration:none;text-underline-offset:2px}.footer__cookies-button:hover{color:var(--primary)}.footer__cookies-button:focus-visible{outline:2px solid hsl(174 62% 52%/.5);outline-offset:2px;border-radius:.125rem}.notfound{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--muted)}.notfound__content{text-align:center}.notfound__title{margin-bottom:1rem;font-size:2.25rem;font-weight:700}.notfound__subtitle{margin-bottom:1rem;font-size:1.25rem;color:var(--muted-foreground)}.notfound__link{color:var(--primary);text-decoration:underline}.notfound__link:hover{color:#39d0c1e6}@media (min-width:640px){.contact__left,.contact__right{padding:7rem 0}.contact__title{font-size:2.25rem}.contact__form{padding:2.5rem}.footer__inner{flex-direction:row}.footer__text{text-align:right}.footer__meta{justify-content:flex-end}}@media (min-width:1024px){.contact__bg-light{display:block;width:50%}.contact__left{padding-right:3rem}.contact__right{padding-left:3rem}.contact__form{background:transparent;border-radius:0;padding:0}}.contact__submit{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;gap:.5rem;background:var(--primary);color:var(--primary-foreground);padding:.875rem 2rem;border-radius:9999px;font-size:1rem;font-weight:600;border:0;cursor:pointer}.contact__form-success{margin-top:-.5rem;font-size:.95rem;font-weight:600;color:#209760}.contact__form-error{margin-top:-.5rem;font-size:.95rem;font-weight:600;color:#c52020}:root{--background: hsl(40 30% 98%);--background-opacity: hsl(40 30% 98% / .5);--foreground: hsl(220 20% 15%);--card: hsl(40 20% 97%);--card-foreground: hsl(220 20% 15%);--popover: hsl(40 30% 98%);--popover-foreground: hsl(220 20% 15%);--primary: hsl(174 62% 52%);--primary-foreground: hsl(0 0% 100%);--secondary: hsl(270 40% 25%);--secondary-foreground: hsl(0 0% 100%);--muted: hsl(40 15% 93%);--muted-foreground: hsl(220 10% 45%);--accent: hsl(58 30% 49%);--accent-foreground: hsl(220 20% 15%);--border: hsl(40 15% 88%);--radius: .75rem;--deep-purple: hsl(270 40% 25%);--deep-purple-foreground: hsl(0 0% 100%);--warm-bg: hsl(40 30% 96%);--dark-section: hsl(220 35% 12%);--dark-section-foreground: hsl(40 20% 90%)}*{box-sizing:border-box;border-color:var(--border)}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:Manrope,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Sora,sans-serif;margin:0}p{margin:0}a{color:inherit;text-decoration:none}.container-7xl{max-width:80rem;margin:0 auto;padding:0 1rem}.container-6xl{max-width:72rem;margin:0 auto;padding:0 1rem}.container-5xl{max-width:64rem;margin:0 auto;padding:0 1rem}.container-4xl{max-width:56rem;margin:0 auto;padding:0 1rem}@media (min-width:640px){.container-7xl,.container-6xl,.container-5xl,.container-4xl{padding:0 1.5rem}}@media (min-width:1024px){.container-7xl,.container-6xl,.container-5xl,.container-4xl{padding:0 2rem}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:translateY(0)}@keyframes float-slow{0%,to{transform:translate(0) scale(1)}33%{transform:translate(10px,-15px) scale(1.02)}66%{transform:translate(-8px,10px) scale(.98)}}@keyframes float-slower{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-15px,20px) rotate(5deg)}}.halo-ring{position:absolute;border-radius:50%;border:1.5px solid hsl(174 62% 52%/.15);pointer-events:none}.halo-ring-1{width:300px;height:300px;animation:float-slow 12s ease-in-out infinite}.halo-ring-2{width:450px;height:450px;animation:float-slower 18s ease-in-out infinite}.halo-ring-3{width:200px;height:200px;border-color:#40265914;animation:float-slow 15s ease-in-out infinite reverse}.meridian-line{height:1px;background:linear-gradient(90deg,transparent 0%,hsl(174 62% 52%/.2) 20%,hsl(174 62% 52%/.4) 50%,hsl(174 62% 52%/.2) 80%,transparent 100%)}.card-lift{transition:transform .3s ease,box-shadow .3s ease}.card-lift:hover{transform:translateY(-4px);box-shadow:0 12px 40px -12px #39d0c133}.cta-glow{position:relative;overflow:hidden;transition:box-shadow .3s ease}.cta-glow:hover{box-shadow:0 0 24px #39d0c1e6}.cta-glow-purple{position:relative;overflow:hidden;transition:box-shadow .3s ease}.cta-glow-purple:hover{box-shadow:0 0 24px #402659e6}.trust-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .875rem;border-radius:9999px;font-size:.8125rem;font-weight:500;background:#39d0c10d;color:#39d0c1e6;border:1px solid hsl(174 62% 52%/.2)}.dark-section{background:var(--dark-section);color:var(--dark-section-foreground)}.dark-section .meridian-line{background:linear-gradient(90deg,transparent 0%,hsl(174 62% 52%/.15) 20%,hsl(174 62% 52%/.3) 50%,hsl(174 62% 52%/.15) 80%,transparent 100%)}.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--radius)}.video-container iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;border-radius:var(--radius)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .4s ease}.accordion-content.open{max-height:500px}@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none;transition:none}.halo-ring{animation:none!important}}.trust-chip--link{text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.trust-chip--link:hover{background:#39d0c11f;border-color:#39d0c173;color:#39d0c1}
