.nav-list[data-astro-cid-yxete6jp]{gap:1.5rem;list-style:none;display:flex}.nav-link[data-astro-cid-yxete6jp]{font-size:.9375rem;font-weight:var(--font-weight-regular);color:var(--color-text);padding:.25rem 0;transition:color .15s ease-in-out}.nav-link[data-astro-cid-yxete6jp]:hover{color:var(--color-primary)}.nav-toggle[data-astro-cid-yxete6jp]{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.nav-toggle[data-astro-cid-yxete6jp] span[data-astro-cid-yxete6jp]{background:var(--color-text);width:22px;height:2px;transition:all .2s;display:block}@media (width<=840px){.nav-toggle[data-astro-cid-yxete6jp]{display:flex}.nav-list[data-astro-cid-yxete6jp]{top:var(--header-height);background:var(--color-bg);border-bottom:1px solid var(--color-border);flex-direction:column;gap:0;padding:.5rem 1.5rem 1rem;display:none;position:absolute;left:0;right:0;box-shadow:0 4px 12px #0000000d}.nav[data-astro-cid-yxete6jp].open .nav-list[data-astro-cid-yxete6jp]{display:flex}.nav-link[data-astro-cid-yxete6jp]{border-bottom:1px solid var(--color-border);padding:.625rem 0;display:block}.nav-list[data-astro-cid-yxete6jp] li[data-astro-cid-yxete6jp]:last-child .nav-link[data-astro-cid-yxete6jp]{border-bottom:none}}.header[data-astro-cid-nen7h5rs]{height:var(--header-height);border-bottom:1px solid var(--color-border);background:var(--color-bg);z-index:100;position:sticky;top:0}.header-inner[data-astro-cid-nen7h5rs]{justify-content:space-between;align-items:center;height:100%;display:flex}.header-inner[data-astro-cid-nen7h5rs]:has(.header-logo:only-child){justify-content:center}.header-logo[data-astro-cid-nen7h5rs] img[data-astro-cid-nen7h5rs]{width:auto;height:50px}@media (width<=768px){.header-logo[data-astro-cid-nen7h5rs] img[data-astro-cid-nen7h5rs]{height:38px}.header--brand[data-astro-cid-nen7h5rs]{position:static}}.footer[data-astro-cid-jo6i4kqk]{background:var(--color-text);color:#fff9;margin-top:auto;padding:3.5rem 0 2rem;font-size:.875rem;line-height:1.7}.footer-top[data-astro-cid-jo6i4kqk]{grid-template-columns:repeat(3,1fr);justify-items:center;gap:2.5rem;padding-bottom:2.5rem;display:grid}.footer-col[data-astro-cid-jo6i4kqk] h4[data-astro-cid-jo6i4kqk]{color:#fff;font-size:.8125rem;font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.footer-accent[data-astro-cid-jo6i4kqk]{background:var(--brand-primary);width:40px;height:3px;margin-bottom:1.25rem}.footer-col[data-astro-cid-jo6i4kqk] ul[data-astro-cid-jo6i4kqk]{list-style:none}.footer-col[data-astro-cid-jo6i4kqk] li[data-astro-cid-jo6i4kqk]{margin-bottom:.125rem}.footer-col[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:#fff9;transition:color .15s ease-in-out}.footer-col[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:color-mix(in srgb, var(--brand-primary) 70%, white)}.footer-phone[data-astro-cid-jo6i4kqk]{margin-top:.5rem}.footer-copyright[data-astro-cid-jo6i4kqk]{color:#fff6;margin-top:1rem;font-size:.8125rem}.footer-bottom[data-astro-cid-jo6i4kqk]{text-align:center;color:#fff6;border-top:1px solid #ffffff1a;padding-top:1.5rem;font-size:.8125rem}.footer-bottom[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:#ffffff80;font-style:italic}.footer-bottom[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:color-mix(in srgb, var(--brand-primary) 70%, white)}.footer-bottom[data-astro-cid-jo6i4kqk] p[data-astro-cid-jo6i4kqk]+p[data-astro-cid-jo6i4kqk]{margin-top:.5rem;font-size:.75rem}@media (width<=768px){.footer-top[data-astro-cid-jo6i4kqk]{grid-template-columns:1fr;justify-items:start;gap:2rem}}:root{--color-primary:#ff8000;--color-primary-hover:#e67300;--color-text:#333;--color-text-light:#707070;--color-bg:#fff;--color-bg-light:#f4f4f4;--color-border:#edecec;--brand-primary:var(--color-primary);--brand-primary-hover:var(--color-primary-hover);--brand-text-on-primary:#fff;--brand-accent:var(--color-primary);--radius-btn:0 10px 0 10px;--radius-card:0 15px 0 15px;--font-family:"Prometo", sans-serif;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:700;--max-width:1200px;--header-height:80px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-family);font-weight:var(--font-weight-light);color:var(--color-text);background:var(--color-bg);flex-direction:column;min-height:100vh;line-height:1.5;display:flex}main{flex:1}img,svg{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color .15s ease-in-out}a:hover{color:var(--color-primary)}h1,h2,h3,h4{font-weight:var(--font-weight-medium);line-height:1.3}h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.25rem}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.btn{font-family:var(--font-family);font-size:1rem;font-weight:var(--font-weight-regular);border-radius:var(--radius-btn);cursor:pointer;border:none;padding:.625rem 1.75rem;line-height:1.4;text-decoration:none;transition:all .15s ease-in-out;display:inline-block}.btn-primary{background:var(--brand-primary);color:var(--brand-text-on-primary)}.btn-primary:hover{background:var(--brand-primary-hover);color:var(--brand-text-on-primary)}.btn-outline{border:2px solid var(--brand-primary);color:var(--brand-primary);background:0 0}.btn-outline:hover{background:var(--brand-primary);color:var(--brand-text-on-primary)}@media (width<=768px){h1{font-size:1.75rem}h2{font-size:1.375rem}:root{--header-height:64px}}.brand-bar[data-astro-cid-wmnov5y3]{background:var(--brandPrimary);top:var(--header-height);z-index:99;padding:.75rem 0;position:sticky}.brand-bar-inner[data-astro-cid-wmnov5y3]{justify-content:space-between;align-items:center;display:flex}.brand-bar-logo[data-astro-cid-wmnov5y3] img[data-astro-cid-wmnov5y3]{width:auto;max-width:160px;height:24px;filter:brightness(0) invert(var(--logoInvert))}.brand-nav[data-astro-cid-wmnov5y3]{gap:1.5rem;display:flex}.brand-nav-link[data-astro-cid-wmnov5y3]{font-size:.9375rem;font-weight:var(--font-weight-regular);color:var(--brand-text-on-primary);transition:opacity .15s ease-in-out}.brand-nav-link[data-astro-cid-wmnov5y3]:hover{opacity:.7;color:var(--brand-text-on-primary)}.brand-nav-link[data-astro-cid-wmnov5y3].active{font-weight:var(--font-weight-bold)}@media (width<=768px){.brand-bar[data-astro-cid-wmnov5y3]{top:0}.brand-bar-inner[data-astro-cid-wmnov5y3]{flex-direction:column;gap:.75rem}.brand-nav[data-astro-cid-wmnov5y3]{gap:1rem}.brand-nav-link[data-astro-cid-wmnov5y3]{font-size:.8125rem}}.faq-nav[data-astro-cid-25eicpmf]{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.faq-nav-link[data-astro-cid-25eicpmf]{border:1px solid var(--color-border);border-radius:var(--radius-btn);color:var(--color-text);padding:.375rem 1rem;font-size:.875rem;text-decoration:none;transition:all .15s}.faq-nav-link[data-astro-cid-25eicpmf]:hover{border-color:var(--brand-accent,var(--color-primary));color:var(--brand-accent,var(--color-primary))}.faq-category[data-astro-cid-25eicpmf]{scroll-margin-top:calc(var(--header-height) + 60px);margin-bottom:2.5rem}.faq-category[data-astro-cid-25eicpmf] h2[data-astro-cid-25eicpmf]{border-bottom:2px solid var(--brand-accent,var(--color-primary));margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem}.faq-item[data-astro-cid-25eicpmf]{border:1px solid var(--color-border);border-radius:4px;margin-bottom:.5rem}.faq-item[data-astro-cid-25eicpmf] summary[data-astro-cid-25eicpmf]{font-weight:var(--font-weight-regular);cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1.25rem;list-style:none;display:flex}.faq-item[data-astro-cid-25eicpmf] summary[data-astro-cid-25eicpmf]:after{content:"+";font-size:1.25rem;font-weight:var(--font-weight-light);color:var(--color-text-light);flex-shrink:0;transition:transform .2s}.faq-item[data-astro-cid-25eicpmf][open] summary[data-astro-cid-25eicpmf]:after{content:"−"}.faq-item[data-astro-cid-25eicpmf] summary[data-astro-cid-25eicpmf]::-webkit-details-marker{display:none}.faq-answer[data-astro-cid-25eicpmf]{color:var(--color-text-light);padding:0 1.25rem 1rem;font-size:.9375rem;line-height:1.7}.faq-answer[data-astro-cid-25eicpmf] p{margin-bottom:.5rem}.faq-answer[data-astro-cid-25eicpmf] ul,.faq-answer[data-astro-cid-25eicpmf] ol{margin-bottom:.5rem;padding-left:1.25rem}.faq-answer[data-astro-cid-25eicpmf] a{color:var(--brand-accent,var(--color-primary))}.faq-page[data-astro-cid-ro53f6xu]{padding:2rem 0 4rem}.faq-page[data-astro-cid-ro53f6xu] .container[data-astro-cid-ro53f6xu]{max-width:900px;margin:0 auto}.faq-page[data-astro-cid-ro53f6xu] h1[data-astro-cid-ro53f6xu]{margin-bottom:2rem}.success-message[data-v-34fc0e9a]{text-align:center;max-width:900px;margin:0 auto;padding:3rem 1.5rem}.success-message h2[data-v-34fc0e9a]{color:#2e7d32;margin-bottom:.75rem}.success-message p[data-v-34fc0e9a]{color:#707070;line-height:1.6}.submit-error[data-v-34fc0e9a]{color:#c62828;background:#fdecea;border-left:4px solid #e53935;border-radius:0 4px 4px 0;margin-bottom:1.5rem;padding:.875rem 1.25rem;font-size:.875rem}.required-hint[data-v-34fc0e9a]{color:#707070;margin-bottom:1.5rem;font-size:.8125rem}.damage-form[data-v-34fc0e9a]{max-width:900px;margin:0 auto}.form-section[data-v-34fc0e9a]{border:1px solid #edecec;border-radius:0 15px;margin-bottom:1.5rem;padding:1.5rem}.form-section legend[data-v-34fc0e9a]{padding:0 .5rem;font-size:1.125rem;font-weight:500}.form-grid[data-v-34fc0e9a]{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem;display:grid}.form-field[data-v-34fc0e9a]{flex-direction:column;gap:.25rem;display:flex}.form-field.full-width[data-v-34fc0e9a]{grid-column:1/-1}.form-field label[data-v-34fc0e9a]{color:#707070;font-size:.8125rem;font-weight:400}.form-field input[data-v-34fc0e9a],.form-field select[data-v-34fc0e9a],.form-field textarea[data-v-34fc0e9a]{color:#333;background:#fff;border:1px solid #edecec;border-radius:4px;padding:.5rem .75rem;font-family:inherit;font-size:.9375rem;transition:border-color .15s}.form-field input[data-v-34fc0e9a]:focus,.form-field select[data-v-34fc0e9a]:focus,.form-field textarea[data-v-34fc0e9a]:focus{border-color:var(--brand-accent,#ff8000);outline:none}.field-error input[data-v-34fc0e9a],.field-error select[data-v-34fc0e9a],.field-error textarea[data-v-34fc0e9a]{border-color:#e53935}.error-msg[data-v-34fc0e9a]{color:#e53935;font-size:.75rem}.inspection-diagrams[data-v-34fc0e9a]{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem;display:grid}.inspection-svg[data-v-34fc0e9a]{background:#f5f5f5;border-radius:8px;padding:.5rem}.inspection-svg[data-v-34fc0e9a] svg{width:100%;height:auto}.inspection-svg[data-v-34fc0e9a] .cls-1,.inspection-svg[data-v-34fc0e9a] .cls-3,.inspection-svg[data-v-34fc0e9a] .cls-4,.inspection-svg[data-v-34fc0e9a] .cls-5,.inspection-svg[data-v-34fc0e9a] .cls-6{stroke:#ccc;fill:#fff;cursor:pointer;transition:all .15s}.inspection-svg[data-v-34fc0e9a] .cls-1,.inspection-svg[data-v-34fc0e9a] .cls-3,.inspection-svg[data-v-34fc0e9a] .cls-4{stroke-width:2px}.inspection-svg[data-v-34fc0e9a] .cls-4,.inspection-svg[data-v-34fc0e9a] .cls-5{fill:none}.inspection-svg[data-v-34fc0e9a] .cls-5,.inspection-svg[data-v-34fc0e9a] .cls-6{stroke-width:1.5px}.inspection-svg[data-v-34fc0e9a] .cls-3{stroke-miterlimit:10}.inspection-svg[data-v-34fc0e9a] .cls-2{fill:#000;pointer-events:none;user-select:none}.inspection-svg[data-v-34fc0e9a] .cls-7{fill:#333;cursor:pointer;pointer-events:auto;user-select:none;font-size:48px}.inspection-svg[data-v-34fc0e9a] .cls-3.fill-it,.inspection-svg[data-v-34fc0e9a] .cls-22.fill-it{fill:var(--brand-accent,#ff8000)!important;stroke:var(--brand-accent,#ff8000)!important}.inspection-svg[data-v-34fc0e9a] .cls-7.fill-it,.inspection-svg[data-v-34fc0e9a] .cls-66.fill-it{fill:#fff!important}.inspection-svg[data-v-34fc0e9a] .cls-11,.inspection-svg[data-v-34fc0e9a] .cls-22,.inspection-svg[data-v-34fc0e9a] .cls-33,.inspection-svg[data-v-34fc0e9a] .cls-44,.inspection-svg[data-v-34fc0e9a] .cls-55{stroke:#ccc;fill:#fff;cursor:pointer;transition:all .15s}.inspection-svg[data-v-34fc0e9a] .cls-11,.inspection-svg[data-v-34fc0e9a] .cls-22,.inspection-svg[data-v-34fc0e9a] .cls-33{stroke-width:2px}.inspection-svg[data-v-34fc0e9a] .cls-22{stroke-miterlimit:10}.inspection-svg[data-v-34fc0e9a] .cls-33,.inspection-svg[data-v-34fc0e9a] .cls-44{fill:none}.inspection-svg[data-v-34fc0e9a] .cls-44,.inspection-svg[data-v-34fc0e9a] .cls-55{stroke-width:1.5px}.inspection-svg[data-v-34fc0e9a] .cls-66{fill:#333;cursor:pointer;pointer-events:auto;user-select:none;font-size:46px}.inspection-selects[data-v-34fc0e9a]{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.inspection-select-row[data-v-34fc0e9a]{grid-template-columns:1fr 1fr;align-items:center;gap:1rem;display:grid}.inspection-select-row label[data-v-34fc0e9a]{color:#333;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.pos-number[data-v-34fc0e9a]{background:var(--brand-accent,#ff8000);color:#fff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.75rem;font-weight:700;display:inline-flex}.inspection-select-row select[data-v-34fc0e9a]{background:#fff;border:1px solid #edecec;border-radius:4px;padding:.5rem .75rem;font-family:inherit;font-size:.875rem}.upload-area[data-v-34fc0e9a]{margin-top:1rem}.upload-btn[data-v-34fc0e9a]{cursor:pointer;background:var(--brand-accent,#ff8000);color:var(--brand-text-on-primary,#fff);border-radius:0 10px;padding:.5rem 1.5rem;font-size:.875rem;display:inline-block}.preview-grid[data-v-34fc0e9a]{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;margin-top:1rem;display:grid}.preview-item[data-v-34fc0e9a]{border:1px solid #edecec;border-radius:4px;position:relative;overflow:hidden}.preview-item img[data-v-34fc0e9a]{aspect-ratio:1;object-fit:cover;width:100%}.preview-remove[data-v-34fc0e9a]{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:1rem;line-height:1;display:flex;position:absolute;top:.25rem;right:.25rem}.preview-name[data-v-34fc0e9a]{white-space:nowrap;text-overflow:ellipsis;color:#707070;padding:.25rem .5rem;font-size:.6875rem;display:block;overflow:hidden}.checkbox-field label[data-v-34fc0e9a]{color:#333;cursor:pointer;font-size:.875rem;line-height:1.6}.checkbox-field input[type=checkbox][data-v-34fc0e9a]{vertical-align:middle;margin-right:.5rem}.checkbox-field a[data-v-34fc0e9a]{color:var(--brand-accent,#ff8000)}.checkbox-field a[data-v-34fc0e9a]:hover{text-decoration:underline}.form-actions[data-v-34fc0e9a]{justify-content:space-between;align-items:center;margin-top:1.5rem;display:flex}.form-actions .required-hint[data-v-34fc0e9a]{margin:0}.btn-primary[data-v-34fc0e9a]{background:var(--brand-accent,#ff8000);color:var(--brand-text-on-primary,#fff);cursor:pointer;border:none;border-radius:0 10px;padding:.75rem 2.5rem;font-family:inherit;font-size:1rem;transition:background .15s}.btn-primary[data-v-34fc0e9a]:hover{opacity:.9}.btn-primary[data-v-34fc0e9a]:disabled{opacity:.5;cursor:not-allowed}.consent-overlay[data-v-34fc0e9a]{justify-content:center;padding:3rem 1.5rem;display:flex}.consent-box[data-v-34fc0e9a]{text-align:center;max-width:500px}.consent-box h2[data-v-34fc0e9a]{margin-bottom:1rem;font-size:1.25rem}.consent-box p[data-v-34fc0e9a]{color:#707070;margin-bottom:1.25rem;font-size:.9375rem;line-height:1.6}.consent-alt[data-v-34fc0e9a]{margin-top:1.5rem;font-size:.8125rem!important}@media (width<=768px){.form-grid[data-v-34fc0e9a],.inspection-diagrams[data-v-34fc0e9a],.inspection-select-row[data-v-34fc0e9a]{grid-template-columns:1fr}}.schadenmeldung-page[data-astro-cid-dnbiblbo]{padding:2rem 0 4rem}.schadenmeldung-intro[data-astro-cid-dnbiblbo]{max-width:900px;margin:0 auto 2rem}.schadenmeldung-intro[data-astro-cid-dnbiblbo] h1[data-astro-cid-dnbiblbo]{margin-bottom:.75rem}.schadenmeldung-intro[data-astro-cid-dnbiblbo] p[data-astro-cid-dnbiblbo]{color:var(--color-text-light);margin-bottom:1rem}.hinweise[data-astro-cid-dnbiblbo]{color:var(--color-text);background:#fff3e0;border-left:4px solid #ff8000;border-radius:0 4px 4px 0;padding:1rem 1.25rem;font-size:.875rem;line-height:1.6}.hinweise[data-astro-cid-dnbiblbo] strong[data-astro-cid-dnbiblbo]{margin-bottom:.5rem;display:block}.hinweise[data-astro-cid-dnbiblbo] ul[data-astro-cid-dnbiblbo]{margin:0;padding-left:1.25rem}.hinweise[data-astro-cid-dnbiblbo] li[data-astro-cid-dnbiblbo]{margin-bottom:.25rem}.download-grid[data-astro-cid-o73lbiny]{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem;display:grid}.download-card[data-astro-cid-o73lbiny]{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-card);color:var(--color-text);align-items:center;gap:1rem;padding:1.25rem 1.5rem;text-decoration:none;transition:all .2s ease-in-out;display:flex}.download-card[data-astro-cid-o73lbiny]:hover{border-color:var(--brand-accent);color:var(--color-text);box-shadow:0 2px 12px #0000000f}.download-icon[data-astro-cid-o73lbiny]{color:var(--brand-accent);flex-shrink:0}.download-info[data-astro-cid-o73lbiny]{flex:1;min-width:0}.download-info[data-astro-cid-o73lbiny] h3[data-astro-cid-o73lbiny]{margin-bottom:.25rem;font-size:1rem}.download-info[data-astro-cid-o73lbiny] p[data-astro-cid-o73lbiny]{color:var(--color-text-light);font-size:.8125rem;line-height:1.4}.download-badge[data-astro-cid-o73lbiny]{font-size:.6875rem;font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.05em;background:var(--color-bg-light);color:var(--color-text-light);border-radius:4px;flex-shrink:0;padding:.25rem .5rem}.download-empty[data-astro-cid-o73lbiny]{text-align:center;color:var(--color-text-light);background:var(--color-bg-light);border-radius:var(--radius-card);padding:3rem}@media (width<=768px){.download-grid[data-astro-cid-o73lbiny]{grid-template-columns:1fr}}.downloads-page[data-astro-cid-sgzsd2hi]{padding:3rem 0 5rem}.downloads-page[data-astro-cid-sgzsd2hi] h1[data-astro-cid-sgzsd2hi]{margin-bottom:.5rem}.downloads-subtitle[data-astro-cid-sgzsd2hi]{color:var(--color-text-light);margin-bottom:2rem}.hero[data-astro-cid-ge2uvauf]{background:var(--color-text);color:#fff;padding:4rem 0}.hero-inner[data-astro-cid-ge2uvauf]{max-width:700px}.hero-content[data-astro-cid-ge2uvauf] h1[data-astro-cid-ge2uvauf]{font-size:1.75rem;font-weight:var(--font-weight-medium);margin-bottom:1.5rem;padding-bottom:1rem;position:relative}.hero-content[data-astro-cid-ge2uvauf] h1[data-astro-cid-ge2uvauf]:after{content:"";background:var(--color-primary);width:60px;height:3px;position:absolute;bottom:0;left:0}.hero-content[data-astro-cid-ge2uvauf] p[data-astro-cid-ge2uvauf]{color:#fffc;margin-bottom:.75rem;font-size:1rem;line-height:1.8}.hero-greeting[data-astro-cid-ge2uvauf]{font-weight:var(--font-weight-regular);margin-top:1.5rem;color:#ffffffe6!important}@media (width<=768px){.hero[data-astro-cid-ge2uvauf]{padding:3rem 0}.hero-content[data-astro-cid-ge2uvauf] h1[data-astro-cid-ge2uvauf]{font-size:1.375rem}}.brand-selector[data-astro-cid-osh5t4hn]{text-align:center;padding:5rem 0}.brand-selector[data-astro-cid-osh5t4hn] h1[data-astro-cid-osh5t4hn]{margin-bottom:.75rem}.brand-selector-subtitle[data-astro-cid-osh5t4hn]{color:var(--color-text-light);margin-bottom:3rem;font-size:1.125rem}.brand-grid[data-astro-cid-osh5t4hn]{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:700px;margin:0 auto;display:grid}.brand-card[data-astro-cid-osh5t4hn]{background:var(--color-bg);border:2px solid var(--color-border);border-radius:var(--radius-card);color:var(--color-text);flex-direction:column;align-items:center;gap:1.25rem;padding:3rem 2rem;text-decoration:none;transition:all .2s ease-in-out;display:flex}.brand-card[data-astro-cid-osh5t4hn]:hover{border-color:var(--card-brand);color:var(--color-text);transform:translateY(-2px);box-shadow:0 4px 24px #00000014}.brand-card-logo[data-astro-cid-osh5t4hn]{align-items:center;height:60px;display:flex}.brand-card-logo[data-astro-cid-osh5t4hn] img[data-astro-cid-osh5t4hn]{object-fit:contain;max-width:200px;max-height:60px}.brand-card-name[data-astro-cid-osh5t4hn]{font-size:1.125rem;font-weight:var(--font-weight-medium)}@media (width<=768px){.brand-selector[data-astro-cid-osh5t4hn]{padding:3rem 0}.brand-grid[data-astro-cid-osh5t4hn]{grid-template-columns:1fr;max-width:400px}}
/*$vite$:1*/