/* ============================================================
   EDDAIR index-below.css — Sprint 42: Deferred CSS
   Below-the-fold Styles, verzögert geladen für bessere LCP
   ============================================================ */

/* === DEFERRED CSS (below-the-fold, Sprint 40b) === */
.section-gap--cta { margin-bottom: 0; margin-top: 160px; }
.section-gap--feat { margin-bottom: 0; }
.section-gap--exp { margin-bottom: 100px; }
/* Counter animation (wie Original) */
@property --num { syntax: "<integer>"; initial-value: 0; inherits: false; }
.counter-anim { transition: --num 2s ease-out; counter-reset: num var(--num); }
.counter-anim::after { content: counter(num); }
.counter-anim.visible { --num: var(--target); }
/* ===== S2: PRODUKT SHOWCASE — 1:1 devialet.com ===== */
.ps-box { background: #000; padding: 100px 60px; border-radius: 8px; }
.ps-title { color: #fff; margin: 0 0 60px 0; font-size: 36px; font-weight: 300; line-height: 44px; }
.ps-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 60px; }
.ps-header .ps-title { margin: 0; }
.ps-nav { display: flex; align-items: center; gap: 12px; }
.ps-nav-label { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 16px; font-weight: 600; color: #fff; }
.ps-nav-btn { width: 48px; height: 48px; border-radius: 4px; background: transparent; border: 2px solid #fff; color: #fff; font-size: 22px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: opacity 0.3s; }
.ps-nav-btn:hover { opacity: 0.7; }
.ps-nav-btn.hidden { display: none; }
.ps-wrap { overflow-x: hidden; overflow-y: hidden; }
.ps-grid { display: flex; gap: 18px; transition: transform 0.5s ease; }
.ps-card { background: #fff; padding: 20px; color: #0a0a0a; min-height: 516px; display: flex; flex-direction: column; justify-content: space-between; transition: background .25s; border-radius: 8px; overflow: hidden; flex: 1 1 0; min-width: 0; }
.ps-card:hover { background: #f8f8f8; transform: translateY(-4px); }
.ps-card img { transition: transform 0.4s ease; }
.ps-card:hover img { transform: scale(1.05); }
.ps-card-top { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.ps-card-label { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 16px; font-weight: 600; text-transform: none; letter-spacing: normal; color: #0a0a0a; }
.ps-card-name { font-family: "Montserrat", "Montserrat Fallback", sans-serif; font-size: 16px; font-weight: 300; letter-spacing: .02em; display: none; margin-bottom: 8px; }
.ps-card-desc { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 16px; font-weight: 600; color: #0a0a0a; line-height: 1.4; }
.ps-card-cta { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 16px; font-weight: 300; text-transform: none; letter-spacing: normal; color: #0a0a0a; margin-top: auto; text-align: right; }
.ps-soon-badge { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: #888; display: block; margin-bottom: 6px; }
.ps-card--frame-soon { border: 1px dashed rgba(10,10,10,0.2); }
.mission-section { width: 100%; background: #f4f4f4; padding: 100px 40px 24px; }
.mission-inner { max-width: 1600px; margin: 0 auto; text-align: center; }
.mission-label { font-family: "Montserrat", "Montserrat Fallback", sans-serif; font-size: 26px; font-weight: 700; text-transform: none; letter-spacing: normal; margin-bottom: 8px; color: #000; }
.mission-title { margin: 0 0 20px 0; font-size: 26px; font-weight: 300; line-height: 36px; color: #000; }
.mission-text { color: var(--gray); margin: 0 0 28px 0; display: none; }
.mission-link { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 16px; font-weight: 300; color: #000; text-transform: none; letter-spacing: normal; }
.mission-link:hover { opacity: .7; }

/* VIDEO-BOX: Westpark Referenz */
.ref-video-box { max-width: 1600px; margin: 24px auto 0; border-radius: 7px; overflow: hidden; position: relative; background: #000; aspect-ratio: 16/9; }
.ref-video-box video { width: 100%; height: 100%; object-fit: cover; display: block; }
.ref-video-box .video-placeholder { width: 100%; height: 100%; min-height: 500px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; color: rgba(255,255,255,0.75); font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 14px; text-align: center; }
.ref-video-box .video-placeholder .play-icon { width: 80px; height: 80px; border: 2px solid rgba(255,255,255,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; transition: border-color 0.3s; cursor: pointer; }
.ref-video-box .video-placeholder .play-icon:hover { border-color: rgba(255,255,255,0.7); }
.ref-video-box .video-overlay { position: absolute; bottom: 30px; left: 40px; z-index: 2; }
.ref-video-box .video-overlay .vo-label { font-family: "Montserrat", "Montserrat Fallback", sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 3px; color: rgba(255,255,255,0.6); text-transform: uppercase; margin-bottom: 8px; }
.ref-video-box .video-overlay .vo-title { font-family: "Montserrat", "Montserrat Fallback", sans-serif; font-size: 30px; font-weight: 500; color: #fff; line-height: 1.15; letter-spacing: 0.5px; }
.ref-video-box .video-overlay .vo-location { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.7); margin-top: 4px; }

/* ===== S3b: PRODUKTBILD ===== */
.pi-box { background: #050505; overflow: hidden; min-height: 600px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.3); font-size: 14px; font-family: "Manrope", "Manrope Fallback", sans-serif; border-radius: 8px; }

/* ===== S4: APP SECTION ===== */
.app-section { width: 100%; max-width: var(--max-w); margin: 100px auto; background: #f4f4f4; border-radius: 8px; overflow: hidden; position: relative; }
.app-inner { max-width: var(--max-w); margin: 0 auto; padding: 100px 0 100px 60px; display: grid; grid-template-columns: 1fr 782px; align-items: center; gap: 0; min-height: 782px; position: relative; }
.app-title { margin: 0 0 20px 0; font-size: 36px; font-weight: 300; line-height: 44px; color: #000; }
.app-body { color: #000; max-width: 420px; font-size: 16px; font-weight: 300; line-height: 26px; }
.app-media { position: relative; overflow: visible; height: 100%; display: flex; align-items: center; justify-content: center; }
.app-lifestyle { width: 782px; height: 782px; background: #c8bfb4; display: flex; align-items: center; justify-content: center; color: var(--gray); font-size: 14px; border-radius: 0; }
.app-phone { position: absolute; left: -80px; top: 50%; transform: translateY(-50%); width: 373px; height: 696px; background: #111; border-radius: 36px !important; box-shadow: 0 20px 60px rgba(0,0,0,.3); display: flex; flex-direction: column; align-items: center; justify-content: center; color: rgba(255,255,255,.5); font-size: 12px; z-index: 2; overflow: hidden; }

/* PHONE SLIDESHOW SYSTEM */
.phone-screen { position: absolute; top: 18px; left: 18px; right: 18px; bottom: 18px; border-radius: 22px; overflow: hidden; background: #000; }
.phone-notch { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 120px; height: 28px; background: #111; border-radius: 0 0 16px 16px; z-index: 10; }
.phone-home { position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%); width: 100px; height: 4px; background: rgba(255,255,255,0.3); border-radius: 2px; z-index: 10; }
.phone-slides { position: relative; width: 100%; height: 100%; }
.phone-slides .slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 0.8s ease; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px 24px; text-align: center; }
.phone-slides .slide.active { opacity: 1; }
.phone-slides .slide .slide-icon { font-size: 36px; margin-bottom: 16px; }
.phone-slides .slide .slide-title { font-family: "Montserrat", "Montserrat Fallback", sans-serif; font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 10px; line-height: 22px; }
.phone-slides .slide .slide-desc { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.7); line-height: 18px; }
.phone-slides .slide .slide-img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; }
.phone-dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; z-index: 10; }
.phone-dots .dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.3); transition: background 0.3s; cursor: pointer; }
.phone-dots .dot.active { background: #fff; }

/* ===== S5: ACCESSORIES ===== */
.acc-box { display: grid; grid-template-columns: 758px 1fr; overflow: hidden; border-radius: 8px; max-width: 1600px; }
.acc-image { min-height: 722px; background-color: #1a1a1a; background-position: center; background-size: cover; background-repeat: no-repeat; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.5); font-size: 14px; padding: 0 18px; }
.acc-content { background: rgb(188, 172, 155); padding: 60px 50px; display: flex; flex-direction: column; justify-content: center; }
.acc-title { color: #000; margin: 0 0 24px 0; font-size: 36px; font-weight: 300; line-height: 44px; }
.btn-dark { display: inline-flex; padding: 16px 36px; background: var(--black); color: #fff; font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 14px; font-weight: 500; text-transform: uppercase; letter-spacing: normal; width: fit-content; transition: opacity .2s; border-radius: 4px; }
.btn-dark:hover { opacity: .85; }

/* ===== S6: REFERENZEN ===== */
.ref-section { width: 100%; max-width: var(--max-w); margin: 0 auto; padding: 100px 0; background: transparent; }
.ref-inner { width: 100%; }
.ref-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.ref-title { font-family: "Montserrat", "Montserrat Fallback", sans-serif; font-size: 36px; font-weight: 300; line-height: 44px; color: #0a0a0a; margin: 0; }
.btn-outline { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 14px; font-weight: 500; text-transform: uppercase; letter-spacing: normal; color: #fff; padding: 16px 36px; border: 1px solid #0a0a0a; background: #0a0a0a; transition: all .2s; display: inline-flex; align-items: center; justify-content: center; border-radius: 4px; height: 52px; box-sizing: border-box; text-decoration: none; }
.btn-outline:hover { opacity: .85; }
.ref-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; }
.ref-card { position: relative; width: 100%; aspect-ratio: 509 / 679; overflow: hidden; cursor: pointer; border-radius: 8px; display: block; text-decoration: none; }
.ref-card-bg { position: absolute; inset: 0; background-color: #1a1a1a; background-position: center; background-size: cover; background-repeat: no-repeat; transition: transform .4s; }
.ref-card:hover .ref-card-bg { transform: scale(1.05); }
.ref-card-overlay { position: absolute; bottom: 0; left: 0; right: 0; height: 48px; background: linear-gradient(0deg, rgb(0,0,0), rgba(0,0,0,0)); padding: 16px; display: flex; align-items: flex-end; }
.ref-card-text { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px; color: #fff; }
.ref-card-name { font-family: "Montserrat", "Montserrat Fallback", sans-serif; font-size: 11px; font-weight: 700; margin: 0; line-height: 1.3; white-space: nowrap; }
.ref-card-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: "Montserrat", "Montserrat Fallback", sans-serif; font-size: 13px; font-weight: 700; color: #fff; text-align: center; letter-spacing: 2px; text-transform: uppercase; line-height: 1.4; pointer-events: none; text-shadow: 0 1px 8px rgba(0,0,0,0.5); white-space: nowrap; }

/* ===== S7: EXPERIENCE ===== */
.exp-box { display: grid; grid-template-columns: 800px 800px; overflow: hidden; background: #fff; border-radius: 8px; max-width: 1600px; }
.exp-content { padding: 60px 50px; display: flex; flex-direction: column; justify-content: center; min-height: 722px; }
.exp-title { color: #000; margin: 0 0 24px 0; font-size: 36px; font-weight: 300; line-height: 44px; }
.exp-image { min-height: 722px; background: #e0e0e0; display: flex; align-items: center; justify-content: center; color: var(--gray); font-size: 14px; }

/* ===== S8: SUSTAINABILITY ===== */
.sus-box { background: #fff; padding: 0; display: flex; align-items: stretch; border-radius: 8px; min-height: 368px; overflow: hidden; }
.sus-title { color: #000; margin: 0 0 16px 0; font-size: 20px; font-weight: 500; line-height: 28px; }
.sus-text { color: #0a0a0a; margin: 0 0 16px 0; font-size: 16px; font-weight: 300; line-height: 24px; }
.btn-outline-dark { display: inline-flex; padding: 16px 36px; border: 1px solid var(--black); color: var(--black); font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 14px; font-weight: 500; text-transform: uppercase; letter-spacing: normal; width: fit-content; margin-top: 8px; background: transparent; transition: all .2s; border-radius: 4px; }
.btn-outline-dark:hover { background: var(--black); color: #fff; }
.sus-left { width: 50%; flex-shrink: 0; padding: 60px; display: flex; flex-direction: column; justify-content: center; }
.sus-badge { width: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: #fff; }
.sus-badge-inner { width: 280px; height: 280px; border: 4px solid #b08968; border-radius: 50% !important; display: flex; align-items: center; justify-content: center; font-size: 11px; color: var(--gray); text-align: center; font-family: "Manrope", "Manrope Fallback", sans-serif; background: #f5f0ea; box-shadow: 2px 4px 12px rgba(0,0,0,.1); }

/* ===== S9: CTA ===== */
.cta-pro { max-width: var(--max-w); margin: 100px auto 0; background: #000; border-radius: 8px; padding: 100px 60px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.cta-pro h3 { font-family: "Montserrat", "Montserrat Fallback", sans-serif; font-size: 26px; font-weight: 500; color: #fff; margin-bottom: 16px; line-height: 36px; }
.cta-pro a { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 16px; font-weight: 300; color: #fff; display: inline-flex; align-items: center; gap: 8px; }
.cta-pro a:hover { opacity: .7; }
.cta-pro a svg { width: 22px; height: 22px; }

/* ===== S10: FEATURES ===== */
.feat-box { background: #fff; padding: 100px 40px; border-radius: 8px; min-height: 340px; display: flex; align-items: center; }
.feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; width: 100%; }
.feat-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.feat-icon { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; color: #b08968; }
.feat-icon svg { width: 56px; height: 56px; }
.feat-label { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 14px; font-weight: 500; text-transform: uppercase; letter-spacing: normal; color: #0a0a0a; }

/* ===== S11: NEWSLETTER ===== */
.nl-outer { width: 100%; max-width: var(--max-w); margin: 0 auto; padding: 60px 60px; background-color: #000; background-image: url('img/optimized/newsletter-bg-400.webp'); background-position: center; background-size: cover; background-repeat: no-repeat; border-radius: 0; overflow: hidden; min-height: 399px; display: flex; align-items: center; justify-content: center; position: relative; }
@media (min-width: 768px) {
  .nl-outer { background-image: url('img/optimized/newsletter-bg-800.webp'); }
}
.section-gap--nl { margin-top: 60px; margin-bottom: 0; }
.nl-card { max-width: 1230px; width: 100%; margin: 0 auto; background: #fff; padding: 60px; display: grid; grid-template-columns: 55% 45%; gap: 32px; align-items: center; min-height: 279px; }
.nl-label { font-family: "Montserrat", "Montserrat Fallback", sans-serif; font-size: 26px; font-weight: 500; text-transform: uppercase; letter-spacing: normal; color: #0a0a0a; margin: 0 0 12px 0; }
.nl-sub { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 16px; font-weight: 300; color: #0a0a0a; line-height: 1.5; }
.nl-right { display: flex; flex-direction: column; gap: 10px; }
.nl-input { width: 346px; height: 52px; border: 1px solid gray; padding: 0 16px; font-size: 16px; font-family: "Manrope", "Manrope Fallback", sans-serif; background: #fff; outline: none; border-radius: 5px; }
.nl-input:focus { border-color: #0a0a0a; }
.nl-btn { width: 346px; height: 52px; background: var(--black); color: #fff; border: none; font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 14px; font-weight: 500; letter-spacing: normal; text-transform: none; cursor: pointer; transition: opacity .2s; border-radius: 4px; }
.nl-btn:hover { opacity: .85; }
.nl-disclaimer { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 11px; font-weight: 500; color: #0a0a0a; line-height: 1.5; grid-column: 1 / -1; margin-top: -8px; }
.nl-disclaimer-link { color: #595959; text-decoration: underline; font-weight: 500; }
.nl-consent { display: flex; align-items: flex-start; gap: 10px; grid-column: 1 / -1; margin-top: -4px; }
.nl-consent input[type="checkbox"] { width: 18px; height: 18px; margin-top: 2px; accent-color: #0a0a0a; cursor: pointer; flex-shrink: 0; }
.nl-consent label { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 12px; font-weight: 500; color: #0a0a0a; line-height: 1.5; cursor: pointer; }
.nl-consent label a { color: #595959; text-decoration: underline; font-weight: 500; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ===== FAQ SECTION ===== */
.faq-section { max-width: var(--max-w); margin: 0 auto; padding: 80px 60px; }
.faq-section h2 { font-family: "Montserrat", "Montserrat Fallback", sans-serif; font-size: 36px; font-weight: 300; line-height: 44px; color: var(--black); margin: 0 0 40px 0; text-align: center; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.faq-item { border-bottom: 1px solid #ddd; padding: 20px 0; cursor: pointer; }
.faq-question { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 16px; font-weight: 500; color: var(--black); display: flex; justify-content: space-between; align-items: center; }
.faq-question::after { content: '+'; font-size: 24px; font-weight: 300; color: #b08968; transition: transform 0.3s; }
.faq-item.open .faq-question::after { content: '\2212'; }
.faq-answer { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 15px; font-weight: 300; color: #555; line-height: 1.7; max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; padding-top: 0; }
.faq-item.open .faq-answer { max-height: 200px; padding-top: 12px; }

/* ===== COOKIE BANNER ===== */
.cookie-banner { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; background: #fff; box-shadow: 0 -4px 20px rgba(0,0,0,0.12); padding: 24px 40px; font-family: "Manrope", "Manrope Fallback", sans-serif; }
.cookie-banner.show { display: block; animation: slideUp 0.4s ease-out; }
@keyframes slideUp { from { transform: translateY(100%); } to { transform: translateY(0); } }
.cookie-inner { max-width: var(--max-w); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.cookie-text { flex: 1; font-size: 14px; font-weight: 300; color: #333; line-height: 1.6; }
.cookie-text a { color: #8B6914; text-decoration: underline; }
.cookie-btns { display: flex; gap: 12px; flex-shrink: 0; }
.cookie-btn { padding: 12px 28px; font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 14px; font-weight: 500; border-radius: 4px; cursor: pointer; transition: opacity 0.2s; border: none; }
.cookie-btn--accept { background: var(--black); color: #fff; }
.cookie-btn--decline { background: transparent; color: var(--black); border: 1px solid var(--black); }
.cookie-btn:hover { opacity: 0.7; }

/* ===== OVI GRID (Startseite) ===== */
.ovi-grid-home { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: var(--max-w); margin: -20px auto 0; padding: 0 40px; }
.ovi-card-home { background: #fff; border-radius: 8px; padding: 48px 36px; text-align: center; transition: transform 0.3s, box-shadow 0.3s; }
.ovi-card-home:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.08); }
.ovi-letter { font-family: "Montserrat", "Montserrat Fallback", sans-serif; font-size: 72px; font-weight: 700; color: #b08968; opacity: 0.15; line-height: 1; margin-bottom: 12px; display: block; }
.ovi-card-home h3 { font-family: "Montserrat", "Montserrat Fallback", sans-serif; font-size: 20px; font-weight: 500; color: var(--black); margin-bottom: 12px; }
.ovi-card-home p { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 15px; font-weight: 300; color: var(--gray); line-height: 1.7; }

/* ===== HERSTELLER SECTION ===== */
.manufacturer { max-width: var(--max-w); margin: 0 auto; padding: 80px 60px 100px; }
.manufacturer .eyebrow { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 2px; color: #595959; margin-bottom: 12px; text-align: center; }
.manufacturer h2 { font-family: "Montserrat", "Montserrat Fallback", sans-serif; font-size: 30px; font-weight: 300; line-height: 1.25; color: var(--black); text-align: center; margin-bottom: 16px; }
.manufacturer .section-intro { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 16px; font-weight: 300; color: var(--gray); line-height: 1.7; max-width: 640px; margin: 0 auto 48px; text-align: center; }
.manufacturer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-bottom: 48px; }
.manufacturer-card { background: #fff; border-radius: 8px; padding: 40px 32px; }
.manufacturer-card h3 { font-family: "Montserrat", "Montserrat Fallback", sans-serif; font-size: 18px; font-weight: 500; color: var(--black); margin-bottom: 12px; }
.manufacturer-card p { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 15px; font-weight: 300; color: var(--gray); line-height: 1.7; }
.manufacturer-claim { text-align: center; }
.manufacturer-claim p { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 16px; font-weight: 300; color: var(--gray); line-height: 1.7; }
.manufacturer-claim strong { font-weight: 500; color: var(--black); }
/* ===== FOOTER CLAIM ===== */
.footer-claim { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.75); text-align: center; flex-basis: 100%; width: 100%; padding: 16px 0 0; margin: 0; box-sizing: border-box; }

/* ===== COUNTER SECTION ===== */
.counter-section { max-width: var(--max-w); margin: 0 auto; padding: 80px 60px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; text-align: center; }
.counter-item { display: flex; flex-direction: column; align-items: center; }
.counter-num { font-family: "Montserrat", "Montserrat Fallback", sans-serif; font-size: 48px; font-weight: 300; color: var(--black); line-height: 1; margin-bottom: 12px; }
.counter-num span { font-weight: 300; }
.counter-label { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 14px; font-weight: 500; color: #595959; text-transform: uppercase; letter-spacing: 0.05em; }

/* ===== COOKIE SETTINGS MODAL ===== */
.cs-overlay { display: none; position: fixed; inset: 0; z-index: 10000; background: rgba(0,0,0,0.5); overflow-y: auto; }
.cs-overlay.show { display: flex; justify-content: center; padding: 40px 20px; }
.cs-modal { background: #fff; max-width: 600px; width: 100%; border-radius: 8px; padding: 40px; position: relative; max-height: fit-content; }
.cs-close { position: absolute; top: 16px; right: 16px; background: none; border: none; font-size: 28px; cursor: pointer; color: #0a0a0a; line-height: 1; }
.cs-close:hover { opacity: 0.5; }
.cs-modal h2 { font-family: "Montserrat", "Montserrat Fallback", sans-serif; font-size: 22px; font-weight: 500; margin: 0 0 8px 0; }
.cs-modal p { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 14px; font-weight: 300; line-height: 1.6; color: #555; margin: 0 0 24px 0; }
.cs-item { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; border-top: 1px solid #eee; }
.cs-item-info { flex: 1; }
.cs-item-title { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 15px; font-weight: 500; color: #0a0a0a; }
.cs-item-desc { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 13px; font-weight: 300; color: #767676; margin-top: 4px; }
.cs-toggle { position: relative; width: 44px; height: 24px; flex-shrink: 0; margin-left: 16px; }
.cs-toggle input { opacity: 0; width: 0; height: 0; }
.cs-slider { position: absolute; inset: 0; background: #ccc; border-radius: 24px; cursor: pointer; transition: 0.3s; }
.cs-slider:before { content: ''; position: absolute; height: 18px; width: 18px; left: 3px; bottom: 3px; background: #fff; border-radius: 50%; transition: 0.3s; }
.cs-toggle input:checked + .cs-slider { background: var(--black); }
.cs-toggle input:checked + .cs-slider:before { transform: translateX(20px); }
.cs-toggle input:disabled + .cs-slider { opacity: 0.6; cursor: default; }
.cs-save { width: 100%; margin-top: 24px; padding: 14px; background: var(--black); color: #fff; border: none; font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 14px; font-weight: 500; border-radius: 4px; cursor: pointer; transition: opacity 0.2s; }
.cs-save:hover { opacity: 0.7; }

/* ===== DATENSCHUTZ MODAL ===== */
.ds-overlay { display: none; position: fixed; inset: 0; z-index: 10000; background: rgba(0,0,0,0.5); overflow-y: auto; }
.ds-overlay.show { display: flex; justify-content: center; align-items: flex-start; padding: 40px 20px; }
.ds-modal { background: #fff; max-width: 900px; width: 100%; border-radius: 8px; padding: 60px; position: relative; margin: auto 0; flex-shrink: 0; }
.ds-close { position: absolute; top: 20px; right: 20px; background: none; border: none; font-size: 28px; cursor: pointer; color: #0a0a0a; line-height: 1; }
.ds-close:hover { opacity: 0.5; }
.ds-modal .modal-title { font-family: "Montserrat", "Montserrat Fallback", sans-serif; font-size: 28px; font-weight: 500; margin: 0 0 32px 0; }
.ds-modal h2 { font-family: "Montserrat", "Montserrat Fallback", sans-serif; font-size: 20px; font-weight: 500; margin: 32px 0 12px 0; }
.ds-modal h3 { font-family: "Montserrat", "Montserrat Fallback", sans-serif; font-size: 16px; font-weight: 500; margin: 20px 0 8px 0; }
.ds-modal p, .ds-modal li { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 15px; font-weight: 300; line-height: 1.7; color: #333; margin: 0 0 12px 0; }
.ds-modal ul { padding-left: 20px; margin: 0 0 16px 0; }
.ds-modal a { color: #b08968; text-decoration: underline; }

/* ===== FOOTER ===== */
.footer { font-family: "Manrope", "Manrope Fallback", sans-serif; width: 100%; background: transparent; }
.footer__contact-bar { background: #fff; border-bottom: 1px solid #e0e0e0; padding: 0; height: 74px; display: flex; justify-content: center; align-items: center; margin-top: 120px; }
.footer__contact-bar-inner { width: 100%; max-width: var(--max-w); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.footer__contact-link { font-family: "Manrope", "Manrope Fallback", sans-serif; font-size: 16px; font-weight: 300; text-transform: none; letter-spacing: normal; color: #0a0a0a; display: inline-flex; align-items: center; gap: 8px; }
.footer__contact-link:hover { opacity: .7; }
.footer__contact-link svg { width: 20px; height: 20px; flex-shrink: 0; }
.footer__main { background: #f0f0f0; padding: 60px; }
.footer__grid { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 40px; }
.footer__heading { font-family: "Montserrat", "Montserrat Fallback", sans-serif; font-size: 20px; font-weight: 500; text-transform: none; letter-spacing: normal; color: #0a0a0a; margin: 0 0 24px 0; }
.footer__links li { margin: 0 0 8px 0; }
.footer__link { font-size: 16px; font-weight: 300; color: #0a0a0a; transition: color .2s; }
.footer__link:hover { color: #0a0a0a; }
.footer__bottom { background: #0a0a0a; padding: 24px 60px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; min-height: 88px; }
.footer__copyright { font-size: 16px; font-weight: 300; color: #fff; }
.footer__legal { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.footer__sep { color: #fff; font-size: 16px; opacity: 0.5; }
.footer__legal-link { font-size: 16px; font-weight: 300; color: #fff; transition: opacity .2s; }
.footer__legal-link:hover { opacity: 0.7; }
.footer__social { display: flex; align-items: center; gap: 12px; }
.footer__icon { color: #fff; transition: opacity .2s; }
.footer__icon:hover { opacity: .7; }

/* ===== BELOW-FOLD MEDIA QUERIES ===== */
@media (min-width: 1200px) {
  .ps-wrap { overflow-x: visible; overflow-y: hidden; }
  .ps-grid { transform: none !important; }
  .ps-header .ps-nav { visibility: hidden; pointer-events: none; }
}
@media (max-width: 1024px) {
  .ps-wrap { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; }
  .ps-header .ps-nav { visibility: visible; pointer-events: auto; }
  .ps-card { flex: 0 0 calc(33.333% - 12px); }
  .app-inner { grid-template-columns: 1fr; }
  .app-phone { position: static; transform: none; margin: -30px auto 0; width: 200px; }
  .ref-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-section { padding: 60px 40px; }
  .footer__grid { grid-template-columns: repeat(3, 1fr); }
  .counter-section { grid-template-columns: repeat(2, 1fr); padding: 60px 40px; }
  .ovi-grid-home { grid-template-columns: 1fr; padding: 0 24px; }
  .manufacturer-grid { grid-template-columns: 1fr; }
  .manufacturer { padding: 60px 40px; }
}
@media (max-width: 768px) {
  .ps-card { flex: 0 0 calc(50% - 9px); }
  .acc-box, .exp-box { grid-template-columns: 1fr; }
  .sus-box { grid-template-columns: 1fr; padding: 30px 24px; }
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .nl-card { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__bottom { flex-direction: column; text-align: center; }
  .counter-section { grid-template-columns: repeat(2, 1fr); padding: 40px 24px; gap: 30px; }
  .counter-num { font-size: 36px; }
  .ref-section { padding: 40px 24px; }
  .box-outer { padding: 0 20px; }
  .nl-outer { padding: 40px 20px; }
  .faq-section { padding: 40px 24px; }
  .faq-section h2 { font-size: 28px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
/* Sticky Mobile CTA (Sprint 11, unter 768px) */
.mobile-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 14px 20px calc(14px + env(safe-area-inset-bottom, 0px));
  text-align: center;
  font-family: "Manrope", "Manrope Fallback", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #0a0a0a;
  text-decoration: none;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
  transition: opacity 0.2s;
}
.mobile-sticky-cta:hover { opacity: 0.92; color: #fff; }
@media (max-width: 767px) {
  .mobile-sticky-cta { display: block; }
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px)); }
}
