/* Alltagshilfe Hessen — Stylesheet */

:root{
  --green-dark:#4E5D42;
  --green-mid:#6E7F5C;
  --green-pale:#DCE3D2;
  --tan:#EAD9AE;
  --cream:#F1EAD8;
  --gold:#B98A2F;
  --ink:#2B3328;
  --text:#2E362A;
  --text-soft:#6B7263;
  --red:#B3261E;
  --red-bg:#FBEAE9;
  --white:#FFFFFF;
  --radius:14px;
  --shadow:0 6px 20px rgba(43,51,40,0.08);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  color:var(--text);
  background:var(--white);
  line-height:1.55;
}
h1,h2,h3{
  font-family:Georgia,"Times New Roman",serif;
  color:var(--green-dark);
  line-height:1.2;
  margin:0 0 0.5em;
}
p{margin:0 0 1em;}
a{color:inherit;text-decoration:none;}
ul{margin:0;padding-left:1.2em;}
img,svg{display:block;max-width:100%;}

.wrap{
  max-width:1140px;
  margin:0 auto;
  padding:0 24px;
}

/* Job banner */
.job-banner{
  background:var(--green-dark);
  color:var(--cream);
  font-size:0.9rem;
}
.job-banner .wrap{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px;
  padding-top:10px;
  padding-bottom:10px;
}
.job-link{
  color:var(--tan);
  text-decoration:underline;
  white-space:nowrap;
}
.job-link:hover{color:var(--white);}

/* Header */
header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,0.96);
  backdrop-filter:blur(6px);
  border-bottom:1px solid var(--green-pale);
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:14px 24px;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-family:Georgia,serif;
  font-size:1.15rem;
  font-weight:700;
  color:var(--green-dark);
  flex-shrink:0;
}
.nav-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  justify-content:center;
}
.nav-btn{
  padding:8px 12px;
  border-radius:999px;
  font-size:0.92rem;
  color:var(--text);
  white-space:nowrap;
}
.nav-btn:hover{background:var(--green-pale);color:var(--green-dark);}
.header-call{
  display:flex;
  align-items:center;
  gap:8px;
  padding:9px 16px;
  border-radius:999px;
  background:var(--green-dark);
  color:var(--white);
  font-weight:600;
  white-space:nowrap;
  flex-shrink:0;
}
.header-call:hover{background:var(--ink);}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:13px 22px;
  border-radius:999px;
  font-weight:600;
  font-size:0.98rem;
  border:2px solid transparent;
  cursor:pointer;
}
.btn-primary{background:var(--green-dark);color:var(--white);}
.btn-primary:hover{background:var(--ink);}
.btn-whatsapp{background:#25D366;color:var(--white);}
.btn-whatsapp:hover{background:#1DA851;}
.btn-ghost{border-color:var(--green-dark);color:var(--green-dark);background:transparent;}
.btn-ghost:hover{background:var(--green-pale);}

/* Hero */
.hero{padding:64px 0 40px;background:var(--white);}
.hero-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr;
  align-items:center;
  gap:40px;
}
.eyebrow{
  display:inline-block;
  color:var(--gold);
  font-weight:700;
  letter-spacing:0.03em;
  margin-bottom:10px;
  font-size:0.9rem;
}
.hero h1{font-size:2.6rem;margin-bottom:16px;}
.hero h1 em{color:var(--gold);font-style:normal;}
.lede{font-size:1.1rem;color:var(--text-soft);max-width:52ch;}
.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px;}
.hero-art{display:flex;justify-content:center;}

/* Legal notice (rot) */
.legal-notice{
  background:var(--red-bg);
  border-top:1px solid #F1C7C4;
  border-bottom:1px solid #F1C7C4;
}
.legal-notice .wrap{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:16px 24px;
}
.legal-notice .warn-icon{
  color:var(--red);
  flex-shrink:0;
  margin-top:2px;
  width:22px;
  height:22px;
}
.legal-notice p{
  margin:0;
  color:var(--red);
  font-size:0.96rem;
}
.legal-hint{
  margin-top:10px !important;
  color:var(--red) !important;
  font-size:0.85rem;
  font-weight:600;
}

/* Trust bar */
.trust{background:var(--green-dark);color:var(--cream);}
.trust .wrap{
  display:flex;
  flex-wrap:wrap;
  gap:24px;
  justify-content:center;
  padding:14px 24px;
  font-size:0.9rem;
}

/* Section basics */
section{padding:64px 0;}
.section-head{max-width:64ch;margin:0 auto 36px;text-align:center;}
.section-head .kicker{
  display:block;
  color:var(--gold);
  font-weight:700;
  letter-spacing:0.03em;
  margin-bottom:8px;
  font-size:0.88rem;
  text-transform:uppercase;
}
.section-head h2{font-size:2rem;}
.section-head p{color:var(--text-soft);}

/* Jobs */
.jobs{background:var(--white);}

/* Services grid */
.services-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:22px;
}
.service-card{
  background:var(--white);
  border:1px solid var(--green-pale);
  border-radius:var(--radius);
  padding:26px;
  box-shadow:var(--shadow);
}
.service-card .icon{
  width:32px;height:32px;
  color:var(--green-dark);
  margin-bottom:14px;
}
.service-card h3{font-size:1.1rem;margin-bottom:8px;}
.service-card p{color:var(--text-soft);font-size:0.94rem;margin-bottom:0;}

/* Privatleistungen */
.privat-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:24px;
}
.privat-card{
  background:var(--white);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
  border:1px solid var(--green-pale);
}
.privat-card .art{height:150px;}
.privat-card .body{padding:22px;}
.privat-card h3{font-size:1.05rem;margin-bottom:10px;}
.privat-card ul{color:var(--text-soft);font-size:0.92rem;}
.privat-card li{margin-bottom:4px;}

/* Gallery */
.gallery{background:var(--white);}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:22px;
}
.photo-card{margin:0;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:var(--white);}
.photo-card .art{height:190px;}
.photo-card figcaption{padding:14px 18px;font-weight:600;color:var(--green-dark);}

/* Billing */
.billing-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:24px;
}
.billing-card{
  background:var(--cream);
  border-radius:var(--radius);
  padding:28px;
  border:1px solid var(--tan);
}
.billing-card.private{background:var(--green-pale);border-color:var(--green-pale);}
.billing-card .tag{
  display:inline-block;
  background:var(--gold);
  color:var(--white);
  font-size:0.78rem;
  font-weight:700;
  padding:4px 10px;
  border-radius:999px;
  margin-bottom:12px;
}
.billing-card.private .tag{background:var(--green-dark);}
.billing-card h3{font-size:1.15rem;}
.billing-card p{color:var(--text-soft);margin-bottom:0;}

/* About */
.about{background:var(--white);text-align:center;}
.about .quote{
  font-family:Georgia,serif;
  font-style:italic;
  font-size:1.15rem;
  color:var(--green-dark);
  padding:20px 0;
  border-top:1px solid var(--tan);
  border-bottom:1px solid var(--tan);
  margin:20px 0;
}

/* Contact */
.contact-grid{
  display:grid;
  grid-template-columns:1fr 1.3fr;
  gap:40px;
  align-items:start;
}
.contact-info .row{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:20px;
}
.contact-info .icon{width:22px;height:22px;color:var(--green-dark);flex-shrink:0;}
.contact-info .label{display:block;font-size:0.8rem;color:var(--text-soft);}
.contact-info a{font-weight:600;color:var(--green-dark);}
.whatsapp-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:#25D366;
  color:var(--white);
  padding:12px 20px;
  border-radius:999px;
  font-weight:600;
  margin-top:8px;
}
.whatsapp-btn:hover{background:#1DA851;}

#contact-form{
  background:var(--white);
  border:1px solid var(--green-pale);
  border-radius:var(--radius);
  padding:28px;
  box-shadow:var(--shadow);
}
.field{margin-bottom:16px;}
.field label{
  display:block;
  font-size:0.88rem;
  font-weight:600;
  color:var(--green-dark);
  margin-bottom:6px;
}
.field input,.field textarea{
  width:100%;
  padding:11px 14px;
  border:1px solid var(--green-pale);
  border-radius:10px;
  font-family:inherit;
  font-size:0.96rem;
  background:var(--cream);
}
.field textarea{min-height:110px;resize:vertical;}
.field input:focus,.field textarea:focus{
  outline:none;
  border-color:var(--green-mid);
}
.honey{display:none !important;}
.submit-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:100%;
  justify-content:center;
  padding:14px;
  border:none;
  border-radius:999px;
  background:var(--green-dark);
  color:var(--white);
  font-weight:700;
  font-size:1rem;
  cursor:pointer;
}
.submit-btn:hover{background:var(--ink);}
.form-note{
  margin:12px 0 0;
  font-size:0.8rem;
  color:var(--text-soft);
  text-align:center;
}

/* Footer */
footer{background:var(--ink);color:var(--tan);padding:30px 0 90px;}
.footer-inner{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:16px;
  font-size:0.9rem;
}
.footer-links{display:flex;gap:18px;flex-wrap:wrap;}
.footer-links a:hover{color:var(--white);}

/* Floating WhatsApp button */
.wa-float{
  position:fixed;
  right:20px;
  bottom:90px;
  width:54px;height:54px;
  border-radius:50%;
  background:#25D366;
  color:var(--white);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 6px 18px rgba(0,0,0,0.25);
  z-index:60;
}
.wa-float svg{width:26px;height:26px;}
.wa-tooltip{display:none;}

/* Mobile bottom bar */
.mobile-bar{
  display:none;
  position:fixed;
  bottom:0;left:0;right:0;
  background:var(--white);
  border-top:1px solid var(--green-pale);
  z-index:60;
}
.mobile-bar .row{display:flex;}
.mobile-bar a{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:14px 0;
  font-weight:600;
  font-size:0.92rem;
}
.mobile-bar .call{color:var(--green-dark);}
.mobile-bar .wa{color:#1DA851;}
.mobile-bar svg{width:18px;height:18px;}

/* Responsive */
@media (max-width:900px){
  .nav-buttons{display:none;}
  .hero-grid{grid-template-columns:1fr;text-align:center;}
  .hero-art{order:-1;}
  .lede{margin-left:auto;margin-right:auto;}
  .hero-ctas{justify-content:center;}
  .contact-grid{grid-template-columns:1fr;}
}
@media (max-width:640px){
  .hero h1{font-size:2rem;}
  section{padding:48px 0;}
  .mobile-bar{display:block;}
  .wa-float{bottom:80px;}
  footer{padding-bottom:100px;}
}
