.HeroSection-module__YGMWTW__hero{background:var(--champagne-beige);padding:var(--space-16) 0 var(--space-12);align-items:center;min-height:85vh;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.HeroSection-module__YGMWTW__hero{padding:var(--space-20) 0;min-height:90vh}}.HeroSection-module__YGMWTW__bgGradient{pointer-events:none;background:radial-gradient(#e2cfc680 0%,#0000 70%);width:60%;height:120%;position:absolute;top:-20%;right:-10%}.HeroSection-module__YGMWTW__container{max-width:var(--max-width);padding:0 var(--space-6);gap:var(--space-10);grid-template-columns:1fr;align-items:center;margin:0 auto;display:grid}@media (min-width:768px){.HeroSection-module__YGMWTW__container{padding:0 var(--space-12);gap:var(--space-16);grid-template-columns:1.1fr .9fr}}.HeroSection-module__YGMWTW__content{gap:var(--space-6);flex-direction:column;min-width:0;animation:.8s both HeroSection-module__YGMWTW__fadeInUp;display:flex;overflow-x:hidden}.HeroSection-module__YGMWTW__badge{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);font-family:var(--font-clinical);font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--soft-bronze);border-radius:var(--radius-full);background:#c1a27a1f;width:fit-content;font-weight:500;display:inline-flex}.HeroSection-module__YGMWTW__badgeDot{background:var(--soft-bronze);border-radius:var(--radius-full);width:6px;height:6px;animation:2s ease-in-out infinite HeroSection-module__YGMWTW__pulse}@keyframes HeroSection-module__YGMWTW__pulse{0%,to{opacity:1}50%{opacity:.4}}.HeroSection-module__YGMWTW__title{font-family:var(--font-editorial);font-size:var(--text-hero);color:var(--onyx-black);letter-spacing:-.02em;font-weight:600;line-height:1.05}.HeroSection-module__YGMWTW__titleAccent{color:var(--soft-bronze)}.HeroSection-module__YGMWTW__subtitle{font-family:var(--font-clinical);font-size:var(--text-lg);color:var(--text-secondary);max-width:520px;line-height:1.7}.HeroSection-module__YGMWTW__ctas{gap:var(--space-4);padding-top:var(--space-2);flex-direction:column;display:flex}@media (min-width:480px){.HeroSection-module__YGMWTW__ctas{flex-direction:row}}.HeroSection-module__YGMWTW__stats{gap:var(--space-5);padding-top:var(--space-6);grid-template-columns:1fr 1fr;max-width:100%;display:grid}@media (min-width:768px){.HeroSection-module__YGMWTW__stats{align-items:center;gap:var(--space-6);display:flex}}.HeroSection-module__YGMWTW__stat{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.HeroSection-module__YGMWTW__statNumber{font-family:var(--font-editorial);font-size:var(--text-3xl);color:var(--onyx-black);letter-spacing:-.02em;font-weight:600}@media (max-width:374px){.HeroSection-module__YGMWTW__statNumber{font-size:var(--text-2xl)}}.HeroSection-module__YGMWTW__starsWrapper{width:max-content;margin-top:2px;display:flex;position:relative}.HeroSection-module__YGMWTW__starsBackground{color:#e2cfc6;display:flex}.HeroSection-module__YGMWTW__starsForeground{color:#eab308;white-space:nowrap;width:98%;display:flex;position:absolute;top:0;left:0;overflow:hidden}.HeroSection-module__YGMWTW__statLabel{font-family:var(--font-clinical);font-size:var(--text-xs);color:var(--text-muted);letter-spacing:.02em}.HeroSection-module__YGMWTW__statDivider{background:linear-gradient(180deg, transparent 0%, var(--soft-bronze) 50%, transparent 100%);opacity:.3;width:1px;height:40px;display:none}@media (min-width:768px){.HeroSection-module__YGMWTW__statDivider{display:block}}.HeroSection-module__YGMWTW__imageCol{justify-content:center;animation:.8s .2s both HeroSection-module__YGMWTW__fadeInUp;display:flex}.HeroSection-module__YGMWTW__imageWrapper{width:100%;max-width:480px;position:relative}.HeroSection-module__YGMWTW__imageContainer{aspect-ratio:3/4;background:var(--champagne-beige);border-radius:var(--radius-xl);width:100%;box-shadow:var(--shadow-ambient);position:relative;overflow:hidden}.HeroSection-module__YGMWTW__imageOverlay{background:linear-gradient(#0000 60%,#f5f0eb99 100%);position:absolute;inset:0}.HeroSection-module__YGMWTW__floatingBadge{bottom:var(--space-6);left:var(--space-4);right:var(--space-4);align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-lg);box-shadow:var(--shadow-ambient);background:#f5f0ebd9;animation:4s ease-in-out infinite HeroSection-module__YGMWTW__float;display:flex;position:absolute}@media (min-width:768px){.HeroSection-module__YGMWTW__floatingBadge{left:calc(-1 * var(--space-6));right:auto;bottom:var(--space-10)}}.HeroSection-module__YGMWTW__floatingIcon{font-size:var(--text-xl);color:var(--cyan-avaria)}.HeroSection-module__YGMWTW__floatingText{font-family:var(--font-clinical);font-size:var(--text-sm);color:var(--text-primary);flex-direction:column;font-weight:600;display:flex}.HeroSection-module__YGMWTW__floatingText small{font-weight:400;font-size:var(--text-xs);color:var(--text-muted);margin-top:2px}@keyframes HeroSection-module__YGMWTW__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes HeroSection-module__YGMWTW__float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}
.CuratorQuote-module__irmxbG__section{background:var(--surface-base);padding:var(--space-16) 0}@media (min-width:768px){.CuratorQuote-module__irmxbG__section{padding:var(--space-24) 0}}.CuratorQuote-module__irmxbG__container{max-width:720px;padding:0 var(--space-6);text-align:center;align-items:center;gap:var(--space-8);flex-direction:column;margin:0 auto;display:flex}.CuratorQuote-module__irmxbG__decorLine{background:var(--soft-bronze);width:60px;height:.5px}.CuratorQuote-module__irmxbG__quote{font-family:var(--font-editorial);font-style:italic;font-size:var(--text-3xl);color:var(--soft-bronze);letter-spacing:-.02em;line-height:1.35;position:relative}@media (min-width:768px){.CuratorQuote-module__irmxbG__quote{font-size:var(--text-4xl)}}.CuratorQuote-module__irmxbG__quote:before{content:"\"";color:var(--soft-bronze);opacity:.08;font-size:5em;font-family:var(--font-editorial);line-height:1;position:absolute;top:-.6em;left:50%;transform:translate(-50%)}.CuratorQuote-module__irmxbG__author{gap:var(--space-1);flex-direction:column;font-style:normal;display:flex}.CuratorQuote-module__irmxbG__authorName{font-family:var(--font-clinical);font-size:var(--text-sm);color:var(--text-primary);letter-spacing:.02em;font-weight:600}.CuratorQuote-module__irmxbG__authorTitle{font-family:var(--font-clinical);font-size:var(--text-xs);color:var(--text-muted)}
.TreatmentCards-module__w5Vx5W__section{background:var(--container-low);padding:var(--space-16) 0}@media (min-width:768px){.TreatmentCards-module__w5Vx5W__section{padding:var(--space-24) 0}}.TreatmentCards-module__w5Vx5W__container{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}@media (min-width:768px){.TreatmentCards-module__w5Vx5W__container{padding:0 var(--space-12)}}.TreatmentCards-module__w5Vx5W__header{text-align:center;margin-bottom:var(--space-12);align-items:center;gap:var(--space-4);flex-direction:column;display:flex}.TreatmentCards-module__w5Vx5W__title{font-family:var(--font-editorial);font-size:var(--text-5xl);color:var(--text-primary);letter-spacing:-.02em;font-weight:600}.TreatmentCards-module__w5Vx5W__subtitle{font-family:var(--font-clinical);font-size:var(--text-base);color:var(--text-secondary);max-width:520px;line-height:1.7}.TreatmentCards-module__w5Vx5W__grid{gap:var(--space-6);grid-template-columns:1fr;display:grid}@media (min-width:640px){.TreatmentCards-module__w5Vx5W__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.TreatmentCards-module__w5Vx5W__grid{grid-template-columns:repeat(3,1fr)}}.TreatmentCards-module__w5Vx5W__card{background:var(--surface-base);border-radius:var(--radius-lg);box-shadow:var(--shadow-subtle);transition:all var(--transition-base);flex-direction:column;text-decoration:none;animation:.6s both TreatmentCards-module__w5Vx5W__fadeInUp;display:flex;overflow:hidden}.TreatmentCards-module__w5Vx5W__card:hover{box-shadow:var(--shadow-ambient);transform:translateY(-6px)}.TreatmentCards-module__w5Vx5W__cardImage{width:100%;padding-top:62.5%;position:relative;overflow:hidden}.TreatmentCards-module__w5Vx5W__cardImagePlaceholder{background:linear-gradient(135deg, var(--container) 0%, var(--nude-rose) 50%, var(--container-high) 100%);width:100%;height:100%;transition:transform var(--transition-slow);position:absolute;top:0;left:0}.TreatmentCards-module__w5Vx5W__card:hover .TreatmentCards-module__w5Vx5W__cardImagePlaceholder{transform:scale(1.05)}.TreatmentCards-module__w5Vx5W__cardContent{padding:var(--space-6);gap:var(--space-3);flex-direction:column;flex:1;display:flex}.TreatmentCards-module__w5Vx5W__cardTitle{font-family:var(--font-editorial);font-size:var(--text-2xl);color:var(--text-primary);letter-spacing:-.02em;font-weight:500}.TreatmentCards-module__w5Vx5W__cardSubtitle{font-family:var(--font-clinical);font-size:var(--text-sm);color:var(--bronze-gold)}.TreatmentCards-module__w5Vx5W__tagsContainer{flex-wrap:wrap;gap:8px;margin-top:16px;margin-bottom:24px;display:flex}.TreatmentCards-module__w5Vx5W__tag{color:var(--soft-bronze);font-family:var(--font-technical);letter-spacing:.05em;text-transform:uppercase;background:#c1a27a1a;border-radius:4px;padding:6px 12px;font-size:10px;font-weight:700}.TreatmentCards-module__w5Vx5W__cardFooter{padding-top:var(--space-4);border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-top:auto;display:flex}.TreatmentCards-module__w5Vx5W__cardCta{font-family:var(--font-clinical);font-size:var(--text-sm);color:var(--cyan-avaria);transition:color var(--transition-fast);font-weight:600}.TreatmentCards-module__w5Vx5W__cardPrice{font-family:var(--font-clinical);font-size:var(--text-sm);color:var(--text-secondary);font-weight:500}.TreatmentCards-module__w5Vx5W__card:hover .TreatmentCards-module__w5Vx5W__cardCta{color:var(--gradient-cta-start)}@keyframes TreatmentCards-module__w5Vx5W__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.TreatmentCards-module__w5Vx5W__actions{margin-top:var(--space-12);justify-content:center;display:flex}
