/*
Theme Name: CrashProfi Berlin
Theme URI: https://crashprofi-berlin.de
Author: GMcons / Marco Griesche
Description: Schnelles SEO Custom Theme fuer Kfz Gutachter Berlin, Unfallgutachten und Schadenservice.
Version: 1.0.1
License: GPL-2.0-or-later
Text Domain: crashprofi-berlin
*/

:root{
  --black:#101010;
  --dark:#171717;
  --gold:#F74F02;
  --gold2:#D94300;
  --white:#ffffff;
  --muted:#fff7ed;
  --text:#242424;
  --gray:#6d6d6d;
  --radius:22px;
  --shadow:0 18px 50px rgba(0,0,0,.16);
}

*{box-sizing:border-box;}

html{
  scroll-behavior:smooth;
  -webkit-text-size-adjust:100%;
}

body{
  margin:0;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.58;
  overflow-x:hidden;
}

a{
  color:inherit;
  text-decoration:none;
}

img{
  max-width:100%;
  height:auto;
  display:block;
}

.container{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto;
}

/* HEADER */

.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(16,16,16,.96);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:14px 0;
}

.logo{
  font-weight:950;
  letter-spacing:.2px;
  color:#fff;
  font-size:22px;
  line-height:1.1;
}

.logo span{
  color:var(--gold);
}

.nav{
  display:flex;
  gap:24px;
  align-items:center;
}

.nav a{
  color:#fff;
  font-size:15px;
  opacity:.92;
  font-weight:650;
}

.nav a:hover{
  color:var(--gold);
}

/* BUTTONS */

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  border-radius:999px;
  font-weight:900;
  background:var(--gold);
  color:#101010;
  box-shadow:0 8px 25px rgba(247,79,2,.30);
  border:0;
  cursor:pointer;
  transition:.2s ease;
  min-height:48px;
}

.btn:hover{
  background:var(--gold2);
  transform:translateY(-1px);
}

.btn.outline{
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,.35);
  box-shadow:none;
}

/* HERO */

.hero{
  position:relative;
  isolation:isolate;
  min-height:680px;
  display:flex;
  align-items:center;
  color:#fff;
  overflow:hidden;
  background:
    linear-gradient(105deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.80) 42%,rgba(0,0,0,.46) 100%),
    radial-gradient(circle at 76% 48%, rgba(247,79,2,.28), transparent 32%),
    linear-gradient(135deg,#111 0%,#252525 52%,#050505 100%);
}

.hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:48px;
  align-items:center;
}

.hero:before{
  content:none;
}

.hero:after{
  content:"";
  position:absolute;
  right:5%;
  bottom:8%;
  width:min(520px,42vw);
  height:420px;
  background:
    url('https://crashprofi-berlin.de/wp-content/uploads/2026/05/ChatGPT-Image-16.-Mai-2026-12_36_42.png')
    center center / contain no-repeat;
  z-index:-1;
  opacity:.94;
}

.hero-content{
  max-width:760px;
  padding:78px 0;
}

.hero-kicker,
.eyebrow{
  display:inline-flex;
  color:var(--gold);
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:13px;
  margin-bottom:16px;
}

h1{
  font-size:clamp(42px,6vw,74px);
  line-height:1.02;
  margin:0 0 22px;
  font-weight:950;
  letter-spacing:-.05em;
}

.hero p{
  font-size:clamp(18px,2vw,23px);
  max-width:680px;
  color:rgba(255,255,255,.90);
  margin:0 0 28px;
}

.cta-row{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:26px;
}

.trust,
.badges{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.trust span,
.badges span{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  padding:9px 13px;
  border-radius:999px;
  font-size:14px;
  font-weight:750;
}

.hero-card{
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.14);
  border-radius:28px;
  padding:32px;
  text-align:center;
  backdrop-filter:blur(12px);
}

.hero-card img{
  width:100%;
  max-width:400px;
  display:block;
  margin:0 auto 20px;
}

.hero-card h2,
.hero-card h3{
  color:#fff;
  margin-bottom:12px;
}

.hero-card p{
  color:rgba(255,255,255,.84) !important;
  font-size:17px;
}

/* CONTENT */

.section{
  padding:84px 0;
}

.section.muted,
.section-light{
  background:var(--muted);
}

.section.dark{
  background:var(--black);
  color:#fff;
}

.grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:52px;
  align-items:center;
}

.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.kicker{
  color:var(--gold);
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:13px;
}

h2{
  font-size:clamp(32px,4vw,50px);
  line-height:1.08;
  margin:12px 0 18px;
  letter-spacing:-.035em;
}

.lead{
  font-size:19px;
  color:#555;
}

.dark .lead{
  color:rgba(255,255,255,.78);
}

/* CARDS */

.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:34px;
}

.card{
  background:#fff;
  border:1px solid #ece7dc;
  border-radius:var(--radius);
  padding:26px;
  box-shadow:0 10px 28px rgba(0,0,0,.06);
}

.card .icon{
  width:48px;
  height:48px;
  border-radius:16px;
  background:rgba(247,79,2,.14);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  margin-bottom:16px;
}

.card h3{
  margin:0 0 10px;
  font-size:22px;
}

/* STEPS */

.steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:34px;
}

.step{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  padding:24px;
  border-radius:var(--radius);
}

.num{
  color:var(--gold);
  font-size:34px;
  font-weight:950;
}

/* LOCATIONS */

.locations,
.location-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.locations span,
.location-tags span{
  background:#fff;
  border:1px solid #e8dfcf;
  border-radius:999px;
  padding:10px 15px;
  font-weight:800;
}

/* FAQ */

.faq,
.faq-box{
  max-width:880px;
  margin:32px auto 0;
}

details{
  background:#fff;
  border:1px solid #e8dfcf;
  border-radius:18px;
  margin:12px 0;
  padding:19px 22px;
}

summary{
  cursor:pointer;
  font-weight:900;
  font-size:18px;
}

details p{
  color:#555;
}

/* CTA BAND */

.cta-band{
  background:
    linear-gradient(105deg,rgba(0,0,0,.90),rgba(0,0,0,.58)),
    radial-gradient(circle at 85% 35%,rgba(247,79,2,.36),transparent 34%),
    linear-gradient(135deg,#101010,#2c2c2c);
  color:#fff;
  border-radius:34px;
  padding:52px;
  display:grid;
  grid-template-columns:1.5fr .8fr;
  gap:24px;
  align-items:center;
}

/* FOOTER */

.site-footer{
  background:#080808;
  color:#fff;
  padding:54px 0 26px;
}

.footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:32px;
}

.footer-grid a{
  display:block;
  color:rgba(255,255,255,.78);
  margin:7px 0;
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:34px;
  padding-top:20px;
  color:rgba(255,255,255,.55);
  font-size:14px;
}

/* STICKY CONTACT DESKTOP */

.sticky-contact{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:1200;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.sticky-contact a{
  background:#25d366;
  color:#081b0f;
  font-weight:950;
  padding:13px 18px;
  border-radius:999px;
  box-shadow:0 12px 30px rgba(0,0,0,.25);
}

.sticky-contact a.call{
  background:var(--gold);
  color:#101010;
}

/* MOBILE CONVERSION OPTIMIERUNG */

@media(max-width:860px){

  html{
    scroll-padding-top:68px;
  }

  body{
    line-height:1.5;
    padding-bottom:82px;
  }

  .container{
    width:calc(100% - 24px);
  }

  .site-header{
    position:sticky;
    top:0;
  }

  .header-inner{
    padding:10px 0;
    gap:10px;
    min-height:58px;
  }

  .logo{
    font-size:18px;
    line-height:1.1;
    max-width:210px;
  }

  .nav,
  .header-inner .btn{
    display:none;
  }

  /* Hero mobil: deutlich kompakter, sofortige Handlung */

  .hero{
    min-height:auto;
    padding:24px 0 32px;
    align-items:flex-start;
    background:
      linear-gradient(180deg,rgba(0,0,0,.96),rgba(0,0,0,.86)),
      radial-gradient(circle at 50% 0%, rgba(247,79,2,.26), transparent 42%),
      linear-gradient(135deg,#111,#050505);
  }

  .hero-grid{
    grid-template-columns:1fr !important;
    gap:16px;
  }

  .hero:before,
  .hero:after{
    display:none !important;
  }

  .hero-content{
    padding:0;
    max-width:100%;
  }

  .hero-kicker,
  .eyebrow,
  .kicker{
    font-size:10.5px;
    letter-spacing:.075em;
    margin-bottom:10px;
  }

  h1,
  .hero h1{
    font-size:31px;
    line-height:1.04;
    letter-spacing:-.02em;
    margin-bottom:13px;
  }

  .hero p{
    font-size:15.5px;
    line-height:1.45;
    margin-bottom:17px;
    color:rgba(255,255,255,.90);
  }

  .cta-row,
  .hero div[style*="display:flex"],
  #kontakt div[style*="display:flex"]{
    display:grid !important;
    grid-template-columns:1fr;
    gap:9px !important;
    margin-bottom:18px;
  }

  .hero .btn,
  .cta-row .btn,
  #kontakt .btn{
    width:100%;
    min-height:52px;
    text-align:center;
    padding:15px 16px;
    font-size:16.5px;
    border-radius:16px;
  }

  .btn.outline{
    background:rgba(255,255,255,.08);
  }

  .trust,
  .badges{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin-top:14px;
  }

  .trust span,
  .badges span{
    width:100%;
    text-align:center;
    font-size:12.5px;
    line-height:1.25;
    padding:9px 8px;
    border-radius:14px;
    font-weight:800;
  }

  .hero-card{
    padding:16px;
    border-radius:18px;
    margin-top:4px;
  }

  .hero-card img{
    max-width:170px;
    margin-bottom:8px;
  }

  .hero-card h2,
  .hero-card h3{
    font-size:21px !important;
    margin:6px 0 6px;
  }

  .hero-card p{
    font-size:14px;
    line-height:1.42;
    margin-bottom:0;
  }

  /* Sektionen mobil kompakter */

  .section{
    padding:38px 0;
  }

  h2{
    font-size:26px;
    line-height:1.1;
    letter-spacing:-.015em;
    margin-bottom:14px;
  }

  .lead{
    font-size:15.8px;
    line-height:1.5;
  }

  .grid-2,
  .grid-3,
  .cards,
  .steps,
  .cta-band,
  .footer-grid{
    grid-template-columns:1fr !important;
    gap:14px;
  }

  .cards,
  .steps{
    margin-top:24px;
  }

  .card,
  .step{
    padding:18px;
    border-radius:17px;
  }

  .card .icon{
    width:42px;
    height:42px;
    font-size:21px;
    border-radius:14px;
    margin-bottom:12px;
  }

  .card h3{
    font-size:19px;
    line-height:1.2;
  }

  .card p,
  .step p{
    font-size:14.8px;
    margin-bottom:0;
  }

  .num{
    font-size:28px;
  }

  .locations,
  .location-tags{
    gap:8px;
    margin-top:18px;
  }

  .locations span,
  .location-tags span{
    font-size:13.5px;
    padding:8px 10px;
  }

  details{
    padding:15px;
    border-radius:15px;
  }

  summary{
    font-size:15.8px;
    line-height:1.35;
  }

  details p{
    font-size:14.5px;
  }

  .cta-band{
    padding:22px 16px;
    border-radius:20px;
  }

  .cta-band h2{
    font-size:25px;
  }

  /* Mobile Sticky-Bar: wichtigster Conversion-Hebel */

  .sticky-contact{
    left:0;
    right:0;
    bottom:0;
    z-index:9999;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0;
    background:#080808;
    padding:8px 8px max(8px, env(safe-area-inset-bottom));
    border-top:1px solid rgba(255,255,255,.14);
    box-shadow:0 -10px 30px rgba(0,0,0,.28);
  }

  .sticky-contact a{
    text-align:center;
    padding:14px 8px;
    font-size:15px;
    line-height:1.1;
    border-radius:14px;
    box-shadow:none;
  }

  .sticky-contact a.call{
    background:var(--gold);
    color:#101010;
  }

  .sticky-contact a:not(.call){
    background:#25d366;
    color:#081b0f;
  }

  .site-footer{
    padding:42px 0 108px;
  }

  .footer-grid{
    gap:22px;
  }

  .footer-bottom{
    font-size:13px;
    line-height:1.5;
  }

  .cc-window.cc-bottom{
    bottom:82px !important;
    max-height:42vh;
    overflow:auto;
  }
}

/* KLEINE HANDYS */

@media(max-width:380px){

  h1,
  .hero h1{
    font-size:28px;
  }

  .hero p{
    font-size:15px;
  }

  .logo{
    font-size:17px;
    max-width:190px;
  }

  .trust,
  .badges{
    grid-template-columns:1fr;
  }

  .sticky-contact a{
    font-size:13.5px;
    padding:13px 6px;
  }
}
/* FIX: Lesbarkeit Text unter Hero-Bild / Logo */

.hero-card{
  background:rgba(0,0,0,.72) !important;
  border:1px solid rgba(255,255,255,.20) !important;
  box-shadow:0 18px 45px rgba(0,0,0,.35);
}

.hero-card h2,
.hero-card h3{
  color:#ffffff !important;
  text-shadow:0 2px 8px rgba(0,0,0,.45);
}

.hero-card p{
  color:#ffffff !important;
  opacity:1 !important;
  text-shadow:0 2px 8px rgba(0,0,0,.45);
}

@media(max-width:860px){
  .hero-card{
    background:#151515 !important;
    border:1px solid rgba(247,79,2,.35) !important;
  }

  .hero-card p{
    color:#f5f5f5 !important;
    font-size:15px !important;
    line-height:1.45 !important;
  }
}