:root{
  --g:#183F24;
  --gd:#102D19;
  --gl:#EAF1EA;
  --ink:#1c231e;
  --muted:#68726b;
  --line:#dfe7df;
  --bg:#f7faf7;
  --max:1200px
}

*{
  box-sizing:border-box
}

html{
  scroll-behavior:smooth
}

body{
  margin:0;
  color:var(--ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
  line-height:1.55;
  background:#fff
}

body.modal-open{
  overflow:hidden
}

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

button,
input,
select,
textarea{
  font:inherit
}

.container{
  width:min(calc(100% - 44px),var(--max));
  margin:auto
}


/* =========================
   HEADER
========================= */

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(14px);
  border-bottom:1px solid #edf1ed;
  box-shadow:0 3px 18px rgba(20,50,27,.04)
}

.nav-wrap{
  height:90px;
  display:flex;
  align-items:center;
  gap:32px
}

.brand img{
  width:235px;
  display:block;
  mix-blend-mode:multiply
}

.nav{
  margin-left:auto;
  display:flex;
  gap:27px
}

.nav a{
  font-size:14px;
  font-weight:650;
  padding:32px 0 28px;
  border-bottom:3px solid transparent;
  transition:.2s ease
}

.nav a:hover,
.nav a.active{
  color:var(--g);
  border-color:var(--g)
}


/* =========================
   BUTTONS
========================= */

.btn{
  border:1px solid transparent;
  border-radius:10px;
  padding:14px 22px;
  font-weight:800;
  cursor:pointer;
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background .2s ease,
    border-color .2s ease
}

.btn-primary{
  background:var(--g);
  color:#fff;
  box-shadow:0 10px 25px rgba(24,63,36,.18)
}

.btn-primary:hover{
  background:var(--gd);
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(24,63,36,.24)
}

.btn-outline{
  background:#fff;
  color:var(--g);
  border-color:var(--g)
}

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

.btn-light{
  background:#fff;
  color:var(--gd);
  box-shadow:0 8px 20px rgba(0,0,0,.08)
}

.btn-light:hover{
  background:#f2f7f2;
  transform:translateY(-2px)
}

.nav-cta{
  margin-left:8px
}

.menu-toggle{
  display:none;
  border:0;
  background:none;
  color:var(--g);
  font-size:26px;
  cursor:pointer
}


/* =========================
   HERO
========================= */

.hero{
  position:relative;
  min-height:590px;
  overflow:hidden
}

.hero-photo{
  position:absolute;
  inset:0 0 0 42%;
  background:
    linear-gradient(
      90deg,
      #fff 0%,
      rgba(255,255,255,.96) 14%,
      rgba(255,255,255,.32) 48%,
      rgba(255,255,255,0) 65%
    ),
    url('https://images.unsplash.com/photo-1598902108854-10e335adac99?auto=format&fit=crop&w=1800&q=85')
    center/cover;
  animation:heroZoom 12s ease-out both
}

.hero-grid{
  min-height:590px;
  display:grid;
  grid-template-columns:1fr 320px;
  align-items:center;
  gap:35px;
  position:relative
}

.hero-copy{
  padding:50px 0;
  max-width:640px;
  animation:heroText .8s ease both
}

.eyebrow{
  font-size:12px;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:850;
  color:var(--g);
  margin:0 0 11px
}

.eyebrow.light{
  color:#C8E0C8
}

.hero h1{
  font-size:clamp(48px,6vw,76px);
  line-height:1.01;
  letter-spacing:-.05em;
  margin:0 0 22px
}

.hero h1 span{
  color:var(--g)
}

.lead{
  font-size:18px;
  color:#4d5750;
  max-width:540px;
  margin:0 0 30px
}

.actions{
  display:flex;
  gap:28px;
  align-items:center
}

.text-link{
  color:var(--g);
  font-weight:800;
  transition:.2s ease
}

.text-link:hover{
  transform:translateX(3px)
}

.text-link b{
  font-size:19px
}


/* =========================
   WINTER CARD
========================= */

.winter-card{
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(111,164,117,.20),
      transparent 35%
    ),
    rgba(16,45,25,.98);
  color:#fff;
  padding:32px;
  border-radius:15px;
  box-shadow:0 22px 55px rgba(10,47,18,.27);
  animation:winterCardIn .9s .15s ease both;
  position:relative
}

.snow{
  font-size:34px;
  margin-bottom:4px
}

.winter-card h2{
  margin:0 0 8px;
  font-size:29px;
  letter-spacing:-.02em
}

.winter-card p:not(.eyebrow){
  font-size:13px;
  color:#e0ebe0;
  margin:0 0 21px;
  line-height:1.6
}

.winter-card .btn{
  width:100%
}


/* =========================
   TRUST BAR
========================= */

.trust{
  background:var(--gd);
  color:#fff
}

.trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  padding:21px 0
}

.trust-grid>div{
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 22px;
  border-right:1px solid rgba(255,255,255,.17)
}

.trust-grid>div:first-child{
  padding-left:0
}

.trust-grid>div:last-child{
  border:0
}

.trust i{
  font-style:normal;
  color:#A8CFA8;
  font-size:23px
}

.trust b,
.trust small{
  display:block
}

.trust b{
  font-size:13px
}

.trust small{
  font-size:11px;
  color:#d4e4d5
}


/* =========================
   SECTIONS
========================= */

.section{
  padding:88px 0
}


/* =========================
   PFLEGEPAKETE
========================= */

.packages{
  background:linear-gradient(#fff,#f7faf7)
}

.packages-grid{
  display:grid;
  grid-template-columns:1.05fr repeat(3,1fr);
  gap:18px;
  align-items:stretch
}

.intro{
  padding:20px 25px 20px 0
}

.intro h2,
.heading h2{
  font-size:40px;
  line-height:1.08;
  letter-spacing:-.04em;
  margin:0 0 20px
}

.intro h2 span{
  color:var(--g)
}

.intro p:not(.eyebrow){
  color:var(--muted);
  max-width:310px
}

.line{
  width:40px;
  height:3px;
  background:var(--g);
  margin:0 0 22px
}

.package{
  position:relative;
  background:#fff;
  border:1px solid #e0e8e0;
  border-radius:15px;
  padding:30px 23px;
  box-shadow:0 10px 30px rgba(24,55,29,.07);
  display:flex;
  flex-direction:column;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease
}

.package:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 42px rgba(24,55,29,.12);
  border-color:#c6d9c7
}

.package.featured{
  border-color:#b9d5bb;
  box-shadow:0 20px 45px rgba(20,75,29,.14);
  transform:translateY(-9px)
}

.package.featured:hover{
  transform:translateY(-13px)
}

.popular{
  position:absolute;
  top:0;
  left:50%;
  transform:translate(-50%,-50%);
  background:var(--g);
  color:#fff;
  border-radius:20px;
  padding:6px 18px;
  font-size:10px;
  font-weight:850;
  white-space:nowrap
}

.leaf-icon{
  width:44px;
  height:44px;
  background:var(--gl);
  border-radius:50%;
  display:grid;
  place-items:center;
  margin:0 auto 14px
}

.package h3{
  text-align:center;
  text-transform:uppercase;
  font-size:18px;
  margin:0
}

.package>p{
  text-align:center;
  color:var(--muted);
  font-size:12px;
  min-height:38px
}

.price{
  text-align:center;
  color:var(--g);
  font-size:30px;
  font-weight:850;
  margin:8px 0 18px
}

.price small{
  font-size:12px
}

.price em{
  font-size:11px;
  color:var(--muted);
  font-style:normal;
  font-weight:500
}

.package ul{
  list-style:none;
  padding:0;
  margin:0 0 23px;
  flex:1;
  font-size:12px;
  color:#505951
}

.package li{
  padding:5px 0
}

.package li:before{
  content:'✓';
  color:var(--g);
  font-weight:850;
  margin-right:8px
}

.full{
  width:100%
}


/* =========================
   LEISTUNGEN
========================= */

.services{
  background:#fff
}

.heading{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:30px;
  margin-bottom:25px
}

.heading>p{
  color:var(--muted);
  max-width:340px
}

.service-list{
  border-top:1px solid var(--line)
}

.service-row{
  border-bottom:1px solid var(--line)
}

.service-toggle{
  width:100%;
  padding:20px 3px;
  border:0;
  background:#fff;
  display:flex;
  justify-content:space-between;
  align-items:center;
  text-align:left;
  font-size:15px;
  font-weight:700;
  color:var(--ink);
  cursor:pointer;
  transition:.2s ease
}

.service-toggle:hover{
  color:var(--g)
}

.service-toggle b{
  font-size:23px;
  font-weight:400;
  color:var(--g);
  transition:transform .25s ease
}

.service-toggle[aria-expanded="true"] b{
  transform:rotate(45deg)
}

.service-panel{
  padding:0 40px 20px 3px;
  color:var(--muted);
  font-size:13px;
  max-width:850px;
  animation:panelIn .25s ease both
}

.inline-request{
  border:0;
  background:none;
  color:var(--g);
  font-weight:800;
  cursor:pointer;
  padding:0;
  margin-left:8px
}

.inline-request:hover{
  text-decoration:underline
}


/* =========================
   CTA
========================= */

.cta{
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(82,128,87,.18),
      transparent 28%
    ),
    radial-gradient(
      circle at 0% 100%,
      rgba(82,128,87,.15),
      transparent 22%
    ),
    var(--gd);
  color:#fff;
  padding:65px 0;
  overflow:hidden
}

.cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px
}

.cta h2{
  font-size:36px;
  line-height:1.1;
  margin:0;
  letter-spacing:-.035em
}

.cta h2 span{
  color:#A8CFA8
}

.cta .btn{
  min-width:195px
}


/* =========================
   FOOTER
========================= */

.footer{
  background:#f2f6f2;
  padding:52px 0 16px
}

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

.footer-logo{
  width:185px;
  mix-blend-mode:multiply
}

.footer p,
.footer a{
  font-size:12px;
  color:var(--muted)
}

.footer a{
  display:block;
  margin:7px 0
}

.footer a:hover{
  color:var(--g)
}

.footer h3{
  font-size:13px;
  margin:4px 0 13px
}

.footer-bottom{
  border-top:1px solid var(--line);
  margin-top:36px;
  padding-top:14px;
  display:flex;
  justify-content:space-between;
  color:#7a837c;
  font-size:10px
}


/* =========================
   MODAL / FORMULAR
========================= */

.modal{
  position:fixed;
  inset:0;
  z-index:100;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px
}

.modal.open{
  display:flex;
  animation:modalFade .2s ease both
}

.backdrop{
  position:absolute;
  inset:0;
  background:rgba(12,28,17,.62);
  backdrop-filter:blur(5px)
}

.modal-box{
  position:relative;
  z-index:1;
  width:min(710px,100%);
  max-height:92vh;
  overflow:auto;
  background:#fff;
  border-radius:17px;
  padding:35px;
  box-shadow:0 30px 90px rgba(0,0,0,.25);
  animation:modalBoxIn .25s ease both
}

.close{
  position:absolute;
  right:17px;
  top:15px;
  border:0;
  background:#edf3ed;
  color:var(--gd);
  width:38px;
  height:38px;
  border-radius:50%;
  font-size:25px;
  cursor:pointer;
  transition:.2s ease
}

.close:hover{
  background:#dce8dd;
  transform:rotate(90deg)
}

.modal-box h2{
  font-size:37px;
  line-height:1.05;
  margin:0 0 7px
}

.muted,
.note{
  color:var(--muted)
}

.formgrid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:2px 14px
}

.modal label{
  display:block;
  font-size:11px;
  font-weight:750;
  margin:12px 0
}

.modal input,
.modal select,
.modal textarea{
  width:100%;
  margin-top:5px;
  border:1px solid #d5dfd6;
  border-radius:8px;
  padding:11px 12px;
  background:#fff;
  outline:none
}

.modal input:focus,
.modal select:focus,
.modal textarea:focus{
  border-color:var(--g);
  box-shadow:0 0 0 3px rgba(24,63,36,.1)
}

.modal .full{
  grid-column:1/-1
}

.submit{
  margin-top:9px
}

.note{
  text-align:center;
  font-size:10px
}


/* =========================
   WINTERDIENST INFO
========================= */

.winter-info-box{
  width:min(520px,100%);
  text-align:left
}

.winter-info-box h2{
  margin-bottom:14px
}

.winter-info-box .muted{
  font-size:15px;
  line-height:1.65;
  margin-bottom:10px
}

.winter-info-text{
  background:var(--gl);
  border-left:3px solid var(--g);
  padding:13px 16px;
  margin:18px 0 22px;
  border-radius:7px
}

.winter-info-text p{
  margin:0;
  color:#4f5a52;
  font-size:13px;
  line-height:1.6
}


/* =========================
   ERFOLG
========================= */

.success{
  text-align:center;
  padding:55px 15px
}

.success-icon{
  width:60px;
  height:60px;
  margin:0 auto 17px;
  border-radius:50%;
  background:var(--gl);
  color:var(--g);
  font-size:33px;
  display:grid;
  place-items:center
}

.success h2{
  margin-bottom:8px
}


/* =========================
   ANIMATIONEN
========================= */

@keyframes heroZoom{
  from{
    transform:scale(1.04)
  }

  to{
    transform:scale(1)
  }
}

@keyframes heroText{
  from{
    opacity:0;
    transform:translateY(18px)
  }

  to{
    opacity:1;
    transform:none
  }
}

@keyframes winterCardIn{
  from{
    opacity:0;
    transform:translateX(25px)
  }

  to{
    opacity:1;
    transform:none
  }
}

@keyframes modalFade{
  from{
    opacity:0
  }

  to{
    opacity:1
  }
}

@keyframes modalBoxIn{
  from{
    opacity:0;
    transform:translateY(15px) scale(.98)
  }

  to{
    opacity:1;
    transform:none
  }
}

@keyframes panelIn{
  from{
    opacity:0;
    transform:translateY(-5px)
  }

  to{
    opacity:1;
    transform:none
  }
}

.reveal{
  opacity:0;
  transform:translateY(16px);
  transition:.55s ease
}

.reveal.visible{
  opacity:1;
  transform:none
}


/* =========================
   TABLET
========================= */

@media(max-width:1000px){

  .packages-grid{
    grid-template-columns:1fr 1fr
  }

  .intro{
    grid-column:1/-1;
    padding:0 0 15px
  }

  .trust-grid>div{
    padding:0 12px
  }

  .hero-grid{
    grid-template-columns:1fr 280px
  }

  .nav{
    gap:16px
  }

}


/* =========================
   MOBILE
========================= */

@media(max-width:780px){

  .container{
    width:min(calc(100% - 32px),var(--max))
  }

  .nav{
    display:none;
    position:absolute;
    top:84px;
    left:16px;
    right:16px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:12px;
    padding:8px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
    flex-direction:column;
    gap:0
  }

  .nav.mobile-open{
    display:flex
  }

  .nav a{
    padding:11px 9px;
    border:0
  }

  .nav-cta{
    display:none
  }

  .menu-toggle{
    display:block;
    margin-left:auto
  }

  .brand img{
    width:195px
  }

  .hero{
    min-height:auto
  }

  .hero-photo{
    inset:0;
    opacity:.22;
    background:
      linear-gradient(
        90deg,
        #fff 0%,
        #fff 30%,
        rgba(255,255,255,.25)
      ),
      url('https://images.unsplash.com/photo-1598902108854-10e335adac99?auto=format&fit=crop&w=1400&q=85')
      center/cover
  }

  .hero-grid{
    min-height:auto;
    grid-template-columns:1fr;
    padding:62px 0
  }

  .hero-copy{
    padding:0
  }

  .hero h1{
    font-size:50px
  }

  .winter-card{
    max-width:370px
  }

  .trust-grid{
    grid-template-columns:1fr 1fr;
    gap:18px
  }

  .trust-grid>div{
    border:0!important;
    padding:0
  }

  .packages-grid{
    grid-template-columns:1fr
  }

  .package.featured{
    transform:none
  }

  .package.featured:hover{
    transform:translateY(-6px)
  }

  .section{
    padding:68px 0
  }

  .heading{
    display:block
  }

  .heading>p{
    margin-top:8px
  }

  .cta-inner{
    display:block
  }

  .cta .btn{
    margin-top:24px
  }

  .footer-grid{
    grid-template-columns:1fr 1fr
  }

  .footer-grid>div:first-child{
    grid-column:1/-1
  }

}


/* =========================
   KLEINES HANDY
========================= */

@media(max-width:520px){

  .hero h1{
    font-size:43px
  }

  .lead{
    font-size:16px
  }

  .actions{
    display:grid;
    gap:15px
  }

  .trust-grid{
    grid-template-columns:1fr
  }

  .footer-grid{
    grid-template-columns:1fr
  }

  .footer-grid>div:first-child{
    grid-column:auto
  }

  .footer-bottom{
    display:block
  }

  .formgrid{
    grid-template-columns:1fr
  }

  .modal-box{
    padding:30px 19px
  }

  .winter-info-box{
    padding:30px 22px
  }

}