/* Modern-clean + handwerklich: warmes Papier, kräftige Typo, präzise Details */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght,SOFT@9..144,500..900,0..100&family=Manrope:wght@300..800&display=swap');

:root{
  --bg: #f7f3ea;
  --panel: rgba(255,255,255,.72);
  --ink: #121212;
  --muted: #5a554f;
  --line: rgba(18,18,18,.12);
  --accent: #0f766e;   /* moos/teal */
  --accent2: #c2410c;  /* terracotta */
  --ok: #166534;
  --radius: 18px;
  --shadow: 0 18px 60px rgba(17, 24, 39, .10);
  --shadow2: 0 10px 30px rgba(17, 24, 39, .10);
  --container: 1120px;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  color: var(--ink);
  background: radial-gradient(1200px 700px at 20% 0%, rgba(15,118,110,.10), transparent 55%),
              radial-gradient(900px 600px at 85% 10%, rgba(194,65,12,.10), transparent 52%),
              radial-gradient(900px 600px at 40% 100%, rgba(15,118,110,.08), transparent 55%),
              var(--bg);
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  line-height: 1.55;
}

/* dezentes Körnchen (perfekt ist overkill – wir halten’s leicht) */
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.12;
  mix-blend-mode:multiply;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='260' height='260' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E");
}

a{ color:inherit; text-decoration: none; }
a:hover{ text-decoration: underline; text-underline-offset: .25em; }

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

.skip-link{
  position:absolute;
  left:-999px;
  top:auto;
  width:1px;height:1px;
  overflow:hidden;
}
.skip-link:focus{
  left: 16px; top: 16px;
  width:auto;height:auto;
  padding:10px 14px;
  background:#fff;
  border:1px solid var(--line);
  border-radius: 10px;
  z-index: 9999;
}

/* Header */
.site-header{
  position: sticky;
  top:0;
  z-index: 50;
  padding: 14px 0;
  backdrop-filter: blur(14px);
  background: linear-gradient(to bottom, rgba(247,243,234,.90), rgba(247,243,234,.70));
  border-bottom: 1px solid rgba(18,18,18,.08);
}

.nav{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 18px;
}

.brand{
  display:flex;
  align-items:center;
  gap: 12px;
  min-width: 220px;
}
.brand-mark{
  width: 34px; height: 34px;
  border-radius: 12px;
  background:
    radial-gradient(12px 12px at 30% 30%, rgba(255,255,255,.65), transparent 60%),
    linear-gradient(140deg, var(--accent), #0b5f59 55%, #073f3a);
  box-shadow: 0 14px 24px rgba(15,118,110,.22);
  position: relative;
}
.brand-mark:after{
  content:"";
  position:absolute;
  inset: 8px;
  border-radius: 9px;
  border:1px solid rgba(255,255,255,.50);
}
.brand-text{
  display:flex;
  flex-direction: column;
  line-height: 1.1;
}
.brand-text strong{
  font-family: "Fraunces", serif;
  font-weight: 750;
  letter-spacing: .2px;
}
.brand-text span{
  color: var(--muted);
  font-size: 12.5px;
}

.nav-links{
  display:flex;
  align-items:center;
  gap: 16px;
}
.nav-links a{
  padding: 10px 10px;
  border-radius: 12px;
  color: rgba(18,18,18,.82);
}
.nav-links a[aria-current="page"]{
  background: rgba(15,118,110,.10);
  outline: 1px solid rgba(15,118,110,.18);
}
.nav-ctas{
  display:flex;
  align-items:center;
  gap: 10px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(18,18,18,.14);
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 25px rgba(17,24,39,.06);
  font-weight: 700;
  letter-spacing: .15px;
}
.btn:hover{ transform: translateY(-1px); }
.btn:active{ transform: translateY(0px); }

.btn-primary{
  border: 1px solid rgba(15,118,110,.35);
  background: linear-gradient(135deg, rgba(15,118,110,.92), rgba(9,86,80,.92));
  color: #fff;
  box-shadow: 0 14px 36px rgba(15,118,110,.25);
}
.btn-primary:hover{
  filter: brightness(1.03);
  text-decoration: none;
}
.btn-ghost{
  background: rgba(255,255,255,.55);
}
.btn-whatsapp{
  border: 1px solid rgba(22,101,52,.30);
  background: linear-gradient(135deg, rgba(22,101,52,.10), rgba(22,101,52,.02));
}
.btn-brown{
  border: 1px solid rgba(194,65,12,.35);
  background: linear-gradient(135deg, rgba(194,65,12,.96), rgba(154,52,10,.96));
  color: #fff;
  box-shadow: 0 14px 34px rgba(194,65,12,.22);
}
.btn-brown:hover{
  filter: brightness(1.03);
  text-decoration: none;
}

/* Ton-in-Ton Button (wie Website-Hintergrund) + braune Outline */
.btn-paper{
  border: 1px solid rgba(194,65,12,.45);
  background: rgba(247,243,234,.92);
  color: rgba(18,18,18,.92);
  box-shadow: 0 14px 34px rgba(17,24,39,.10);
}
.btn-paper:hover{
  filter: brightness(1.01);
  text-decoration: none;
}
.btn-whatsapp[data-disabled="true"]{
  opacity: .55;
  cursor: not-allowed;
}
.btn-sm{ padding: 10px 12px; border-radius: 12px; }

.hamburger{
  display:none;
  border: 1px solid rgba(18,18,18,.14);
  background: rgba(255,255,255,.62);
  padding: 10px 12px;
  border-radius: 14px;
}

.mobile-panel{
  display:none;
  padding: 12px;
  margin-top: 10px;
  border-radius: var(--radius);
  border: 1px solid rgba(18,18,18,.10);
  background: rgba(255,255,255,.70);
  box-shadow: var(--shadow2);
}
.mobile-panel a{ display:block; padding: 10px 12px; border-radius: 12px; }
.mobile-panel a[aria-current="page"]{ background: rgba(15,118,110,.10); }

/* Sections */
.section{ padding: 58px 0; }
.section-tight{ padding: 40px 0; }
.kicker{
  display:inline-flex;
  gap: 10px;
  align-items:center;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(18,18,18,.70);
}
.kicker:before{
  content:"";
  width: 10px; height: 10px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #fff, rgba(255,255,255,0) 60%),
              linear-gradient(160deg, var(--accent2), rgba(194,65,12,.65));
  box-shadow: 0 8px 18px rgba(194,65,12,.20);
}

h1,h2,h3{
  font-family: "Fraunces", serif;
  margin: 10px 0 0 0;
  letter-spacing: .2px;
}
h1{
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.02;
}
h2{
  font-size: clamp(26px, 3.0vw, 38px);
  line-height: 1.12;
}
h3{
  font-size: 22px;
  line-height: 1.18;
}
p{ margin: 12px 0 0 0; color: rgba(18,18,18,.84); }

.grid-hero{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 26px;
  align-items: stretch;
}
.hero-panel{
  background: rgba(255,255,255,.66);
  border: 1px solid rgba(18,18,18,.10);
  border-radius: 26px;
  box-shadow: var(--shadow);
  padding: 28px;
  position: relative;
  overflow:hidden;
}
.hero-panel:before{
  content:"";
  position:absolute;
  inset:-40px -40px auto auto;
  width: 300px; height: 300px;
  background: radial-gradient(circle at 35% 35%, rgba(15,118,110,.28), rgba(15,118,110,0) 60%);
  filter: blur(1px);
}
.hero-panel:after{
  content:"";
  position:absolute;
  inset:auto -60px -70px auto;
  width: 340px; height: 340px;
  background: radial-gradient(circle at 35% 35%, rgba(194,65,12,.20), rgba(194,65,12,0) 58%);
}

/* Hero als "grüner CTA-Kasten" (wie Offerte-Block) */
.hero-panel.cta-green:before,
.hero-panel.cta-green:after{
  content: none;
}
.hero-panel.cta-green .hero-lead{
  color: rgba(255,255,255,.88);
}
.hero-panel.cta-green .hero-sub{
  color: rgba(255,255,255,.76);
}
.hero-panel.cta-green .hero-sub b{
  color: rgba(255,255,255,.92);
}
.hero-panel.cta-green .cta-secondary{
  color: rgba(255,255,255,.84);
  opacity: .92;
}
.hero-panel.cta-green .cta-secondary:hover{
  color: rgba(255,255,255,.98);
}

.hero-lead{
  font-size: 16.5px;
  color: rgba(18,18,18,.78);
  max-width: 62ch;
}
.hero-ctas{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.hero-ctas .cta-secondary{
  display:inline-flex;
  align-items:center;
  padding: 10px 10px;
  border-radius: 12px;
  color: rgba(18,18,18,.74);
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  opacity: .88;
}
.hero-ctas .cta-secondary:hover{
  color: rgba(18,18,18,.95);
  text-decoration: underline;
  text-underline-offset: .25em;
  opacity: 1;
}
.hero-sub{
  margin-top: 12px;
  display:flex;
  flex-wrap:wrap;
  gap: 10px 12px;
  color: rgba(18,18,18,.68);
  font-size: 13px;
}
.hero-sub b{ color: rgba(18,18,18,.84); }

/* Sticky CTA (z.B. Referenzen) */
.sticky-cta{
  position: fixed;
  left: 0; right: 0;
  bottom: 14px;
  z-index: 60;
  pointer-events: none;
  transform: translateY(18px);
  opacity: 0;
  transition: transform .18s ease, opacity .18s ease;
}
.sticky-cta[data-visible="true"]{
  transform: translateY(0);
  opacity: 1;
}
.sticky-cta .inner{
  pointer-events: auto;
  max-width: 1120px;
  margin: 0 auto;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(18,18,18,.12);
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 50px rgba(17,24,39,.16);
  display:flex;
  gap: 12px;
  align-items:center;
  justify-content: space-between;
}
.sticky-cta .copy{
  display:flex;
  gap: 10px;
  align-items: baseline;
  flex-wrap: wrap;
}
.sticky-cta .copy strong{
  font-family: "Fraunces", serif;
  font-weight: 820;
}
.sticky-cta .copy span{
  color: rgba(18,18,18,.72);
  font-size: 13px;
}
.sticky-cta .actions{
  display:flex;
  gap: 10px;
  align-items:center;
  flex-wrap: wrap;
}
.sticky-cta .close{
  pointer-events: auto;
  border: 1px solid rgba(18,18,18,.14);
  background: rgba(255,255,255,.55);
  color: rgba(18,18,18,.72);
  border-radius: 12px;
  padding: 10px 10px;
  font-weight: 900;
  line-height: 1;
}
.sticky-cta .close:hover{ filter: brightness(1.02); }

/* Kontakt: Step-Form */
.form-step{
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(18,18,18,.10);
}
.form-actions{
  display:flex;
  gap: 10px;
  align-items:center;
  flex-wrap: wrap;
  margin-top: 12px;
}

.hero-proof{
  border-radius: 22px;
  border: 1px solid rgba(18,18,18,.10);
  background: rgba(255,255,255,.68);
  box-shadow: 0 16px 46px rgba(17,24,39,.10);
  overflow:hidden;
}
.hero-proof .ba-grid{
  height: 220px;
  display:grid;
  grid-template-columns: 1fr 1fr;
}
.hero-proof .ba-cell{
  position: relative;
  overflow:hidden;
}
.hero-proof .ba-cell img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
}
.hero-proof .ba-cell:after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(135deg, rgba(0,0,0,.16), rgba(0,0,0,.02));
  pointer-events:none;
}
.hero-proof .ba-tag{
  position:absolute;
  left: 12px;
  top: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.55);
  background: rgba(255,255,255,.72);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(18,18,18,.78);
  z-index: 1;
}
.hero-proof .badge{
  position:absolute;
  left: 14px;
  top: 14px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(18,18,18,.12);
  background: rgba(255,255,255,.75);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(18,18,18,.78);
}

.page-hero-img{
  margin-top: 16px;
  width: 100%;
  height: auto;
  border-radius: 22px;
  border: 1px solid rgba(18,18,18,.10);
  background: rgba(255,255,255,.62);
  box-shadow: 0 16px 46px rgba(17,24,39,.10);
}
.photo-strip{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.photo-strip img{
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(18,18,18,.10);
  background: rgba(255,255,255,.62);
  box-shadow: 0 12px 34px rgba(17,24,39,.08);
}
.hero-proof .meta{
  padding: 14px 16px 16px 16px;
}
.hero-proof .meta h3{ margin-top:0; }
.hero-proof .meta p{ margin-top:8px; color: rgba(18,18,18,.74); }

.hero-kurz{
  margin-top: 14px;
  border-radius: 22px;
  border: 1px solid rgba(18,18,18,.10);
  background: rgba(255,255,255,.62);
  box-shadow: 0 12px 34px rgba(17,24,39,.08);
  padding: 14px 16px;
}
.hero-kurz .stat{ margin-top: 0; }
.hero-kurz .list{ margin-top: 10px; }
.micro{
  margin-top: 12px;
  color: rgba(18,18,18,.70);
  font-size: 13px;
}
.pill-row{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  margin-top: 18px;
}
.pill{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(18,18,18,.12);
  background: rgba(255,255,255,.60);
  font-weight: 700;
  font-size: 13px;
}
.pill b{ font-family: "Fraunces", serif; font-weight: 760; }

.hero-visual{
  border-radius: 26px;
  border: 1px solid rgba(18,18,18,.10);
  background: linear-gradient(135deg, rgba(18,18,18,.06), rgba(18,18,18,.02)),
              radial-gradient(650px 360px at 18% 12%, rgba(15,118,110,.22), transparent 58%),
              radial-gradient(620px 360px at 75% 20%, rgba(194,65,12,.22), transparent 58%),
              rgba(255,255,255,.55);
  box-shadow: var(--shadow);
  padding: 18px;
  overflow:hidden;
  position:relative;
}
.hero-visual .card{
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(18,18,18,.10);
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(17,24,39,.08);
}
.hero-visual .card + .card{ margin-top: 12px; }
.stat{
  display:flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}
.stat strong{
  font-family: "Fraunces", serif;
  font-weight: 780;
  font-size: 20px;
}
.stat span{ color: var(--muted); font-size: 13px; }

/* Feature/Services cards */
.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.service-card .service-media{
  position: relative;
  margin: -18px -18px 14px -18px;
  border-radius: 18px 18px 16px 16px;
  overflow: hidden;
  border: 1px solid rgba(18,18,18,.10);
  background: rgba(255,255,255,.55);
}
.service-card .service-media img{
  display:block;
  width: 100%;
  height: 150px;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02);
}
.service-card .service-media:after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,0) 55%);
  pointer-events:none;
}
.service-card .service-icon{
  position:absolute;
  left: 14px;
  top: 14px;
  width: 44px;
  height: 44px;
  display:grid;
  place-items:center;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.55);
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 24px rgba(17,24,39,.18);
}
.service-card .service-icon svg{ width: 22px; height: 22px; }
.card{
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(18,18,18,.10);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: 0 16px 40px rgba(17,24,39,.07);
}
.card p{ color: rgba(18,18,18,.78); }
.icon{
  width: 44px; height: 44px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  border: 1px solid rgba(18,18,18,.10);
  background:
    radial-gradient(16px 16px at 30% 30%, rgba(255,255,255,.60), transparent 60%),
    linear-gradient(140deg, rgba(15,118,110,.20), rgba(15,118,110,.06));
  margin-bottom: 10px;
}
.icon.orange{
  background:
    radial-gradient(16px 16px at 30% 30%, rgba(255,255,255,.60), transparent 60%),
    linear-gradient(140deg, rgba(194,65,12,.20), rgba(194,65,12,.05));
}
.icon svg{ width: 22px; height: 22px; opacity: .9; }

.split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 18px;
}
.list{
  margin: 12px 0 0 0;
  padding: 0 0 0 18px;
  color: rgba(18,18,18,.82);
}
.list li{ margin: 8px 0; }

/* Projects */
.project-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.project{
  border-radius: var(--radius);
  border: 1px solid rgba(18,18,18,.10);
  background: rgba(255,255,255,.65);
  overflow:hidden;
  box-shadow: 0 16px 40px rgba(17,24,39,.07);
}
.project .thumb{
  height: 170px;
  background:
    linear-gradient(135deg, rgba(15,118,110,.18), rgba(15,118,110,0) 55%),
    linear-gradient(225deg, rgba(194,65,12,.18), rgba(194,65,12,0) 55%),
    repeating-linear-gradient(135deg, rgba(18,18,18,.06), rgba(18,18,18,.06) 2px, rgba(18,18,18,0) 2px, rgba(18,18,18,0) 10px),
    rgba(255,255,255,.45);
}
.project .thumb.before-after{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 10px;
}
.project .thumb.before-after .ba{
  border-radius: 14px;
  border: 1px solid rgba(18,18,18,.10);
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background-size: cover;
  background-position: center;
}
.project .thumb.before-after .ba:before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(135deg, rgba(0,0,0,.08), rgba(0,0,0,.02));
}
.project .thumb.before-after .ba.after:before{
  background: linear-gradient(135deg, rgba(0,0,0,.05), rgba(0,0,0,.00));
}
.project .thumb.before-after .label{
  position:absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(18,18,18,.12);
  background: rgba(255,255,255,.70);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(18,18,18,.78);
}
.project .thumb.before-after .ba.after .label{
  border-color: rgba(22,101,52,.20);
  background: rgba(240, 253, 244, .70);
}

/* Vorher/Nachher Bilder je Gewerk */
.project[data-kind="pflaster"] .thumb.before-after .ba.before{ background-image: url('assets/photos/pflaster-before-clean.jpg'); }
.project[data-kind="pflaster"] .thumb.before-after .ba.after{ background-image: url('assets/photos/pflaster-after.jpg'); }
.project[data-kind="boden"] .thumb.before-after .ba.before{ background-image: url('assets/photos/boden-before.jpg'); }
.project[data-kind="boden"] .thumb.before-after .ba.after{ background-image: url('assets/photos/boden-after.jpg'); }
.project[data-kind="maler"] .thumb.before-after .ba.before{ background-image: url('assets/photos/maler-before.jpg'); }
.project[data-kind="maler"] .thumb.before-after .ba.after{ background-image: url('assets/photos/maler-after.jpg'); }
.project .meta{
  padding: 14px 16px 16px 16px;
}
.project .meta .tag{
  display:inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: rgba(18,18,18,.78);
  border: 1px solid rgba(18,18,18,.10);
  background: rgba(255,255,255,.55);
}

.filters{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
  margin-top: 16px;
}
.chip{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(18,18,18,.12);
  background: rgba(255,255,255,.55);
  font-weight: 800;
  font-size: 13px;
  cursor:pointer;
}
.chip[data-active="true"]{
  background: rgba(15,118,110,.10);
  border-color: rgba(15,118,110,.22);
}

/* Contact */
form{
  display:grid;
  gap: 12px;
  margin-top: 16px;
}
label{ font-weight: 800; font-size: 13px; color: rgba(18,18,18,.75); }
input, textarea, select{
  width: 100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(18,18,18,.14);
  background: rgba(255,255,255,.72);
  font-family: inherit;
  font-size: 14.5px;
}
textarea{ min-height: 120px; resize: vertical; }
.form-row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.form-note{
  font-size: 13px;
  color: rgba(18,18,18,.72);
}

/* Footer */
.footer{
  padding: 36px 0;
  border-top: 1px solid rgba(18,18,18,.10);
  background: rgba(255,255,255,.35);
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 16px;
}
.footer small{ color: rgba(18,18,18,.68); }
.footer a{ color: rgba(18,18,18,.82); }
.footer .mini-links{ display:flex; flex-wrap:wrap; gap: 10px; margin-top: 10px; }

.notice{
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(18,18,18,.10);
  background: rgba(255,255,255,.62);
  color: rgba(18,18,18,.76);
  font-size: 13px;
}
.notice b{ font-family: "Fraunces", serif; }

/* CTA-Karten */
.card.cta-green{
  border-color: rgba(15,118,110,.28);
  background:
    radial-gradient(420px 220px at 15% 15%, rgba(255,255,255,.18), transparent 60%),
    radial-gradient(520px 260px at 90% 30%, rgba(194,65,12,.16), transparent 62%),
    linear-gradient(135deg, rgba(10,92,86,.96), rgba(7,63,58,.96)) !important;
  color: rgba(255,255,255,.92) !important;
}
.card.cta-green h1,
.card.cta-green h2,
.card.cta-green h3{
  color: rgba(255,255,255,.95) !important;
}
.card.cta-green p,
.card.cta-green .form-note,
.card.cta-green .micro{
  color: rgba(255,255,255,.84) !important;
}
.card.cta-green a{
  color: rgba(255,255,255,.92);
}
.card.cta-green .btn{
  box-shadow: 0 14px 34px rgba(0,0,0,.16);
}
.card.cta-green .btn-whatsapp{
  background: rgba(255,255,255,.12) !important;
  border-color: rgba(255,255,255,.26) !important;
  color: #fff !important;
}
.card.cta-green .btn-whatsapp:hover{
  filter: brightness(1.06);
}
.card.cta-green .btn-paper{
  /* Ton-in-Ton Button bleibt "paper", wirkt im grünen CTA als Kontrastfläche */
  background: rgba(247,243,234,.92) !important;
  border-color: rgba(194,65,12,.55) !important;
  color: rgba(18,18,18,.92) !important;
}
.card.cta-green .kicker{
  color: rgba(255,255,255,.78);
}
.card.cta-green .kicker:before{
  background: radial-gradient(circle at 30% 30%, #fff, rgba(255,255,255,0) 60%),
              linear-gradient(160deg, rgba(194,65,12,.95), rgba(194,65,12,.55));
  box-shadow: 0 10px 22px rgba(194,65,12,.26);
}

/* Responsive */
@media (max-width: 980px){
  .grid-hero{ grid-template-columns: 1fr; }
  .cards{ grid-template-columns: 1fr; }
  .split{ grid-template-columns: 1fr; }
  .project-grid{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr; }
  .photo-strip{ grid-template-columns: 1fr; }
  .photo-strip img{ height: 190px; }
  .sticky-cta{ bottom: 10px; }
  .sticky-cta .inner{ margin: 0 10px; }
  .nav-links, .nav-ctas{ display:none; }
  .hamburger{ display:inline-flex; }
  .mobile-panel[data-open="true"]{ display:block; }
}
@media (prefers-reduced-motion: reduce){
  .btn:hover{ transform:none; }
}

/* === Legal-Bar (Impressum/Datenschutz) im Footer === */
.legal-bar{
  width: min(var(--container), calc(100% - 40px));
  margin: 20px auto 0;
  padding-top: 14px;
  border-top: 1px solid rgba(18,18,18,.10);
  display:flex;
  flex-wrap:wrap;
  gap: 6px 14px;
  align-items:center;
  justify-content:space-between;
  font-size: 12.5px;
  color: rgba(18,18,18,.62);
}
.legal-bar a{ color: rgba(18,18,18,.80); font-weight:700; }
.legal-bar .legal-links{ display:flex; gap:10px; flex-wrap:wrap; }

/* === Inhaltsseiten Impressum / Datenschutz === */
.legal-content{ max-width: 820px; }
.legal-content h2{ font-size: clamp(22px, 2.4vw, 30px); margin-top: 28px; }
.legal-content h3{ margin-top: 18px; }
.legal-content p, .legal-content li{ color: rgba(18,18,18,.82); }
.legal-content address{ font-style: normal; line-height: 1.7; }
.legal-content .card + .card{ margin-top: 16px; }
.todo{
  display:inline;
  background: rgba(194,65,12,.10);
  border: 1px dashed rgba(194,65,12,.55);
  padding: 1px 7px;
  border-radius: 7px;
  font-weight: 800;
  font-size: .92em;
  color: rgba(154,52,10,.95);
}

/* === Responsive-Feinschliff: Smartphones (<= 560px) === */
@media (max-width: 560px){
  .container{ width: min(var(--container), calc(100% - 28px)); }
  .section{ padding: 40px 0; }
  .section-tight{ padding: 28px 0; }
  h1{ font-size: clamp(28px, 8vw, 40px); }
  .hero-panel{ padding: 22px; border-radius: 20px; }
  .form-row{ grid-template-columns: 1fr; }   /* 2-Spalter auf dem Handy aufbrechen */
  .brand{ min-width: 0; }
  .brand-text span{ font-size: 11.5px; }
  .photo-strip img{ height: 200px; }
  .hero-proof .ba-grid{ height: 180px; }
  .legal-bar{ justify-content: flex-start; }
  .sticky-cta .inner{ flex-direction: column; align-items: stretch; gap: 8px; }
  .sticky-cta .actions{ justify-content: stretch; }
  .sticky-cta .actions .btn{ flex: 1; }
}
