.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)}}.beauty{background:#f8f6f2;min-height:100vh;padding-top:84px;overflow-x:hidden}.beauty-hero{justify-content:center;align-items:center;min-height:calc(100vh - 84px);display:flex;position:relative;overflow:hidden}.beauty-hero__bg{z-index:0;background:radial-gradient(at 30% 40%,#c9a9612e 0%,#0000 55%),radial-gradient(at 75% 60%,#2d5a4a1f 0%,#0000 50%),linear-gradient(160deg,#2a2520 0%,#3d3832 40%,#2d5a4a 100%);position:absolute;inset:0}.beauty-hero__content{z-index:2;text-align:center;max-width:820px;padding:3rem 1.5rem;animation:.9s ease-out fadeInUp;position:relative}.beauty-hero__badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#d4b976;letter-spacing:.05em;background:#c9a96126;border:1px solid #c9a96159;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-hero__title{color:#fff;text-shadow:0 2px 20px #0000004d;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-hero__title span{color:#d4b976}.beauty-hero__subtitle{color:#ffffffd9;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-hero__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;animation:.9s ease-out .6s both fadeInUp;display:flex}.beauty-hero__cta{color:#fff;cursor:pointer;background:#c9a961;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 #c9a96166}.beauty-hero__cta:hover{background:#d4b976;transform:translateY(-2px);box-shadow:0 8px 32px #c9a96180}.beauty-hero__cta--outline{color:#fff;box-shadow:none;background:0 0;border:2px solid #ffffff73}.beauty-hero__cta--outline:hover{box-shadow:none;background:#ffffff1a;border-color:#fffc}.beauty-hero__scroll-hint{z-index:2;color:#fff9;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-hero__scroll-hint-arrow{border-bottom:2px solid #ffffff80;border-right:2px solid #ffffff80;width:24px;height:24px;transform:rotate(45deg)}@media (max-width:767px){.beauty-hero{min-height:80vh}.beauty-hero__cta{padding:1rem 2rem;font-size:1rem}}@media (max-width:639px){.beauty-hero{min-height:70vh}.beauty-hero__actions{flex-direction:column}.beauty-hero__scroll-hint{display:none}}.beauty-niches{background:#fff;padding:6rem 0}.beauty-niches__container{max-width:1480px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.beauty-niches__header{text-align:center;margin-bottom:4rem;animation:.7s ease-out fadeInUp}.beauty-niches__label{color:#b59850;letter-spacing:.06em;text-transform:uppercase;background:#c9a9611a;border-radius:9999px;margin-bottom:1rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.beauty-niches__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-niches__title span{color:#c9a961}.beauty-niches__subtitle{color:#6b6560;max-width:580px;margin:0 auto;font-size:1.125rem;line-height:1.75}.beauty-niches__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (max-width:1023px){.beauty-niches__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:639px){.beauty-niches__grid{grid-template-columns:1fr}}.beauty-niches__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-niches__card:before{content:"";transform-origin:0;background:linear-gradient(135deg,#c9a961 0%,#b59850 100%);height:3px;transition:transform .3s ease-in-out;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.beauty-niches__card:hover{border-color:#c9a96140;transform:translateY(-4px);box-shadow:0 4px 20px #c9a96140}.beauty-niches__card:hover:before{transform:scaleX(1)}.beauty-niches__card-icon{margin-bottom:1.5rem;font-size:2.5rem;line-height:1;display:block}.beauty-niches__card-title{color:#2a2520;margin-bottom:.5rem;font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:600}.beauty-niches__card-desc{color:#6b6560;font-size:1rem;line-height:1.75}.beauty-client{background:#f8f6f2;padding:6rem 0}.beauty-client__container{max-width:1480px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.beauty-client__header{text-align:center;margin-bottom:4rem}.beauty-client__label{color:#b59850;letter-spacing:.06em;text-transform:uppercase;background:#c9a9611a;border-radius:9999px;margin-bottom:1rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.beauty-client__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-client__subtitle{color:#6b6560;max-width:580px;margin:0 auto;font-size:1.125rem;line-height:1.75}.beauty-client__layout{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (max-width:767px){.beauty-client__layout{grid-template-columns:1fr}}.beauty-client__mockup{justify-content:center;display:flex}.beauty-client__mockup-phone{background:#fff;border:1px solid #2a25201a;border-radius:2rem;width:100%;max-width:320px;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 20px 25px #2a25202e}.beauty-client__mockup-phone:before{content:"";background:linear-gradient(135deg,#c9a961 0%,#b59850 100%);height:3px;position:absolute;top:0;left:0;right:0}.beauty-client__mockup-bar{border-bottom:1px solid #2a25201a;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.beauty-client__mockup-bar-dot{background:#e0e0e0;border-radius:50%;width:10px;height:10px}.beauty-client__mockup-bar-dot:first-child{background:#ff6b6b}.beauty-client__mockup-bar-dot:nth-child(2){background:#ffd93d}.beauty-client__mockup-bar-dot:nth-child(3){background:#6bcb77}.beauty-client__mockup-screen{flex-direction:column;gap:1rem;display:flex}.beauty-client__mockup-avatar{background:linear-gradient(135deg,#c9a9614d,#c9a9611a);border:2px solid #c9a96133;border-radius:50%;width:64px;height:64px;margin:0 auto}.beauty-client__mockup-name{background:#e8e6e2;border-radius:.25rem;width:60%;height:12px;margin:0 auto}.beauty-client__mockup-tag{background:#c9a96133;border-radius:.25rem;width:40%;height:8px;margin:0 auto}.beauty-client__mockup-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.beauty-client__mockup-photo{background:linear-gradient(135deg,#f0ede8,#e8e4de);border:1px solid #2a25201a;border-radius:.5rem;height:72px}.beauty-client__mockup-button{opacity:.85;background:linear-gradient(135deg,#c9a961 0%,#b59850 100%);border-radius:9999px;height:40px}.beauty-client__items{flex-direction:column;gap:2rem;display:flex}.beauty-client__item{align-items:flex-start;gap:1.5rem;display:flex}.beauty-client__item-icon{color:#b59850;background:#c9a9611a;border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s ease-in-out;display:flex}.beauty-client__item-icon svg{width:26px;height:26px}.beauty-client__item-icon:hover{color:#fff;background:#c9a961}.beauty-client__item-text{flex:1}.beauty-client__item-title{color:#2a2520;margin-bottom:.25rem;font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:600}.beauty-client__item-desc{color:#6b6560;font-size:1rem;line-height:1.75}.beauty-problems{background:#fff;padding:6rem 0}.beauty-problems__container{max-width:1480px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.beauty-problems__header{text-align:center;margin-bottom:4rem}.beauty-problems__label{color:#b59850;letter-spacing:.06em;text-transform:uppercase;background:#c9a9611a;border-radius:9999px;margin-bottom:1rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.beauty-problems__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-problems__subtitle{color:#6b6560;max-width:500px;margin:0 auto;font-size:1.125rem;line-height:1.75}.beauty-problems__list{flex-direction:column;gap:1.5rem;max-width:860px;margin:0 auto;display:flex}.beauty-problems__row{background:#fafaf8;border:1px solid #2a25201a;border-radius:1.5rem;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;padding:2rem;transition:all .3s ease-in-out;display:grid}.beauty-problems__row:hover{border-color:#c9a96133;box-shadow:0 4px 20px #c9a96140}@media (max-width:639px){.beauty-problems__row{text-align:center;grid-template-columns:1fr}}.beauty-problems__problem{align-items:center;gap:1rem;display:flex}@media (max-width:639px){.beauty-problems__problem{justify-content:center}}.beauty-problems__problem-icon{flex-shrink:0;font-size:1.5rem}.beauty-problems__problem-text{color:#3d3832;font-size:1.125rem;font-style:italic;font-weight:500}.beauty-problems__arrow{color:#c9a961;justify-content:center;align-items:center;display:flex}.beauty-problems__arrow svg{width:28px;height:28px}@media (max-width:639px){.beauty-problems__arrow{transform:rotate(90deg)}}.beauty-problems__solution{align-items:flex-start;gap:1rem;display:flex}@media (max-width:639px){.beauty-problems__solution{justify-content:center}}.beauty-problems__solution-icon{color:#fff;background:#2d5a4a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;padding:0;font-size:.875rem;font-weight:700;line-height:1;display:flex}.beauty-problems__solution-text{color:#3d3832;font-size:1rem;line-height:1.75}.beauty-why{background:#f8f6f2;padding:6rem 0}.beauty-why__container{max-width:1480px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.beauty-why__header{text-align:center;margin-bottom:4rem}.beauty-why__label{color:#b59850;letter-spacing:.06em;text-transform:uppercase;background:#c9a9611a;border-radius:9999px;margin-bottom:1rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.beauty-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-why__title span{color:#c9a961}.beauty-why__subtitle{color:#6b6560;max-width:580px;margin:0 auto;font-size:1.125rem;line-height:1.75}.beauty-why__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (max-width:1023px){.beauty-why__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:639px){.beauty-why__grid{grid-template-columns:1fr}}.beauty-why__card{background:#fff;border:1px solid #2a25201a;border-radius:1.5rem;padding:3rem;transition:all .3s ease-in-out}.beauty-why__card:hover{border-color:#c9a96140;transform:translateY(-4px);box-shadow:0 4px 20px #c9a96140}.beauty-why__card--featured{background:#2a2520;border-color:#2a2520}.beauty-why__card--featured .beauty-why__card-icon{background:#ffffff1f}.beauty-why__card--featured .beauty-why__card-title{color:#d4b976}.beauty-why__card--featured .beauty-why__card-desc{color:#fffc}.beauty-why__card--featured:hover{background:#3d3832;box-shadow:0 8px 30px #c9a96159}.beauty-why__card-icon{background:#c9a9611a;border-radius:1rem;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.5rem;font-size:1.6rem;display:flex}.beauty-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-why__card-desc{color:#6b6560;font-size:1rem;line-height:1.75}.beauty-why__testimonial{text-align:center;background:#fff;border:1px solid #2a25201a;border-radius:2rem;margin-top:4rem;padding:3rem 4rem}@media (max-width:767px){.beauty-why__testimonial{padding:2rem 1.5rem}}.beauty-why__testimonial-quote{color:#3d3832;max-width:760px;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-why__testimonial-quote:before{content:"“";color:#c9a96140;margin-bottom:.5rem;font-size:3.75rem;line-height:0;display:block}.beauty-why__testimonial-author{color:#2a2520;font-size:1rem;font-weight:600}.beauty-why__testimonial-role{color:#6b6560;margin-top:.25rem;font-size:.875rem}.beauty-cta{background:linear-gradient(135deg,#2a2520 0%,#3d3832 50%,#2d2a26 100%);padding:8rem 0;position:relative;overflow:hidden}.beauty-cta:before{content:"";background:radial-gradient(at 20% 80%,#c9a96114 0%,#0000 50%),radial-gradient(at 80% 20%,#c9a9610d 0%,#0000 50%);position:absolute;inset:0}.beauty-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-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-cta__subtitle{color:#fffc;max-width:640px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.75}.beauty-cta__button{color:#fff;cursor:pointer;background:#c9a961;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 #c9a96173}.beauty-cta__button:hover{background:#d4b976;transform:translateY(-3px)scale(1.02);box-shadow:0 8px 40px #c9a9618c}@media (max-width:639px){.beauty-cta__button{padding:1rem 3rem;font-size:1.125rem}}.beauty-cta__note{color:#ffffff8c;margin-top:1.5rem;font-size:.875rem}.beauty-cta__decor{border:1px solid #c9a9611a;border-radius:50%;position:absolute}.beauty-cta__decor--1{width:320px;height:320px;top:-90px;right:-90px}.beauty-cta__decor--2{width:200px;height:200px;bottom:-60px;left:-50px}.beauty-cta__decor--3{border-color:#c9a9610f;width:120px;height:120px;top:40%;left:12%}
