@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);.fade-left,.fade-right,.fade-up{transition:opacity .8s,transform .8s;opacity:0}.btn-book-nav,.navbar__links a{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em}.mobile-menu__inner a:hover,.navbar__links a:hover,body{color:var(--foreground)}.about__title strong,.hero__title strong,.process__title strong,.section__heading strong,.services__title strong{font-weight:600}.footer__contact a,.footer__links a,.navbar__links a{transition:color .3s}:root{--font-inter:'Inter',sans-serif;--background:#ffffff;--foreground:#3c3c3c;--secondary:#eef1f9;--muted-foreground:#737373;--border:#d1d1d1;--accent:#b8c5ff;--radius:0rem}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-inter);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:0 0;font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.fade-up{transform:translateY(30px)}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-left{transform:translateX(-30px)}.fade-left.visible,.fade-right.visible{opacity:1;transform:translateX(0)}.fade-right{transform:translateX(30px)}.stagger-1{transition-delay:70ms}.stagger-2{transition-delay:0.14s}.stagger-3{transition-delay:0.21s}.stagger-4{transition-delay:0.28s}.stagger-5{transition-delay:0.35s}.stagger-6{transition-delay:0.42s}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;transition:background .5s,border-color .5s;border-bottom:1px solid transparent}.navbar.scrolled{background:rgba(255,255,255,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-color:var(--border)}.navbar__inner{display:flex;align-items:center;justify-content:space-between;height:64px}.navbar__logo img{height:38px;width:auto;margin-top:8px}.hero-optimized-img,.hero__bg img{height:100%;width:100%;object-fit:cover}.navbar__links{display:none;align-items:center;gap:1rem;list-style:none}.navbar__links a{color:#fff}.navbar__right{display:flex;align-items:center;gap:1rem}.btn-book-nav{display:none;align-items:center;padding:.625rem 1.5rem;background:#fff;color:#000;font-weight:500;transition:background .3s}.btn-book-nav:hover,.btn-primary:hover{background:rgba(60,60,60,.9)}.navbar__hamburger{display:flex;align-items:center;justify-content:center}.mobile-menu{display:none;background:var(--background);border-bottom:1px solid var(--border);overflow:hidden;max-height:0;transition:max-height .4s,opacity .4s;opacity:0}.mobile-menu.open{display:block;max-height:500px;opacity:1}.mobile-menu__inner{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.btn-primary,.mobile-menu__inner .btn-book-mobile{display:inline-flex;align-items:center;font-size:.75rem;text-transform:uppercase;font-weight:500}.mobile-menu__inner a{font-size:.875rem;letter-spacing:.15em;text-transform:uppercase;color:var(--muted-foreground);transition:color .3s}.mobile-menu__inner .btn-book-mobile{margin-top:.5rem;justify-content:center;padding:.75rem 1.5rem;background:var(--foreground);color:var(--background);letter-spacing:.15em}.hero{position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden;background:var(--secondary)}.hero__bg,.hero__overlay,.hero__overlay-mobile,.page-hero-full__bg{position:absolute;inset:0}.hero__bg img{object-position:70% 19%!important}.results__stars svg,.testimonials__nav-btn svg{width:16px;height:16px}.hero__overlay{background:linear-gradient(to right,rgba(0,0,0,.45) 0,rgba(0,0,0,.2) 60%,transparent 100%)}.hero__overlay-mobile{background:linear-gradient(to top,rgba(0,0,0,.4) 0,transparent 60%)}.hero__content{position:relative;z-index:10;width:100%;padding-bottom:5rem;padding-top:12rem}.hero__text,.services__list{max-width:36rem}.hero__title{font-size:clamp(3rem, 8vw, 6rem);font-weight:300;line-height:.95;letter-spacing:-.02em;color:#fff}.hero__subtitle{margin-top:3rem;font-size:1.05rem;color:#fff;line-height:1.7;max-width:20rem}.btn-outline:hover,.btn-primary{background:var(--foreground);color:var(--background)}@media (min-width:769px){.hero-optimized-img{object-position:70% 50%}}.hero__cta{margin-top:2.5rem;display:flex;flex-direction:column;gap:1rem}.btn-primary{justify-content:center;padding:1rem 2rem;letter-spacing:.2em;transition:background .3s}.btn-outline,.btn-outline-light{display:inline-flex;align-items:center;letter-spacing:.2em;font-weight:500;transition:background .3s,color .3s;font-size:.75rem;text-transform:uppercase}.btn-outline{justify-content:center;padding:1rem 2rem;border:1px solid var(--foreground);color:var(--foreground)}.btn-outline-light{justify-content:center;padding:1rem 2.5rem;border:1px solid #fff;color:#fff}.btn-outline-light:hover{background:#fff;color:var(--foreground)}.section{padding:3.5rem 0}.results,.section--bg-secondary,.services{background:var(--secondary)}.footer,.navbar.scrolled .btn-lang-switch:hover,.process,.section--bg-foreground{background:var(--foreground);color:#fff}.about,.pricing,.pricing__card{background:var(--background)}.section__heading{font-size:clamp(2rem, 4vw, 3.5rem);font-weight:300;line-height:1.1;color:var(--foreground)}.section__heading--light{color:#fff}.section__subtext{margin-top:1.5rem;color:var(--muted-foreground);line-height:1.7;max-width:36rem}.about__grid,.process__grid,.results__grid{display:grid;gap:4rem;align-items:center}.about__title,.pricing__title,.results__title,.services__title{font-size:clamp(2rem, 4vw, 3.25rem);font-weight:300;line-height:1.15;color:var(--foreground)}.about__body,.services__body{margin-top:2rem;color:var(--muted-foreground);line-height:1.7}.about__img{width:100%;aspect-ratio:4/3;object-fit:cover}.about__list{margin-top:2rem}.about__list-item{border-bottom:1px solid var(--border);padding:.875rem 0}.about__list-item p{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--foreground)}.services__grid{display:grid;gap:2rem;align-items:start}.services__body--small{margin-top:1.5rem;font-size:.875rem;color:var(--muted-foreground)}.services__list-item{border-bottom:1px solid var(--border);padding:1.25rem 0}.services__list-item p{font-size:.875rem;color:var(--foreground);line-height:1.6}.process__img{width:100%;aspect-ratio:1/1;object-fit:cover}.process__title,.testimonials__title{font-size:clamp(2rem, 4vw, 3.25rem);font-weight:300;line-height:1.15;color:#fff}.process__intro{margin-top:1.5rem;color:rgba(255,255,255,.6);line-height:1.7;margin-bottom:3rem}.process__steps{display:grid;gap:2rem}.process__step-num{font-size:3rem;font-weight:200;color:rgba(255,255,255,.2);line-height:1}.process__step-title{margin-top:.5rem;font-size:1.125rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#fff}.process__step-desc{margin-top:.5rem;color:rgba(255,255,255,.6);line-height:1.7}.pricing__header{text-align:center;margin-bottom:4rem}.pricing__title strong{font-weight:600}.pricing__subtitle{margin-top:1.5rem;color:var(--muted-foreground);max-width:28rem;margin-left:auto;margin-right:auto;line-height:1.7}.pricing__grid{display:grid;gap:1.5rem;max-width:1000px;margin:0 auto}.pricing__card{padding:2rem 2.5rem;border:1px solid var(--border);display:flex;flex-direction:column;transition:border-color .3s}.pricing__card--featured,.pricing__card-btn,.testimonials{background:var(--foreground)}.pricing__card:hover{border-color:rgba(60,60,60,.3)}.pricing__card--featured{border-color:var(--foreground);color:#fff}.pricing__card-label{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted-foreground)}.pricing__card--featured .pricing__card-label{color:rgba(255,255,255,.5)}.pricing__card-price{margin-top:1rem;font-size:clamp(2rem, 4vw, 3rem);font-weight:300;color:var(--foreground)}.pricing__card--featured .pricing__card-price{color:#fff}.pricing__card-desc{margin-top:1.5rem;font-size:.875rem;color:var(--muted-foreground);line-height:1.7;flex-grow:1}.pricing__card-btn,.pricing__card-note{font-size:.75rem;font-weight:500;text-transform:uppercase}.pricing__card--featured .pricing__card-desc{color:rgba(255,255,255,.7)}.pricing__card-note{margin-top:1rem;letter-spacing:.1em;color:var(--muted-foreground)}.pricing__card--featured .pricing__card-note{color:rgba(255,255,255,.5)}.pricing__card-btn{margin-top:2rem;display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;letter-spacing:.2em;transition:background .3s,color .3s;color:var(--background)}.footer__cta-title strong,.results__name,.results__title strong,.testimonials__title strong{font-weight:600}.pricing__card-btn:hover{background:rgba(60,60,60,.9)}.pricing__card--featured .pricing__card-btn{background:var(--background);color:var(--foreground)}.pricing__card--featured .pricing__card-btn:hover{background:rgba(255,255,255,.9)}.results__img{width:100%;aspect-ratio:4/3;object-fit:cover;height:auto!important}.results__body{margin-top:1.5rem;color:var(--muted-foreground);line-height:1.7}.results__testimonial{margin-top:2.5rem;padding-left:1.5rem;border-left:2px solid rgba(60,60,60,.2)}.results__stars{display:flex;gap:.25rem;margin-bottom:.75rem}.results__stars svg{fill:var(--foreground);color:var(--foreground)}.results__quote{font-style:italic;color:rgba(60,60,60,.8);line-height:1.7}.results__name{margin-top:1rem;font-size:.875rem;color:var(--foreground)}.testimonials{color:#fff;padding:4rem 0;overflow:hidden}.testimonials__header{text-align:center;margin-bottom:3rem}.testimonials__carousel{position:relative;max-width:48rem;margin:0 auto}.testimonials__slide{text-align:center;display:none}.testimonials__slide.active{display:block}.testimonials__stars{display:flex;justify-content:center;gap:.25rem;margin-bottom:2rem}.testimonials__stars svg{width:16px;height:16px;fill:#ffffff;color:#fff}.testimonials__quote{font-size:1rem;font-style:italic;color:rgba(255,255,255,.8);line-height:1.75;margin-bottom:2.5rem}.testimonials__name{font-size:1rem;font-weight:600;color:#fff;margin-bottom:1.5rem}.testimonials__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.testimonials__tag{font-size:.625rem;letter-spacing:.2em;text-transform:uppercase;padding:.375rem .75rem;border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.5)}.testimonials__nav{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:3rem}.testimonials__nav-btn{width:40px;height:40px;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#fff;transition:background .3s;cursor:pointer}.testimonials__nav-btn:hover{background:rgba(255,255,255,.1)}.testimonials__dots{display:flex;gap:.5rem;align-items:center}.testimonials__dot{width:6px;height:6px;border-radius:9999px;background:rgba(255,255,255,.3);cursor:pointer;transition:width .3s,background .3s;border:none}.btn-lang-switch,.footer__cta-btn{text-transform:uppercase;transition:background .3s,color .3s}.testimonials__dot.active{background:#fff;width:24px}.footer__cta{padding:5rem 0 7rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.footer__cta-title{font-size:clamp(2rem, 5vw, 4rem);font-weight:300;color:#fff;line-height:1.15}.footer__cta-btn{margin-top:2.5rem;display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;border:1px solid #fff;color:#fff;font-size:.75rem;letter-spacing:.2em;font-weight:500;border-radius:999px}.footer__cta-btn:hover{background:#fff;color:var(--foreground)}.footer__grid{display:grid;gap:3rem;padding:4rem 0}.footer__address,.footer__contact,.footer__contact a,.footer__links{gap:.75rem;display:flex}@media (min-width:640px){.btn-book-nav{display:inline-flex}.hero__cta{flex-direction:row}.footer__grid{grid-template-columns:1fr 1fr}}.footer__logo img{height:40px;width:auto;filter:invert(1)}.footer__tagline{margin-top:1rem;font-size:.875rem;color:rgba(255,255,255,.5)}.footer__col-title{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:1rem}.footer__address,.footer__contact a,.footer__links a{font-size:.875rem;color:rgba(255,255,255,.6)}.footer__links{list-style:none;flex-direction:column}.footer__links a:hover{color:#fff}.footer__contact{flex-direction:column}.footer__contact a{align-items:center}.footer__contact a:hover,.navbar .btn-book-nav:hover{color:#fff}.footer__contact svg{width:16px;height:16px;flex-shrink:0}.footer__address{align-items:flex-start;line-height:1.6}.footer__address svg{width:16px;height:16px;flex-shrink:0;margin-top:2px}.footer__appt{margin-top:.75rem;font-size:.75rem;color:rgba(255,255,255,.4)}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:2rem 0;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.footer__bottom p{font-size:.75rem;color:rgba(255,255,255,.3)}.numbered-grid{display:grid;grid-template-columns:140px 1fr;gap:4rem;align-items:start}body,html{overflow-x:hidden!important}.hero-img-mobile{display:none}.hero .btn-outline:hover,.hero .btn-primary{background:#fff!important;color:#000!important}.hero .btn-outline,.navbar.scrolled .btn-book-nav:hover{color:#fff!important}.hero .btn-outline{border-color:#fff!important}.btn-outline,.btn-outline-light,.btn-primary,.pricing__card-btn,a.btn-outline,a.btn-outline-light,a.btn-primary,section a[href],section button{border-radius:999px}.navbar.scrolled a{color:#737373!important}.blvd-booking-widget{left:-1px!important}.page-hero-full{position:relative;min-height:85vh;display:flex;align-items:flex-end;overflow:hidden}@media (min-width:1024px){.container{padding:0 3rem}.navbar__inner{height:80px}.navbar__logo img{height:48px;margin-top:8px}.navbar__links{display:flex}.hero,.page-hero-full{align-items:center}.hero__overlay-mobile{display:none}.hero__content{padding-bottom:0}.hero__subtitle{font-size:1.125rem}.section{padding:5rem 0}.about__grid,.process__grid,.results__grid,.services__grid{grid-template-columns:1fr 1fr;gap:6rem}.pricing__grid{grid-template-columns:repeat(3,1fr)}.testimonials{padding:6rem 0}.testimonials__quote{font-size:1.25rem}.footer__grid{grid-template-columns:repeat(4,1fr)}}.page-hero-full__bg img{width:100%;height:100%;object-fit:cover;object-position:center}.page-hero-full__overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.55) 0,rgba(0,0,0,.25) 60%,transparent 100%)}.page-hero-full__content{position:relative;z-index:10;width:100%;padding:10rem 0 5rem}.page-hero-full__title{font-size:clamp(2.5rem, 5vw, 4.5rem);font-weight:300;line-height:1.1;color:#fff}.page-hero-full__subtitle{margin-top:1.5rem;color:rgba(255,255,255,.8);line-height:1.7;max-width:480px;font-size:1.05rem}.navbar.scrolled .dark-logo,.white-logo{display:block!important}.dark-logo,.navbar.scrolled .white-logo{display:none!important}.navbar.scrolled .navbar__links a{color:var(--muted-foreground)!important}.navbar.scrolled .btn-book-nav{background:var(--foreground)!important;color:#fff!important}.navbar.scrolled .navbar__hamburger{color:var(--foreground)!important}.navbar.scrolled .navbar__hamburger svg{stroke:var(--foreground)!important}.page-hero-full__subtitle,.page-hero-full__title{opacity:1!important;transform:none!important}@media (max-width:768px){.hero-optimized-img{object-position:30% 20%}.hero__bg img{object-position:30% 20%!important}.numbered-grid{grid-template-columns:1fr!important;gap:.5rem!important}.numbered-grid>span:first-child{font-size:4rem!important;margin-bottom:0!important}.hero-img-desktop{display:none}.hero-img-mobile{display:block;object-position:30% 10%!important}.page-hero-full{min-height:92vh!important}.page-hero-full__content{padding-bottom:8rem!important}.process-hero-img{object-position:30% center!important}}@media(max-width:420px){.dark-logo,.white-logo{width:100px}}.btn-lang-switch{display:inline-flex;align-items:center;padding:.5rem 1rem;background:0 0;color:#fff;font-size:.7rem;letter-spacing:.15em;font-weight:500;border:1px solid #fff;border-radius:999px;cursor:pointer;margin-right:.75rem}.btn-lang-switch:hover{background:#fff;color:#000}.navbar.scrolled .btn-lang-switch{color:var(--foreground);border-color:var(--foreground)}@media (min-width:640px){.footer__bottom{flex-direction:row;justify-content:space-between;text-align:left}.btn-lang-switch{display:inline-flex}}