@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/BricolageGrotesque-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/BricolageGrotesque-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/BricolageGrotesque-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fonts/BricolageGrotesque-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/Manrope-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/Manrope-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/Manrope-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/Manrope-700.woff2') format('woff2');
}

/* ============================================================
   Tülü Bau UG — v2 Relaunch Mockup
   Shared stylesheet
   ============================================================ */

:root {
  --ink: #0F1828;
  --ink-soft: #15243C;
  --ink-card: #1B2E4D;
  --paper: #F5F6F8;
  --paper-pure: #ffffff;
  --amber: #EC7F1A;
  --amber-deep: #C96A0E;
  --brick: #1D365C;
  --brick-deep: #16294A;
  --line: rgba(255, 255, 255, 0.10);
  --line-dark: rgba(15, 24, 40, 0.12);
  --muted: #8E96A4;
  --muted-dark: #5D6573;

  --radius: 20px;
  --radius-lg: 32px;
  --maxw: 1240px;

  --shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.55);

  --font: 'Bricolage Grotesque', system-ui, -apple-system, sans-serif;
  --font-body: 'Manrope', system-ui, -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--paper-pure);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--font);
  line-height: 1.02;
  letter-spacing: -0.02em;
  font-weight: 600;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber-deep);
}

.eyebrow.on-dark { color: var(--amber); }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky;
  top: 14px;
  z-index: 50;
  background: transparent;
  margin-bottom: -82px;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  background: rgba(13, 21, 36, 0.74);
  backdrop-filter: blur(18px) saturate(1.5);
  -webkit-backdrop-filter: blur(18px) saturate(1.5);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 999px;
  padding: 0 12px 0 24px;
  box-shadow: 0 20px 50px -24px rgba(8, 14, 26, 0.6);
}
.nav-logo img { height: 44px; width: auto; }
.nav-mobile { display: none; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  list-style: none;
}
.nav-links a {
  font-size: 15px;
  font-weight: 500;
  color: #E2E7EE;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--amber); }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font);
  font-weight: 600;
  font-size: 15px;
  border-radius: 999px;
  padding: 14px 26px;
  cursor: pointer;
  border: none;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  white-space: nowrap;
}
.btn-amber {
  background: linear-gradient(135deg, var(--amber) 0%, var(--amber-deep) 130%);
  color: var(--ink);
  box-shadow: 0 12px 30px -12px rgba(236, 127, 26, 0.7);
}
.btn-amber:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -12px rgba(236, 127, 26, 0.85); }
.btn-ghost {
  background: transparent;
  color: #F5F6F8;
  border: 1px solid rgba(255,255,255,0.25);
}
.btn-ghost:hover { border-color: var(--amber); color: var(--amber); }
.btn-dark {
  background: var(--ink);
  color: var(--paper);
}
.btn-dark:hover { transform: translateY(-2px); background: #000; }
.btn-lg { padding: 18px 34px; font-size: 16px; }

.nav-cta { display: flex; align-items: center; gap: 14px; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
}
.nav-toggle span {
  width: 26px; height: 2px; background: #F5F6F8; display: block;
  transition: 0.25s;
}
#nav-check { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
  isolation: isolate;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(8,14,26,0.95) 0%, rgba(10,17,30,0.78) 42%, rgba(10,17,30,0.30) 100%),
    linear-gradient(0deg, rgba(8,14,26,0.85), rgba(8,14,26,0) 55%);
}
.hero-inner {
  padding-top: 150px;
  position: relative;
}
.hero h1 {
  font-size: clamp(34px, 9.5vw, 96px);
  font-weight: 600;
  max-width: 15ch;
  margin: 26px 0 0;
}
.hero h1 .accent { color: var(--amber); }
.hero p.lead {
  font-size: clamp(17px, 2vw, 21px);
  color: #CBD3DF;
  max-width: 52ch;
  margin: 28px 0 0;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 40px 0 0;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin: 44px 0 0;
  color: #BFC8D5;
  font-size: 15px;
}
.hero-meta span { display: inline-flex; align-items: center; gap: 9px; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); }

/* Stats band */
.stats {
  margin-top: 84px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stat {
  padding: 38px 28px;
}
.stat .num {
  font-family: var(--font);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 600;
  color: var(--paper);
  letter-spacing: -0.03em;
}
.stat .lbl {
  font-size: 14px;
  color: var(--muted);
  margin-top: 4px;
}

/* ============================================================
   SECTIONS
   ============================================================ */
section { position: relative; }
.section-pad { padding: 110px 0; }
.section-pad-sm { padding: 80px 0; }

.section-head { max-width: 720px; }
.section-head h2 {
  font-size: clamp(34px, 5vw, 60px);
  margin: 18px 0 0;
}
.section-head p {
  font-size: 18px;
  color: var(--muted-dark);
  margin: 20px 0 0;
}

/* Leistungen grid */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 56px;
}
.svc-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  isolation: isolate;
  transition: transform 0.3s;
}
.svc-card:hover { transform: translateY(-6px); }
.svc-card img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform 0.6s;
}
.svc-card:hover img { transform: scale(1.06); }
.svc-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(8,14,26,0.92) 0%, rgba(8,14,26,0.55) 40%, rgba(8,14,26,0.12) 100%);
}
.svc-card .body { padding: 34px; }
.svc-card .num-tag {
  font-family: var(--font);
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--amber);
  font-weight: 600;
}
.svc-card h3 {
  font-size: 28px;
  margin: 10px 0 8px;
}
.svc-card p { font-size: 15px; color: #C9D1DD; max-width: 38ch; }
.svc-card .arrow {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font);
  font-weight: 600;
  font-size: 15px;
  color: var(--amber);
}
.svc-card .arrow span { transition: transform 0.25s; }
.svc-card:hover .arrow span { transform: translateX(5px); }

/* ============================================================
   ABOUT / Meister band
   ============================================================ */
.about {
  background: var(--paper-pure);
  color: var(--ink);
}
.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: center;
}
.about-portrait {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
}
.about-portrait img { width: 100%; height: 100%; object-fit: cover; }
.about-badge {
  position: absolute;
  left: 22px; bottom: 22px;
  background: var(--amber);
  color: var(--ink);
  font-family: var(--font);
  font-weight: 600;
  padding: 14px 20px;
  border-radius: 14px;
  font-size: 15px;
  box-shadow: var(--shadow);
}
.about h2 {
  font-size: clamp(32px, 4.5vw, 54px);
  margin: 18px 0 0;
}
.about .lead {
  font-size: 19px;
  color: var(--muted-dark);
  margin: 24px 0 0;
}
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 36px;
}
.value {
  background: var(--paper);
  border: 1px solid var(--line-dark);
  border-radius: 16px;
  padding: 22px 18px;
}
.value .k {
  font-family: var(--font);
  font-weight: 600;
  font-size: 17px;
  color: var(--amber-deep);
}
.value .v { font-size: 14px; color: var(--muted-dark); margin-top: 6px; }

/* ============================================================
   PROCESS
   ============================================================ */
.proc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 56px;
}
.proc {
  background: var(--paper-pure);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  padding: 30px 26px;
  position: relative;
  overflow: hidden;
}
.proc .step {
  font-family: var(--font);
  font-size: 58px;
  font-weight: 600;
  color: rgba(196, 80, 43, 0.14);
  line-height: 1;
  letter-spacing: -0.04em;
}
.proc h3 { font-size: 20px; margin: 12px 0 8px; }
.proc p { font-size: 14.5px; color: var(--muted-dark); }
.proc::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--amber), var(--brick));
  opacity: 0;
  transition: opacity 0.25s;
}
.proc:hover::before { opacity: 1; }

/* ============================================================
   AREA / Einzugsgebiet
   ============================================================ */
.area {
  background:
    radial-gradient(circle at 80% 0%, rgba(236,127,26,0.07), transparent 50%),
    var(--paper);
  color: var(--ink);
}
.area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.chip {
  border: 1px solid rgba(15, 24, 40, 0.22);
  border-radius: 999px;
  padding: 11px 20px;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  background: var(--paper-pure);
  transition: 0.2s;
}
.chip.hot {
  background: var(--amber);
  color: var(--ink);
  border-color: var(--amber);
  font-weight: 600;
}
.chip:hover { border-color: var(--amber-deep); color: var(--amber-deep); }
.chip.hot:hover { color: var(--ink); }
.area-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 5 / 4;
}
.area-photo img { width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   CTA band
   ============================================================ */
.cta-band {
  background: linear-gradient(120deg, var(--brick) 0%, var(--brick-deep) 60%, #142540 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: clamp(48px, 7vw, 84px);
  position: relative;
  overflow: hidden;
}
.cta-band::after {
  content: "";
  position: absolute;
  top: -40%; right: -10%;
  width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(232,163,61,0.45), transparent 65%);
}
.cta-band h2 {
  font-size: clamp(32px, 5vw, 58px);
  max-width: 18ch;
  position: relative;
}
.cta-band p { font-size: 19px; color: #D9E2F0; margin: 22px 0 0; max-width: 50ch; position: relative; }
.cta-band .hero-actions { position: relative; }
.btn-white { background: #fff; color: var(--ink); }
.btn-white:hover { transform: translateY(-2px); }
.btn-outline-white { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.55); }
.btn-outline-white:hover { background: rgba(255,255,255,0.12); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--ink);
  color: #C9D1DD;
  padding: 80px 0 36px;
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1.1fr 1fr 1.1fr 0.8fr;
  gap: 40px;
}
.footer-logo img { height: 42px; margin-bottom: 20px; }
.footer p { font-size: 14.5px; color: var(--muted); max-width: 32ch; }
.footer h4 {
  font-family: var(--font);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 18px;
}
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 11px; }
.footer ul a { font-size: 15px; color: #C9D1DD; transition: color 0.2s; }
.footer ul a:hover { color: var(--amber); }
.footer .nap { font-size: 15px; line-height: 1.9; color: #C9D1DD; }
.footer .nap a:hover { color: var(--amber); }
.footer-hwk {
  margin-top: 18px;
  background: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  display: inline-block;
}
.footer-hwk img { height: 46px; }
.footer-bottom {
  margin-top: 56px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 13.5px;
  color: var(--muted);
}
.footer-bottom a:hover { color: var(--amber); }

/* ============================================================
   BREADCRUMB / SUBPAGE HERO
   ============================================================ */
.sub-hero {
  position: relative;
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
  isolation: isolate;
}
.sub-hero-bg { position: absolute; inset: 0; z-index: -2; }
.sub-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.sub-hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(8,14,26,0.94) 0%, rgba(10,17,30,0.74) 55%, rgba(10,17,30,0.45) 100%);
}
.sub-hero .wrap, .sub-hero-inner { padding-top: 140px; padding-bottom: 90px; }
.crumb {
  display: flex;
  gap: 10px;
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 26px;
  flex-wrap: wrap;
}
.crumb a:hover { color: var(--amber); }
.crumb span { color: var(--amber); }
.sub-hero h1 {
  font-size: clamp(38px, 6.5vw, 74px);
  max-width: 17ch;
}
.sub-hero h1 .accent { color: var(--amber); }
.sub-hero p.lead {
  font-size: clamp(17px, 2vw, 20px);
  color: #CBD3DF;
  max-width: 56ch;
  margin: 26px 0 0;
}
.sub-hero .hero-actions { margin-top: 34px; }

/* Detail content */
.detail-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 64px;
  align-items: start;
}
.detail-list { display: grid; gap: 18px; margin-top: 44px; }
.detail-item {
  border: 1px solid var(--line-dark);
  border-left: 4px solid var(--amber);
  background: var(--paper-pure);
  border-radius: 14px;
  padding: 26px 28px;
}
.detail-item h3 { font-size: 21px; margin-bottom: 8px; }
.detail-item p { font-size: 15.5px; color: var(--muted-dark); }

.side-card {
  position: sticky;
  top: 100px;
  background: var(--ink);
  color: var(--paper);
  border-radius: var(--radius-lg);
  padding: 36px;
}
.side-card h3 { font-size: 24px; margin-bottom: 10px; }
.side-card p { font-size: 15px; color: #C3CBD8; margin-bottom: 24px; }
.side-card .row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-size: 15px;
}
.side-card .row .ic {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border-radius: 10px;
  background: rgba(232,163,61,0.15);
  color: var(--amber);
  flex-shrink: 0;
}
.side-card .btn { width: 100%; justify-content: center; margin-top: 24px; }

/* FAQ */
.faq { display: grid; gap: 14px; margin-top: 50px; max-width: 880px; }
.faq details {
  background: var(--paper-pure);
  border: 1px solid var(--line-dark);
  border-radius: 14px;
  padding: 4px 28px;
  transition: border-color 0.2s;
}
.faq details[open] { border-color: var(--amber); }
.faq summary {
  list-style: none;
  cursor: pointer;
  font-family: var(--font);
  font-weight: 600;
  font-size: 18px;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-size: 26px;
  color: var(--amber-deep);
  font-weight: 400;
  transition: transform 0.25s;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p {
  font-size: 15.5px;
  color: var(--muted-dark);
  padding: 0 0 24px;
  max-width: 70ch;
}

/* Local / standort feature list */
.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 50px;
}
.feat {
  background: var(--paper-pure);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  padding: 30px 28px;
}
.feat .ic {
  width: 50px; height: 50px;
  border-radius: 13px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--amber), var(--amber-deep));
  color: var(--ink);
  margin-bottom: 18px;
}
.feat h3 { font-size: 20px; margin-bottom: 8px; }
.feat p { font-size: 15px; color: var(--muted-dark); }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.split-photo { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3; }
.split-photo img { width: 100%; height: 100%; object-fit: cover; }
.split ul { list-style: none; margin-top: 26px; display: grid; gap: 14px; }
.split ul li {
  display: flex; gap: 14px; align-items: flex-start;
  font-size: 16px;
}
.split ul li::before {
  content: "";
  width: 22px; height: 22px;
  border-radius: 7px;
  background: var(--amber);
  flex-shrink: 0;
  margin-top: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23161616' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .svc-grid { grid-template-columns: 1fr; }
  .about-grid, .area-grid, .detail-grid, .split { grid-template-columns: 1fr; gap: 40px; }
  .proc-grid { grid-template-columns: repeat(2, 1fr); }
  .feat-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .side-card { position: static; }
  .about-portrait { max-width: 460px; }
}

@media (max-width: 720px) {
  .wrap { padding: 0 20px; }
  .nav-links, .nav-cta .btn-ghost { display: none; }
  .nav-toggle { display: flex; }
  .nav-cta { gap: 10px; }
  .nav-cta .btn-amber { padding: 10px 14px; font-size: 14px; white-space: nowrap; }
  .nav-logo img { height: 42px; }
  .nav {
    position: sticky;
  }
  /* mobile menu */
  .nav-mobile {
    display: none;
    position: absolute;
    top: 78px; left: 0; right: 0;
    background: var(--ink-soft);
    border-bottom: 1px solid var(--line);
    padding: 14px 20px 26px;
  }
  #nav-check:checked ~ .nav-mobile { display: block; }
  .nav-mobile a {
    display: block;
    padding: 15px 0;
    font-size: 18px;
    color: #E2E7EE;
    border-bottom: 1px solid var(--line);
    font-family: var(--font);
    font-weight: 500;
  }
  .nav-mobile .btn { width: 100%; justify-content: center; margin-top: 18px; }

  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }
  .stat { border-bottom: 1px solid var(--line); }
  .section-pad { padding: 74px 0; }
  .values { grid-template-columns: 1fr; }
  .proc-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }

  .hero-actions .btn, .cta-band .btn { width: 100%; justify-content: center; }
}

/* ============================================================
   FUNNEL (Anfrage Multi-Step)
   ============================================================ */
.funnel-wrap { max-width: 760px; margin: 0 auto; }
.funnel {
  background: var(--paper-pure);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  padding: 42px;
  box-shadow: 0 24px 60px -40px rgba(15, 24, 40, 0.35);
}
.funnel-progress { display: flex; gap: 8px; margin-bottom: 34px; }
.funnel-progress i { height: 5px; flex: 1; border-radius: 99px; background: var(--line-dark); transition: background 0.3s; }
.funnel-progress i.on { background: var(--amber); }
.funnel-step { display: none; }
.funnel-step.on { display: block; }
.funnel-step h3 { font-size: clamp(22px, 3vw, 30px); margin-bottom: 22px; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.choice-grid label {
  border: 1.5px solid var(--line-dark);
  border-radius: 14px;
  padding: 16px 18px;
  font-weight: 500;
  font-size: 15.5px;
  cursor: pointer;
  transition: 0.15s;
  display: block;
}
.choice-grid input { display: none; }
.choice-grid input:checked + span { color: var(--amber-deep); }
.choice-grid label:has(input:checked) { border-color: var(--amber); background: rgba(236,127,26,0.06); }
.choice-grid label:hover { border-color: var(--amber); }
.funnel .field { margin-bottom: 18px; }
.funnel .field label { display: block; font-weight: 600; font-size: 14.5px; margin-bottom: 7px; font-family: var(--font); }
.funnel input[type=text], .funnel input[type=tel], .funnel input[type=email], .funnel textarea, .funnel select {
  width: 100%;
  border: 1.5px solid var(--line-dark);
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 16px;
  font-family: var(--font-body);
  background: var(--paper-pure);
  color: var(--ink);
}
.funnel input:focus, .funnel textarea:focus, .funnel select:focus { outline: 2px solid var(--amber); border-color: var(--amber); }
.funnel-nav { display: flex; justify-content: space-between; gap: 14px; margin-top: 30px; }
.funnel-nav .btn-back { background: transparent; border: 1.5px solid var(--line-dark); color: var(--muted-dark); }
.funnel .consent { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--muted-dark); margin-top: 6px; }
.funnel .consent input { width: 18px; height: 18px; margin-top: 2px; }
.funnel-error { color: #B3261E; font-size: 14.5px; margin-top: 12px; display: none; }
.funnel-success { text-align: center; padding: 30px 10px; display: none; }
.funnel-success h3 { font-size: 28px; }
.funnel-success p { color: var(--muted-dark); margin-top: 12px; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
@media (max-width: 720px) {
  .funnel { padding: 26px 20px; }
  .choice-grid { grid-template-columns: 1fr; }
}

/* WhatsApp Float-Button */
.wa-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px -8px rgba(37, 211, 102, 0.6);
  transition: transform 0.2s;
}
.wa-float:hover { transform: scale(1.08); }
@media (max-width: 720px) {
  .wa-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}

/* ============================================================
   LEGAL (Impressum / Datenschutz) + Kontakt-Cards
   ============================================================ */
.legal { max-width: 800px; }
.legal h2 { font-size: clamp(22px, 2.6vw, 30px); margin: 44px 0 14px; }
.legal h2:first-child { margin-top: 0; }
.legal p { font-size: 16px; color: #3a4150; margin: 0 0 14px; line-height: 1.7; }
.legal ul { margin: 0 0 14px 22px; }
.legal ul li { font-size: 16px; color: #3a4150; line-height: 1.8; }
.contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 50px; }
.contact-card {
  background: var(--paper-pure);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  padding: 30px 28px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition: transform 0.2s, box-shadow 0.2s;
}
.contact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.contact-card .cc-ic {
  width: 46px; height: 46px; border-radius: 12px; flex: none;
  background: rgba(236, 127, 26, 0.10);
  display: flex; align-items: center; justify-content: center;
  color: var(--amber-deep);
}
.contact-card h3 { font-size: 19px; margin-bottom: 4px; }
.contact-card p, .contact-card a { font-size: 15.5px; color: var(--muted-dark); }
.contact-card a.big { font-size: 17px; font-weight: 600; color: var(--ink); display: block; margin-top: 2px; }
.contact-card a.big:hover { color: var(--amber-deep); }
.ic svg, .cc-ic svg { display: block; }
.side-card .row .ic { display: inline-flex; color: var(--amber); }
@media (max-width: 720px) {
  .contact-cards { grid-template-columns: 1fr; }
}


/* ============================================================
   UPLEVEL v1.3 — Typo, Eyebrow-Pills, Footer, Reveal, Mobile
   ============================================================ */
h1, h2 { font-weight: 700; letter-spacing: -0.025em; }
.btn { font-weight: 700; }
.btn-amber::after { content: "\2192"; font-weight: 600; transition: transform 0.25s; }
.btn-amber:hover::after { transform: translateX(4px); }
::selection { background: var(--amber); color: var(--ink); }

.eyebrow {
  background: rgba(236, 127, 26, 0.10);
  color: var(--amber-deep);
  padding: 7px 15px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.14em;
}
.eyebrow.on-dark { background: rgba(236, 127, 26, 0.16); color: #F4A957; }

.svc-card { box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06); }
.svc-card h3 { font-weight: 700; }
.stat .num { font-weight: 800; }
.faq details { padding: 4px 6px; }
.faq details[open] { box-shadow: 0 16px 40px -28px rgba(15, 24, 40, 0.35); }
.faq summary { font-size: 17px; }

/* Footer entquetschen */
.footer { padding: 100px 0 40px; }
.footer-grid { gap: 56px; }
.footer a {
  display: block;
  padding: 6px 0;
  color: #C9D1DD;
  font-size: 15.5px;
  transition: color 0.2s;
}
.footer a:hover { color: var(--amber); }
.footer p { margin-top: 16px; line-height: 1.7; }
.footer-base {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px solid var(--line);
  margin-top: 70px;
  padding-top: 28px;
  font-size: 14px;
  color: var(--muted);
}
.footer-base a { display: inline; padding: 0; color: #C9D1DD; }

/* Scroll-Reveal */
@media (prefers-reduced-motion: no-preference) {
  .rv {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-delay: var(--rvd, 0s);
  }
  .rv.in { opacity: 1; transform: none; }
  @keyframes wmFadeUp {
    from { opacity: 0; transform: translateY(28px); }
    to { opacity: 1; transform: none; }
  }
  .hero-inner > * { animation: wmFadeUp 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) both; }
  .hero-inner > *:nth-child(2) { animation-delay: 0.08s; }
  .hero-inner > *:nth-child(3) { animation-delay: 0.16s; }
  .hero-inner > *:nth-child(4) { animation-delay: 0.24s; }
  .hero-inner > *:nth-child(5) { animation-delay: 0.32s; }
  .hero-inner > *:nth-child(6) { animation-delay: 0.4s; }
}

/* Mobile-Feinschliff */
@media (max-width: 720px) {
  .nav { top: 10px; margin-bottom: -70px; }
  .nav-inner { height: 60px; padding: 0 8px 0 16px; }
  .nav-mobile {
    top: 76px;
    left: 0; right: 0;
    border-radius: 22px;
    border: 1px solid var(--line);
    overflow: hidden;
    box-shadow: 0 24px 60px -20px rgba(8, 14, 26, 0.65);
  }
  .hero-inner { padding-top: 120px; }
  .sub-hero .wrap, .sub-hero-inner { padding-top: 112px; padding-bottom: 56px; }
  .section-pad { padding: 72px 0; }
  .section-pad-sm { padding: 54px 0; }
  .stats { margin-top: 56px; }
  .stat { padding: 22px 14px; }
  .stat .num { font-size: 28px; }
  .stat .lbl { font-size: 12.5px; }
  .svc-card { min-height: 300px; }
  .svc-card .body { padding: 24px; }
  .proc { padding: 24px 20px; }
  .footer { padding: 70px 0 32px; }
  .footer-grid { gap: 34px; }
  .footer-base { margin-top: 44px; flex-direction: column; }
  .chips { gap: 9px; }
  .chip { padding: 9px 16px; font-size: 14px; }
  .cta-band { padding: 38px 24px; }
  .cta-band h2 { font-size: clamp(26px, 7vw, 34px); }
  .values { grid-template-columns: 1fr; }
  .about-badge { left: 14px; bottom: 14px; padding: 11px 16px; font-size: 13.5px; }
  .detail-item { padding: 20px 18px; }
  .faq summary { font-size: 15.5px; }
}


/* ============================================================
   UPLEVEL v1.4 — Galerie, Focus, Card-Arrow
   ============================================================ */
:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; border-radius: 4px; }
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: 12px 20px; border-radius: 0 0 12px 0;
}
.skip-link:focus { left: 0; }

.svc-card::before {
  content: "\2192";
  position: absolute;
  top: 22px; right: 22px;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; color: #fff;
  opacity: 0; transform: translateY(6px);
  transition: opacity 0.25s, transform 0.25s;
  z-index: 1;
}
.svc-card:hover::before { opacity: 1; transform: none; }

/* Instagram-Galerie */
.ig-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 46px;
}
.ig-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  isolation: isolate;
}
.ig-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.ig-item:hover img { transform: scale(1.05); }
.ig-item .cap {
  position: absolute;
  inset: auto 0 0 0;
  padding: 40px 16px 14px;
  background: linear-gradient(0deg, rgba(8,14,26,0.85), transparent);
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  opacity: 0; transition: opacity 0.3s;
}
.ig-item:hover .cap { opacity: 1; }
.ig-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
@media (max-width: 980px) { .ig-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .ig-grid { gap: 10px; } .ig-item { border-radius: 14px; } }

.ig-item video { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Consent-Banner */
.consent {
  position: fixed;
  left: 16px; right: 16px; bottom: 16px;
  z-index: 120;
  max-width: 480px;
  margin: 0 auto 0 0;
  background: rgba(13, 21, 36, 0.96);
  backdrop-filter: blur(16px);
  color: #E2E7EE;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 30px 70px -20px rgba(8, 14, 26, 0.7);
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.35s, transform 0.35s;
}
.consent.on { opacity: 1; transform: none; pointer-events: auto; }
.consent h3 { font-size: 17px; color: #fff; margin-bottom: 8px; }
.consent p { font-size: 13.5px; line-height: 1.55; color: #BFC8D5; margin: 0 0 16px; }
.consent p a { text-decoration: underline; }
.consent .row { display: flex; gap: 10px; flex-wrap: wrap; }
.consent .btn { padding: 11px 20px; font-size: 14px; }
.consent .btn-ghost { border-color: rgba(255,255,255,0.25); }
@media (max-width: 720px) {
  .consent { left: 10px; right: 10px; bottom: 10px; padding: 20px; }
  .consent .btn { flex: 1; justify-content: center; }
}


/* Nav-Dropdowns (v1.6) */
.nav-links .has-dd { position: relative; }
.dd-caret { font-size: 10px; opacity: 0.6; margin-left: 2px; }
.nav-links .dd {
  position: absolute;
  top: calc(100% + 14px);
  left: -14px;
  min-width: 250px;
  background: rgba(13, 21, 36, 0.96);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 18px;
  padding: 10px;
  list-style: none;
  box-shadow: 0 24px 60px -20px rgba(8, 14, 26, 0.7);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  z-index: 60;
}
.nav-links .has-dd::after {
  /* unsichtbare Hover-Brücke zwischen Pill und Dropdown */
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 100%; height: 16px;
}
.nav-links .has-dd:hover .dd,
.nav-links .has-dd:focus-within .dd { opacity: 1; visibility: visible; transform: none; }
.nav-links .dd a {
  display: block;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14.5px;
  color: #E2E7EE;
}
.nav-links .dd a:hover { background: rgba(236, 127, 26, 0.14); color: #F4A957; }
.nav-links .dd .dd-all a { color: var(--amber); font-weight: 600; }
@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
