.Loading_loadingContainer__uN9FX{display:flex;justify-content:center;align-items:center;background:#fff;font-family:Open Sans,Arial,sans-serif}.Loading_fullScreen__qnLNJ{min-height:100vh;position:fixed;top:0;left:0;right:0;bottom:0;z-index:var(--z-modal-loading)}.Loading_loadingContent__7MpDJ{display:flex;flex-direction:column;align-items:center;gap:20px}.Loading_spinner__OtY0r{width:50px;height:50px;border:4px solid #e0e0e0;border-top-color:#000;border-radius:50%;animation:Loading_spin__KwNda 1s linear infinite}.Loading_loadingText__dnABJ{font-size:1.1rem;font-weight:500;color:#333;margin:0;text-align:center}@keyframes Loading_spin__KwNda{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.Loading_spinner__OtY0r{width:40px;height:40px;border-width:3px}.Loading_loadingText__dnABJ{font-size:1rem}}.ProfileFieldModal_overlay__uKlVs{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:var(--z-modal-profile-field);padding:20px;animation:ProfileFieldModal_fadeIn__eXqoM .2s ease}@keyframes ProfileFieldModal_fadeOut__Hb5jz{0%{opacity:1}to{opacity:0}}@keyframes ProfileFieldModal_slideOut__GkeFp{0%{transform:translateY(0);opacity:1}to{transform:translateY(-20px);opacity:0}}.ProfileFieldModal_modal__uVZQy{background:#fff;border-radius:12px;padding:80px 30px 30px;max-width:500px;width:100%;box-shadow:0 4px 20px rgba(0,0,0,.15);position:relative;animation:ProfileFieldModal_slideIn__xhOGj .3s ease}@keyframes ProfileFieldModal_slideIn__xhOGj{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.ProfileFieldModal_closeButton__UQ_iE{position:absolute;top:10px;left:10px;background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease;color:#333}.ProfileFieldModal_closeButton__UQ_iE:hover{background:rgba(0,0,0,.05)}.ProfileFieldModal_modalClosing__gkFpH .ProfileFieldModal_closeButton__UQ_iE:hover{background:none}.ProfileFieldModal_overlayClosing__x_pnt{animation:ProfileFieldModal_fadeOut__Hb5jz .3s ease}.ProfileFieldModal_modalClosing__gkFpH{animation:ProfileFieldModal_slideOut__GkeFp .3s ease}.ProfileFieldModal_title__c7Not{font-family:Jost,Arial,sans-serif;font-size:1.5rem;font-weight:700;color:#000;margin:0 0 16px;padding-top:10px}.ProfileFieldModal_description__Jh683{font-family:Open Sans,Arial,sans-serif;font-size:.9rem;color:#666;line-height:1.6;margin:0 0 24px}.ProfileFieldModal_input__EwQz0{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:1rem;font-family:Open Sans,Arial,sans-serif;box-sizing:border-box;outline:none;transition:border .2s ease;resize:none;min-height:120px;max-height:300px;overflow-y:auto}.ProfileFieldModal_input__EwQz0:focus{border-color:#8B6F47}.ProfileFieldModal_input__EwQz0::placeholder{color:#999}.ProfileFieldModal_charCounter__TBkqD{font-size:.85rem;color:#999;text-align:right;margin-top:8px;font-family:Open Sans,Arial,sans-serif}.ProfileFieldModal_saveButton__Ik7ez{display:block;margin:24px auto 0;padding:12px 40px;background:#000;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease;font-family:Open Sans,Arial,sans-serif}.ProfileFieldModal_saveButton__Ik7ez:hover{background:#333}.ProfileFieldModal_saveButton__Ik7ez:active{background:#000;transform:scale(.98)}@media (max-width:768px){.ProfileFieldModal_modal__uVZQy{padding:70px 20px 20px;max-width:90vw}.ProfileFieldModal_title__c7Not{font-size:1.3rem}.ProfileFieldModal_description__Jh683{font-size:.85rem}.ProfileFieldModal_closeButton__UQ_iE{top:15px;left:10px}}.CustomDropdown_dropdownContainer__E5Rvz{position:relative}.CustomDropdown_dropdownInput__ur4lr{width:100%;border:1px solid #c8c8c8;border-radius:10px;padding:12px 14px;font-size:1rem;font-family:Open Sans,Arial,sans-serif;color:#111;background:#fff;cursor:pointer;transition:border .2s ease,box-shadow .2s ease}.CustomDropdown_dropdownInput__ur4lr:focus{border-color:#000;outline:none;box-shadow:0 0 0 3px rgba(0,0,0,.08)}.CustomDropdown_dropdownPopup__Fdt9J{position:absolute;top:100%;left:0;background:#f8f8f8;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:20px;z-index:var(--z-dropdown);margin-top:5px;width:100%}.CustomDropdown_dropdownHeader__cVMrh{display:flex;justify-content:center;align-items:center;margin-bottom:15px}.CustomDropdown_dropdownLabel__f3mO8{color:#333;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:500}.CustomDropdown_dropdownSlots__bH0uZ{display:flex;flex-direction:column;gap:8px;max-height:76px;overflow-y:auto}.CustomDropdown_dropdownSlot__ENojB{text-align:center;color:#333;font-family:Roboto,Arial,sans-serif;font-size:14px;padding:8px;cursor:pointer;border-radius:4px;transition:background-color .2s ease}.CustomDropdown_dropdownSlot__ENojB:hover{background:#e0e0e0}@media (max-width:768px){.CustomDropdown_dropdownInput__ur4lr{padding:18px 24px;font-size:1.1rem;min-height:56px}.CustomDropdown_dropdownPopup__Fdt9J{width:100%;padding:24px}.CustomDropdown_dropdownLabel__f3mO8{font-size:18px}.CustomDropdown_dropdownSlot__ENojB{font-size:16px;padding:14px;min-height:48px}.CustomDropdown_dropdownSlots__bH0uZ{max-height:200px}}@media (max-width:600px){.CustomDropdown_dropdownPopup__Fdt9J{width:100%;padding:15px;left:50%;transform:translateX(-50%);top:auto;bottom:100%;margin-top:0;margin-bottom:5px}.CustomDropdown_dropdownInput__ur4lr{padding:10px 14px;font-size:.9rem;min-height:auto}}.page_beigeSearchButton__1439F{position:absolute;left:50%;top:235px;width:250px;height:48px;background:#000;color:#fff;font-size:1.05rem;font-family:Open Sans,Arial,sans-serif;border:none;border-radius:8px;cursor:pointer;transition:background .2s;transform:translateX(-50%);display:none;font-weight:600;letter-spacing:.3px}.page_beigeSearchButton__1439F:hover{background:#222}.page_beigeImage__aoujV{display:none}.page_heroSection__IiCiK{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#faf6f2;position:relative}.page_headerLinks__z6scB{position:absolute;top:40px;right:120px;display:flex;gap:30px;align-items:center}.page_headerLinks__z6scB a{color:#333;text-decoration:none;font-family:Open Sans,Arial,sans-serif;font-size:.95rem;font-weight:400;letter-spacing:0;padding:8px 16px;border-radius:8px;background:transparent;border:none;transition:all .2s ease;position:relative}.page_headerLinks__z6scB a:hover{color:#333;background:transparent;transform:none}.page_loadingText__6gtJj{color:#333;font-family:Open Sans,Arial,sans-serif;font-size:.95rem;font-weight:300;letter-spacing:0;padding:8px 16px;opacity:.7}.page_headerIcon__JND8i{display:flex;align-items:center;margin-left:0;text-decoration:none;padding:8px;border-radius:8px;transition:all .2s ease;background:transparent;border:none;box-shadow:none}.page_headerIcon__JND8i:hover{background-color:transparent;transform:none;box-shadow:none}.page_headerIcon__JND8i .material-icons{width:24px;height:24px;color:#333;transition:all .2s ease;font-size:24px}.page_mobileOnly__PBRkd{display:none;position:absolute;top:20px;right:35px;z-index:var(--z-mobile-menu-toggle)}.page_menuBtn__puoWu{background:none;border:none;cursor:pointer;padding:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:var(--z-mobile-menu-toggle)}.page_hamburger__qKI_z{width:25px;height:20px;display:flex;flex-direction:column;justify-content:space-between;background:transparent}.page_hamburger__qKI_z span{width:100%;height:3px;background-color:#000;border-radius:2px;transition:all .3s ease;display:block;margin:0}.page_heroContent__V4MJD{text-align:center;display:flex;flex-direction:column;align-items:center;gap:30px}.page_heroTitle__J5ozk{font-size:6rem;font-weight:700;letter-spacing:-2px}.page_heroSubtitle__QXmXi,.page_heroTitle__J5ozk{font-family:Jost,Arial,sans-serif;color:#222;margin:0}.page_heroSubtitle__QXmXi{font-size:1.2rem;font-weight:400;letter-spacing:1px}.page_scrollArrow__RDl6z{font-size:2rem;color:#222;animation:page_bounce__HMonL 2s infinite}@keyframes page_bounce__HMonL{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.page_hairdresserSection__OzsEG{background:white;padding:80px 0 40px;min-height:80vh;display:flex;align-items:center}.page_hairdresserContainer__0tzed{max-width:1200px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.page_hairdresserImage___PPIA{display:flex;justify-content:center;align-items:center}.page_hairdresserImage___PPIA img{max-width:100%;height:auto;border-radius:7px;margin-top:17px}.page_hairdresserForm__j4bVo h2{font-family:Open Sans,Arial,sans-serif;font-size:2.2rem;font-weight:700;color:#333;margin:0 0 30px;letter-spacing:-.5px}.page_formFields__VVqwJ{display:flex;flex-direction:column;gap:15px}.page_formField__9d72k{position:relative;display:flex;align-items:center}.page_formField__9d72k input{width:100%;height:50px;padding:0 20px;border:none;background:#EAEAEA;border-radius:6px;font-family:Roboto,Arial,sans-serif;font-size:1rem;color:#333;outline:none;transition:background-color .2s ease;box-sizing:border-box}.page_formField__9d72k input:focus{background:#E0E0E0}.page_formField__9d72k input::placeholder{color:#666}.page_formRow__XQuR_{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.page_searchButton__2utov{width:100%;height:50px;background:#000;color:white;border:none;border-radius:6px;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;margin-top:5px;display:flex;align-items:center;justify-content:center;text-decoration:none}.page_searchButton__2utov:hover{background:#333}.page_searchButton__2utov:active{background:#555555;transform:scale(.98);transition:all .1s ease}.page_hasDropdown__KxI6I input{background-image:url(/Ikoner/down.png);background-repeat:no-repeat;background-position:right 15px center;background-size:16px;padding-right:45px}.page_calendarPopup__bZdJ9,.page_exklusivPopup__GtvOe,.page_frisyrPopup__kdj4N,.page_timePopup__gq_oo{position:absolute;top:100%;left:0;background:#f8f8f8;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:20px;z-index:1000;margin-top:5px;width:300px}.page_calendarHeader__8t4aH,.page_exklusivHeader__f_XPM,.page_frisyrHeader__ItjMm,.page_timeHeader__BRLbr{display:flex;justify-content:center;align-items:center;margin-bottom:15px}.page_calendarHeader__8t4aH{justify-content:space-between;width:100%;margin:0 0 15px}.page_calendarArrow__B4lvc{width:16px;height:16px;background:none;font-size:16px;display:flex;align-items:center;justify-content:center;color:#333}.page_leftArrow__QTaLp:before{content:"chevron_left";font-family:Material Icons}.page_rightArrow__uo5zt:before{content:"chevron_right";font-family:Material Icons}.page_calendarMonthYear__mbaRj{display:flex;align-items:center;gap:8px;min-width:140px;justify-content:center}.page_calendarMonth__tM5Rz,.page_calendarYear__obFso{color:#333;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:500}.page_calendarWeekdays__F1I4A{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:8px;gap:8px;width:100%;margin:0 0 10px}.page_calendarWeekdays__F1I4A span{text-align:center;color:#333;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:500;padding:8px 0;display:flex;align-items:center;justify-content:center;min-height:32px}.page_calendarDays__9Ix0r{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:8px;gap:8px;width:100%;margin:0}.page_calendarDays__9Ix0r span{text-align:center;color:#333;font-family:Roboto,Arial,sans-serif;font-size:14px;padding:8px 0;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;min-height:32px}.page_calendarDays__9Ix0r span:hover{background:#e0e0e0}.page_calendarDays__9Ix0r .empty{visibility:hidden}.page_exklusivSlots__k8mQP,.page_timeSlots__adhZd{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px}.page_exklusivSlots__k8mQP{grid-template-columns:repeat(3,1fr)}.page_frisyrSlots___67wX{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px}.page_exklusivSlot__n72SY,.page_frisyrSlot__ez2lW,.page_timeSlot__qpqN5{text-align:center;color:#333;font-family:Roboto,Arial,sans-serif;font-size:14px;padding:8px;cursor:pointer;border-radius:4px;transition:background-color .2s ease}.page_exklusivSlot__n72SY:hover,.page_frisyrSlot__ez2lW:hover,.page_timeSlot__qpqN5:hover{background:#e0e0e0}.page_exklusivLabel__23CMd,.page_frisyrLabel__KONhx,.page_timeLabel__65WYH{color:#333;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:500}.page_beigeSection__SDhFc{background:white;padding:40px 0 140px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px}.page_franchiseLayout__rIurR{max-width:1200px;margin:0 auto;background:white;border-radius:28px;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.page_franchiseCopy__DnCVR{display:flex;flex-direction:column;justify-content:space-between;max-width:520px;min-height:100%}.page_franchiseTitle__bIt24{font-family:Open Sans,Arial,sans-serif;font-size:2.2rem;font-weight:700;color:#333;margin:0;letter-spacing:-.5px}.page_franchiseBody__I_0uV{font-family:Open Sans,Arial,sans-serif;font-size:1.05rem;line-height:1.8;color:#3f342a;margin:auto 0;max-width:460px}.page_franchiseActions__JWrlM{display:flex;flex-wrap:wrap;gap:20px;margin:0}.page_primaryAction__4gHDy,.page_secondaryAction__5XytZ{flex:1 1 220px;max-width:240px}.page_franchiseVisual__J3pxC{background:transparent;border-radius:0;padding:0;display:flex;align-items:center;justify-content:center;min-height:320px;position:relative;box-shadow:none}.page_franchiseVisual__J3pxC img{max-width:100%;height:auto;border-radius:7px;margin-top:17px;object-fit:cover}.page_mobileFranchise__9X8Tz{display:none;width:100%;justify-content:center;align-items:center;gap:20px;flex-direction:column}.page_beigeBox__igZNT{background:#eccb97;border-radius:10px;width:90vw;max-width:1200px;min-height:300px;height:320px;margin:0 auto;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 16px 0 rgba(0,0,0,.04)}.page_mobileMenuOverlay__j5zmg{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0);z-index:9998;visibility:hidden;transition:background-color .35s cubic-bezier(.4,0,.2,1),visibility .35s;display:none}.page_mobileMenuOverlay__j5zmg.active,.page_mobileMenuOverlay__j5zmg.page_active__hwtTV{visibility:visible;background:rgba(0,0,0,.5)}.page_mobileMenuPanel__1u8ns{position:fixed;top:0;right:0;width:80%;max-width:400px;height:100%;background:#faf6f2;z-index:9999;transform:translateX(100%);transition:transform .4s cubic-bezier(.25,.8,.25,1);padding:80px 30px 30px;overflow-y:auto;border-top-left-radius:24px;border-bottom-left-radius:24px;box-shadow:-4px 0 20px rgba(0,0,0,.2)}.page_mobileMenuOverlay__j5zmg.active .page_mobileMenuPanel__1u8ns,.page_mobileMenuOverlay__j5zmg.page_active__hwtTV .page_mobileMenuPanel__1u8ns{transform:translateX(0)}.page_closeMobileMenuBtn__NbSjq{position:absolute;top:25px;right:30px;background:none;border:none;font-size:2.2rem;color:#222;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.page_closeMobileMenuBtn__NbSjq:hover{transform:scale(1.1)}.page_mobileMenuLinks__mqLHT{display:flex;flex-direction:column;gap:8px}.page_mobileMenuLink__hfn0v{color:#222;font-family:Roboto,Open Sans,Inter,Helvetica Neue,Arial,sans-serif;font-weight:400;font-size:1rem;text-decoration:none;background:transparent;border:none;border-radius:8px;padding:16px 20px;text-align:left;display:block;width:100%;cursor:pointer;transition:all .2s ease;letter-spacing:.3px}.page_mobileMenuLink__hfn0v:hover{background:rgba(0,0,0,.05);color:#000;transform:translateX(2px)}@media (min-width:701px) and (max-width:1024px){.page_heroTitle__J5ozk{font-size:5rem;letter-spacing:-1.5px}.page_heroSubtitle__QXmXi{font-size:1.1rem}.page_hairdresserContainer__0tzed{gap:50px;padding:0 30px}.page_franchiseTitle__bIt24,.page_hairdresserForm__j4bVo h2{font-size:2rem}.page_formField__9d72k input{height:54px;padding:0 22px;font-size:1.05rem}.page_searchButton__2utov{height:54px;font-size:1.05rem;min-height:48px}.page_calendarPopup__bZdJ9,.page_exklusivPopup__GtvOe,.page_frisyrPopup__kdj4N,.page_timePopup__gq_oo{width:340px;padding:24px}.page_calendarDays__9Ix0r span,.page_calendarWeekdays__F1I4A span{min-height:44px;padding:10px;font-size:15px}.page_exklusivSlot__n72SY,.page_frisyrSlot__ez2lW,.page_timeSlot__qpqN5{padding:12px;font-size:15px;min-height:44px}.page_mobileOnly__PBRkd{display:flex!important;visibility:visible!important;opacity:1!important}.page_headerLinks__z6scB{display:none!important}.page_mobileMenuOverlay__j5zmg{display:block}.page_newContainer__gNdOP{padding:0 30px}.page_franchiseLayout__rIurR{padding:50px 48px;gap:40px;grid-template-columns:minmax(280px,1fr) minmax(280px,1fr)}}@media (max-width:700px){.page_heroTitle__J5ozk{font-size:4rem}.page_heroSubtitle__QXmXi{font-size:.95rem;letter-spacing:.5px;padding:0 20px}.page_headerLinks__z6scB{display:none}.page_mobileOnly__PBRkd{display:flex!important;visibility:visible!important;opacity:1!important}.page_mobileMenuOverlay__j5zmg{display:block}.page_hairdresserContainer__0tzed{grid-template-columns:1fr;gap:40px;padding:0 20px}.page_franchiseTitle__bIt24,.page_hairdresserForm__j4bVo h2{font-size:1.8rem;text-align:center}.page_formRow__XQuR_{grid-template-columns:1fr}.page_calendarPopup__bZdJ9,.page_exklusivPopup__GtvOe,.page_frisyrPopup__kdj4N,.page_timePopup__gq_oo{width:280px;padding:15px;left:50%;transform:translateX(-50%)}.page_calendarDays__9Ix0r,.page_calendarWeekdays__F1I4A{gap:4px}.page_calendarDays__9Ix0r span,.page_calendarWeekdays__F1I4A span{padding:6px;font-size:13px;min-height:32px}.page_newContainer__gNdOP{padding:0 20px}.page_newContainer__gNdOP h2{font-size:1.8rem}.page_beigeSection__SDhFc{padding:40px 0 120px;display:flex;flex-direction:column;align-items:center}.page_beigeBox__igZNT,.page_franchiseLayout__rIurR{display:none}.page_mobileFranchise__9X8Tz{display:flex}.page_beigeImage__aoujV{display:block;width:90.1%;max-width:100%;height:auto;border-radius:7px}.page_beigeTitle__oWf2v{display:none}.page_beigeSearchButton__1439F{position:static;margin-top:0;width:90.1%;height:50px;background:#000;color:white;border:none;border-radius:6px;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;left:auto;top:auto;transform:none;display:flex;align-items:center;justify-content:center;text-decoration:none}.page_beigeSearchButton__1439F:hover{background:#333}.page_beigeSearchButton__1439F:active{background:#555555;transform:scale(.98);transition:all .1s ease}.page_beigeDesktopButton__qqN6V,.page_beigeLogoInverted__otZ_g,.page_beigeLogo__JogTr{display:none}}@media (max-width:400px){.page_heroTitle__J5ozk{font-size:3.5rem}.page_heroSubtitle__QXmXi{font-size:.85rem}}@media (min-width:700px) and (max-width:1080px){.page_hairdresserSection__OzsEG{padding:60px 0 40px;min-height:auto}.page_hairdresserContainer__0tzed{padding:0 30px;gap:50px}.page_hairdresserForm__j4bVo h2{font-size:1.9rem;margin-bottom:24px}.page_formFields__VVqwJ{gap:12px}.page_formField__9d72k input{height:48px;padding:0 18px;font-size:.98rem}.page_formRow__XQuR_{gap:12px}.page_searchButton__2utov{height:48px;font-size:1rem;margin-top:8px}.page_beigeSection__SDhFc{padding:40px 0 110px}.page_franchiseLayout__rIurR{display:grid;padding:40px;grid-gap:40px;gap:40px;grid-template-columns:minmax(280px,1fr) minmax(280px,1fr);align-items:center}.page_franchiseCopy__DnCVR{justify-content:center;gap:24px}.page_franchiseTitle__bIt24{font-size:2rem}.page_franchiseBody__I_0uV{margin:0}.page_franchiseActions__JWrlM{display:flex;flex-wrap:nowrap;gap:16px}.page_franchiseActions__JWrlM .page_secondaryAction__5XytZ{flex:1 1;max-width:none;min-width:0}.page_mobileFranchise__9X8Tz{display:none}}@media (min-width:760px) and (max-width:780px){.page_hairdresserSection__OzsEG{padding:32px 0 24px}.page_hairdresserContainer__0tzed{gap:24px;padding:0 18px}.page_hairdresserForm__j4bVo h2{font-size:1.6rem;margin-bottom:14px}.page_formFields__VVqwJ{gap:6px}.page_formField__9d72k input{height:40px;padding:0 12px;font-size:.9rem}.page_formRow__XQuR_{gap:6px}.page_searchButton__2utov{height:42px;font-size:.9rem;margin-top:4px}.page_beigeSection__SDhFc{padding:28px 0 64px}.page_franchiseLayout__rIurR{padding:26px 24px;gap:24px}.page_franchiseCopy__DnCVR{gap:14px}.page_franchiseTitle__bIt24{font-size:1.6rem}.page_franchiseBody__I_0uV{font-size:.9rem;line-height:1.5;margin:0}.page_franchiseActions__JWrlM{gap:10px}.page_primaryAction__4gHDy,.page_secondaryAction__5XytZ{flex:1 1 170px;max-width:190px}}@media (min-width:810px) and (max-width:830px){.page_hairdresserSection__OzsEG{padding:36px 0 28px}.page_hairdresserContainer__0tzed{gap:28px;padding:0 22px}.page_hairdresserForm__j4bVo h2{font-size:1.7rem;margin-bottom:16px}.page_formFields__VVqwJ{gap:8px}.page_formField__9d72k input{height:42px;padding:0 13px;font-size:.93rem}.page_formRow__XQuR_{gap:8px}.page_searchButton__2utov{height:44px;font-size:.93rem;margin-top:5px}.page_beigeSection__SDhFc{padding:30px 0 72px}.page_franchiseLayout__rIurR{padding:30px;gap:28px}.page_franchiseCopy__DnCVR{gap:16px}.page_franchiseTitle__bIt24{font-size:1.7rem}.page_franchiseBody__I_0uV{font-size:.93rem;line-height:1.55;margin:0}.page_franchiseActions__JWrlM{gap:11px}.page_primaryAction__4gHDy,.page_secondaryAction__5XytZ{flex:1 1 180px;max-width:200px}}@media (min-width:1025px){.page_mobileOnly__PBRkd{display:none!important}.page_hairdresserSection__OzsEG{min-height:auto}}.ImageCropModal_overlay__uiRKY{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:var(--z-modal-image-crop);padding:20px;animation:ImageCropModal_fadeIn__Ir2_o .2s ease;-webkit-overflow-scrolling:touch;touch-action:none;overflow:hidden}@keyframes ImageCropModal_fadeIn__Ir2_o{0%{opacity:0}to{opacity:1}}.ImageCropModal_modal__1u3o_{background:#fff;border-radius:12px;padding:40px 30px 30px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px rgba(0,0,0,.15);position:relative;animation:ImageCropModal_slideIn__awLE_ .3s ease;transform:translateY(-10px)}@keyframes ImageCropModal_slideIn__awLE_{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(-10px);opacity:1}}.ImageCropModal_closeButton__e0aVf{position:absolute;top:15px;left:15px;background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease;color:#333}.ImageCropModal_closeButton__e0aVf:hover{background:rgba(0,0,0,.05)}.ImageCropModal_closeButton__e0aVf svg{display:block}.ImageCropModal_title__IMzAq{font-family:Open Sans,Arial,sans-serif;font-size:1.5rem;font-weight:700;color:#000;margin:0 0 30px;text-align:center}.ImageCropModal_previewMode__hr_Mx{display:flex;flex-direction:column;align-items:center;gap:20px}.ImageCropModal_previewCircle__nu2os{width:300px;height:300px;border-radius:50%}.ImageCropModal_previewCircle__nu2os,.ImageCropModal_previewRectangle__cEZ3F{overflow:hidden;background:#f0f0f0;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.1)}.ImageCropModal_previewRectangle__cEZ3F{width:360px;height:240px;border-radius:18px}.ImageCropModal_previewImage__OG_FJ{width:100%;height:100%;object-fit:cover}.ImageCropModal_previewInfo__1ptyG{text-align:center;margin:10px 0}.ImageCropModal_previewText__3NjNG{font-family:Open Sans,Arial,sans-serif;font-size:1rem;font-weight:600;color:#000;margin:0 0 8px}.ImageCropModal_previewSubtext__K2ZYz{font-family:Open Sans,Arial,sans-serif;font-size:.9rem;color:#666;margin:0;line-height:1.5}.ImageCropModal_newPhotoButton__E2vyt{padding:14px 30px;background:#fff;border:2px solid #ddd;border-radius:8px;font-size:.95rem;font-weight:600;color:#333;cursor:pointer;transition:all .2s ease;font-family:Open Sans,Arial,sans-serif;width:100%;max-width:300px}.ImageCropModal_newPhotoButton__E2vyt:hover{border-color:#bbb;background:#f9f9f9}.ImageCropModal_usePhotoButton__cESr1{padding:14px 30px;background:#000;border:none;border-radius:8px;font-size:.95rem;font-weight:600;color:#fff;cursor:pointer;transition:background .2s ease;font-family:Open Sans,Arial,sans-serif;width:100%;max-width:300px;display:flex;align-items:center;justify-content:center;gap:8px}.ImageCropModal_usePhotoButton__cESr1:hover{background:#333}.ImageCropModal_usePhotoButton__cESr1:disabled{background:#ccc;cursor:not-allowed}.ImageCropModal_editPhotoButton__7WMRl{padding:14px 30px;background:#000000;border:none;border-radius:8px;font-size:.95rem;font-weight:600;color:#fff;cursor:pointer;transition:background .2s ease;font-family:Open Sans,Arial,sans-serif;width:100%;max-width:300px}.ImageCropModal_editPhotoButton__7WMRl:hover{background:#333}.ImageCropModal_editHeader__bIE2A{display:flex;justify-content:space-between;align-items:center;margin-top:4px;padding-top:15px;position:relative;gap:20px}.ImageCropModal_editHeader__bIE2A:before{content:"";position:absolute;top:-15px;left:0;right:0;height:1px;background:#e0e0e0}.ImageCropModal_backButton__W1VnU{background:none;border:none;padding:8px 12px;font-size:.95rem;font-weight:500;color:#333;cursor:pointer;transition:background .2s ease,color .2s ease,border-radius .2s ease;font-family:Open Sans,Arial,sans-serif}.ImageCropModal_backButton__W1VnU:hover{background:#f5f5f5;color:#000;border-radius:6px}.ImageCropModal_editTitle__EGg5l{font-family:Open Sans,Arial,sans-serif;font-size:1.2rem;font-weight:700;color:#000;margin:0;display:none}.ImageCropModal_doneButton__WwvTu{padding:8px 20px;background:#000;border:none;border-radius:6px;font-size:.95rem;font-weight:600;color:#fff;cursor:pointer;transition:background .2s ease;font-family:Open Sans,Arial,sans-serif}.ImageCropModal_doneButton__WwvTu:hover{background:#333}.ImageCropModal_doneButton__WwvTu:disabled{background:#ccc;cursor:not-allowed}.ImageCropModal_editMode__D7eD2{display:flex;flex-direction:column;align-items:center;gap:25px}.ImageCropModal_editCanvas__O6_wj{position:relative;width:500px;height:500px;background:#000;overflow:hidden;cursor:move;border-radius:8px;-moz-user-select:none;user-select:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none}.ImageCropModal_editImage__TrkOG{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;-webkit-user-drag:none;-webkit-touch-callout:none;transform-origin:0 0;will-change:transform;object-fit:contain;max-width:none;max-height:none}.ImageCropModal_cropMask__9MJg_{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:3px solid white;pointer-events:none;box-shadow:0 0 0 9999px rgba(0,0,0,.5);z-index:var(--z-modal-controls)}.ImageCropModal_cropCircle__AbYqx{width:400px;height:400px;border-radius:50%}.ImageCropModal_cropRectangle__7ZpAb{width:420px;height:280px;border-radius:24px}.ImageCropModal_zoomControls__k34bL{display:flex;gap:20px;align-items:center;justify-content:center}.ImageCropModal_zoomButton__azfwy{width:44px;height:44px;border-radius:50%;background:white;border:2px solid #ddd;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#333}.ImageCropModal_zoomButton__azfwy:hover:not(:disabled){border-color:#000;background:#f9f9f9}.ImageCropModal_zoomButton__azfwy:disabled{opacity:.3;cursor:not-allowed}.ImageCropModal_zoomButton__azfwy svg{display:block}.ImageCropModal_zoomLabel__6wBoe{font-family:Open Sans,Arial,sans-serif;font-size:.95rem;font-weight:500;color:#333}@media only screen and (device-width:375px) and (device-height:667px) and (-webkit-device-pixel-ratio:2){.ImageCropModal_overlay__uiRKY{align-items:center;padding-top:20px;padding-bottom:20px}.ImageCropModal_modal__1u3o_{padding:10px 8px 8px;max-width:95vw;max-height:85vh;width:calc(100vw - 20px);position:relative;top:auto;left:auto;transform:none;margin:0 auto;overflow-y:auto}.ImageCropModal_title__IMzAq{font-size:1.1rem;margin-bottom:15px;text-align:center}.ImageCropModal_editCanvas__O6_wj{width:100%;max-width:250px;height:250px;margin:0 auto}.ImageCropModal_previewCircle__nu2os{width:160px;height:160px;margin:0 auto}.ImageCropModal_previewRectangle__cEZ3F{width:200px;height:140px;margin:0 auto}.ImageCropModal_cropCircle__AbYqx{width:160px;height:160px}.ImageCropModal_cropRectangle__7ZpAb{width:220px;height:150px}.ImageCropModal_editHeader__bIE2A{padding:8px 0;margin-bottom:12px;gap:6px}.ImageCropModal_editTitle__EGg5l{display:none}.ImageCropModal_backButton__W1VnU,.ImageCropModal_doneButton__WwvTu{padding:6px 10px;font-size:.85rem;min-height:36px}.ImageCropModal_zoomControls__k34bL{gap:12px;margin:12px 0}.ImageCropModal_zoomButton__azfwy{width:36px;height:36px}.ImageCropModal_editPhotoButton__7WMRl,.ImageCropModal_newPhotoButton__E2vyt,.ImageCropModal_usePhotoButton__cESr1{padding:10px 16px;font-size:.85rem;min-height:40px;margin:4px 0}}@media only screen and (max-width:375px) and (max-height:667px){.ImageCropModal_modal__1u3o_{padding:8px 6px 6px;max-width:96vw;max-height:82vh;width:calc(100vw - 16px)}.ImageCropModal_editCanvas__O6_wj{max-width:230px;height:230px}.ImageCropModal_previewCircle__nu2os{width:140px;height:140px}.ImageCropModal_previewRectangle__cEZ3F{width:180px;height:calc(180px * (2 / 3))}.ImageCropModal_cropCircle__AbYqx{width:140px;height:140px}.ImageCropModal_cropRectangle__7ZpAb{width:200px;height:calc(200px * (2 / 3))}.ImageCropModal_title__IMzAq{font-size:1rem;margin-bottom:12px}.ImageCropModal_editTitle__EGg5l{display:none}.ImageCropModal_backButton__W1VnU,.ImageCropModal_doneButton__WwvTu{padding:6px 8px;font-size:.8rem;min-height:34px}.ImageCropModal_zoomButton__azfwy{width:32px;height:32px;font-size:16px}.ImageCropModal_editPhotoButton__7WMRl,.ImageCropModal_newPhotoButton__E2vyt,.ImageCropModal_usePhotoButton__cESr1{padding:8px 14px;font-size:.8rem;min-height:38px}}@media (max-width:768px){.ImageCropModal_overlay__uiRKY{align-items:center;justify-content:center}.ImageCropModal_overlay__uiRKY:has(.ImageCropModal_editMode__D7eD2){position:fixed;top:0;left:0;right:0;bottom:0;padding:0;align-items:stretch;justify-content:stretch;background:#fff;touch-action:none;overflow:hidden;-webkit-overflow-scrolling:touch;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ImageCropModal_modal__1u3o_{padding:20px 15px 15px;max-width:95vw;max-height:95vh}.ImageCropModal_modal__1u3o_:has(.ImageCropModal_editMode__D7eD2){position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;max-width:none;max-height:none;border-radius:0;padding:0;margin:0;display:flex;flex-direction:column;background:#fff;overflow:hidden}.ImageCropModal_title__IMzAq{font-size:1.3rem;margin-bottom:20px}.ImageCropModal_editMode__D7eD2{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;gap:20px;height:100%}.ImageCropModal_editCanvas__O6_wj{width:calc(100vw - 80px);height:calc(100vw - 80px);max-width:350px;max-height:350px;margin:0 auto}.ImageCropModal_previewCircle__nu2os{width:220px;height:220px}.ImageCropModal_previewRectangle__cEZ3F{width:min(320px,80vw);height:calc(min(320px, 80vw) * (2 / 3))}.ImageCropModal_cropCircle__AbYqx{width:280px;height:280px}.ImageCropModal_cropRectangle__7ZpAb{width:min(360px,85vw);height:calc(min(360px, 85vw) * (2 / 3))}.ImageCropModal_editHeader__bIE2A{position:absolute;top:0;left:0;right:0;margin-bottom:20px;display:flex;justify-content:flex-start;align-items:center;width:100%;padding:15px 20px;background:#fff;z-index:var(--z-ui-element-overlay);border-bottom:1px solid #e0e0e0}.ImageCropModal_editTitle__EGg5l{display:none}.ImageCropModal_backButton__W1VnU{order:2;flex:1 1;padding:12px 20px;text-align:center;margin-right:auto;max-width:120px}.ImageCropModal_doneButton__WwvTu{order:3;flex:1 1;padding:12px 20px;min-height:44px;margin-left:auto;max-width:120px}.ImageCropModal_previewMode__hr_Mx{gap:5px}}@media (max-width:480px){.ImageCropModal_overlay__uiRKY:has(.ImageCropModal_editMode__D7eD2){position:fixed;top:0;left:0;right:0;bottom:0;padding:0;align-items:stretch;justify-content:stretch;background:#fff;touch-action:none;overflow:hidden}.ImageCropModal_modal__1u3o_{padding:15px 10px 10px;max-width:98vw;max-height:98vh}.ImageCropModal_modal__1u3o_:has(.ImageCropModal_editMode__D7eD2){position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;max-width:none;max-height:none;border-radius:0;padding:0;margin:0;display:flex;flex-direction:column;background:#fff;overflow:hidden}.ImageCropModal_editMode__D7eD2{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;gap:15px;height:100%}.ImageCropModal_editCanvas__O6_wj{width:calc(100vw - 60px);height:calc(100vw - 60px);max-width:280px;max-height:280px;margin:0 auto}.ImageCropModal_previewCircle__nu2os{width:180px;height:180px}.ImageCropModal_previewRectangle__cEZ3F{width:min(260px,85vw);height:calc(min(260px, 85vw) * (2 / 3))}.ImageCropModal_cropCircle__AbYqx{width:240px;height:240px}.ImageCropModal_cropRectangle__7ZpAb{width:min(320px,90vw);height:calc(min(320px, 90vw) * (2 / 3))}.ImageCropModal_zoomControls__k34bL{gap:15px;margin:15px 0;display:flex;justify-content:center;align-items:center;flex-direction:row}.ImageCropModal_zoomButton__azfwy{width:40px;height:40px;font-size:18px}.ImageCropModal_editHeader__bIE2A{position:absolute;top:0;left:0;right:0;padding:12px 15px;margin-bottom:15px;display:flex;justify-content:flex-start;align-items:center;width:100%;background:#fff;z-index:var(--z-ui-element-overlay);border-bottom:1px solid #e0e0e0}.ImageCropModal_editTitle__EGg5l{display:none}.ImageCropModal_backButton__W1VnU{padding:8px 12px;font-size:.9rem;margin-right:auto}.ImageCropModal_doneButton__WwvTu{padding:8px 12px;font-size:.9rem;min-height:40px;margin-left:auto}.ImageCropModal_editPhotoButton__7WMRl,.ImageCropModal_newPhotoButton__E2vyt,.ImageCropModal_usePhotoButton__cESr1{padding:12px 20px;font-size:.9rem;min-height:44px}}@media screen and (max-width:375px) and (max-height:667px){.ImageCropModal_overlay__uiRKY{padding:20px 8px;align-items:center;height:100vh;height:100dvh;overflow-y:auto;-webkit-overflow-scrolling:touch;justify-content:center}.ImageCropModal_overlay__uiRKY:has(.ImageCropModal_editMode__D7eD2){position:fixed;top:0;left:0;right:0;bottom:0;padding:0;align-items:stretch;justify-content:stretch;background:#fff;touch-action:none;overflow:hidden;height:100vh;height:100dvh}.ImageCropModal_modal__1u3o_{max-height:620px;height:auto;padding:15px 12px;margin:0 auto 15px;transform:none;animation:ImageCropModal_slideInMobile__Q1WXK .3s ease;max-width:355px;width:100%;position:relative;display:flex;flex-direction:column}.ImageCropModal_modal__1u3o_:has(.ImageCropModal_editMode__D7eD2){position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;max-width:none;max-height:none;border-radius:0;padding:0;margin:0;display:flex;flex-direction:column;background:#fff;overflow:hidden}.ImageCropModal_editMode__D7eD2{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px;gap:15px;height:100%}@keyframes ImageCropModal_slideInMobile__Q1WXK{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.ImageCropModal_title__IMzAq{font-size:1.1rem;margin-bottom:15px}.ImageCropModal_editCanvas__O6_wj{width:calc(100vw - 50px);height:calc(100vw - 50px);max-width:240px;max-height:240px}.ImageCropModal_previewCircle__nu2os{width:160px;height:160px}.ImageCropModal_cropCircle__AbYqx{width:200px;height:200px}.ImageCropModal_editHeader__bIE2A{position:absolute;top:0;left:0;right:0;margin-bottom:10px;padding:10px 15px;display:flex;justify-content:flex-start;align-items:center;width:100%;background:#fff;z-index:var(--z-ui-element-overlay);border-bottom:1px solid #e0e0e0}.ImageCropModal_editTitle__EGg5l{display:none}.ImageCropModal_backButton__W1VnU,.ImageCropModal_doneButton__WwvTu{padding:6px 10px;font-size:.85rem;min-height:32px;flex-shrink:0}.ImageCropModal_backButton__W1VnU{margin-right:auto}.ImageCropModal_doneButton__WwvTu{margin-left:auto}.ImageCropModal_zoomControls__k34bL{margin:10px 0;gap:15px;display:flex;justify-content:center;align-items:center;flex-direction:row}.ImageCropModal_zoomButton__azfwy{width:36px;height:36px;font-size:16px}.ImageCropModal_zoomLabel__6wBoe{font-size:.8rem;margin:0 10px}.ImageCropModal_editPhotoButton__7WMRl,.ImageCropModal_newPhotoButton__E2vyt,.ImageCropModal_usePhotoButton__cESr1{padding:10px 16px;font-size:.85rem;min-height:40px}.ImageCropModal_previewInfo__1ptyG{margin:8px 0}.ImageCropModal_previewText__3NjNG{font-size:.9rem}.ImageCropModal_previewSubtext__K2ZYz{font-size:.8rem}}@media screen and (max-width:360px){.ImageCropModal_overlay__uiRKY{padding:20px 5px 5px}.ImageCropModal_overlay__uiRKY:has(.ImageCropModal_editMode__D7eD2){position:fixed;top:0;left:0;right:0;bottom:0;padding:0;align-items:stretch;justify-content:stretch;background:#fff;touch-action:none;overflow:hidden}.ImageCropModal_modal__1u3o_{max-height:550px;padding:12px 10px 10px;max-width:350px}.ImageCropModal_modal__1u3o_:has(.ImageCropModal_editMode__D7eD2){position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;max-width:none;max-height:none;border-radius:0;padding:0;margin:0;display:flex;flex-direction:column;background:#fff;overflow:hidden}.ImageCropModal_editMode__D7eD2{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px;gap:15px;height:100%}.ImageCropModal_editCanvas__O6_wj{width:calc(100vw - 40px);height:calc(100vw - 40px);max-width:220px;max-height:220px}.ImageCropModal_previewCircle__nu2os{width:140px;height:140px}.ImageCropModal_cropCircle__AbYqx{width:180px;height:180px}}.ImageViewerModal_overlay__5rnqV{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;z-index:var(--z-modal-image-viewer);padding:20px;animation:ImageViewerModal_fadeIn__P_Yaf .3s ease}@keyframes ImageViewerModal_fadeIn__P_Yaf{0%{opacity:0}to{opacity:1}}.ImageViewerModal_modal__i0tYo{background:#fff;border-radius:12px;padding:60px 30px 30px;max-width:900px;max-height:90vh;width:100%;box-shadow:0 8px 32px rgba(0,0,0,.3);position:relative;animation:ImageViewerModal_slideIn__eJI0b .3s ease;display:flex;flex-direction:column}@keyframes ImageViewerModal_slideIn__eJI0b{0%{transform:scale(.95) translateY(-20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.ImageViewerModal_closeButton__ZAox5{position:absolute;top:10px;left:10px;background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease;color:#333;z-index:var(--z-modal-controls)}.ImageViewerModal_closeButton__ZAox5:hover{background:rgba(0,0,0,.08)}.ImageViewerModal_closeButton__ZAox5 svg{display:block}.ImageViewerModal_title__SJ1Gu{font-family:Jost,Arial,sans-serif;font-size:1.5rem;font-weight:700;color:#000;margin:0 0 20px;text-align:center}.ImageViewerModal_imageContainer__b4f_s{flex:1 1;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;background:#f5f5f5;min-height:300px;max-height:calc(90vh - 200px)}.ImageViewerModal_image__wOGdh{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:8px;display:block}.ImageViewerModal_closeButtonBottom__JTFG9{display:block;margin:20px auto 0;padding:12px 40px;background:#000;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Open Sans,Arial,sans-serif}.ImageViewerModal_closeButtonBottom__JTFG9:hover{background:#333;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.ImageViewerModal_closeButtonBottom__JTFG9:active{background:#000;transform:scale(.98)}@media (max-width:768px){.ImageViewerModal_modal__i0tYo{padding:50px 20px 20px;max-width:95vw;max-height:95vh}.ImageViewerModal_title__SJ1Gu{font-size:1.25rem;margin-bottom:15px}.ImageViewerModal_imageContainer__b4f_s{min-height:200px;max-height:calc(95vh - 180px)}.ImageViewerModal_closeButton__ZAox5{top:5px;left:5px}.ImageViewerModal_closeButtonBottom__JTFG9{padding:10px 30px;font-size:.95rem;margin-top:15px}}@media (max-width:480px){.ImageViewerModal_modal__i0tYo{padding:40px 15px 15px}.ImageViewerModal_title__SJ1Gu{font-size:1.1rem}.ImageViewerModal_imageContainer__b4f_s{min-height:150px}}.Footer_footer__eNA9m{background-color:#000;color:#fff;padding:32px 20px}.Footer_footerInner__WKhML{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;align-items:flex-start}.Footer_footerBrand__7nKvy{max-width:320px}.Footer_footerTitle__CNlkx{font-family:Open Sans,Arial,sans-serif;font-size:1rem;font-weight:600;margin-bottom:8px}.Footer_footerText__F_1zr{font-family:Open Sans,Arial,sans-serif;font-size:.8rem;line-height:1.6;opacity:.9}.Footer_footerColumns__5pKoq{display:flex;flex-wrap:wrap;gap:32px}.Footer_footerColumn__RGtUM{min-width:160px}.Footer_footerHeading__N3Q1d{font-family:Open Sans,Arial,sans-serif;font-size:.85rem;font-weight:600;margin-bottom:10px}.Footer_footerList__fer2I{list-style:none;margin:0;padding:0}.Footer_footerListItem__z37j7+.Footer_footerListItem__z37j7{margin-top:6px}.Footer_footerLink__vjGfL{font-family:Open Sans,Arial,sans-serif;font-size:.8rem;color:#fff;text-decoration:none;opacity:.9}.Footer_footerLink__vjGfL:hover{opacity:1;text-decoration:underline}.Footer_footerMediaLink__WlCB1{display:inline-flex;align-items:center;gap:6px}.Footer_footerMediaIcon__xA5ET{width:16px;height:16px;display:inline-block}.Footer_footerBottomRow__IlSpa{width:100%;margin-top:24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-family:Open Sans,Arial,sans-serif;font-size:.85rem;opacity:.8}@media (max-width:767px){.Footer_footerInner__WKhML{flex-direction:column;align-items:flex-start}.Footer_footerColumns__5pKoq{width:100%}.Footer_footerBottomRow__IlSpa{flex-direction:column;align-items:flex-start}}@media (min-width:1024px){.Footer_footerBrand__7nKvy{max-width:420px}}@media (min-width:701px) and (max-width:1024px){.dividerOverride_ipadHeroDivider__FiLDE{width:90%;max-width:90%;margin-left:0;margin-right:auto}}.Header_header__hO3lJ{background:#e8dcc2;height:80px;display:flex;align-items:center;padding:0 25px;position:-webkit-sticky;position:sticky;top:0;z-index:var(--z-header);margin:0;border:none;outline:none;box-shadow:none}.Header_header__hO3lJ.Header_white__oL1xI{background:#fff;border-bottom:1px solid rgba(0,0,0,.05)}.Header_header__hO3lJ.Header_spaceBetween__FicTg{justify-content:space-between}.Header_logoArea__V_dkJ{display:flex;align-items:center;gap:12px;margin:0;padding:0}.Header_logoArea__V_dkJ a{text-decoration:none;border:none;outline:none;display:block}.Header_logoArea__V_dkJ img{height:58px;width:auto;margin:0;padding:0;border:none;outline:none;display:block}.Header_brandText__ICtYj{font-family:Open Sans,Arial,sans-serif;font-size:1.9rem;color:#000;font-weight:400;letter-spacing:-.2px;margin:0;padding:0;line-height:1;text-rendering:optimizeLegibility;vertical-align:middle;height:58px;display:flex;align-items:center}.Header_headerIcon__5Iiqk{display:flex;align-items:center;margin-left:0;margin-right:0;text-decoration:none;padding:8px;border-radius:8px;transition:all .2s ease;background:none;border:none;outline:none}.Header_headerIcon__5Iiqk:hover{background-color:transparent;transform:none}.Header_headerIcon__5Iiqk .material-icons{width:24px;height:24px;color:#333;font-size:24px}.Header_rightArea__AZ2rQ{margin-left:auto}.Header_navLinks__u6IRo,.Header_rightArea__AZ2rQ{display:flex;align-items:center;gap:24px}.Header_navLink__LzXns{text-decoration:none;font-family:Open Sans,Arial,sans-serif;font-size:.95rem;font-weight:400;letter-spacing:0;padding:8px 16px;border-radius:8px;border:none;transition:all .2s ease}.Header_navLink__LzXns,.Header_navLink__LzXns:hover{color:#333;background:transparent}@media (max-width:1024px){.Header_navLinks__u6IRo{display:none}.Header_headerIcon__5Iiqk,.Header_header__hO3lJ.Header_profileMobile__mGM1C{display:none!important}}.Navigation_sidebar__GXkqb{width:550px;min-width:200px;max-width:590px;background:#ffffff;padding:260px 0 0 40px;display:flex;flex-direction:column;gap:15px;margin:0;border:none;outline:none;box-shadow:none;position:relative;flex-shrink:0}.Navigation_sidebarWithProfile__Gg3cf{padding-top:0;background:#fff;border-right:none;position:relative}.Navigation_sidebarWithProfile__Gg3cf:after{content:"";position:absolute;right:30px;top:160px;height:600px;width:2px;background:#e0e0e0}.Navigation_profileSection__R7yMV{display:flex;flex-direction:column;align-items:center;padding:0;margin:var(--profile-section-margin,-150px auto 54px auto);width:270px;background:#fffff4;border-radius:7px;position:relative;overflow:hidden}.Navigation_profileIconWrapper__ti6VL{display:flex;justify-content:center;align-items:center;margin-bottom:27px;padding-top:14px}.Navigation_profileIcon__svlWw{width:108px;height:108px;object-fit:contain}.Navigation_profileAvatar__fqN_f{width:78px;height:78px;border-radius:50%;background:#000;display:flex;align-items:center;justify-content:center;font-size:2.1rem;font-weight:700;color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.3);margin-top:20px}.Navigation_profileAvatarWithImage__187vi{background:transparent}.Navigation_profileButton__L60AI{font-family:Open Sans,Arial,sans-serif;font-size:1rem;font-weight:600;color:#000;background:#d4a574;border:none;border-radius:27px;padding:7px 20px;cursor:pointer;transition:all .2s ease;margin-bottom:40px;letter-spacing:.4px;text-align:center}.Navigation_profileButton__L60AI:hover{background:#c89563;transform:translateY(-1px)}.Navigation_rocketImageWrapper__qnuOT{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:0}.Navigation_rocketImage__OGHre{width:270px;height:auto;object-fit:contain}.Navigation_navLink__PxmIA{display:flex;align-items:center;gap:11px;color:#333;text-decoration:none;font-size:.9rem;font-weight:400;font-family:Open Sans,Arial,sans-serif;transition:background .2s ease,color .2s ease;background:transparent;border:none;cursor:pointer;text-align:center;width:100%;margin:0;padding:10px 0 10px 20px;line-height:1.3;text-rendering:optimizeLegibility;border-radius:0;justify-content:flex-start;letter-spacing:.3px}.Navigation_navLink__PxmIA:hover{color:#000;background:rgba(0,0,0,.03);transform:none}.Navigation_navIcon__zQWOm{font-size:1.4em;color:#666;margin:0;padding:0;border:none}.Navigation_profileSidebar__KRLwK{background:#fff;min-height:100vh;width:500px;padding-left:60px;padding-right:38px;box-sizing:border-box;padding-top:80px;position:relative;flex-shrink:0}.Navigation_profileSidebar__KRLwK:after{content:"";position:absolute;right:0;top:120px;height:460px;width:2px;background:#e0e0e0}.Navigation_profileSidebar__KRLwK h1{font-family:Open Sans,Arial,sans-serif;font-size:1.7rem;font-weight:700;margin-bottom:30px;margin-left:0;margin-top:0;letter-spacing:-.5px}.Navigation_profileMenuList__o3cpj{list-style:none;padding:0;margin:0}.Navigation_profileMenuItem__3cBS9{display:flex;align-items:center;gap:14px;font-size:.95em;font-weight:400;color:#333;padding:12px 15px;cursor:pointer;transition:color .13s;text-decoration:none;background:none;border:none;text-align:left;width:85%;font-family:Open Sans,Arial,sans-serif;margin-left:-13px;border-radius:7px}.Navigation_profileMenuItem__3cBS9:hover{background-color:#f5f5f5;transition:background .1s ease}.Navigation_profileMenuItem__3cBS9 .material-icons{font-size:1.7em;color:#333}.Navigation_profileMenuIcon__fShsR{width:24px;height:24px;object-fit:contain;opacity:.8}.Navigation_profileMenuItem__3cBS9:focus,.Navigation_profileMenuItem__3cBS9:hover{color:#000}.Navigation_profileMenuItem__3cBS9:hover .Navigation_profileMenuIcon__fShsR{opacity:1}.Navigation_profileMenuItem__3cBS9:active{background-color:#e0e0e0;transform:scale(.98);transition:all .1s ease}.Navigation_profileMenuActive__Dyx_P{font-weight:500;color:#000}@media (min-width:1400px){.Navigation_sidebar__GXkqb{width:550px;padding:260px 0 0 60px;margin-right:0}}@media (min-width:1200px) and (max-width:1400px){.Navigation_sidebar__GXkqb{width:480px;min-width:200px;padding:260px 0 0 30px;margin-right:0}}@media (max-width:1200px){.Navigation_sidebar__GXkqb{width:480px;min-width:200px;padding:260px 0 0 30px;margin-right:0}}@media (min-width:1025px){.Navigation_profileSection__R7yMV{--profile-section-margin:-109px auto 59px auto}}@media (max-width:1100px){.Navigation_profileSidebar__KRLwK{min-width:100%;padding-left:22px;padding-right:22px;border-right:none}}@media (max-width:1024px){.Navigation_sidebar__GXkqb{width:450px;min-width:180px;padding:260px 0 0 20px;margin-right:0}.Navigation_sidebarWithProfile__Gg3cf{width:300px}.Navigation_sidebar__GXkqb{width:100%;min-width:auto;max-width:none;padding:40px 0 20px;margin-right:0;left:0;position:static;flex-direction:row;justify-content:space-around;flex-wrap:wrap;gap:10px}.Navigation_sidebarWithProfile__Gg3cf .Navigation_profileSection__R7yMV{display:none!important}.Navigation_navLink__PxmIA{padding:10px 15px;font-size:.9em;min-width:120px;justify-content:center}.Navigation_profileSidebar__KRLwK,.Navigation_sidebar__GXkqb.Navigation_profileMobileHide__hGz6m{display:none!important}}@media (min-width:1025px) and (max-width:1440px){.Navigation_profileSidebar__KRLwK:after{right:60px;top:39px}.Navigation_sidebarWithProfile__Gg3cf:after{right:20ch;top:80px;height:440px}.Navigation_sidebar__GXkqb{padding-top:200px}.Navigation_profileSection__R7yMV{--profile-section-margin:-140px auto 0px 40px;width:190px}.Navigation_rocketImage__OGHre{width:285px!important;height:285px!important}.Navigation_profileAvatar__fqN_f{width:70px!important;height:70px!important;font-size:1.8rem}.Navigation_profileIconWrapper__ti6VL{margin-bottom:15px}.Navigation_profileButton__L60AI{font-size:.8rem;padding:5px 12px}}@media (max-width:480px){.Navigation_sidebar__GXkqb{padding:20px 0 15px;flex-direction:column;gap:5px}.Navigation_navLink__PxmIA{padding:8px 10px;font-size:.85em;min-width:auto;width:100%;justify-content:flex-start}.Navigation_profileSidebar__KRLwK{padding-left:6vw;padding-right:6vw}}.SalonGalleryModal_overlay__w5P0B{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:var(--z-modal-primary);padding:20px;animation:SalonGalleryModal_fadeIn__dwBxG .2s ease}@keyframes SalonGalleryModal_fadeIn__dwBxG{0%{opacity:0}to{opacity:1}}.SalonGalleryModal_modal__V3agl{background:#fff;border-radius:12px;padding:40px 32px 32px;max-width:900px;width:100%;box-shadow:0 8px 32px rgba(0,0,0,.25);position:relative;animation:SalonGalleryModal_slideIn__If_bk .3s ease;display:flex;flex-direction:column}@keyframes SalonGalleryModal_slideIn__If_bk{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.SalonGalleryModal_closeButton__iE2uI{position:absolute;top:12px;left:12px;background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease;color:#333}.SalonGalleryModal_closeButton__iE2uI:hover{background:rgba(0,0,0,.05)}.SalonGalleryModal_grid__4FHP5{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:24px}.SalonGalleryModal_slot__a2x_3{background:#edf0f2;border-radius:7px;aspect-ratio:16/9;overflow:hidden;display:flex;align-items:center;justify-content:center;cursor:default;position:relative}.SalonGalleryModal_slotFilled__F5oxS{cursor:-webkit-grab;cursor:grab;touch-action:none}.SalonGalleryModal_slotFilled__F5oxS:active{cursor:-webkit-grabbing;cursor:grabbing}.SalonGalleryModal_slotDragging__zEW01{opacity:.2}.SalonGalleryModal_slotImage__ruemR{width:100%;height:100%;object-fit:cover;display:block}.SalonGalleryModal_slotEmpty__MJS8k{cursor:pointer}.SalonGalleryModal_slotDeleteButton__LeFNt,.SalonGalleryModal_slotUploadButton__r97m9{position:absolute;right:4px;bottom:4px;background:transparent;border:none;padding:0;cursor:pointer;line-height:0}.SalonGalleryModal_uploadIconCircle__E8bjS{width:26px;height:26px;border-radius:999px;border:2px solid #000;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.8)}.SalonGalleryModal_deleteIconSvg__XOsPc,.SalonGalleryModal_uploadIconSvg__bkqZx{width:14px;height:14px;color:#000;display:block;transform-origin:center;transform:translateY(.5px)}.SalonGalleryModal_plus__RkAiv{font-size:2.4rem;line-height:1;font-weight:700;color:#000}.SalonGalleryModal_footer___u9PX{margin-top:32px;display:flex;justify-content:flex-end}.SalonGalleryModal_saveButton__Lxeb2{padding:10px 30px;background:#000;color:#fff;border:none;border-radius:8px;font-family:Open Sans,Arial,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .1s ease}.SalonGalleryModal_saveButton__Lxeb2:hover{background:#333}.SalonGalleryModal_saveButton__Lxeb2:active{transform:scale(.98)}.SalonGalleryModal_saveButton__Lxeb2:disabled{background:#999;cursor:not-allowed}.SalonGalleryModal_dragPreview__dG0ul{position:fixed;z-index:var(--z-modal-controls);pointer-events:none;border-radius:7px;overflow:hidden;box-shadow:0 6px 24px rgba(0,0,0,.3);top:0;left:0}.SalonGalleryModal_dragPreviewImage__OntTM{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:1024px){.SalonGalleryModal_overlay__w5P0B{padding:0}.SalonGalleryModal_modal__V3agl{width:100vw;height:100vh;max-width:none;max-height:none;border-radius:0;padding:32px 20px 24px;overflow-y:auto;-webkit-overflow-scrolling:touch;justify-content:center}}@media (max-width:900px){.SalonGalleryModal_grid__4FHP5{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.SalonGalleryModal_grid__4FHP5{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.SalonGalleryModal_slot__a2x_3{aspect-ratio:4/3}.SalonGalleryModal_modal__V3agl{padding:24px 16px 20px}}@media (hover:hover) and (pointer:fine){.SalonGalleryModal_slotDeleteButton__LeFNt,.SalonGalleryModal_slotUploadButton__r97m9{opacity:0;pointer-events:none;transition:opacity .15s ease}.SalonGalleryModal_slotFilled__F5oxS:hover .SalonGalleryModal_slotDeleteButton__LeFNt,.SalonGalleryModal_slotFilled__F5oxS:hover .SalonGalleryModal_slotUploadButton__r97m9{opacity:1;pointer-events:auto}}@media (hover:none) and (pointer:coarse){.SalonGalleryModal_slotDeleteButton__LeFNt,.SalonGalleryModal_slotUploadButton__r97m9{opacity:1;pointer-events:auto}}.page_container__KdFxQ{font-family:Open Sans,Arial,sans-serif;background:#faf6f2;text-align:center;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px}.page_successBox__z59_5{background:white;border-radius:20px;padding:60px 40px;box-shadow:0 10px 40px rgba(0,0,0,.1);max-width:500px;width:100%}.page_iconWrapper__V_7Xc{width:80px;height:80px;background:#4CAF50;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px}.page_checkIcon__6MCMq{font-size:3rem;color:white;font-weight:700}.page_title__92IN3{font-size:2.5rem;color:#000;margin-bottom:20px;font-weight:700;letter-spacing:-1px}.page_message___Rg_P{font-size:1.2rem;color:#333;margin-bottom:15px;line-height:1.6}.page_subMessage__n99wU{font-size:.95rem;color:#666;margin-bottom:30px;line-height:1.5}.page_ctaButton__AsYjr{margin-top:10px}@media (max-width:600px){.page_successBox__z59_5{padding:40px 30px}.page_iconWrapper__V_7Xc{width:60px;height:60px;margin-bottom:20px}.page_checkIcon__6MCMq{font-size:2rem}.page_title__92IN3{font-size:2rem;margin-bottom:15px}.page_message___Rg_P{font-size:1.1rem;margin-bottom:10px}.page_subMessage__n99wU{font-size:.9rem;margin-bottom:25px}.page_ctaButton__AsYjr{width:100%}.page_bannerInner__DvWNu{height:200px}}.page_page__voJDI{min-height:calc(100vh - 80px);background:#ffffff;padding-bottom:40px;font-family:Open Sans,Arial,sans-serif}.page_headerWrapper__BxaJU{position:relative}.page_bannerSection__EZ0l0{background:#e8dcc2;position:relative}.page_bannerSectionHasImage__FaXCL{background:transparent}.page_banner__VGB3J{width:100%;max-width:none;margin:0}.page_bannerInner__DvWNu{height:260px;background:#e8dcc2;width:100%}.page_bannerInnerHasImage__TSFlx{position:relative}.page_bannerImage__fCwak{width:100%;height:100%;object-fit:cover;display:block}.page_bannerUploadWrapper__cwrWF{position:absolute;right:32px;bottom:18px;transform:none;opacity:0;pointer-events:none;transition:opacity .2s ease}.page_uploadIconCircle__fH9zI{width:26px;height:26px;border-radius:999px;border:2px solid #000;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.8)}.page_uploadIconSvg__n0Si4{width:14px;height:14px;color:#000}.page_bannerSection__EZ0l0:hover .page_bannerUploadWrapper__cwrWF{opacity:1;pointer-events:auto}.page_profileSection__GeRPo{max-width:900px;margin:0 auto;padding:40px 32px 30px;text-align:center;position:relative}.page_avatarWrapper__z5kqu{position:absolute;top:-70px;left:50%;transform:translateX(-50%)}.page_avatar__AA4gm{width:160px;height:160px;border-radius:50%;background:#000;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;color:#fff;overflow:hidden}.page_avatarWithImage__omU4E{background:transparent}.page_avatarWithImage__omU4E img{width:100%;height:100%;object-fit:cover;display:block}.page_fullName__jG_dT{margin-top:70px;margin-bottom:18px;font-family:Open Sans,Jost,Arial,sans-serif;font-size:1.8rem;font-weight:700;color:#000}.page_introText__RjkKW{max-width:620px;margin:0 auto;font-size:.95rem;line-height:1.7;color:#444}.page_divider__0A_0w{max-width:856px;margin:32px auto 26px;height:2px;background:#e0e0e0}.page_cardsSection__v0bnf{max-width:920px;margin:0 auto;padding:0 32px 26px}.page_cardsRowWrapper__aTr48{position:relative}.page_cardsRow__eWSFh{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.page_cardsRowTouch__9ZnsO{display:flex;gap:18px;overflow-x:auto;-webkit-overflow-scrolling:touch}.page_cardsRowTouch__9ZnsO .page_card__7mn4S{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 36px) / 3)}.page_card__7mn4S{background:#edf0f2;border-radius:7px;aspect-ratio:16/9;height:auto}@media (max-width:700px){.page_cardsRowTouch__9ZnsO .page_card__7mn4S{flex:0 0 100%}.page_card__7mn4S{height:auto}}.page_cardWithUpload__UTZKq{position:relative}.page_cardUploadIcon__6Rd5Z{position:absolute;right:14px;bottom:24px;background:transparent;border:none;padding:0;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .15s ease}.page_cardUploadIconAlways__bdYbB,.page_cardsRow__eWSFh:hover .page_cardWithUpload__UTZKq .page_cardUploadIcon__6Rd5Z{opacity:1;pointer-events:auto}.page_cardNextIcon__ikysC{position:absolute;top:50%;right:6px;transform:translateY(-50%);background:rgba(255,255,255,.9);border-radius:999px;border:none;width:26px;height:26px;display:flex;align-items:center;justify-content:center;cursor:pointer}.page_cardNextIconSvg__Iprp2{width:14px;height:14px}.page_cardPrevIcon__IOKHV{position:absolute;top:50%;left:6px;transform:translateY(-50%);background:rgba(255,255,255,.9);border-radius:999px;border:none;width:26px;height:26px;display:flex;align-items:center;justify-content:center;cursor:pointer}.page_cardPrevIconSvg___3YB6{width:14px;height:14px;transform:scaleX(-1)}.page_cardImage__64FdZ{width:100%;height:100%;object-fit:cover;border-radius:7px;display:block}.page_dividerNarrow__fS90Q{max-width:856px;margin:0 auto;height:2px;background:#e0e0e0}.page_productsSection__MjZiK,.page_scheduleSection__HKCzH{max-width:920px;margin:26px auto;padding:0 32px}.page_productsList__HSk1P{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.page_productCard__sxEKJ{background:#faf6f2;border-radius:10px;padding:18px 32px 18px 12px;display:flex;align-items:stretch;gap:14px;transition:box-shadow .2s ease;border:1px solid #edf0f2}.page_productIconColumn__CzEUp{flex:0 0 70px;display:flex;align-items:center;justify-content:center}.page_productIcon__QZjoa{width:54px;height:54px;object-fit:contain;display:block}.page_productContent__Y2kbS{flex:1 1;display:flex;flex-direction:column;gap:10px}.page_productCard__sxEKJ:hover{box-shadow:0 1px 6px rgba(0,0,0,.04)}.page_productTitle__aBYe9{font-size:1.1rem;font-weight:600;color:#111;margin:0;font-family:Open Sans,Arial,sans-serif}.page_productMeta__Qs25v{display:flex;gap:14px;align-items:center}.page_productDuration__GNUum,.page_productPrice__b16s0{font-size:.88rem;font-weight:500;color:#555}.page_productDescription__w6NGt{font-size:.92rem;color:#444;line-height:1.5;margin:0;max-height:3em;min-height:3em;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;word-break:break-word;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}.page_scheduleHeader__u_wzZ{margin-bottom:12px}.page_scheduleHeader__u_wzZ h2{margin:0 0 4px;font-size:1.1rem;font-weight:600;color:#000000}.page_scheduleHeader__u_wzZ p{margin:0;font-size:.9rem}.page_scheduleBoard__IzppI{background:transparent;border-radius:0;border:none;padding:0 22px;margin-top:12px;margin-bottom:0;display:flex;flex-direction:column;gap:6px}.page_scheduleRow__qrGCj{display:flex;align-items:center;justify-content:space-between;min-height:40px;padding:0;border-bottom:.5px solid #e0e0e0}.page_scheduleRow__qrGCj:last-child{border-bottom:none}.page_scheduleDayLabel__N2Txg{font-weight:600;color:#000000}.page_scheduleDayLabel__N2Txg,.page_scheduleTimeValue__3Cool{font-size:.9rem;line-height:1;position:relative;top:-3px}@media (min-width:769px){.page_productDescription__w6NGt{max-width:92%}}.page_fieldsSection__H4iOr{max-width:920px;margin:0 auto;padding:0 32px}.page_fieldsGrid__UzAyc{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-row-gap:0;row-gap:0;grid-column-gap:26px;column-gap:26px}.page_dashboardGrid__XCo4I{display:none}.page_dashboardCard__26_5d{background:#edf0f2;border-radius:8px;border:none;width:100%;aspect-ratio:1/1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px 12px 14px;cursor:pointer}.page_dashboardIconWrapper__fWR8n{width:60px;height:60px;margin-bottom:12px;display:flex;align-items:center;justify-content:center}.page_dashboardIcon__d7C22{width:100%;height:100%;object-fit:contain;display:block}.page_dashboardLabel__ndRt7{font-family:Open Sans,Arial,sans-serif;font-size:.9rem;color:#333}.page_fieldButton__fUEEA{display:flex;align-items:center;gap:12px;padding:16px 4px 16px 20px;background:transparent;border:none;border-bottom:1px solid #e0e0e0;cursor:pointer;text-align:left;transition:background .2s ease}.page_fieldButton__fUEEA:hover{background:rgba(0,0,0,.05)}.page_fieldIconWrapper__PeAa1{display:none}.page_fieldIcon__u3DUC{width:20px;height:20px;object-fit:contain}.page_fieldTexts__WSYqD{display:flex;flex-direction:column;gap:2px}.page_fieldLabel___WN_x{font-size:.9rem;color:#444}.page_fieldValue__PY2Ew{font-size:.9rem;color:#111}@media (max-width:768px){.page_page__voJDI{padding-bottom:28px}.page_profileSection__GeRPo{padding:32px 20px 22px}.page_avatar__AA4gm{width:115px;height:115px;font-size:2.6rem}.page_fullName__jG_dT{margin-top:64px;font-size:1.6rem}.page_introText__RjkKW{padding:0 8px;font-size:.9rem}.page_dividerNarrow__fS90Q,.page_divider__0A_0w{max-width:calc(100% - 32px)}.page_cardsSection__v0bnf,.page_fieldsSection__H4iOr,.page_productsSection__MjZiK,.page_scheduleSection__HKCzH{padding:0 16px}.page_cardsSection__v0bnf{max-width:380px}.page_fieldsSection__H4iOr,.page_productsSection__MjZiK,.page_scheduleSection__HKCzH{max-width:380px;margin:24px auto}.page_cardsRow__eWSFh,.page_productsList__HSk1P{grid-template-columns:1fr}.page_cardsRow__eWSFh{gap:14px}.page_cardsRowNoImages__ffr3d .page_card__7mn4S:first-child,.page_cardsRowNoImages__ffr3d .page_card__7mn4S:nth-child(2){display:none}.page_fieldsGrid__UzAyc{grid-template-columns:1fr}.page_divider__0A_0w{margin:32px auto 0}.page_cardsSection__v0bnf{margin:24px auto}.page_dividerNarrow__fS90Q{margin:0 auto}}@media (hover:hover) and (pointer:fine){.page_cardNextIcon__ikysC,.page_cardPrevIcon__IOKHV{background:transparent;border-radius:0;width:48px;height:48px}.page_cardNextIcon__ikysC{right:-60px}.page_cardPrevIcon__IOKHV{left:-60px}.page_cardNextIconSvg__Iprp2,.page_cardPrevIconSvg___3YB6{width:24px;height:24px}}@media (hover:none) and (pointer:coarse){.page_bannerUploadWrapper__cwrWF,.page_cardUploadIcon__6Rd5Z{opacity:1;pointer-events:auto}}@media (min-width:701px) and (max-width:768px){.page_cardsSection__v0bnf,.page_fieldsSection__H4iOr,.page_productsSection__MjZiK,.page_scheduleSection__HKCzH{max-width:920px}.page_productsList__HSk1P{grid-template-columns:repeat(2,minmax(0,1fr))}.page_cardsRow__eWSFh{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.page_cardsRow__eWSFh .page_card__7mn4S:first-child,.page_cardsRow__eWSFh .page_card__7mn4S:nth-child(2){display:block}.page_card__7mn4S{height:auto}}@media (max-width:700px){.page_card__7mn4S{height:auto}.page_dashboardGrid__XCo4I{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}}@media (max-width:1024px){.page_fieldsSection__H4iOr{margin-top:24px}.page_fieldsGrid__UzAyc{display:none}}@media (min-width:701px) and (max-width:1024px){.page_dashboardGrid__XCo4I{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.page_dashboardCard__26_5d{aspect-ratio:1/1;padding:6px 4px}.page_dashboardIconWrapper__fWR8n{width:98px;height:98px;margin-bottom:8px}.page_dashboardLabel__ndRt7{font-size:.9rem}}@media (min-width:401px) and (max-width:700px){.page_dashboardIconWrapper__fWR8n{width:80px;height:80px;margin-bottom:12px}.page_dashboardLabel__ndRt7{font-size:1rem}}.page_applyPage__nJSQM{min-height:calc(100vh - 80px);background:#fff;padding:20px;display:flex;align-items:center;justify-content:center}@media (min-width:1025px){.page_applyPage__nJSQM{min-height:calc(100vh - 80px);align-items:center;justify-content:center}}.page_applyLayout__9vOE6{width:min(1200px,100%);margin:0 auto;background:#fff;border-radius:32px;display:grid;grid-template-columns:.95fr 1.05fr;overflow:hidden;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 12px rgba(0,0,0,.06)}.page_infoPanel__aqVC6{background:#fff5ea;padding:60px 50px 60px 60px;display:flex;flex-direction:column;gap:25px;border-right:1px solid rgba(0,0,0,.05)}.page_applyTitle__Kz1r5{font-family:Open Sans,Jost,Arial,sans-serif;font-size:2.4rem;font-weight:700;color:#1f1c19;margin:0}.page_applyIntro__jPS7O{font-family:Open Sans,Arial,sans-serif;color:#514a43;line-height:1.7;margin:0;font-size:1rem}.page_progress__abWHq{display:flex;flex-direction:column;gap:16px}.page_progressTrack__JkV2n{height:6px;width:100%;background:rgba(0,0,0,.1);border-radius:999px;overflow:hidden}.page_progressValue__3IENs{height:100%;background:#000;border-radius:999px;transition:width .3s ease}.page_progressSteps__Bujh_{display:flex;flex-direction:column;gap:14px}.page_progressItem__8PSoU{display:flex;align-items:center;gap:12px;font-size:.95rem;color:#6b5f53}.page_stepBadge__lpMSL{width:30px;height:30px;border-radius:50%;border:1px solid rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#6b5f53}.page_stepBadgeActive__VOwv8{background:#000;color:#fff;border-color:#000}.page_stepBadgeDone__ZbRKq{background:#1f1c19;color:#fff;border-color:#1f1c19;opacity:.85}.page_stepLabel__B_k1d{text-transform:uppercase;font-size:.85rem;letter-spacing:.15em;color:#918578;margin:0 0 4px}.page_formPanel__RJ26C{padding:60px;display:flex;flex-direction:column;gap:30px}.page_stepHeader__tCWY4 h2{margin:0;font-size:1.9rem;color:#1f1c19}.page_stepDescription__qoRS0{color:#6f6660;margin:12px 0 0;line-height:1.6}.page_stepContent__SjClM{display:flex;flex-direction:column;gap:20px}.page_stepGrid__vWwSt{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.page_formField__4NYbq{display:flex;flex-direction:column;gap:8px}.page_formField__4NYbq label{font-size:.95rem;font-weight:600;color:#3f3a35}.page_inputRow__nk_Iw{display:flex;gap:8px;align-items:center}.page_inputGrow__zenvo{flex:1 1 auto;min-width:0}.page_inputPrefix__NyFo7{flex:0 0 clamp(84px,28vw,120px)}.page_dropdownOverride__wWMVl>div:not([role=listbox]),.page_dropdownOverride__wWMVl>input{border:none!important;background:#f4f4f4!important;border-radius:10px!important;padding:14px 16px!important;font-family:Roboto,Arial,sans-serif!important;font-size:1rem!important;color:#1f1c19!important;transition:background .2s ease!important;height:50px!important;box-sizing:border-box!important}.page_dropdownOverride__wWMVl>div:not([role=listbox]):focus,.page_dropdownOverride__wWMVl>input:focus{background:#ececec;outline:2px solid #d5d5d5}.page_phoneCodeDropdown__HnflL .dropdownPopup{max-height:150px;overflow-y:auto}.page_phoneCodeDropdown__HnflL .dropdownSlots{max-height:110px;overflow-y:auto}.page_formField__4NYbq input,.page_formField__4NYbq textarea{width:100%;border:none;background:#f4f4f4;border-radius:10px;padding:14px 16px;font-family:Roboto,Arial,sans-serif;font-size:1rem;color:#1f1c19;transition:background .2s ease;resize:none}.page_formField__4NYbq input{height:50px;box-sizing:border-box}.page_formField__4NYbq input:focus,.page_formField__4NYbq textarea:focus{background:#ececec;outline:2px solid #d5d5d5}.page_chipGroup__6vp0L{display:flex;flex-wrap:wrap;gap:10px}.page_chip__WoRqp{padding:10px 18px;border-radius:999px;border:1px solid rgba(0,0,0,.25);background:transparent;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:.95rem;color:#3a342f;transition:all .2s ease}.page_chipActive__p8axB{background:#000;color:#fff;border-color:#000}.page_uploadArea__f7I0L{background:#fffaf3;border:1px solid rgba(0,0,0,.05);border-radius:16px;padding:20px}.page_uploadAreaFilled__tp7j5{background:#fff;border:none}.page_uploadPrompt__hcyF2{display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;color:#5f554d;font-weight:600}.page_uploadPrompt__hcyF2 img{width:28px;height:28px;object-fit:contain}.page_uploadPreview__d4Huu{display:flex;flex-direction:column;gap:14px}.page_uploadPreview__d4Huu img{width:100%;border-radius:14px;object-fit:cover;max-height:280px}.page_uploadActions__t_xN_{display:flex;gap:12px}.page_uploadActions__t_xN_ button,.page_uploadActions__t_xN_ label{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;text-decoration:none;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:.9rem;font-weight:500;font-family:Roboto,Arial,sans-serif;line-height:1;transition:background-color .2s ease,border-color .2s ease;cursor:pointer;padding:10px 16px}.page_uploadActions__t_xN_ button{background:white;color:#000;border:1px solid rgba(0,0,0,.2)}.page_uploadActions__t_xN_ button:hover{background:#f5f5f5}.page_uploadActions__t_xN_ label{background:#000;color:white}.page_uploadActions__t_xN_ label:hover{background:#333}.page_summary__RrK5_{background:#faf6f2;border-radius:16px;padding:20px}.page_summary__RrK5_ h4{margin:0 0 12px;font-size:1.1rem;color:#2f2a25}.page_summary__RrK5_ ul{margin:0;padding-left:18px;color:#5b534b;line-height:1.6}.page_formFieldCheckbox__g363s{background:#f9f9f9;border-radius:12px;padding:14px 18px;border:1px solid rgba(0,0,0,.08)}.page_formFieldCheckbox__g363s label{display:flex;align-items:center;gap:10px;font-size:.95rem;color:#413933}.page_formFieldCheckbox__g363s a{color:#000;text-decoration:underline}.page_formFieldCheckbox__g363s input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px;border:2px solid rgba(0,0,0,.3);border-radius:3px;display:grid;place-items:center;background:#fff;cursor:pointer;flex-shrink:0;transition:all .2s ease;position:relative}.page_formFieldCheckbox__g363s input[type=checkbox]:hover{border-color:rgba(0,0,0,.5)}.page_formFieldCheckbox__g363s input[type=checkbox]:after{content:"";width:3.5px;height:6px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg) translate(-.5px,-1px);opacity:0;transition:opacity .2s ease;position:absolute}.page_formFieldCheckbox__g363s input[type=checkbox]:checked{background:#000;border-color:#000}.page_formFieldCheckbox__g363s input[type=checkbox]:checked:after{opacity:1}.page_helperText__nqm8V{font-size:.85rem;color:#8a7f74}.page_actions__vL1cZ{display:flex;justify-content:flex-end;gap:16px}.page_actions__vL1cZ button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;text-decoration:none;display:flex;align-items:center;justify-content:center;height:50px;padding:0;border-radius:6px;font-size:1rem;font-weight:500;font-family:Roboto,Arial,sans-serif;line-height:1;transition:background-color .2s ease,border-color .2s ease;cursor:pointer}.page_primaryAction__Ltkkx,.page_secondaryAction__mIXhQ{min-width:180px}.page_primaryAction__Ltkkx{background:#000;color:white}.page_primaryAction__Ltkkx:not(:disabled):hover{background:#333}.page_primaryAction__Ltkkx:not(:disabled):active{background:#555555;transform:scale(.98);transition:all .1s ease}.page_secondaryAction__mIXhQ{background:white;color:#000;border:1px solid rgba(0,0,0,.2)}.page_secondaryAction__mIXhQ:not(:disabled):hover{background:rgba(0,0,0,.05);border-color:rgba(0,0,0,.3)}.page_secondaryAction__mIXhQ:not(:disabled):active{background:rgba(0,0,0,.1);transform:scale(.98);transition:all .1s ease}.page_secondaryAction__mIXhQ:disabled{opacity:.4;cursor:not-allowed}.page_primaryAction__Ltkkx:disabled{opacity:.5;cursor:not-allowed}@media (max-width:1024px){.page_applyPage__nJSQM{padding:0;background:#fff;flex-direction:column;align-items:stretch}.page_applyLayout__9vOE6{width:100%;border-radius:0;box-shadow:none;grid-template-columns:1fr}.page_infoPanel__aqVC6{border-right:none;border-bottom:1px solid rgba(0,0,0,.05);background:#fff5ea}.page_formPanel__RJ26C{padding:32px 20px 40px}.page_stepGrid__vWwSt{grid-template-columns:1fr}.page_actions__vL1cZ{flex-direction:column}.page_primaryAction__Ltkkx,.page_secondaryAction__mIXhQ{width:100%}.page_progressSteps__Bujh_{gap:8px}.page_progressItem__8PSoU{font-size:.85rem}}@media (max-width:700px){.page_applyPage__nJSQM{padding:0;background:#fff;flex-direction:column;align-items:stretch}.page_applyLayout__9vOE6{border-radius:0;box-shadow:none}.page_infoPanel__aqVC6{padding:40px 24px}.page_formPanel__RJ26C{padding:32px 20px 40px}.page_stepGrid__vWwSt{grid-template-columns:1fr}.page_actions__vL1cZ{flex-direction:column}.page_primaryAction__Ltkkx,.page_secondaryAction__mIXhQ{width:100%}.page_progressSteps__Bujh_{gap:8px}.page_progressItem__8PSoU{font-size:.85rem}}