/*
Theme Name: GB Gartenpflege
Theme URI: https://gb-gartenpflege.de/
Author: GB Gartenpflege
Description: Moderne, responsive WordPress-Website für GB Haus und Garten Pflege.
Version: 1.0.0
Requires at least: 6.0
*/
:root{
  --green:#2e8b16;
  --green-dark:#14540b;
  --green-light:#79c934;
  --ink:#121712;
  --muted:#687066;
  --cream:#f5f7f1;
  --white:#fff;
  --line:#e4e9df;
  --shadow:0 18px 50px rgba(12,35,8,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.65}
img{max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
.container{width:min(1160px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06)}
.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-weight:900}
.brand img{width:74px;height:62px;object-fit:contain}
.brand span{font-size:15px;line-height:1.1}
.brand small{display:block;font-weight:600;color:var(--muted);margin-top:3px}
.main-nav{display:flex;align-items:center;gap:25px;font-weight:700;font-size:14px}
.main-nav a:hover{color:var(--green)}
.nav-cta{background:var(--green);color:#fff!important;padding:12px 18px;border-radius:999px}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#0e3c09 0%,#236e13 48%,#75b832 100%);color:#fff;padding:92px 0 76px}
.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;filter:blur(2px);opacity:.18}
.hero:before{width:480px;height:480px;background:#b8ef62;right:-180px;top:-180px}
.hero:after{width:300px;height:300px;background:#fff;left:-180px;bottom:-170px}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;gap:55px;align-items:center}
.eyebrow{display:inline-flex;gap:8px;align-items:center;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.25);padding:7px 13px;border-radius:999px;font-weight:800;font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.hero h1{font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:-.04em;margin:20px 0}
.hero h1 span{color:#c9f477}
.hero p{font-size:19px;max-width:650px;color:rgba(255,255,255,.88)}
.actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;font-weight:850;transition:.2s transform,.2s box-shadow}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:#fff;color:var(--green-dark);box-shadow:0 12px 28px rgba(0,0,0,.15)}
.btn-outline{border:1px solid rgba(255,255,255,.55);color:#fff}
.hero-logo{background:rgba(255,255,255,.96);border-radius:32px;padding:28px;box-shadow:0 28px 70px rgba(0,0,0,.22);display:flex;align-items:center;justify-content:center}
.hero-logo img{width:min(430px,100%);max-height:410px;object-fit:contain}
.trust{background:#fff;border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}
.trust-item{background:#fff;padding:22px;text-align:center;font-weight:800}
.trust-item strong{display:block;color:var(--green);font-size:22px}
.section{padding:92px 0}
.section.alt{background:var(--cream)}
.section-head{max-width:720px;margin-bottom:42px}
.kicker{color:var(--green);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:12px}
.section h2{font-size:clamp(34px,4vw,52px);line-height:1.05;letter-spacing:-.035em;margin:10px 0 14px}
.section-head p{color:var(--muted);font-size:17px}
.services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 8px 25px rgba(20,40,10,.04);transition:.2s transform,.2s box-shadow}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.icon{width:52px;height:52px;border-radius:16px;background:#e8f6df;color:var(--green-dark);display:grid;place-items:center;font-size:25px;margin-bottom:18px}
.card h3{margin:0 0 7px;font-size:21px}
.card p{margin:0;color:var(--muted)}
.about{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:center}
.about-box{background:linear-gradient(145deg,#0d3d08,#3b9a1c);border-radius:32px;padding:35px;color:#fff;min-height:410px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}
.about-box:before{content:"GB";position:absolute;right:-25px;top:-55px;font-size:250px;font-weight:950;opacity:.09}
.about-box strong{font-size:58px;line-height:1}
.about-box span{font-size:17px;margin-top:8px;color:#d7f6c3}
.checks{display:grid;gap:13px;margin:26px 0}
.check{display:flex;gap:12px;align-items:flex-start}
.check b{color:var(--green);font-size:19px}
.cta{background:var(--ink);color:#fff;border-radius:32px;padding:55px;display:flex;justify-content:space-between;align-items:center;gap:30px}
.cta h2{margin:0 0 8px;color:#fff}
.cta p{margin:0;color:#c9d0c6}
.contact{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px}
.contact-list{display:grid;gap:16px;margin-top:28px}
.contact-item{padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff}
.contact-item strong{display:block;color:var(--green-dark)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.form-field{display:flex;flex-direction:column;gap:7px}
.form-field.full{grid-column:1/-1}
.form-field label{font-weight:800;font-size:13px}
.form-field input,.form-field textarea{width:100%;border:1px solid #d9dfd4;border-radius:13px;padding:13px 14px;font:inherit;background:#fbfcfa}
.form-field textarea{min-height:145px;resize:vertical}
.form-field input:focus,.form-field textarea:focus{outline:2px solid #b7dc9e;border-color:var(--green)}
.notice{padding:15px 18px;border-radius:14px;background:#eaf7e4;margin-bottom:18px}
.site-footer{background:#0c120b;color:#dce3d8;padding:45px 0 25px}
.footer-grid{display:flex;justify-content:space-between;gap:35px;align-items:flex-start}
.footer-brand{color:#fff;font-size:20px;font-weight:900}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;color:#9ba69a;font-size:13px}
.mobile-menu{display:none}
@media(max-width:900px){
  .main-nav{display:none}.mobile-menu{display:block}
  .hero-grid,.about,.contact{grid-template-columns:1fr}
  .hero{padding:65px 0 55px}
  .hero-logo{max-width:560px}
  .services{grid-template-columns:1fr 1fr}
  .cta{padding:38px;display:block}.cta .actions{margin-top:22px}
}
@media(max-width:600px){
  .header-inner{min-height:68px}.brand img{width:58px;height:52px}.brand span{font-size:13px}
  .hero h1{font-size:45px}.hero p{font-size:16px}
  .trust-grid,.services,.form-grid{grid-template-columns:1fr}
  .section{padding:65px 0}
  .section h2{font-size:36px}
  .hero-logo{padding:18px;border-radius:22px}
  .cta{border-radius:24px;padding:30px 23px}
  .footer-grid,.footer-bottom{display:block}.footer-grid>*+*{margin-top:18px}.footer-bottom>*+*{margin-top:8px}
}

.legal-page{max-width:850px}
.legal-page h1{font-size:clamp(38px,5vw,58px);line-height:1.05;margin:0 0 28px}
.legal-page h2{font-size:28px;margin-top:34px}
.legal-page p,.legal-page li{color:#4f584e}
.legal-page a{color:var(--green-dark);text-decoration:underline}
.notice-error{background:#fff0ef;border:1px solid #efc8c4}
.consent{display:flex!important;flex-direction:row!important;gap:10px!important;align-items:flex-start;font-size:13px;font-weight:500!important;color:var(--muted)}
.consent input{width:auto!important;margin-top:4px;flex:0 0 auto}
