.styles-module__YmmWdW__section{background:var(--radial-bg-header);padding:4rem 0;position:relative;overflow:hidden}.styles-module__YmmWdW__container{z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.styles-module__YmmWdW__header{text-align:center;margin-bottom:3rem}.styles-module__YmmWdW__title{text-shadow:0 0 20px var(--b-5);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.styles-module__YmmWdW__subtitle,.styles-module__YmmWdW__title{color:var(--text)}.styles-module__YmmWdW__subtitle{max-width:600px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:clamp(1.1rem,2vw,1.3rem)}.styles-module__YmmWdW__accentLine{background:linear-gradient(90deg,var(--a-6),var(--b-6));border-radius:2px;width:80px;height:4px;margin:0 auto}.styles-module__YmmWdW__responseTime{text-align:center;margin-bottom:3rem}.styles-module__YmmWdW__responseBadge{background:var(--bg);border:1px solid var(--b-2);box-shadow:var(--contact-form-shadow);border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2rem;animation:2s ease-in-out infinite styles-module__YmmWdW__pulse;display:inline-flex}.styles-module__YmmWdW__responseIcon{color:var(--a-6);font-size:1.5rem}.styles-module__YmmWdW__responseText{color:var(--text);font-size:1.1rem;font-weight:700}@keyframes styles-module__YmmWdW__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.styles-module__YmmWdW__methodsGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.styles-module__YmmWdW__methodCard{background:var(--bg);border:1px solid var(--b-2);box-shadow:var(--contact-form-shadow);color:inherit;transition:all var(--transition-smooth);border-radius:20px;align-items:center;gap:1.5rem;padding:2rem;text-decoration:none;display:flex;position:relative;overflow:hidden}.styles-module__YmmWdW__methodCard:hover{border-color:var(--b-5);box-shadow:var(--shadow-md);transform:translateY(-8px)}.styles-module__YmmWdW__methodCard:before{background:linear-gradient(90deg,var(--a-6),var(--b-6));content:"";height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.styles-module__YmmWdW__methodCard:hover:before{transform:scaleX(1)}.styles-module__YmmWdW__methodIcon{flex-shrink:0;position:relative}.styles-module__YmmWdW__icon{color:var(--a-6);font-size:2.5rem;display:block}.styles-module__YmmWdW__priorityIndicator{border:2px solid var(--bg);border-radius:50%;width:12px;height:12px;position:absolute;top:-5px;right:-5px}.styles-module__YmmWdW__methodContent{flex:1}.styles-module__YmmWdW__methodTitle{color:var(--text);margin-bottom:.5rem;font-size:1.25rem;font-weight:700;line-height:1.4}.styles-module__YmmWdW__methodValue{color:var(--a-6);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.styles-module__YmmWdW__methodDescription{color:var(--text-2);font-size:.9rem;line-height:1.5}.styles-module__YmmWdW__methodArrow{opacity:.6;transition:all var(--transition-base);flex-shrink:0}.styles-module__YmmWdW__arrowIcon{color:var(--a-6);width:1.5rem;height:1.5rem}.styles-module__YmmWdW__methodCard:hover .styles-module__YmmWdW__methodArrow{opacity:1;transform:translate(4px)}.styles-module__YmmWdW__methodAccent{background:linear-gradient(90deg,var(---a-2),var(--b-6-alpha-20));height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.styles-module__YmmWdW__methodCard:hover .styles-module__YmmWdW__methodAccent{transform:scaleX(1)}.styles-module__YmmWdW__priorityHigh .styles-module__YmmWdW__priorityIndicator{background:var(--error);box-shadow:0 0 8px var(--error)}.styles-module__YmmWdW__priorityMedium .styles-module__YmmWdW__priorityIndicator{background:var(--b-6);box-shadow:0 0 8px var(--b-6)}.styles-module__YmmWdW__priorityLow .styles-module__YmmWdW__priorityIndicator{background:var(--success);box-shadow:0 0 8px var(--success)}.styles-module__YmmWdW__decorativeElements{pointer-events:none;z-index:1;position:absolute;inset:0}.styles-module__YmmWdW__floatingShape{background:linear-gradient(135deg,var(--a-1),var(--b-6-alpha-10));opacity:.3;border-radius:50%;width:80px;height:80px;animation:8s ease-in-out infinite styles-module__YmmWdW__float;position:absolute}.styles-module__YmmWdW__floatingShape:first-child{animation-delay:0s;top:10%;right:10%}.styles-module__YmmWdW__floatingShape:nth-child(2){animation-delay:3s;top:60%;left:5%}.styles-module__YmmWdW__floatingShape:nth-child(3){animation-delay:6s;bottom:20%;right:20%}@keyframes styles-module__YmmWdW__float{0%,to{opacity:.2;transform:translateY(0)rotate(0)}50%{opacity:.5;transform:translateY(-15px)rotate(90deg)}}@media (max-width:768px){.styles-module__YmmWdW__container{padding:0 1rem}.styles-module__YmmWdW__section{padding:2rem 0}.styles-module__YmmWdW__methodsGrid{grid-template-columns:1fr;gap:1.5rem}.styles-module__YmmWdW__methodCard{text-align:center;flex-direction:column;gap:1rem;padding:1.5rem}.styles-module__YmmWdW__icon{font-size:2rem}.styles-module__YmmWdW__floatingShape{display:none}}@media (max-width:480px){.styles-module__YmmWdW__title{margin-bottom:.75rem}.styles-module__YmmWdW__subtitle{margin-bottom:1rem}.styles-module__YmmWdW__responseBadge{padding:.75rem 1.5rem}.styles-module__YmmWdW__responseIcon{font-size:1.25rem}.styles-module__YmmWdW__responseText{font-size:1rem}.styles-module__YmmWdW__methodCard{padding:1rem}.styles-module__YmmWdW__icon{font-size:1.75rem}.styles-module__YmmWdW__methodTitle{font-size:1.1rem}.styles-module__YmmWdW__methodValue{font-size:1rem}}@media (prefers-reduced-motion:reduce){.styles-module__YmmWdW__floatingShape,.styles-module__YmmWdW__responseBadge{animation:none}.styles-module__YmmWdW__methodCard:hover,.styles-module__YmmWdW__methodCard:hover .styles-module__YmmWdW__methodArrow{transform:none}}.styles-module__YmmWdW__methodCard,.styles-module__YmmWdW__responseBadge{background:var(--bg)}
.styles-module__q8XZYG__section{background:var(--radial-bg-header);padding:4rem 0;position:relative;overflow:hidden}.styles-module__q8XZYG__container{z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.styles-module__q8XZYG__header{text-align:center;margin-bottom:3rem}.styles-module__q8XZYG__title{color:var(--text-1);text-shadow:0 0 20px var(--b-5);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.styles-module__q8XZYG__subtitle{color:var(--text-2);max-width:600px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:clamp(1.1rem,2vw,1.3rem)}.styles-module__q8XZYG__accentLine{background:linear-gradient(90deg,var(--a-6),var(--b-6));border-radius:2px;width:80px;height:4px;margin:0 auto}.styles-module__q8XZYG__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.styles-module__q8XZYG__serviceCard{border:1px solid var(--b-1);box-shadow:var(--faq-item-shadow);transition:all var(--transition-smooth);border-radius:20px;padding:2rem;position:relative;overflow:hidden}.styles-module__q8XZYG__serviceCard:hover{border-color:var(--faq-item-hover-border);box-shadow:var(--faq-item-hover-shadow);transform:translateY(-8px)}.styles-module__q8XZYG__serviceCard:before{background:linear-gradient(90deg,var(--a-6),var(--b-6));content:"";height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.styles-module__q8XZYG__serviceCard:hover:before{transform:scaleX(1)}.styles-module__q8XZYG__serviceHeader{align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;display:flex}.styles-module__q8XZYG__serviceIcon{flex-shrink:0;position:relative}.styles-module__q8XZYG__icon{font-size:2.5rem;animation:2s ease-in-out infinite styles-module__q8XZYG__pulse;display:block}@keyframes styles-module__q8XZYG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.styles-module__q8XZYG__priorityBadge{border:2px solid var(--bg);letter-spacing:.5px;text-transform:uppercase;border-radius:12px;padding:.25rem .5rem;font-size:.7rem;font-weight:700;position:absolute;top:-8px;right:-8px}.styles-module__q8XZYG__priorityText{font-size:.65rem;font-weight:800}.styles-module__q8XZYG__serviceInfo{flex:1}.styles-module__q8XZYG__serviceTitle{color:var(--text-1);margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.4}.styles-module__q8XZYG__serviceDescription{color:var(--text-2);font-size:.95rem;line-height:1.6}.styles-module__q8XZYG__serviceFooter{border-top:1px solid var(--a-2);justify-content:space-between;padding-top:1rem}.styles-module__q8XZYG__responseTime,.styles-module__q8XZYG__serviceFooter{align-items:center;display:flex}.styles-module__q8XZYG__responseTime{gap:.5rem}.styles-module__q8XZYG__responseIcon{opacity:.7;font-size:1rem}.styles-module__q8XZYG__responseText{color:var(--a-6);font-size:.9rem;font-weight:600}.styles-module__q8XZYG__serviceAccent{background:linear-gradient(90deg,var(--a-2),var(--b-6-alpha-20));height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.styles-module__q8XZYG__serviceCard:hover .styles-module__q8XZYG__serviceAccent{transform:scaleX(1)}.styles-module__q8XZYG__priorityCritical{border-left:4px solid var(--error)}.styles-module__q8XZYG__priorityCritical .styles-module__q8XZYG__priorityBadge{background:var(--error);box-shadow:0 0 8px var(--error);color:var(--bg)}.styles-module__q8XZYG__priorityCritical .styles-module__q8XZYG__icon{color:var(--error)}.styles-module__q8XZYG__priorityHigh{border-left:4px solid var(--b-6)}.styles-module__q8XZYG__priorityHigh .styles-module__q8XZYG__priorityBadge{background:var(--b-6);box-shadow:0 0 8px var(--b-6);color:var(--bg)}.styles-module__q8XZYG__priorityHigh .styles-module__q8XZYG__icon{color:var(--b-6)}.styles-module__q8XZYG__priorityMedium{border-left:4px solid var(--a-6)}.styles-module__q8XZYG__priorityMedium .styles-module__q8XZYG__priorityBadge{background:var(--a-6);box-shadow:0 0 8px var(--a-6);color:var(--bg)}.styles-module__q8XZYG__priorityMedium .styles-module__q8XZYG__icon{color:var(--a-6)}.styles-module__q8XZYG__priorityLow{border-left:4px solid var(--success)}.styles-module__q8XZYG__priorityLow .styles-module__q8XZYG__priorityBadge{background:var(--success);box-shadow:0 0 8px var(--success);color:var(--bg)}.styles-module__q8XZYG__priorityLow .styles-module__q8XZYG__icon{color:var(--success)}.styles-module__q8XZYG__decorativeElements{pointer-events:none;z-index:1;position:absolute;inset:0}.styles-module__q8XZYG__floatingShape{background:linear-gradient(135deg,var(--a-1),var(--b-6-alpha-10));opacity:.3;border-radius:50%;width:80px;height:80px;animation:8s ease-in-out infinite styles-module__q8XZYG__float;position:absolute}.styles-module__q8XZYG__floatingShape:first-child{animation-delay:0s;top:10%;right:10%}.styles-module__q8XZYG__floatingShape:nth-child(2){animation-delay:3s;top:60%;left:5%}.styles-module__q8XZYG__floatingShape:nth-child(3){animation-delay:6s;bottom:20%;right:20%}@keyframes styles-module__q8XZYG__float{0%,to{opacity:.2;transform:translateY(0)rotate(0)}50%{opacity:.5;transform:translateY(-15px)rotate(90deg)}}@media (max-width:768px){.styles-module__q8XZYG__container{padding:0 1rem}.styles-module__q8XZYG__section{padding:2rem 0}.styles-module__q8XZYG__servicesGrid{grid-template-columns:1fr;gap:1.5rem}.styles-module__q8XZYG__serviceCard{padding:1.5rem}.styles-module__q8XZYG__serviceHeader{text-align:center;flex-direction:column;gap:1rem}.styles-module__q8XZYG__icon{font-size:2rem}.styles-module__q8XZYG__floatingShape{display:none}}@media (max-width:480px){.styles-module__q8XZYG__title{margin-bottom:.75rem}.styles-module__q8XZYG__subtitle{margin-bottom:1rem}.styles-module__q8XZYG__serviceCard{padding:1rem}.styles-module__q8XZYG__icon{font-size:1.75rem}.styles-module__q8XZYG__serviceTitle{font-size:1.1rem}.styles-module__q8XZYG__serviceFooter{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (prefers-reduced-motion:reduce){.styles-module__q8XZYG__floatingShape,.styles-module__q8XZYG__icon{animation:none}.styles-module__q8XZYG__serviceCard:hover{transform:none}}.styles-module__q8XZYG__serviceCard{background:var(--bg)}
.styles-module__cWrCxG__section{background:var(--radial-bg-header);padding:4rem 0;position:relative;overflow:hidden}.styles-module__cWrCxG__container{z-index:2;max-width:800px;margin:0 auto;padding:0 2rem;position:relative}.styles-module__cWrCxG__header{text-align:center;margin-bottom:3rem}.styles-module__cWrCxG__title{color:var(--text);text-shadow:0 0 20px var(--b-5);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.styles-module__cWrCxG__subtitle{color:var(--text-2);max-width:600px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:clamp(1.1rem,2vw,1.3rem)}.styles-module__cWrCxG__accentLine{background:linear-gradient(90deg,var(--a-6),var(--b-6));border-radius:2px;width:80px;height:4px;margin:0 auto}.styles-module__cWrCxG__faqList{flex-direction:column;gap:1rem;margin-bottom:3rem;display:flex}.styles-module__cWrCxG__faqItem{border:1px solid var(--b-1);box-shadow:var(--reviews-card-shadow);transition:all var(--transition-smooth);border-radius:16px;overflow:hidden}.styles-module__cWrCxG__faqItem:hover{border-color:var(--reviews-card-hover-border);box-shadow:var(--reviews-card-hover-shadow)}.styles-module__cWrCxG__faqQuestion{cursor:pointer;text-align:left;transition:all var(--transition-base);background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem;display:flex}.styles-module__cWrCxG__faqQuestion:hover{background:var(--a-5)}.styles-module__cWrCxG__faqQuestion.styles-module__cWrCxG__active{background:var(--a-1)}.styles-module__cWrCxG__questionText{color:var(--text);flex:1;margin-right:1rem;font-size:1.1rem;font-weight:600;line-height:1.4}.styles-module__cWrCxG__arrowIcon{color:var(--a-6);height:1.5rem;transition:transform var(--transition-base);flex-shrink:0;width:1.5rem}.styles-module__cWrCxG__arrowIcon.styles-module__cWrCxG__rotated{transform:rotate(180deg)}.styles-module__cWrCxG__faqAnswer{background:var(--a-2);max-height:0;transition:max-height var(--transition-smooth);overflow:hidden}.styles-module__cWrCxG__faqAnswer.styles-module__cWrCxG__open{max-height:300px}.styles-module__cWrCxG__answerContent{padding:0 1.5rem 1.5rem}.styles-module__cWrCxG__answerText{color:var(--text-2);margin:0;font-size:.95rem;line-height:1.6}.styles-module__cWrCxG__decorativeElements{pointer-events:none;z-index:1;position:absolute;inset:0}.styles-module__cWrCxG__floatingShape{background:linear-gradient(135deg,var(--a-5),var(--b-6-alpha-05));opacity:.3;border-radius:50%;width:60px;height:60px;animation:8s ease-in-out infinite styles-module__cWrCxG__float;position:absolute}.styles-module__cWrCxG__floatingShape:first-child{animation-delay:0s;top:20%;right:15%}.styles-module__cWrCxG__floatingShape:nth-child(2){animation-delay:4s;bottom:30%;left:10%}@keyframes styles-module__cWrCxG__float{0%,to{opacity:.2;transform:translateY(0)rotate(0)}50%{opacity:.5;transform:translateY(-15px)rotate(90deg)}}@media (max-width:768px){.styles-module__cWrCxG__container{padding:0 1rem}.styles-module__cWrCxG__section{padding:2rem 0}.styles-module__cWrCxG__faqQuestion{padding:1rem}.styles-module__cWrCxG__questionText{font-size:1rem}.styles-module__cWrCxG__answerContent{padding:0 1rem 1rem}.styles-module__cWrCxG__floatingShape{display:none}}@media (max-width:480px){.styles-module__cWrCxG__title{margin-bottom:.75rem}.styles-module__cWrCxG__subtitle{margin-bottom:1rem}.styles-module__cWrCxG__faqQuestion{padding:.875rem}.styles-module__cWrCxG__questionText{margin-right:.75rem;font-size:.95rem}.styles-module__cWrCxG__arrowIcon{width:1.25rem;height:1.25rem}.styles-module__cWrCxG__answerContent{padding:0 .875rem .875rem}.styles-module__cWrCxG__answerText{font-size:.9rem}}@media (prefers-reduced-motion:reduce){.styles-module__cWrCxG__arrowIcon,.styles-module__cWrCxG__faqAnswer{transition:none}.styles-module__cWrCxG__floatingShape{animation:none}}.styles-module__cWrCxG__faqItem{background:var(--bg)}
/*# sourceMappingURL=fc3a762a6da75c8a.css.map*/