
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', 'Segoe UI', Arial, sans-serif; background: #fff; color: #1a1a1a; line-height: 1.6; }

:root {
  --green-dark:  #0a2010;
  --green-mid:   #122a14;
  --green-deep:  #0d1f0f;
  --green:       #1e6b2e;
  --green-light: #2e9b44;
  --green-pale:  #f0faf2;
  --green-border:#b8dfc0;
  --green-glow:  rgba(30,107,46,0.18);
  --text-muted:  #5a6870;
  --border:      #e4eae6;
  --bg-light:    #f6fbf7;
}

/* NAV */
nav { background: var(--green-dark); display: flex; align-items: center; justify-content: space-between; padding: 0 3rem; height: 70px; position: sticky; top: 0; z-index: 200; box-shadow: 0 2px 24px rgba(0,0,0,0.4); }
.nav-brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.nav-brand-icon { width: 46px; height: 46px; background: linear-gradient(135deg, var(--green), var(--green-light)); border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.nav-brand-name { font-size: 19px; font-weight: 900; color: #fff; }
.nav-brand-name span { color: #6ddb84; }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.6); font-size: 14px; font-weight: 500; text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: #fff; }
.nav-cta { display: flex; align-items: center; gap: 8px; }
.nav-cta a { display: flex; align-items: center; gap: 9px; background: linear-gradient(135deg, var(--green), var(--green-light)); color: #fff; text-decoration: none; padding: 10px 22px; border-radius: 9px; font-weight: 700; font-size: 15px; box-shadow: 0 4px 16px var(--green-glow); transition: opacity 0.2s; }
.nav-cta a:hover { opacity: 0.88; }
.nav-cta a.nav-cta-secondary { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); box-shadow: none; font-size: 14px; padding: 9px 18px; }
.nav-cta a.nav-cta-secondary:hover { background: rgba(255,255,255,0.15); }
@media (max-width: 1180px) { .nav-cta a.nav-cta-secondary span.num-label { display: none; } }

/* HERO */
.hero { background: var(--green-deep); padding: 5rem 3rem 4rem; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.04; background-image: repeating-linear-gradient(45deg,#fff 0,#fff 1px,transparent 0,transparent 50%); background-size: 20px 20px; }
.hero::after { content: ''; position: absolute; bottom: -80px; right: -80px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(46,155,68,0.14) 0%, transparent 70%); }
.hero-inner { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1fr 430px; gap: 4rem; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(46,155,68,0.12); border: 1px solid rgba(46,155,68,0.3); color: #6ddb84; font-size: 12px; font-weight: 600; padding: 6px 16px; border-radius: 999px; margin-bottom: 1.5rem; letter-spacing: 0.07em; text-transform: uppercase; }
.hero h1 { font-size: 48px; font-weight: 900; color: #fff; line-height: 1.08; margin-bottom: 1.25rem; letter-spacing: -1.5px; }
.hero h1 .accent { color: #6ddb84; display: block; }
.messie-inline { display: inline-block; background: linear-gradient(135deg, var(--green), var(--green-light)); color: #fff; font-size: 14px; font-weight: 700; padding: 4px 14px; border-radius: 6px; vertical-align: middle; margin-left: 8px; transform: translateY(-4px); }
.hero-sub { color: rgba(255,255,255,0.58); font-size: 17px; line-height: 1.75; margin-bottom: 2rem; max-width: 500px; }
.hero-usps { display: flex; flex-direction: column; gap: 10px; margin-bottom: 2.5rem; }
.hero-usp { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.8); font-size: 15px; }
.check { width: 24px; height: 24px; border-radius: 50%; background: linear-gradient(135deg, var(--green), var(--green-light)); display: flex; align-items: center; justify-content: center; font-size: 11px; color: #fff; flex-shrink: 0; font-weight: 800; box-shadow: 0 2px 8px var(--green-glow); }
.hl { color: #6ddb84; font-weight: 700; }
.hero-cta-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.btn-green { background: linear-gradient(135deg, var(--green), var(--green-light)); color: #fff; border: none; padding: 15px 30px; border-radius: 10px; font-size: 16px; font-weight: 800; cursor: pointer; font-family: inherit; display: flex; align-items: center; gap: 8px; box-shadow: 0 6px 24px var(--green-glow); transition: opacity 0.2s, transform 0.15s; }
.btn-green:hover { opacity: 0.9; transform: translateY(-1px); }
.btn-ghost { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.85); text-decoration: none; font-size: 15px; font-weight: 600; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.18); padding: 15px 24px; border-radius: 10px; transition: background 0.2s; }
.btn-ghost:hover { background: rgba(255,255,255,0.13); }
.messie-hero-note { margin-top: 1.75rem; display: flex; align-items: flex-start; gap: 14px; background: rgba(46,155,68,0.1); border: 1px solid rgba(46,155,68,0.25); border-left: 4px solid var(--green-light); border-radius: 10px; padding: 14px 18px; }
.messie-hero-note p { font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.55; }
.messie-hero-note strong { color: #6ddb84; }

/* HERO FORM */
.hero-form-card { background: #fff; border-radius: 20px; padding: 2.25rem; box-shadow: 0 24px 80px rgba(0,0,0,0.5); border-top: 4px solid var(--green); }
.hero-form-card h3 { font-size: 18px; font-weight: 800; color: var(--green-mid); margin-bottom: 0.25rem; }
.form-sub { font-size: 13px; color: var(--text-muted); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 6px; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.fg { margin-bottom: 12px; }
.fg label { font-size: 10px; font-weight: 800; color: #4a6050; text-transform: uppercase; letter-spacing: 0.1em; display: block; margin-bottom: 5px; }
.fg input, .fg select, .fg textarea { width: 100%; border: 1.5px solid var(--border); border-radius: 9px; padding: 10px 13px; font-family: inherit; font-size: 14px; color: #1a1a1a; outline: none; transition: border-color 0.2s; background: #f9fdfb; }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--green); background: #fff; box-shadow: 0 0 0 3px rgba(30,107,46,0.1); }
.fg textarea { height: 78px; resize: none; }
.form-btn { width: 100%; background: linear-gradient(135deg, var(--green), var(--green-light)); color: #fff; border: none; padding: 14px; border-radius: 10px; font-size: 16px; font-weight: 800; cursor: pointer; font-family: inherit; display: flex; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 6px 20px var(--green-glow); transition: opacity 0.2s; margin-top: 4px; }
.form-btn:hover { opacity: 0.9; }
.form-note { font-size: 11px; color: #999; text-align: center; margin-top: 9px; display: flex; align-items: center; justify-content: center; gap: 4px; }

/* TRUST BAR */
.trust-bar { background: var(--green-mid); padding: 1.1rem 2rem; display: flex; justify-content: center; align-items: center; gap: 2.5rem; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.75); }
.trust-item .ti { color: #6ddb84; font-size: 16px; }
.trust-div { width: 1px; height: 20px; background: rgba(255,255,255,0.12); }

/* SECTIONS */
.section { padding: 5rem 3rem; }
.section-inner { max-width: 1140px; margin: 0 auto; }
.bg-light { background: var(--bg-light); }
.section-eyebrow { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; color: var(--green); margin-bottom: 0.5rem; }
.section-title { font-size: 34px; font-weight: 900; color: #0a1f0a; margin-bottom: 0.75rem; letter-spacing: -0.5px; }
.section-sub { font-size: 16px; color: var(--text-muted); max-width: 560px; line-height: 1.75; margin-bottom: 3rem; }
.divider { height: 1px; background: var(--border); }

/* VORHER/NACHHER */
.vnv-intro { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.vnv-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; padding: 6px 16px; border-radius: 999px; }
.vnv-badge.vorher { background: #fff0f0; color: #c0392b; border: 1px solid #f5c6c6; }
.vnv-badge.nachher { background: var(--green-pale); color: var(--green); border: 1px solid var(--green-border); }
.vnv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.vnv-pair { border-radius: 18px; overflow: hidden; border: 1px solid var(--border); background: #fff; box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.vnv-images { display: grid; grid-template-columns: 1fr 1fr; }
.vnv-img-wrap { position: relative; overflow: hidden; }
.vnv-img-wrap img { width: 100%; height: 220px; object-fit: cover; display: block; transition: transform 0.3s; }
.vnv-img-wrap:hover img { transform: scale(1.04); }
.vnv-label { position: absolute; top: 10px; left: 10px; font-size: 11px; font-weight: 800; padding: 4px 12px; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.06em; }
.vnv-label.v { background: rgba(192,57,43,0.9); color: #fff; }
.vnv-label.n { background: rgba(30,107,46,0.9); color: #fff; }
.vnv-info { padding: 1.1rem 1.4rem; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.vnv-info h4 { font-size: 14px; font-weight: 700; color: #0a1f0a; }
.vnv-info span { font-size: 12px; color: var(--text-muted); }
.vnv-single { border-radius: 18px; overflow: hidden; border: 1px solid var(--border); background: #fff; }
.vnv-single-imgs { display: grid; grid-template-columns: repeat(3, 1fr); }
.vnv-single-imgs .vnv-img-wrap img { height: 180px; }
.vnv-single-info { padding: 1.1rem 1.4rem; border-top: 1px solid var(--border); }
.vnv-single-info h4 { font-size: 14px; font-weight: 700; color: #0a1f0a; margin-bottom: 0.25rem; }
.vnv-single-info p { font-size: 13px; color: var(--text-muted); }

/* MESSIE SECTION */
.messie-section { background: var(--green-deep); padding: 5rem 3rem; position: relative; overflow: hidden; }
.messie-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.04; background-image: repeating-linear-gradient(45deg,#fff 0,#fff 1px,transparent 0,transparent 50%); background-size: 20px 20px; }
.messie-inner { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; position: relative; z-index: 1; }
.messie-badge-tag { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, var(--green), var(--green-light)); color: #fff; font-size: 11px; font-weight: 800; padding: 5px 16px; border-radius: 999px; margin-bottom: 1.25rem; letter-spacing: 0.1em; text-transform: uppercase; box-shadow: 0 4px 16px var(--green-glow); }
.messie-section h2 { font-size: 36px; font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 1rem; letter-spacing: -0.5px; }
.messie-section h2 span { color: #6ddb84; }
.messie-section .lead { font-size: 16px; color: rgba(255,255,255,0.62); line-height: 1.75; margin-bottom: 2rem; }
.messie-points { display: flex; flex-direction: column; gap: 14px; margin-bottom: 2rem; }
.messie-point { display: flex; gap: 14px; align-items: flex-start; }
.mp-icon { width: 42px; height: 42px; border-radius: 10px; flex-shrink: 0; background: rgba(46,155,68,0.15); border: 1px solid rgba(46,155,68,0.25); display: flex; align-items: center; justify-content: center; font-size: 20px; }
.mp-body h4 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 3px; }
.mp-body p { font-size: 13px; color: rgba(255,255,255,0.58); line-height: 1.6; }
.messie-note { background: rgba(46,155,68,0.1); border: 1px solid rgba(46,155,68,0.25); border-left: 4px solid var(--green-light); border-radius: 10px; padding: 1rem 1.25rem; font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.6; }
.messie-note strong { color: #6ddb84; }
.messie-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.mc { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; padding: 1.4rem; transition: background 0.2s, border-color 0.2s; }
.mc:hover { background: rgba(46,155,68,0.1); border-color: rgba(46,155,68,0.3); }
.mc-icon { font-size: 28px; margin-bottom: 0.75rem; }
.mc-title { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 0.3rem; }
.mc-text { font-size: 12px; color: rgba(255,255,255,0.5); line-height: 1.6; }

/* HOW IT WORKS */
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative; }
.steps-grid::before { content: ''; position: absolute; top: 34px; left: 12.5%; right: 12.5%; height: 2px; background: linear-gradient(90deg, var(--green), var(--green-light)); z-index: 0; }
.step-card { text-align: center; padding: 0 1rem 1.5rem; position: relative; z-index: 1; }
.step-num { width: 68px; height: 68px; border-radius: 50%; background: linear-gradient(135deg, var(--green), var(--green-light)); color: #fff; font-size: 24px; font-weight: 900; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; border: 4px solid var(--bg-light); box-shadow: 0 6px 20px var(--green-glow); }
.step-card h4 { font-size: 15px; font-weight: 700; color: #0a1f0a; margin-bottom: 0.4rem; }
.step-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* LEISTUNGEN */
.leistungen-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.lcard { border: 1px solid var(--border); border-radius: 18px; overflow: hidden; transition: box-shadow 0.25s, transform 0.25s; background: #fff; }
.lcard:hover { box-shadow: 0 16px 48px rgba(10,32,16,0.12); transform: translateY(-4px); }
.lcard.featured { border: 2px solid var(--green); }
.lcard-img { height: 155px; display: flex; align-items: center; justify-content: center; font-size: 56px; position: relative; }
.lcard-img.c1 { background: linear-gradient(135deg, #0a2010, #122a14); }
.lcard-img.c2 { background: linear-gradient(135deg, #0d2218, #1a3a24); }
.lcard-img.c3 { background: linear-gradient(135deg, #081808, #102010); }
.ribbon { position: absolute; top: 14px; right: -8px; background: linear-gradient(135deg, var(--green), var(--green-light)); color: #fff; font-size: 10px; font-weight: 800; padding: 4px 16px 4px 12px; border-radius: 4px 0 0 4px; letter-spacing: 0.06em; text-transform: uppercase; box-shadow: 0 2px 8px var(--green-glow); }
.ribbon::after { content: ''; position: absolute; right: 0; bottom: -6px; border-left: 8px solid #145c1e; border-bottom: 6px solid transparent; }
.lcard-body { padding: 1.6rem; }
.lcard-body h3 { font-size: 18px; font-weight: 800; color: #0a1f0a; margin-bottom: 0.5rem; }
.lcard-body p { font-size: 13.5px; color: var(--text-muted); line-height: 1.7; margin-bottom: 1rem; }
.lcard-list { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.lcard-list li { font-size: 13px; color: #333; display: flex; align-items: flex-start; gap: 9px; }
.lcard-list li::before { content: '✓'; color: var(--green); font-weight: 800; flex-shrink: 0; margin-top: 1px; }
.lcard-cta { display: inline-flex; align-items: center; gap: 6px; margin-top: 1.25rem; font-size: 13px; font-weight: 700; color: var(--green); cursor: pointer; transition: gap 0.2s; }
.lcard-cta:hover { gap: 10px; }

/* VORTEILE */
.vorteile-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.vcard { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 1.75rem; transition: box-shadow 0.2s, border-color 0.2s; }
.vcard:hover { box-shadow: 0 8px 32px rgba(10,32,16,0.09); border-color: var(--green-border); }
.v-icon { width: 56px; height: 56px; border-radius: 14px; margin-bottom: 1.1rem; background: var(--green-pale); border: 1px solid var(--green-border); display: flex; align-items: center; justify-content: center; font-size: 26px; }
.vcard h4 { font-size: 16px; font-weight: 800; color: #0a1f0a; margin-bottom: 0.4rem; }
.vcard p { font-size: 13.5px; color: var(--text-muted); line-height: 1.65; }

/* BEWERTUNGEN */
.bew-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.bcard { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 1.6rem; transition: box-shadow 0.2s; }
.bcard:hover { box-shadow: 0 8px 32px rgba(10,32,16,0.09); }
.stars { color: #27ae60; font-size: 17px; margin-bottom: 0.75rem; letter-spacing: 1.5px; }
.btext { font-size: 14px; color: #333; line-height: 1.75; margin-bottom: 1.1rem; font-style: italic; }
.bauthor { font-size: 13px; font-weight: 800; color: #0a1f0a; }
.bloc { font-size: 12px; color: #999; margin-top: 2px; }
.rating-box { display: inline-flex; align-items: center; gap: 16px; background: var(--green-pale); border: 1px solid var(--green-border); border-radius: 14px; padding: 1.1rem 2rem; margin-top: 2rem; }
.rating-num { font-size: 36px; font-weight: 900; color: #0a1f0a; }
.rating-stars { color: #27ae60; font-size: 20px; letter-spacing: 2px; }
.rating-label { font-size: 12px; color: var(--text-muted); margin-top: 2px; }

/* CTA BANNER */
.cta-section { background: linear-gradient(135deg, var(--green-deep), var(--green-mid)); padding: 5rem 3rem; text-align: center; position: relative; overflow: hidden; }
.cta-section::after { content: ''; position: absolute; bottom: -80px; left: 50%; transform: translateX(-50%); width: 600px; height: 300px; background: radial-gradient(ellipse, rgba(46,155,68,0.12) 0%, transparent 70%); }
.cta-inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.cta-section h2 { font-size: 40px; font-weight: 900; color: #fff; margin-bottom: 1rem; letter-spacing: -0.8px; line-height: 1.1; }
.cta-section h2 span { color: #6ddb84; }
.cta-section p { font-size: 17px; color: rgba(255,255,255,0.6); margin-bottom: 2.5rem; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-phone { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.08); color: #fff; text-decoration: none; padding: 16px 28px; border-radius: 10px; font-size: 16px; font-weight: 700; border: 1.5px solid rgba(255,255,255,0.2); transition: background 0.2s; }
.cta-phone:hover { background: rgba(255,255,255,0.15); }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 10px; max-width: 740px; }
.faq-item { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; background: #fff; }
.faq-q { padding: 1.1rem 1.5rem; font-size: 15px; font-weight: 700; color: #0a1f0a; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background 0.15s; user-select: none; }
.faq-q:hover { background: var(--bg-light); }
.faq-arrow { color: var(--green); font-size: 18px; transition: transform 0.2s; }
.faq-q.open .faq-arrow { transform: rotate(180deg); }
.faq-a { display: none; padding: 0 1.5rem 1.1rem; font-size: 14px; color: var(--text-muted); line-height: 1.75; }
.faq-a.open { display: block; }

/* KONTAKT */
.kontakt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.kontakt-left h3 { font-size: 24px; font-weight: 800; color: #0a1f0a; margin-bottom: 1.75rem; }
.kontakt-rows { display: flex; flex-direction: column; gap: 16px; }
.kontakt-row { display: flex; align-items: flex-start; gap: 16px; }
.k-icon { width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0; background: var(--green-pale); border: 1px solid var(--green-border); display: flex; align-items: center; justify-content: center; font-size: 20px; }
.k-label { font-size: 10px; font-weight: 800; color: var(--green); text-transform: uppercase; letter-spacing: 0.1em; }
.k-value { font-size: 15px; font-weight: 600; color: #0a1f0a; margin-top: 3px; line-height: 1.5; }
.k-value a { color: inherit; text-decoration: none; }
.k-value a:hover { color: var(--green); }
.kontakt-note { margin-top: 1.75rem; background: var(--green-pale); border: 1px solid var(--green-border); border-left: 4px solid var(--green); border-radius: 12px; padding: 1.2rem 1.4rem; }
.kontakt-note p { font-size: 13.5px; color: #0a1f0a; line-height: 1.65; }
.kontakt-note strong { color: var(--green); }
.form-card { background: var(--bg-light); border: 1px solid var(--border); border-radius: 20px; padding: 2.25rem; border-top: 4px solid var(--green); }
.form-card h3 { font-size: 20px; font-weight: 800; color: #0a1f0a; margin-bottom: 0.25rem; }
.form-card .fsub { font-size: 13px; color: var(--text-muted); margin-bottom: 1.5rem; }

/* FOOTER */
footer { background: var(--green-dark); padding: 4rem 3rem 2rem; }
.footer-inner { max-width: 1140px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,0.07); }
.footer-brand-name { font-size: 22px; font-weight: 900; color: #fff; margin-bottom: 0.6rem; }
.footer-brand-name span { color: #6ddb84; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.38); line-height: 1.7; max-width: 280px; margin-bottom: 1.25rem; }
.footer-btns { display: flex; flex-direction: column; gap: 8px; }
.fb-g { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, var(--green), var(--green-light)); color: #fff; text-decoration: none; padding: 10px 18px; border-radius: 9px; font-size: 13px; font-weight: 700; width: fit-content; }
.fb-ghost { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.55); text-decoration: none; padding: 10px 18px; border-radius: 9px; font-size: 13px; border: 1px solid rgba(255,255,255,0.1); width: fit-content; }
.footer-col h4 { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: #6ddb84; margin-bottom: 1.1rem; }
.footer-col a { display: block; color: rgba(255,255,255,0.42); font-size: 13px; text-decoration: none; margin-bottom: 9px; transition: color 0.2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { padding-top: 1.75rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { color: rgba(255,255,255,0.22); font-size: 12px; }
.footer-btm-links { display: flex; gap: 1.75rem; }
.footer-btm-links a { color: rgba(255,255,255,0.22); font-size: 12px; text-decoration: none; transition: color 0.2s; }
.footer-btm-links a:hover { color: rgba(255,255,255,0.7); }

/* MODAL */
.modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.75); z-index: 999; align-items: flex-start; justify-content: center; padding: 2rem 1rem; overflow-y: auto; }
.modal-overlay.active { display: flex; }
.modal-box { background: #fff; border-radius: 20px; max-width: 680px; width: 100%; padding: 2.5rem; position: relative; border-top: 4px solid var(--green); margin: auto; }
.modal-close { position: absolute; top: 1.2rem; right: 1.2rem; background: var(--green-pale); border: none; border-radius: 50%; width: 36px; height: 36px; font-size: 20px; cursor: pointer; color: var(--green); font-weight: 700; display: flex; align-items: center; justify-content: center; }
.modal-close:hover { background: var(--green); color: #fff; }
.modal-box h2 { font-size: 22px; font-weight: 800; color: #0a1f0a; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border); }
.imp-s { margin-bottom: 1.25rem; }
.imp-s h3 { font-size: 12px; font-weight: 800; color: var(--green); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.5rem; }
.imp-s p, .imp-s ul { font-size: 14px; color: #333; line-height: 1.8; }
.imp-s ul { padding-left: 1.5rem; }
.imp-s a { color: var(--green); text-decoration: none; }
.imp-div { height: 1px; background: var(--border); margin: 1rem 0; }

/* STICKY MOBILE */
.sticky-mobile { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 300; background: linear-gradient(135deg, var(--green), var(--green-light)); padding: 14px 2rem; text-align: center; box-shadow: 0 -4px 20px rgba(0,0,0,0.25); }
.sticky-mobile a { color: #fff; text-decoration: none; font-size: 16px; font-weight: 800; display: flex; align-items: center; justify-content: center; gap: 10px; }

@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero h1 { font-size: 34px; }
  .messie-inner { grid-template-columns: 1fr; }
  .leistungen-grid { grid-template-columns: 1fr; }
  .vorteile-grid { grid-template-columns: 1fr 1fr; }
  .bew-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid::before { display: none; }
  .kontakt-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .vnv-grid { grid-template-columns: 1fr; }
  .vnv-single-imgs { grid-template-columns: 1fr 1fr; }
  nav { padding: 0 1.5rem; }
  .nav-links { display: none; }
  .nav-cta a.nav-cta-secondary { display: none; }
  .section { padding: 3.5rem 1.5rem; }
  .messie-section { padding: 3.5rem 1.5rem; }
  .sticky-mobile { display: block; }
  body { padding-bottom: 56px; }
  footer { padding: 3rem 1.5rem 1.5rem; }
  .cta-section { padding: 3.5rem 1.5rem; }
  .hero-form-card { padding: 1.75rem; }
  .section-title { font-size: 27px; }
  .cta-section h2 { font-size: 30px; }
  .messie-section h2 { font-size: 28px; }
}
@media (max-width: 560px) {
  .vorteile-grid { grid-template-columns: 1fr; }
  .messie-cards { grid-template-columns: 1fr; }
  .vnv-images { grid-template-columns: 1fr; }
  .vnv-single-imgs { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  nav { padding: 0 1rem; height: 64px; }
  .nav-brand-name { font-size: 16px; }
  .nav-brand-icon, .nav-brand img { height: 40px !important; width: 40px !important; }
  .nav-cta a span.num-label { display: none; }
  .nav-cta a { padding: 9px 12px; }
  .hero { padding: 2.5rem 1.25rem 2rem; }
  .hero h1 { font-size: 27px; letter-spacing: -0.8px; }
  .hero-eyebrow { font-size: 11px; padding: 5px 12px; }
  .hero-sub { font-size: 15px; }
  .hero-cta-row { flex-direction: column; align-items: stretch; }
  .hero-cta-row .btn-green, .hero-cta-row .btn-ghost { width: 100%; justify-content: center; }
  .hero-form-card { padding: 1.4rem; border-radius: 16px; }
  .section { padding: 2.75rem 1.25rem; }
  .messie-section { padding: 2.75rem 1.25rem; }
  .section-title { font-size: 23px; }
  .section-sub { font-size: 14.5px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { padding: 0 0.5rem 1rem; }
  .cta-section { padding: 2.75rem 1.25rem; }
  .cta-section h2 { font-size: 25px; }
  .cta-btns { flex-direction: column; align-items: stretch; }
  .cta-btns .btn-green, .cta-btns .cta-phone { width: 100%; justify-content: center; }
  .messie-section h2 { font-size: 24px; }
  .sticky-mobile { padding: 11px 1rem; }
  .sticky-mobile a { font-size: 14px; gap: 6px; }
  .trust-bar { gap: 1.1rem; padding: 0.9rem 1rem; }
  .trust-item { font-size: 12px; }
  footer { padding: 2.5rem 1.25rem 1.25rem; }
  .lcard-body, .vcard, .bcard { padding: 1.3rem; }
}

/* Cookie-Consent-Banner */
.cookie-banner{
  display:none;position:fixed;left:20px;right:20px;bottom:20px;z-index:400;
  max-width:820px;margin:0 auto;background:#fff;border:1px solid var(--border);border-radius:16px;
  padding:20px 24px;box-shadow:0 24px 48px -18px rgba(0,0,0,0.4);
  gap:18px;align-items:center;
}
.cookie-banner.show{display:flex;flex-wrap:wrap;}
.cookie-banner-text{flex:1 1 360px;font-size:13px;color:var(--text-muted);line-height:1.6;}
.cookie-banner-text strong{color:#0a1f0a;}
.cookie-banner-text a{color:var(--green);font-weight:700;}
.cookie-banner-actions{display:flex;gap:10px;flex-wrap:wrap;}
.cookie-banner-actions button{
  padding:11px 20px;border-radius:9px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;
  white-space:nowrap;
}
.cookie-decline{background:#fff;border:1.5px solid var(--border);color:#333;}
.cookie-accept{background:linear-gradient(135deg, var(--green), var(--green-light));border:none;color:#fff;box-shadow:0 4px 16px var(--green-glow);}
@media (max-width:600px){
  .cookie-banner{left:12px;right:12px;bottom:70px;padding:16px;}
  .cookie-banner-actions{width:100%;}
  .cookie-banner-actions button{flex:1;}
}



.pulse-dot-dark .ring-dark{
  transform-box: fill-box;
  transform-origin: center;
  animation: pulseRingDark 2.6s ease-out infinite;
}
@keyframes pulseRingDark{
  0%{ transform:scale(0.4); opacity:.6; }
  100%{ transform:scale(4.2); opacity:0; }
}
@media (max-width: 960px) {
  #einsatzgebiet .section-inner { grid-template-columns: 1fr !important; }
}
