/* ============================================================
   ENTRÜMPELUNG ROTER PUNKT – style.css
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@300;400;500;600;700;800&display=swap');

/* --- RESET --- */
*{margin:0;padding:0;box-sizing:border-box}

:root{
  --rot:#D62B2B;--rot-dunkel:#A81F1F;--rot-hell:#FF3B3B;--rot-bg:#FFF5F5;
  --schwarz:#0D0D0D;--grau-900:#1A1A1A;--grau-800:#2C2C2C;--grau-700:#444;
  --grau-500:#777;--grau-300:#CCC;--grau-100:#F5F5F5;--weiss:#FFF;--gruen:#16A34A;
  --font-display:'Bebas Neue',sans-serif;
  --font-body:'Outfit',sans-serif;
  --shadow-sm:0 2px 8px rgba(0,0,0,.08);
  --shadow-md:0 6px 20px rgba(0,0,0,.12);
  --shadow-lg:0 16px 48px rgba(0,0,0,.16);
  --shadow-rot:0 8px 32px rgba(214,43,43,.28);
  --radius:12px;--radius-lg:20px;
  --transition:all .3s cubic-bezier(.25,.46,.45,.94);
  --max-width:1240px;--header-h:80px;
}

html{scroll-behavior:smooth;font-size:16px;width:100%;overflow-x:hidden}
body{font-family:var(--font-body);color:var(--grau-800);background:var(--weiss);
  overflow-x:hidden;line-height:1.6;width:100%;max-width:100vw;position:relative}

/* --- TYPOGRAPHY --- */
h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:.03em;line-height:1.1;word-wrap:break-word;overflow-wrap:break-word}
h1{font-size:clamp(2.5rem,5vw,5rem)}
h2{font-size:clamp(1.8rem,3.5vw,3.2rem)}
h3{font-size:clamp(1.3rem,2vw,2rem)}
h4{font-size:clamp(1rem,1.5vw,1.3rem)}
p{margin-bottom:1rem;color:var(--grau-700);line-height:1.75;word-wrap:break-word}
a{text-decoration:none;color:inherit;transition:var(--transition)}
img,iframe,video,object,canvas{max-width:100%!important;height:auto!important;display:block}
ul{list-style:none}

/* --- LAYOUT --- */
.container{max-width:var(--max-width);margin:0 auto;padding:0 clamp(1rem,3vw,2rem);width:100%}
section{padding:clamp(3rem,6vw,5rem) 0;width:100%}

/* --- BUTTONS --- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.9rem 2rem;border-radius:50px;font-family:var(--font-body);font-weight:700;
  font-size:1rem;letter-spacing:.02em;transition:var(--transition);border:2px solid transparent;
  cursor:pointer;white-space:nowrap;text-align:center;max-width:100%}
.btn-primary{background:var(--rot);color:var(--weiss);box-shadow:var(--shadow-rot)}
.btn-primary:hover{background:var(--rot-dunkel);transform:translateY(-3px);box-shadow:0 12px 40px rgba(214,43,43,.4)}
.btn-outline{background:transparent;color:var(--weiss);border-color:rgba(255,255,255,.6)}
.btn-outline:hover{background:rgba(255,255,255,.15);border-color:var(--weiss)}
.btn-dark{background:var(--schwarz);color:var(--weiss)}
.btn-dark:hover{background:var(--grau-900);transform:translateY(-2px)}

/* --- LABELS & TITLES --- */
.section-label{display:inline-flex;align-items:center;gap:.5rem;background:var(--rot-bg);
  color:var(--rot);font-weight:700;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;
  padding:.4rem 1rem;border-radius:50px;margin-bottom:1rem;white-space:nowrap;max-width:100%}
.section-title{color:var(--schwarz);margin-bottom:1.25rem}
.section-title span{color:var(--rot)}
.section-desc{font-size:1.05rem;color:var(--grau-500);max-width:640px}

/* ============================================================
   HEADER
   ============================================================ */
header{position:sticky;top:0;z-index:1000;background:var(--weiss);
  border-bottom:2px solid var(--grau-100);height:var(--header-h);box-shadow:var(--shadow-sm);width:100%}
.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 clamp(1rem,3vw,2rem);
  height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%}
.logo{display:flex;align-items:center;gap:.75rem;flex-shrink:0;min-width:0}
.logo-icon{width:46px;height:46px;background:var(--rot);border-radius:50%;display:flex;
  align-items:center;justify-content:center;font-size:1.4rem;box-shadow:var(--shadow-rot);flex-shrink:0}
.logo-text{display:flex;flex-direction:column;line-height:1.1;min-width:0}
.logo-text strong{font-family:var(--font-display);font-size:1.35rem;letter-spacing:.04em;color:var(--schwarz);white-space:nowrap}
.logo-text span{font-size:.72rem;color:var(--grau-500);font-weight:500;letter-spacing:.06em;text-transform:uppercase}
nav ul{display:flex;gap:.25rem;align-items:center}
nav a{font-weight:600;font-size:.9rem;color:var(--grau-700);padding:.5rem .75rem;border-radius:8px;transition:var(--transition);white-space:nowrap}
nav a:hover,nav a.active{color:var(--rot);background:var(--rot-bg)}
.header-cta{display:flex;align-items:center;gap:.75rem;flex-shrink:0}
.header-phone{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:.9rem;color:var(--rot);white-space:nowrap}
.mobile-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px;
  flex-shrink:0;background:none;border:none;outline:none}
.mobile-toggle span{display:block;width:26px;height:2px;background:var(--schwarz);border-radius:2px;transition:var(--transition)}
.announcement-bar{background:var(--rot);color:var(--weiss);text-align:center;
  padding:.5rem 1rem;font-size:.85rem;font-weight:600;width:100%}
.announcement-bar a{color:var(--weiss);text-decoration:underline}

/* ============================================================
   HERO
   ============================================================ */
.hero{background:var(--schwarz);position:relative;overflow:hidden;
  min-height:calc(100vh - var(--header-h));display:flex;align-items:center;width:100%}
.hero-bg,.hero-grid-overlay{position:absolute;inset:0;width:100%;height:100%}
.hero-bg{background:radial-gradient(ellipse 60% 80% at 70% 50%,rgba(214,43,43,.18) 0%,transparent 70%),
  radial-gradient(ellipse 40% 60% at 20% 80%,rgba(214,43,43,.08) 0%,transparent 60%)}
.hero-grid-overlay{background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),
  linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:60px 60px}
.hero-content-wrap{position:relative;z-index:2;width:100%;max-width:var(--max-width);
  margin:0 auto;padding:4rem clamp(1rem,3vw,2rem);display:grid;
  grid-template-columns:1fr 420px;gap:3rem;align-items:center}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(214,43,43,.2);
  border:1px solid rgba(214,43,43,.4);color:#FF8080;font-size:.8rem;font-weight:700;
  padding:.4rem 1rem;border-radius:50px;margin-bottom:1.5rem;white-space:nowrap}
.hero h1{color:var(--weiss);margin-bottom:1.5rem}
.hero h1 .accent{color:var(--rot-hell);display:block}
.hero-subtitle{font-size:1.1rem;color:rgba(255,255,255,.75);margin-bottom:2.5rem}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}
.hero-trust{display:flex;gap:1.5rem;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.7);font-size:.9rem;white-space:nowrap}
.trust-item i{color:var(--rot-hell)}
.hero-card{background:var(--weiss);border-radius:var(--radius-lg);padding:2rem;
  box-shadow:0 24px 80px rgba(0,0,0,.4);width:100%;max-width:100%}
.hero-form .form-group{margin-bottom:1rem}
.hero-form label{display:block;font-size:.8rem;font-weight:700;margin-bottom:.3rem;text-transform:uppercase}
.hero-form input,.hero-form select{width:100%;padding:.8rem;border:2px solid var(--grau-300);
  border-radius:8px;font-family:var(--font-body);font-size:1rem;transition:var(--transition)}
.hero-form input:focus,.hero-form select:focus{outline:none;border-color:var(--rot)}
.hero-form .btn{width:100%;justify-content:center}
.form-privacy{font-size:.75rem;color:var(--grau-500);text-align:center;margin-top:.5rem}

/* ============================================================
   STATS, SECTIONS
   ============================================================ */
.stats-bar{background:var(--rot);padding:2rem 0;width:100%}
.stats-grid{max-width:var(--max-width);margin:0 auto;padding:0 clamp(1rem,3vw,2rem);
  display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%}
.stat-number{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.5rem);color:var(--weiss)}
.stat-label{font-size:.85rem;color:var(--weiss);opacity:.9}
.section-inner,.why-us-inner,.regions-inner,.ankauf-inner,.testimonials-inner,
.process-inner,.cta-inner,.services-header,.services-grid,.process-steps,
.services-detail-inner,.ankauf-full-inner,.faq-inner,.contact-inner,.about-inner,.legal-inner,.gallery-inner{
  max-width:var(--max-width);margin:0 auto;padding:0 clamp(1rem,3vw,2rem);width:100%}

/* WHY US */
.why-us{background:var(--grau-100)}
.why-us-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.why-visual-card{background:var(--grau-800);border-radius:var(--radius-lg);
  padding:3rem 2rem;display:flex;align-items:center;justify-content:center;
  min-height:300px;position:relative}
.why-visual-placeholder{text-align:center;color:rgba(255,255,255,.5)}
.why-visual-placeholder i{font-size:5rem;margin-bottom:1rem;color:var(--rot)}
.why-badge{position:absolute;bottom:-20px;right:-20px;background:var(--rot);
  color:var(--weiss);border-radius:var(--radius);padding:1rem 1.5rem;display:flex;
  flex-direction:column;align-items:center;box-shadow:var(--shadow-rot)}
.why-badge .num{font-family:var(--font-display);font-size:2.5rem;line-height:1}
.why-badge .txt{font-size:.75rem;text-align:center;opacity:.9}
.why-us-visual{position:relative;padding-bottom:30px}
.why-features{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}
.feature-item{background:var(--weiss);padding:1.5rem;border-radius:var(--radius);border-left:3px solid var(--rot)}
.feature-icon{font-size:1.5rem;color:var(--rot);margin-bottom:.5rem}

/* SERVICES */
.services-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.service-card{background:var(--weiss);border:2px solid var(--grau-100);padding:2rem;
  border-radius:var(--radius-lg);transition:var(--transition)}
.service-card:hover{border-color:var(--rot);box-shadow:var(--shadow-md)}
.service-card-icon{font-size:2rem;color:var(--rot);margin-bottom:1rem}
.service-card h3{margin-bottom:.75rem}
.service-card ul li{display:flex;gap:.5rem;font-size:.9rem;margin-bottom:.5rem;color:var(--grau-700)}
.service-price{font-weight:700;color:var(--rot);margin:1rem 0}
.service-link{font-weight:700;color:var(--rot);display:inline-flex;align-items:center;gap:.4rem}

/* PROCESS */
.process{background:var(--schwarz);color:var(--weiss)}
.process-inner{text-align:center;padding:0 clamp(1rem,3vw,2rem)}
.process .section-title,.process .section-label,.process .section-desc{color:var(--weiss)}
.process .section-desc{color:rgba(255,255,255,.65);max-width:600px;margin:0 auto 3rem}
.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}
.step{text-align:center;color:var(--weiss)}
.step h3,.step h4{color:var(--weiss);margin-bottom:.5rem}
.step p{color:rgba(255,255,255,.65)}
.step-number{width:60px;height:60px;background:var(--rot);border-radius:50%;display:flex;
  align-items:center;justify-content:center;margin:0 auto 1rem;
  font-family:var(--font-display);font-size:1.5rem;color:var(--weiss)}

/* REGIONS */
.regions{background:var(--grau-100)}
.regions-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.regions-list{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:1.5rem}
.region-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--grau-700)}
.region-item i{color:var(--gruen)}
.regions-map-card{background:var(--weiss);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}
.map-header{background:var(--rot);color:var(--weiss);padding:1rem 1.5rem;font-weight:700;font-size:.9rem}
.map-embed{height:350px;width:100%}
.map-embed iframe{width:100%;height:100%;border:0;display:block}

/* ANKAUF */
.ankauf-preview{background:var(--schwarz);color:var(--weiss);text-align:center}
.ankauf-inner{padding:0 clamp(1rem,3vw,2rem)}
.ankauf-preview .section-title,.ankauf-preview .section-label{color:var(--weiss)}
.ankauf-preview .section-desc{color:rgba(255,255,255,.65);margin:0 auto 2.5rem}
.ankauf-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2.5rem}
.ankauf-item{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);
  padding:1.5rem;border-radius:var(--radius);text-align:center;transition:var(--transition)}
.ankauf-item:hover{background:rgba(255,255,255,.1)}
.ankauf-item i{font-size:2rem;color:var(--rot-hell);margin-bottom:.75rem;display:block}
.ankauf-item h3,.ankauf-item h4{color:var(--weiss);margin-bottom:.4rem;font-size:.95rem}
.ankauf-item p{font-size:.85rem;color:rgba(255,255,255,.55);margin:0}

/* TESTIMONIALS */
.testimonials{background:var(--rot);color:var(--weiss)}
.testimonials-inner{padding:0 clamp(1rem,3vw,2rem);text-align:center}
.testimonials .section-title{color:var(--weiss);margin-bottom:2.5rem}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}
.review-card{background:rgba(255,255,255,.1);padding:1.75rem;border-radius:var(--radius-lg);
  backdrop-filter:blur(5px);text-align:left}
.review-stars{color:#FFD700;font-size:1.2rem;margin-bottom:.75rem}
.review-text{color:rgba(255,255,255,.9);font-size:.95rem;margin-bottom:1rem}
.review-author{display:flex;align-items:center;gap:.75rem}
.review-avatar{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.2);
  display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}
.review-name{font-weight:700;color:var(--weiss)}
.review-date{font-size:.8rem;color:rgba(255,255,255,.65)}
.google-badge{display:inline-flex;align-items:center;gap:1rem;background:var(--weiss);
  padding:.75rem 1.5rem;border-radius:50px;font-weight:700;font-size:.95rem;flex-wrap:wrap;justify-content:center}
.google-badge .stars{color:#FFD700}

/* CTA */
.cta-section{background:var(--schwarz);color:var(--weiss);text-align:center}
.cta-inner{padding:0 clamp(1rem,3vw,2rem)}
.cta-section .section-title{color:var(--weiss)}
.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}
.cta-note{color:rgba(255,255,255,.5);font-size:.85rem;margin-top:1.5rem}

/* FOOTER */
footer{background:#0A0A0A;color:rgba(255,255,255,.6);padding:3rem 0}
.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;
  max-width:var(--max-width);margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}
.footer-brand p{font-size:.9rem;margin-top:.75rem}
.footer-contact-items{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;font-style:normal}
.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.85rem}
.footer-contact-item i{color:var(--rot);margin-top:.15rem;flex-shrink:0}
.footer-contact-item a{color:rgba(255,255,255,.6)}
.footer-contact-item a:hover{color:var(--rot)}
.footer-col h4{font-family:var(--font-display);font-size:1.1rem;letter-spacing:.06em;color:var(--weiss);margin-bottom:1rem}
.footer-col ul{display:flex;flex-direction:column;gap:.5rem}
.footer-col a{font-size:.9rem;color:rgba(255,255,255,.6);transition:var(--transition)}
.footer-col a:hover{color:var(--rot)}
.footer-bottom{text-align:center;padding-top:2rem;margin-top:2rem;
  border-top:1px solid rgba(255,255,255,.1);max-width:var(--max-width);margin-left:auto;margin-right:auto;padding-left:clamp(1rem,3vw,2rem);padding-right:clamp(1rem,3vw,2rem)}
.footer-legal{display:flex;gap:1.5rem;justify-content:center;margin-top:.75rem;flex-wrap:wrap}
.footer-legal a{font-size:.85rem;color:rgba(255,255,255,.5)}
.footer-legal a:hover{color:var(--rot)}

/* FLOAT BUTTON */
.float-call{display:none;position:fixed;bottom:20px;right:20px;background:var(--rot);
  color:var(--weiss);width:60px;height:60px;border-radius:50%;align-items:center;
  justify-content:center;font-size:1.5rem;box-shadow:0 4px 15px rgba(0,0,0,.3);z-index:999}

/* ============================================================
   PAGE HERO (subpages)
   ============================================================ */
.page-hero{background:var(--schwarz);padding:5rem clamp(1rem,3vw,2rem) 4rem;text-align:center;position:relative;overflow:hidden}
.page-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 50% 50%,rgba(214,43,43,.15) 0%,transparent 70%)}
.page-hero-content{position:relative;z-index:2;max-width:700px;margin:0 auto}
.page-hero h1{color:var(--weiss);margin-bottom:1rem}
.page-hero p{color:rgba(255,255,255,.7);font-size:1.1rem}

/* ABOUT */
.about-section{padding:4rem 0}
.about-inner{max-width:var(--max-width);margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.about-visual{background:var(--grau-100);border-radius:var(--radius-lg);min-height:300px;
  display:flex;align-items:center;justify-content:center;font-size:6rem;color:var(--rot)}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.value-card{background:var(--weiss);border:2px solid var(--grau-100);padding:2rem;
  border-radius:var(--radius-lg);text-align:center;transition:var(--transition)}
.value-card:hover{border-color:var(--rot);box-shadow:var(--shadow-sm)}
.value-card i{font-size:2rem;color:var(--rot);margin-bottom:1rem;display:block}
.value-card h4{margin-bottom:.5rem}

/* SERVICES DETAIL */
.services-detail{padding:4rem 0}
.services-detail-inner{max-width:var(--max-width);margin:0 auto;padding:0 clamp(1rem,3vw,2rem);display:flex;flex-direction:column;gap:2rem}
.service-detail-card{display:grid;grid-template-columns:200px 1fr;gap:2rem;
  background:var(--weiss);border:2px solid var(--grau-100);border-radius:var(--radius-lg);
  padding:2rem;transition:var(--transition)}
.service-detail-card:hover{border-color:var(--rot);box-shadow:var(--shadow-md)}
.service-detail-visual{text-align:center;background:var(--rot-bg);border-radius:var(--radius);
  padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}
.service-detail-visual i{font-size:3rem;color:var(--rot)}
.service-detail-visual .price{font-family:var(--font-display);font-size:1.5rem;color:var(--rot)}
.service-detail-visual .price-note{font-size:.8rem;color:var(--grau-500)}
.service-detail-body h3{margin-bottom:.75rem}
.service-checklist{margin:1rem 0;display:flex;flex-direction:column;gap:.5rem}
.service-checklist li{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--grau-700)}
.service-checklist i{color:var(--gruen)}

/* ANKAUF PAGE */
.ankauf-section{padding:4rem 0}
.ankauf-full-inner{max-width:var(--max-width);margin:0 auto;padding:0 clamp(1rem,3vw,2rem);
  display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.ankauf-categories{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem}
.ankauf-cat{background:var(--grau-100);padding:1.25rem;border-radius:var(--radius);transition:var(--transition)}
.ankauf-cat:hover{background:var(--rot-bg);border-color:var(--rot)}
.ankauf-cat i{font-size:1.5rem;color:var(--rot);margin-bottom:.5rem;display:block}
.ankauf-cat h4{margin-bottom:.25rem;font-size:.95rem}
.ankauf-cat p{font-size:.85rem;color:var(--grau-500);margin:0}
.ankauf-benefits-col{background:var(--weiss);border:2px solid var(--grau-100);border-radius:var(--radius-lg);padding:2rem}
.benefit-list{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.5rem}
.benefit-row{display:flex;gap:1rem;align-items:flex-start}
.benefit-row i{font-size:1.5rem;color:var(--rot);flex-shrink:0;margin-top:.2rem}
.benefit-row strong{display:block;margin-bottom:.25rem}
.benefit-row p{margin:0;font-size:.9rem;color:var(--grau-500)}

/* CONTACT */
.contact-section{padding:4rem 0}
.contact-inner{max-width:var(--max-width);margin:0 auto;padding:0 clamp(1rem,3vw,2rem);
  display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.contact-info-items{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.5rem}
.contact-info-item{display:flex;align-items:flex-start;gap:1rem}
.contact-info-icon{width:44px;height:44px;background:var(--rot-bg);border-radius:50%;
  display:flex;align-items:center;justify-content:center;color:var(--rot);font-size:1.1rem;flex-shrink:0}
.contact-info-item strong{display:block;margin-bottom:.2rem}
.contact-info-item a,.contact-info-item span{color:var(--grau-700);font-size:.95rem}
.contact-form-col{background:var(--weiss);border:2px solid var(--grau-100);border-radius:var(--radius-lg);padding:2rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-group{margin-bottom:1rem}
.form-group label{display:block;font-size:.8rem;font-weight:700;margin-bottom:.35rem;text-transform:uppercase;color:var(--grau-700)}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.8rem;
  border:2px solid var(--grau-300);border-radius:8px;font-family:var(--font-body);
  font-size:1rem;transition:var(--transition);color:var(--grau-800)}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--rot)}
.form-group textarea{min-height:120px;resize:vertical}
.form-check{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;font-size:.85rem}
.form-check input{margin-top:.2rem;accent-color:var(--rot)}

/* FAQ */
.faq-section{padding:4rem 0}
.faq-inner{max-width:760px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem);display:flex;flex-direction:column;gap:.75rem}
.faq-item{background:var(--weiss);border:2px solid var(--grau-100);border-radius:var(--radius);overflow:hidden;transition:var(--transition)}
.faq-item:hover{border-color:var(--rot)}
.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;
  cursor:pointer;font-weight:700;color:var(--schwarz);gap:1rem;transition:var(--transition)}
.faq-question.active{color:var(--rot)}
.faq-question i{transition:var(--transition);color:var(--rot);flex-shrink:0}
.faq-question.active i{transform:rotate(180deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-answer.open{max-height:400px}
.faq-answer p{padding:0 1.5rem 1.25rem;color:var(--grau-700)}

/* GALLERY */
.gallery-section{padding:4rem 0}
.gallery-inner{max-width:var(--max-width);margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}
.gallery-filters{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}
.filter-btn{padding:.6rem 1.25rem;border-radius:50px;border:2px solid var(--grau-300);
  background:var(--weiss);font-weight:600;cursor:pointer;font-size:.9rem;transition:var(--transition)}
.filter-btn.active,.filter-btn:hover{background:var(--rot);border-color:var(--rot);color:var(--weiss)}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.gallery-card{background:var(--weiss);border-radius:var(--radius-lg);overflow:hidden;
  border:2px solid var(--grau-100);transition:var(--transition)}
.gallery-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}
.gallery-thumb{height:200px;display:flex;align-items:center;justify-content:center;position:relative}
.gallery-placeholder{font-size:3rem;color:rgba(255,255,255,.4)}
.gallery-info{padding:1.25rem}
.gallery-info h4{font-size:1rem;margin-bottom:.25rem}
.gallery-info p{font-size:.85rem;color:var(--grau-500);margin:0}

/* LEGAL */
.legal-section{padding:4rem 0}
.legal-inner{max-width:760px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}
.legal-inner h2{font-size:1.3rem;margin:2rem 0 .75rem;color:var(--schwarz)}
.legal-inner h2:first-child{margin-top:0}
.legal-inner p{font-size:.95rem}
.legal-inner a{color:var(--rot)}

/* ADMIN CSS – additional styles for admin panel */
.admin-panel{max-width:1100px;margin:2rem auto;padding:0 1rem;font-family:var(--font-body)}
.admin-header{background:var(--schwarz);color:var(--weiss);padding:1.5rem 2rem;border-radius:var(--radius-lg) var(--radius-lg) 0 0}
.admin-header h1{font-size:1.5rem;margin-bottom:.25rem}
.admin-header p{opacity:.7;font-size:.9rem;margin:0}
.admin-body{display:grid;grid-template-columns:220px 1fr;border:2px solid var(--grau-100);border-top:0;border-radius:0 0 var(--radius-lg) var(--radius-lg);overflow:hidden}
.admin-sidebar{background:var(--grau-100);padding:1rem;display:flex;flex-direction:column;gap:.5rem}
.admin-sidebar button{padding:.9rem 1rem;border:none;background:transparent;border-radius:var(--radius);
  text-align:left;cursor:pointer;font-family:var(--font-body);font-weight:600;font-size:.9rem;
  display:flex;align-items:center;gap:.75rem;transition:var(--transition);color:var(--grau-700)}
.admin-sidebar button:hover,.admin-sidebar button.active{background:var(--rot);color:var(--weiss)}
.admin-content-area{padding:2rem}
.admin-field{margin-bottom:1.25rem}
.admin-field label{display:block;font-weight:700;font-size:.85rem;text-transform:uppercase;margin-bottom:.4rem;color:var(--grau-700)}
.admin-field input,.admin-field textarea{width:100%;padding:.8rem;border:2px solid var(--grau-300);border-radius:8px;font-family:var(--font-body);font-size:1rem}
.admin-field input:focus,.admin-field textarea:focus{outline:none;border-color:var(--rot)}
.admin-field textarea{min-height:100px;resize:vertical}
.admin-save{background:var(--rot);color:var(--weiss);border:none;padding:.9rem 2rem;
  border-radius:50px;font-family:var(--font-body);font-weight:700;cursor:pointer;font-size:1rem;
  display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;transition:var(--transition)}
.admin-save:hover{background:var(--rot-dunkel)}

/* ============================================================
   RESPONSIVE – LARGE DESKTOP (1440px+)
   ============================================================ */
@media(min-width:1440px){
  :root{--max-width:1320px}
  body{font-size:17px}
  .hero-content-wrap{grid-template-columns:1fr 460px;gap:4rem}
  .stats-grid{grid-template-columns:repeat(4,1fr)}
}
@media(min-width:1920px){
  :root{--max-width:1600px}
  body{font-size:18px}
}
@media(min-width:2560px){
  :root{--max-width:2000px}
  body{font-size:20px}
}

/* ============================================================
   RESPONSIVE – TABLET (max 1200px)
   ============================================================ */
@media(max-width:1200px){
  .hero-content-wrap{grid-template-columns:1fr 380px}
  nav a{font-size:.85rem;padding:.5rem .6rem}
}
@media(max-width:1024px){
  .hero-content-wrap{grid-template-columns:1fr;text-align:center}
  .hero-actions,.hero-trust{justify-content:center}
  .hero-card{max-width:500px;margin:0 auto}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .why-us-inner,.regions-inner,.about-grid,.contact-inner,.ankauf-full-inner{grid-template-columns:1fr}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .process-steps{grid-template-columns:repeat(2,1fr)}
  .ankauf-grid{grid-template-columns:repeat(2,1fr)}
  .reviews-grid{grid-template-columns:repeat(2,1fr)}
  .values-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .footer-main{grid-template-columns:1fr 1fr}
  .service-detail-card{grid-template-columns:1fr}
  .header-phone{display:none}
}

/* ============================================================
   RESPONSIVE – MOBILE (max 768px)
   ============================================================ */
@media(max-width:768px){
  :root{--header-h:70px}
  .mobile-toggle{display:flex}
  nav{display:none;position:fixed;top:var(--header-h);left:0;width:100%;
    height:calc(100vh - var(--header-h));background:var(--weiss);
    padding:2rem;overflow-y:auto;z-index:999;flex-direction:column}
  nav.open{display:flex}
  nav ul{flex-direction:column;width:100%}
  nav a{display:block;padding:1rem 0;border-bottom:1px solid var(--grau-100);font-size:1.1rem}
  .why-us-inner,.regions-inner,.about-grid,.contact-inner,.ankauf-full-inner,
  .services-grid,.process-steps,.ankauf-grid,.reviews-grid,.stats-grid,
  .why-features,.values-grid,.gallery-grid{grid-template-columns:1fr!important;gap:1rem}
  .footer-main{grid-template-columns:1fr!important;text-align:center}
  .footer-contact-items{align-items:center}
  .hero-content-wrap{padding:3rem 1rem}
  .hero-card{padding:1.5rem}
  .hero-actions{flex-direction:column;width:100%}
  .btn{width:100%}
  .map-embed{height:250px}
  .float-call{display:flex}
  .form-row{grid-template-columns:1fr}
  .admin-body{grid-template-columns:1fr}
  .admin-sidebar{flex-direction:row;flex-wrap:wrap}
  .admin-sidebar button{flex:1;min-width:120px;text-align:center;justify-content:center}
  .ankauf-categories{grid-template-columns:1fr}
}
@media(max-width:400px){
  h1{font-size:2rem}
  .logo-text strong{font-size:1.1rem}
  .section-label{font-size:.7rem;padding:.3rem .8rem}
  .ankauf-grid{grid-template-columns:1fr!important}
  .stats-grid{grid-template-columns:1fr 1fr}
}

/* --- PRINT --- */
@media print{
  .announcement-bar,.float-call,.mobile-toggle,header{display:none!important}
  .hero{min-height:auto;padding:2rem 0}
  section{padding:1.5rem 0}
}
