.text-editor h3,.text-editor h4,.text-editor h5,.text-editor h6{line-height:1.25;hyphens:auto;margin:0 0 1rem}.text-editor ol,.text-editor p,.text-editor ul{margin:0}.text-editor ol+p,.text-editor p+ol,.text-editor p+p,.text-editor p+ul,.text-editor ul+p{margin-top:1.5rem}.text-editor ul{list-style-type:disc;padding-left:1.25rem}.text-editor ol{list-style-type:decimal;padding-left:1.25rem}.text-editor *+h2,.text-editor *+h3,.text-editor *+h4,.text-editor *+h5,.text-editor *+h6{margin-top:2rem}.skiplink:focus{font-size:1.25rem;font-weight:700;text-decoration:none;white-space:normal;position:fixed;top:1rem;left:1rem;z-index:9999;height:auto;width:auto;padding:.625rem;overflow:visible;clip-path:none;background:var(--color-surface);color:var(--color-primary);outline-offset:-.25rem}.footer{padding-top:4rem;border-top:1px solid var(--color-border);background:var(--color-background-alt)}.footer__inner{display:grid;gap:2rem;grid-template-columns:1fr;padding-bottom:3rem;border-bottom:1px solid var(--color-border)}.footer__brand p{max-width:320px;margin:1rem 0 0;color:var(--color-text-muted)}.footer__nav{display:grid;gap:2rem;grid-template-columns:1fr 1fr}.footer__heading{font-family:var(--font-display);font-size:.9rem;font-weight:600;margin:0 0 1rem;color:var(--color-text)}.footer__nav a{font-size:.9rem;display:block;padding:.25rem 0;color:var(--color-text-muted);transition:color .2s ease}.footer__nav a:hover{color:var(--color-primary)}.footer__bottom{font-size:.82rem;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.8rem;padding:1.5rem 0;color:var(--color-text-dim)}.footer__bottom a{transition:color .2s ease}.footer__bottom a:hover{color:var(--color-text)}@media screen and (min-width:45em){.footer__nav{grid-template-columns:repeat(3,1fr)}.footer__bottom{flex-direction:row;align-items:center}}@media screen and (min-width:64em){.footer__inner{gap:3rem;grid-template-columns:1.2fr 2fr}}.field{display:flex;flex-direction:column;gap:.4rem}.field--full{grid-column:1/-1}.field label{font-size:.85rem;font-weight:500;color:var(--color-text-muted)}.field input,.field select,.field textarea{font:inherit;width:100%;padding:.75rem .9rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);resize:vertical;background:var(--color-surface-alt);color:var(--color-text);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.16);outline:none}.field--trap{position:absolute;left:-9999px;height:1px;width:1px;overflow:hidden}.form__success{font-weight:500;grid-column:1/-1;margin:0;padding:.8rem 1rem;border:1px solid rgba(var(--color-primary-rgb),.35);border-radius:var(--radius-sm);background:rgba(var(--color-primary-rgb),.12);color:var(--color-primary)}.form__hint{font-size:.78rem;text-align:center;grid-column:1/-1;margin:0;color:var(--color-text-dim)}.ttoken-feld[aria-hidden=true],.vornamenachnameemail-feld[aria-hidden=true]{position:absolute;top:-500vw;left:-500vw;z-index:-1;height:1px;width:1px;padding:0;clip-path:inset(50%);appearance:none}.field__error,.form__error{font-size:.85rem;margin:0;color:var(--color-accent-dark)}.form__error{grid-column:1/-1}.field [aria-invalid=true]{border-color:var(--color-accent-dark)}.form__hint p{margin:0}.filters{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin:0 0 2rem}.filters__label{font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;margin-right:.4rem}.filter-btn,.filters__label{color:var(--color-text-muted)}.filter-btn{font-size:.9rem;font-weight:500;padding:.5rem 1.1rem;border:1px solid var(--color-border-strong);border-radius:999px;background:transparent;cursor:pointer;transition:all .2s ease}.filter-btn:focus-visible,.filter-btn:hover{border-color:var(--color-text-dim);color:var(--color-text)}.filter-btn[aria-pressed=true]{border-color:transparent;background:var(--gradient-from-primary-to-accent);color:#fff}.breadcrumb{font-size:.82rem;margin-bottom:1.5rem;color:var(--color-text-dim)}.breadcrumb ol{display:flex;flex-wrap:wrap;align-items:center}.breadcrumb li+li:before{content:"·"/"";margin:0 .45em}.breadcrumb a{color:var(--color-text-muted);transition:color .2s ease}.breadcrumb a:hover{color:var(--color-text)}.detail-card{padding:1.8rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:linear-gradient(180deg,var(--color-surface) 0,var(--color-surface-alt) 100%)}.detail-card h2{font-family:var(--font-display);font-size:1.35rem;font-weight:600;margin:0 0 1.2rem;color:var(--color-text)}.detail-card .detail-card__subheading,.detail-card h3{font-family:var(--font-display);font-size:1.15rem;font-weight:600;margin:1.4rem 0 .7rem;color:var(--color-primary)}.detail-card h2+h3{margin-top:0}.detail-card>p{margin:0 0 .8rem;color:var(--color-text-muted)}.detail-card ul{margin:0 0 1rem;padding-left:1.2rem;color:var(--color-text-muted)}.detail-card li{margin:.35rem 0}.detail-card a{text-underline-offset:2px;color:var(--color-primary)}.detail-list{display:grid;gap:.55rem 1rem;grid-template-columns:max-content 1fr;margin:0}.detail-list dt{font-size:.9rem;color:var(--color-text-dim)}.detail-list dd{font-size:.95rem;font-weight:500;margin:0;color:var(--color-text)}.detail-card--wide{grid-column:1/-1}.detail-card__note{font-size:.88rem;margin-top:1rem;color:var(--color-text-dim)}@media screen and (min-width:56.25em){.detail-list--cols{grid-template-columns:repeat(3,max-content 1fr)}}.product-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}.product-card{text-decoration:none;display:flex;flex-direction:column;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;background:linear-gradient(180deg,var(--color-surface) 0,var(--color-surface-alt) 100%);color:inherit;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.product-card:hover{border-color:rgba(var(--color-primary-rgb),.4);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-card__media{display:flex;justify-content:center;align-items:center;position:relative;min-height:220px;padding:1.6rem;background:#f8fafc}.product-card__media img{max-height:200px;width:auto;object-fit:contain;filter:drop-shadow(0 4px 16px rgba(0,0,0,.15))}.product-card__media--compact{min-height:140px;padding:1rem}.product-card__media--compact img{max-height:120px}.product-card__body{display:flex;flex-direction:column;flex:1;gap:.8rem;padding:1.4rem 1.6rem 1.8rem}.product-card__meta{font-size:.8rem;display:flex;align-items:center;gap:.6rem}.product-card__brand{font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent)}.product-card__series{color:var(--color-text-dim)}.product-card__title{font-family:var(--font-display);font-size:1.4rem;font-weight:700;margin:0}.product-card__form{font-size:.9rem;margin:-.2rem 0 0;color:var(--color-text-muted)}.product-card__specs{font-size:.9rem;display:grid;gap:.35rem .8rem;grid-template-columns:max-content 1fr;margin:.4rem 0}.product-card__specs dt{color:var(--color-text-dim)}.product-card__specs dd{font-weight:500;margin:0;color:var(--color-text)}.product-card__more{font-size:.9rem;font-weight:600;margin-top:auto;padding-top:.8rem;border-top:1px dashed var(--color-border);color:var(--color-text);transition:color .2s ease}.product-card:hover .product-card__more{color:var(--color-accent)}.product-card--compact .product-card__body{gap:.3rem;padding:1rem 1.1rem 1.2rem}.product-card--compact .product-card__title{font-size:1.1rem}@media screen and (min-width:45em){.product-grid{grid-template-columns:repeat(2,1fr)}.product-grid--compact{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:64em){.product-grid{grid-template-columns:repeat(3,1fr)}.product-grid--compact{grid-template-columns:repeat(4,1fr)}}.motor-group-grid{display:grid;gap:1.4rem;grid-template-columns:1fr;margin-bottom:2rem}.motor-group-card{display:flex;flex-direction:column;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;background:var(--color-surface);transition:transform .25s ease,border-color .25s ease}.motor-group-card:hover{border-color:rgba(var(--color-primary-rgb),.35);transform:translateY(-3px)}.motor-group-card__media{display:flex;justify-content:center;align-items:center;min-height:140px;padding:1rem;background:hsla(0,0%,100%,.03)}.motor-group-card__media img{max-height:110px;width:auto;object-fit:contain}.motor-group-card__body{padding:1.2rem 1.4rem 1.4rem}.motor-group-card__series{font-size:.78rem;margin:0 0 .35rem;color:var(--color-text-muted)}.motor-group-card__title{font-family:var(--font-display);font-size:1.2rem;margin:0 0 .4rem}.motor-group-card__spec{font-size:.92rem;margin:0 0 .75rem;color:var(--color-text-muted)}.motor-group-card__more{font-size:.88rem;font-weight:600;color:var(--color-primary)}@media screen and (min-width:45em){.motor-group-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:64em){.motor-group-grid{grid-template-columns:repeat(3,1fr)}}.download-list{list-style-type:none;display:grid;gap:1rem;margin:0;padding:0}.download-card{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1.25rem;padding:1.25rem 1.5rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:linear-gradient(180deg,var(--color-surface) 0,var(--color-surface-alt) 100%)}.download-card__body{flex:1;min-width:0}.download-card__type{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;display:inline-block;margin-bottom:.35rem;color:var(--color-primary)}.download-card__title{font-family:var(--font-display);font-size:1.1rem;font-weight:600;margin:0 0 .35rem;color:var(--color-text)}.download-card__desc{font-size:.95rem;margin:0;color:var(--color-text-muted)}@media screen and (min-width:40em){.download-card{flex-direction:row;align-items:center}}.lightbox{display:none;place-items:center;height:100%;max-height:none;width:100%;max-width:none;margin:0;padding:1.25rem;border:0;background:transparent;cursor:zoom-out}.lightbox[open]{display:grid}.lightbox::backdrop{background:rgba(10,12,16,.88)}.lightbox__img{height:auto;max-height:92vh;width:auto;max-width:min(96vw,1200px);border-radius:6px;object-fit:contain;box-shadow:0 20px 60px rgba(0,0,0,.45);cursor:default}.lightbox__close{font-size:1.5rem;line-height:1;position:absolute;top:1rem;right:1rem;height:2.5rem;width:2.5rem;border:0;border-radius:999px;background:hsla(0,0%,100%,.12);color:#fff;cursor:pointer}.lightbox__close:focus-visible,.lightbox__close:hover{background:hsla(0,0%,100%,.22)}.lightbox__caption{font-size:.9rem;text-align:center;position:absolute;bottom:1rem;left:50%;max-width:min(90vw,40rem);margin:0;padding:.45rem .85rem;border-radius:999px;background:rgba(0,0,0,.55);color:#fff;transform:translateX(-50%)}.trustbar{padding:2.4rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:var(--color-background-alt)}.trustbar__title{font-size:.8rem;letter-spacing:.2em;text-align:center;text-transform:uppercase;margin:0 0 1.3rem;color:var(--color-text-dim)}.trustbar__logos{display:flex;flex-wrap:wrap;justify-content:center;gap:2.2rem 3rem}.trustbar__logos li{font-family:var(--font-display);font-size:.95rem;font-weight:600;letter-spacing:.12em;color:var(--color-text-dim);transition:opacity .2s ease,color .2s ease}.trustbar__logos li:hover{color:var(--color-text)}.trustbar__logos--center{justify-content:center}.teasers{display:grid;gap:1.4rem;grid-template-columns:1fr}.teaser{text-decoration:none;display:flex;flex-direction:column;position:relative;height:100%;padding:2rem 1.8rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;background:linear-gradient(180deg,var(--color-surface) 0,var(--color-surface-alt) 100%);color:inherit;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.teaser:hover{border-color:rgba(var(--color-primary-rgb),.4);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.teaser__kicker{font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;margin-bottom:.8rem;color:var(--color-primary)}.teaser h3{font-family:var(--font-display);font-size:1.35rem;font-weight:600;line-height:1.2;margin:0 0 .7rem}.teaser p{flex-grow:1;margin:0 0 1.3rem;color:var(--color-text-muted)}.teaser__more{font-size:.92rem;font-weight:600;color:var(--color-text);transition:color .2s ease,transform .2s ease}.teaser:hover .teaser__more{color:var(--color-accent)}.teaser--accent{border-color:rgba(var(--color-accent-rgb),.3);background:radial-gradient(80% 60% at 0 0,rgba(var(--color-accent-rgb),.18),transparent 70%),linear-gradient(180deg,var(--color-surface) 0,var(--color-surface-alt) 100%)}@media screen and (min-width:45em){.teasers{grid-template-columns:repeat(2,1fr)}.teasers>a:first-child,.teasers>a:nth-child(5){grid-column:1/-1}}@media screen and (min-width:64em){.teasers{grid-template-columns:repeat(3,1fr)}}.cards{display:grid;gap:1.5rem;grid-template-columns:1fr}.card{position:relative;padding:2rem 1.8rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;background:linear-gradient(180deg,var(--color-surface) 0,var(--color-surface-alt) 100%);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.card:before{content:"";position:absolute;inset:0;background:radial-gradient(60% 40% at 50% 0,rgba(var(--color-primary-rgb),.12),transparent 70%);opacity:0;pointer-events:none;transition:opacity .35s ease}.card:hover{border-color:rgba(var(--color-primary-rgb),.35);box-shadow:var(--shadow-lg);transform:translateY(-6px)}.card:hover:before{opacity:1}.badge{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;position:absolute;top:1.2rem;right:1.2rem;padding:.35rem .65rem;border:1px solid rgba(var(--color-accent-rgb),.28);border-radius:999px;background:rgba(var(--color-accent-rgb),.08);color:var(--color-accent)}.card__icon{display:flex;justify-content:center;align-items:center;height:56px;width:56px;margin-bottom:1.4rem;border:1px solid rgba(var(--color-primary-rgb),.2);border-radius:14px;background:rgba(var(--color-primary-rgb),.08);color:var(--color-primary)}.card__icon svg{height:30px;width:30px}.card__title{font-family:var(--font-display);font-size:1.4rem;font-weight:600;margin:0 0 .8rem}.card>p{margin:0 0 1.3rem;color:var(--color-text-muted)}.card__list{display:grid;gap:.55rem}.card__list li{font-size:.95rem;position:relative;padding-left:1.4rem;color:var(--color-text)}.card__list li:before{content:"";position:absolute;top:.55rem;left:0;height:8px;width:8px;border-radius:2px;background:var(--gradient-from-primary-to-accent);transform:rotate(45deg)}.card__link{font-size:.92rem;font-weight:600;display:inline-block;margin-top:1.2rem;color:var(--color-text);transition:color .2s ease}.card__link:hover{color:var(--color-accent)}@media screen and (min-width:45em){.cards{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:64em){.cards{grid-template-columns:repeat(3,1fr)}}.timeline{counter-reset:step;display:grid;gap:1.5rem;grid-template-columns:1fr}.timeline__item{position:relative;padding:1.8rem 1.6rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);transition:transform .25s ease,border-color .25s ease}.timeline__item:hover{border-color:rgba(var(--color-primary-rgb),.4);transform:translateY(-3px)}.timeline__num{font-family:var(--font-display);font-size:.95rem;font-weight:700;display:inline-flex;justify-content:center;align-items:center;height:38px;width:38px;margin-bottom:1rem;border-radius:50%;background:var(--gradient-from-primary-to-accent);color:#fff}.timeline__title{font-family:var(--font-display);font-size:1.1rem;font-weight:600;margin:0 0 .4rem}.timeline__text{font-size:.95rem;margin:0;color:var(--color-text-muted)}.process-note{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-top:3rem;padding:1.5rem;border:1px solid rgba(var(--color-accent-rgb),.35);border-radius:var(--radius-lg);background:radial-gradient(60% 80% at 0 0,rgba(var(--color-accent-rgb),.12),transparent 70%),linear-gradient(180deg,var(--color-surface) 0,var(--color-surface-alt) 100%);box-shadow:var(--shadow)}.process-note__icon{display:flex;flex:none;justify-content:center;align-items:center;height:56px;width:56px;border:1px solid rgba(var(--color-accent-rgb),.3);border-radius:14px;background:rgba(var(--color-accent-rgb),.12);color:var(--color-accent)}.process-note__icon svg{height:30px;width:30px}.process-note__body{flex:1}.process-note__title{font-family:var(--font-display);font-size:1.35rem;font-weight:600;line-height:1.25;margin:0 0 .55rem}.process-note__body p{font-size:1rem;line-height:1.6;margin:0;color:var(--color-text-muted)}.process-note__body strong{font-weight:600;color:var(--color-text)}@media screen and (min-width:45em){.timeline{grid-template-columns:repeat(2,1fr)}.process-note{flex-direction:row;gap:1.6rem;padding:2rem 2.2rem}}@media screen and (min-width:64em){.timeline{grid-template-columns:repeat(3,1fr)}}.leistung-grid{display:grid;gap:1.4rem;grid-template-columns:1fr}.leistung-card{padding:1.8rem 1.6rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);transition:transform .25s ease,border-color .25s ease}.leistung-card:hover{border-color:rgba(var(--color-primary-rgb),.35);transform:translateY(-3px)}.leistung-card__title{font-family:var(--font-display);font-size:1.2rem;font-weight:600;margin:0 0 .6rem}.leistung-card p{line-height:1.55;margin:0;color:var(--color-text-muted)}@media screen and (min-width:45em){.leistung-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:64em){.leistung-grid{grid-template-columns:repeat(3,1fr)}}.split{display:grid;align-items:start;gap:2.5rem;grid-template-columns:1fr}.split__left .kicker,.split__left h2{text-align:left}.split__left .section__lead{text-align:left;margin:0 0 1.2rem}.quote-inline{font-family:var(--font-display);font-size:1.25rem;font-weight:600;font-style:italic;line-height:1.4;margin:0 0 1.8rem;padding-left:1rem;border-left:3px solid var(--color-accent);color:var(--color-text)}.features{display:grid;gap:1.5rem;grid-template-columns:1fr}.feature{padding:1.6rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);transition:transform .25s ease,border-color .25s ease}.feature:hover{border-color:var(--color-border-strong);transform:translateY(-3px)}.feature__num{font-size:.85rem;font-weight:700;letter-spacing:.12em;margin-bottom:.6rem;color:var(--color-primary)}.feature__num,.feature__title{font-family:var(--font-display)}.feature__title{font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.feature__text{font-size:.95rem;margin:0;color:var(--color-text-muted)}@media screen and (min-width:45em){.features{grid-template-columns:1fr 1fr}}@media screen and (min-width:64em){.split{gap:4rem;grid-template-columns:1fr 1.2fr}}.report{display:grid;align-items:start;gap:2.5rem;grid-template-columns:1fr}.report__body h3{font-family:var(--font-display);font-size:1.15rem;font-weight:600;margin:1.6rem 0 .7rem}.report__body h3:first-child{margin-top:0}.report__body p{line-height:1.65;margin:0 0 .9rem;color:var(--color-text-muted)}.report__body ul,.report__list{line-height:1.6;margin:0 0 1rem;padding-left:1.15rem;color:var(--color-text-muted)}.report__body li,.report__list li{margin-bottom:.45rem}.report__media{display:grid;gap:1.2rem}.report__media figure{margin:0}.report__zoom{display:block;border-radius:var(--radius);overflow:hidden;background:var(--color-surface-alt,#f3f4f6);cursor:zoom-in;transition:box-shadow .2s ease}.report__zoom:focus-visible,.report__zoom:hover{box-shadow:0 0 0 2px rgba(var(--color-primary-rgb),.45);outline:none}.report__media img{display:block;height:auto;width:100%;object-fit:contain}.report__media figcaption{font-size:.85rem;margin-top:.55rem;color:var(--color-text-muted)}.report__media figcaption span{opacity:.75}@media screen and (min-width:64em){.report{grid-template-columns:1.1fr .9fr}}.team-grid{display:grid;gap:1.6rem;grid-template-columns:1fr}.team-card{text-align:center;padding:1.4rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:linear-gradient(180deg,var(--color-surface) 0,var(--color-surface-alt) 100%);transition:transform .25s ease,border-color .25s ease}.team-card:hover{border-color:rgba(var(--color-primary-rgb),.35);transform:translateY(-3px)}.team-card__media{height:132px;width:132px;margin:0 auto 1.1rem;border:2px solid rgba(var(--color-primary-rgb),.35);border-radius:50%;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.35)}.team-card__media img{display:block;height:100%;width:100%;object-fit:cover}.team-card h3{font-family:var(--font-display);font-size:1.15rem;font-weight:600;margin:0 0 .35rem}.team-card p{font-size:.95rem;margin:0 0 .75rem;color:var(--color-text-muted)}.team-card__link{font-size:.85rem;font-weight:600;color:var(--color-primary)}.team-card__link:hover{color:var(--color-text)}@media screen and (min-width:45em){.team-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:64em){.team-grid{grid-template-columns:repeat(3,1fr)}}.case-card,.case-grid{display:grid;gap:2rem;grid-template-columns:1fr}.case-card{padding:1.5rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:linear-gradient(180deg,var(--color-surface) 0,var(--color-surface-alt) 100%)}.case-card__media{border-radius:var(--radius);overflow:hidden;background:hsla(0,0%,100%,.03)}.case-card__media img{display:block;height:100%;min-height:220px;width:100%;object-fit:cover}.case-card__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}.case-card__title{font-family:var(--font-display);font-size:1.5rem;margin:0 0 .25rem}.case-card__subtitle{font-size:.95rem;font-weight:600;margin:0 0 1rem;color:var(--color-primary)}.case-card__summary{line-height:1.65;margin:0 0 1rem;color:var(--color-text-muted)}.case-card__details{display:flow-root}.case-card__toggle{font-weight:600;display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:var(--color-text);cursor:pointer}.case-card__toggle:before{content:"\25B8";font-size:.8em;color:var(--color-primary)}.case-card__toggle[aria-expanded=true]:before{content:"\25BE"}.case-card__content[aria-hidden=true]{display:none}.case-card__detail-copy p{line-height:1.65;margin:0 0 .75rem;color:var(--color-text-muted)}.case-card__gallery{display:grid;gap:.75rem;grid-template-columns:1fr;margin-top:.5rem}.case-card__gallery img{height:180px;width:100%;border-radius:8px;object-fit:cover;background:var(--color-surface-alt,#f3f4f6)}.tag{font-size:.72rem;font-weight:500;padding:.25rem .55rem;border:1px solid rgba(var(--color-primary-rgb),.25);border-radius:999px;background:rgba(var(--color-primary-rgb),.1);color:#93c5fd}@media screen and (min-width:45em){.case-card__gallery{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.case-card__gallery img{height:160px}}@media screen and (min-width:64em){.case-card{grid-template-columns:360px 1fr}}.industries{display:grid;gap:1rem;grid-template-columns:1fr}.industry{text-align:center;padding:1.4rem 1.2rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);transition:transform .25s ease,border-color .25s ease,background .25s ease}.industry:hover{border-color:rgba(var(--color-primary-rgb),.45);background:linear-gradient(180deg,var(--color-surface) 0,rgba(var(--color-primary-rgb),.06) 100%);transform:translateY(-3px)}.industry span{font-size:.98rem;font-weight:500}.industry--photo{display:flex;justify-content:center;align-items:flex-end;position:relative;min-height:120px;padding:1rem;overflow:hidden;background:var(--color-surface)}.industry--photo:before{content:"";position:absolute;inset:0;background-image:var(--industry-bg);background-position:50%;background-size:cover;opacity:.45;transition:opacity .25s ease,transform .35s ease}.industry--photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(10,14,20,.85))}.industry--photo span{font-weight:600;text-shadow:0 1px 8px rgba(0,0,0,.6);position:relative;z-index:1;color:#fff}.industry--photo:hover:before{opacity:.6;transform:scale(1.05)}@media screen and (min-width:45em){.industries{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:64em){.industries{grid-template-columns:repeat(4,1fr)}}.quotes{display:grid;gap:1.5rem;grid-template-columns:1fr}.quote{position:relative;margin:0;padding:2rem 1.8rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm)}.quote:before{font-family:var(--font-display);font-size:6rem;line-height:1;content:"\201E";position:absolute;top:-.4rem;left:1rem;color:var(--color-primary);opacity:.12}.quote blockquote{font-size:1rem;line-height:1.65;margin:0 0 1.4rem;color:var(--color-text)}.quote figcaption{display:flex;flex-direction:column;gap:.15rem}.quote figcaption strong{font-family:var(--font-display);font-weight:600;color:var(--color-text)}.quote figcaption span{font-size:.88rem;color:var(--color-text-muted)}@media screen and (min-width:45em){.quotes{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:64em){.quotes{grid-template-columns:repeat(3,1fr)}}.product-hub{display:grid;gap:1.5rem;grid-template-columns:1fr}.product-hub__card{display:flex;flex-direction:column;padding:2rem 1.8rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:linear-gradient(180deg,var(--color-surface) 0,var(--color-surface-alt) 100%);transition:transform .25s ease,border-color .25s ease}.product-hub__card:hover{border-color:rgba(var(--color-primary-rgb),.4);transform:translateY(-4px)}.product-hub__kicker{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem;color:var(--color-text-muted)}.product-hub__card h2{font-family:var(--font-display);font-size:1.6rem;margin:0 0 .35rem}.product-hub__stat{font-weight:600;margin:0 0 1rem;color:var(--color-primary)}.product-hub__card p:last-of-type{line-height:1.6;flex:1;color:var(--color-text-muted)}.product-hub__more{font-size:.92rem;font-weight:600;margin-top:1.25rem;color:var(--color-primary)}@media screen and (min-width:64em){.product-hub{grid-template-columns:repeat(2,1fr)}}.product-hero{display:grid;align-items:center;gap:2rem;grid-template-columns:1fr;margin-top:1.5rem}.product-hero__media{display:flex;justify-content:center;align-items:center;min-height:240px;padding:2rem;border-radius:var(--radius-lg);background:#f8fafc}.product-hero__media img{max-height:220px;width:auto;object-fit:contain;filter:drop-shadow(0 8px 32px rgba(0,0,0,.2))}.product-hero__form{font-weight:600;margin:-.5rem 0 1rem;color:var(--color-accent)}.product-hero__lead{font-size:1.1rem;line-height:1.6;margin:0 0 1.5rem;color:var(--color-text-muted)}.product-detail-grid{display:grid;gap:1rem;grid-template-columns:1fr}.card__list--cols{display:grid;gap:.35rem 1.5rem;grid-template-columns:1fr}@media screen and (min-width:45em){.product-hero{grid-template-columns:280px 1fr}.product-hero__media{min-height:320px}.product-hero__media img{max-height:300px}.card__list--cols{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:64em){.product-hero{gap:3rem;grid-template-columns:360px 1fr}.product-detail-grid{gap:1.5rem;grid-template-columns:repeat(3,1fr)}}.cta{border-top:1px solid var(--color-border);background:radial-gradient(50% 40% at 20% 0,rgba(var(--color-primary-rgb),.22),transparent 70%),radial-gradient(50% 40% at 80% 100%,rgba(var(--color-accent-rgb),.18),transparent 70%),var(--color-background)}.cta__inner{display:grid;align-items:start;gap:3rem;grid-template-columns:1fr}.cta__copy .kicker,.cta__copy h2{text-align:left}.cta__copy .section__lead{text-align:left;max-width:520px;margin:0 0 2rem}.contact-list{display:grid;gap:1rem}.contact-list li{line-height:1.55;display:flex;align-items:flex-start;gap:.8rem;color:var(--color-text-muted)}.contact-list li>svg{flex:none;margin-top:2px;color:var(--color-primary)}.contact-list a{color:var(--color-text);transition:color .2s ease}.contact-list a:focus-visible,.contact-list a:hover{color:var(--color-accent)}.contact-list strong{font-weight:600;color:var(--color-text)}.cta__form{display:grid;gap:1rem;grid-template-columns:1fr;padding:1.4rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-lg)}.cta__form .btn{grid-column:1/-1}@media screen and (min-width:45em){.cta__form{grid-template-columns:1fr 1fr;padding:2rem}}@media screen and (min-width:64em){.cta__inner{gap:4rem;grid-template-columns:1fr 1fr}}.legal-content{display:grid;gap:1.25rem;max-width:860px}.detail-card__note p{margin:0}.text-editor{max-width:70ch}.text-editor a{text-decoration:underline;text-underline-offset:2px;color:var(--color-primary)}.image-wrapper{margin:0 auto;width:100%}.image-wrapper img{margin:0 auto}.image-wrapper--leftbound .image,.image-wrapper--leftbound .image-wrapper{margin-left:0}.image-wrapper--rightbound .image,.image-wrapper--rightbound .image-wrapper{margin-right:0}.image-wrapper--rightbound .image{margin-left:auto}.image-wrapper--full-width{max-width:120rem}.image-wrapper--half-width{max-width:80rem}.image__caption{margin-top:.25rem}.video__figure{display:flex;flex-direction:column;gap:.5rem;margin-right:auto;margin-left:auto;max-height:80vh;max-width:100rem}.video__figure .video__iframe{width:100%}.video__figure .video__iframe,.video__figure video{object-fit:contain;aspect-ratio:16/9;height:100%;margin:0 auto;background:#000}.video__figure video{max-height:80vh}:is(.video__figure .opendxp_editable_video_progress) img{object-fit:cover;height:100%!important;width:100%!important}.video__figure .opendxp_editable_video_progress_status{display:none}.video__figure--has-caption .opendxp_editable_video,.video__figure--has-caption video{height:calc(100% - 2rem)}