.services-parallax-spacer{height:40vh;width:100%}.services-parallax-section{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--bg-overlay-parallax);display:flex;align-items:center;justify-content:center;z-index:1;opacity:0;visibility:hidden;transition:opacity .6s ease,visibility .6s ease}.services-parallax-section.visible{opacity:1;visibility:visible}.services-parallax-content{text-align:center;max-width:800px;padding:0 24px}.services-parallax-text{font-size:3.2rem;font-weight:700;color:var(--text-light);line-height:1.1;text-align:center}.services-parallax-text .split-char{display:inline-block;opacity:0;transform:translateY(100px) rotateX(-90deg);transform-origin:50% 50%}@media (max-width:1024px){.services-parallax-spacer{height:35vh}.services-parallax-text{font-size:3.5rem}}@media (max-width:768px){.services-parallax-spacer{height:30vh}.services-parallax-text{font-size:2.8rem}}@media (max-width:600px){.services-parallax-spacer{height:25vh}.services-parallax-text{font-size:2.2rem}.services-parallax-content{padding:0 20px}}.services-faq-section{width:100%;background-color:var(--bg-primary);padding:100px 0;position:relative;z-index:10;margin:-10vh 0 0;border-radius:30px 30px 0 0;box-shadow:var(--shadow-card)}.services-faq-container{max-width:900px;margin:0 auto;padding:0 24px}.services-faq-header{text-align:center;margin-bottom:80px}.services-faq-badge{display:inline-block;background-color:var(--interactive-primary-default);color:var(--text-light);padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;margin-bottom:24px}.services-faq-title{font-size:2.8rem;font-weight:700;color:var(--text-primary);line-height:1.2;margin-bottom:20px}.services-faq-subtitle{font-size:1.1rem;color:var(--text-secondary);line-height:1.6;max-width:600px;margin:0 auto}.services-faq-list{margin-bottom:60px}.services-faq-item{background-color:var(--bg-secondary);border:1px solid var(--border-light);border-radius:12px;margin-bottom:16px;overflow:hidden;transition:all .3s ease}.services-faq-item:hover{box-shadow:var(--shadow-md)}.services-faq-item.open{border-color:var(--text-primary);box-shadow:var(--shadow-lg);background-color:var(--bg-primary)}.services-faq-question{width:100%;padding:24px 28px;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;transition:background-color .3s ease}.services-faq-question:hover{background-color:var(--bg-primary)}.services-question-text{font-size:1.1rem;font-weight:600;color:var(--text-primary);line-height:1.4}.services-faq-icon{width:32px;height:32px;background-color:var(--interactive-primary-default);color:var(--text-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:300;flex-shrink:0;transition:transform .3s ease}.services-faq-item.open .services-faq-icon{transform:rotate(180deg)}.services-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.services-faq-item.open .services-faq-answer{max-height:500px}.services-answer-content{padding:0 28px 24px}.services-answer-content p{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin:0}.services-faq-footer{text-align:center;background-color:var(--interactive-primary-default);border-radius:16px;padding:40px 32px;color:var(--text-light)}.services-faq-cta h3{font-size:1.5rem;font-weight:600;color:var(--text-light);margin-bottom:12px}.services-faq-cta p{font-size:1rem;color:rgba(255,255,255,.8);margin-bottom:24px}.services-faq-contact-btn{background-color:var(--text-light);color:var(--text-primary);border:none;padding:16px 32px;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-md);display:inline-block;text-decoration:none}.services-faq-contact-btn:hover{background-color:var(--interactive-secondary-hover);transform:translateY(-2px);box-shadow:var(--shadow-lg)}@media (max-width:1024px){.services-faq-section{margin-top:-15vh}}@media (max-width:768px){.services-faq-section{padding:80px 0;margin-top:-10vh}.services-faq-header{margin-bottom:60px}.services-faq-title{font-size:2.2rem}.services-faq-subtitle{font-size:1rem}.services-faq-question{padding:20px 24px}.services-question-text{font-size:1rem}.services-faq-icon{width:28px;height:28px;font-size:18px}.services-answer-content{padding:0 24px 20px}.services-faq-footer{padding:32px 24px}}@media (max-width:600px){.services-faq-section{padding:60px 0;margin-top:-5vh}.services-faq-container{padding:0 20px}.services-faq-header{margin-bottom:40px}.services-faq-title{font-size:1.8rem}.services-faq-question{padding:18px 20px;gap:16px}.services-question-text{font-size:.95rem}.services-answer-content{padding:0 20px 18px}.services-answer-content p{font-size:.95rem}.services-faq-footer{padding:28px 20px}}