/* BeamDeals Cleaning Advisor – visual system v2.1
   Generated assets live in /assets/brand and /assets/icons.
   Keep this file separate from app.css so the server handoff can preserve the approved design layer. */
:root{
  --bd-red:#dc1b22;
  --bd-red-hot:#ff4d55;
  --bd-night:#080a0e;
  --bd-panel:#11151b;
  --bd-steel:#cfd5dc;
  --bd-glow:0 0 28px rgba(227,27,35,.42);
  --bd-ease:cubic-bezier(.2,.75,.25,1);
}
.ui-icon{width:1.15em;height:1.15em;display:inline-block;flex:0 0 auto;overflow:visible;color:currentColor;vertical-align:-.16em}
.brand-mark-image{display:block;width:34px;height:34px;border-radius:9px;box-shadow:0 7px 18px rgba(0,0,0,.24)}
.icon-button{gap:8px}.icon-only{width:42px;padding:0}.icon-only .ui-icon{width:18px;height:18px}
.site-header{background:rgba(10,12,16,.92);box-shadow:0 12px 35px rgba(0,0,0,.12)}
.site-header .brand{gap:10px}.site-header .brand small{color:#9ea6b2}
main{width:min(1280px,100%)}

/* Immersive top stage */
.hero{isolation:isolate;grid-template-columns:minmax(0,.92fr) minmax(430px,1.08fr);min-height:600px;gap:42px;margin-top:26px;padding:clamp(34px,5vw,70px);overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:34px;background:
  radial-gradient(circle at 18% 12%,rgba(227,27,35,.20),transparent 31%),
  radial-gradient(circle at 82% 85%,rgba(42,69,104,.20),transparent 34%),
  linear-gradient(135deg,#080a0e 0%,#141820 58%,#090b0f 100%);
box-shadow:0 36px 100px rgba(12,16,24,.23);color:#fff}
.hero::before{content:"";position:absolute;inset:0;z-index:-1;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(115deg,#000,transparent 68%)}
.hero-copy{position:relative;z-index:3}.hero .eyebrow{color:#ff7278}.hero h1{font-size:clamp(52px,6.4vw,88px);max-width:720px;color:#fff;text-wrap:balance}.hero p{color:#bac1cb;max-width:660px}.hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:28px}.hero .primary-button{box-shadow:0 15px 38px rgba(227,27,35,.32)}.hero .secondary-button{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.18);color:#fff}.hero .secondary-button:hover{background:rgba(255,255,255,.12)}
.trust-row{gap:8px 10px}.trust-row span{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.12);color:#dbe0e6;backdrop-filter:blur(8px)}.trust-row .ui-icon{color:#61dea3}
.hero-visual{min-height:440px;overflow:visible;background:none;box-shadow:none;border-radius:30px;perspective:1200px}
.hero-poster{display:block;position:absolute;inset:0;overflow:hidden;border-radius:30px;transform:rotateY(-3deg) rotateX(1.2deg);box-shadow:0 38px 90px rgba(0,0,0,.52),0 0 0 1px rgba(255,255,255,.13);transition:transform .7s var(--bd-ease)}
.hero:hover .hero-poster{transform:rotateY(-1deg) translateY(-4px)}
.hero-poster img{display:block;width:100%;height:100%;object-fit:cover}
.hero-scan-line{position:absolute;z-index:3;top:8%;bottom:8%;left:47%;width:3px;border-radius:5px;background:#fff;box-shadow:0 0 8px 2px var(--bd-red-hot),0 0 35px 14px rgba(227,27,35,.58);animation:bdHeroScan 4.8s var(--bd-ease) infinite;pointer-events:none}
.hero-float{position:absolute;z-index:5;display:grid;gap:3px;min-width:190px;padding:12px 15px;border:1px solid rgba(255,255,255,.15);border-radius:15px;background:rgba(8,10,14,.78);box-shadow:0 18px 40px rgba(0,0,0,.34);backdrop-filter:blur(13px)}
.hero-float span{color:#ff747a;font-size:9px;font-weight:950;letter-spacing:.15em}.hero-float b{font-size:12px;color:#fff}.hero-float--vision{left:-25px;top:48px}.hero-float--lead{right:-18px;bottom:38px}
@keyframes bdHeroScan{0%,10%{left:18%;opacity:.25}45%,58%{opacity:1}88%,100%{left:79%;opacity:.25}}

/* Visual process rail */
.wow-journey{position:relative;display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:12px;margin:26px 0 22px;padding:15px 18px;border:1px solid #dfe3e9;border-radius:20px;background:#fff;box-shadow:0 16px 45px rgba(17,21,28,.07)}
.wow-journey article{display:flex;align-items:center;gap:11px;min-width:0}.wow-journey>i{width:32px;height:1px;background:linear-gradient(90deg,#d7dce3,#f1b9bc,#d7dce3)}
.journey-icon{display:grid;place-items:center;flex:0 0 auto;width:40px;height:40px;border-radius:13px;background:#11151b;color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.1)}.journey-icon .ui-icon{width:19px;height:19px;color:#ff4c54}
.wow-journey b,.wow-journey small{display:block}.wow-journey b{font-size:12px}.wow-journey small{margin-top:2px;color:#77808c;font-size:10px;white-space:nowrap}

/* Panel polish */
.panel{border-color:#dfe3e9;box-shadow:0 26px 80px rgba(18,22,30,.10)}
.privacy-shield-icon .ui-icon{width:28px;height:28px}.camera-symbol{display:grid;place-items:center}.camera-symbol .ui-icon{width:58px;height:58px;stroke-width:1.35;color:#949aa3}.upload-actions label,.upload-actions button{gap:8px}.upload-actions label .ui-icon,.upload-actions button .ui-icon{width:18px;height:18px}.upload-actions label>span{display:inline}
.tool-button .ui-icon{width:17px;height:17px}.viewer-button .ui-icon{width:17px;height:17px}.viewer-button span{display:inline}.viewer-button.primary .ui-icon{filter:drop-shadow(0 0 6px rgba(255,255,255,.25))}
.response-promise>span{display:grid;place-items:center;width:45px;height:45px;border-radius:14px;background:#198754;color:#fff}.response-promise>span .ui-icon{width:23px;height:23px}
.request-type-cards label>.request-card-content{display:grid;grid-template-columns:40px 1fr;align-items:center;gap:11px;height:100%;padding:15px;border:1px solid #d8dde4;border-radius:14px;background:#fff;transition:.18s}
.request-type-cards input:checked+.request-card-content{border-color:var(--bd-red);background:#fff4f4;box-shadow:0 0 0 3px rgba(227,27,35,.08)}
.request-type-cards input:focus-visible+.request-card-content{outline:3px solid rgba(227,27,35,.18);outline-offset:2px}
.request-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#f0f2f5;color:#242932}.request-type-cards input:checked+.request-card-content .request-icon{background:#1a1e24;color:#fff}.request-icon .ui-icon{width:20px;height:20px}
.success-card>div:first-child .ui-icon{width:34px;height:34px}

/* Feature cards */
.feature-grid article{position:relative;overflow:hidden;padding-top:28px;background:linear-gradient(145deg,#fff,#fafbfc)}
.feature-grid article::after{content:"";position:absolute;right:-38px;top:-46px;width:125px;height:125px;border-radius:50%;background:radial-gradient(circle,rgba(227,27,35,.08),transparent 68%)}
.feature-icon{display:grid;place-items:center;width:46px;height:46px;margin-bottom:18px;border-radius:15px;background:#11151b;color:#fff;box-shadow:0 12px 26px rgba(12,16,22,.16)}.feature-icon .ui-icon{width:23px;height:23px;color:#ff4e56}.feature-grid article>b{position:absolute;right:18px;top:18px;color:#c5cbd3;font-size:12px}
.footer-brand .brand-mark-image{width:30px;height:30px}

/* Product cards receive a stronger premium hierarchy from dynamic markup. */
.product-card{overflow:hidden}.product-card__mode{display:inline-flex;align-items:center;gap:6px;margin:0 0 7px;padding:6px 9px;border-radius:999px;background:#f0f2f5;color:#343a43;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.product-card__mode .ui-icon{color:var(--bd-red)}
.product-spec-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:13px 0}.product-spec-strip span{display:grid;gap:3px;padding:8px;border:1px solid #e1e5ea;border-radius:10px;background:#fafbfc;text-align:center}.product-spec-strip .ui-icon{margin:auto;color:#3c424b}.product-spec-strip small{color:#7a828d;font-size:9px}.product-spec-strip b{font-size:10px}.product-actions a,.product-actions button{gap:6px}.product-actions .ui-icon{width:15px;height:15px}

/* Embedded mode keeps the app edge-to-edge without losing the stage. */
body.embed-mode .hero{margin-top:10px}

@media(max-width:1050px){
  .hero{grid-template-columns:1fr;min-height:0}.hero-copy{max-width:850px}.hero-visual{min-height:520px}.hero-float--vision{left:18px}.hero-float--lead{right:18px}
  .wow-journey{grid-template-columns:repeat(4,1fr)}.wow-journey>i{display:none}.wow-journey article{justify-content:center}
}
@media(max-width:800px){
  main{padding-inline:max(12px,var(--safe-right)) max(12px,var(--safe-left))}
  .hero{margin-top:12px;padding:30px 21px;border-radius:27px;gap:28px}.hero h1{font-size:clamp(46px,14vw,68px)}.hero p{font-size:16px}.hero-actions>*{width:100%}.hero-visual{min-height:390px}.hero-poster{transform:none;border-radius:23px}.hero:hover .hero-poster{transform:none}.hero-float{min-width:0;max-width:72%;padding:10px 12px}.hero-float--vision{left:10px;top:22px}.hero-float--lead{right:10px;bottom:18px}.hero-float b{font-size:11px}
  .wow-journey{display:flex;overflow-x:auto;justify-content:flex-start;scroll-snap-type:x mandatory;padding:12px;margin-inline:0}.wow-journey article{flex:0 0 178px;justify-content:flex-start;scroll-snap-align:start}.wow-journey small{white-space:normal}
}
@media(max-width:560px){
  .site-header .brand small,.site-header #shareAppButton span,.site-header #installButton span{display:none}.header-actions{gap:7px}.site-header .ghost-button,.site-header .install-button{width:42px;padding:0}.brand-mark-image{width:30px;height:30px}
  .hero{padding:26px 17px 18px}.hero h1{font-size:47px}.hero-copy .eyebrow{font-size:10px}.trust-row span{font-size:10px;padding:8px 9px}.hero-visual{min-height:300px}.hero-float--vision{display:none}.hero-float--lead{max-width:80%}
  .viewer-button span{display:none}.viewer-button{min-width:46px;padding:0 12px}.speed-control{min-width:120px}
  .request-type-cards label>.request-card-content{grid-template-columns:42px 1fr;padding:13px}
}
@media(prefers-reduced-motion:reduce){.hero-scan-line{animation:none;left:50%}.hero-poster{transition:none}.wow-journey{scroll-behavior:auto}}
@media(max-width:800px){.progress-nav{margin-inline:-12px}}

/* ==== Crop-Fixes (letzte Instanz, laedt nach app.css) ==== */
/* Prozessleiste: bei schmalen Screens horizontal scrollen statt abschneiden */
@media(max-width:760px){
  .wow-journey{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}
  .wow-journey::-webkit-scrollbar{height:0}
  .wow-journey article{flex:0 0 auto;scroll-snap-align:start}
  .wow-journey>i{flex:0 0 18px}
}
/* Lange deutsche Komposita in Ueberschriften sauber umbrechen statt clippen */
.simulation-topline h2,.panel-heading h2,.simulation-topline,.simulation-result{overflow-wrap:break-word;hyphens:auto;min-width:0}

/* ============================================================
   SHOP-SKIN (beam.deals) — heller B2B-Look
   ============================================================ */
.topbar{background:var(--bd-ink,#15171b);color:#cfd5de;font-size:12.5px}
.topbar__in{width:min(1180px,100%);margin:auto;display:flex;gap:12px;align-items:center;justify-content:center;min-height:38px;flex-wrap:wrap;padding:6px max(18px,env(safe-area-inset-right,0px)) 6px max(18px,env(safe-area-inset-left,0px))}
.topbar b{color:#fff}.topbar__rate b{color:#f5a623}.topbar__sep{opacity:.45}
@media(max-width:640px){.topbar__in>span:not(.topbar__rate){display:none}}

.site-header{background:rgba(255,255,255,.97)!important;border-bottom:1px solid #e5e8ee!important;color:#15171b!important;backdrop-filter:blur(10px)}
.site-header .brand{color:#15171b}
.site-header .brand small{color:#5f6773}
.brand-logo{height:26px;width:auto;display:block}
.header-phone{display:inline-flex;align-items:center;gap:7px;font-weight:800;font-size:14px;color:#15171b}
.header-phone .ui-icon{width:16px;height:16px;color:#dc1b22}
.site-header .ghost-button{background:#fff;color:#15171b;border:1px solid #e5e8ee}
.site-header .connection{color:#5f6773}
.shop-button{display:inline-flex;align-items:center;min-height:40px;padding:0 16px;border-radius:11px;background:#15171b;color:#fff;font-weight:850;font-size:13.5px;text-decoration:none}
.shop-button:hover{background:#000}
@media(max-width:760px){.header-phone span{display:none}}
@media(max-width:620px){.header-phone{display:none}}

.trust-strip{border-block:1px solid #e5e8ee;background:#f5f7fa;display:flex;gap:18px;align-items:center;justify-content:center;min-height:56px;flex-wrap:wrap;font-weight:800;font-size:14px;color:#15171b;margin:22px calc(-1*max(18px,env(safe-area-inset-right,0px))) 22px calc(-1*max(18px,env(safe-area-inset-left,0px)));padding:10px 18px}
.trust-strip__sep{width:1px;height:18px;background:#dde1e7}
.trust-strip__star{color:#f5a623}

.site-footer{background:#15171b;color:#aeb4be;padding:46px max(18px,env(safe-area-inset-right,0px)) calc(26px + env(safe-area-inset-bottom,0px)) max(18px,env(safe-area-inset-left,0px))}
.site-footer .footer-cols{width:min(1180px,100%);margin:auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:26px}
.site-footer .brand-logo{height:26px;margin-bottom:14px}
.footer-brandcol p{font-size:14px;line-height:1.55;color:#aeb4be;margin:0}
.footer-contact{margin-top:10px!important}.footer-contact a{color:#fff}
.site-footer h4{color:#fff;font-size:12.5px;text-transform:uppercase;letter-spacing:.06em;margin:0 0 12px}
.footer-col a{display:block;padding:5px 0;color:#aeb4be;font-size:14px;text-decoration:none}
.footer-col a:hover{color:#fff}
.footer-bottom{width:min(1180px,100%);margin:28px auto 0;border-top:1px solid rgba(255,255,255,.1);padding-top:18px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:12.5px;color:#8b929e}
@media(max-width:760px){.site-footer .footer-cols{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.site-footer .footer-cols{grid-template-columns:1fr}}

/* Hero -> heller Shop-Look (ueberschreibt dunkles Panel) */
.hero{background:#fff!important;border:1px solid #e8ebf0;border-radius:24px;box-shadow:0 22px 60px rgba(18,22,30,.07);padding:44px 40px!important;margin-top:20px}
.hero::before{display:none!important}
.hero .eyebrow,.hero-copy .eyebrow{color:#dc1b22!important}
.hero h1{color:#15171b!important}
.hero h1 em{color:#dc1b22!important}
.hero p{color:#5f6773!important}
.hero .secondary-button{background:#fff!important;border:1.5px solid #e5e8ee!important;color:#15171b!important}
.hero .secondary-button:hover{background:#f5f7fa!important}
.hero .trust-row span{background:#f5f7fa;border:1px solid #e5e8ee;color:#15171b}
@media(max-width:620px){.hero{padding:26px 18px!important;border-radius:20px}}

/* Produkt-CTAs: 'Im Shop ansehen' als rote Primary, darunter Vorführung + Anfragen */
.product-actions{grid-template-columns:1fr 1fr!important}
.product-actions .product-action--shop{grid-column:1/-1;background:#dc1b22!important;color:#fff!important;border:0!important}
.product-actions .product-action--shop:hover{background:#b3141a!important}
.product-actions .product-action--demo{background:#fff!important;border:1px solid #ccd1d9!important;color:#15171b!important}

/* Trust-Strip nicht mehr full-bleed (verhindert horizontalen Überlauf) */
.trust-strip{margin-left:0!important;margin-right:0!important;border-radius:14px}

/* Footer-Bottom Links (Impressum/Datenschutz) auf dunklem Grund lesbar */
.footer-bottom a{color:#cfd5de;text-decoration:underline}
.footer-bottom a:hover{color:#fff}

/* Navigation: Sticky-Header/Nav-Offset, damit scrollIntoView nicht darunter landet */
html{scroll-padding-top:132px}
@media(max-width:620px){html{scroll-padding-top:116px}}
.panel-heading:focus,.panel-heading:focus-visible{outline:none}

/* ============================================================
   Fokus-Wizard: Landing (Marketing) vs. Schritt-für-Schritt
   ============================================================ */
/* Landing: Wizard-Bereich ausgeblendet, bis der Nutzer startet */
body:not(.wizard-mode) .progress-nav,
body:not(.wizard-mode) .workspace{display:none}
/* Wizard-Modus: nur der aktuelle Schritt, kein Marketing-Drumherum */
body.wizard-mode .topbar,
body.wizard-mode .hero,
body.wizard-mode .trust-strip,
body.wizard-mode .wow-journey,
body.wizard-mode .showcase,
body.wizard-mode .videos-section,
body.wizard-mode .roi-section,
body.wizard-mode .info-clean,
body.wizard-mode .compare-section,
body.wizard-mode .faq-section,
body.wizard-mode .feature-section,
body.wizard-mode .site-footer{display:none!important}
body.wizard-mode .header-phone,
body.wizard-mode #shareAppButton,
body.wizard-mode #installButton{display:none}
body.wizard-mode main{padding-top:16px;min-height:calc(100dvh - 120px)}
#exitWizard{background:#fff;color:#15171b;border:1px solid #e5e8ee}
#exitWizard .ui-icon{width:15px;height:15px}

/* Wizard-Header: 'Übersicht'-Ausstieg prominent, 'Zum Shop' ausblenden */
body.wizard-mode .shop-button{display:none}
.site-header #exitWizard{width:auto!important;min-height:40px;padding:0 15px!important;font-weight:850}
.site-header #exitWizard span{display:inline!important}
/* Exit-Button auch auf Mobil sichtbar (überschreibt .ghost-button{display:none} @≤620px) */
#exitWizard:not(.hidden){display:inline-flex!important}

/* ============================================================
   Moderne Simulation: heller Studio-Rahmen statt dunklem Arcade-Look
   ============================================================ */
.viewer-shell{background:#eef1f5!important;box-shadow:inset 0 0 0 1px rgba(21,32,48,.08)!important}
.compare-view{background:#eef1f5!important}
.viewer-status b{color:var(--bd-red,#dc1b22)}

/* Steuerung + Kennzahlen liegen jetzt UNTER dem Bild und verdecken das Foto nicht mehr */
.viewer-toolbar{position:static!important;left:auto!important;right:auto!important;bottom:auto!important;
  display:flex!important;flex-wrap:wrap;gap:8px;justify-content:flex-start;margin-top:12px}
.viewer-toolbar .viewer-button{min-height:46px;background:#fff!important;color:#15171b!important;
  border:1px solid #d7dce3!important;backdrop-filter:none!important;box-shadow:0 2px 6px rgba(18,22,30,.05)}
.viewer-toolbar .viewer-button:hover{border-color:#bcc3cd!important}
.viewer-toolbar .viewer-button.primary{background:var(--bd-red,#dc1b22)!important;color:#fff!important;border-color:transparent!important}
.viewer-toolbar .speed-control{background:#fff!important;color:#15171b!important;border:1px solid #d7dce3!important;backdrop-filter:none!important}
.viewer-toolbar .speed-control select{background:#f3f5f7!important;color:#15171b!important;border-color:#d7dce3!important}
.viewer-hud{position:static!important;left:auto!important;right:auto!important;top:auto!important;
  margin-top:10px;grid-template-columns:repeat(4,minmax(0,1fr));backdrop-filter:none}
.viewer-hud div{background:#fff!important;color:#15171b!important;border:1px solid #e1e5ea!important;backdrop-filter:none!important}
.viewer-hud small{color:#8a929e!important}.viewer-hud b{color:#15171b!important}
/* Anfrage läuft in den Shop: primärer Produkt-Button in Markenrot */
.product-actions .product-action--primary{background:var(--bd-red,#dc1b22)!important;color:#fff!important;border-color:transparent!important}
.product-actions .product-action--primary .ui-icon{color:#fff}

/* Galerie-Bildflächen hell (saubere Ladezustände, keine schwarzen Kästen) */
.sc-media,.sc-slider{background:#e8ecf1!important}

/* Info-Ticker während der Analyse (nützliche Fakten statt Langeweile) */
.loading-tip{max-width:min(440px,86vw);margin:18px auto 0;padding:13px 16px;border:1px solid #e1e5ea;border-radius:14px;background:#fff;text-align:left;box-shadow:0 8px 24px rgba(18,22,30,.06)}
.loading-tip__kicker{display:inline-block;color:var(--bd-red,#dc1b22);font-size:10px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.loading-tip p{margin:5px 0 0;color:#49515a;font-size:13px;line-height:1.55;transition:opacity .22s ease}

/* Material-Familien-Schnellfilter (ein Tipp = alle Holzarten etc.) */
.family-chips{display:flex;flex-wrap:wrap;gap:7px;margin:2px 0 9px}
.family-chip{min-height:38px;padding:0 13px;border-radius:999px;border:1px solid #d7dce3;background:#fff;
  color:#3a414b;font-weight:800;font-size:12px;cursor:pointer;transition:.15s}
.family-chip:hover{border-color:#bcc3cd}
.family-chip.active{background:var(--bd-red,#dc1b22);border-color:transparent;color:#fff}
.family-chip:focus-visible{outline:3px solid rgba(220,27,34,.2);outline-offset:2px}

/* Vorher/Nachher-Regler direkt und prominent unter dem Bild */
#compareBlock{margin-top:16px}
.compare-view{min-height:340px}
@media(max-width:620px){
  .viewer-toolbar{display:flex!important;gap:7px}
  .viewer-toolbar .speed-control{flex:1 1 100%;justify-content:center}
  .viewer-hud{grid-template-columns:1fr 1fr}
  .viewer-hud div:nth-child(3),.viewer-hud div:nth-child(4){display:block!important}
}

/* ============================================================
   Echte Videos (Klick-to-Load) + ROI-Rechner
   ============================================================ */
.videos-section,.roi-section{padding-top:64px}
.videos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:18px}
.video-card{position:relative;border:1px solid #dde1e7;border-radius:18px;overflow:hidden;background:#11151b;aspect-ratio:9/16}
.video-facade{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;gap:8px;width:100%;height:100%;margin:0;padding:16px;border:0;cursor:pointer;text-align:left;color:#fff;background:radial-gradient(circle at 30% 18%,rgba(220,27,34,.32),transparent 55%),linear-gradient(180deg,#1b1f27,#0b0d11)}
.video-play{position:absolute;left:50%;top:44%;transform:translate(-50%,-50%);display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:rgba(220,27,34,.94);box-shadow:0 12px 30px rgba(220,27,34,.42);transition:transform .2s}
.video-facade:hover .video-play{transform:translate(-50%,-50%) scale(1.08)}
.video-play .ui-icon{width:26px;height:26px;color:#fff}
.video-tag{align-self:flex-start;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.14);font-size:10px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.video-copy{display:grid;gap:3px}
.video-title{font-size:15px;font-weight:850;line-height:1.25}
.video-note{font-size:10px;color:#b4bac4}
.video-frame{position:absolute;inset:0}
.video-frame iframe{width:100%;height:100%;border:0;display:block}
.videos-cta{margin-top:18px;text-align:center}
@media(max-width:900px){.videos-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.videos-grid{gap:10px}.video-title{font-size:13px}.video-play{width:54px;height:54px}}

.roi-wrap{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}
.roi-inputs{display:grid;gap:14px;align-content:start;padding:22px;border:1px solid #dde1e7;border-radius:18px;background:#fff}
.roi-output{display:grid;gap:12px;align-content:start;padding:24px;border-radius:18px;color:#fff;background:radial-gradient(circle at 85% 0,rgba(220,27,34,.3),transparent 42%),linear-gradient(150deg,#171a20,#0d0f13)}
.roi-kpis{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.roi-kpi{padding:14px;border-radius:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}
.roi-kpi small{display:block;color:#aeb4be;font-size:11px;text-transform:uppercase;letter-spacing:.08em}
.roi-kpi b{display:block;margin-top:6px;font-size:26px;line-height:1}
.roi-kpi>span{color:#9aa2ae;font-size:11px}
.roi-detail{color:#d5dae2;font-size:13px;line-height:1.5;margin:4px 0 0}
.roi-output .primary-button{margin-top:6px;width:100%}
.roi-note{color:#8b929e;font-size:11px;margin:2px 0 0}
@media(max-width:800px){.roi-wrap{grid-template-columns:1fr}}

/* Kundeninfo: Was der Laser reinigt */
.info-clean{padding-top:64px}
.info-clean h2{font-size:clamp(26px,4vw,40px);letter-spacing:-.03em;margin:8px 0 6px}
.info-clean__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}
.info-clean__col{padding:22px;border:1px solid #dde1e7;border-radius:18px;background:#fff}
.info-clean__col h3{margin:0 0 12px;font-size:16px}
.chip-list{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}
.chip-list li{padding:8px 12px;border-radius:999px;background:#f3f5f7;border:1px solid #e1e5ea;font-size:13px;font-weight:700;color:#2a2f37}
.info-clean__note{margin:12px 0 0;color:#77808c;font-size:12px}
@media(max-width:800px){.info-clean__grid{grid-template-columns:1fr}}

/* Vergleichstabelle + Versprechen */
.compare-section,.faq-section{padding-top:64px}
.compare-section h2,.faq-section h2{font-size:clamp(26px,4vw,40px);letter-spacing:-.03em;margin:8px 0 6px}
.compare-table-wrap{margin-top:16px;overflow-x:auto;border:1px solid #dde1e7;border-radius:16px}
.compare-table{width:100%;border-collapse:collapse;min-width:560px;background:#fff}
.compare-table th,.compare-table td{padding:13px 15px;text-align:left;border-bottom:1px solid #eef1f4;font-size:14px}
.compare-table thead th{background:#f6f8fa;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#5a626d}
.compare-table th.is-laser,.compare-table td.is-laser{background:#fff4f4;color:#15171b;font-weight:800}
.compare-table thead th.is-laser{color:var(--bd-red,#dc1b22)}
.compare-table tbody tr:last-child td{border-bottom:0}
.promise-row{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 0;padding:0;list-style:none}
.promise-row li{display:flex;align-items:center;gap:8px;padding:9px 13px;border-radius:999px;background:#fff;border:1px solid #dde1e7;font-size:13px;font-weight:750}
.promise-row li::before{content:"✓";color:var(--bd-red,#dc1b22);font-weight:950}

/* FAQ */
.faq-list{display:grid;gap:10px;margin-top:18px}
.faq-item{border:1px solid #dde1e7;border-radius:14px;background:#fff;overflow:hidden}
.faq-item summary{cursor:pointer;list-style:none;padding:16px 18px;font-weight:800;font-size:15px;display:flex;justify-content:space-between;align-items:center;gap:12px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";color:var(--bd-red,#dc1b22);font-weight:900;font-size:20px;line-height:1}
.faq-item[open] summary::after{content:"–"}
.faq-item p{margin:0;padding:0 18px 16px;color:#535b66;line-height:1.6;font-size:14px}

/* Produktkarten-Fix: echte Produktfotos (weißer Hintergrund) sauber zeigen,
   dunkle Fake-Grafik ausblenden; Empfehlungs-Leiste nicht mehr überlagernd. */
.product-visual{background:#eef1f5!important;height:170px}
.product-visual::before,.product-visual::after{display:none!important}
.product-visual img{padding:14px;filter:none}
.sticky-result-cta{position:static!important;bottom:auto!important;margin-top:16px;background:#15171b!important}

/* ============================================================
   Problem-Landingpages (/rost-entfernen-laser, …)
   ============================================================ */
body.lp-page{background:#fafbfc}
.lp-main{width:min(1160px,100%);margin:auto;padding:0 max(18px,var(--safe-right,0px)) 40px max(18px,var(--safe-left,0px))}
.lp-breadcrumb{margin:18px 0 8px;color:#77808c;font-size:13px}
.lp-breadcrumb a{color:#77808c;text-decoration:none}.lp-breadcrumb a:hover{color:var(--bd-red,#dc1b22)}
.lp-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:32px;align-items:center;margin:14px 0 8px}
.lp-hero h1{font-size:clamp(30px,5vw,50px);letter-spacing:-.03em;line-height:1.05;margin:6px 0 14px;color:#15171b}
.lp-hero p{color:#4a5158;font-size:clamp(15px,2vw,18px);line-height:1.6;margin:0}
.lp-cta{display:flex;flex-wrap:wrap;gap:11px;margin-top:22px}
.lp-hero__media{margin:0;border-radius:20px;overflow:hidden;border:1px solid #dde1e7;background:#e8ecf1;box-shadow:0 22px 60px rgba(18,22,30,.12)}
.lp-hero__media picture,.lp-hero__media img{display:block;width:100%;height:auto}
.lp-hero__media figcaption{padding:9px 14px;font-size:11px;color:#77808c;background:#fff;border-top:1px solid #eef1f4}
.lp-trust{display:flex!important;flex-wrap:wrap;gap:8px;margin:20px 0 0;padding:0;list-style:none;border:0!important;background:none!important}
.lp-trust li{padding:7px 12px;border-radius:999px;background:#fff;border:1px solid #dde1e7;font-size:12px;font-weight:800;color:#2a2f37}
.lp-final{margin:64px 0 0;padding:clamp(24px,4vw,44px);border-radius:22px;text-align:center;color:#fff;background:radial-gradient(circle at 85% 0,rgba(220,27,34,.32),transparent 42%),linear-gradient(150deg,#171a20,#0d0f13)}
.lp-final h2{font-size:clamp(24px,4vw,36px);letter-spacing:-.03em;margin:0 0 8px}
.lp-final p{color:#cdd3db;max-width:640px;margin:0 auto 8px;line-height:1.6}
.lp-final .lp-cta{justify-content:center}
.lp-related{margin-top:56px}
.lp-related h2{font-size:22px;margin:0 0 14px}
.lp-relgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.lp-relcard{display:flex;align-items:center;min-height:64px;padding:14px 16px;border:1px solid #dde1e7;border-radius:14px;background:#fff;color:#15171b;text-decoration:none;font-weight:800;font-size:14px;transition:.15s}
.lp-relcard:hover{border-color:var(--bd-red,#dc1b22);box-shadow:0 10px 26px rgba(18,22,30,.08)}
.lp-footer{margin-top:60px}.lp-footer p{margin:0;color:#aeb4be;font-size:12px}.lp-footer a{color:#dfe3e9;text-decoration:none}.lp-footer a:hover{color:#fff}
@media(max-width:820px){.lp-hero{grid-template-columns:1fr}.lp-relgrid{grid-template-columns:1fr 1fr}}
/* Interne Anwendungs-Links auf der Startseite */
.lp-links{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}
.lp-links a{padding:9px 14px;border-radius:999px;background:#fff;border:1px solid #dde1e7;color:#2a2f37;text-decoration:none;font-size:13px;font-weight:800;transition:.15s}
.lp-links a:hover{border-color:var(--bd-red,#dc1b22);color:var(--bd-red,#dc1b22)}
body.wizard-mode .lp-links{display:none!important}
/* Landingpage: Geräteempfehlung mit direktem Shop-Link (Verkauf) */
.lp-device{margin-top:36px}
.lp-device__card{display:grid;grid-template-columns:300px 1fr;border:1px solid #dde1e7;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 18px 50px rgba(18,22,30,.08)}
.lp-device .product-visual{height:auto!important;min-height:230px;border-radius:0;margin:0}
.lp-device .product-visual img{padding:18px}
.lp-device__body{padding:24px}
.lp-device__body h2{margin:0 0 3px;font-size:26px;letter-spacing:-.02em}
.lp-device__mode{margin:0 0 13px;color:var(--bd-red,#dc1b22);font-weight:800;font-size:13px}
.lp-device__list{margin:0 0 14px;padding:0;list-style:none;display:grid;gap:6px;color:#4a5158;font-size:14px}
.lp-device__list li::before{content:"✓";color:var(--bd-red,#dc1b22);font-weight:900;margin-right:8px}
.lp-device__price{font-size:22px;font-weight:900;margin-bottom:14px}
.lp-device__price span{display:block;font-size:11px;font-weight:600;color:#77808c}
@media(max-width:720px){.lp-device__card{grid-template-columns:1fr}.lp-device .product-visual{min-height:180px}}
/* Galerie-Karte: Link zur passenden Anwendungs-/Geräteseite */
.sc-more{display:inline-block;margin:2px 0 6px;color:var(--bd-red,#dc1b22);font-weight:800;font-size:13px;text-decoration:none}
.sc-more:hover{text-decoration:underline}

/* KI-Bild Tageslimit-Badge (v240) */
.sim-quota{display:inline-block;margin-top:6px;padding:3px 10px;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.01em;background:rgba(52,199,120,.14);color:#1c7a47;border:1px solid rgba(52,199,120,.32);line-height:1.35}
.sim-quota.is-exhausted{background:rgba(227,27,35,.12);color:#b3161c;border-color:rgba(227,27,35,.34)}
.sim-quota.hidden{display:none}
#regenerateButton:disabled{opacity:.5;cursor:not-allowed;filter:grayscale(.3)}

/* Kaufberater „Welcher Laser für was?" (v241) */
.advisor-section{max-width:1120px;margin:0 auto;padding:clamp(28px,5vw,56px) 20px}
.advisor-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:start;margin-top:18px}
@media(max-width:820px){.advisor-wrap{grid-template-columns:1fr}}
.advisor-form{display:flex;flex-direction:column;gap:16px}
.advisor-q{border:0;margin:0;padding:0}
.advisor-q legend{font-weight:800;font-size:.98rem;margin-bottom:9px;color:var(--ink,#12151c)}
.advisor-options{display:flex;flex-wrap:wrap;gap:8px}
.advisor-options label{display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border:1px solid rgba(20,24,32,.16);border-radius:12px;background:rgba(255,255,255,.7);cursor:pointer;font-size:.9rem;font-weight:600;transition:border-color .15s,background .15s,box-shadow .15s}
.advisor-options input{accent-color:#e31b23;margin:0}
.advisor-options label:has(input:checked){border-color:rgba(227,27,35,.7);background:rgba(227,27,35,.08);box-shadow:0 6px 18px rgba(227,27,35,.12)}
.advisor-result{position:sticky;top:16px}
.advisor-card{border:1px solid rgba(227,27,35,.28);border-radius:20px;padding:22px;background:linear-gradient(160deg,rgba(255,255,255,.96),rgba(248,244,244,.96));box-shadow:0 22px 54px rgba(0,0,0,.16)}
.advisor-badge{display:inline-block;padding:4px 12px;border-radius:999px;background:linear-gradient(135deg,#e41e2b,#ff4d59);color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.02em}
.advisor-label{display:block;margin-top:12px;font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;color:#8a8f98;font-weight:700}
.advisor-card h3{margin:4px 0 2px;font-size:1.4rem}
.advisor-price{margin:0 0 10px;font-weight:800;color:#b3161c}
.advisor-desc{margin:0 0 8px;font-size:.92rem;line-height:1.5;color:#2a2f38}
.advisor-mode{margin:0 0 16px;font-size:.86rem;line-height:1.45;color:#3d434d;padding:10px 12px;background:rgba(20,24,32,.05);border-radius:12px}
.advisor-actions{display:flex;flex-wrap:wrap;gap:10px}
.advisor-actions .primary-button,.advisor-actions .secondary-button{flex:1 1 auto;text-align:center;justify-content:center}
.advisor-alt{margin:14px 0 0;font-size:.82rem;color:#5a616b;line-height:1.5}
.advisor-alt a{color:#b3161c;font-weight:700}

/* Leasing-Hinweis an Geräteempfehlungen (v242) */
.advisor-lease,.lp-device__lease{margin:0 0 12px;font-size:.82rem;color:#5a616b;line-height:1.45}
.advisor-lease a,.lp-device__lease a{color:#b3161c;font-weight:700}

/* Kundenstimmen + Cross-Sell Zubehör (v243) */
.testimonials-section,.crosssell-section{max-width:1120px;margin:0 auto;padding:clamp(28px,5vw,56px) 20px}
.testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:18px}
.testi-card{margin:0;padding:20px;border:1px solid #e1e5ea;border-radius:18px;background:linear-gradient(160deg,#fff,#fafbfc);box-shadow:0 14px 36px rgba(17,21,28,.07);display:flex;flex-direction:column;gap:10px}
.testi-stars{color:#f5a623;font-size:1.05rem;letter-spacing:.06em}
.testi-card blockquote{margin:0;font-size:.94rem;line-height:1.55;color:#2a2f38}
.testi-card figcaption{font-weight:800;font-size:.86rem;color:#11151b}
.cross-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-top:18px}
.cross-card{display:flex;flex-direction:column;gap:7px;padding:18px;border:1px solid #e1e5ea;border-radius:16px;background:#fff;text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s,transform .15s}
.cross-card:hover{border-color:rgba(227,27,35,.5);box-shadow:0 14px 34px rgba(227,27,35,.12);transform:translateY(-2px)}
.cross-card h3{margin:0;font-size:1.05rem}
.cross-card p{margin:0;font-size:.86rem;line-height:1.45;color:#5a616b}
.cross-cta{margin-top:auto;font-weight:800;font-size:.82rem;color:#b3161c}
.advisor-acc{margin:8px 0 0;font-size:.82rem;color:#5a616b;line-height:1.5}
.advisor-acc a{color:#b3161c;font-weight:700}

/* Geräte-Schaufenster / Testreinigung / Anwendungszentrum / Trust / Mobile-CTA (v244) */
.trustbar-section{max-width:1120px;margin:0 auto;padding:6px 20px}
.trustbar{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 10px;margin:0;padding:12px 14px;list-style:none;border:1px solid #e1e5ea;border-radius:14px;background:#fff}
.trustbar li{font-size:.8rem;font-weight:700;color:#2a2f38;padding:5px 11px;background:#f4f6f8;border-radius:999px}

.lineup-section{max-width:1160px;margin:0 auto;padding:clamp(24px,4vw,48px) 20px}
.lineup-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-top:18px}
.lineup-card{display:flex;flex-direction:column;gap:6px;padding:16px;border:1px solid #e1e5ea;border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(17,21,28,.06)}
.lineup-card.is-featured{border-color:rgba(227,27,35,.5);box-shadow:0 20px 46px rgba(227,27,35,.14)}
.lineup-visual{aspect-ratio:1/1;border-radius:12px;overflow:hidden;background:#f5f6f8;display:grid;place-items:center;margin-bottom:6px}
.lineup-visual img{width:100%;height:100%;object-fit:contain}
.lineup-badge{align-self:flex-start;padding:3px 10px;border-radius:999px;background:#f0f2f5;color:#343a43;font-size:.7rem;font-weight:800;letter-spacing:.02em}
.lineup-badge--star{background:linear-gradient(135deg,#e41e2b,#ff4d59);color:#fff}
.lineup-card h3{margin:2px 0 0;font-size:1.15rem}
.lineup-spec{margin:0;font-size:.8rem;color:#6a717b}
.lineup-price{margin:2px 0;font-weight:800;color:#b3161c}
.lineup-desc{margin:0 0 8px;font-size:.85rem;line-height:1.45;color:#3d434d}
.lineup-actions{margin-top:auto;display:flex;flex-wrap:wrap;gap:8px}
.lineup-actions .primary-button,.lineup-actions .secondary-button{flex:1 1 auto;text-align:center;justify-content:center;font-size:.86rem}

.testclean-section{max-width:1000px;margin:0 auto;padding:clamp(24px,4vw,48px) 20px;text-align:center}
.testclean-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin:18px 0}
.testclean-step{padding:18px;border:1px solid #e1e5ea;border-radius:16px;background:#fff;text-align:left}
.testclean-num{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#11151b;color:#fff;font-weight:900;margin-bottom:10px}
.testclean-step h3{margin:0 0 4px;font-size:1.02rem}
.testclean-step p{margin:0;font-size:.86rem;color:#5a616b;line-height:1.45}
.testclean-section .lp-cta{justify-content:center}

.center-section{max-width:1120px;margin:0 auto;padding:clamp(24px,4vw,48px) 20px}
.center-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:center;padding:clamp(20px,3vw,32px);border:1px solid #e1e5ea;border-radius:22px;background:linear-gradient(150deg,#0d1016,#161b24);color:#eef1f5}
@media(max-width:820px){.center-grid{grid-template-columns:1fr}}
.center-copy .eyebrow{color:#ff7278}
.center-copy h2{margin:.2em 0;color:#fff}
.center-copy p{color:#c3cad4;font-size:.95rem;line-height:1.55}
.center-address{font-size:.9rem}
.center-services{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.center-services li{padding:11px 14px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.05);font-size:.88rem}
.center-services strong{color:#fff}

.mobile-cta-bar{display:none}
@media(max-width:820px){
  .mobile-cta-bar{display:flex;position:fixed;left:10px;right:10px;bottom:10px;z-index:60;gap:8px;padding:8px;border-radius:16px;background:rgba(10,12,16,.92);box-shadow:0 12px 34px rgba(0,0,0,.34);backdrop-filter:blur(10px)}
  .mobile-cta-primary{flex:1;display:flex;align-items:center;justify-content:center;min-height:46px;border-radius:12px;background:linear-gradient(135deg,#e41e2b,#ff4d59);color:#fff;font-weight:900;text-decoration:none}
  .mobile-cta-call{display:flex;align-items:center;justify-content:center;width:52px;min-height:46px;border-radius:12px;background:rgba(255,255,255,.14);color:#fff}
  .mobile-cta-call .ui-icon{width:20px;height:20px}
  body{padding-bottom:76px}
}
.app-embedded .mobile-cta-bar{display:none!important}

/* Team/Beratung + Anwendungszentrum-Foto (v245) */
.center-photo{margin:0 0 18px;border-radius:18px;overflow:hidden;border:1px solid #e1e5ea;box-shadow:0 16px 40px rgba(17,21,28,.1)}
.center-photo img{display:block;width:100%;height:auto;object-fit:cover}
.team-section{max-width:1000px;margin:0 auto;padding:clamp(24px,4vw,48px) 20px;text-align:center}
.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:18px}
.team-card{padding:22px;border:1px solid #e1e5ea;border-radius:18px;background:linear-gradient(160deg,#fff,#fafbfc);box-shadow:0 14px 34px rgba(17,21,28,.06);text-align:left}
.team-avatar{display:grid;place-items:center;width:52px;height:52px;border-radius:14px;background:#11151b;color:#fff;font-weight:900;letter-spacing:.03em;margin-bottom:12px}
.team-card h3{margin:0;font-size:1.15rem}
.team-role{margin:1px 0 8px;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#b3161c}
.team-bio{margin:0 0 10px;font-size:.88rem;line-height:1.5;color:#3d434d}
.team-contact{margin:0;font-size:.85rem}
.team-contact a{color:#b3161c;font-weight:700}

/* Kundenfotos + Betrieb + Ressourcen (v246) */
.custphotos-section{max-width:1120px;margin:0 auto;padding:clamp(24px,4vw,48px) 20px;text-align:center}
.custphotos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:18px}
.custphoto{margin:0;border:1px solid #e1e5ea;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 12px 30px rgba(17,21,28,.07)}
.custphoto img{display:block;width:100%;height:220px;object-fit:cover;background:#f5f6f8}
.custphoto figcaption{padding:9px 12px;font-size:.8rem;font-weight:700;color:#3d434d;text-align:left}
.betrieb-section,.resources-section{max-width:1120px;margin:0 auto;padding:clamp(24px,4vw,48px) 20px}
.betrieb-grid,.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;margin-top:18px}
.betrieb-card{padding:18px;border:1px solid #e1e5ea;border-radius:16px;background:linear-gradient(160deg,#fff,#fafbfc)}
.betrieb-card h3{margin:0 0 6px;font-size:1.02rem}
.betrieb-card p{margin:0;font-size:.86rem;line-height:1.5;color:#3d434d}
.betrieb-card a{color:#b3161c;font-weight:700}
.resource-card{display:flex;flex-direction:column;gap:5px;padding:18px;border:1px solid #e1e5ea;border-radius:16px;background:#fff;text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s,transform .15s}
.resource-card:hover{border-color:rgba(227,27,35,.5);box-shadow:0 14px 34px rgba(227,27,35,.12);transform:translateY(-2px)}
.resource-card h3{margin:0;font-size:1.02rem;color:#b3161c}
.resource-card p{margin:0;font-size:.85rem;line-height:1.45;color:#5a616b}

/* Fix (v247): globale input{width:100%;min-height:52px} überschreibt sonst die Kaufberater-Radios (Mobil riesig) */
.advisor-options input[type="radio"]{-webkit-appearance:radio;appearance:radio;width:18px;height:18px;min-height:0;flex:0 0 auto;padding:0;border:0;border-radius:50%;background:none;box-shadow:none;accent-color:#e31b23;vertical-align:middle}
.advisor-options label{align-items:center}
.advisor-options label>span{flex:1 1 auto;min-width:0}
@media(max-width:620px){.advisor-options{flex-direction:column}.advisor-options label{width:100%}}

/* Fix (v248): Anwendungszentrum-Foto als kontrolliertes Banner statt riesiger leerer Fläche */
.center-photo{aspect-ratio:16/6;max-height:400px;overflow:hidden;background:linear-gradient(135deg,#e9edf2,#f4f6f9)}
.center-photo img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:620px){.center-photo{aspect-ratio:16/9;max-height:240px}}

/* Referenzen/Praxisberichte (v250) */
.ref-section{max-width:1120px;margin:0 auto;padding:clamp(20px,3vw,36px) 20px;display:grid;gap:30px}
.ref-grouphead{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:12px}
.ref-grouphead h2{margin:0;font-size:1.35rem}
.ref-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}
.ref-card{margin:0;padding:18px;border:1px solid #e1e5ea;border-radius:16px;background:linear-gradient(160deg,#fff,#fafbfc);box-shadow:0 12px 30px rgba(17,21,28,.06);display:flex;flex-direction:column;gap:9px}
.ref-card .testi-stars{color:#f5a623;font-size:1rem}
.ref-tag{align-self:flex-start;padding:3px 10px;border-radius:999px;background:#f0f2f5;color:#343a43;font-size:.72rem;font-weight:800}
.ref-card blockquote{margin:0;font-size:.9rem;line-height:1.5;color:#2a2f38}
.ref-card figcaption{font-weight:800;font-size:.85rem;color:#11151b;margin-top:auto}
.ref-photos{display:flex;gap:7px;flex-wrap:wrap}
.ref-photos img{width:88px;height:88px;object-fit:cover;border-radius:10px;border:1px solid #e1e5ea;background:#f5f6f8}
