/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.static{position:static}.start{inset-inline-start:var(--spacing)}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.inline{display:inline}.table{display:table}}:root{--paper:#f6f4ef;--white:#fff;--ink:#292929;--muted:#696867;--line:#dedbd4;--red:#b71820;--red-dark:#921219;--night:#252a2e}*{box-sizing:border-box}body{background:var(--paper);color:var(--ink);font-family:var(--font-geist-sans), Arial, sans-serif;-webkit-font-smoothing:antialiased;margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.skip-link{z-index:100;background:var(--ink);color:var(--white);padding:12px 18px;position:absolute;top:12px;left:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #e95960}.container{width:min(1180px,100% - 48px);margin-inline:auto}.site-header{z-index:50;background:var(--white);border-bottom:1px solid #29292917;position:relative}.header-inner{align-items:center;gap:44px;height:82px;display:flex}.brand{align-items:center;margin-right:auto;display:flex}.brand img{width:190px;height:auto;display:block}.desktop-nav{align-items:center;gap:34px;font-size:14px;font-weight:600;display:flex}.desktop-nav a{padding-block:10px;position:relative}.desktop-nav a:after{content:"";background:var(--red);transform-origin:100%;height:1px;transition:transform .25s;position:absolute;bottom:4px;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover:after{transform-origin:0;transform:scaleX(1)}.header-cta,.button{border:0;border-radius:3px;justify-content:center;align-items:center;gap:18px;min-height:48px;padding:0 22px;font-size:14px;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.header-cta{background:var(--ink);color:var(--white)}.header-cta:hover{background:var(--red)}.header-cta svg,.button svg{width:18px;height:18px}.hero{padding:44px 0 0;overflow:hidden}.hero-grid{grid-template-columns:minmax(0,.93fr) minmax(0,1.07fr);align-items:center;min-height:625px;display:grid}.hero-copy{z-index:2;padding:48px 70px 64px 0;position:relative}.eyebrow,.kicker{color:var(--red);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:12px;margin:0 0 26px;font-size:12px;font-weight:750;display:flex}.eyebrow span{background:var(--red);width:22px;height:2px}.hero h1{letter-spacing:-.065em;max-width:650px;margin:0;font-size:clamp(58px,6.4vw,90px);font-weight:650;line-height:.94}.hero h1 em{color:var(--red);font-style:normal;font-weight:520}.hero-lead{max-width:575px;color:var(--muted);margin:32px 0 0;font-size:18px;line-height:1.65}.hero-actions{align-items:center;gap:28px;margin-top:38px;display:flex}.button-primary{background:var(--red);min-height:56px;color:var(--white);padding-inline:26px}.button-primary:hover{background:var(--red-dark);transform:translateY(-2px)}.text-link{border-bottom:1px solid var(--ink);padding-block:7px;font-size:14px;font-weight:700}.hero-note{color:var(--muted);align-items:center;gap:10px;margin-top:32px;font-size:13px;display:flex}.status-dot{background:#5c9763;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #5c976321}.hero-visual{border-radius:4px;min-height:600px;position:relative}.hero-visual:before{content:"";z-index:-1;background:#e7e4dd;position:absolute;inset:-42px -110px 48px 86px}.hero-visual>img{object-fit:cover;object-position:42% 50%;border-radius:4px;width:100%;height:600px}.visual-tag{background:var(--white);border:1px solid #ffffffb3;align-items:center;gap:14px;min-width:245px;padding:15px 18px;display:flex;position:absolute;box-shadow:0 18px 45px #0e111424}.visual-tag span{background:var(--red);width:36px;height:36px;color:var(--white);border-radius:50%;flex:0 0 36px;place-items:center;font-size:11px;font-weight:800;display:grid}.visual-tag p{color:#6b6b6b;margin:0;font-size:11px;line-height:1.45}.visual-tag strong{color:var(--ink);font-size:12px}.visual-tag-top{top:72px;right:-28px}.visual-tag-bottom{bottom:62px;left:-46px}.trust-strip{z-index:3;background:var(--white);border:1px solid var(--line);grid-template-columns:repeat(3,1fr) 1.35fr;margin-top:-1px;display:grid;position:relative}.trust-strip>div,.trust-strip>a{border-right:1px solid var(--line);flex-direction:column;justify-content:center;min-height:94px;padding:20px 28px;display:flex}.trust-strip strong{margin-bottom:5px;font-size:14px;display:block}.trust-strip span{color:var(--muted);font-size:12px}.trust-strip>a{background:var(--red);color:var(--white);border-right:0;flex-direction:row;align-items:center;gap:15px}.trust-strip>a>svg:first-child{flex:0 0 23px;width:23px;height:23px}.trust-strip>a>svg:last-child{width:18px;height:18px;margin-left:auto}.trust-strip>a span{color:#ffffffb8}.trust-strip>a strong{color:var(--white)}.section{padding:128px 0}.section-heading{margin-bottom:54px}.split-heading{grid-template-columns:1fr .8fr;align-items:end;gap:90px;display:grid}.kicker{margin-bottom:20px}.section-heading h2{letter-spacing:-.055em;margin:0;font-size:clamp(44px,5vw,68px);line-height:1}.section-heading>p{max-width:480px;color:var(--muted);margin:0 0 4px;font-size:17px;line-height:1.7}.service-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.service-card{background:var(--white);border:1px solid var(--line);flex-direction:column;justify-content:space-between;min-height:410px;padding:28px;transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px #28282814}.service-card.featured{background:#ece8e1}.service-card.dark-card{background:var(--night);border-color:var(--night);color:var(--white)}.card-number{color:#aaa6a0;font-family:var(--font-geist-mono);align-self:flex-end;font-size:12px}.card-label{color:var(--red);letter-spacing:.14em;text-transform:uppercase;margin:0 0 16px;font-size:11px;font-weight:750}.service-card h3{letter-spacing:-.045em;margin:0;font-size:36px;line-height:1.06}.service-card div>p:last-child{max-width:290px;color:var(--muted);margin:20px 0 0;font-size:14px;line-height:1.6}.dark-card div>p:last-child{color:#aaaeb1}.service-card>a{border:1px solid #d4d0ca;border-radius:50%;place-items:center;width:46px;height:46px;display:grid;position:absolute;bottom:28px;right:28px}.dark-card>a{border-color:#565c60}.service-card>a svg{width:19px;height:19px}.repair-gallery{grid-template-columns:1.15fr .85fr;align-items:start;gap:14px;margin-top:14px;display:grid}.repair-shot{background:var(--night);color:var(--white);margin:0;overflow:hidden}.repair-shot-offset{margin-top:72px}.repair-shot img{aspect-ratio:4/3;object-fit:cover;width:100%;height:auto;display:block}.repair-shot figcaption{justify-content:space-between;align-items:center;gap:28px;min-height:86px;padding:18px 22px;display:flex}.repair-shot figcaption span{color:#b6b9bb;font-size:12px;line-height:1.5}.repair-shot figcaption strong{color:var(--white);margin-bottom:3px;font-size:14px;display:block}.repair-shot figcaption small{color:#7d8285;font-family:var(--font-geist-mono);letter-spacing:.08em;text-align:right;text-transform:uppercase;font-size:9px}.repair-catalog-heading{border-top:1px solid var(--line);grid-template-columns:.6fr 1fr .8fr;align-items:end;gap:52px;margin-top:94px;padding-top:52px;display:grid}.repair-catalog-heading .kicker{align-self:start;margin:0 0 6px}.repair-catalog-heading h3{letter-spacing:-.05em;margin:0;font-size:clamp(34px,4vw,50px);line-height:1.03}.repair-catalog-heading>p:last-child{color:var(--muted);margin:0 0 4px;font-size:14px;line-height:1.65}.repair-catalog{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:1fr 1fr;margin:48px 0 0;padding:0;list-style:none;display:grid}.repair-catalog li{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#ffffff70;grid-template-columns:42px 1fr;gap:14px;min-height:154px;padding:26px;display:grid}.repair-catalog li>span{color:var(--red);font-family:var(--font-geist-mono);padding-top:4px;font-size:11px}.repair-catalog h4{letter-spacing:-.025em;margin:0;font-size:18px}.repair-catalog p{max-width:430px;color:var(--muted);margin:11px 0 0;font-size:13px;line-height:1.6}.process-section{background:var(--night);color:var(--white)}.process-shell{grid-template-columns:.8fr 1.2fr;gap:105px;padding-top:120px;padding-bottom:120px;display:grid}.light-kicker{color:#f05e65}.process-intro h2,.request-copy h2,.faq-heading h2,.closing-inner h2{letter-spacing:-.055em;margin:0;font-size:clamp(44px,5vw,68px);line-height:1}.process-intro>p:not(.kicker),.request-copy>p:not(.kicker){color:#b3b6b8;max-width:480px;margin:28px 0 0;font-size:16px;line-height:1.7}.button-light{background:var(--white);color:var(--ink);margin-top:34px}.button-light:hover{background:var(--red);color:var(--white)}.process-list{border-top:1px solid #454b4f;margin:0;padding:0;list-style:none}.process-list li{border-bottom:1px solid #454b4f;grid-template-columns:70px 1fr;gap:22px;padding:34px 0;display:grid}.process-list li>span{color:#e75b62;font-family:var(--font-geist-mono);padding-top:6px;font-size:12px}.process-list h3{letter-spacing:-.03em;margin:0;font-size:24px}.process-list p{color:#a7abad;max-width:540px;margin:12px 0 0;font-size:14px;line-height:1.65}.benefit-section{background:#ece9e2;padding:132px 0}.benefit-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:110px;display:grid}.benefit-statement{position:relative}.oversized-mark{z-index:0;color:#b7182012;font-size:360px;font-weight:200;line-height:1;position:absolute;top:-138px;left:-56px}.benefit-statement>:not(.oversized-mark){z-index:1;position:relative}.benefit-statement h2{letter-spacing:-.06em;margin:0;font-size:clamp(46px,5.3vw,72px);line-height:1}.benefit-statement h2 em{color:var(--red);font-style:normal;font-weight:520}.benefit-lead{color:var(--muted);margin:0 0 42px;font-size:18px;line-height:1.75}.benefit-points{border-top:1px solid #d1cdc5;border-left:1px solid #d1cdc5;grid-template-columns:1fr 1fr;display:grid}.benefit-points>div{border-bottom:1px solid #d1cdc5;border-right:1px solid #d1cdc5;grid-template-columns:34px 1fr;gap:16px;min-height:154px;padding:24px;display:grid}.benefit-points span{color:var(--red);font-family:var(--font-geist-mono);font-size:11px}.benefit-points p{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.benefit-points strong{color:var(--ink);margin-bottom:9px;font-size:15px;display:block}.request-section{background:var(--red);color:var(--white);padding:128px 0}.request-grid{grid-template-columns:.78fr 1.22fr;align-items:start;gap:90px;display:grid}.request-aside{border-top:1px solid #ffffff40;align-items:flex-start;gap:14px;margin-top:44px;padding-top:26px;display:flex}.request-aside .status-dot{background:#fff;margin-top:7px;box-shadow:0 0 0 4px #ffffff26}.request-aside p{color:#ffffffb3;margin:0;font-size:12px;line-height:1.6}.request-aside strong{color:var(--white);font-size:14px}.request-card{background:var(--white);min-height:570px;color:var(--ink);padding:42px;box-shadow:0 25px 70px #4d04093d}.request-card fieldset{border:0;margin:0 0 28px;padding:0}.request-card legend,.request-card label>span:not(.custom-check){margin-bottom:11px;font-size:13px;font-weight:700;display:block}.device-options{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.request-card .device-options label{cursor:pointer;border:1px solid var(--line);min-height:58px;color:var(--muted);text-align:center;background:#faf9f6;justify-content:center;align-items:center;padding:0 14px;transition:border .2s,background .2s,color .2s;display:flex}.device-options label:hover{border-color:#b6b1aa}.device-options label.selected{background:var(--ink);border-color:var(--ink);color:var(--white)}.device-options label:focus-within{outline:3px solid var(--red);outline-offset:3px}.device-options input{opacity:0;pointer-events:none;position:absolute}.device-options label>span{margin:0!important;font-size:13px!important}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.request-card label{display:block}.request-card input[type=text],.request-card select,.request-card textarea{border:1px solid var(--line);width:100%;color:var(--ink);background:#faf9f6;border-radius:0;outline:0;transition:border .2s,box-shadow .2s}.request-card input[type=text],.request-card select{height:54px;padding:0 15px}.request-card textarea{resize:vertical;min-height:110px;padding:14px 15px;line-height:1.5}.request-card input[type=text]:focus,.request-card select:focus,.request-card textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px #b718201a}.request-card input::placeholder,.request-card textarea::placeholder{color:#aaa7a2}.details-label{margin-top:22px}.details-label small{color:#999590;font-weight:400}.loaner-option{cursor:pointer;align-items:center;gap:10px;margin-top:18px;font-size:12px;font-weight:650;display:flex!important}.loaner-option input{opacity:0;position:absolute}.custom-check{background:#fff;border:1px solid #bab6b0;flex:0 0 18px;width:18px;height:18px;position:relative}.loaner-option input:checked+.custom-check{border-color:var(--red);background:var(--red)}.loaner-option input:checked+.custom-check:after{content:"✓";color:#fff;font-size:13px;position:absolute;top:-1px;left:3px}.loaner-option:focus-within .custom-check{outline:3px solid var(--red);outline-offset:3px}.loaner-option small{color:#92908d;font-weight:400}.form-submit{background:var(--red);width:100%;min-height:56px;color:var(--white);margin-top:26px}.form-submit:hover{background:var(--red-dark)}.privacy-note{color:#66625e;text-align:center;margin:12px 0 0;font-size:11px}.result-heading{align-items:center;gap:18px;display:flex}.result-check{background:var(--red);color:#fff;border-radius:50%;flex:0 0 50px;place-items:center;width:50px;height:50px;font-size:22px;display:grid}.result-kicker{color:var(--red);letter-spacing:.12em;text-transform:uppercase;margin:0 0 4px;font-size:11px;font-weight:800}.request-result h3{letter-spacing:-.04em;margin:0;font-size:28px}.request-result .summary-text{overflow-wrap:anywhere;border:1px solid var(--line);color:#555;width:100%;min-height:0;font-family:var(--font-geist-sans);white-space:pre-wrap;background:#f7f5f1;margin:28px 0;padding:22px;font-size:13px;line-height:1.6}.result-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.result-actions .button{gap:10px;min-height:52px;padding-inline:16px;font-size:12px}.whatsapp-button{color:#fff;background:#176b51}.whatsapp-button:hover{background:#11543f}.email-button{color:var(--ink);background:#f3f0eb;border:1px solid #d9d4cc}.email-button:hover{border-color:var(--ink)}.copy-button{background:var(--ink);color:#fff}.copy-button svg,.instagram-button svg,.whatsapp-button svg,.email-button svg{width:18px;height:18px}.instagram-button{background:var(--red);color:#fff}.copy-status{color:#4e7654;text-align:center;min-height:36px;margin:14px 0 0;font-size:12px;line-height:1.5}.copy-status.is-error{color:var(--red)}.edit-request{border:0;border-bottom:1px solid var(--ink);cursor:pointer;background:0 0;margin:22px auto 0;padding:5px;font-size:12px;font-weight:700;display:block}.faq-section{background:var(--white)}.faq-grid{grid-template-columns:.7fr 1.3fr;gap:100px;display:grid}.faq-heading{align-self:start}.faq-heading>p:not(.kicker){color:var(--muted);margin:28px 0 20px;font-size:14px}.faq-heading .text-link{display:inline-block}.faq-contact-links{flex-wrap:wrap;gap:10px 18px;display:flex}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;min-height:82px;font-size:17px;font-weight:700;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{width:30px;height:30px;color:var(--red);flex:0 0 30px;place-items:center;font-size:24px;font-weight:300;transition:transform .2s;display:grid}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{max-width:680px;color:var(--muted);margin:-6px 60px 28px 0;font-size:14px;line-height:1.7}.closing-section{background:#ece9e2;padding:110px 0}.closing-inner{justify-content:space-between;align-items:center;gap:70px;display:flex}.closing-action{background:var(--red);color:#fff;border-radius:50%;flex:0 0 190px;place-content:center;gap:22px;width:190px;height:190px;font-size:15px;font-weight:700;transition:transform .25s,background .25s;display:grid}.closing-action:hover{background:var(--ink);transform:rotate(-4deg)scale(1.03)}.closing-action svg{width:24px;height:24px}.site-footer{color:#fff;background:#242424;padding:70px 0 24px}.footer-top{justify-content:space-between;gap:80px;padding-bottom:60px;display:flex}.footer-brand img{background:#fff;width:190px;height:auto;padding:10px 14px}.footer-brand p{color:#9d9d9d;max-width:290px;margin:22px 0 0;font-size:13px;line-height:1.6}.footer-links{gap:95px;display:flex}.footer-links>div{flex-direction:column;gap:12px;min-width:130px;display:flex}.footer-links strong{color:#fff;letter-spacing:.11em;text-transform:uppercase;margin-bottom:5px;font-size:12px}.footer-links a{color:#9d9d9d;font-size:13px}.footer-links a:hover{color:#fff}.footer-bottom{color:#a7a7a7;border-top:1px solid #3c3c3c;justify-content:space-between;padding-top:22px;font-size:11px;display:flex}.legal-page{background:var(--paper);min-height:100vh}.legal-header .header-inner{justify-content:space-between}.legal-home-link{align-items:center;gap:10px;font-size:13px;font-weight:750;display:inline-flex}.legal-home-link span{color:var(--red);font-size:20px;line-height:1}.legal-main{min-height:70vh;padding-bottom:110px}.legal-hero{border-bottom:1px solid var(--line);grid-template-columns:1fr .72fr;align-items:end;gap:90px;padding-top:92px;padding-bottom:72px;display:grid}.legal-hero .kicker{margin-bottom:18px}.legal-hero h1{letter-spacing:-.065em;margin:0;font-size:clamp(56px,7.2vw,96px);line-height:.94}.legal-hero>p{max-width:500px;color:var(--muted);margin:0 0 6px;font-size:16px;line-height:1.75}.legal-grid{grid-template-columns:230px minmax(0,780px);justify-content:space-between;gap:90px;padding-top:68px;display:grid}.legal-toc{border-top:2px solid var(--ink);border-bottom:1px solid var(--line);flex-direction:column;align-self:start;gap:11px;padding:22px 0;display:flex}.legal-toc strong{letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px;font-size:11px}.legal-toc a{color:var(--muted);font-size:12px;line-height:1.45}.legal-toc a:hover{color:var(--red)}.legal-content{min-width:0}.legal-section{padding:0 0 62px 70px;position:relative}.legal-section+.legal-section{border-top:1px solid var(--line);padding-top:62px}.legal-section-number{font-family:var(--font-geist-mono);margin:0;font-weight:700;position:absolute;top:5px;left:0;color:var(--red)!important;font-size:11px!important}.legal-section+.legal-section .legal-section-number{top:68px}.legal-content h2{letter-spacing:-.045em;margin:0 0 26px;font-size:clamp(32px,4vw,46px);line-height:1.05}.legal-content h3{letter-spacing:-.025em;margin:38px 0 14px;font-size:20px}.legal-content p,.legal-content li,.legal-content address{color:var(--muted);font-size:15px;line-height:1.75}.legal-content p{margin:0 0 18px}.legal-content ul{margin:0 0 24px;padding-left:22px}.legal-content li+li{margin-top:8px}.legal-content address{margin:0 0 22px;font-style:normal}.legal-content strong{color:var(--ink)}.legal-content a:not(.legal-external){color:var(--ink);border-bottom:1px solid var(--red)}.legal-external{color:var(--red);text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px}.legal-callout{border-left:3px solid var(--red);background:#ece9e2;margin:30px 0 8px;padding:24px 26px}.legal-callout strong{margin-bottom:9px;display:block}.legal-callout p{margin:0;font-size:14px}.legal-footer{color:#a7a7a7;background:#242424;padding:25px 0;font-size:11px}.legal-footer-inner{justify-content:space-between;align-items:center;gap:30px;display:flex}.legal-footer nav{gap:24px;display:flex}.legal-footer a:hover{color:#fff}@media (width<=980px){.desktop-nav{display:none}.hero{padding-top:22px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:56px 0 60px}.hero-copy br{display:none}.hero h1{max-width:780px}.hero-visual,.hero-visual>img{height:540px;min-height:540px}.trust-strip{grid-template-columns:repeat(2,1fr)}.trust-strip>div:nth-child(2){border-right:0}.trust-strip>div{border-bottom:1px solid var(--line)}.split-heading{grid-template-columns:1fr;gap:28px}.service-grid{grid-template-columns:1fr 1fr}.service-card:last-child{grid-column:1/-1}.repair-gallery{grid-template-columns:1fr 1fr}.repair-shot-offset{margin-top:44px}.repair-catalog-heading{grid-template-columns:1fr 1fr;gap:28px 50px}.repair-catalog-heading .kicker{grid-column:1/-1}.process-shell,.request-grid{grid-template-columns:1fr;gap:65px}.benefit-grid{grid-template-columns:1fr;gap:70px}.benefit-statement{max-width:680px}.faq-grid{grid-template-columns:.8fr 1.2fr;gap:55px}.legal-hero{grid-template-columns:1fr;gap:28px}.legal-grid{grid-template-columns:190px minmax(0,1fr);gap:48px}.footer-links{gap:55px}}@media (width<=640px){.container{width:min(100% - 30px,1180px)}.header-inner{gap:16px;height:70px}.brand img{width:154px}.header-cta{min-height:42px;padding:0 15px;font-size:12px}.header-cta svg{display:none}.hero-copy{padding:48px 0 44px}.hero h1{font-size:clamp(48px,15.2vw,68px)}.hero-lead{font-size:16px;line-height:1.6}.hero-actions{flex-direction:column;align-items:stretch;gap:12px}.text-link{align-self:flex-start}.hero-visual,.hero-visual>img{height:430px;min-height:430px}.hero-visual>img{object-position:45% center}.hero-visual:before{display:none}.visual-tag{min-width:214px;padding:12px}.visual-tag-top{top:20px;right:-8px}.visual-tag-bottom{bottom:18px;left:-8px}.trust-strip{grid-template-columns:1fr 1fr}.trust-strip>div,.trust-strip>a{min-height:88px;padding:16px}.trust-strip>div:nth-child(3){border-bottom:0}.trust-strip>a{gap:10px}.trust-strip>a span{display:none}.section{padding:88px 0}.section-heading h2{font-size:46px}.service-grid{grid-template-columns:1fr}.service-card,.service-card:last-child{grid-column:auto;min-height:350px}.repair-gallery{grid-template-columns:1fr}.repair-shot-offset{margin-top:0}.repair-shot figcaption{flex-direction:column;align-items:flex-start;gap:10px}.repair-shot figcaption small{text-align:left}.repair-catalog-heading{grid-template-columns:1fr;margin-top:68px;padding-top:40px}.repair-catalog-heading .kicker{grid-column:auto}.repair-catalog{grid-template-columns:1fr;margin-top:34px}.repair-catalog li{min-height:0;padding:22px 18px}.process-shell{padding-top:88px;padding-bottom:88px}.process-intro h2,.request-copy h2,.faq-heading h2,.closing-inner h2{font-size:46px}.process-list li{grid-template-columns:46px 1fr;gap:10px}.process-list h3{font-size:20px}.benefit-section{padding:90px 0;overflow:hidden}.benefit-grid{gap:54px}.benefit-points{grid-template-columns:1fr}.benefit-points>div{min-height:130px}.request-section{padding:88px 0}.request-grid{gap:46px}.request-card{min-height:0;padding:24px 18px}.device-options{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr;gap:22px}.result-actions{grid-template-columns:1fr}.faq-grid{grid-template-columns:1fr;gap:55px}.faq-list summary{min-height:76px;font-size:15px}.closing-section{padding:82px 0}.closing-inner{flex-direction:column;align-items:flex-start;gap:50px}.closing-action{flex-basis:150px;width:150px;height:150px}.footer-top{flex-direction:column;gap:52px}.footer-links{flex-wrap:wrap;gap:38px 45px}.footer-bottom{flex-direction:column;gap:20px}.legal-main{padding-bottom:78px}.legal-hero{padding-top:62px;padding-bottom:48px}.legal-hero h1{font-size:52px}.legal-grid{grid-template-columns:1fr;gap:46px;padding-top:44px}.legal-section,.legal-section+.legal-section{padding-bottom:48px;padding-left:40px;padding-right:0}.legal-section+.legal-section{padding-top:48px}.legal-section+.legal-section .legal-section-number{top:54px}.legal-content h2{font-size:34px}.legal-footer-inner{flex-direction:column;align-items:flex-start}.legal-footer nav{flex-wrap:wrap;gap:14px 22px}}@media (width<=370px){.brand img{width:138px}.header-cta{padding-inline:11px;font-size:0}.header-cta:before{content:"Anfragen";font-size:12px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important}}
