/* PAGE */
.abgasmessung-page{
  background:var(--surface-services);
}

/* HERO */
.abgasmessung-hero{
  position:relative;
  min-height:600px;
  overflow:hidden;
}

.abgasmessung-hero-bg{
  position:absolute;
  inset:0;
  background:url("../images/abgasmessung.jpg") center/cover no-repeat;
  z-index:0;

  opacity:0;
  transform:scale(1.05);
  animation:abgasHeroFade 1.8s ease forwards;
}

.abgasmessung-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.5) 45%, rgba(0,0,0,.3) 100%);
  z-index:1;
}

.abgasmessung-hero-inner{
  position:relative;
  z-index:2;
  min-height:600px;
  padding-top:126px;
}

.abgasmessung-hero-content{
  min-height:300px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  margin-left:130px;
}

.abgasmessung-hero-title{
  font-family:"InterCuostom", sans-serif;
  font-size:48px;
  line-height:1.05;
  color:#cfc4bc;
  max-width:760px;

  opacity:0;
  transform:translateY(50px);
  transition:
    opacity .9s ease,
    transform .9s cubic-bezier(0.22,1,0.36,1);
}

.abgasmessung-hero-title.in-view{
  opacity:1;
  transform:translateY(0);
}

/* ANIMATION */
@keyframes abgasHeroFade{
  0%{
    opacity:0;
    transform:scale(1.05);
  }
  100%{
    opacity:1;
    transform:scale(1);
  }
}

/* CONTENT */
.abgasmessung-content-section{
  position:relative;
  padding:100px 0 230px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.04) 0%, transparent 28%),
    radial-gradient(circle at 80% 10%, rgba(255,255,255,.025) 0%, transparent 24%),
    linear-gradient(180deg, #2a2a2a 0%, #232323 100%);
}

.abgasmessung-content-wrap{
  display:flex;
  justify-content:center;
}

.abgasmessung-premium-grid{
  width:100%;
  max-width:1180px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:24px;
}

/* CARDS */
.abgasmessung-premium-card{
  position:relative;
  background:
    linear-gradient(180deg, rgba(42,42,42,.95) 0%, rgba(28,28,28,.97) 100%);
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  box-shadow:
    0 24px 50px rgba(0,0,0,.25),
    inset 0 1px 0 rgba(255,255,255,.04);
  overflow:hidden;

  opacity:0;
  transform:translateY(55px);
  transition:
    opacity .9s ease,
    transform .9s cubic-bezier(0.22,1,0.36,1),
    box-shadow .25s ease,
    border-color .25s ease;
}

.abgasmessung-premium-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.06) 0%, transparent 34%);
}

.abgasmessung-premium-card.in-view{
  opacity:1;
  transform:translateY(0);
}

.abgasmessung-premium-card:hover{
  border-color:rgba(255,255,255,.14);
  box-shadow:
    0 30px 60px rgba(0,0,0,.3),
    inset 0 1px 0 rgba(255,255,255,.06);
}

/* GRID TYPES */
.abgasmessung-premium-card-main{
  padding:38px 38px 34px;
  min-height:320px;
}

.abgasmessung-premium-card-side{
  padding:34px 30px;
  min-height:320px;
}

.abgasmessung-premium-card-text{
  padding:30px;
  min-height:250px;
}

.abgasmessung-premium-card-advantages{
  grid-column:1 / -1;
  padding:36px;
}

/* TEXT */
.abgasmessung-card-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:16px;
  padding:8px 14px;
  border-radius:999px;

  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);

  color:#d6d1cb;
  font-size:13px;
  font-family:"InterCuostom600", sans-serif;
  letter-spacing:.3px;
  text-transform:uppercase;
}

.abgasmessung-content-title{
  margin:0 0 16px;
  font-family:"InterCuostom700", sans-serif;
  font-size:52px;
  line-height:1.02;
  letter-spacing:-1px;
  color:#cfc4bc;
}

.abgasmessung-lead{
  margin:0;
  max-width:720px;
  font-size:19px;
  line-height:1.75;
  color:var(--text-muted-2);
}

.abgasmessung-premium-card h3{
  margin:0 0 20px;
  font-family:"InterCuostom700", sans-serif;
  font-size:26px;
  line-height:1.15;
  color:#cfc4bc;
}

.abgasmessung-text{
  margin:0;
  color:var(--text-muted-2);
  font-size:17px;
  line-height:1.8;
}

/* FEATURES */
.abgasmessung-feature-list{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.abgasmessung-feature-item{
  display:flex;
  align-items:flex-start;
  gap:14px;
}

.abgasmessung-feature-dot{
  width:12px;
  height:12px;
  margin-top:8px;
  border-radius:50%;

  /* neutral grau (wie gewünscht) */
  background:linear-gradient(180deg, #d9d9d9 0%, #bfbfbf 100%);
  box-shadow:0 0 0 6px rgba(255,255,255,.06);

  flex:0 0 12px;
}

.abgasmessung-feature-item strong{
  display:block;
  margin-bottom:4px;
  color:#cfc4bc;
  font-family:"InterCuostom600", sans-serif;
  font-size:18px;
}

.abgasmessung-feature-item p{
  margin:0;
  color:var(--text-muted-2);
  font-size:15px;
  line-height:1.65;
}

/* ADVANTAGES */
.abgasmessung-advantages-title{
  margin:0 0 24px;
  font-family:"InterCuostom700", sans-serif;
  font-size:40px;
  line-height:1.08;
  letter-spacing:-0.8px;
  color:#cfc4bc;
  max-width:760px;
}

.abgasmessung-advantages-list{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px 26px;
}

.abgasmessung-adv-item{
  display:flex;
  align-items:flex-start;
  gap:14px;
}

.abgasmessung-adv-icon{
  width:28px;
  height:28px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 28px;

  /* DEIN GRÜN */
  background:linear-gradient(180deg, #6fbf73 0%, #4a9e5a 100%);
  color:#0e1f12;

  box-shadow:0 0 0 6px rgba(111,191,115,.12);

  font-family:"InterCuostom700", sans-serif;
  font-size:15px;
  line-height:1;
}

.abgasmessung-adv-item p{
  margin:0;
  color:#cfc4bc;
  font-family:"InterCuostom600", sans-serif;
  font-size:17px;
  line-height:1.55;
}

/* DELAY ANIMATION */
.abgasmessung-premium-card:nth-child(1){ transition-delay:.04s; }
.abgasmessung-premium-card:nth-child(2){ transition-delay:.12s; }
.abgasmessung-premium-card:nth-child(3){ transition-delay:.20s; }
.abgasmessung-premium-card:nth-child(4){ transition-delay:.28s; }

/* LIGHT MODE */
body.light .abgasmessung-content-section{
  background:
    radial-gradient(circle at 20% 20%, rgba(0,0,0,.03) 0%, transparent 28%),
    radial-gradient(circle at 80% 10%, rgba(0,0,0,.02) 0%, transparent 24%),
    linear-gradient(180deg, #f4f6f8 0%, #e9edf1 100%);
}

body.light .abgasmessung-premium-card{
  color:#e8e3da;
}

body.light .abgasmessung-premium-card h2,
body.light .abgasmessung-premium-card h3,
body.light .abgasmessung-premium-card strong,
body.light .abgasmessung-advantages-title{
  color:#f1ece3;
}

body.light .abgasmessung-premium-card p,
body.light .abgasmessung-adv-item p{
  color:#d0cac0;
}