.process-timeline-wrapper{width:100%;max-width:800px;margin:0 auto}.process-timeline-header{text-align:center;margin-bottom:3rem}.process-timeline-title{font-size:2rem;font-weight:600;margin-bottom:.75rem;background:linear-gradient(135deg,#a855f7,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.process-timeline-subtitle{width:85%;max-width:none;box-sizing:border-box;margin:0 auto;font-size:1rem;color:rgba(192,132,252,.8);line-height:1.6}.process-timeline{display:flex;position:relative}.process-timeline--vertical{flex-direction:column;gap:1.5rem}.process-timeline--horizontal{flex-direction:row;gap:2rem;overflow-x:auto;padding-bottom:1rem}.process-step{position:relative;display:flex;gap:1rem;padding:1.5rem;border-radius:1rem;background:hsla(0,0%,100%,.03);border:1px solid rgba(168,85,247,.2);transition:all .3s ease;opacity:0;transform:translateX(-20px)}.process-step:hover{border-color:rgba(168,85,247,.5);background:hsla(0,0%,100%,.05);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.process-step--visible{opacity:1;transform:translateX(0)}.process-step--animated{animation:slideInLeft .6s ease forwards}.process-timeline--horizontal .process-step{flex-direction:column;min-width:250px;transform:translateY(20px)}.process-timeline--horizontal .process-step--animated{animation:slideInUp .6s ease forwards}.process-step-badge{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;background:linear-gradient(135deg,#a855f7,#3b82f6);color:#fff;box-shadow:0 4px 12px rgba(168,85,247,.4);position:relative;z-index:2}.process-step-number{display:block}.process-step-content{flex:1}.process-step-title{font-size:1.125rem;font-weight:400;margin-bottom:.5rem;color:#a855f7}.process-step-description{font-size:.938rem;color:#9ca3af;line-height:1.6;margin:0}.process-timeline--light .process-step{background:#f9fafb;border-color:#e5e7eb}.process-timeline--light .process-step:hover{border-color:#a855f7;background:#f3f4f6}.process-timeline--light .process-step-title{color:#7c3aed}.process-timeline--light .process-step-description,.process-timeline--light .process-timeline-subtitle{color:#6b7280}.process-timeline--dark .process-step{background:rgba(0,0,0,.4);border-color:hsla(0,0%,100%,.1)}.process-timeline--dark .process-step:hover{border-color:rgba(168,85,247,.5);background:rgba(0,0,0,.6)}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.process-timeline-title{font-size:1.5rem}.process-timeline-subtitle{font-size:.938rem}.process-step{padding:1rem;flex-direction:column;gap:.75rem}.process-step-badge{width:2rem;height:2rem;font-size:.875rem}.process-timeline--horizontal{flex-direction:column;align-items:center}.process-step{width:85%;max-width:85%;box-sizing:border-box;margin:0 auto}.process-timeline--horizontal .process-step{min-width:auto;width:85%}}@media (prefers-reduced-motion:reduce){.process-step,.process-step--animated{animation:none;transition:none}.process-step--visible{opacity:1;transform:none}}@media print{.process-step{opacity:1;transform:none;break-inside:avoid}}.industry-grid-wrapper{width:100%;max-width:1200px;margin:0 auto}.industry-grid-wrapper>.industry-grid,.industry-grid-wrapper>.industry-grid-header{width:85%;margin-left:auto;margin-right:auto}@media (max-width:768px){.industry-grid-wrapper>.industry-grid,.industry-grid-wrapper>.industry-grid-header{width:85%}}.industry-grid-header{text-align:center;margin-bottom:3rem}.industry-grid-title{font-size:2rem;font-weight:600;margin-bottom:.75rem;background:linear-gradient(135deg,#a855f7,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.industry-grid-subtitle{font-size:1rem;color:rgba(192,132,252,.8);line-height:1.6;max-width:700px;margin:0 auto}.industry-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.industry-grid--pills{gap:1rem;max-width:800px;margin:0 auto}.industry-grid--cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.industry-grid--compact{gap:.75rem;max-width:900px;margin:0 auto}.industry-item{position:relative;display:flex;align-items:center;gap:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(12px);background:linear-gradient(to bottom right,rgba(168,85,247,.06),hsla(0,0%,100%,.02) 50%,rgba(59,130,246,.06));border-radius:1rem;border:1px solid rgba(168,85,247,.22);box-shadow:0 8px 12px -4px rgba(0,0,0,.06),0 4px 6px -3px rgba(0,0,0,.03);color:inherit}.industry-item--visible{opacity:1;transform:translateY(0)}.industry-item--animated{animation:scaleIn .45s ease forwards}.industry-grid--pills .industry-item{padding:.75rem 1.5rem;border-radius:9999px;background:linear-gradient(to bottom right,rgba(168,85,247,.04),hsla(0,0%,100%,.01));border:1px solid rgba(168,85,247,.18);cursor:default}.industry-grid--pills .industry-item:hover{border-color:rgba(168,85,247,.5);background:hsla(0,0%,100%,.08);transform:scale(1.05);box-shadow:0 8px 20px rgba(168,85,247,.12)}.industry-grid--cards .industry-item{flex-direction:column;padding:1.5rem;border-radius:1rem;background:linear-gradient(to bottom right,rgba(168,85,247,.06),hsla(0,0%,100%,.02) 50%,rgba(59,130,246,.06));border:1px solid rgba(168,85,247,.22);text-align:center;cursor:pointer}.industry-grid--cards .industry-item:hover{border-color:rgba(59,130,246,.5);background:hsla(0,0%,100%,.05);transform:translateY(-4px);box-shadow:0 10px 30px rgba(59,130,246,.2)}.industry-grid--compact .industry-item{padding:.5rem 1rem;border-radius:.5rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);font-size:.875rem}.industry-grid--compact .industry-item:hover{border-color:rgba(168,85,247,.5);background:hsla(0,0%,100%,.08);transform:scale(1.03)}.industry-item-icon{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;color:#a855f7}.industry-grid--cards .industry-item-icon{width:3rem;height:3rem;margin-bottom:.5rem;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(to bottom right,rgba(168,85,247,.18),rgba(59,130,246,.12));border-radius:.75rem;border:1px solid rgba(192,132,252,.22);box-shadow:0 8px 12px -6px rgba(0,0,0,.06);color:#c084fc}.industry-item-image{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:.5rem;overflow:hidden}.industry-grid--cards .industry-item-image{width:4rem;height:4rem;border-radius:.75rem;margin-bottom:.75rem}.industry-item-image img{width:100%;height:100%;object-fit:cover}.industry-item-content{flex:1}.industry-item-name{font-size:1rem;font-weight:400;color:rgba(0,0,0,.9);margin:0}.industry-grid--pills .industry-item-name{font-size:.938rem}.industry-grid--compact .industry-item-name{font-size:.875rem}.industry-grid--cards .industry-item-name{font-size:1.125rem;color:#7c3aed;margin-bottom:.5rem}.industry-item-description{font-size:.875rem;color:#6b7280;line-height:1.5;margin:.25rem 0 0}.industry-grid--cards .industry-item-description{font-size:.938rem}.industry-grid--light .industry-item{background:#f9fafb;border-color:#e5e7eb}.industry-grid--light .industry-item:hover{border-color:#a855f7;background:#f3f4f6}.industry-grid--light .industry-item-name{color:#111827}.industry-grid--light .industry-grid--cards .industry-item-name{color:#7c3aed}.industry-grid--light .industry-grid-subtitle,.industry-grid--light .industry-item-description{color:#6b7280}.industry-grid--dark .industry-item{background:rgba(0,0,0,.42);border-color:hsla(0,0%,100%,.08)}.industry-grid--dark .industry-item:hover{border-color:rgba(168,85,247,.5);background:rgba(0,0,0,.6);box-shadow:0 12px 30px rgba(168,85,247,.08)}[data-theme=dark] .industry-item-name{color:rgba(229,231,235,.95)}[data-theme=dark] .industry-item-description{color:rgba(156,163,175,.95)}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.industry-grid-title{font-size:1.5rem}.industry-grid-subtitle{font-size:.938rem}.industry-grid--pills{gap:.75rem}.industry-grid--pills .industry-item{padding:.625rem 1.25rem}.industry-grid--cards{grid-template-columns:1fr;gap:1rem}.industry-grid--compact .industry-item{padding:.5rem .875rem;font-size:.813rem}}@media (prefers-reduced-motion:reduce){.industry-item,.industry-item--animated{animation:none;transition:none}.industry-item--visible{opacity:1;transform:none}.industry-item:hover{transform:none}}@media print{.industry-item{opacity:1;transform:none;break-inside:avoid}}.related-services-section{width:100%;position:relative}.related-services-section--gradient{background:transparent}.related-services-section--dark{background:rgba(0,0,0,.3)}.related-services-section--light{background:#fff}.related-services-container{max-width:1200px;margin:0 auto}.related-services-header{text-align:center;margin-bottom:3rem}.related-services-title{font-size:clamp(2rem,2rem + 1vw,2.5rem);font-weight:600;margin-bottom:1rem;background:linear-gradient(135deg,#a855f7,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.related-services-subtitle{font-size:1.125rem;color:#9ca3af;line-height:1.6;max-width:700px;margin:0 auto}.related-services-section--light .related-services-subtitle{color:#6b7280}.related-services-list{display:flex;flex-wrap:wrap;gap:1.5rem}.related-services-list--centered{justify-content:center;align-items:flex-start}.related-services-list--left{justify-content:flex-start;align-items:flex-start}.related-services-list--grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.related-service-item{position:relative;display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;opacity:0;transform:translateY(20px);cursor:default}.related-service-item--animated{animation:serviceSlideUp .6s ease forwards}.related-service-item--interactive{cursor:pointer}.related-service-item--sm{padding:.625rem 1.25rem;border-radius:.75rem;gap:.5rem}.related-service-item--md{padding:1rem 2rem;border-radius:1.25rem;gap:.75rem}.related-service-item--lg{padding:1.5rem 2.5rem;border-radius:1.5rem;gap:1rem}.related-services-list--gradient .related-service-item{border:1px solid rgba(168,85,247,.3);color:#e5e7eb}.related-services-list--gradient .related-service-item--interactive:hover{border-color:rgba(168,85,247,.5);background:hsla(0,0%,100%,.05);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transform:scale(1.05) translateY(-3px)}.related-services-list--default .related-service-item{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);color:#e5e7eb}.related-services-list--default .related-service-item--interactive:hover{background:hsla(0,0%,100%,.1);border-color:rgba(168,85,247,.5);transform:scale(1.05) translateY(-3px);box-shadow:0 12px 30px rgba(168,85,247,.25)}.related-services-list--outlined .related-service-item{background:transparent;border:2px solid rgba(168,85,247,.5);color:#a855f7}.related-services-list--outlined .related-service-item--interactive:hover{background:rgba(168,85,247,.1);border-color:#a855f7;transform:scale(1.05) translateY(-3px);color:#c084fc;box-shadow:0 12px 30px rgba(168,85,247,.2)}.related-services-list--solid .related-service-item{background:linear-gradient(135deg,#a855f7,#3b82f6);border:1px solid transparent;color:#fff}.related-services-list--solid .related-service-item--interactive:hover{background:linear-gradient(135deg,#9333ea,#2563eb);transform:scale(1.05) translateY(-3px);box-shadow:0 15px 40px rgba(168,85,247,.5)}.related-services-list--pill .related-service-item{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);color:#e5e7eb;border-radius:9999px;padding:.875rem 1.75rem}.related-services-list--pill .related-service-item--interactive:hover{background:rgba(168,85,247,.15);border-color:#a855f7;transform:scale(1.08);box-shadow:0 8px 24px rgba(168,85,247,.3)}.related-service-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.5rem;height:1.5rem;color:#a855f7}.related-service-item--sm .related-service-icon{width:1.25rem;height:1.25rem}.related-service-item--lg .related-service-icon{width:1.75rem;height:1.75rem}.related-services-list--solid .related-service-icon{color:#fff}.related-services-list--outlined .related-service-icon{color:#a855f7}.related-services-list--outlined .related-service-item:hover .related-service-icon{color:#c084fc}.related-service-content{display:flex;flex-direction:column;gap:.25rem;flex:1}.related-service-label{font-size:1rem;font-weight:400;line-height:1.4;color:#222}.related-service-item--sm .related-service-label{font-size:.875rem}.related-service-item--lg .related-service-label{font-size:1.125rem}.related-services-section--light .related-service-label{color:#222}.related-services-list--default .related-service-item,.related-services-list--gradient .related-service-item,[data-theme=dark] .related-service-label{color:#e5e7eb}.related-service-description{font-size:.875rem;color:#9ca3af;line-height:1.5;margin-top:.25rem}.related-service-item--sm .related-service-description{font-size:.813rem}.related-service-item--lg .related-service-description{font-size:.938rem}.related-services-list--solid .related-service-description{color:hsla(0,0%,100%,.8)}.related-service-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.75rem;height:1.75rem;padding:0 .5rem;border-radius:9999px;background:hsla(0,0%,100%,.15);font-size:.75rem;font-weight:600;color:#fff;flex-shrink:0}.related-service-item--sm .related-service-badge{min-width:1.5rem;height:1.5rem;padding:0 .375rem;font-size:.688rem}.related-service-item--lg .related-service-badge{min-width:2rem;height:2rem;padding:0 .625rem;font-size:.813rem}.related-services-list--solid .related-service-badge{background:rgba(0,0,0,.2)}.related-services-list--outlined .related-service-badge{background:#a855f7;color:#fff}.related-services-list--gradient .related-service-badge{background:linear-gradient(135deg,#a855f7,#3b82f6);color:#fff}.related-services-section--light .related-services-list--gradient .related-service-item{background:linear-gradient(135deg,rgba(168,85,247,.08),rgba(59,130,246,.08));border-color:rgba(168,85,247,.25);color:#1f2937}.related-services-section--light .related-services-list--gradient .related-service-item:hover{background:linear-gradient(135deg,rgba(168,85,247,.15),rgba(59,130,246,.15));border-color:#7c3aed}.related-services-section--light .related-services-list--default .related-service-item{background:#f9fafb;border-color:#e5e7eb;color:#1f2937}.related-services-section--light .related-services-list--default .related-service-item:hover{background:#f3f4f6;border-color:#a855f7}.related-services-section--light .related-services-list--outlined .related-service-item{border-color:#7c3aed;color:#7c3aed}.related-services-section--light .related-services-list--outlined .related-service-item:hover{background:rgba(124,58,237,.08);border-color:#6d28d9;color:#6d28d9}.related-services-section--light .related-service-description{color:#6b7280}.related-services-section--light .related-service-icon{color:#7c3aed}@keyframes serviceSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.related-services-list--grid{grid-template-columns:repeat(2,1fr)}.related-services-title{font-size:2rem}}@media (max-width:768px){.related-services-section{padding:3.5rem 1rem}.related-services-title{font-size:1.75rem}.related-services-subtitle{font-size:1rem}.related-services-header{margin-bottom:2rem}.related-services-list{gap:1rem}.related-services-list--grid{grid-template-columns:1fr;gap:1rem}.related-service-item--md{padding:.875rem 1.5rem}.related-service-item--lg{padding:1.25rem 2rem}}@media (max-width:480px){.related-services-section{padding:3rem 1rem}.related-services-title{font-size:1.5rem}.related-services-subtitle{font-size:.938rem}.related-services-list{gap:.75rem}.related-service-item--sm{padding:.625rem 1rem}.related-service-item--md{padding:.75rem 1.25rem}.related-service-item--lg{padding:1rem 1.75rem}.related-service-label{font-size:.938rem}}@media (prefers-reduced-motion:reduce){.related-service-item,.related-service-item--animated{animation:none;transition:none;opacity:1;transform:none}.related-service-item--interactive:hover{transform:none}}.related-service-item:focus-visible{outline:2px solid #a855f7;outline-offset:3px}@media print{.related-service-item{opacity:1;transform:none;break-inside:avoid;border:1px solid #e5e7eb;page-break-inside:avoid}.related-services-section{padding:2rem 0}}.section-wrapper{max-width:1200px;margin:0 auto;padding:2rem;color:var(--foreground);border-radius:8px;flex-direction:column;z-index:1;opacity:1}.section-wrapper,.section-wrapper--custom-padding{display:flex;align-items:center;justify-content:center;box-sizing:border-box;position:relative}.section-wrapper,.section-wrapper--custom-padding{height:fit-content;width:75vw;caret-color:transparent}.section-wrapper__content{width:75vw;max-width:var(--section-content-max,800px);box-sizing:border-box;margin-left:2.5vw;margin-right:2.5vw;color:var(--foreground);border-radius:8px;z-index:10}.section-wrapper h1,.section-wrapper h2,.section-wrapper--custom-padding h1,.section-wrapper--custom-padding h2{font-size:clamp(1.8rem,1.8rem,2rem);font-weight:700;text-align:start;margin-bottom:1.5rem}.section-wrapper p,.section-wrapper--custom-padding p{font-size:1rem;line-height:1.6;opacity:1}.section-wrapper ol,.section-wrapper ul{padding-left:1.5rem;margin-bottom:2rem}.section-wrapper li{margin-bottom:1rem}.section-wrapper--faq{margin-bottom:10vh}@media (max-width:600px){.section-wrapper,.section-wrapper--custom-padding{width:85vw}.section-wrapper--custom-padding>div,.section-wrapper>div,.section-wrapper__content{width:85vw;margin-left:0;margin-right:0}}.section-wrapper--frosted{background-color:hsla(0,0%,100%,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 12px rgba(3,3,3,.198)}[data-theme=dark] .section-wrapper--frosted{background-color:hsla(0,0%,4%,.85);box-shadow:0 4px 12px rgba(0,0,0,.75)}.section-wrapper--flat{background:transparent;box-shadow:none}.section-wrapper--frosted .section-wrapper__content{box-shadow:none}.section-wrapper--flat .section-wrapper__content{box-shadow:0 1px 3px rgba(0,0,0,.08)}.services-hero{width:100%;display:flex;align-items:center;justify-content:center}.services-hero--full-height{min-height:100vh}.services-hero-wrapper{width:100%}.services-hero-wrapper--sm{max-width:48rem}.services-hero-wrapper--md{max-width:56rem}.services-hero-wrapper--lg{max-width:72rem}.services-hero-wrapper--xl{max-width:80rem}.services-hero-container{padding:3rem}.services-hero-title{text-align:center;margin-bottom:1.5rem;background:linear-gradient(90deg,#c084fc,#93c5fd);background-clip:text;-webkit-background-clip:text;color:transparent;font-size:2.25rem;line-height:2.5rem}@media (min-width:768px){.services-hero-title{font-size:3.75rem;line-height:1}}.services-hero-content{text-align:center;color:#d1d5db;max-width:56rem;margin-left:auto;margin-right:auto}.services-hero-subtitle{margin-bottom:1rem}.services-hero-subtitle p{color:#d1d5db;line-height:1.75}.services-hero-description{margin-top:1rem}.services-hero-description p{color:#d1d5db;line-height:1.75}.services-hero-features{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:3rem}.services-hero-feature-item-wrapper{display:flex}.services-hero-feature-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-decoration:none;color:inherit;cursor:default;width:auto}.services-hero-feature-icon{width:6rem;height:6rem;border-radius:1.25rem;background:linear-gradient(to bottom right,rgba(168,85,247,.2),rgba(168,85,247,.1),rgba(59,130,246,.2));display:flex;align-items:center;justify-content:center;border:1px solid rgba(192,132,252,.3);transition:all .3s ease;box-shadow:0 12px 20px -6px rgba(0,0,0,.12)}.services-hero-icon{width:3rem;height:3rem;color:#c084fc;display:inline-flex;align-items:center;justify-content:center;line-height:1}.services-hero-icon svg.lucide,.services-hero-icon svg.lucide-code-xml,.services-hero-icon svg[class^=lucide],.services-hero-icon>svg{width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem;display:inline-block}.services-hero-feature-label{color:#d1d5db;font-size:.95rem}.services-hero-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.services-hero-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem 2rem;border-radius:9999px;font-size:1rem;line-height:1.5rem;transition:all .3s ease;cursor:pointer;border:none;text-decoration:none;white-space:nowrap}.services-hero-button--primary{background:linear-gradient(90deg,#9333ea,#2563eb);color:#fff}.services-hero-button--primary:hover{background:linear-gradient(90deg,#7e22ce,#1d4ed8)}.services-hero-button--secondary{background:hsla(0,0%,100%,.1);color:#fff;border:1px solid hsla(0,0%,100%,.2)}.services-hero-button--secondary:hover{background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.3)}.services-hero-button--outline{background:transparent;color:#c084fc;border:2px solid #c084fc}.services-hero-button--outline:hover{background:rgba(192,132,252,.1)}.services-hero-button-icon{width:1.25rem;height:1.25rem;transition:transform .3s ease}.services-hero-button:hover .services-hero-button-icon{transform:translateX(.25rem)}.services-hero--left .services-hero-title{text-align:left}.services-hero--left .services-hero-content{text-align:left;margin-left:0;margin-right:auto}.services-hero--left .services-hero-buttons,.services-hero--left .services-hero-features{justify-content:flex-start}.services-hero--right .services-hero-title{text-align:right}.services-hero--right .services-hero-content{text-align:right;margin-left:auto;margin-right:0}.services-hero--right .services-hero-buttons,.services-hero--right .services-hero-features{justify-content:flex-end}.services-hero--minimal .services-hero-container{background:hsla(0,0%,100%,.02);border-color:hsla(0,0%,100%,.05)}.services-hero--minimal .services-hero-title{background:#fff;background-clip:text;-webkit-background-clip:text;color:transparent}.services-hero--minimal .services-hero-feature-icon{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.1)}.services-hero--minimal .services-hero-icon{color:#fff}.services-hero--glass .services-hero-container{background:hsla(0,0%,100%,.05);backdrop-filter:blur(20px);border-color:hsla(0,0%,100%,.15);box-shadow:0 8px 32px 0 rgba(31,38,135,.37)}.services-hero--glass .services-hero-feature-icon{background:rgba(168,85,247,.15);backdrop-filter:blur(8px);border-color:hsla(0,0%,100%,.2)}@media (max-width:768px){.services-hero-container{padding:2rem}.services-hero-title{font-size:2rem;line-height:2.25rem}.services-hero-features{gap:1.5rem}.services-hero-feature-icon{width:4.5rem;height:4.5rem;border-radius:1rem}.services-hero-icon{width:2rem;height:2rem}.services-hero-button{padding:1.25rem 1.75rem;font-size:.875rem}}.services-hero-feature-item,.services-hero-feature-item p,.services-hero-feature-label,.services-hero-features,.services-hero-subtitle,.services-hero-subtitle p{color:#000;opacity:.9}[data-theme=dark] .services-hero-feature-item,[data-theme=dark] .services-hero-feature-item p,[data-theme=dark] .services-hero-feature-label,[data-theme=dark] .services-hero-features,[data-theme=dark] .services-hero-subtitle,[data-theme=dark] .services-hero-subtitle p{color:#d1d5db;opacity:1}.services-grid-wrapper{width:100%;max-width:1200px;margin:0 auto}.services-grid-header{text-align:center;margin-bottom:3rem}.services-grid-title{font-size:2rem;font-weight:600;margin-bottom:.75rem;background:linear-gradient(135deg,#a855f7,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.services-grid-subtitle{font-size:1rem;color:rgba(192,132,252,.8);line-height:1.6;max-width:700px;margin:0 auto}.services-grid{display:grid;gap:1.5rem}.services-grid--grid{grid-template-columns:repeat(2,1fr);max-width:1000px;margin:0 auto}.services-grid--list{grid-template-columns:1fr;max-width:800px;margin:0 auto;gap:1rem}.services-grid--compact{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.services-grid--feature{grid-template-columns:1fr;max-width:900px;margin:0 auto;gap:2rem}.service-card{position:relative;display:flex;flex-direction:column;padding:1.5rem;border-radius:1rem}.service-card--visible{opacity:1;transform:translateY(0)}.service-card--animated{animation:slideInUp .5s ease forwards}.services-grid--list .service-card{flex-direction:row;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem}.services-grid--compact .service-card{padding:1.25rem}.services-grid--feature .service-card{flex-direction:row;gap:2rem;padding:2rem;align-items:flex-start}.service-card-image{width:100%;height:180px;border-radius:.75rem;overflow:hidden;margin-bottom:1rem}.services-grid--list .service-card-image{width:120px;height:120px;margin-bottom:0;flex-shrink:0}.services-grid--feature .service-card-image{width:200px;height:200px;margin-bottom:0;flex-shrink:0}.service-card-image img{width:100%;height:100%;object-fit:cover}.service-card-icon{width:3rem;height:3rem;border-radius:.75rem;margin-bottom:1rem;flex-shrink:0}.services-grid--list .service-card-icon{margin-bottom:0;width:2.5rem;height:2.5rem}.services-grid--compact .service-card-icon{width:2.5rem;height:2.5rem}.services-grid--feature .service-card-icon{width:4rem;height:4rem;margin-bottom:0}.service-card-content{flex:1;display:flex;flex-direction:column}.service-card-title{font-size:1.125rem;color:#a855f7;margin-bottom:.5rem}.services-grid--list .service-card-title{font-size:1rem;margin-bottom:.25rem}.services-grid--compact .service-card-title{font-size:1rem}.services-grid--feature .service-card-title{font-size:1.5rem;margin-bottom:.75rem}.service-card-description{font-size:.938rem;line-height:1.6;margin:0}.services-grid--list .service-card-description{font-size:.875rem}.services-grid--feature .service-card-description{font-size:1rem;line-height:1.7}.services-grid--light .service-card{background:#fff;border-color:#e5e7eb}.services-grid--light .service-card:hover{border-color:#a855f7;background:#f9fafb;box-shadow:0 10px 30px rgba(168,85,247,.15)}.services-grid--light .service-card-title{color:#7c3aed}.services-grid--light .service-card-description,.services-grid--light .services-grid-subtitle{color:#6b7280}.services-grid--dark .service-card{background:rgba(0,0,0,.4);border-color:hsla(0,0%,100%,.1)}.services-grid--dark .service-card:hover{border-color:rgba(168,85,247,.5);background:rgba(0,0,0,.6)}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.services-grid--grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.services-grid-title{font-size:1.5rem}.services-grid-subtitle{font-size:.938rem}.services-grid--compact,.services-grid--grid{grid-template-columns:1fr}.services-grid--list .service-card{flex-direction:column;align-items:flex-start;gap:1rem}.services-grid--list .service-card-image{width:100%;height:150px}.services-grid--list .service-card-icon{margin-bottom:.5rem}.services-grid--feature .service-card{flex-direction:column;gap:1.5rem}.services-grid--feature .service-card-image{width:100%;height:180px}.service-card{padding:1.25rem}}@media (max-width:767px){.services-grid,.services-grid--compact,.services-grid--feature,.services-grid--grid,.services-grid--list{grid-template-columns:1fr!important;gap:1rem;justify-items:center}.service-card{width:85%;max-width:85%;box-sizing:border-box;padding:1.25rem;margin:0 auto}.services-grid--list .service-card{flex-direction:column;align-items:flex-start;gap:1rem}.services-grid--list .service-card-image{width:100%;height:150px}.services-grid-subtitle,.services-grid-title{width:85%;max-width:85%;margin:0 auto;box-sizing:border-box;text-align:center}}@media (prefers-reduced-motion:reduce){.service-card,.service-card--animated{animation:none;transition:none}.service-card--visible{opacity:1;transform:none}.service-card:hover{transform:none}}@media print{.service-card{opacity:1;transform:none;break-inside:avoid;border:1px solid #e5e7eb}}.service-card{background:linear-gradient(to bottom right,rgba(168,85,247,.08),hsla(0,0%,100%,.02) 50%,rgba(59,130,246,.08));border:1px solid rgba(168,85,247,.28);box-shadow:0 10px 15px -3px rgba(0,0,0,.06),0 4px 6px -2px rgba(0,0,0,.03);transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(20px);color:inherit}.service-card:hover{border-color:rgba(168,85,247,.7);box-shadow:0 12px 30px rgba(168,85,247,.16);background:linear-gradient(135deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.02))}.service-card-title{background:linear-gradient(90deg,#c084fc,#93c5fd);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.service-card-description{color:#222}.service-card-icon{background:linear-gradient(to bottom right,rgba(168,85,247,.2),rgba(168,85,247,.1) 50%,rgba(59,130,246,.2));border:1px solid rgba(192,132,252,.3);box-shadow:0 10px 15px -3px rgba(0,0,0,.08);color:#c084fc;display:flex;align-items:center;justify-content:center}.service-card-icon svg,.service-card-icon>*{width:2.5rem!important;height:2.5rem!important;color:inherit;stroke:currentColor;fill:currentColor}[data-theme=dark] .services-grid--dark .service-card{background:rgba(0,0,0,.4);border-color:hsla(0,0%,100%,.1)}[data-theme=dark] .services-grid--dark .service-card-title{background:none;-webkit-text-fill-color:initial;color:#d8b4fe}[data-theme=dark] .service-card-description{color:rgba(156,163,175,.9)}.services-why-section{width:100%}.services-why-container{max-width:80rem;margin:0 auto;padding:2rem}.services-why-header{margin-bottom:3rem}.services-why-title{text-align:center;margin-bottom:1rem;background:linear-gradient(90deg,#c084fc,#93c5fd);background-clip:text;-webkit-background-clip:text;color:transparent;font-size:2.25rem;line-height:2.5rem}@media (min-width:768px){.services-why-title{font-size:clamp(2rem,2rem + 1vw,2.5rem);line-height:1}}.services-why-tagline{text-align:center;margin-bottom:1rem}.services-why-tagline p{color:rgba(192,132,252,.8);font-size:1.125rem;line-height:1.75rem}.services-why-description{color:#d1d5db;max-width:56rem;margin:0 auto;text-align:center}.services-why-description p{color:#d1d5db;line-height:1.75}.services-why-card-description,.services-why-description,.services-why-description p{color:#000;opacity:.95}[data-theme=dark] .services-why-card-description,[data-theme=dark] .services-why-description,[data-theme=dark] .services-why-description p{color:#d1d5db;opacity:1}.services-why-content{position:relative}.services-why-bg-glow{position:absolute;top:0;left:50%;transform:translateX(-50%);width:24rem;height:24rem;background-color:rgba(168,85,247,.05);border-radius:9999px;filter:blur(3rem);z-index:-10}.services-why-grid{display:grid;gap:2rem;max-width:72rem;margin:0 auto}@media (min-width:768px){.services-why-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.services-why-grid{grid-template-columns:1fr!important;gap:1rem}.services-why-card{padding:1.25rem}.services-why-card-number{font-size:2.25rem;top:1rem;right:1rem}.services-why-icon-container{width:4.5rem;height:4.5rem}.services-why-icon{width:2rem;height:2rem}}.services-why-card-wrapper{display:flex}.services-why-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;border-radius:1.5rem;background:linear-gradient(to bottom right,rgba(168,85,247,.05),transparent,rgba(59,130,246,.05));border:1px solid rgba(168,85,247,.2);transition:all .3s ease;backdrop-filter:blur(4px);overflow:hidden;width:100%;text-decoration:none;color:inherit}.services-why-card--interactive{cursor:pointer}.services-why-card--interactive:hover{border-color:rgba(168,85,247,.6);box-shadow:0 0 40px rgba(168,85,247,.15)}.services-why-card-glow{position:absolute;inset:0;background:linear-gradient(to bottom right,rgba(168,85,247,0),rgba(59,130,246,0));transition:all .3s ease;border-radius:1.5rem}.services-why-card--interactive:hover .services-why-card-glow,.services-why-card-number{background:linear-gradient(to bottom right,rgba(168,85,247,.1),rgba(59,130,246,.1))}.services-why-card-number{position:absolute;top:1.5rem;right:1.5rem;font-size:3rem;line-height:1;background-clip:text;-webkit-background-clip:text;color:transparent;opacity:.3;transition:opacity .3s ease}.services-why-card--interactive:hover .services-why-card-number{opacity:.5}.services-why-icon-wrapper{position:relative;margin-bottom:1.5rem;z-index:10}.services-why-icon-container{position:relative;width:5rem;height:5rem;border-radius:1.5rem;background:linear-gradient(to bottom right,rgba(168,85,247,.2),rgba(168,85,247,.1),rgba(59,130,246,.2));display:flex;align-items:center;justify-content:center;border:1px solid rgba(192,132,252,.3);transition:all .3s ease;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.services-why-card--interactive:hover .services-why-icon-container{border-color:rgba(192,132,252,.6);box-shadow:0 0 20px rgba(168,85,247,.3)}.services-why-icon-blur{position:absolute;inset:0;background:linear-gradient(to bottom right,rgba(192,132,252,.2),rgba(147,197,253,.2));border-radius:1.5rem;filter:blur(1rem);transition:all .3s ease}.services-why-card--interactive:hover .services-why-icon-blur{filter:blur(2rem)}.services-why-icon{position:relative;z-index:10;width:2.5rem;height:2.5rem;color:#c084fc;transition:color .3s ease}.services-why-card--interactive:hover .services-why-icon{color:#d8b4fe}.services-why-card-content{position:relative;z-index:10;width:100%}.services-why-card-title{font-size:1.25rem;line-height:1.75rem;background:linear-gradient(90deg,#c084fc,#93c5fd);background-clip:text;-webkit-background-clip:text;color:transparent;margin-bottom:.75rem;transition:all .3s ease}.services-why-card--interactive:hover .services-why-card-title{background:linear-gradient(90deg,#d8b4fe,#bae6fd)}.services-why-card-description{color:#9ca3af;font-size:.875rem;line-height:1.75;transition:color .3s ease}.services-why-card--interactive:hover .services-why-card-description{color:#d1d5db}.services-why-card-badge{position:absolute;top:1.5rem;left:1.5rem;padding:.25rem .75rem;background:linear-gradient(90deg,rgba(168,85,247,.2),rgba(59,130,246,.2));border:1px solid rgba(168,85,247,.3);border-radius:9999px;font-size:.75rem;color:#c084fc;z-index:10}.services-why-card-accent{position:absolute;bottom:0;left:0;right:0;height:.25rem;background:linear-gradient(90deg,transparent,rgba(168,85,247,.5),transparent);opacity:0;transition:opacity .3s ease}.services-why-card--interactive:hover .services-why-card-accent{opacity:1}.services-why-section--minimal .services-why-card{background:hsla(0,0%,100%,.02);border-color:hsla(0,0%,100%,.1)}.services-why-section--minimal .services-why-card--interactive:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.2);box-shadow:none}.services-why-section--minimal .services-why-bg-glow,.services-why-section--minimal .services-why-card-glow{display:none}.services-why-section--glass .services-why-card{background:hsla(0,0%,100%,.05);backdrop-filter:blur(12px);border-color:hsla(0,0%,100%,.15)}.services-why-section--glass .services-why-card--interactive:hover{background:hsla(0,0%,100%,.08);border-color:rgba(168,85,247,.4);box-shadow:0 8px 32px 0 rgba(168,85,247,.2)}.services-why-section--glass .services-why-icon-container{background:rgba(168,85,247,.15);backdrop-filter:blur(8px)}.gradient-background{z-index:0}.section-wrapper--custom-padding{margin-top:10vh}.faq-question{font-weight:700;font-size:large}.section-wrapper--faq .faq{display:flex;flex-direction:column;gap:1rem}.section-wrapper--faq .faq__header h2{margin:0 0 .25rem;font-size:1.6rem;letter-spacing:-.01em;color:var(--foreground,#081024)}.section-wrapper--faq .faq__lead{margin:0;color:var(--muted,#6b7280);font-size:.95rem}.section-wrapper--faq .faq__list{display:grid;gap:.75rem;margin-top:.75rem}.section-wrapper--faq details{background:var(--card-bg,#fff);border-radius:10px;padding:.5rem;border:1px solid rgba(3,10,30,.06);box-shadow:0 8px 20px rgba(3,3,3,.04);transition:box-shadow .16s ease,transform .16s ease,border-color .16s ease;overflow:hidden}.section-wrapper--faq details:hover,.section-wrapper--faq details[open]{transform:translateY(-3px);box-shadow:0 14px 36px rgba(3,3,3,.08);border-color:rgba(0,110,255,.06)}.section-wrapper--faq summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:.75rem;padding:.5rem .6rem;margin:0;user-select:none;outline:none}.section-wrapper--faq summary::-webkit-details-marker{display:none}.section-wrapper--faq .faq__summary{width:100%;display:flex;justify-content:space-between;align-items:center}.section-wrapper--faq .faq__summary h3{margin:0;font-size:1.02rem;color:var(--foreground,#081024)}.section-wrapper--faq .faq__summary:after{content:"▾";font-size:.95rem;color:var(--muted,#6b7280);transform:rotate(0deg);transition:transform .18s ease;margin-left:.5rem}.section-wrapper--faq details[open] .faq__summary:after{transform:rotate(180deg)}.section-wrapper--faq .faq-answer{padding:0 .6rem .9rem;color:var(--muted,#48515b);font-size:.975rem;line-height:1.55;overflow:hidden;max-height:0;transition:max-height .26s ease,opacity .22s ease;opacity:0}.section-wrapper--faq details[open] .faq-answer{max-height:20rem;opacity:1}.section-wrapper--faq details+details{margin-top:.25rem}@media (max-width:700px){.section-wrapper--faq .faq__header h2{font-size:1.35rem}.section-wrapper--faq .faq-question{font-size:.98rem}.faq__header,.faq__list{width:100%;max-width:100%;margin:0;box-sizing:border-box}}[data-theme=dark] .section-wrapper--faq details{background:linear-gradient(180deg,rgba(12,16,26,.6),rgba(10,14,24,.5));border:1px solid hsla(0,0%,100%,.04);color:#e8f0ff}[data-theme=dark] .section-wrapper--faq .faq-answer,[data-theme=dark] .section-wrapper--faq .faq__lead{color:#c9d8f0}[data-theme=dark] .section-wrapper--faq .faq__summary:after{color:hsla(0,0%,100%,.7)}.section-wrapper--faq,.section-wrapper--faq>div,[data-theme=dark] .section-wrapper--faq,[data-theme=dark] .section-wrapper--faq>div{box-shadow:none!important}