.Navbar-module___rHu7W__navbar{background-color:var(--glass-bg);height:90px;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border-bottom:1px solid var(--border);z-index:1000;transition:var(--transition);align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module___rHu7W__navContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module___rHu7W__logo{font-family:var(--font-heading);color:var(--foreground);align-items:center;gap:4px;font-size:1.6rem;font-weight:800;display:flex}.Navbar-module___rHu7W__logoDot{color:var(--accent)}.Navbar-module___rHu7W__navLinks{align-items:center;gap:40px;display:flex}.Navbar-module___rHu7W__navLink{color:var(--foreground);font-size:1rem;font-weight:600;position:relative}.Navbar-module___rHu7W__navLink:after{content:"";background-color:var(--accent);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-5px;left:0}.Navbar-module___rHu7W__navLink:hover{color:var(--primary)}.Navbar-module___rHu7W__navLink:hover:after{width:100%}.Navbar-module___rHu7W__cta{background-color:var(--primary);border-radius:50px;padding:12px 28px;font-size:.95rem;font-weight:700;box-shadow:0 4px 12px #0891b24d;color:#fff!important}.Navbar-module___rHu7W__cta:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 16px #0891b280}@media (max-width:768px){.Navbar-module___rHu7W__navLinks{display:none}}
.Footer-module__Grjkva__footer{color:#fff;background:linear-gradient(#0c4a6e 0%,#082f49 100%);padding:100px 20px 40px}.Footer-module__Grjkva__footerContent{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:60px;margin-bottom:80px;display:grid}.Footer-module__Grjkva__brand h3{color:#fff;margin-bottom:24px;font-size:1.6rem}.Footer-module__Grjkva__logoDot{color:#22d3ee}.Footer-module__Grjkva__description{color:#ffffffbf;max-width:280px;font-size:.95rem;line-height:1.8}.Footer-module__Grjkva__footerLinks h4{color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:28px;font-size:1rem;font-weight:700}.Footer-module__Grjkva__linkList{flex-direction:column;gap:14px;display:flex}.Footer-module__Grjkva__linkItem{color:#ffffffb3;transition:var(--transition);font-size:.95rem;font-weight:500;display:inline-block}.Footer-module__Grjkva__linkItem:hover{color:#22d3ee;transform:translate(4px)}.Footer-module__Grjkva__contactInfo p{color:#ffffffbf;align-items:center;gap:10px;margin-bottom:14px;font-size:.95rem;display:flex}.Footer-module__Grjkva__bottomBar{color:#ffffff80;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding-top:40px;font-size:.85rem;display:flex}.Footer-module__Grjkva__legalLinks{gap:32px;display:flex}.Footer-module__Grjkva__legalLinks a{color:#ffffff80;transition:var(--transition)}.Footer-module__Grjkva__legalLinks a:hover{color:#22d3ee}.Footer-module__Grjkva__crisis{color:#fff9;font-size:.8rem}.Footer-module__Grjkva__crisis a{color:#fbbf24;font-weight:600}@media (max-width:992px){.Footer-module__Grjkva__footerContent{grid-template-columns:1fr 1fr;gap:48px}}@media (max-width:600px){.Footer-module__Grjkva__footer{text-align:center;padding-top:60px}.Footer-module__Grjkva__footerContent{grid-template-columns:1fr;gap:40px}.Footer-module__Grjkva__description{max-width:100%}.Footer-module__Grjkva__contactInfo p{justify-content:center}.Footer-module__Grjkva__bottomBar{text-align:center;flex-direction:column}.Footer-module__Grjkva__legalLinks{flex-direction:column;gap:12px}}
.Hero-module__JgYmMq__hero{background:var(--background);align-items:center;min-height:90vh;padding-top:160px;padding-bottom:120px;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__heroContent{z-index:2;grid-template-columns:1.2fr .8fr;align-items:center;gap:80px;display:grid;position:relative}.Hero-module__JgYmMq__textContent{max-width:700px;animation:.8s ease-out Hero-module__JgYmMq__fadeInUp}@keyframes Hero-module__JgYmMq__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Hero-module__JgYmMq__topBadge{background-color:#f0fdfa;border:1px solid #99f6e4;border-radius:30px;align-items:center;gap:10px;margin-bottom:28px;padding:10px 20px;display:inline-flex}.Hero-module__JgYmMq__heartIcon{animation:2s infinite Hero-module__JgYmMq__heartBeat}@keyframes Hero-module__JgYmMq__heartBeat{0%,to{transform:scale(1)}10%,30%{transform:scale(1.15)}20%{transform:scale(1)}}.Hero-module__JgYmMq__badgeText{color:#0d9488;text-transform:uppercase;letter-spacing:1.5px;font-size:.85rem;font-weight:700}.Hero-module__JgYmMq__title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:28px;font-size:3.8rem;font-weight:800;line-height:1.1}.Hero-module__JgYmMq__title span{color:var(--primary);display:inline-block;position:relative}.Hero-module__JgYmMq__title span:after{content:"";z-index:-1;background:linear-gradient(90deg,#0891b233,#22d3ee33);border-radius:4px;height:12px;position:absolute;bottom:8px;left:0;right:0}.Hero-module__JgYmMq__description{color:var(--foreground-light);max-width:540px;margin-bottom:40px;font-size:1.15rem;line-height:1.8}.Hero-module__JgYmMq__description strong{color:#0891b2;font-weight:700}.Hero-module__JgYmMq__actions{align-items:center;gap:20px;margin-bottom:48px;display:flex}.Hero-module__JgYmMq__trustFooter{border-top:1px solid #f1f5f9;flex-wrap:wrap;gap:32px;padding-top:24px;display:flex}.Hero-module__JgYmMq__trustItem{color:var(--foreground-light);align-items:center;gap:8px;font-size:.9rem;font-weight:500;display:flex}.Hero-module__JgYmMq__imageWrapper{justify-content:flex-end;align-items:center;animation:.8s ease-out .2s both Hero-module__JgYmMq__fadeInUp;display:flex}.Hero-module__JgYmMq__imageInner{aspect-ratio:.8;border-radius:var(--radius-xl);width:100%;max-width:440px;box-shadow:var(--shadow-xl);border:8px solid #fff;position:relative;overflow:hidden}.Hero-module__JgYmMq__mainImage{width:100%;height:100%;transition:transform .6s;display:block}.Hero-module__JgYmMq__imageInner:hover .Hero-module__JgYmMq__mainImage{transform:scale(1.03)}.Hero-module__JgYmMq__decoration{pointer-events:none;background:radial-gradient(circle,#0891b214 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-200px;right:-200px}@media (max-width:992px){.Hero-module__JgYmMq__hero{min-height:auto;padding-top:140px}.Hero-module__JgYmMq__heroContent{text-align:center;grid-template-columns:1fr;gap:50px}.Hero-module__JgYmMq__textContent{margin:0 auto}.Hero-module__JgYmMq__description{margin-left:auto;margin-right:auto}.Hero-module__JgYmMq__actions,.Hero-module__JgYmMq__trustFooter{justify-content:center}.Hero-module__JgYmMq__imageWrapper{order:-1;justify-content:center}.Hero-module__JgYmMq__title{font-size:2.8rem}.Hero-module__JgYmMq__imageInner{max-width:320px}}@media (max-width:480px){.Hero-module__JgYmMq__title{font-size:2.2rem}.Hero-module__JgYmMq__actions{flex-direction:column}.Hero-module__JgYmMq__trustFooter{flex-direction:column;align-items:center;gap:16px}}
.TrustBadges-module__-Gseua__trustBar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);z-index:10;background-color:#fff;margin-top:-20px;padding:30px 0;position:relative}.TrustBadges-module__-Gseua__badgesContent{flex-wrap:wrap;justify-content:space-around;align-items:center;gap:20px;display:flex}.TrustBadges-module__-Gseua__badge{align-items:center;gap:15px;display:flex}.TrustBadges-module__-Gseua__icon{filter:drop-shadow(0 2px 4px #0891b233);font-size:1.8rem}.TrustBadges-module__-Gseua__text{flex-direction:column;display:flex}.TrustBadges-module__-Gseua__text strong{color:#0f172a;font-size:.95rem;font-weight:700;display:block}.TrustBadges-module__-Gseua__text span{color:#475569;font-size:.8rem}@media (max-width:768px){.TrustBadges-module__-Gseua__badgesContent{grid-template-columns:1fr 1fr;gap:30px;display:grid}.TrustBadges-module__-Gseua__badge{text-align:left;justify-content:center}}@media (max-width:480px){.TrustBadges-module__-Gseua__badgesContent{grid-template-columns:1fr}}
.About-module__S-Ka5a__about{background-color:var(--surface);position:relative;overflow:hidden}.About-module__S-Ka5a__aboutContent{grid-template-columns:1fr 1fr;align-items:center;gap:100px;display:grid}.About-module__S-Ka5a__imageContainer{position:relative}.About-module__S-Ka5a__imageGrid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.About-module__S-Ka5a__gridImage{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:360px;box-shadow:var(--shadow-md);transition:var(--transition-slow)}.About-module__S-Ka5a__gridImage:first-child{margin-top:40px}.About-module__S-Ka5a__gridImage:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.About-module__S-Ka5a__floatingCard{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);color:#0f172a;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid #0891b21a;max-width:260px;padding:28px 32px;position:absolute;bottom:-20px;right:-20px}.About-module__S-Ka5a__floatingTitle{color:#0891b2;margin-bottom:8px;font-size:1.1rem;font-weight:800;display:block}.About-module__S-Ka5a__floatingText{color:var(--foreground-light);font-size:.9rem;line-height:1.5}.About-module__S-Ka5a__sectionTitle{color:#000;letter-spacing:-.02em;margin-bottom:32px;font-size:2.8rem}.About-module__S-Ka5a__subtitle{color:#0891b2;text-transform:uppercase;letter-spacing:3px;margin-bottom:16px;font-size:.8rem;font-weight:700;display:block}.About-module__S-Ka5a__text{color:var(--foreground-light);margin-bottom:24px;font-size:1.05rem;line-height:1.8}.About-module__S-Ka5a__advantageGrid{grid-template-columns:1fr 1fr;gap:32px;margin-top:48px;display:grid}.About-module__S-Ka5a__advantageItem{border-radius:var(--radius);transition:var(--transition);background:#f8fafc;flex-direction:column;gap:8px;padding:24px;display:flex}.About-module__S-Ka5a__advantageItem:hover{background:#f1f5f9}.About-module__S-Ka5a__advantageTitle{color:#0891b2;letter-spacing:1px;text-transform:uppercase;font-size:.9rem;font-weight:800}.About-module__S-Ka5a__advantageText{color:var(--foreground-light);font-size:.95rem;line-height:1.5}@media (max-width:992px){.About-module__S-Ka5a__aboutContent{grid-template-columns:1fr;gap:60px}.About-module__S-Ka5a__floatingCard{max-width:100%;margin-top:32px;position:relative;bottom:0;right:0}.About-module__S-Ka5a__gridImage:first-child{margin-top:0}}
.Services-module__h5-agW__services{background-color:var(--background);padding:120px 0}.Services-module__h5-agW__header{text-align:center;margin-bottom:60px}.Services-module__h5-agW__label{text-transform:uppercase;letter-spacing:3px;color:#0891b2;margin-bottom:16px;font-size:.8rem;font-weight:700;display:inline-block}.Services-module__h5-agW__title{color:#000;letter-spacing:-.02em;margin-bottom:12px;font-size:2.8rem}.Services-module__h5-agW__subtitle{color:#64748b;font-size:1.05rem}.Services-module__h5-agW__priceList{border-radius:var(--radius-lg);max-width:700px;box-shadow:var(--shadow-card);background:#fff;margin:0 auto 60px;overflow:hidden}.Services-module__h5-agW__priceItem{transition:var(--transition);border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:32px 40px;display:flex;position:relative}.Services-module__h5-agW__priceItem:before{content:"";opacity:0;width:4px;transition:var(--transition);background:linear-gradient(#0891b2,#22d3ee);position:absolute;top:0;bottom:0;left:0}.Services-module__h5-agW__priceItem:last-child{border-bottom:none}.Services-module__h5-agW__priceItem:hover{background-color:#f8fafc}.Services-module__h5-agW__priceItem:hover:before{opacity:1}.Services-module__h5-agW__serviceInfo{flex-direction:column;gap:6px;display:flex}.Services-module__h5-agW__serviceName{color:#0f172a;font-size:1.2rem;font-weight:700}.Services-module__h5-agW__tag{text-transform:uppercase;letter-spacing:1px;color:#166534;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-radius:20px;width:fit-content;padding:5px 12px;font-size:.65rem;font-weight:700;display:inline-block}.Services-module__h5-agW__serviceDesc{color:var(--foreground-light);font-size:.9rem}.Services-module__h5-agW__priceValue{color:#0891b2;font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:800}.Services-module__h5-agW__cta{text-align:center}.Services-module__h5-agW__note{color:var(--foreground-light);margin-top:20px;font-size:.85rem}@media (max-width:600px){.Services-module__h5-agW__priceItem{flex-direction:column;align-items:flex-start;gap:16px;padding:28px 24px}.Services-module__h5-agW__priceValue{font-size:1.4rem}}
.Testimonials-module__5wb8fq__testimonials{background-color:var(--background);padding:120px 0}.Testimonials-module__5wb8fq__header{text-align:center;margin-bottom:60px}.Testimonials-module__5wb8fq__subtitle{color:#64748b;margin-top:16px;font-size:1.05rem}.Testimonials-module__5wb8fq__grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.Testimonials-module__5wb8fq__card{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:var(--transition);border:1px solid #0000000a;flex-direction:column;padding:40px;display:flex;position:relative}.Testimonials-module__5wb8fq__card:hover{box-shadow:var(--shadow-hover);transform:translateY(-8px)}.Testimonials-module__5wb8fq__quoteIcon{color:#0891b2;opacity:.15;font-family:Georgia,serif;font-size:4rem;line-height:1;position:absolute;top:24px;left:28px}.Testimonials-module__5wb8fq__text{color:#334155;z-index:2;font-size:1.05rem;font-style:italic;line-height:1.7;font-family:var(--font-serif);margin-bottom:32px;position:relative}.Testimonials-module__5wb8fq__footer{align-items:center;gap:16px;margin-top:auto;display:flex}.Testimonials-module__5wb8fq__avatar{object-fit:cover;box-shadow:var(--shadow-sm);border:3px solid #fff;border-radius:50%}.Testimonials-module__5wb8fq__info{flex-direction:column;display:flex}.Testimonials-module__5wb8fq__name{color:#0f172a;font-size:1rem;font-weight:700}.Testimonials-module__5wb8fq__role{color:#64748b;font-size:.85rem}@media (max-width:992px){.Testimonials-module__5wb8fq__grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}
.EmpathySection-module__1pNb0G__empathy{background:var(--background);padding:120px 0}.EmpathySection-module__1pNb0G__content{text-align:center}.EmpathySection-module__1pNb0G__title{color:#000;letter-spacing:-.02em;max-width:700px;margin-bottom:60px;margin-left:auto;margin-right:auto;font-size:2.8rem}.EmpathySection-module__1pNb0G__title span{color:#0891b2}.EmpathySection-module__1pNb0G__pillars{grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:80px;display:grid}.EmpathySection-module__1pNb0G__pillar{border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:var(--transition);background:#fff;border:1px solid #0000000a;padding:48px 32px}.EmpathySection-module__1pNb0G__pillar:hover{box-shadow:var(--shadow-hover);transform:translateY(-8px)}.EmpathySection-module__1pNb0G__icon{margin-bottom:24px;font-size:3rem;display:block}.EmpathySection-module__1pNb0G__pillar h3{color:#000;margin-bottom:16px;font-size:1.3rem}.EmpathySection-module__1pNb0G__pillar p{color:var(--foreground-light);font-size:.95rem;line-height:1.6}.EmpathySection-module__1pNb0G__quoteCard{color:#fff;border-radius:var(--radius-xl);max-width:700px;box-shadow:var(--shadow-xl);background:linear-gradient(135deg,#0c4a6e 0%,#0e7490 100%);margin:0 auto;padding:60px;position:relative}.EmpathySection-module__1pNb0G__quoteCard blockquote{font-size:1.4rem;font-style:italic;font-family:var(--font-serif);z-index:2;margin-bottom:24px;line-height:1.5;position:relative}.EmpathySection-module__1pNb0G__quoteCard cite{color:#67e8f9;text-transform:uppercase;letter-spacing:2px;font-size:.85rem;font-style:normal;font-weight:700}@media (max-width:992px){.EmpathySection-module__1pNb0G__pillars{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.EmpathySection-module__1pNb0G__title{font-size:2.2rem}.EmpathySection-module__1pNb0G__quoteCard{padding:40px}.EmpathySection-module__1pNb0G__quoteCard blockquote{font-size:1.2rem}}
.Booking-module__RbVYuG__booking{background-color:var(--background);padding:120px 0}.Booking-module__RbVYuG__bookingCard{background-color:var(--surface);border-radius:var(--radius-xl);max-width:700px;box-shadow:var(--shadow-lg);text-align:center;border:1px solid #0000000a;margin:0 auto;padding:60px}.Booking-module__RbVYuG__stepContent{animation:.5s Booking-module__RbVYuG__fadeIn}@keyframes Booking-module__RbVYuG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Booking-module__RbVYuG__stepTitle{color:var(--foreground);letter-spacing:-.02em;margin-bottom:16px;font-size:2rem}.Booking-module__RbVYuG__stepDesc{color:var(--foreground-light);max-width:450px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:1.05rem;line-height:1.6}.Booking-module__RbVYuG__serviceSelector{text-align:left;grid-template-columns:1fr;gap:16px;margin-bottom:40px;display:grid}.Booking-module__RbVYuG__serviceOption{border-radius:var(--radius);transition:var(--transition);cursor:pointer;text-align:left;background:#f8fafc;border:2px solid #e2e8f0;flex-direction:column;width:100%;padding:20px;display:flex}.Booking-module__RbVYuG__serviceOption strong{color:var(--foreground);margin-bottom:4px;font-size:1.1rem;display:block}.Booking-module__RbVYuG__serviceOption span{color:var(--foreground-light);font-size:.9rem}.Booking-module__RbVYuG__serviceOption.Booking-module__RbVYuG__active{border-color:var(--primary);background:#f0fdfa;box-shadow:0 4px 12px #0891b21a}.Booking-module__RbVYuG__serviceOption.Booking-module__RbVYuG__active strong{color:var(--primary)}.Booking-module__RbVYuG__formGroup{text-align:left;margin-bottom:24px}.Booking-module__RbVYuG__formGroup label{color:#334155;margin-bottom:10px;font-size:.95rem;font-weight:600;display:block}.Booking-module__RbVYuG__input,.Booking-module__RbVYuG__textarea{border-radius:var(--radius);width:100%;transition:var(--transition);background:#fafafa;border:2px solid #e2e8f0;padding:16px 20px;font-family:inherit;font-size:1rem}.Booking-module__RbVYuG__input:focus,.Booking-module__RbVYuG__textarea:focus{background:#fff;border-color:#0891b2;outline:none;box-shadow:0 0 0 4px #0891b21a}.Booking-module__RbVYuG__textarea{resize:vertical;min-height:120px}.Booking-module__RbVYuG__paymentBox{border-radius:var(--radius-lg);background:linear-gradient(135deg,#f0fdfa 0%,#ecfeff 100%);border:1px solid #99f6e4;margin-bottom:32px;padding:32px}.Booking-module__RbVYuG__priceRow{justify-content:space-between;align-items:center;margin-bottom:20px;font-size:1.1rem;display:flex}.Booking-module__RbVYuG__priceRow strong{color:#0891b2;font-size:1.5rem;font-weight:800}.Booking-module__RbVYuG__methodIcons{color:#475569;margin-bottom:16px;font-size:.95rem}.Booking-module__RbVYuG__invoiceNote{color:#0d9488;margin-top:16px;font-size:.9rem}.Booking-module__RbVYuG__successIcon{margin-bottom:24px;font-size:4rem}.Booking-module__RbVYuG__infoBox{border-radius:var(--radius);text-align:left;background-color:#f0fdfa;border:1px solid #99f6e4;margin-bottom:32px;padding:24px}.Booking-module__RbVYuG__infoBox p{color:#334155;margin-bottom:8px}.Booking-module__RbVYuG__infoBox p:last-child{margin-bottom:0}.Booking-module__RbVYuG__anamnesisPrompt{color:#64748b;margin-bottom:24px;font-size:1rem}.Booking-module__RbVYuG__formGrid{gap:20px;margin-bottom:32px;display:grid}.Booking-module__RbVYuG__securityBadges{color:#0d9488;justify-content:center;gap:24px;margin-top:16px;font-size:.9rem;font-weight:600;display:flex}.Booking-module__RbVYuG__disclaimer{color:#94a3b8;margin-top:16px;font-size:.8rem}.Booking-module__RbVYuG__loadingSpinner{border:3px solid #e2e8f0;border-top-color:#0891b2;border-radius:50%;width:50px;height:50px;margin:0 auto 24px;animation:.8s linear infinite Booking-module__RbVYuG__spin}@keyframes Booking-module__RbVYuG__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.Booking-module__RbVYuG__bookingCard{padding:40px 24px}.Booking-module__RbVYuG__stepTitle{font-size:1.6rem}.Booking-module__RbVYuG__securityBadges{flex-direction:column;gap:12px}}
.legal-module__8113wq__legalPage{background-color:var(--background);min-height:100vh;padding-top:140px;padding-bottom:80px}.legal-module__8113wq__content{border-radius:var(--radius-lg);max-width:800px;box-shadow:var(--shadow-md);background:#fff;margin:0 auto;padding:60px}.legal-module__8113wq__title{color:var(--foreground);text-align:center;margin-bottom:40px;font-size:2.5rem}.legal-module__8113wq__section{margin-bottom:32px}.legal-module__8113wq__section h2{color:var(--primary);margin-bottom:16px;font-size:1.4rem}.legal-module__8113wq__section p{color:var(--foreground-light);margin-bottom:16px;line-height:1.8}.legal-module__8113wq__section ul{margin-bottom:16px;padding-left:20px}.legal-module__8113wq__section li{color:var(--foreground-light);margin-bottom:8px}@media (max-width:768px){.legal-module__8113wq__content{box-shadow:none;border-radius:0;padding:30px 20px}.legal-module__8113wq__title{font-size:2rem}}
.FAQ-module__YTKPaG__faq{background-color:var(--surface)}.FAQ-module__YTKPaG__header{text-align:center;margin-bottom:60px}.FAQ-module__YTKPaG__accordion{flex-direction:column;gap:16px;max-width:800px;margin:0 auto;display:flex}.FAQ-module__YTKPaG__item{border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);overflow:hidden}.FAQ-module__YTKPaG__question{text-align:left;background-color:var(--surface);color:#000;justify-content:space-between;align-items:center;width:100%;padding:24px;font-size:1.1rem;font-weight:600;display:flex}.FAQ-module__YTKPaG__item:hover{border-color:var(--primary-light)}.FAQ-module__YTKPaG__answer{color:#334155;padding:0 24px 24px;line-height:1.6}.FAQ-module__YTKPaG__icon{color:var(--secondary);transition:var(--transition);font-size:1.2rem}@media (prefers-color-scheme:dark){.FAQ-module__YTKPaG__question{background-color:var(--surface)}}
