﻿:root {
  --primary: #1E2228;
  --dark: #14171C;
  --white: #FFFFFF;
  --light: #F5F7FA;
  --text: #5E6673;
  --border: #E5E9EF;
  --shadow: 0 18px 50px rgba(20, 23, 28, 0.08);
  --radius: 8px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--primary);
  background: var(--white);
  line-height: 1.5;
}

html.is-menu-locked {
  overflow: hidden;
}

body.is-menu-locked {
  overflow: hidden;
  touch-action: none;
}

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

.anchor-offset {
  display: block;
  height: 0;
  scroll-margin-top: 112px;
  visibility: hidden;
}

.container {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 8px 24px rgba(20, 23, 28, .06);
  backdrop-filter: blur(14px);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
}

.brand img {
  width: auto;
  height: 54px;
  max-width: 180px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  color: var(--text);
  font-size: 15px;
}

.nav-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.nav-links .button {
  justify-self: end;
  margin-left: auto;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] { color: var(--primary); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--primary);
  border-radius: 6px;
  background: var(--primary);
  color: var(--white);
  font-weight: 650;
  font-size: 15px;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.button:hover,
.button:focus-visible {
  color: var(--white);
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

.button.secondary:hover,
.button.secondary:focus-visible,
.button.light:hover,
.button.light:focus-visible {
  color: var(--primary);
}

.nav-links a.button:hover,
.nav-links a.button:focus-visible {
  color: var(--white);
}

.button.secondary { background: var(--white); color: var(--primary); border-color: var(--border); }
.button.light { background: var(--white); color: var(--primary); border-color: var(--white); }

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent url("../icons/menu.svg") center / 30px 30px no-repeat;
  border-radius: 0;
}

.menu-toggle span {
  display: none;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--primary);
}

.nav-close {
  display: none;
}

.hero {
  padding: 8px 0 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: 28px;
  align-items: center;
  transform: translateY(-76px);
  margin-bottom: -150px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  margin-bottom: 0;
}

.hero-services {
  margin: 10px 0 24px;
  color: #6B7280;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .04em;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  margin-bottom: 22px;
  font-size: clamp(44px, 7vw, 74px);
  line-height: .96;
  letter-spacing: 0;
}

.hero-title {
  max-width: 720px;
  line-height: .94;
}

.hero-title span {
  display: block;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.lead {
  max-width: 650px;
  color: var(--text);
  font-size: 20px;
}

.hero-actions, .section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.mockup {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(40px, -26px);
}

.mockup img {
  display: block;
  width: min(112%, 850px);
  max-width: none;
  height: auto;
}

.leistungen-services {
  margin-top: 220px;
  scroll-margin-top: 76px;
}

.leistungen-hero .hero-grid {
  transform: translateY(-52px);
  margin-bottom: -150px;
}

.leistungen-hero-copy {
  padding-top: 28px;
}

.leistungen-hero .mockup {
  transform: translate(40px, -50px);
}

.projekte-hero .hero-grid {
  transform: translateY(-52px);
  margin-bottom: -20px;
}

.projekte-hero-copy {
  padding-top: 28px;
}

.projekte-hero .lead {
  max-width: 520px;
}

.projekte-hero .mockup {
  transform: translate(40px, -50px);
}

.preise-hero .hero-grid {
  transform: translateY(-52px);
  margin-bottom: 6px;
}

.preise-hero {
  overflow: visible;
}

.preise-hero-copy {
  padding-top: 28px;
}

.preise-hero .lead {
  max-width: 620px;
  color: var(--primary);
}

.preise-hero .mockup {
  position: relative;
  transform: translate(40px, -50px);
}

.about-hero {
  min-height: calc(100vh - 76px);
}

.about-hero .hero-grid {
  transform: translateY(-52px);
  margin-bottom: 0;
}

.about-hero-copy {
  padding-top: 28px;
}

.about-hero .lead {
  max-width: 560px;
}

.about-hero .mockup {
  transform: translate(40px, -50px);
}

.contact-hero {
  min-height: calc(100vh - 76px);
  overflow: hidden;
}

.contact-hero .hero-grid {
  transform: translateY(-52px);
  margin-bottom: 0;
}

.contact-hero-copy {
  padding-top: 28px;
}

.contact-hero .lead {
  max-width: 560px;
  color: var(--primary);
  line-height: 1.65;
}

.contact-response {
  margin-top: 20px;
}

.contact-hero .mockup {
  position: relative;
  transform: translate(40px, -50px);
}

.contact-proof-card {
  position: absolute;
  right: 120px;
  bottom: -60px;
  width: 310px;
  padding: 26px 28px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(20, 23, 28, .14);
}

.contact-proof-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.contact-proof-item + .contact-proof-item {
  margin-top: 24px;
}

.contact-proof-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--primary);
}

.contact-proof-icon svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-proof-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.contact-proof-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--primary);
  font-size: 16px;
  line-height: 1.25;
}

.contact-proof-item p {
  margin-bottom: 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.4;
}

.contact-section {
  padding-top: 30px;
  padding-bottom: 44px;
  scroll-margin-top: 112px;
}

.contact-section .eyebrow {
  margin-bottom: 18px;
  font-size: 12px;
}

.contact-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 14px;
}

.contact-method-card,
.contact-form-panel,
.contact-studio-card {
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(20, 23, 28, .05);
}

.contact-method-card {
  position: relative;
  min-height: 124px;
  padding: 18px 22px;
}

a.contact-method-card::after {
  content: "->";
  position: absolute;
  right: 24px;
  bottom: 16px;
  color: var(--primary);
  font-size: 18px;
  font-weight: 800;
}

.contact-method-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  color: var(--primary);
}

.contact-method-icon svg {
  width: 27px;
  height: 27px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-method-icon img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.contact-method-card h3 {
  margin-bottom: 6px;
  font-size: 16px;
}

.contact-method-card p {
  margin-bottom: 10px;
  color: var(--primary);
  font-size: 13px;
  line-height: 1.45;
}

.contact-method-card strong {
  color: var(--primary);
  font-size: 14px;
}

.contact-main-grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 28px;
  align-items: stretch;
}

.contact-form-panel {
  padding: 18px 24px;
}

.contact-form-panel h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-form-panel .field {
  gap: 0;
}

.contact-form-panel label {
  color: transparent;
  font-size: 0;
}

.contact-form-panel input::placeholder,
.contact-form-panel textarea::placeholder {
  color: var(--text);
  font-size: 14px;
}

.contact-form-panel input,
.contact-form-panel textarea {
  min-height: 36px;
  padding: 0 14px;
  font-size: 14px;
}

.contact-form-panel textarea {
  min-height: 72px;
  padding-top: 10px;
  resize: none;
}

.contact-form-panel button {
  width: 100%;
  min-height: 38px;
}

.contact-form-panel button:disabled {
  cursor: wait;
  opacity: .72;
}

.form-status {
  margin: 10px 0 0;
  color: var(--text);
  font-size: 13px;
  font-weight: 650;
}

.form-status:empty {
  display: none;
}

.form-status[data-status="success"] {
  color: #1F7A4D;
}

.form-status[data-status="error"] {
  color: #A33A3A;
}

.contact-privacy-note {
  margin: 10px 0 0;
  color: var(--text);
  font-size: 12px;
}

.contact-privacy-note::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 8px;
  vertical-align: -2px;
  background: url("../icons/kontakt/lock.svg") center / contain no-repeat;
  opacity: .75;
}

.contact-studio-card {
  align-self: stretch;
  min-height: 100%;
  padding: 22px 28px;
}

.card.contact-studio-card {
  min-height: 100%;
}

.contact-studio-logo {
  display: block;
  width: min(220px, 100%);
  height: auto;
  margin-bottom: 14px;
}

.contact-studio-card > p {
  margin-bottom: 16px;
  color: var(--primary);
  font-size: 14px;
  line-height: 1.7;
}

.contact-studio-list {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.contact-studio-list div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  column-gap: 16px;
}

.contact-studio-list .contact-method-icon {
  grid-row: span 2;
  margin-bottom: 0;
}

.contact-studio-list strong {
  color: var(--primary);
  font-size: 14px;
}

.contact-studio-list p {
  margin-bottom: 0;
  color: var(--primary);
  font-size: 14px;
}

.contact-socials {
  display: flex;
  gap: 12px;
}

.contact-socials a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--light);
}

.contact-socials img {
  width: 18px;
  height: 18px;
}

.about-story {
  scroll-margin-top: 76px;
}

.about-values {
  display: grid;
  gap: 18px;
}

.about-why-card,
.about-value-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(20, 23, 28, .05);
}

.about-value-card {
  background: var(--white);
}

.about-why-card {
  background: rgba(255, 255, 255, .74);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.about-why-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  padding: 34px 38px;
}

.about-logo-mark {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 14px 30px rgba(20, 23, 28, .16);
}

.about-logo-mark img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.about-why-card h2 {
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1.2;
}

.about-why-card p {
  max-width: 780px;
  margin-bottom: 0;
  color: var(--primary);
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
}

.about-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-value-card {
  min-height: 238px;
  padding: 34px;
}

.about-value-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 38px;
  color: var(--primary);
}

.about-value-icon svg {
  width: 42px;
  height: 42px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-value-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.about-value-card h3 {
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1.2;
}

.about-value-card p {
  max-width: 280px;
  margin-bottom: 0;
  color: var(--primary);
  font-size: 17px;
  line-height: 1.65;
}

.preise-floating-card {
  position: absolute;
  right: 8px;
  bottom: -76px;
  width: 200px;
  padding: 20px 22px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(20, 23, 28, .13);
}

.preise-floating-card div {
  margin-bottom: 8px;
  color: var(--primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.05;
}

.preise-floating-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

.preise-floating-card p {
  margin-bottom: 0;
  color: var(--text);
  font-size: 12px;
  line-height: 1.45;
}

.preise-packages-section {
  padding-top: 88px;
  padding-bottom: 58px;
}

.preise-packages-section > .container:first-child {
  margin-bottom: 18px;
}

.leistungen-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.leistungen-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 32px 28px 26px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(20, 23, 28, .08);
}

.leistungen-card .icon {
  width: 66px;
  height: 66px;
  margin-bottom: 28px;
  border-radius: 16px;
  background: #050506 center / 34px 34px no-repeat;
  color: transparent;
  font-size: 0;
}

.leistungen-card:nth-child(1) .icon { background-image: url("../icons/desktop.svg"); }
.leistungen-card:nth-child(2) .icon { background-image: url("../icons/google-logo.svg"); }
.leistungen-card:nth-child(3) .icon { background-image: url("../icons/pencil-simple.svg"); }
.leistungen-card:nth-child(4) .icon { background-image: url("../icons/head-circuit.svg"); }

.leistungen-card h2 {
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 1.12;
}

.leistungen-card p {
  margin-bottom: 34px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.8;
}

.leistungen-card > h2 {
  min-height: 58px;
}

.leistungen-card > p {
  min-height: 81px;
}

.check-list {
  display: grid;
  gap: 18px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  color: var(--primary);
  font-size: 15px;
  line-height: 1.35;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--light) url("../icons/check-bold.svg") center / 10px 10px no-repeat;
}

.leistungen-card a,
.service-card-action {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--primary);
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.service-card-action:focus {
  outline: none;
}

.service-card-action:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 4px;
  border-radius: 4px;
}

.leistungen-card a::after,
.service-card-action::after {
  content: "->";
  font-size: 18px;
  line-height: 1;
}

.leistungen-card {
  overflow: hidden;
  transition: box-shadow .24s ease, border-color .24s ease;
  transform-origin: top left;
  will-change: transform;
}

.leistungen-card.is-expanded {
  grid-column: 1 / -1;
  height: var(--preview-card-height, auto);
  box-shadow: 0 24px 70px rgba(20, 23, 28, .12);
}

.leistungen-card-grid.has-expanded .leistungen-card:not(.is-expanded) {
  pointer-events: none;
}

.leistungen-card-grid.has-expanded .leistungen-card.is-hidden {
  display: none;
}

.leistungen-card.is-sliding-left,
.leistungen-card.is-sliding-right {
  opacity: 0;
  transition: opacity .28s ease, transform .36s cubic-bezier(.2, .8, .2, 1);
}

.leistungen-card.is-sliding-left {
  transform: translateX(-56px) scale(.96);
}

.leistungen-card.is-sliding-right {
  transform: translateX(56px) scale(.96);
}

.leistungen-card.is-returning {
  opacity: 0;
}

.leistungen-card-grid.is-measuring .leistungen-card {
  visibility: hidden;
}

.service-card-ghost {
  position: fixed;
  z-index: 40;
  min-height: 0 !important;
  max-height: var(--ghost-card-height, none);
  overflow: hidden;
  box-sizing: border-box;
  pointer-events: none;
  transform-origin: top left;
}

.leistungen-card.is-expanded .service-card-action::after {
  transform: rotate(-90deg);
}

.leistungen-card.is-expanded .check-list {
  display: none;
}

.leistungen-card.is-expanded .service-card-action {
  margin-top: 18px;
}

.service-card-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-height: 0;
  margin-top: 0;
  padding-top: 0;
  border-top: 0 solid var(--border);
  opacity: 0;
  overflow: hidden;
  transition: max-height .32s ease, margin-top .32s ease, padding-top .32s ease, border-width .32s ease, opacity .22s ease;
}

.leistungen-card.is-expanded .service-card-details {
  max-height: 220px;
  margin-top: 20px;
  padding-top: 20px;
  border-top-width: 1px;
  opacity: 1;
}

.service-card-details h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.service-card-details p {
  min-height: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
}

.trusted {
  padding: 30px 0 34px;
  background: var(--white);
}

.trusted-title {
  margin: 0 0 24px;
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.trusted-marquee {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.trusted-marquee-track {
  display: flex;
  width: max-content;
  animation: trusted-marquee 26s linear infinite;
}

.trusted-logos {
  display: flex;
  flex: 0 0 auto;
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
  padding-right: clamp(34px, 5vw, 78px);
}

@keyframes trusted-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .trusted-marquee-track {
    animation: none;
  }
}

.trusted-logo {
  width: var(--trusted-logo-width, 230px);
  height: var(--trusted-logo-height, 40px);
  object-fit: contain;
  opacity: .66;
  filter: grayscale(1);
  justify-self: center;
}

.trusted-logo-umzuege {
  --trusted-logo-width: 160px;
  --trusted-logo-height: 42px;
}

.trusted-logo-cleaning {
  --trusted-logo-width: 280px;
  --trusted-logo-height: 42px;
}

.trusted-logo-detailing {
  --trusted-logo-width: 210px;
  --trusted-logo-height: 52px;
}

.trusted-logo-hausmeister {
  --trusted-logo-width: 320px;
  --trusted-logo-height: 42px;
}

.trusted-logo-elektro {
  --trusted-logo-width: 250px;
  --trusted-logo-height: 40px;
}

.trusted-logo-garten {
  --trusted-logo-width: 230px;
  --trusted-logo-height: 40px;
}

.trusted-logo-more {
  --trusted-logo-width: 270px;
  --trusted-logo-height: 40px;
}

.section {
  padding: 88px 0;
}

.section.light { background: var(--light); }
.section.dark { background: var(--dark); color: var(--white); }
.section.dark .lead, .section.dark .muted { color: rgba(255, 255, 255, .72); }

.services-section {
  background: linear-gradient(180deg, #FFFFFF 0%, var(--light) 100%);
}

.services-section + .section,
.services-section + .section + .section {
  display: none;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-bottom: 36px;
}

.section-head p { max-width: 560px; }

.services-head {
  display: block;
  max-width: 720px;
  margin: 0 auto 30px;
  text-align: center;
}

.services-head .eyebrow {
  width: 100%;
  margin: 0 auto 10px;
  font-size: 12px;
  text-align: center;
}

.services-head h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 42px);
}

.services-head .muted {
  display: none;
}

.grid {
  display: grid;
  gap: 18px;
}

.grid.four { grid-template-columns: repeat(4, 1fr); }
.grid.three { grid-template-columns: repeat(3, 1fr); }
.grid.two { grid-template-columns: repeat(2, 1fr); }

.card {
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 1px 1px rgba(20, 23, 28, .03);
}

.card p,
.muted { color: var(--text); }

.services-grid {
  gap: 18px;
}

.services-grid .card {
  display: flex;
  flex-direction: column;
  padding: 26px 24px 24px;
  box-shadow: 0 18px 46px rgba(20, 23, 28, .06);
}

.services-grid .icon {
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  background: center / contain no-repeat;
  color: transparent;
  font-size: 0;
}

.services-grid .card:nth-child(1) .icon { background-image: url("../icons/desktop.svg"); }
.services-grid .card:nth-child(2) .icon { background-image: url("../icons/google-logo.svg"); }
.services-grid .card:nth-child(3) .icon { background-image: url("../icons/pencil-simple.svg"); }
.services-grid .card:nth-child(4) .icon { background-image: url("../icons/head-circuit.svg"); }

.services-grid .card h3 {
  margin-bottom: 12px;
}

.services-grid .card p {
  margin-bottom: 24px;
}

.services-grid .card::after {
  content: "Mehr erfahren  ->";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 40px;
  margin-top: auto;
  padding: 0 16px;
  border: 1px solid var(--primary);
  border-radius: 6px;
  background: var(--primary);
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
}

.icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 6px;
  background: var(--light);
  color: var(--primary);
  font-weight: 800;
}

.niche-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.niche {
  padding: 14px 18px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--white);
  font-weight: 650;
}

.project-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 0;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(20, 23, 28, .06);
}

.project-card > img {
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 24px 24px 0;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  box-sizing: border-box;
  border-bottom: 0;
}

.project-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 238px;
  padding: 20px 24px 24px;
  color: var(--primary);
}

.project-body p {
  margin-bottom: 24px;
  color: var(--primary);
  font-size: 15px;
  line-height: 1.6;
}

.project-body h3 {
  margin-bottom: 0;
  color: var(--primary);
  font-size: 20px;
  line-height: 1.2;
}

.project-title-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.project-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #050506;
}

.project-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.project-icon-native img {
  filter: none;
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.tag {
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 10px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--light);
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
}

.project-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  color: var(--primary);
  font-size: 15px;
  font-weight: 800;
}

.project-link::after {
  content: "->";
  font-size: 19px;
  line-height: 1;
}

.project-link.no-arrow::after {
  content: none;
}

.projects-section .section-head {
  align-items: center;
  margin-bottom: 24px;
}

.projects-section .container {
  position: relative;
}

.projects-section .section-head h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4.2vw, 44px);
}

.projects-button {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 178px;
}

.projects-top-link {
  position: absolute;
  top: 0;
  right: 0;
}

.projects-section .grid.three::after {
  content: none !important;
  display: none !important;
}

.own-projects-section {
  padding-top: 28px;
}

.own-projects-panel {
  display: grid;
  grid-template-columns: .95fr 2.05fr;
  gap: 28px;
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
  box-shadow: 0 18px 46px rgba(20, 23, 28, .05);
}

.own-projects-copy {
  max-width: 360px;
}

.own-projects-copy .eyebrow {
  margin-bottom: 18px;
  font-size: 12px;
}

.own-projects-copy h2 {
  max-width: 340px;
  margin-bottom: 22px;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.05;
}

.own-projects-copy p {
  margin-bottom: 26px;
  color: var(--primary);
  font-size: 15px;
  line-height: 1.7;
}

.own-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.own-project-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 280px;
  padding: 36px 28px 28px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(20, 23, 28, .04);
}

.own-project-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 52px;
  border-radius: 9px;
  background: #050506;
  color: var(--white);
  font-size: 24px;
  font-weight: 800;
}

.own-project-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.own-project-brand-icon img {
  width: 36px;
  height: auto;
  max-height: 26px;
  filter: none;
}

.own-project-placeholder {
  border: 1px dashed #C9D0DA;
  background: transparent;
}

.own-project-card h3 {
  margin-bottom: 18px;
  font-size: 20px;
}

.own-project-card p {
  margin-bottom: 28px;
  color: var(--primary);
  font-size: 15px;
  line-height: 1.65;
}

.own-project-card .project-link {
  min-height: 24px;
}

.process-section {
  padding-top: 62px;
  padding-bottom: 34px;
  background: linear-gradient(180deg, #FFFFFF 0%, var(--light) 100%);
}

.process-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.process-head .eyebrow {
  margin-bottom: 10px;
  font-size: 12px;
}

.process-head h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 42px);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 44px;
  position: relative;
}

.process-steps::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  right: 0;
  border-top: 1px dashed var(--border);
}

.process-step {
  position: relative;
  z-index: 1;
}

.process-step span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 0 24px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 8px 26px rgba(20, 23, 28, .08);
  color: var(--primary);
  font-weight: 800;
}

.process-step h3 {
  margin-bottom: 12px;
}

.process-step p {
  color: var(--text);
}

.cta-section {
  padding-top: 26px;
  background: var(--light);
}

.cta-panel {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 30px;
  align-items: center;
  padding: 30px 44px;
  border-radius: 14px;
  background: radial-gradient(circle at left center, rgba(255, 255, 255, .08), transparent 34%), var(--dark);
  color: var(--white);
  overflow: hidden;
}

.cta-panel h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 3.4vw, 38px);
}

.cta-panel p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 16px;
}

.cta-actions {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.cta-link {
  color: var(--white);
  font-weight: 800;
}

.cta-link::after {
  content: " ->";
}


.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 28px;
  gap: 18px;
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(20, 23, 28, .05);
}

.price-card-head h2 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.15;
}

.price-card-head p {
  margin-bottom: 0;
  color: var(--primary);
  font-size: 14px;
  line-height: 1.45;
}

.price {
  margin: 8px 0 4px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
}

.features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.features li {
  position: relative;
  padding: 0 0 0 24px;
  border-top: 0;
  color: var(--primary);
  font-size: 14px;
  line-height: 1.35;
}

.features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
  font-weight: 800;
}

.price-card .button {
  align-self: flex-start;
  margin-top: auto;
  min-height: 44px;
  padding: 0 18px;
}

.price-badge {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 6px 10px;
  border-radius: 6px;
  background: var(--primary);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
}

.price-note {
  width: min(1320px, calc(100% - 48px));
  margin: 18px auto 0;
  color: var(--text);
  font-size: 13px;
  text-align: center;
}

.single-services-section {
  padding-top: 26px;
  padding-bottom: 34px;
}

.single-services-section .eyebrow,
.price-factors-section .eyebrow {
  margin-bottom: 20px;
  font-size: 12px;
}

.single-services-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.single-service-card {
  min-height: 150px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(20, 23, 28, .04);
}

.single-service-icon,
.factor-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 22px;
  color: var(--primary);
  font-size: 24px;
  font-weight: 800;
}

.single-service-icon img,
.factor-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.service-icon-text {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.single-service-card h3 {
  margin-bottom: 18px;
  font-size: 15px;
}

.single-service-card p {
  margin-bottom: 0;
  color: var(--primary);
  font-size: 15px;
  font-weight: 800;
}

.price-factors-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.price-hero-factors {
  display: none;
}

.mobile-hero-features,
.project-hero-features {
  display: none;
}

.price-hero-factors .eyebrow {
  margin-bottom: 14px;
  font-size: 12px;
}

.price-hero-factors .price-factors-grid {
  gap: 14px;
}

.price-hero-factors .price-factor-card {
  min-height: 0;
  padding: 20px 22px;
}

.price-factor-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  align-items: start;
  min-height: 126px;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(20, 23, 28, .04);
}

.price-factor-card .factor-icon {
  margin-bottom: 0;
}

.price-factor-card h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.price-factor-card p {
  margin-bottom: 0;
  color: var(--primary);
  font-size: 14px;
  line-height: 1.65;
}

.price-faq-section {
  padding-top: 0;
  padding-bottom: 72px;
}

.price-faq-section .eyebrow {
  margin-bottom: 18px;
  font-size: 12px;
}

.price-faq-list {
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(20, 23, 28, .04);
}

.price-faq-item {
  border-top: 1px solid var(--border);
}

.price-faq-item:first-child {
  border-top: 0;
}

.price-faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 54px;
  padding: 0 22px;
  border: 0;
  background: transparent;
  color: var(--primary);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.price-faq-item button:focus {
  outline: none;
}

.price-faq-item button:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: -4px;
}

.faq-icon {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.price-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .24s ease;
}

.price-faq-answer p {
  max-width: 920px;
  margin: 0;
  padding: 0 22px 18px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.65;
}

.form {
  display: grid;
  gap: 14px;
}

.field {
  display: grid;
  gap: 8px;
}

label {
  font-weight: 700;
  font-size: 14px;
}

input, textarea, select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 12px 14px;
  color: var(--primary);
  background: var(--white);
  font: inherit;
}

textarea { min-height: 150px; resize: vertical; }

.contact-strip {
  display: grid;
  gap: 12px;
}

.contact-link {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  font-weight: 700;
}

.site-footer {
  padding: 54px 0 24px;
  background: var(--dark);
  color: var(--white);
  border-top: 0;
}

.site-footer img {
  width: auto;
  height: 70px;
  object-fit: contain;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr .8fr .95fr 1.1fr;
  gap: 46px;
  align-items: start;
}

.footer-column {
  display: grid;
  gap: 10px;
}

.footer-column h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.footer-column a,
.footer-column p,
.footer-bottom p,
.footer-note {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-weight: 600;
}

.footer-note {
  max-width: 300px;
  margin-top: 24px;
  font-size: 16px;
}

.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.footer-socials a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: var(--white);
  font-size: 17px;
  font-weight: 800;
}

.footer-socials img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.footer-bottom {
  display: grid;
  gap: 4px;
  justify-items: center;
  margin-top: 30px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  text-align: center;
}

.footer-bottom p {
  font-size: 13px;
  line-height: 1.35;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 2px;
}

.footer-legal a {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 700;
}

.legal-section {
  background: #fff;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.legal-card {
  min-height: 0;
}

.legal-card h2 {
  margin-top: 0;
  font-size: 24px;
}

.legal-card p {
  color: var(--text);
  line-height: 1.7;
}

.legal-card a,
.legal-list a {
  color: var(--dark);
  font-weight: 800;
}

.legal-card-wide {
  grid-column: 1 / -1;
}

.legal-list {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
}

.legal-list div {
  display: grid;
  gap: 4px;
}

.legal-list dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.legal-list dd {
  margin: 0;
  color: var(--text);
  font-weight: 700;
}

.page-hero {
  padding: 72px 0 46px;
  background: var(--light);
  border-bottom: 1px solid var(--border);
}

.service-block {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 38px;
  padding: 34px 0;
  border-top: 1px solid var(--border);
}

.service-block:first-child { border-top: 0; padding-top: 0; }

@media (max-width: 900px) {
  .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .menu-toggle { display: block; }
  .nav {
    display: flex;
    justify-content: space-between;
  }
  .nav-links {
    position: fixed;
    inset: 0;
    z-index: 30;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding: 0 14px 0;
    background: rgba(20, 23, 28, .62);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .24s ease, visibility .24s ease;
  }
  .nav-links.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .nav-menu {
    position: relative;
    left: auto;
    transform: translateY(calc(100% + 24px));
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    width: 100%;
    padding: 52px 22px 24px;
    border: 1px solid var(--border);
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
    background: var(--white);
    box-shadow: 0 -18px 50px rgba(20, 23, 28, .16);
    transition: transform .32s cubic-bezier(.2, .8, .2, 1);
  }
  .nav-links.is-open .nav-menu {
    transform: translateY(0);
  }
  .nav-menu a {
    padding: 10px 4px;
  }
  .nav-close {
    position: absolute;
    top: 14px;
    right: 16px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    cursor: pointer;
  }
  .nav-close img {
    width: 24px;
    height: 24px;
  }
  .nav-links .button {
    display: none;
  }
  .hero-grid,
  .grid.four,
  .grid.three,
  .grid.two,
  .footer-grid,
  .service-block {
    grid-template-columns: 1fr;
  }
  .legal-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-top: 46px;
  }
  .hero-grid {
    transform: none;
    margin-bottom: 0;
  }
  .mockup {
    transform: none;
  }
  .mockup img {
    width: min(100%, 760px);
    max-width: 100%;
  }
  .trusted-logos {
    gap: 36px;
    padding-right: 36px;
  }
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .process-steps::before {
    display: none;
  }
  .cta-panel {
    grid-template-columns: 1fr;
    padding: 34px;
  }
  .section-head {
    display: block;
  }
  .leistungen-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-card-details {
    grid-template-columns: 1fr;
  }
  .preise-floating-card {
    right: 16px;
    bottom: 28px;
  }
  .own-projects-panel {
    grid-template-columns: 1fr;
  }
  .own-projects-copy {
    max-width: 620px;
  }
  .own-projects-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .single-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .price-factors-grid {
    grid-template-columns: 1fr;
  }
  .contact-proof-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 360px);
    margin: 18px auto 0;
  }
  .contact-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-main-grid {
    grid-template-columns: 1fr;
  }
  .about-value-grid {
    grid-template-columns: 1fr;
  }
  .about-why-card {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 24px;
  }
}

@media (max-width: 560px) {
  .container { width: min(100% - 24px, 1320px); }
  .brand img { height: 46px; max-width: 150px; }
  .site-footer { padding: 42px 0 34px; }
  .site-footer img { height: 74px; }
  .site-footer .footer-socials img {
    width: 18px;
    height: 18px;
  }
  .hero { padding: 32px 0 26px; }
  .section { padding: 58px 0; }
  .hero .eyebrow,
  .hero-services {
    display: none;
  }
  .hero {
    overflow: hidden;
  }
  .hero-grid {
    position: relative;
  }
  .hero-grid > div:first-child {
    position: relative;
    z-index: 1;
  }
  .hero .mockup {
    position: absolute;
    top: -42px !important;
    right: -190px;
    bottom: auto;
    left: 90px;
    z-index: 0;
    display: block;
    opacity: .11;
    pointer-events: none;
    transform: none;
  }
  .hero .mockup img {
    width: 100%;
    max-width: none;
  }
  .leistungen-hero,
  .projekte-hero,
  .preise-hero,
  .about-hero,
  .contact-hero {
    min-height: calc(100svh - 76px);
    padding: 32px 0 26px;
  }
  .preise-hero {
    display: flex;
    flex-direction: column;
  }
  .leistungen-hero,
  .projekte-hero,
  .about-hero,
  .contact-hero {
    display: flex;
    flex-direction: column;
  }
  .leistungen-hero .hero-grid,
  .projekte-hero .hero-grid,
  .preise-hero .hero-grid,
  .about-hero .hero-grid,
  .contact-hero .hero-grid {
    transform: none;
    margin-bottom: 0;
  }
  .leistungen-hero-copy,
  .projekte-hero-copy,
  .preise-hero-copy,
  .about-hero-copy,
  .contact-hero-copy {
    padding-top: 0;
  }
  .leistungen-hero .hero-grid > div:first-child,
  .projekte-hero .hero-grid > div:first-child,
  .preise-hero .hero-grid > div:first-child,
  .about-hero .hero-grid > div:first-child,
  .contact-hero .hero-grid > div:first-child {
    position: relative;
    z-index: 1;
    max-width: none;
  }
  .leistungen-hero .lead,
  .projekte-hero .lead,
  .preise-hero .lead,
  .about-hero .lead,
  .contact-hero .lead {
    max-width: 650px;
  }
  .leistungen-hero .mockup,
  .projekte-hero .mockup,
  .preise-hero .mockup,
  .about-hero .mockup,
  .contact-hero .mockup {
    display: block;
    top: -42px !important;
    right: -190px;
    left: 90px;
    opacity: .11;
  }
  .price-hero-factors {
    display: block;
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding-top: 18px;
  }
  .price-hero-factors .eyebrow {
    margin-bottom: 10px;
    font-size: 10px;
  }
  .price-hero-factors .price-factors-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .price-hero-factors .price-factor-card {
    display: block;
    min-height: 0;
    padding: 12px 10px;
    border-radius: 10px;
  }
  .price-hero-factors .factor-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 12px;
  }
  .price-hero-factors .factor-icon img {
    width: 22px;
    height: 22px;
  }
  .price-hero-factors .price-factor-card h3 {
    margin-bottom: 6px;
    font-size: 13px;
  }
  .price-hero-factors .price-factor-card p {
    display: none;
  }
  .price-factors-section {
    display: none;
  }
  .mobile-hero-features,
  .project-hero-features {
    display: block;
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding-top: 18px;
  }
  .mobile-hero-feature-grid,
  .project-hero-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .mobile-hero-feature-card,
  .project-hero-feature-card {
    min-height: 0;
    padding: 12px 10px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 14px 34px rgba(20, 23, 28, .04);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
  .mobile-hero-feature-icon,
  .project-hero-feature-icon {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    margin-bottom: 12px;
  }
  .mobile-hero-feature-icon img,
  .project-hero-feature-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
  }
  .mobile-hero-feature-card h3,
  .project-hero-feature-card h3 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.18;
  }
  .contact-proof-card {
    display: none;
  }
  .contact-section {
    padding-top: 46px;
  }
  .contact-method-grid,
  .contact-form-row {
    grid-template-columns: 1fr;
  }
  .contact-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .contact-method-card,
  .contact-form-panel,
  .contact-studio-card {
    padding: 22px 18px;
  }
  .contact-method-card {
    min-height: 156px;
    padding: 18px 14px;
  }
  .contact-method-card h3 {
    font-size: 15px;
  }
  .contact-method-card p {
    font-size: 12px;
    line-height: 1.35;
  }
  .contact-method-card strong {
    overflow-wrap: anywhere;
    font-size: 12px;
    line-height: 1.35;
  }
  a.contact-method-card::after {
    right: 14px;
    bottom: 14px;
  }
  .contact-form-panel {
    order: 2;
  }
  .contact-studio-card {
    order: 1;
  }
  .preise-floating-card {
    display: none;
  }
  .preise-packages-section {
    overflow: hidden;
    padding-top: 42px;
  }
  .preise-packages-section > .container.grid.three {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(82%, 1fr);
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 12px;
    padding: 0 12px 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .preise-packages-section > .container.grid.three::-webkit-scrollbar {
    display: none;
  }
  .price-card {
    min-height: 0;
    padding: 24px 20px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  .price-card .button {
    width: 100%;
  }
  .price-badge {
    top: 18px;
    right: 18px;
  }
  .single-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .single-service-card {
    min-height: 132px;
    padding: 18px;
  }
  .price-factor-card {
    grid-template-columns: 38px 1fr;
    padding: 22px 18px;
  }
  .about-why-card {
    grid-template-columns: 1fr;
    gap: 22px;
    order: 0;
    padding: 24px 20px;
  }
  .about-story {
    margin-top: 0;
    padding-top: 0;
  }
  .about-values {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .about-value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    order: 0;
    margin-top: 0;
  }
  .about-logo-mark {
    width: 66px;
    height: 66px;
  }
  .about-logo-mark img {
    width: 36px;
    height: 36px;
  }
  .about-value-card {
    min-height: 0;
    padding: 14px 10px;
    border-radius: 10px;
  }
  .about-value-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 16px;
  }
  .about-value-icon img {
    width: 26px;
    height: 26px;
  }
  .about-why-card h2,
  .about-value-card h3 {
    font-size: 20px;
  }
  .about-why-card p {
    font-size: 14px;
    line-height: 1.55;
  }
  .about-value-card h3 {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .about-value-card p {
    font-size: 11px;
    line-height: 1.35;
  }
  .leistungen-services {
    position: relative;
    z-index: 1;
    margin-top: 0;
  }
  .own-projects-section {
    padding-top: 16px;
  }
  .own-projects-panel {
    padding: 22px;
    border-radius: 12px;
  }
  .own-projects-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(82%, 1fr);
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    padding: 0 0 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .own-projects-grid::-webkit-scrollbar {
    display: none;
  }
  .own-project-card {
    min-height: 0;
    padding: 24px 20px;
    scroll-snap-align: center;
  }
  .own-project-icon {
    margin-bottom: 28px;
  }
  .trusted {
    margin-top: -18px;
    padding: 18px 0 22px;
  }
  .trusted-title {
    margin-bottom: 18px;
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: .1em;
  }
  .trusted-logos {
    gap: 28px;
    padding-right: 28px;
  }
  .trusted-logo {
    --trusted-logo-width: 150px;
    --trusted-logo-height: 26px;
  }
  .trusted-logo-umzuege {
    --trusted-logo-width: 102px;
    --trusted-logo-height: 27px;
  }
  .trusted-logo-cleaning {
    --trusted-logo-width: 180px;
    --trusted-logo-height: 27px;
  }
  .trusted-logo-detailing {
    --trusted-logo-width: 136px;
    --trusted-logo-height: 34px;
  }
  .trusted-logo-hausmeister {
    --trusted-logo-width: 205px;
    --trusted-logo-height: 27px;
  }
  .trusted-logo-elektro {
    --trusted-logo-width: 160px;
    --trusted-logo-height: 26px;
  }
  .trusted-logo-garten {
    --trusted-logo-width: 148px;
    --trusted-logo-height: 26px;
  }
  .trusted-logo-more {
    --trusted-logo-width: 172px;
    --trusted-logo-height: 26px;
  }
  .process-steps {
    grid-template-columns: 1fr;
    gap: 34px;
    justify-items: center;
    text-align: center;
  }
  .process-steps::before {
    display: block;
    top: 24px;
    bottom: 24px;
    left: 50%;
    right: auto;
    width: 0;
    border-top: 0;
    border-left: 1px dashed var(--border);
    transform: translateX(-50%);
  }
  .process-step {
    max-width: 340px;
    display: grid;
    justify-items: center;
  }
  .process-step span {
    margin: 0 0 16px;
  }
  .cta-panel {
    padding: 28px 22px;
    border-radius: 12px;
  }
  .page-hero { padding: 54px 0 34px; }
  h1 { font-size: 42px; }
  .lead { font-size: 18px; }
  .services-grid.grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .services-grid .card {
    padding: 20px 16px;
  }
  .services-grid .icon {
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
  }
  .services-grid .card h3 {
    font-size: 18px;
  }
  .services-grid .card p {
    font-size: 14px;
  }
  .services-grid .card::after {
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }
  .leistungen-card-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .leistungen-card {
    min-height: 0 !important;
    padding: 24px 20px;
    border-radius: 12px;
  }
  .leistungen-card .icon {
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
    border-radius: 14px;
  }
  .leistungen-card h2 {
    min-height: 0;
    font-size: 24px;
  }
  .leistungen-card p {
    min-height: 0;
    margin-bottom: 28px;
    font-size: 14px;
  }
  .check-list {
    gap: 14px;
  }
  .leistungen-card.is-expanded .service-card-details {
    max-height: none !important;
    overflow: visible !important;
  }
  .leistungen-card.is-expanded {
    height: auto !important;
    overflow: visible !important;
  }
  .leistungen-card-grid.has-expanded .leistungen-card.is-hidden {
    display: flex !important;
  }
  .leistungen-card-grid.has-expanded .leistungen-card:not(.is-expanded) {
    pointer-events: auto !important;
  }
  .projects-section .section-head {
    display: block;
  }
  .projects-button {
    position: static;
    order: 3;
    width: 100%;
    margin-top: 18px;
  }
  .projects-top-link {
    position: static;
    display: inline-flex;
    margin-bottom: 18px;
  }
  .projects-section .grid.three {
    order: 2;
  }
  .projects-section .grid.three {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(82%, 1fr);
    grid-template-columns: none;
    gap: 14px;
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 12px;
    padding: 0 12px 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .projects-section .grid.three::-webkit-scrollbar {
    display: none;
  }
  .projects-section .project-card {
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  .projekte-list-section {
    overflow: hidden;
  }
  .projekte-list-section > .container.grid.three {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(82%, 1fr);
    grid-template-columns: none;
    gap: 14px;
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 12px;
    padding: 0 12px 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .projekte-list-section > .container.grid.three::-webkit-scrollbar {
    display: none;
  }
  .projekte-list-section .project-card {
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  .footer-grid { gap: 28px; }
}
