.nav-list[data-astro-cid-pux6a34n]{display:flex;gap:1.5rem;list-style:none}.nav-link[data-astro-cid-pux6a34n]{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-pux6a34n]:hover{color:var(--color-primary)}.nav-toggle[data-astro-cid-pux6a34n]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.nav-toggle[data-astro-cid-pux6a34n] span[data-astro-cid-pux6a34n]{display:block;width:22px;height:2px;background:var(--color-text);transition:all .2s}@media(max-width:840px){.nav-toggle[data-astro-cid-pux6a34n]{display:flex}.nav-list[data-astro-cid-pux6a34n]{display:none;position:absolute;top:var(--header-height);right:0;left:0;background:var(--color-bg);flex-direction:column;gap:0;padding:.5rem 1.5rem 1rem;border-bottom:1px solid var(--color-border);box-shadow:0 4px 12px #0000000d}.nav[data-astro-cid-pux6a34n].open .nav-list[data-astro-cid-pux6a34n]{display:flex}.nav-link[data-astro-cid-pux6a34n]{display:block;padding:.625rem 0;border-bottom:1px solid var(--color-border)}.nav-list[data-astro-cid-pux6a34n] li[data-astro-cid-pux6a34n]:last-child .nav-link[data-astro-cid-pux6a34n]{border-bottom:none}}.header[data-astro-cid-3ef6ksr2]{height:var(--header-height);border-bottom:1px solid var(--color-border);background:var(--color-bg);position:sticky;top:0;z-index:100}.header-inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;height:100%}.header-inner[data-astro-cid-3ef6ksr2]:has(.header-logo:only-child){justify-content:center}.header-logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{height:50px;width:auto}@media(max-width:768px){.header-logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{height:38px}.header--brand[data-astro-cid-3ef6ksr2]{position:static}}.footer[data-astro-cid-sz7xmlte]{background:var(--color-text);color:#fff9;padding:3.5rem 0 2rem;margin-top:auto;font-size:.875rem;line-height:1.7}.footer-top[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;gap:2.5rem;padding-bottom:2.5rem}.footer-col[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{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-sz7xmlte]{width:40px;height:3px;background:var(--brand-primary);margin-bottom:1.25rem}.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none}.footer-col[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:.125rem}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#fff9;transition:color .15s ease-in-out}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:color-mix(in srgb,var(--brand-primary) 70%,white)}.footer-phone[data-astro-cid-sz7xmlte]{margin-top:.5rem}.footer-copyright[data-astro-cid-sz7xmlte]{margin-top:1rem;font-size:.8125rem;color:#fff6}.footer-bottom[data-astro-cid-sz7xmlte]{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;font-size:.8125rem;color:#fff6}.footer-bottom[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#ffffff80;font-style:italic}.footer-bottom[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:color-mix(in srgb,var(--brand-primary) 70%,white)}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]+p[data-astro-cid-sz7xmlte]{margin-top:.5rem;font-size:.75rem}@media(max-width:768px){.footer-top[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;justify-items:start;gap:2rem}}:root{--color-primary: #FF8000;--color-primary-hover: #e67300;--color-text: #333333;--color-text-light: #707070;--color-bg: #ffffff;--color-bg-light: #F4F4F4;--color-border: #edecec;--brand-primary: var(--color-primary);--brand-primary-hover: var(--color-primary-hover);--brand-text-on-primary: #ffffff;--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{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);font-weight:var(--font-weight-light);color:var(--color-text);background:var(--color-bg);line-height:1.5;min-height:100vh;display:flex;flex-direction:column}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{display:inline-block;padding:.625rem 1.75rem;font-family:var(--font-family);font-size:1rem;font-weight:var(--font-weight-regular);border:none;border-radius:var(--radius-btn);cursor:pointer;transition:all ease-in-out .15s;text-decoration:none;line-height:1.4}.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{background:transparent;border:2px solid var(--brand-primary);color:var(--brand-primary)}.btn-outline:hover{background:var(--brand-primary);color:var(--brand-text-on-primary)}@media(max-width:768px){h1{font-size:1.75rem}h2{font-size:1.375rem}:root{--header-height: 64px}}.brand-bar[data-astro-cid-2hvq7fqf]{background:var(--brandPrimary);padding:.75rem 0;position:sticky;top:var(--header-height);z-index:99}.brand-bar-inner[data-astro-cid-2hvq7fqf]{display:flex;align-items:center;justify-content:space-between}.brand-bar-logo[data-astro-cid-2hvq7fqf] img[data-astro-cid-2hvq7fqf]{height:24px;width:auto;max-width:160px;filter:brightness(0) invert(var(--logoInvert))}.brand-nav[data-astro-cid-2hvq7fqf]{display:flex;gap:1.5rem}.brand-nav-link[data-astro-cid-2hvq7fqf]{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-2hvq7fqf]:hover{opacity:.7;color:var(--brand-text-on-primary)}.brand-nav-link[data-astro-cid-2hvq7fqf].active{font-weight:var(--font-weight-bold)}@media(max-width:768px){.brand-bar[data-astro-cid-2hvq7fqf]{top:0}.brand-bar-inner[data-astro-cid-2hvq7fqf]{flex-direction:column;gap:.75rem}.brand-nav[data-astro-cid-2hvq7fqf]{gap:1rem}.brand-nav-link[data-astro-cid-2hvq7fqf]{font-size:.8125rem}}.faq-nav[data-astro-cid-mhigdioq]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.faq-nav-link[data-astro-cid-mhigdioq]{padding:.375rem 1rem;font-size:.875rem;border:1px solid var(--color-border);border-radius:var(--radius-btn);color:var(--color-text);text-decoration:none;transition:all .15s}.faq-nav-link[data-astro-cid-mhigdioq]:hover{border-color:var(--brand-accent, var(--color-primary));color:var(--brand-accent, var(--color-primary))}.faq-category[data-astro-cid-mhigdioq]{margin-bottom:2.5rem;scroll-margin-top:calc(var(--header-height) + 60px)}.faq-category[data-astro-cid-mhigdioq] h2[data-astro-cid-mhigdioq]{font-size:1.25rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--brand-accent, var(--color-primary))}.faq-item[data-astro-cid-mhigdioq]{border:1px solid var(--color-border);border-radius:4px;margin-bottom:.5rem}.faq-item[data-astro-cid-mhigdioq] summary[data-astro-cid-mhigdioq]{padding:.875rem 1.25rem;font-weight:var(--font-weight-regular);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-item[data-astro-cid-mhigdioq] summary[data-astro-cid-mhigdioq]: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-mhigdioq][open] summary[data-astro-cid-mhigdioq]:after{content:"−"}.faq-item[data-astro-cid-mhigdioq] summary[data-astro-cid-mhigdioq]::-webkit-details-marker{display:none}.faq-answer[data-astro-cid-mhigdioq]{padding:0 1.25rem 1rem;font-size:.9375rem;line-height:1.7;color:var(--color-text-light)}.faq-answer[data-astro-cid-mhigdioq] p{margin-bottom:.5rem}.faq-answer[data-astro-cid-mhigdioq] ul,.faq-answer[data-astro-cid-mhigdioq] ol{padding-left:1.25rem;margin-bottom:.5rem}.faq-answer[data-astro-cid-mhigdioq] a{color:var(--brand-accent, var(--color-primary))}.faq-page[data-astro-cid-ov2og54k]{padding:2rem 0 4rem}.faq-page[data-astro-cid-ov2og54k] .container[data-astro-cid-ov2og54k]{max-width:900px;margin:0 auto}.faq-page[data-astro-cid-ov2og54k] h1[data-astro-cid-ov2og54k]{margin-bottom:2rem}.success-message[data-v-34fc0e9a]{max-width:900px;margin:0 auto;text-align:center;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]{background:#fdecea;border-left:4px solid #e53935;padding:.875rem 1.25rem;margin-bottom:1.5rem;border-radius:0 4px 4px 0;color:#c62828;font-size:.875rem}.required-hint[data-v-34fc0e9a]{font-size:.8125rem;color:#707070;margin-bottom:1.5rem}.damage-form[data-v-34fc0e9a]{max-width:900px;margin:0 auto}.form-section[data-v-34fc0e9a]{border:1px solid #edecec;border-radius:0 15px;padding:1.5rem;margin-bottom:1.5rem}.form-section legend[data-v-34fc0e9a]{font-size:1.125rem;font-weight:500;padding:0 .5rem}.form-grid[data-v-34fc0e9a]{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.form-field[data-v-34fc0e9a]{display:flex;flex-direction:column;gap:.25rem}.form-field.full-width[data-v-34fc0e9a]{grid-column:1 / -1}.form-field label[data-v-34fc0e9a]{font-size:.8125rem;font-weight:400;color:#707070}.form-field input[data-v-34fc0e9a],.form-field select[data-v-34fc0e9a],.form-field textarea[data-v-34fc0e9a]{font-family:inherit;font-size:.9375rem;padding:.5rem .75rem;border:1px solid #edecec;border-radius:4px;background:#fff;color:#333;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{outline:none;border-color:var(--brand-accent, #ff8000)}.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]{font-size:.75rem;color:#e53935}.inspection-diagrams[data-v-34fc0e9a]{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.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;transition:all .15s ease;cursor:pointer}.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{font-size:48px;fill:#333;cursor:pointer;pointer-events:auto;user-select:none}.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;transition:all .15s ease;cursor:pointer}.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{font-size:46px;fill:#333;cursor:pointer;pointer-events:auto;user-select:none}.inspection-selects[data-v-34fc0e9a]{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.inspection-select-row[data-v-34fc0e9a]{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:center}.inspection-select-row label[data-v-34fc0e9a]{font-size:.875rem;color:#333;display:flex;align-items:center;gap:.5rem}.pos-number[data-v-34fc0e9a]{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;font-size:.75rem;font-weight:700;background:var(--brand-accent, #ff8000);color:#fff;border-radius:4px;flex-shrink:0}.inspection-select-row select[data-v-34fc0e9a]{font-family:inherit;font-size:.875rem;padding:.5rem .75rem;border:1px solid #edecec;border-radius:4px;background:#fff}.upload-area[data-v-34fc0e9a]{margin-top:1rem}.upload-btn[data-v-34fc0e9a]{cursor:pointer;display:inline-block;background:var(--brand-accent, #ff8000);color:var(--brand-text-on-primary, #fff);padding:.5rem 1.5rem;border-radius:0 10px;font-size:.875rem}.preview-grid[data-v-34fc0e9a]{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;margin-top:1rem}.preview-item[data-v-34fc0e9a]{position:relative;border:1px solid #edecec;border-radius:4px;overflow:hidden}.preview-item img[data-v-34fc0e9a]{width:100%;aspect-ratio:1;object-fit:cover}.preview-remove[data-v-34fc0e9a]{position:absolute;top:.25rem;right:.25rem;width:1.5rem;height:1.5rem;background:#0009;color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:1rem;line-height:1;display:flex;align-items:center;justify-content:center}.preview-name[data-v-34fc0e9a]{display:block;font-size:.6875rem;padding:.25rem .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#707070}.checkbox-field label[data-v-34fc0e9a]{font-size:.875rem;line-height:1.6;color:#333;cursor:pointer}.checkbox-field input[type=checkbox][data-v-34fc0e9a]{margin-right:.5rem;vertical-align:middle}.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]{margin-top:1.5rem;display:flex;align-items:center;justify-content:space-between}.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);padding:.75rem 2.5rem;font-size:1rem;border:none;border-radius:0 10px;cursor:pointer;font-family:inherit;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]{display:flex;justify-content:center;padding:3rem 1.5rem}.consent-box[data-v-34fc0e9a]{max-width:500px;text-align:center}.consent-box h2[data-v-34fc0e9a]{font-size:1.25rem;margin-bottom:1rem}.consent-box p[data-v-34fc0e9a]{font-size:.9375rem;color:#707070;line-height:1.6;margin-bottom:1.25rem}.consent-alt[data-v-34fc0e9a]{margin-top:1.5rem;font-size:.8125rem!important}@media(max-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-wwlzfr64]{padding:2rem 0 4rem}.schadenmeldung-intro[data-astro-cid-wwlzfr64]{max-width:900px;margin:0 auto 2rem}.schadenmeldung-intro[data-astro-cid-wwlzfr64] h1[data-astro-cid-wwlzfr64]{margin-bottom:.75rem}.schadenmeldung-intro[data-astro-cid-wwlzfr64] p[data-astro-cid-wwlzfr64]{color:var(--color-text-light);margin-bottom:1rem}.hinweise[data-astro-cid-wwlzfr64]{background:#fff3e0;border-left:4px solid #ff8000;padding:1rem 1.25rem;font-size:.875rem;line-height:1.6;color:var(--color-text);border-radius:0 4px 4px 0}.hinweise[data-astro-cid-wwlzfr64] strong[data-astro-cid-wwlzfr64]{display:block;margin-bottom:.5rem}.hinweise[data-astro-cid-wwlzfr64] ul[data-astro-cid-wwlzfr64]{padding-left:1.25rem;margin:0}.hinweise[data-astro-cid-wwlzfr64] li[data-astro-cid-wwlzfr64]{margin-bottom:.25rem}.download-grid[data-astro-cid-lenawxzn]{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.download-card[data-astro-cid-lenawxzn]{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-card);transition:all .2s ease-in-out;text-decoration:none;color:var(--color-text)}.download-card[data-astro-cid-lenawxzn]:hover{border-color:var(--brand-accent);box-shadow:0 2px 12px #0000000f;color:var(--color-text)}.download-icon[data-astro-cid-lenawxzn]{flex-shrink:0;color:var(--brand-accent)}.download-info[data-astro-cid-lenawxzn]{flex:1;min-width:0}.download-info[data-astro-cid-lenawxzn] h3[data-astro-cid-lenawxzn]{font-size:1rem;margin-bottom:.25rem}.download-info[data-astro-cid-lenawxzn] p[data-astro-cid-lenawxzn]{font-size:.8125rem;color:var(--color-text-light);line-height:1.4}.download-badge[data-astro-cid-lenawxzn]{flex-shrink:0;font-size:.6875rem;font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.05em;padding:.25rem .5rem;background:var(--color-bg-light);border-radius:4px;color:var(--color-text-light)}.download-empty[data-astro-cid-lenawxzn]{text-align:center;padding:3rem;color:var(--color-text-light);background:var(--color-bg-light);border-radius:var(--radius-card)}@media(max-width:768px){.download-grid[data-astro-cid-lenawxzn]{grid-template-columns:1fr}}.downloads-page[data-astro-cid-gi4uc4g7]{padding:3rem 0 5rem}.downloads-page[data-astro-cid-gi4uc4g7] h1[data-astro-cid-gi4uc4g7]{margin-bottom:.5rem}.downloads-subtitle[data-astro-cid-gi4uc4g7]{color:var(--color-text-light);margin-bottom:2rem}.hero[data-astro-cid-bbe6dxrz]{background:var(--color-text);color:#fff;padding:4rem 0}.hero-inner[data-astro-cid-bbe6dxrz]{max-width:700px}.hero-content[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz]{font-size:1.75rem;font-weight:var(--font-weight-medium);margin-bottom:1.5rem;position:relative;padding-bottom:1rem}.hero-content[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz]:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:var(--color-primary)}.hero-content[data-astro-cid-bbe6dxrz] p[data-astro-cid-bbe6dxrz]{font-size:1rem;line-height:1.8;color:#fffc;margin-bottom:.75rem}.hero-greeting[data-astro-cid-bbe6dxrz]{margin-top:1.5rem;font-weight:var(--font-weight-regular);color:#ffffffe6!important}@media(max-width:768px){.hero[data-astro-cid-bbe6dxrz]{padding:3rem 0}.hero-content[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz]{font-size:1.375rem}}.brand-selector[data-astro-cid-ljxqrlja]{padding:5rem 0;text-align:center}.brand-selector[data-astro-cid-ljxqrlja] h1[data-astro-cid-ljxqrlja]{margin-bottom:.75rem}.brand-selector-subtitle[data-astro-cid-ljxqrlja]{color:var(--color-text-light);font-size:1.125rem;margin-bottom:3rem}.brand-grid[data-astro-cid-ljxqrlja]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:700px;margin:0 auto}.brand-card[data-astro-cid-ljxqrlja]{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:3rem 2rem;background:var(--color-bg);border:2px solid var(--color-border);border-radius:var(--radius-card);transition:all .2s ease-in-out;text-decoration:none;color:var(--color-text)}.brand-card[data-astro-cid-ljxqrlja]:hover{border-color:var(--card-brand);box-shadow:0 4px 24px #00000014;transform:translateY(-2px);color:var(--color-text)}.brand-card-logo[data-astro-cid-ljxqrlja]{height:60px;display:flex;align-items:center}.brand-card-logo[data-astro-cid-ljxqrlja] img[data-astro-cid-ljxqrlja]{max-height:60px;max-width:200px;object-fit:contain}.brand-card-name[data-astro-cid-ljxqrlja]{font-size:1.125rem;font-weight:var(--font-weight-medium)}@media(max-width:768px){.brand-selector[data-astro-cid-ljxqrlja]{padding:3rem 0}.brand-grid[data-astro-cid-ljxqrlja]{grid-template-columns:1fr;max-width:400px}}
