.page-hero{padding:120px 0 60px;background:var(--gradient-primary);color:var(--white);text-align:center;position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .1);z-index:0}.page-title{font-size:clamp(1.8rem, 4vw, 2.8rem);font-weight:700;margin-bottom:1rem;position:relative;z-index:1;line-height:1.2}.page-subtitle{font-size:1.2rem;opacity:.9;max-width:800px;margin:0 auto;position:relative;z-index:1;line-height:1.6}.services-overview{padding:60px 0;background:var(--white)}[data-theme="dark"] .services-overview{background:var(--surface-2)}.services-intro{text-align:center;max-width:800px;margin:0 auto;margin-bottom:3rem}.intro-text{color:var(--secondary-gray);font-size:1.2rem;line-height:1.6}[data-theme="dark"] .intro-text{color:var(--muted)}.services-navigation{display:flex;justify-content:center;gap:2rem;margin-top:2rem}.service-nav-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;background:var(--light-gray);border-radius:var(--border-radius);text-decoration:none;color:var(--secondary-gray);transition:var(--transition-normal);min-width:120px}[data-theme="dark"] .service-nav-item{background:var(--surface);color:var(--muted);border:1px solid rgb(148 163 184 / .15)}.service-nav-item:hover{background:var(--primary-blue);color:var(--white);transform:translateY(-3px);box-shadow:var(--shadow-lg)}[data-theme="dark"] .service-nav-item:hover{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-blue-light) 100%);border-color:#fff0}.service-nav-item i{font-size:1.5rem}.service-nav-item span{font-weight:600;font-size:.9rem}.service-section{padding:80px 0;position:relative}.service-section.alt{background:var(--light-gray)}[data-theme="dark"] .service-section.alt{background:var(--surface-2)}[data-theme="dark"] .service-section.alt .service-subsection{background:var(--surface);border-left-color:var(--primary-blue-light);border-color:rgb(148 163 184 / .15);box-shadow:0 10px 30px rgb(0 0 0 / .35)}.service-header{text-align:center;margin-bottom:4rem}.service-icon{width:80px;height:80px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:var(--shadow-lg)}.service-icon i{font-size:2rem;color:var(--white)}.service-title{color:var(--primary-blue-dark);font-size:2.5rem;margin-bottom:1rem}.service-intro{color:var(--secondary-gray);font-size:1.3rem;max-width:600px;margin:0 auto}[data-theme="dark"] .service-intro{color:var(--muted)}.service-content{max-width:1000px;margin:0 auto}.service-subsection{margin-bottom:4rem;background:var(--white);padding:3rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);border-left:5px solid var(--primary-blue)}[data-theme="dark"] .service-subsection{background:var(--surface);border-left-color:var(--primary-blue-light);box-shadow:0 10px 30px rgb(0 0 0 / .35)}.service-section.alt .service-subsection{background:var(--white)}.subsection-title{color:var(--primary-blue-dark);font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--light-gray)}[data-theme="dark"] .subsection-title{border-bottom-color:rgb(148 163 184 / .2)}.subsection-content{color:var(--secondary-gray);line-height:1.7}[data-theme="dark"] .subsection-content{color:var(--muted)}.subsection-content p{margin-bottom:1.5rem;font-size:1.1rem}.service-list{list-style:none;padding:0;margin:1.5rem 0}.service-list li{position:relative;padding-left:2rem;margin-bottom:1rem;font-size:1.1rem;line-height:1.6}.service-list li::before{content:'✓';position:absolute;left:0;top:0;color:var(--primary-blue);font-weight:700;font-size:1.2rem}[data-theme="dark"] .service-list li::before{color:var(--primary-blue-light)}.process-steps{margin:2rem 0}.process-step{display:flex;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:var(--light-gray);border-radius:var(--border-radius);transition:var(--transition-normal)}[data-theme="dark"] .process-step{background:var(--surface);border:1px solid rgb(148 163 184 / .15)}.process-step:hover{transform:translateX(5px);box-shadow:var(--shadow-md)}.step-number{width:40px;height:40px;background:var(--gradient-primary);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}.step-content h4{color:var(--primary-blue-dark);margin-bottom:.5rem;font-size:1.2rem}[data-theme="dark"] .step-content h4{color:var(--text)}.step-content p{margin:0;color:var(--secondary-gray);line-height:1.6}.deliverables-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}.deliverable{background:var(--light-gray);padding:1.5rem;border-radius:var(--border-radius);text-align:center;transition:var(--transition-normal)}[data-theme="dark"] .deliverable{background:var(--surface);border:1px solid rgb(148 163 184 / .15)}.deliverable:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.deliverable-icon{width:50px;height:50px;background:var(--gradient-primary);border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.deliverable-icon i{font-size:1.3rem;color:var(--white)}.deliverable h4{color:var(--primary-blue-dark);margin-bottom:.5rem;font-size:1.1rem}[data-theme="dark"] .deliverable h4{color:var(--text)}.deliverable p{margin:0;color:var(--secondary-gray);font-size:.95rem;line-height:1.5}.deliverables-simple{margin:2rem 0}.deliverable-simple{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:var(--light-gray);border-radius:var(--border-radius);margin-bottom:1rem}[data-theme="dark"] .deliverable-simple{background:var(--surface);border:1px solid rgb(148 163 184 / .15)}[data-theme="dark"] .deliverable-simple h4{color:var(--text)}[data-theme="dark"] .deliverable-simple p{color:var(--muted)}[data-theme="dark"] .deliverable-simple i{color:var(--primary-blue-light)}.deliverable-simple i{font-size:1.5rem;color:var(--primary-blue);margin-top:.25rem;flex-shrink:0}.deliverable-simple h4{color:var(--primary-blue-dark);margin-bottom:.25rem;font-size:1.1rem}.deliverable-simple p{margin:0;color:var(--secondary-gray);line-height:1.5}.differential{background:var(--primary-blue);color:var(--white);padding:2rem;border-radius:var(--border-radius);margin-top:2rem}.differential h4{color:var(--white);margin-bottom:1rem;font-size:1.3rem}.differential p{margin:0;line-height:1.6;opacity:.95}.transparency-note{background:var(--light-gray);padding:1.5rem;border-radius:var(--border-radius);border-left:4px solid var(--primary-blue);margin-top:2rem;font-style:italic}[data-theme="dark"] .transparency-note{background:var(--surface);border:1px solid rgb(148 163 184 / .15);border-left:4px solid var(--primary-blue-light);color:var(--muted)}.scenarios-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.scenario{background:var(--light-gray);padding:2rem;border-radius:var(--border-radius);text-align:center;transition:var(--transition-normal)}.scenario:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.scenario-icon{width:60px;height:60px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.scenario-icon i{font-size:1.5rem;color:var(--white)}.scenario h4{color:var(--primary-blue-dark);margin-bottom:1rem;font-size:1.2rem}[data-theme="dark"] .scenario h4{color:var(--text)}.scenario p{margin:0;color:var(--secondary-gray);line-height:1.6}.development-phases{margin:2rem 0}.phase{background:var(--white);border:2px solid var(--light-gray);border-radius:var(--border-radius);padding:2rem;margin-bottom:1.5rem;transition:var(--transition-normal)}[data-theme="dark"] .phase{background:var(--surface);border:1px solid rgb(148 163 184 / .15);box-shadow:0 10px 30px rgb(0 0 0 / .35)}.phase:hover{border-color:var(--primary-blue);box-shadow:var(--shadow-md)}.phase-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.phase-number{background:var(--gradient-primary);color:var(--white);padding:.5rem 1rem;border-radius:var(--border-radius);font-weight:600;font-size:.9rem;flex-shrink:0}.phase-header h4{color:var(--primary-blue-dark);margin:0;font-size:1.2rem}[data-theme="dark"] .phase-header h4{color:var(--text)}.phase p{margin:0;color:var(--secondary-gray);line-height:1.6}.partnership-models{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin:2rem 0}.model{background:var(--light-gray);padding:2rem;border-radius:var(--border-radius-lg);transition:var(--transition-normal)}[data-theme="dark"] .model{background:var(--surface);border:1px solid rgb(148 163 184 / .15);box-shadow:0 10px 30px rgb(0 0 0 / .35)}.model:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.model-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.model-icon{width:50px;height:50px;background:var(--gradient-primary);border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center}.model-icon i{font-size:1.3rem;color:var(--white)}.model-header h4{color:var(--primary-blue-dark);margin:0;font-size:1.2rem}[data-theme="dark"] .model-header h4{color:var(--text)}.model p{margin:0;color:var(--secondary-gray);line-height:1.6}[data-theme="dark"] .model p{color:var(--muted)}.final-note{background:var(--primary-blue);color:var(--white);padding:1.5rem;border-radius:var(--border-radius);margin-top:2rem;text-align:center;font-weight:600}.services-cta{padding:80px 0;background:var(--primary-blue-dark);color:var(--white);text-align:center}.cta-title{color:var(--white);font-size:2.5rem;margin-bottom:1rem}.cta-subtitle{font-size:1.2rem;opacity:.9;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-actions{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap}@media (max-width:1024px){.services-navigation{gap:1rem}.service-nav-item{min-width:100px;padding:1rem}.partnership-models{grid-template-columns:1fr}.scenarios-grid{grid-template-columns:1fr}}@media (max-width:768px){.page-hero{padding:100px 0 40px}.services-navigation{flex-direction:column;align-items:center;gap:1rem}.service-nav-item{flex-direction:row;min-width:200px;justify-content:center}.service-section{padding:60px 0}.service-subsection{padding:2rem;margin-bottom:2rem}.service-title{font-size:2rem}.subsection-title{font-size:1.5rem}.process-step{flex-direction:column;gap:1rem;text-align:center;padding:1.25rem}.step-number{align-self:center;width:35px;height:35px;font-size:1rem}.step-content h4{font-size:1.1rem;margin-bottom:.75rem}.deliverables-grid{grid-template-columns:1fr;gap:1rem}.deliverable{padding:1.25rem}.deliverable-icon{width:45px;height:45px}.deliverable-icon i{font-size:1.2rem}.phase-header{flex-direction:column;align-items:flex-start;gap:.5rem}.cta-actions{flex-direction:column;gap:1rem}}@media (max-width:480px){.page-hero{padding:80px 0 30px}.page-title{font-size:1.6rem;line-height:1.3}.page-subtitle{font-size:1rem;line-height:1.5;padding:0 1rem}.service-section{padding:40px 0;min-height:auto}.service-header{padding:2rem 0;text-align:center}.service-subsection{padding:1.25rem;margin-bottom:1.25rem}.process-step{padding:1rem;gap:.75rem}.step-number{width:30px;height:30px;font-size:.9rem}.step-content h4{font-size:1rem;margin-bottom:.5rem}.step-content p{font-size:.9rem}.deliverable{padding:1rem}.deliverable-icon{width:40px;height:40px;margin-bottom:.75rem}.deliverable-icon i{font-size:1.1rem}.deliverable h4{font-size:1rem;margin-bottom:.5rem}.deliverable p{font-size:.85rem}.service-icon{width:60px;height:60px}.service-icon i{font-size:1.5rem}.service-title{font-size:1.8rem}.service-intro{font-size:1.1rem}.subsection-title{font-size:1.3rem;margin-bottom:1rem}.cta-title{font-size:2rem}.cta-subtitle{font-size:1.1rem}}.service-subsection,.process-step,.deliverable{opacity:0;transform:translateY(30px);transition:opacity 0.8s ease-out,transform 0.8s ease-out;will-change:transform,opacity;backface-visibility:hidden}.service-subsection.animate-in{opacity:1;transform:translateY(0)}.process-step.animate-in{opacity:1;transform:translateX(0)}.deliverable.animate-in{opacity:1;transform:translateY(0)}.no-js .service-subsection,.no-js .process-step,.no-js .deliverable{opacity:1;transform:none}@media (prefers-reduced-motion:no-preference){.no-js .service-subsection,.no-js .process-step,.no-js .deliverable{animation:revealFallback 0.6s ease-out 4s forwards}}@media (prefers-reduced-motion:reduce){.service-subsection,.process-step,.deliverable{opacity:1;transform:none;transition:none;animation:none}}@keyframes revealFallback{to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{from{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{from{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width:375px){.container{padding:0 10px}.service-section{padding:30px 0}.service-title{font-size:1.6rem;line-height:1.3}.service-subsection{padding:1rem;margin-bottom:1rem}.subsection-title{font-size:1.2rem}}[data-theme="dark"] .service-title{color:var(--text)}[data-theme="dark"] .subsection-title{color:var(--text)}