.pelletheizung-page{
  background:var(--surface-services);
}

/* HERO */
.pelletheizung-hero{
  position:relative;
  min-height:600px;
  overflow:hidden;
}

.pelletheizung-hero-bg{
  position:absolute;
  inset:0;
  background:center/cover no-repeat;
  z-index:0;

  opacity:0;
  transform:scale(1.05);
  animation:pelletheizungHeroFade 1.8s ease forwards;
}

.pelletheizung-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.68) 0%, rgba(0,0,0,.46) 45%, rgba(0,0,0,.24) 100%);
  z-index:1;
}

.pelletheizung-hero-inner{
  position:relative;
  z-index:2;
  min-height:600px;
  padding-top:126px;
}

.pelletheizung-hero-content{
  min-height:300px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  margin-left:130px;
}

.pelletheizung-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);
}

.pelletheizung-hero-title.in-view{
  opacity:1;
  transform:translateY(0);
}

/* Animation */
@keyframes pelletheizungHeroFade{
  0%{
    opacity:0;
    transform:scale(1.05);
  }
  100%{
    opacity:1;
    transform:scale(1);
  }
}

/* CONTENT */
.pelletheizung-content-section{
  position:relative;
  padding:100px 0 230px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.05) 0%, transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(255,255,255,.03) 0%, transparent 24%),
    linear-gradient(180deg, #2c2c2c 0%, #252626 100%);
}

.pelletheizung-content-wrap{
  display:flex;
  justify-content:center;
}

.pelletheizung-premium-grid{
  width:100%;
  max-width:1180px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:24px;
}

.pelletheizung-premium-card{
  position:relative;
  background:
    linear-gradient(180deg, rgba(44,44,44,.92) 0%, rgba(31,31,31,.94) 100%);
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  box-shadow:
    0 24px 50px rgba(0,0,0,.22),
    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 .22s ease,
    border-color .22s ease;
}

.pelletheizung-premium-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.06) 0%, transparent 34%);
  pointer-events:none;
}

.pelletheizung-premium-card.in-view{
  opacity:1;
  transform:translateY(0);
}

.pelletheizung-premium-card:hover{
  border-color:rgba(255,255,255,.15);
  box-shadow:
    0 28px 58px rgba(0,0,0,.26),
    inset 0 1px 0 rgba(255,255,255,.05);
}

.pelletheizung-premium-card-main{
  padding:38px 38px 34px;
  min-height:320px;
}

.pelletheizung-premium-card-side{
  padding:34px 30px;
  min-height:320px;
}

.pelletheizung-premium-card-text{
  padding:30px 30px 28px;
  min-height:250px;
}

.pelletheizung-premium-card-advantages{
  grid-column:1 / -1;
  padding:36px 34px 34px;
}

.pelletheizung-card-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:16px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(201,28,28,.10);
  border:1px solid rgba(201,28,28,.16);
  color:#df6d6d;
  font-size:13px;
  font-family:"InterCuostom600", sans-serif;
  letter-spacing:.3px;
  text-transform:uppercase;
}

.pelletheizung-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;
}

.pelletheizung-lead{
  margin:0;
  max-width:720px;
  font-size:19px;
  line-height:1.75;
  color:var(--text-muted-2);
}

.pelletheizung-premium-card h3{
  margin:0 0 20px;
  font-family:"InterCuostom700", sans-serif;
  font-size:26px;
  line-height:1.15;
  color:#cfc4bc;
}

.pelletheizung-text{
  margin:0;
  color:var(--text-muted-2);
  font-size:17px;
  line-height:1.8;
}

.pelletheizung-feature-list{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.pelletheizung-feature-item{
  display:flex;
  align-items:flex-start;
  gap:14px;
}

.pelletheizung-feature-dot{
  width:12px;
  height:12px;
  margin-top:8px;
  border-radius:50%;
  background:linear-gradient(180deg, #ef6d5f 0%, #c91c1c 100%);
  box-shadow:0 0 0 6px rgba(201,28,28,.10);
  flex:0 0 12px;
}

.pelletheizung-feature-item strong{
  display:block;
  margin-bottom:4px;
  color:#cfc4bc;
  font-family:"InterCuostom600", sans-serif;
  font-size:18px;
}

.pelletheizung-feature-item p{
  margin:0;
  color:var(--text-muted-2);
  font-size:15px;
  line-height:1.65;
}

.pelletheizung-advantages-title{
  margin:0 0 24px;
  font-family:"InterCuostom700", sans-serif;
  font-size:40px;
  line-height:1.08;
  letter-spacing:-0.8px;
  color:#e6ddd4;
  max-width:760px;
}

.pelletheizung-advantages-list{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px 26px;
}

.pelletheizung-adv-item{
  display:flex;
  align-items:flex-start;
  gap:14px;
}

.pelletheizung-adv-icon{
  width:28px;
  height:28px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 28px;
  background:#c91c1c;
  color:#fff;
  font-family:"InterCuostom700", sans-serif;
  font-size:15px;
  line-height:1;
  box-shadow:0 0 0 6px rgba(201,28,28,.10);
}

.pelletheizung-adv-item p{
  margin:0;
  color:#cfc4bc;
  font-family:"InterCuostom600", sans-serif;
  font-size:17px;
  line-height:1.55;
}

.pelletheizung-premium-card:nth-child(1){ transition-delay:.04s; }
.pelletheizung-premium-card:nth-child(2){ transition-delay:.12s; }
.pelletheizung-premium-card:nth-child(3){ transition-delay:.20s; }
.pelletheizung-premium-card:nth-child(4){ transition-delay:.28s; }

/* LIGHT MODE */
body.light .pelletheizung-content-section{
  background:
    radial-gradient(circle at 18% 18%, rgba(201,28,28,.04) 0%, rgba(201,28,28,0) 30%),
    radial-gradient(circle at 82% 12%, rgba(201,28,28,.03) 0%, rgba(201,28,28,0) 26%),
    linear-gradient(180deg, #f4f6f8 0%, #e9edf1 100%);
}

body.light .pelletheizung-premium-card{
  color:#e8e3da;
}

body.light .pelletheizung-premium-card h2,
body.light .pelletheizung-premium-card h3,
body.light .pelletheizung-premium-card strong,
body.light .pelletheizung-advantages-title{
  color:#f1ece3;
}

body.light .pelletheizung-premium-card p,
body.light .pelletheizung-adv-item p{
  color:#d0cac0;
}

/* LAPTOP */
@media (max-width: 1366px){
  .pelletheizung-hero{
    height:72vh;
    min-height:560px;
  }

  .pelletheizung-hero-inner{
    min-height:auto;
    padding-top:118px;
    display:flex;
    justify-content:center;
    text-align:center;
  }

  .pelletheizung-hero-content{
    max-width:720px;
    margin:0 auto;
    align-items:center;
  }

  .pelletheizung-hero-title{
    font-size:48px;
    line-height:1.06;
    margin:0 0 16px;
    letter-spacing:-0.5px;
  }

  .pelletheizung-content-section{
    padding:70px 0 55px;
  }

  .pelletheizung-premium-grid{
    max-width:980px;
    gap:18px;
  }

  .pelletheizung-premium-card-main{
    min-height:280px;
    padding:30px 30px 28px;
  }

  .pelletheizung-premium-card-side{
    min-height:280px;
    padding:28px 24px;
  }

  .pelletheizung-premium-card-text{
    min-height:auto;
    padding:24px 24px 22px;
  }

  .pelletheizung-premium-card-advantages{
    padding:30px 28px 28px;
  }

  .pelletheizung-card-kicker{
    font-size:12px;
    padding:7px 12px;
    margin-bottom:12px;
  }

  .pelletheizung-content-title{
    font-size:42px;
    line-height:1.05;
    margin:0 0 14px;
  }

  .pelletheizung-lead{
    font-size:17px;
    line-height:1.65;
  }

  .pelletheizung-premium-card h3{
    font-size:22px;
    margin-bottom:16px;
  }

  .pelletheizung-feature-list{
    gap:16px;
  }

  .pelletheizung-feature-dot{
    width:11px;
    height:11px;
    margin-top:7px;
    flex:0 0 11px;
  }

  .pelletheizung-feature-item strong{
    font-size:17px;
  }

  .pelletheizung-feature-item p{
    font-size:14px;
    line-height:1.6;
  }

  .pelletheizung-text{
    font-size:15px;
    line-height:1.7;
  }

  .pelletheizung-advantages-title{
    font-size:34px;
    margin-bottom:20px;
  }

  .pelletheizung-advantages-list{
    gap:16px 22px;
  }

  .pelletheizung-adv-icon{
    width:26px;
    height:26px;
    flex:0 0 26px;
    font-size:14px;
  }

  .pelletheizung-adv-item p{
    font-size:15px;
    line-height:1.5;
  }
}

/* MOBILE */
@media (max-width: 980px){
  .pelletheizung-hero{
    height:auto;
    min-height:0;
    padding:120px 0 70px;
    background-position:center center;
  }

  .pelletheizung-hero-inner{
    min-height:auto;
    padding-top:0;
    display:block;
    text-align:left;
  }

  .pelletheizung-hero-content{
    max-width:100%;
    margin:0;
    align-items:flex-start;
  }

  .pelletheizung-hero-title{
    font-size:34px;
    line-height:1.08;
    margin:0 0 14px;
  }

  .pelletheizung-content-section{
    padding:48px 0 34px;
  }

  .pelletheizung-premium-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .pelletheizung-premium-card-main,
  .pelletheizung-premium-card-side,
  .pelletheizung-premium-card-text,
  .pelletheizung-premium-card-advantages{
    min-height:auto;
    padding:22px 18px 20px;
    border-radius:18px;
  }

  .pelletheizung-card-kicker{
    font-size:11px;
    padding:6px 10px;
    margin-bottom:10px;
  }

  .pelletheizung-content-title{
    font-size:32px;
    line-height:1.08;
    margin-bottom:10px;
  }

  .pelletheizung-lead{
    font-size:15px;
    line-height:1.65;
  }

  .pelletheizung-premium-card h3{
    font-size:20px;
    margin-bottom:14px;
  }

  .pelletheizung-feature-list{
    gap:14px;
  }

  .pelletheizung-feature-item{
    gap:12px;
  }

  .pelletheizung-feature-dot{
    width:10px;
    height:10px;
    margin-top:7px;
    flex:0 0 10px;
  }

  .pelletheizung-feature-item strong{
    font-size:16px;
  }

  .pelletheizung-feature-item p,
  .pelletheizung-text{
    font-size:14px;
    line-height:1.65;
  }

  .pelletheizung-advantages-title{
    font-size:28px;
    line-height:1.08;
    margin-bottom:16px;
  }

  .pelletheizung-advantages-list{
    grid-template-columns:1fr;
    gap:14px;
  }

  .pelletheizung-adv-item{
    gap:12px;
  }

  .pelletheizung-adv-icon{
    width:24px;
    height:24px;
    flex:0 0 24px;
    font-size:13px;
  }

  .pelletheizung-adv-item p{
    font-size:14px;
    line-height:1.55;
  }

  .pelletheizung-hero-title,
  .pelletheizung-premium-card{
    opacity:1;
    transform:none;
    transition:none;
  }
}