.Header-module__LH17rG__header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:3px solid var(--accent);isolation:isolate;background:#fffc;position:sticky;top:0}.Header-module__LH17rG__inner{justify-content:space-between;align-items:center;gap:16px;height:74px;display:flex}.Header-module__LH17rG__brand{align-items:center;gap:12px;min-width:220px;display:flex}.Header-module__LH17rG__logo{width:40px;height:40px;box-shadow:var(--shadow);border-radius:999px;justify-content:center;align-items:center;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.Header-module__LH17rG__logo:hover{transform:rotate(8deg)scale(1.1);box-shadow:0 6px 18px #00000026}.Header-module__LH17rG__logo img{object-fit:cover}.Header-module__LH17rG__name{background:linear-gradient(135deg,var(--accent),var(--accent2));-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;font-size:22px;font-weight:800;line-height:1.1}.Header-module__LH17rG__nav{gap:18px;display:flex}.Header-module__LH17rG__link{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:10px;padding:8px 10px;font-size:14px;text-decoration:none;transition:color .2s,background .2s;position:relative}.Header-module__LH17rG__link:after{content:"";background:linear-gradient(90deg,var(--accent),var(--accent2));transform-origin:0;border-radius:2px;height:2px;transition:transform .25s;position:absolute;bottom:4px;left:10px;right:10px;transform:scaleX(0)}.Header-module__LH17rG__link:not(.Header-module__LH17rG__linkHighlighted):hover:after{transform:scaleX(1)}.Header-module__LH17rG__link:hover{color:var(--text);background:#f1f5f9}.Header-module__LH17rG__linkHighlighted{background:linear-gradient(90deg,var(--accent),var(--accent2),var(--accent));background-size:200%;font-weight:700;animation:3s linear infinite Header-module__LH17rG__shimmer;color:#fff!important}.Header-module__LH17rG__linkHighlighted:after{display:none}.Header-module__LH17rG__linkHighlighted:hover{background:linear-gradient(90deg,var(--accent2),var(--accent));background-size:100%;animation:none;transform:scale(1.04);box-shadow:0 4px 14px #00000026;color:#fff!important}@keyframes Header-module__LH17rG__shimmer{0%{background-position:0%}to{background-position:200%}}.Header-module__LH17rG__cta{align-items:center;gap:10px;display:flex}.Header-module__LH17rG__btn{background:linear-gradient(90deg,var(--accent),var(--accent2));color:#fff;border:none;border-radius:999px;padding:10px 14px;font-size:14px;font-weight:700}.Header-module__LH17rG__hamburger{cursor:pointer;z-index:60;color:var(--text);background:0 0;border:none;padding:8px;transition:color .2s;display:none}.Header-module__LH17rG__hamburger:hover{color:var(--accent)}.Header-module__LH17rG__hamburger svg{display:block}@keyframes Header-module__LH17rG__navItemIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@media (max-width:900px){.Header-module__LH17rG__nav{border-bottom:1px solid var(--border);opacity:0;visibility:hidden;pointer-events:none;background:#fff;flex-direction:column;gap:0;padding:16px 0;transition:opacity .25s,transform .25s,visibility .25s;display:flex;position:absolute;top:74px;left:0;right:0;transform:translateY(-10px);box-shadow:0 8px 24px #0000001f}.Header-module__LH17rG__navOpen{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.Header-module__LH17rG__navOpen .Header-module__LH17rG__link:first-child{animation:.22s 50ms both Header-module__LH17rG__navItemIn}.Header-module__LH17rG__navOpen .Header-module__LH17rG__link:nth-child(2){animation:.22s .1s both Header-module__LH17rG__navItemIn}.Header-module__LH17rG__navOpen .Header-module__LH17rG__link:nth-child(3){animation:.22s .15s both Header-module__LH17rG__navItemIn}.Header-module__LH17rG__navOpen .Header-module__LH17rG__link:nth-child(4){animation:.22s .2s both Header-module__LH17rG__navItemIn}.Header-module__LH17rG__navOpen .Header-module__LH17rG__link:nth-child(5){animation:.22s .25s both Header-module__LH17rG__navItemIn}.Header-module__LH17rG__navOpen .Header-module__LH17rG__link:nth-child(6){animation:.22s .3s both Header-module__LH17rG__navItemIn}.Header-module__LH17rG__link{border-radius:0;width:100%;padding:14px 24px}.Header-module__LH17rG__brand{min-width:unset}.Header-module__LH17rG__hamburger{display:flex}}
.ContactDialog-module__CY8wfW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out ContactDialog-module__CY8wfW__fadeIn;display:flex;position:fixed;inset:0}@keyframes ContactDialog-module__CY8wfW__fadeIn{0%{opacity:0}to{opacity:1}}.ContactDialog-module__CY8wfW__dialog{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;animation:.3s ease-out ContactDialog-module__CY8wfW__slideUp;overflow-y:auto;box-shadow:0 20px 60px #0000004d}@keyframes ContactDialog-module__CY8wfW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ContactDialog-module__CY8wfW__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding:32px 32px 24px;display:flex}.ContactDialog-module__CY8wfW__brand{color:var(--text);margin:0 0 4px;font-size:24px;font-weight:900}.ContactDialog-module__CY8wfW__title{color:var(--text);margin:0;font-size:20px;font-weight:600}.ContactDialog-module__CY8wfW__close{width:40px;height:40px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.ContactDialog-module__CY8wfW__close:hover{background:var(--bg);color:var(--text)}.ContactDialog-module__CY8wfW__content{flex-direction:column;gap:32px;padding:24px 32px 32px;display:flex}.ContactDialog-module__CY8wfW__section{border-bottom:1px solid var(--border);padding-bottom:24px}.ContactDialog-module__CY8wfW__section:last-child{border-bottom:none;padding-bottom:0}.ContactDialog-module__CY8wfW__label{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0 0 8px;font-size:11px;font-weight:700}.ContactDialog-module__CY8wfW__value{color:var(--text);margin:0 0 16px;font-size:24px;font-weight:700}.ContactDialog-module__CY8wfW__actions{flex-wrap:wrap;gap:12px;display:flex}.ContactDialog-module__CY8wfW__button{border:1px solid var(--border);color:var(--text);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.ContactDialog-module__CY8wfW__button:hover{background:var(--bg);border-color:var(--text)}.ContactDialog-module__CY8wfW__button svg{color:var(--muted);flex-shrink:0}@media (max-width:520px){.ContactDialog-module__CY8wfW__header{padding:24px 20px 20px}.ContactDialog-module__CY8wfW__brand{font-size:20px}.ContactDialog-module__CY8wfW__title{font-size:18px}.ContactDialog-module__CY8wfW__content{gap:24px;padding:20px 20px 24px}.ContactDialog-module__CY8wfW__value{font-size:20px}.ContactDialog-module__CY8wfW__button{flex:1;justify-content:center;min-width:calc(50% - 6px)}}
.Hero-module__aaxDFq__hero{background:0 0;padding:48px 0 40px}.Hero-module__aaxDFq__card{border-radius:var(--radius);background:#fff;padding:48px;box-shadow:0 1px 3px #00000014}.Hero-module__aaxDFq__inner{grid-template-columns:1.2fr .8fr;align-items:center;gap:28px;display:grid}.Hero-module__aaxDFq__h1{letter-spacing:-.02em;margin:0;font-size:48px;font-weight:900;line-height:1.08}.Hero-module__aaxDFq__p{color:var(--muted);max-width:62ch;margin:12px 0 0;font-size:16px;line-height:1.7}.Hero-module__aaxDFq__actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.Hero-module__aaxDFq__primary{background:linear-gradient(90deg,var(--accent),var(--accent2));color:#fff;cursor:pointer;border:none;border-radius:999px;padding:14px 28px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block}.Hero-module__aaxDFq__primary:hover{background:linear-gradient(90deg,var(--accent2),var(--accent));transform:translateY(-1px);box-shadow:0 4px 16px #c5006859}.Hero-module__aaxDFq__features{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.Hero-module__aaxDFq__feature{color:var(--accent);background:#c5006812;border:1px solid #c5006833;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.Hero-module__aaxDFq__checkIcon{color:var(--accent);flex-shrink:0}.Hero-module__aaxDFq__visual{border-radius:var(--radius);border:1px solid var(--border);background:radial-gradient(900px 500px at 15% 0,#c500681a,#0000 60%),radial-gradient(600px 400px at 90% 70%,#b8892a1a,#0000 55%),#fff8fb;min-height:320px;position:relative}.Hero-module__aaxDFq__logoContainer{justify-content:center;align-items:center;display:flex;position:absolute;inset:24px 24px 76px}.Hero-module__aaxDFq__logo{object-fit:contain;width:100%;max-width:100%;height:auto;max-height:100%}.Hero-module__aaxDFq__caption{border-radius:var(--radius);border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffbf;justify-content:space-between;align-items:center;padding:12px 24px;display:flex;position:absolute;bottom:24px;left:24px;right:24px}.Hero-module__aaxDFq__captionTitle{letter-spacing:.02em;color:#0f172a;font-size:16px;font-weight:900}.Hero-module__aaxDFq__captionSub{color:#64748b;font-size:13px}@media (max-width:900px){.Hero-module__aaxDFq__inner{grid-template-columns:1fr}.Hero-module__aaxDFq__visual{min-height:240px}.Hero-module__aaxDFq__h1{font-size:40px}.Hero-module__aaxDFq__card{padding:32px}}@media (max-width:520px){.Hero-module__aaxDFq__h1{font-size:34px}.Hero-module__aaxDFq__card{padding:24px}.Hero-module__aaxDFq__logoContainer{inset:16px 16px 70px}.Hero-module__aaxDFq__caption{padding:10px 16px;bottom:16px;left:16px;right:16px}}
.Section-module__lorsjW__section{padding:48px 0}.Section-module__lorsjW__inner{gap:22px;display:grid}.Section-module__lorsjW__header{max-width:720px}.Section-module__lorsjW__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-size:12px;font-weight:800}.Section-module__lorsjW__title{margin:10px 0 0;font-size:34px;line-height:1.1}.Section-module__lorsjW__subtitle{color:var(--muted);margin:10px 0 0;font-size:16px;line-height:1.6}@media (max-width:640px){.Section-module__lorsjW__title{font-size:28px}}
.grid-module__gbx5YW__grid2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.grid-module__gbx5YW__grid3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.grid-module__gbx5YW__card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:18px}.grid-module__gbx5YW__card h3{margin:0 0 10px;font-size:18px}.grid-module__gbx5YW__card p{color:var(--muted);margin:10px 0 0;line-height:1.7}@media (max-width:900px){.grid-module__gbx5YW__grid2,.grid-module__gbx5YW__grid3{grid-template-columns:1fr}}
.Services-module__EDYGPq__badgeRow{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:12px;display:flex}.Services-module__EDYGPq__featuredCard{border:2px solid var(--accent);background:linear-gradient(135deg,#fff5f9 0%,#ffeef6 100%);position:relative}.Services-module__EDYGPq__newCard{background:linear-gradient(135deg,#faf5ff 0%,#f3e8ff 100%);border:2px solid #a78bfa;position:relative}.Services-module__EDYGPq__packageCard{border:1px solid var(--border);background:var(--card);position:relative}.Services-module__EDYGPq__badge,.Services-module__EDYGPq__tag{letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:4px;padding:4px 11px;font-size:11px;font-weight:700;line-height:1.6;display:inline-flex}.Services-module__EDYGPq__tag{background:var(--card);color:var(--muted);border-color:var(--border)}.Services-module__EDYGPq__badgeFeatured{color:#c50068;background:#ffeef6;border-color:#f5a8cf}.Services-module__EDYGPq__badgeNew{color:#6d28d9;background:#f3e8ff;border-color:#c4b5fd}.Services-module__EDYGPq__badgePackage{color:#0369a1;background:#f0f9ff;border-color:#7dd3fc}.Services-module__EDYGPq__priceTag{color:var(--foreground);border-top:1px solid var(--border);margin-top:14px;padding:6px 0;font-size:13px;font-weight:600}.Services-module__EDYGPq__priceTagFeatured{color:#c50068;border-top-color:#f5a8cf}.Services-module__EDYGPq__priceTagNew{color:#6d28d9;border-top-color:#c4b5fd}.Services-module__EDYGPq__priceTagPackage{color:#0369a1;border-top-color:#7dd3fc}.Services-module__EDYGPq__dot{opacity:.6;vertical-align:middle;background:currentColor;border-radius:50%;width:7px;height:7px;margin-right:5px;display:inline-block}
.Pricing-module__b5MAsG__tabs{flex-wrap:wrap;gap:8px;margin-bottom:28px;display:flex}.Pricing-module__b5MAsG__tab{border:1px solid var(--border);background:var(--card);color:var(--muted);cursor:pointer;white-space:nowrap;border-radius:999px;padding:8px 18px;font-size:13px;font-weight:600;transition:all .18s}.Pricing-module__b5MAsG__tab:hover{border-color:var(--accent,#c9a96e);color:var(--foreground)}.Pricing-module__b5MAsG__tabActive{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.Pricing-module__b5MAsG__panel{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.Pricing-module__b5MAsG__row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:13px 20px;transition:background .12s;display:flex}.Pricing-module__b5MAsG__row:last-child{border-bottom:none}.Pricing-module__b5MAsG__row:hover{background:var(--card)}.Pricing-module__b5MAsG__rowPackage{background:#fff9fb}.Pricing-module__b5MAsG__rowPackage:hover{background:#ffeef6}.Pricing-module__b5MAsG__rowName{color:var(--foreground);flex:1;font-size:14px;line-height:1.5}.Pricing-module__b5MAsG__rowPrice{color:var(--foreground);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:14px;font-weight:700}.Pricing-module__b5MAsG__packIcon{color:var(--accent-gold,#b8892a);margin-right:5px;font-size:12px}.Pricing-module__b5MAsG__ctaRow{background:linear-gradient(135deg,#fff5f9,#ffeef6);border-top:1px solid #f5a8cf;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.Pricing-module__b5MAsG__ctaText{color:var(--accent);margin:0;font-size:14px}.Pricing-module__b5MAsG__ctaButton{background:var(--foreground);color:var(--background);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:8px 18px;font-size:13px;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.Pricing-module__b5MAsG__ctaButton:hover{opacity:.85}.Pricing-module__b5MAsG__legend{color:var(--muted);align-items:center;gap:4px;margin-top:16px;font-size:12px;display:flex}@media (max-width:700px){.Pricing-module__b5MAsG__tabs{gap:6px}.Pricing-module__b5MAsG__tab{padding:7px 13px;font-size:12px}.Pricing-module__b5MAsG__row{padding:12px 14px}.Pricing-module__b5MAsG__ctaRow{flex-direction:column;align-items:flex-start}}
.Gallery-module__A-JlGW__card{color:inherit;border-radius:var(--radius);border:1px solid var(--border);background:var(--card);padding:0 0 16px;display:block;overflow:hidden}.Gallery-module__A-JlGW__card h3{text-align:center;margin:14px 16px 4px;font-size:16px}.Gallery-module__A-JlGW__card p{color:var(--muted);text-align:center;margin:0 16px;font-size:14px;line-height:1.6}.Gallery-module__A-JlGW__imageWrap{background:var(--border);height:220px;position:relative;overflow:hidden}.Gallery-module__A-JlGW__placeholder{background:linear-gradient(135deg,#f8f4ef 0%,#f0e8df 100%);flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;display:flex}.Gallery-module__A-JlGW__igIcon{color:#c9a96e;opacity:.7}.Gallery-module__A-JlGW__placeholderLabel{color:#c9a96e;letter-spacing:.05em;text-transform:uppercase;opacity:.8;font-size:12px;font-weight:600}.Gallery-module__A-JlGW__overlay{display:none}
.Footer-module__5K0E9a__footer{border-top:3px solid var(--accent);background:#fff8fb;padding:48px 0 0}.Footer-module__5K0E9a__inner{border-bottom:1px solid var(--border);grid-template-columns:repeat(4,1fr);gap:32px;padding-bottom:32px;display:grid}.Footer-module__5K0E9a__title{text-transform:uppercase;letter-spacing:.05em;color:var(--accent);margin:0 0 16px;font-size:14px;font-weight:900}.Footer-module__5K0E9a__desc{color:var(--muted);margin:0 0 16px;font-size:14px;line-height:1.6}.Footer-module__5K0E9a__addressContainer{align-items:flex-start;gap:12px;display:flex}.Footer-module__5K0E9a__address{color:var(--muted);flex:1;margin:0;font-size:14px;line-height:1.6}.Footer-module__5K0E9a__mapIcon{border:1px solid var(--border);width:36px;height:36px;color:var(--muted);background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.Footer-module__5K0E9a__mapIcon:hover{background:var(--card);border-color:var(--text);color:var(--text)}.Footer-module__5K0E9a__nav{flex-direction:column;gap:10px;display:flex}.Footer-module__5K0E9a__nav a{color:var(--muted);font-size:14px;transition:color .2s}.Footer-module__5K0E9a__nav a:hover{color:var(--text)}.Footer-module__5K0E9a__hours{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__5K0E9a__hourRow{align-items:center;gap:1rem;font-size:14px;display:flex}.Footer-module__5K0E9a__day{color:var(--text);font-weight:600}.Footer-module__5K0E9a__hour{color:var(--muted)}.Footer-module__5K0E9a__contacts{flex-direction:column;gap:12px;display:flex}.Footer-module__5K0E9a__contactRow{border:1px solid var(--border);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.Footer-module__5K0E9a__contactText{color:var(--text);flex:1;font-size:14px}.Footer-module__5K0E9a__contactIcon{border:1px solid var(--border);width:36px;height:36px;color:var(--muted);background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex}.Footer-module__5K0E9a__contactIcon:hover{background:var(--card);border-color:var(--text);color:var(--text)}.Footer-module__5K0E9a__contactIcon svg{color:inherit}.Footer-module__5K0E9a__socialLinks{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.Footer-module__5K0E9a__socialIcon{border:1px solid var(--border);width:40px;height:40px;color:var(--muted);background:0 0;border-radius:8px;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex}.Footer-module__5K0E9a__socialIcon:hover{background:var(--card);border-color:var(--accent);color:var(--accent)}.Footer-module__5K0E9a__socialIcon svg{color:inherit}.Footer-module__5K0E9a__bottom{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;padding:20px 0;display:flex}.Footer-module__5K0E9a__copy{color:var(--muted);margin:0;font-size:13px}.Footer-module__5K0E9a__credit{color:var(--muted);border-left:1px solid var(--border);margin:0;padding-left:16px;font-size:13px;text-decoration:none;transition:color .2s}.Footer-module__5K0E9a__credit:hover{color:var(--text)}@media (max-width:900px){.Footer-module__5K0E9a__inner{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.Footer-module__5K0E9a__inner{grid-template-columns:1fr}}
