.header{z-index:1000;-webkit-backdrop-filter:blur(20px);-webkit-user-select:none;user-select:none;background:#f5f3efe6;padding:16px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:all .3s;position:fixed;top:0;left:0;right:0}.header--scrolled{box-shadow:0 4px 30px #0000000f}@media (min-width:768px){.header{padding:20px 40px}}.header__inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.header__logo{align-items:center;text-decoration:none;display:flex}.header__logo img{height:auto;max-height:40px}.header__nav{align-items:center;display:flex}@media (max-width:768px){.header__nav{display:none}}.header__nav-link{color:#2d5a4a;background:#f5f3efe6;border:2px solid #4972634d;padding:10px 24px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;position:relative;transform:skew(-10deg)translate(0);box-shadow:4px 4px #2d5a4a33,8px 8px #2d5a4a1a}.header__nav-link span{display:inline-block;transform:skew(10deg)}.header__nav-link:hover{background:#2d5a4a1a;border-color:#2d5a4a66;transform:skew(-10deg)translate(2px,2px);box-shadow:2px 2px #2d5a4a40,4px 4px #2d5a4a26}.header__nav-link:active{transform:skew(-10deg)translate(4px,4px);box-shadow:0 0 #2d5a4a4d,2px 2px #2d5a4a33}.header__dropdown{position:relative}.header__dropdown:hover .header__dropdown-menu{opacity:1;visibility:visible;transition:opacity .25s,visibility .25s,transform .25s;transform:translateY(0)}.header__dropdown:hover .header__dropdown-chevron{transform:skew(10deg)rotate(180deg)}.header__nav-link--dropdown{cursor:pointer;appearance:none;outline:none;align-items:center;gap:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:inline-flex}.header__dropdown-chevron{flex-shrink:0;transition:transform .3s;display:inline-block;transform:skew(10deg)}.header__dropdown-menu{-webkit-backdrop-filter:blur(20px);opacity:0;visibility:hidden;z-index:100;background:#f5f3eff7;border:2px solid #49726333;border-radius:12px;min-width:220px;padding:8px 0;transition:opacity 0s .3s,visibility 0s .3s,transform 0s .3s;position:absolute;top:calc(100% + 8px);transform:translateY(-8px)translate(-50%);box-shadow:0 8px 32px #00000014,0 2px 8px #0000000a}.header__dropdown-menu:before{content:"";background:#f5f3eff7;border-top:2px solid #49726333;border-left:2px solid #49726333;width:12px;height:12px;position:absolute;top:-7px;left:50%;transform:translate(-50%)rotate(45deg)}.header__dropdown-item{color:#2d5a4a;white-space:nowrap;align-items:center;gap:12px;padding:10px 20px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.header__dropdown-item svg{opacity:.7;flex-shrink:0;transition:opacity .2s}.header__dropdown-item:hover{background:#2d5a4a14}.header__dropdown-item:hover svg{opacity:1}.header__dropdown-item:first-child{border-radius:8px 8px 0 0}.header__dropdown-item:last-child{border-radius:0 0 8px 8px}.header__dropdown-item--active{background:#2d5a4a1f;font-weight:600;position:relative}.header__dropdown-item--active:before{content:"";background:#2d5a4a;border-radius:0 2px 2px 0;width:3px;height:60%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.header__dropdown-item--active svg{opacity:1;color:#2d5a4a}.header__dropdown-item--disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.header__dropdown-item--disabled svg{opacity:.3}.header__dropdown-item--disabled:hover{background:0 0}.header__dropdown-item--disabled:hover svg{opacity:.3}.header__cta{color:#fff;background:#2d5a4a;border-radius:100px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s}.header__cta:hover{background:#3d7a64;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.beauty-salon{background:#f8f6f2;min-height:100vh;padding-top:84px;overflow-x:hidden}.beauty-salon-hero{justify-content:center;align-items:center;min-height:calc(100vh - 84px);display:flex;position:relative;overflow:hidden}.beauty-salon-hero__bg{z-index:0;position:absolute;inset:0}.beauty-salon-hero__bg img{object-fit:cover;object-position:center;filter:brightness(.25);-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%}.beauty-salon-hero__overlay{z-index:1;background:linear-gradient(#0000004d 0%,#2d5a4a80 50%,#2d5a4abf 100%);position:absolute;inset:0}.beauty-salon-hero__content{z-index:2;text-align:center;max-width:820px;padding:3rem 1.5rem;animation:.9s ease-out fadeInUp;position:relative}.beauty-salon-hero__badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;letter-spacing:.05em;background:#ffffff26;border:1px solid #ffffff40;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;animation:1s ease-out .3s both fadeIn;display:inline-flex}.beauty-salon-hero__title{color:#fff;text-shadow:0 2px 20px #0003;margin-bottom:1.5rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,5vw,3.75rem);font-weight:700;line-height:1.2}.beauty-salon-hero__title span{color:#a8e6cf}.beauty-salon-hero__subtitle{color:#ffffffe6;max-width:640px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.75;animation:1s ease-out .5s both fadeIn}.beauty-salon-hero__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;animation:.9s ease-out .6s both fadeInUp;display:flex}.beauty-salon-hero__cta{color:#2d5a4a;cursor:pointer;background:#fff;border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:1rem 3rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s ease-in-out;display:inline-flex;box-shadow:0 4px 24px #00000026}.beauty-salon-hero__cta:hover{background:#f0fff5;transform:translateY(-2px);box-shadow:0 8px 32px #0003}.beauty-salon-hero__cta--outline{color:#fff;box-shadow:none;background:0 0;border:2px solid #ffffff80}.beauty-salon-hero__cta--outline:hover{box-shadow:none;background:#ffffff1a;border-color:#fffc}.beauty-salon-hero__scroll-hint{z-index:2;color:#ffffffb3;flex-direction:column;align-items:center;gap:.25rem;font-size:.875rem;animation:1.2s ease-out 1s both fadeIn;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.beauty-salon-hero__scroll-hint-arrow{border-bottom:2px solid #fff9;border-right:2px solid #fff9;width:24px;height:24px;transform:rotate(45deg)}@media (max-width:767px){.beauty-salon-hero{min-height:80vh}.beauty-salon-hero__cta{padding:1rem 2rem;font-size:1rem}}@media (max-width:639px){.beauty-salon-hero{min-height:70vh}.beauty-salon-hero__actions{flex-direction:column}.beauty-salon-hero__scroll-hint{display:none}}.beauty-salon-features{background:#fff;padding:6rem 0}.beauty-salon-features__container{max-width:1480px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.beauty-salon-features__header{text-align:center;margin-bottom:4rem;animation:.7s ease-out fadeInUp}.beauty-salon-features__label{color:#2d5a4a;letter-spacing:.05em;text-transform:uppercase;background:#2d5a4a14;border-radius:9999px;margin-bottom:1rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.beauty-salon-features__title{color:#2a2520;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.875rem,4vw,3rem);font-weight:700;line-height:1.2}.beauty-salon-features__title span{color:#2d5a4a}.beauty-salon-features__subtitle{color:#6b6560;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.75}.beauty-salon-features__grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media (max-width:1023px){.beauty-salon-features__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:639px){.beauty-salon-features__grid{grid-template-columns:1fr}}.beauty-salon-features__card{background:#fafaf8;border:1px solid #2a25201a;border-radius:1.5rem;padding:3rem 2rem;transition:all .3s ease-in-out;position:relative;overflow:hidden}.beauty-salon-features__card:before{content:"";transform-origin:0;background:linear-gradient(135deg,#2d5a4a 0%,#3d7a64 100%);height:4px;transition:transform .3s ease-in-out;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.beauty-salon-features__card:hover{border-color:#2d5a4a33;transform:translateY(-4px);box-shadow:0 10px 15px #2a252026}.beauty-salon-features__card:hover:before{transform:scaleX(1)}.beauty-salon-features__card:hover .beauty-salon-features__card-icon{color:#fff;background:#2d5a4a}.beauty-salon-features__card-icon{color:#2d5a4a;background:#2d5a4a1a;border-radius:1rem;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;font-size:24px;transition:all .3s ease-in-out;display:flex}.beauty-salon-features__card-icon svg{width:28px;height:28px}.beauty-salon-features__card-title{color:#2a2520;margin-bottom:.5rem;font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:600}.beauty-salon-features__card-desc{color:#6b6560;font-size:1rem;line-height:1.75}.beauty-salon-showcase{background:#f8f6f2;padding:6rem 0}.beauty-salon-showcase__container{max-width:1480px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.beauty-salon-showcase__header{text-align:center;margin-bottom:4rem}.beauty-salon-showcase__label{color:#2d5a4a;letter-spacing:.05em;text-transform:uppercase;background:#2d5a4a14;border-radius:9999px;margin-bottom:1rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.beauty-salon-showcase__title{color:#2a2520;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.875rem,4vw,3rem);font-weight:700;line-height:1.2}.beauty-salon-showcase__steps{flex-direction:column;gap:4rem;display:flex}.beauty-salon-showcase__step{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.beauty-salon-showcase__step:nth-child(2n){direction:rtl}.beauty-salon-showcase__step:nth-child(2n)>*{direction:ltr}@media (max-width:767px){.beauty-salon-showcase__step{grid-template-columns:1fr}.beauty-salon-showcase__step:nth-child(2n){direction:ltr}}.beauty-salon-showcase__step-visual{background:#fff;border:1px solid #2a25201a;border-radius:2rem;padding:3rem;position:relative;overflow:hidden;box-shadow:0 4px 6px #2a25201f}.beauty-salon-showcase__step-visual:after{content:"";background:linear-gradient(135deg,#2d5a4a 0%,#3d7a64 100%);height:3px;position:absolute;top:0;left:0;right:0}.beauty-salon-showcase__step-mockup{flex-direction:column;gap:1rem;display:flex}.beauty-salon-showcase__step-mockup-bar{border-bottom:1px solid #2a25201a;gap:.5rem;padding-bottom:1rem;display:flex}.beauty-salon-showcase__step-mockup-bar span{background:#e0e0e0;border-radius:50%;width:12px;height:12px}.beauty-salon-showcase__step-mockup-bar span:first-child{background:#ff6b6b}.beauty-salon-showcase__step-mockup-bar span:nth-child(2){background:#ffd93d}.beauty-salon-showcase__step-mockup-bar span:nth-child(3){background:#6bcb77}.beauty-salon-showcase__step-mockup-content{flex-direction:column;gap:.5rem;display:flex}.beauty-salon-showcase__step-mockup-line{background:#f0efed;border-radius:.25rem;height:10px}.beauty-salon-showcase__step-mockup-line--short{width:60%}.beauty-salon-showcase__step-mockup-line--medium{width:80%}.beauty-salon-showcase__step-mockup-line--accent{background:#2d5a4a26;width:45%}.beauty-salon-showcase__step-mockup-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.5rem;display:grid}.beauty-salon-showcase__step-mockup-card{background:#f7f6f4;border:1px solid #2a25201a;border-radius:.5rem;height:60px}.beauty-salon-showcase__step-info{flex-direction:column;gap:1rem;display:flex}.beauty-salon-showcase__step-number{color:#fff;background:#2d5a4a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:700;display:flex}.beauty-salon-showcase__step-title{color:#2a2520;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700;line-height:1.2}.beauty-salon-showcase__step-desc{color:#6b6560;font-size:1.125rem;line-height:1.75}.beauty-salon-showcase__step-highlights{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.beauty-salon-showcase__step-highlight{color:#3d3832;align-items:center;gap:.5rem;font-size:1rem;display:flex}.beauty-salon-showcase__step-highlight svg{color:#2d5a4a;flex-shrink:0;width:20px;height:20px}.beauty-salon-stats{background:#2d5a4a;padding:4rem 0;position:relative;overflow:hidden}.beauty-salon-stats:before{content:"";background:radial-gradient(at 30%,#ffffff14 0%,#0000 60%);position:absolute;inset:0}.beauty-salon-stats__container{z-index:1;max-width:1480px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;position:relative}.beauty-salon-stats__grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media (max-width:767px){.beauty-salon-stats__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:639px){.beauty-salon-stats__grid{grid-template-columns:repeat(2,1fr)}}.beauty-salon-stats__item{text-align:center;padding:1.5rem}.beauty-salon-stats__number{color:#fff;margin-bottom:.5rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:700;line-height:1}.beauty-salon-stats__label{color:#fffc;font-size:1rem;line-height:1.5}.beauty-salon-stats__divider{background:#ffffff4d;border-radius:9999px;width:40px;height:3px;margin:.5rem auto}.beauty-salon-why{background:#fff;padding:6rem 0}.beauty-salon-why__container{max-width:1480px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.beauty-salon-why__header{text-align:center;margin-bottom:4rem}.beauty-salon-why__label{color:#2d5a4a;letter-spacing:.05em;text-transform:uppercase;background:#2d5a4a14;border-radius:9999px;margin-bottom:1rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.beauty-salon-why__title{color:#2a2520;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.875rem,4vw,3rem);font-weight:700;line-height:1.2}.beauty-salon-why__title span{color:#2d5a4a}.beauty-salon-why__subtitle{color:#6b6560;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.75}.beauty-salon-why__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (max-width:1023px){.beauty-salon-why__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:639px){.beauty-salon-why__grid{grid-template-columns:1fr}}.beauty-salon-why__card{background:#fafaf8;border:1px solid #2a25201a;border-radius:1.5rem;padding:3rem;transition:all .3s ease-in-out;position:relative}.beauty-salon-why__card:hover{border-color:#2d5a4a40;transform:translateY(-4px);box-shadow:0 4px 20px #2d5a4a40}.beauty-salon-why__card--featured{background:#2d5a4a;border-color:#2d5a4a;grid-column:span 1}.beauty-salon-why__card--featured .beauty-salon-why__card-icon{color:#fff;background:#fff3}.beauty-salon-why__card--featured .beauty-salon-why__card-title{color:#fff}.beauty-salon-why__card--featured .beauty-salon-why__card-desc{color:#ffffffd9}.beauty-salon-why__card--featured:hover{background:#3d7a64;box-shadow:0 8px 30px #2d5a4a59}.beauty-salon-why__card-icon{color:#2d5a4a;background:#2d5a4a1a;border-radius:1rem;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;font-size:28px;display:flex}.beauty-salon-why__card-title{color:#2a2520;margin-bottom:.5rem;font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:600;line-height:1.2}.beauty-salon-why__card-desc{color:#6b6560;font-size:1rem;line-height:1.75}.beauty-salon-why__testimonial{text-align:center;background:#fafaf8;border:1px solid #2a25201a;border-radius:2rem;margin-top:4rem;padding:3rem 4rem;position:relative}@media (max-width:767px){.beauty-salon-why__testimonial{padding:2rem 1.5rem}}.beauty-salon-why__testimonial-quote{color:#3d3832;max-width:800px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.125rem,2.5vw,1.5rem);font-style:italic;line-height:1.75}.beauty-salon-why__testimonial-quote:before{content:"“";color:#2d5a4a33;margin-bottom:.5rem;font-size:3.75rem;line-height:0;display:block}.beauty-salon-why__testimonial-author{color:#2a2520;font-size:1rem;font-weight:600}.beauty-salon-why__testimonial-role{color:#6b6560;margin-top:.25rem;font-size:.875rem}.beauty-salon-cta{background:linear-gradient(135deg,#2d5a4a 0%,#3d7a64 50%,#25493c 100%);padding:8rem 0;position:relative;overflow:hidden}.beauty-salon-cta:before{content:"";background:radial-gradient(at 20% 80%,#ffffff0f 0%,#0000 50%),radial-gradient(at 80% 20%,#ffffff0a 0%,#0000 50%);position:absolute;inset:0}.beauty-salon-cta__container{z-index:1;text-align:center;max-width:1480px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;position:relative}.beauty-salon-cta__title{color:#fff;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.875rem,4vw,3rem);font-weight:700;line-height:1.2}.beauty-salon-cta__subtitle{color:#ffffffd9;max-width:700px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.75}.beauty-salon-cta__button{color:#2d5a4a;cursor:pointer;background:#fff;border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:1.5rem 4rem;font-size:1.25rem;font-weight:700;text-decoration:none;transition:all .3s ease-in-out;display:inline-flex;box-shadow:0 4px 24px #00000026}.beauty-salon-cta__button:hover{background:#f0fff5;transform:translateY(-3px)scale(1.02);box-shadow:0 8px 40px #0003}@media (max-width:639px){.beauty-salon-cta__button{padding:1rem 3rem;font-size:1.125rem}}.beauty-salon-cta__note{color:#ffffffb3;margin-top:1.5rem;font-size:.875rem}.beauty-salon-cta__decor{border:1px solid #ffffff14;border-radius:50%;position:absolute}.beauty-salon-cta__decor--1{width:300px;height:300px;top:-80px;right:-80px}.beauty-salon-cta__decor--2{width:200px;height:200px;bottom:-60px;left:-40px}.beauty-salon-cta__decor--3{border-color:#ffffff0d;width:120px;height:120px;top:40%;left:10%}.beauty-salon-footer{text-align:center;background:#f8f6f2;padding:3rem 0}.beauty-salon-footer__container{max-width:1480px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.beauty-salon-footer__text{color:#6b6560;font-size:.875rem}.beauty-salon-footer__link{color:#2d5a4a;font-weight:500;text-decoration:none}.beauty-salon-footer__link:hover{text-decoration:underline}
