/* ============================================================
   MOTORSCHADEN-SOFORTVERKAUF.DE – Stylesheet
   Google Ads Conversion-optimiert
   ============================================================ */

:root {
  --red:         #1a4d8f;
  --red-dark:    #0e2f5a;
  --red-light:   #2a6abf;
  --blue:        #1a4d8f;
  --blue-dark:   #0e2f5a;
  --black:       #111318;
  --white:       #ffffff;
  --bg:          #f5f6fa;
  --bg2:         #eaecf4;
  --text:        #1a1d2e;
  --text-muted:  #5a6478;
  --accent:      #f0a500;
  --accent-dark: #c98b00;
  --green:       #1a7a3c;
  --border:      #d0d6e8;
  --radius:      8px;
  --shadow:      0 4px 24px rgba(10,30,70,0.10);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Source Sans 3', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
}
h1, h2, h3, h4 { font-family: 'Oswald', sans-serif; letter-spacing: .02em; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ── TRUST BAR ── */
.trust-bar {
  background: var(--black);
  color: rgba(255,255,255,.85);
  text-align: center;
  font-size: .85rem;
  padding: 9px 16px;
  letter-spacing: .02em;
}
.trust-bar span { color: var(--accent); font-weight: 700; }

/* ── HEADER ── */
header {
  background: var(--red-dark);
  color: var(--white);
  padding: 0 24px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 3px 16px rgba(0,0,0,.35);
}
.header-inner {
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  gap: 16px;
}
.logo { font-family: 'Oswald', sans-serif; font-size: 1.4rem; font-weight: 700; color: var(--white); line-height: 1.1; }
.logo span { color: var(--accent); }
.logo small { display: block; font-size: .65rem; font-family: 'Source Sans 3', sans-serif; font-weight: 400; opacity: .75; letter-spacing: .05em; text-transform: uppercase; }
.header-contacts { display: flex; gap: 12px; align-items: center; }
.hc-item { display: flex; align-items: center; gap: 8px; color: var(--white); text-decoration: none; }
.hc-item:hover { text-decoration: none; }
.hc-icon { font-size: 1.3rem; }
.hc-text small { display: block; font-size: .68rem; color: rgba(255,255,255,.6); line-height: 1; }
.hc-text strong { font-family: 'Oswald', sans-serif; font-size: 1.1rem; color: var(--accent); letter-spacing: .03em; }
.hc-wa { background: var(--green); border-radius: 30px; padding: 7px 16px; transition: background .2s; }
.hc-wa:hover { background: #135e2d; }
.hc-wa .hc-text strong { color: white; }

/* ── HERO ── */
.hero {
  background: linear-gradient(135deg, var(--red-dark) 0%, var(--red) 55%, var(--red-light) 100%);
  color: var(--white);
  padding: 52px 24px 0;
  overflow: hidden;
}
.hero-inner {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 40px;
  align-items: start;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 30px;
  padding: 5px 14px;
  font-size: .82rem;
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: .03em;
}
.hero-text h1 {
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 14px;
}
.hero-text h1 span { color: var(--accent); }
.hero-text .hero-sub {
  font-size: 1.1rem;
  opacity: .92;
  max-width: 520px;
  margin-bottom: 22px;
  line-height: 1.6;
}
.usp-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 26px;
  max-width: 500px;
}
.usp-pill {
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  padding: 9px 12px;
  font-size: .84rem;
  display: flex;
  align-items: center;
  gap: 7px;
}
.usp-pill::before { content: "✓"; color: var(--accent); font-weight: 700; flex-shrink: 0; }

/* ── HERO BILD RAHMEN ── */
.hero-img {
  margin-top: 16px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 40px rgba(0,0,0,.35), 0 0 0 4px rgba(255,255,255,.15);
}
.hero-img::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  border: 2px solid rgba(255,255,255,.25);
  z-index: 1;
  pointer-events: none;
}
.hero-img img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  transition: transform .4s ease;
}
.hero-img:hover img { transform: scale(1.02); }

/* ── SLIDER ── */
.slider-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,.15);
  max-width: 860px;
  margin: 0 auto;
}
.slider-track {
  display: flex;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
}
.slide { min-width: 100%; }
.slide img {
  width: 100%;
  height: 420px;
  object-fit: contain;
  object-position: center;
  background: #111;
  display: block;
}
@media (max-width: 600px) {
  .slide img {
    height: 240px;
  }
  .usp-list { max-width: 100%; }
}
.form-card {
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 12px 52px rgba(0,0,0,.32);
  padding: 26px 22px 20px;
  margin-bottom: -48px;
  border-top: 5px solid var(--accent);
}
.form-card-title { font-size: 1.15rem; color: var(--red-dark); margin-bottom: 2px; }
.form-card-sub { font-size: .78rem; color: var(--text-muted); margin-bottom: 14px; }
.step-bar { display: flex; align-items: center; gap: 0; margin-bottom: 16px; }
.step-dot {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--red); color: white;
  font-size: .78rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.step-dot.inactive { background: var(--border); color: var(--text-muted); }
.step-line { flex: 1; height: 3px; background: var(--border); }

/* Felder */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.fld { display: flex; flex-direction: column; gap: 4px; margin-bottom: 9px; }
.fld label {
  font-size: .72rem; font-weight: 700; color: var(--red-dark);
  text-transform: uppercase; letter-spacing: .05em;
  display: flex; align-items: center; gap: 5px;
}
.fld input, .fld select, .fld textarea {
  width: 100%; padding: 10px 12px;
  border: 1.5px solid var(--border); border-radius: var(--radius);
  font-size: .95rem; font-family: inherit; color: var(--text);
  transition: border-color .2s, box-shadow .2s; outline: none;
}
.fld input:focus, .fld select:focus, .fld textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(26,77,143,.1);
}
.fld.f-red input, .fld.f-red select { background: #fff5f5; border-color: #f0a8a8; }
.fld.f-yellow input { background: #fff8e6; border-color: #f5cc6a; }
.fld.f-green input { background: #edfbf2; border-color: #8dd4aa; }

/* CTA Button */
.btn-cta {
  width: 100%; padding: 15px;
  background: var(--accent); color: var(--black);
  font-family: 'Oswald', sans-serif; font-size: 1.15rem; font-weight: 700;
  border: none; border-radius: var(--radius); cursor: pointer;
  letter-spacing: .05em; transition: background .2s, transform .1s;
  margin-top: 4px;
  text-align: center; text-decoration: none; display: block;
}
.btn-cta:hover { background: var(--accent-dark); transform: translateY(-1px); text-decoration: none; color: var(--black); }
.btn-success {
  width: 100%; padding: 16px;
  background: var(--green); color: var(--white);
  font-family: 'Oswald', sans-serif; font-size: 1.15rem; font-weight: 700;
  border: none; border-radius: var(--radius); cursor: pointer;
  letter-spacing: .05em; transition: background .2s;
  text-align: center; text-decoration: none; display: block;
}
.btn-success:hover { background: #155c2d; text-decoration: none; color: white; }
.form-note { font-size: .72rem; color: var(--text-muted); text-align: center; margin-top: 8px; }

/* ── SECTIONS ── */
.section { padding: 60px 24px; }
.section-inner { max-width: 1100px; margin: auto; }
.section-title { font-size: 1.85rem; font-weight: 700; color: var(--red-dark); margin-bottom: 8px; }
.section-sub { color: var(--text-muted); margin-bottom: 32px; font-size: 1rem; }

/* Zahlen-Banner */
.zahlen-bar {
  background: var(--red-dark);
  color: white;
  padding: 28px 16px;
}
.zahlen-grid {
  max-width: 1100px; margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  text-align: center;
}
.zahl-item {
  padding: 12px 8px;
  background: rgba(255,255,255,.07);
  border-radius: 8px;
}
.zahl-item h3 { font-size: 2rem; color: var(--accent); font-family: 'Oswald', sans-serif; line-height: 1; }
.zahl-item p { font-size: .82rem; opacity: .85; margin-top: 5px; line-height: 1.3; }

/* Mobil: IMMER 2x2 – niemals untereinander */
@media (max-width: 640px) {
  .zahlen-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
  .zahl-item h3 { font-size: 1.6rem; }
}

/* Was ist Motorschaden */
.motorschaden-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.ms-card {
  background: var(--white); border-radius: var(--radius); padding: 22px 18px;
  box-shadow: var(--shadow); border-left: 5px solid var(--red);
}
.ms-card .ms-ico { font-size: 2rem; margin-bottom: 10px; }
.ms-card h3 { font-size: 1rem; color: var(--red-dark); margin-bottom: 7px; }
.ms-card p { font-size: .87rem; color: var(--text-muted); line-height: 1.6; }

/* Vorteile */
.vorteile-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.vorteil-card {
  background: var(--white); border-radius: var(--radius); padding: 22px 18px;
  box-shadow: var(--shadow); border-top: 4px solid var(--accent); text-align: center;
}
.vorteil-icon { font-size: 2.2rem; margin-bottom: 10px; }
.vorteil-card h3 { font-size: 1rem; color: var(--red-dark); margin-bottom: 7px; }
.vorteil-card p { font-size: .87rem; color: var(--text-muted); }

/* Ablauf */
.ablauf-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.ablauf-step { text-align: center; }
.ablauf-num {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--red); color: white;
  font-family: 'Oswald', sans-serif; font-size: 1.4rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 12px;
}
.ablauf-step h3 { font-size: 1rem; color: var(--red-dark); margin-bottom: 6px; }
.ablauf-step p { font-size: .87rem; color: var(--text-muted); }

/* Galerie */
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 24px; }
.gallery-grid img { width: 100%; height: 210px; object-fit: cover; border-radius: var(--radius); display: block; }

/* Abholradius Grid */
.abholradius-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.abholort {
  background: var(--bg);
  border-radius: var(--radius);
  padding: 16px 14px;
  text-align: center;
  border-bottom: 3px solid var(--red);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.abholort-icon { font-size: 1.4rem; margin-bottom: 2px; }
.abholort strong { font-size: .92rem; color: var(--red-dark); font-family: 'Oswald', sans-serif; }
.abholort span { font-size: .78rem; color: var(--text-muted); }
.abholort-nrw { border-bottom-color: var(--accent); background: var(--bg2); }
.abholort-nrw strong { color: var(--black); }

@media (max-width: 768px) { .abholradius-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px) { .abholradius-grid { grid-template-columns: repeat(2, 1fr); } }

/* SEO Text */
.seo-text p { margin-bottom: 14px; line-height: 1.78; }
.seo-text strong { color: var(--red-dark); }

/* ── SEITE 2 ── */
.page2-hero {
  background: linear-gradient(135deg, var(--red-dark), var(--red));
  color: white; padding: 40px 24px 32px; text-align: center;
}
.page2-hero h1 { font-size: 1.8rem; }
.page2-hero p { opacity: .85; margin-top: 8px; }
.page2-form-wrap { max-width: 720px; margin: 0 auto; padding: 36px 24px 80px; }

.section-block { border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); margin-bottom: 18px; }
.section-block h3 {
  font-family: 'Oswald', sans-serif; font-size: 1.1rem; color: var(--red-dark);
  margin-bottom: 14px; padding-bottom: 8px; border-bottom: 2px solid rgba(0,0,0,.06);
  display: flex; align-items: center; gap: 7px;
}
.sb-red    { background: #fff5f5; }
.sb-yellow { background: #fff8e6; }
.sb-green  { background: #edfbf2; }
.sb-blue   { background: #eef4ff; }
.sb-white  { background: var(--white); }

.checkbox-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.check-label {
  display: flex; align-items: center; gap: 8px; font-size: .92rem; cursor: pointer;
  padding: 9px 12px; border: 1.5px solid var(--border); border-radius: var(--radius);
  transition: border-color .2s, background .2s; background: white;
}
.check-label:hover { border-color: var(--red); background: #fff5f5; }
.check-label input { accent-color: var(--red); width: 16px; height: 16px; }

.radio-row { display: flex; gap: 10px; flex-wrap: wrap; }
.radio-label {
  display: flex; align-items: center; gap: 7px; font-size: .92rem; cursor: pointer;
  padding: 9px 16px; border: 1.5px solid var(--border); border-radius: var(--radius);
  transition: border-color .2s, background .2s; background: white;
}
.radio-label:hover { border-color: var(--red); background: #fff5f5; }
.radio-label input { accent-color: var(--red); }

/* ── DANKE SEITE ── */
.danke-hero {
  background: linear-gradient(135deg, var(--green) 0%, #2ecc71 100%);
  color: white; padding: 60px 24px; text-align: center;
}
.danke-hero h1 { font-size: 2.4rem; margin-bottom: 12px; }
.danke-hero p { font-size: 1.1rem; opacity: .9; max-width: 540px; margin: 0 auto; }
.danke-body { max-width: 640px; margin: 0 auto; padding: 50px 24px 80px; text-align: center; }
.danke-body h2 { font-size: 1.5rem; color: var(--red-dark); margin-bottom: 16px; }
.danke-body p { color: var(--text-muted); margin-bottom: 14px; }
.danke-tel {
  font-size: 2rem; font-family: 'Oswald', sans-serif;
  color: var(--accent); display: block; margin: 16px 0 6px;
}
.danke-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 32px 0; }
.danke-card {
  background: var(--white); border-radius: var(--radius); padding: 20px;
  box-shadow: var(--shadow); border-top: 4px solid var(--red);
}
.danke-card .ico { font-size: 2rem; margin-bottom: 8px; }
.danke-card h3 { font-size: .95rem; color: var(--red-dark); margin-bottom: 5px; }
.danke-card p { font-size: .84rem; color: var(--text-muted); }

/* ── FLOAT BUTTONS – NUR MOBIL ── */
.float-btns {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 999;
  flex-direction: row;
  box-shadow: 0 -2px 16px rgba(0,0,0,.25);
}
@media (max-width: 768px) { .float-btns { display: flex; } }

.float-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 10px;
  text-decoration: none;
  transition: filter .15s;
}
.float-btn:hover { filter: brightness(1.1); text-decoration: none; }

.float-tel { background: var(--red-dark); }
.float-wa  { background: #1a7a3c; }

.float-ico { font-size: 1.1rem; flex-shrink: 0; }

.float-txt {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.float-label {
  font-family: 'Oswald', sans-serif;
  font-size: .8rem;
  font-weight: 600;
  color: rgba(255,255,255,.75);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.float-num {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: white;
}

/* ── FOOTER ── */
footer {
  background: var(--black); color: rgba(255,255,255,.6);
  text-align: center; padding: 28px 24px; font-size: .84rem;
}
footer a { color: rgba(255,255,255,.5); }
footer a:hover { color: white; }
.footer-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 24px;
  max-width: 900px; margin: 0 auto 20px; text-align: left;
}
.footer-col h4 { font-family: 'Oswald', sans-serif; color: var(--accent); font-size: 1rem; margin-bottom: 10px; }
.footer-col p, .footer-col a { font-size: .84rem; color: rgba(255,255,255,.6); display: block; line-height: 1.9; }

/* ── COOKIE BANNER ── */
#cookieBanner {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: rgba(10,18,32,.97); color: rgba(255,255,255,.85);
  padding: 18px 28px; z-index: 9999;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
  box-shadow: 0 -4px 28px rgba(0,0,0,.5);
  border-top: 3px solid var(--accent);
}
#cookieBanner p { font-size: .85rem; flex: 1; min-width: 260px; }
#cookieBanner a { color: var(--accent); }
.cookie-btns { display: flex; gap: 10px; flex-shrink: 0; }
.btn-ca {
  background: var(--accent); color: var(--black); font-weight: 700;
  border: none; padding: 10px 22px; border-radius: var(--radius);
  cursor: pointer; font-size: .9rem; font-family: inherit;
}
.btn-cd {
  background: transparent; color: rgba(255,255,255,.6); font-weight: 600;
  border: 1px solid rgba(255,255,255,.25); padding: 10px 22px;
  border-radius: var(--radius); cursor: pointer; font-size: .9rem; font-family: inherit;
}
.btn-ca:hover { background: var(--accent-dark); }
.btn-cd:hover { color: white; border-color: rgba(255,255,255,.5); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .form-card { margin-bottom: 0; }
  .zahlen-grid { grid-template-columns: repeat(2,1fr); }
  .vorteile-grid, .motorschaden-grid, .ablauf-steps, .gallery-grid, .regionen-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .header-inner { flex-direction: column; height: auto; padding: 10px 0; gap: 8px; }
  .header-contacts { gap: 10px; }
  .form-row { grid-template-columns: 1fr; }
  .hero { padding: 28px 16px 0; }
  .zahlen-grid, .vorteile-grid, .motorschaden-grid, .ablauf-steps, .gallery-grid, .regionen-grid, .checkbox-grid, .danke-cards { grid-template-columns: 1fr; }
  footer { padding-bottom: 70px; }
}

/* ── SLIDE BUTTONS & DOTS ── */
.slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,.45);
  color: white;
  border: none;
  font-size: 2.2rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  line-height: 1;
  transition: background .2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-btn:hover { background: rgba(0,0,0,.7); }
.slide-prev { left: 14px; }
.slide-next { right: 14px; }
.slide-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  cursor: pointer;
  transition: background .3s;
}
.dot.active { background: white; }
.wa-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.wa-steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 768px) {
  .wa-section-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .wa-steps-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ── SANFTE ÜBERGÄNGE ZWISCHEN SEKTIONEN ── */
/* Jede section bekommt einen hauchdünnen Schatten nach unten */
.section {
  position: relative;
}
.section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: inherit;
  filter: brightness(.97);
  pointer-events: none;
  opacity: 0;
}

/* Weicher Übergang: weiß → grau → weiß über box-shadow */
section + section {
  box-shadow: inset 0 8px 18px -10px rgba(10,30,70,0.07);
}

/* Dunkle Sektionen (blau/dunkel) → heller Übergang oben und unten */
section[style*="blue-dark"],
section[style*="--blue-dark"] {
  box-shadow:
    inset 0 10px 20px -10px rgba(0,0,0,0.25),
    inset 0 -10px 20px -10px rgba(0,0,0,0.20);
}

/* Accent (gelb) Sektion – leichter Schatten */
section[style*="--accent"] {
  box-shadow:
    inset 0 8px 16px -10px rgba(0,0,0,0.12),
    inset 0 -8px 16px -10px rgba(0,0,0,0.10);
}
