.services-page.svelte-1o475ef{margin:6rem 0;min-height:auto;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}.page-header.svelte-1o475ef{margin-bottom:2rem}.header-content.svelte-1o475ef{display:flex;align-items:center;justify-content:space-between;gap:2rem}.title-container.svelte-1o475ef{text-align:left}.page-header.svelte-1o475ef h1:where(.svelte-1o475ef){font-size:var(--font-xxl);color:var(--text-secondary);margin-bottom:1rem}.underline.svelte-1o475ef{height:3px;width:80px;background-color:var(--accent);margin-bottom:.5rem}.lead.svelte-1o475ef{font-size:var(--font-base);color:var(--text-primary);text-align:left;max-width:60%;line-height:1.6;opacity:.9}.service-section.svelte-1o475ef{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;align-items:center}.section-content.svelte-1o475ef h2:where(.svelte-1o475ef){font-size:var(--font-xl);color:var(--text-secondary);margin-bottom:1.5rem;position:relative;display:inline-block}.section-content.svelte-1o475ef h2:where(.svelte-1o475ef):after{content:"";position:absolute;bottom:-10px;left:0;width:50px;height:3px;background-color:var(--accent)}.section-content.svelte-1o475ef p:where(.svelte-1o475ef){margin-bottom:1.5rem;line-height:1.8;font-size:var(--font-base)}.service-list.svelte-1o475ef{list-style-type:none;margin:1.5rem 0;padding:0}.service-list.svelte-1o475ef li:where(.svelte-1o475ef){margin-bottom:1rem;position:relative}.service-button.svelte-1o475ef{padding:.5rem 1rem .5rem 2rem;width:100%;text-align:left;background:none;border:none;font-family:inherit;font-size:inherit;line-height:1.8;cursor:pointer;transition:background-color .3s ease;position:relative;color:inherit;border-radius:4px}.service-button.active.svelte-1o475ef{background-color:var(--bg-tertiary);color:inherit;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;border-top:3px solid var(--accent);position:relative;border:1px solid var(--border-color)}.service-button.svelte-1o475ef:hover{background-color:var(--bg-tertiary);color:inherit;box-shadow:0 5px 15px #0000000d;transition:box-shadow .3s ease}.service-button.svelte-1o475ef:before{content:"•";color:var(--accent);position:absolute;left:.7rem;font-weight:700}.service-details-selector.svelte-1o475ef{background-color:var(--bg-tertiary);border-radius:8px;border:1px solid var(--border-color);padding:2rem;box-shadow:0 5px 15px #0000000d;transition:all .3s ease;height:100%}.service-detail-panel.svelte-1o475ef{animation:svelte-1o475ef-fadeIn .4s ease-in-out}.service-detail-panel.svelte-1o475ef h3:where(.svelte-1o475ef){color:var(--text-accent);margin-bottom:1.5rem;font-size:var(--font-large)}.service-detail-panel.svelte-1o475ef p:where(.svelte-1o475ef){margin-bottom:1.5rem;line-height:1.8}.service-detail-panel.svelte-1o475ef ul:where(.svelte-1o475ef){margin-bottom:1.5rem;padding-left:1.5rem}.service-detail-panel.svelte-1o475ef ul:where(.svelte-1o475ef) li:where(.svelte-1o475ef){margin-bottom:.8rem;position:relative;line-height:1.6}@keyframes svelte-1o475ef-fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.approach-section.svelte-1o475ef{border-radius:8px;margin:6rem 0}.approach-section.svelte-1o475ef h2:where(.svelte-1o475ef){text-align:center;font-size:var(--font-xl);margin-bottom:3rem;color:var(--text-secondary)}.process-steps.svelte-1o475ef{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.process-step.svelte-1o475ef{text-align:center;padding:1.8rem;background-color:var(--bg-primary);border-radius:8px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 5px 15px #0000000d;border-top:3px solid var(--accent);border:1px solid var(--border-color)}.process-step.svelte-1o475ef:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.step-number.svelte-1o475ef{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background-color:var(--accent);color:#fff;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.process-step.svelte-1o475ef h3:where(.svelte-1o475ef){font-size:var(--font-medium);margin-bottom:1.2rem;color:var(--text-secondary);font-weight:600}.process-step.svelte-1o475ef p:where(.svelte-1o475ef){line-height:1.8;color:var(--text-primary);opacity:.85;max-width:280px;margin:0 auto}.cta-section.svelte-1o475ef{text-align:center;padding:4rem 0 2rem;border-top:1px solid var(--border-color)}.cta-section.svelte-1o475ef h2:where(.svelte-1o475ef){font-size:var(--font-xl);margin-bottom:1.5rem;color:var(--text-secondary)}.cta-section.svelte-1o475ef p:where(.svelte-1o475ef){max-width:700px;margin:0 auto 2rem;font-size:var(--font-base);line-height:1.8}.btn-large.svelte-1o475ef{padding:1rem 2.5rem;font-size:var(--font-base)}@media (max-width: 992px){.service-section.svelte-1o475ef{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){.page-header.svelte-1o475ef{margin-bottom:2rem}.header-content.svelte-1o475ef{flex-direction:column;align-items:flex-start;gap:1rem}.page-header.svelte-1o475ef h1:where(.svelte-1o475ef){font-size:var(--font-xxl);margin-bottom:1rem}.process-steps.svelte-1o475ef{grid-template-columns:1fr;max-width:450px}.lead.svelte-1o475ef{max-width:100%}}@media (max-width: 480px){.services-page.svelte-1o475ef{margin-top:5rem}}.dark-theme .approach-section.svelte-1o475ef{background-color:#00000026}.highlight-link{color:var(--accent);font-weight:500;text-decoration:none;padding:0 2px;border-bottom:1px dashed var(--accent);transition:background-color .2s ease,color .2s ease}.highlight-link:hover{background-color:rgba(var(--accent-rgb),.1);border-bottom:1px solid var(--accent)}.text-section.svelte-1o475ef{margin-bottom:4rem}.text-section.svelte-1o475ef h2:where(.svelte-1o475ef){font-size:var(--font-xl);color:var(--text-secondary);margin-bottom:1.5rem;position:relative;display:inline-block}.text-section.svelte-1o475ef h2:where(.svelte-1o475ef):after{content:"";position:absolute;bottom:-10px;left:0;width:50px;height:3px;background-color:var(--accent)}.text-section.svelte-1o475ef p:where(.svelte-1o475ef){margin-bottom:1.5rem;line-height:1.8}
