.services-overview-page{--services-page-bg:#f7f7f8;--services-page-text:#282829;--services-page-muted:rgba(40,40,41,.68);--services-intro-text:#282829;--services-intro-muted:rgba(40,40,41,.7);--services-image-filter:grayscale(.25);--services-hover-bg:linear-gradient(135deg,hsla(0,0%,100%,.72),hsla(0,0%,100%,.38));--services-hover-border:hsla(0,0%,100%,.58);--services-hover-line:rgba(40,40,41,.28);--services-hover-shadow:0 -18px 60px rgba(40,40,41,.14),inset 0 1px 0 hsla(0,0%,100%,.78);background:var(--services-page-bg)}.dark .services-overview-page{--services-page-bg:#101115;--services-page-text:#fff;--services-page-muted:hsla(0,0%,100%,.66);--services-intro-text:#fff;--services-intro-muted:hsla(0,0%,100%,.68);--services-image-filter:grayscale(.7);--services-hover-bg:rgba(16,17,21,.68);--services-hover-border:hsla(0,0%,100%,.1);--services-hover-line:hsla(0,0%,100%,.38);--services-hover-shadow:none}.services-visual-hero{background-blend-mode:var(--blog-hero-blend-mode);background-position:50%;background-repeat:no-repeat;background-size:cover}.services-overview-intro{background:var(--services-page-bg);color:var(--services-page-text);padding-bottom:clamp(36px,4vw,66px);padding-top:clamp(36px,4vw,66px)}.services-intro-grid{align-items:center;color:var(--services-intro-text);display:grid;gap:clamp(42px,6vw,112px);grid-template-columns:120px minmax(360px,.9fr) minmax(360px,1fr);padding-inline:clamp(8px,2vw,34px)}.services-intro-grid>svg{color:var(--services-intro-text);height:clamp(78px,7vw,104px);stroke-width:1.4;width:clamp(78px,7vw,104px)}.services-intro-grid h2{color:var(--primary);font-size:52px;font-weight:600;line-height:1.05;margin:0;max-width:620px}.services-intro-grid p{color:var(--services-intro-muted);font-size:clamp(1.05rem,1.15vw,1.22rem);font-weight:400;line-height:1.7;margin:0;max-width:680px;padding-top:16px}.services-image-section{background:var(--services-page-bg);padding-top:clamp(24px,4vw,54px)}.services-image-grid{align-items:start;display:grid;gap:clamp(34px,5vw,58px) clamp(28px,4vw,54px);grid-template-columns:repeat(2,minmax(0,1fr))}.service-image-card{color:var(--services-page-text);display:grid;justify-items:center;text-align:center}.service-image-card:nth-child(2n){margin-top:clamp(34px,5vw,76px)}.service-image-card:nth-child(odd){justify-self:end}.service-image-card:nth-child(2n){justify-self:start}.service-image-card:hover img{filter:grayscale(0);transform:scale(1.04)}.service-image-card:hover h2{color:var(--primary)}.service-image-card:hover .service-image-card-hover{opacity:1;transform:translateY(0)}.service-image-card-media{display:block;overflow:hidden;position:relative;width:min(100%,560px)}.service-image-card-media:after{background:#1011151a;content:"";inset:0;opacity:0;position:absolute;transition:opacity .22s ease}.service-image-card-media img{aspect-ratio:1.04;display:block;filter:var(--services-image-filter);-o-object-fit:cover;object-fit:cover;transition:filter .24s ease,transform .24s ease;width:100%}.service-image-card:hover .service-image-card-media:after{opacity:1}.service-image-card-hover{align-items:center;backdrop-filter:saturate(190%) blur(24px);-webkit-backdrop-filter:saturate(190%) blur(24px);background:var(--services-hover-bg);border-top:1px solid var(--services-hover-border);bottom:0;box-shadow:var(--services-hover-shadow);box-sizing:border-box;color:var(--services-page-text);display:flex;justify-content:center;left:0;min-height:clamp(90px,10vw,130px);opacity:0;padding:clamp(24px,4vw,42px);position:absolute;right:0;transform:translateY(100%);transition:opacity .22s ease,transform .22s ease;z-index:2}.service-image-card-hover .line-link-line{background:var(--services-hover-line)}.service-image-card-hover .line-link-content{color:var(--services-page-text);font-weight:800}.service-image-card h2{color:var(--services-page-text);font-size:clamp(1.45rem,2.4vw,2.1rem);line-height:1.1;margin:26px 0 12px;transition:color .18s ease}.service-image-card p{color:var(--services-page-muted);line-height:1.7;margin:0;max-width:460px}.services-list{display:grid;gap:18px}.service-row{align-items:start;background:var(--bg-elevated);border:1px solid var(--line);border-radius:8px;display:grid;gap:28px;grid-template-columns:.8fr 1.2fr;padding:32px}.service-kicker{align-items:center;display:inline-flex;gap:8px}.service-kicker svg{height:17px;width:17px}.services-list h2{font-size:clamp(1.6rem,3vw,2.6rem);line-height:1.05;margin:10px 0 0}.process-card p,.services-list p{color:var(--muted);margin:0}.process-section{background:color-mix(in srgb,var(--bg-soft) 60%,transparent);border-top:1px solid var(--line)}.process-grid{grid-template-columns:repeat(4,1fr);margin-top:32px}.process-card{padding:24px}.process-card strong{color:var(--accent)}.service-detail-page{--service-detail-bg:#f7f7f8;--service-detail-text:#282829;--service-detail-muted:rgba(40,40,41,.68);--service-detail-image-filter:grayscale(.18);--service-detail-meta-line:rgba(40,40,41,.13);background:var(--service-detail-bg);color:var(--service-detail-text)}.dark .service-detail-page{--service-detail-bg:#101115;--service-detail-text:#fff;--service-detail-muted:hsla(0,0%,100%,.68);--service-detail-image-filter:grayscale(.72);--service-detail-meta-line:hsla(0,0%,100%,.13)}.service-detail-showcase{background:var(--service-detail-bg);padding-top:0}.service-detail-main-image{aspect-ratio:2.05/1;display:block;filter:var(--service-detail-image-filter);-o-object-fit:cover;object-fit:cover;width:100%}.service-detail-meta{display:grid;gap:clamp(18px,4vw,64px);grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:clamp(22px,2.4vw,30px) 0 clamp(52px,6vw,82px)}.service-detail-meta div{align-items:baseline;display:flex;gap:9px;min-width:0}.service-detail-meta dt{color:var(--primary);flex:0 0 auto;font-size:.7rem;font-weight:900;letter-spacing:0;line-height:1.2;text-transform:uppercase}.service-detail-meta dt:after{color:var(--service-detail-muted);content:":";margin-left:4px}.service-detail-meta dd{color:var(--service-detail-text);font-size:.72rem;font-weight:800;letter-spacing:.01em;line-height:1.2;margin:0;min-width:0;overflow-wrap:anywhere;text-transform:uppercase}.service-detail-copy{display:grid;gap:clamp(24px,4vw,56px);grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.service-detail-copy h2{color:var(--service-detail-text);font-size:clamp(2.2rem,4.6vw,4.2rem);line-height:1;margin:0}.service-detail-copy p{color:var(--service-detail-muted);font-size:1.02rem;line-height:1.8;margin:0;max-width:720px}.service-detail-grid{display:grid;gap:22px;grid-template-columns:repeat(3,minmax(0,1fr))}.service-detail-card{display:grid;gap:14px;padding:clamp(24px,3vw,34px)}.service-detail-card svg{color:var(--primary);height:34px;stroke-width:1.6;width:34px}.service-detail-card h2{color:var(--text);font-size:clamp(1.35rem,2vw,1.9rem);line-height:1.1;margin:0}.service-detail-card p{color:var(--muted);margin:0}.service-process-band{background:linear-gradient(180deg,color-mix(in srgb,var(--service-detail-bg,var(--bg)) 94%,var(--primary) 6%),var(--service-detail-bg,var(--bg)));border-top:1px solid var(--service-detail-meta-line,var(--line));color:var(--service-detail-text,var(--text))}.service-process-grid{align-items:start;display:grid;gap:clamp(34px,6vw,86px);grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)}.service-process-grid h2{color:var(--service-detail-text,var(--text));font-size:clamp(2rem,4vw,3.55rem);letter-spacing:0;line-height:.96;margin:12px 0 0;max-width:680px}.service-process-list{display:grid;gap:14px}.service-process-list article{align-items:start;background:var(--shopware-panel,var(--bg-elevated));border:1px solid var(--shopware-panel-border,var(--line));border-radius:8px;display:grid;gap:20px;grid-template-columns:54px minmax(0,1fr);padding:clamp(20px,3vw,28px)}.service-process-list>article>span{color:var(--primary);font-weight:900}.service-process-list h3{color:var(--service-detail-text,var(--text));font-size:clamp(1.14rem,1.6vw,1.45rem);margin:0 0 8px}.service-process-list p{color:var(--service-detail-muted,var(--muted));line-height:1.7;margin:0}.shopware-service-page{--shopware-panel:hsla(0,0%,100%,.82);--shopware-panel-border:rgba(40,40,41,.12);--shopware-soft:rgb(237 32 36/8%)}.dark .shopware-service-page{--shopware-panel:rgba(18,19,24,.78);--shopware-panel-border:hsla(0,0%,100%,.12);--shopware-soft:rgba(255,58,62,.1)}.shopware-service-hero{background:radial-gradient(circle at 82% 28%,var(--shopware-soft),transparent 34rem),linear-gradient(135deg,var(--service-detail-bg) 0,color-mix(in srgb,var(--service-detail-bg) 86%,var(--primary) 14%) 100%);overflow:hidden;padding:clamp(132px,15vw,190px) 0 clamp(58px,8vw,104px)}.shopware-service-hero-grid{align-items:center;display:grid;gap:clamp(36px,6vw,90px);grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr)}.shopware-service-copy h1{color:var(--service-detail-text);font-size:clamp(3rem,5.4vw,5.8rem);line-height:.95;margin:16px 0 24px;max-width:760px}.shopware-service-copy p{color:var(--service-detail-muted);font-size:clamp(1.08rem,1.5vw,1.28rem);line-height:1.75;margin:0;max-width:680px}.shopware-service-breadcrumb{align-items:center;color:var(--service-detail-muted);display:flex;flex-wrap:wrap;font-size:.82rem;font-weight:800;gap:9px;margin-top:30px}.shopware-service-breadcrumb a{color:var(--service-detail-text)}.shopware-service-breadcrumb a:hover{color:var(--primary)}.shopware-service-visual{position:relative}.shopware-service-visual:before{background:var(--primary);content:"";height:54%;opacity:.9;position:absolute;right:-12%;top:11%;width:54%;z-index:0}.shopware-service-visual img{display:block;filter:saturate(.94);position:relative;width:min(100%,760px);z-index:1}.shopware-service-intro .shopware-service-visual{margin:clamp(28px,5vw,72px) clamp(-28px,-3vw,-12px) 0 0}.shopware-service-explainer{background:var(--service-detail-bg);border-bottom:1px solid var(--service-detail-meta-line)}.shopware-service-explainer-grid{align-items:center;display:grid;gap:clamp(34px,6vw,82px);grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.shopware-service-explainer-copy h2{color:var(--service-detail-text);font-size:clamp(2.2rem,4.4vw,4.4rem);line-height:1;margin:14px 0 22px}.shopware-service-explainer-copy p{color:var(--service-detail-muted);font-size:1.04rem;line-height:1.82;margin:0}.shopware-service-explainer-copy p+p{margin-top:18px}.shopware-service-explainer-media img{display:block;width:100%}.shopware-extension-partner{background:color-mix(in srgb,var(--service-detail-bg) 94%,var(--primary) 6%);border-top:1px solid var(--service-detail-meta-line)}.shopware-extension-partner-grid{align-items:center;display:grid;gap:clamp(34px,7vw,110px);grid-template-columns:minmax(220px,.58fr) minmax(0,1fr);max-width:1080px}.shopware-extension-partner-media{justify-self:center}.shopware-extension-partner-media img{display:block;max-width:min(100%,360px);width:100%}.shopware-extension-partner-copy h2{color:var(--service-detail-text);font-size:clamp(2.2rem,4.4vw,4.4rem);line-height:1;margin:14px 0 22px}.shopware-extension-partner-copy p{color:var(--service-detail-muted);font-size:1.04rem;line-height:1.82;margin:0}.shopware-extension-partner-copy p+p{margin-top:18px}.shopware-extension-partner-link{margin-top:30px;width:-moz-fit-content;width:fit-content}.shopware-service-certificates{background:var(--service-detail-bg);border-top:1px solid var(--service-detail-meta-line)}.shopware-service-certificates-grid{align-items:center;display:grid;gap:clamp(34px,6vw,82px);grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}.shopware-service-certificates-copy h2{color:var(--service-detail-text);font-size:clamp(2.2rem,4.2vw,4rem);line-height:1;margin:14px 0 22px}.shopware-service-certificates-copy p{color:var(--service-detail-muted);font-size:1.04rem;line-height:1.8;margin:0}.shopware-service-certificates-list{align-items:center;-moz-column-gap:clamp(20px,4vw,46px);column-gap:clamp(20px,4vw,46px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));row-gap:8px}.shopware-service-certificates-list article{align-items:center;display:flex;justify-content:center}.shopware-service-certificates-list article:first-child{grid-column:1/-1;margin-bottom:14px}.shopware-service-certificates-list article:nth-child(2){justify-self:end;transform:translateY(-8px)}.shopware-service-certificates-list article:nth-child(3){justify-self:start;transform:translateY(20px)}.shopware-service-certificates-list img{display:block;max-height:126px;-o-object-fit:contain;object-fit:contain;width:100%}article:first-child .shopware-service-certificates-list img{max-height:142px;max-width:300px}.shopware-service-metrics{background:var(--service-detail-bg);border-block:1px solid var(--service-detail-meta-line)}.shopware-service-metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.shopware-service-metrics-grid div{border-right:1px solid var(--service-detail-meta-line);display:grid;gap:8px;padding:clamp(24px,3vw,38px) clamp(16px,2vw,28px)}.shopware-service-metrics-grid div:first-child{border-left:1px solid var(--service-detail-meta-line)}.shopware-service-metrics-grid strong{color:var(--primary);font-size:clamp(1.28rem,2vw,1.85rem);line-height:1}.shopware-service-metrics-grid span{color:var(--service-detail-muted);font-size:.9rem;line-height:1.45}.shopware-service-intro{background:var(--service-detail-bg)}.shopware-service-intro-grid{align-items:center;display:grid;gap:clamp(34px,6vw,82px);grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.shopware-service-intro-grid>img{aspect-ratio:1.35/1;display:block;-o-object-fit:cover;object-fit:cover;width:100%}.shopware-service-intro-grid h2{color:var(--service-detail-text);font-size:clamp(2.3rem,4.6vw,4.7rem);line-height:.98;margin:14px 0 22px}.shopware-service-intro-grid p{color:var(--service-detail-muted);font-size:1.02rem;line-height:1.8;margin:0}.shopware-service-intro-grid ul{display:grid;gap:14px;list-style:none;margin:28px 0 0;padding:0}.shopware-service-intro-grid li{align-items:start;color:var(--service-detail-text);display:grid;gap:12px;grid-template-columns:22px minmax(0,1fr);line-height:1.6}.shopware-service-intro-grid li svg{color:var(--primary);height:20px;margin-top:3px;width:20px}.shopware-service-capabilities{background:radial-gradient(circle at 12% 10%,var(--shopware-soft),transparent 28rem),var(--service-detail-bg);border-top:1px solid var(--service-detail-meta-line)}.shopware-service-section-head{max-width:780px}.shopware-service-card-grid{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:clamp(34px,5vw,58px)}.shopware-service-card-grid article{background:var(--shopware-panel);border:1px solid var(--shopware-panel-border);border-radius:8px;display:grid;gap:16px;padding:clamp(24px,3vw,34px)}.shopware-service-card-grid svg{color:var(--primary);height:32px;width:32px}.shopware-service-card-grid h3{color:var(--service-detail-text);font-size:clamp(1.28rem,1.8vw,1.65rem);line-height:1.12;margin:0}.shopware-service-card-grid p{color:var(--service-detail-muted);line-height:1.7;margin:0}.related-expertise{background:var(--secondary)}.related-expertise-head{margin-bottom:clamp(30px,4vw,48px)}.related-expertise-head h2{margin-bottom:0}.related-expertise-grid{display:grid;gap:1px;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))}.related-expertise-grid article{backdrop-filter:blur(18px) saturate(125%);-webkit-backdrop-filter:blur(18px) saturate(125%);background:#ffffff85;border:0;box-shadow:0 18px 46px #28282914;display:flex;flex-direction:column;min-height:240px;padding:clamp(24px,3vw,38px)}.dark .related-expertise-grid article{background:#ffffff0f;box-shadow:0 18px 46px #0000002e}.related-expertise-grid h3{font-size:clamp(1.3rem,1.8vw,1.7rem);line-height:1.2;margin:0 0 14px}.related-expertise-grid p{color:var(--text-muted);line-height:1.65;margin:0}.related-expertise-link{align-items:center;color:var(--primary);display:inline-flex;font-weight:700;gap:9px;margin-top:auto;padding-top:24px;text-decoration:none}.related-expertise-link svg{height:18px;transition:transform .2s ease;width:18px}.related-expertise-link:focus-visible,.related-expertise-link:hover{text-decoration:underline}.related-expertise-link:focus-visible svg,.related-expertise-link:hover svg{transform:translate(4px)}.shopware-service-process{background:linear-gradient(180deg,color-mix(in srgb,var(--service-detail-bg) 94%,var(--primary) 6%),var(--service-detail-bg));border-top:1px solid var(--service-detail-meta-line)}.shopware-service-process-grid{align-items:start;display:grid;gap:clamp(34px,6vw,90px);grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr)}.shopware-service-process-list{display:grid;gap:14px}.shopware-service-process-list article{align-items:start;background:var(--shopware-panel,var(--bg-elevated));border:1px solid var(--shopware-panel-border,var(--line));border-radius:8px;display:grid;gap:20px;grid-template-columns:54px minmax(0,1fr);padding:clamp(20px,3vw,28px)}.shopware-service-process-list>article>span{color:var(--primary);font-weight:900}.shopware-service-process-list h3{color:var(--service-detail-text);font-size:clamp(1.14rem,1.6vw,1.45rem);margin:0 0 8px}.shopware-service-process-list p{color:var(--service-detail-muted);line-height:1.7;margin:0}.shopware-service-faq{background:var(--service-detail-bg);border-top:1px solid var(--service-detail-meta-line)}.shopware-service-cta{background:#f7f7f8;color:#282829;overflow:hidden;position:relative}.shopware-service-cta:before{background:radial-gradient(circle at 50% 0,rgba(237,32,36,.1),transparent 29rem);content:"";inset:0;pointer-events:none;position:absolute}.shopware-service-cta .container{position:relative}.dark .shopware-service-cta{background:#17181c;color:#fff}.dark .shopware-service-cta:before{background:radial-gradient(circle at 50% 0,rgba(237,32,36,.18),transparent 29rem)}.shopware-service-cta-heading{margin-inline:auto;max-width:720px;text-align:center}.shopware-service-cta-heading h2{color:#282829;font-size:clamp(2.15rem,3.25vw,3.2rem);line-height:1.1;margin:0}.shopware-service-cta-heading p{color:#282829b8;font-size:1.05rem;line-height:1.7;margin:16px auto 0;max-width:620px}.shopware-market-statement{margin:24px auto 0;max-width:800px;text-align:center}.shopware-market-statement .eyebrow{color:var(--primary)}.shopware-market-statement h3{color:#282829;font-size:clamp(1.3rem,2vw,1.7rem);margin:10px 0}.shopware-market-statement p{color:#282829b8;line-height:1.7;margin:0}.shopware-service-cta-metrics{display:grid;gap:clamp(22px,4vw,62px);grid-template-columns:repeat(4,minmax(0,1fr));margin:clamp(66px,7vw,94px) auto 0;max-width:1160px}.shopware-service-cta-metrics article{align-items:center;display:grid;gap:13px;grid-template-columns:auto minmax(0,1fr)}.shopware-service-cta-metrics strong{-webkit-text-stroke:1px rgba(40,40,41,.42);color:transparent;font-size:clamp(3.1rem,4.8vw,5rem);font-weight:400;letter-spacing:-.07em;line-height:.9;white-space:nowrap}.shopware-service-cta-metrics span{color:#282829b8;font-size:.9rem;font-weight:700;line-height:1.45;white-space:pre-line}.shopware-service-cta-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:clamp(42px,5vw,60px)}.shopware-service-cta-primary-action,.shopware-service-cta-secondary-action{align-items:center;border:1px solid transparent;display:inline-flex;font-size:.92rem;font-weight:700;gap:10px;justify-content:center;min-height:50px;padding:0 22px;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.shopware-service-cta-primary-action svg,.shopware-service-cta-secondary-action svg{height:19px;width:19px}.shopware-service-cta-primary-action:hover,.shopware-service-cta-secondary-action:hover{transform:translateY(-2px)}.shopware-service-cta-primary-action{background:var(--primary);color:#fff}.shopware-service-cta-primary-action:hover{background:#fff;color:var(--primary)}.shopware-service-cta-secondary-action{border-color:#28282961;color:#282829}.shopware-service-cta-secondary-action:hover{border-color:#fff}.dark .shopware-service-cta .shopware-service-cta-heading h2,.dark .shopware-service-cta .shopware-service-cta-secondary-action{color:#fff}.dark .shopware-service-cta .shopware-service-cta-heading p{color:#ffffffb8}.dark .shopware-service-cta .shopware-market-statement h3{color:#fff}.dark .shopware-service-cta .shopware-market-statement p{color:#ffffffb8}.dark .shopware-service-cta .shopware-service-cta-metrics strong{-webkit-text-stroke-color:hsla(0,0%,100%,.42)}.dark .shopware-service-cta .shopware-service-cta-metrics span{color:#ffffffb8}.dark .shopware-service-cta .shopware-service-cta-secondary-action{border-color:#ffffff61}.shopware-service-faq-grid{align-items:start;display:grid;gap:clamp(34px,6vw,90px);grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr)}.shopware-service-faq-list{border-top:1px solid var(--line)}.shopware-service-faq-list details{border-bottom:1px solid var(--line)}.shopware-service-faq-list summary{align-items:center;color:var(--text);cursor:pointer;display:flex;font-size:clamp(1.05rem,1.5vw,1.22rem);font-weight:700;gap:18px;justify-content:space-between;line-height:1.4;list-style:none;padding:22px 0}.shopware-service-faq-list summary::-webkit-details-marker{display:none}.shopware-service-faq-list summary svg{color:var(--primary);flex:0 0 auto;height:21px;transition:transform .2s ease;width:21px}.shopware-service-faq-list details[open] summary svg{transform:rotate(45deg)}.shopware-service-faq-list p{color:var(--muted);line-height:1.75;margin:-4px 0 22px;max-width:760px}.woocommerce-service-explain{background:radial-gradient(circle at 14% 18%,var(--shopware-soft,rgba(237,32,36,.08)),transparent 28rem),var(--service-detail-bg)}.woocommerce-service-explain-grid{align-items:center;display:grid;gap:clamp(34px,6vw,82px);grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.woocommerce-service-explain-media img{display:block;width:min(100%,680px)}.woocommerce-service-explain-copy h2{color:var(--service-detail-text);font-size:clamp(2.2rem,4.4vw,4.4rem);line-height:1;margin:14px 0 22px}.woocommerce-service-explain-copy p{color:var(--service-detail-muted);font-size:1.04rem;line-height:1.82;margin:0}.woocommerce-service-proof{display:grid;gap:14px;margin-top:28px}.woocommerce-service-proof div{align-items:start;display:grid;gap:12px;grid-template-columns:22px minmax(0,1fr)}.woocommerce-service-proof svg{color:var(--primary);height:20px;margin-top:3px;width:20px}.woocommerce-service-proof span{color:var(--service-detail-text);line-height:1.6}.woocommerce-service-capabilities{background:var(--service-detail-bg);border-top:1px solid var(--service-detail-meta-line)}.woocommerce-service-section-head{max-width:790px}.woocommerce-service-card-grid{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:clamp(34px,5vw,58px)}.woocommerce-service-card-grid article{background:var(--shopware-panel,var(--bg-elevated));border:1px solid var(--shopware-panel-border,var(--line));border-radius:8px;display:grid;gap:16px;padding:clamp(24px,3vw,34px)}.woocommerce-service-card-grid svg{color:var(--primary);height:32px;width:32px}.woocommerce-service-card-grid h3{color:var(--service-detail-text);font-size:clamp(1.28rem,1.8vw,1.65rem);line-height:1.12;margin:0}.woocommerce-service-card-grid p{color:var(--service-detail-muted);line-height:1.7;margin:0}.service-capabilities-panel,.shopware-service-capabilities,.woocommerce-service-capabilities{background-blend-mode:normal;background-position:50%;background-repeat:no-repeat;background-size:cover;border-top:0;color:var(--blog-hero-title);overflow:hidden;position:relative}.service-capabilities-panel .service-capabilities-head,.shopware-service-capabilities .shopware-service-section-head,.woocommerce-service-capabilities .woocommerce-service-section-head{margin-inline:auto;max-width:840px;text-align:center}.service-capabilities-panel .service-capabilities-head .section-kicker,.shopware-service-capabilities .shopware-service-section-head .section-kicker,.woocommerce-service-capabilities .woocommerce-service-section-head .section-kicker{color:var(--blog-hero-breadcrumb)}.service-capabilities-panel .service-capabilities-head .section-title,.shopware-service-capabilities .shopware-service-section-head .section-title,.woocommerce-service-capabilities .woocommerce-service-section-head .section-title{color:var(--blog-hero-title);max-width:900px}.service-capabilities-panel .service-detail-grid,.shopware-service-card-grid,.woocommerce-service-card-grid{gap:clamp(22px,4vw,64px);margin-top:clamp(46px,6vw,74px)}.service-capabilities-panel .service-detail-card,.shopware-service-card-grid article,.woocommerce-service-card-grid article{align-content:center;align-items:center;background:transparent;border:1px solid rgba(237,32,36,.7);border-radius:0;box-shadow:none;display:grid;gap:22px;justify-items:center;min-height:clamp(300px,28vw,360px);padding:clamp(26px,4vw,44px);text-align:center;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.service-capabilities-panel .service-detail-card:hover,.shopware-service-card-grid article:hover,.woocommerce-service-card-grid article:hover{background:var(--primary);border-color:var(--primary);transform:translateY(-4px)}.service-capabilities-panel .service-detail-card svg,.shopware-service-card-grid article svg,.woocommerce-service-card-grid article svg{color:var(--primary);height:clamp(58px,7vw,86px);stroke-width:1.35;transition:color .18s ease;width:clamp(58px,7vw,86px)}.service-capabilities-panel .service-detail-card h2,.shopware-service-card-grid article h3,.woocommerce-service-card-grid article h3{color:var(--service-detail-text,var(--text));font-size:clamp(1.3rem,2vw,1.8rem);line-height:1.1;margin:0;transition:color .18s ease}.service-capabilities-panel .service-detail-card p,.shopware-service-card-grid article p,.woocommerce-service-card-grid article p{color:var(--service-detail-muted,var(--muted));font-size:.9rem;line-height:1.55;margin:4px 0 0;max-width:260px;padding:0;transition:color .18s ease}.service-capabilities-panel .service-detail-card:hover h2,.service-capabilities-panel .service-detail-card:hover p,.service-capabilities-panel .service-detail-card:hover svg,.shopware-service-card-grid article:hover h3,.shopware-service-card-grid article:hover p,.shopware-service-card-grid article:hover svg,.woocommerce-service-card-grid article:hover h3,.woocommerce-service-card-grid article:hover p,.woocommerce-service-card-grid article:hover svg{color:#fff}.dark .service-capabilities-panel .service-detail-card,.dark .shopware-service-card-grid article,.dark .woocommerce-service-card-grid article{background:transparent;border-color:#ed2024bd}.dark .service-capabilities-panel .service-detail-card:hover,.dark .shopware-service-card-grid article:hover,.dark .woocommerce-service-card-grid article:hover{background:var(--primary);border-color:var(--primary)}.woocommerce-service-process{background:linear-gradient(180deg,color-mix(in srgb,var(--service-detail-bg) 94%,var(--primary) 6%),var(--service-detail-bg));border-top:1px solid var(--service-detail-meta-line)}.woocommerce-service-process-grid{align-items:start;display:grid;gap:clamp(34px,6vw,90px);grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr)}.woocommerce-service-process-list{display:grid;gap:14px}.woocommerce-service-process-list article{align-items:start;background:var(--shopware-panel,var(--bg-elevated));border:1px solid var(--shopware-panel-border,var(--line));border-radius:8px;display:grid;gap:20px;grid-template-columns:54px minmax(0,1fr);padding:clamp(20px,3vw,28px)}.woocommerce-service-process-list>article>span{color:var(--primary);font-weight:900}.woocommerce-service-process-list h3{color:var(--service-detail-text);font-size:clamp(1.14rem,1.6vw,1.45rem);margin:0 0 8px}.woocommerce-service-process-list p{color:var(--service-detail-muted);line-height:1.7;margin:0}.service-process-band,.shopware-service-process,.woocommerce-service-process{background:radial-gradient(circle at 50% 0,color-mix(in srgb,var(--primary) 12%,transparent),transparent 32rem),var(--service-detail-bg,var(--bg));border-top:1px solid var(--service-detail-meta-line,var(--line))}.service-process-grid,.shopware-service-process-grid,.woocommerce-service-process-grid{display:grid;gap:clamp(46px,6vw,82px);grid-template-columns:1fr}.service-process-grid>div:first-child,.shopware-service-process-grid>.shopware-service-section-head,.woocommerce-service-process-grid>.woocommerce-service-section-head{margin-inline:auto;max-width:980px;text-align:center}.service-process-grid>div:first-child .section-kicker,.shopware-service-process-grid>.shopware-service-section-head .section-kicker,.woocommerce-service-process-grid>.woocommerce-service-section-head .section-kicker{color:var(--section-kicker)}.service-process-grid>div:first-child .section-title,.shopware-service-process-grid>.shopware-service-section-head .section-title,.woocommerce-service-process-grid>.woocommerce-service-section-head .section-title{color:var(--service-detail-text,var(--text));max-width:900px}.service-process-list,.shopware-service-process-list,.woocommerce-service-process-list{display:grid;gap:clamp(24px,3vw,42px);grid-template-columns:repeat(4,minmax(0,1fr));height:clamp(560px,52vw,650px);margin-top:clamp(10px,2vw,24px);position:relative}.service-process-list:before,.shopware-service-process-list:before,.woocommerce-service-process-list:before{background:var(--primary);content:"";height:1px;left:0;opacity:.86;position:absolute;right:0;top:50%;transform:translateY(-.5px)}.service-process-list article,.shopware-service-process-list article,.woocommerce-service-process-list article{background:transparent;border:0;border-radius:0;display:grid;gap:0;grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) 92px minmax(0,1fr);height:100%;min-width:0;padding:0;position:relative}.service-process-list article:before,.shopware-service-process-list article:before,.woocommerce-service-process-list article:before{background:var(--primary);border-radius:999px;content:"";height:9px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:9px;z-index:1}.service-process-list article:after,.shopware-service-process-list article:after,.woocommerce-service-process-list article:after{background:var(--primary);content:"";height:70px;left:50%;opacity:.86;position:absolute;transform:translate(-50%);width:1px}.service-process-list article:nth-child(odd):after,.shopware-service-process-list article:nth-child(odd):after,.woocommerce-service-process-list article:nth-child(odd):after{top:50%}.service-process-list article:nth-child(2n):after,.shopware-service-process-list article:nth-child(2n):after,.woocommerce-service-process-list article:nth-child(2n):after{bottom:50%}.service-process-list .process-step-image,.shopware-service-process-list .process-step-image,.woocommerce-service-process-list .process-step-image{aspect-ratio:1/1;display:block;grid-row:1;height:100%;-o-object-fit:cover;object-fit:cover;transition:filter .18s ease,transform .18s ease;width:100%}.service-process-list .process-step-body,.shopware-service-process-list .process-step-body,.woocommerce-service-process-list .process-step-body{align-self:start;display:grid;gap:18px;grid-row:3}.service-process-list article:nth-child(2n) .process-step-image,.shopware-service-process-list article:nth-child(2n) .process-step-image,.woocommerce-service-process-list article:nth-child(2n) .process-step-image{grid-row:3}.service-process-list article:nth-child(2n) .process-step-body,.shopware-service-process-list article:nth-child(2n) .process-step-body,.woocommerce-service-process-list article:nth-child(2n) .process-step-body{align-self:end;grid-row:1}.service-process-list .process-step-body>span,.shopware-service-process-list .process-step-body>span,.woocommerce-service-process-list .process-step-body>span{color:transparent;font-size:clamp(2.4rem,4vw,3.45rem);font-weight:600;line-height:.9;transition:color .18s ease,-webkit-text-stroke-color .18s ease;-webkit-text-stroke:1px color-mix(in srgb,var(--service-detail-text,var(--text)) 38%,transparent)}.service-process-list article:hover .process-step-image,.shopware-service-process-list article:hover .process-step-image,.woocommerce-service-process-list article:hover .process-step-image{filter:saturate(1.08);transform:translateY(-3px)}.service-process-list article:hover .process-step-body>span,.shopware-service-process-list article:hover .process-step-body>span,.woocommerce-service-process-list article:hover .process-step-body>span{color:var(--primary);-webkit-text-stroke-color:var(--primary)}.service-process-list h3,.shopware-service-process-list h3,.woocommerce-service-process-list h3{color:var(--service-detail-text,var(--text));font-size:clamp(1.15rem,1.7vw,1.55rem);line-height:1.12;margin:0 0 14px}.service-process-list p,.shopware-service-process-list p,.woocommerce-service-process-list p{color:var(--service-detail-muted,var(--muted));font-size:.96rem;line-height:1.75;margin:0}@media(max-width:920px){.services-image-grid,.services-intro-grid{grid-template-columns:1fr}.service-image-card:nth-child(2n),.service-image-card:nth-child(odd){justify-self:center;margin-top:0}.services-intro-grid{text-align:center}.services-intro-grid>svg{margin-inline:auto}.services-intro-grid p{margin-inline:auto;padding-top:0}.process-grid,.related-expertise-grid,.service-detail-copy,.service-detail-grid,.service-detail-meta,.service-process-grid,.service-process-list article,.service-row,.shopware-extension-partner-grid,.shopware-service-card-grid,.shopware-service-certificates-grid,.shopware-service-certificates-list,.shopware-service-cta-metrics,.shopware-service-explainer-grid,.shopware-service-faq-grid,.shopware-service-hero-grid,.shopware-service-intro-grid,.shopware-service-metrics-grid,.shopware-service-process-grid,.shopware-service-process-list article,.woocommerce-service-card-grid,.woocommerce-service-explain-grid,.woocommerce-service-process-grid,.woocommerce-service-process-list article{grid-template-columns:1fr}.shopware-service-certificates-list article:first-child{grid-column:auto;margin-bottom:0}.shopware-service-certificates-list article:nth-child(2),.shopware-service-certificates-list article:nth-child(3){justify-self:center;transform:none}.shopware-service-cta-metrics{gap:20px 14px;grid-template-columns:repeat(2,minmax(0,1fr));justify-items:center}.shopware-service-cta-metrics article{gap:9px;grid-template-columns:1fr;max-width:260px;text-align:center;width:100%}.shopware-service-cta-metrics strong{font-size:clamp(2.5rem,12vw,3.7rem)}.shopware-extension-partner-media img{margin-inline:auto;max-width:130px}.woocommerce-service-explain-media{order:-1}.shopware-service-hero{padding-top:118px}.shopware-service-visual:before{right:0;top:6%}.shopware-service-intro .shopware-service-visual{margin:18px 0 0}.service-detail-visual-hero{min-height:320px;padding-top:116px}.service-detail-main-image{aspect-ratio:1.28/1}.service-detail-meta{gap:12px;padding-bottom:42px}.service-detail-meta div{justify-content:center}.service-process-list,.shopware-service-process-list,.woocommerce-service-process-list{display:flex;gap:22px;grid-template-columns:none;height:auto;margin-inline:-20px;min-height:0;overflow-x:auto;padding:0 20px 12px;scroll-padding-inline:20px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.service-process-list:before,.shopware-service-process-list:before,.woocommerce-service-process-list:before{display:none}.service-process-list article,.service-process-list article:nth-child(2n),.service-process-list article:nth-child(odd),.shopware-service-process-list article,.shopware-service-process-list article:nth-child(2n),.shopware-service-process-list article:nth-child(odd),.woocommerce-service-process-list article,.woocommerce-service-process-list article:nth-child(2n),.woocommerce-service-process-list article:nth-child(odd){display:grid;flex:0 0 min(82vw,360px);gap:0;grid-template-rows:auto auto;height:auto;min-width:0;padding:0;scroll-snap-align:start}.service-process-list article:before,.service-process-list article:nth-child(2n):before,.service-process-list article:nth-child(odd):before,.shopware-service-process-list article:before,.shopware-service-process-list article:nth-child(2n):before,.shopware-service-process-list article:nth-child(odd):before,.woocommerce-service-process-list article:before,.woocommerce-service-process-list article:nth-child(2n):before,.woocommerce-service-process-list article:nth-child(odd):before{display:none}.service-process-list article:after,.service-process-list article:nth-child(2n):after,.service-process-list article:nth-child(odd):after,.shopware-service-process-list article:after,.shopware-service-process-list article:nth-child(2n):after,.shopware-service-process-list article:nth-child(odd):after,.woocommerce-service-process-list article:after,.woocommerce-service-process-list article:nth-child(2n):after,.woocommerce-service-process-list article:nth-child(odd):after{background:var(--primary);bottom:auto;content:"";height:1px;left:0;opacity:.9;position:absolute;top:calc(min(82vw,360px) + 32px);transform:none;width:100%}.service-process-list .process-step-image,.service-process-list article:nth-child(2n) .process-step-image,.shopware-service-process-list .process-step-image,.shopware-service-process-list article:nth-child(2n) .process-step-image,.woocommerce-service-process-list .process-step-image,.woocommerce-service-process-list article:nth-child(2n) .process-step-image{grid-row:1;height:auto}.service-process-list .process-step-body,.service-process-list article:nth-child(2n) .process-step-body,.shopware-service-process-list .process-step-body,.shopware-service-process-list article:nth-child(2n) .process-step-body,.woocommerce-service-process-list .process-step-body,.woocommerce-service-process-list article:nth-child(2n) .process-step-body{border-top:0;grid-row:2;margin-top:60px;position:relative}.service-process-list .process-step-body:before,.service-process-list article:nth-child(2n) .process-step-body:before,.shopware-service-process-list .process-step-body:before,.shopware-service-process-list article:nth-child(2n) .process-step-body:before,.woocommerce-service-process-list .process-step-body:before,.woocommerce-service-process-list article:nth-child(2n) .process-step-body:before{background:var(--primary);content:"";height:72px;left:44%;position:absolute;top:-60px;width:1px}}
