/* Final visual and responsive polish for SZ Websites. */
:root {
  --ink: #282827;
  --paper: #b9b3a8;
  --paper2: #a7a197;
  --surface: #d5cfc5;
  --surface-soft: #c6c0b6;
  --red: #154b32;
  --red2: #3f8b64;
  --forest: #2f7656;
  --forest-deep: #154b32;
  --forest-soft: #9ebca8;
  --accent: #d8e680;
  --dark: #484641;
  --line: #847e74;
  --muted: #48443f;
  --shadow: rgba(43, 42, 38, .22);
}

.form-help {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
}

.legal code {
  padding: 1px 4px;
  border: 1px solid var(--line);
  border-radius: 3px;
  color: var(--ink);
  font-size: .9em;
}

.admin-privacy-note {
  margin: -3px 0 16px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

html {
  background: var(--paper);
  scroll-padding-top: 100px;
}

body {
  min-width: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  text-rendering: optimizeLegibility;
}

::selection {
  background: var(--accent);
  color: var(--ink);
}

img,
svg {
  max-width: 100%;
}

main,
.hero,
.section,
.contact,
.process,
.services,
.payment-options,
.admin-main,
.legal,
footer {
  min-width: 0;
}

a {
  text-underline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--forest-deep);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 100;
  transform: translateY(-160%);
  border-radius: 99px;
  padding: 10px 15px;
  background: var(--accent);
  color: var(--ink);
  font-weight: 800;
  box-shadow: 3px 3px 0 var(--dark);
  transition: transform .18s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.mobile-only {
  display: none;
}

.site-header {
  position: relative;
  z-index: 20;
  width: min(100%, 1440px);
  min-width: 0;
  padding-inline: clamp(20px, 4vw, 58px);
}

.site-header .brand {
  flex: 0 0 auto;
}

.site-header nav {
  min-width: 0;
}

.site-header nav a[aria-current="page"]:not(.nav-cta) {
  color: var(--forest-deep);
  font-weight: 800;
}

.site-header nav > a:not(.nav-cta) {
  position: relative;
}

.site-header nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--forest);
  content: "";
  transition: transform .2s ease;
}

.site-header nav > a:not(.nav-cta):hover::after,
.site-header nav > a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-cta,
.button.primary,
.process-cta {
  background: var(--forest);
}

.nav-cta:hover,
.button.primary:hover,
.process-cta:hover {
  background: var(--forest-deep);
}

.hero {
  grid-template-columns: minmax(0, .96fr) minmax(360px, .82fr);
  gap: clamp(42px, 7vw, 110px);
  min-width: 0;
}

.hero-copy,
.hero-art,
.section-head > *,
.services article,
.payment-options > *,
.payment-method,
.contact > *,
.process > *,
.process-route,
.route-card,
.admin-top > * {
  min-width: 0;
}

.hero h1 {
  max-width: 8.8ch;
  letter-spacing: -.07em;
}

.hero .intro {
  max-width: 44ch;
}

.hero-art {
  width: 100%;
  max-width: 610px;
  justify-self: end;
}

.actions {
  flex-wrap: wrap;
}

.text-link {
  white-space: nowrap;
}

.trust {
  row-gap: 8px;
}

.marquee {
  background: #3e3d38;
  color: #fff9f1;
  font-weight: 600;
  letter-spacing: 1.1px;
}

.marquee b {
  color: #9cdeb5;
}

.section-head {
  align-items: flex-end;
}

.section-head p {
  max-width: 37ch;
  line-height: 1.65;
}

.services article {
  transition: background-color .2s ease, transform .2s ease;
}

@media (hover: hover) {
  .services article:hover {
    background: rgba(255, 252, 246, .14);
  }

  .services article:hover h3 {
    color: var(--forest-deep);
  }
}

.prices-page > h1,
.contact h1,
.process-heading h1 {
  overflow-wrap: normal;
}

.prices-page .intro {
  max-width: 52ch;
}

.prices-page .services article {
  padding-top: 25px;
}

.price-visual {
  box-shadow: 0 8px 20px rgba(54, 60, 53, .11);
}

.prices-page .services .price {
  color: var(--forest-deep);
}

.price-note {
  max-width: 72ch;
  margin: 28px 0 0;
  padding: 14px 16px;
  border-left: 3px solid var(--forest);
  background: rgba(255, 252, 246, .16);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.payment-options {
  border-color: rgba(72, 70, 65, .55);
}

.payment-method {
  box-shadow: 0 7px 18px rgba(54, 51, 46, .08);
}

.process {
  background: linear-gradient(135deg, #52514b 0%, #69645d 100%);
}

.route-card {
  min-height: 228px;
}

.route-card h2 {
  max-width: 17ch;
  margin: 0 0 9px;
  color: #fff8ef;
  font-size: 22px;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.contact {
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  align-items: start;
}

.contact form {
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(51, 47, 42, .09);
}

.contact input,
.contact textarea,
.contact select,
.login-box input {
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.contact input:focus,
.contact textarea:focus,
.contact select:focus,
.login-box input:focus {
  border-color: var(--forest);
  box-shadow: 0 0 0 3px rgba(63, 139, 100, .16);
}

.form-note {
  min-height: 1.45em;
}

.form-note[data-state="error"] {
  color: #7a2c21;
}

.no-script-note {
  color: var(--muted);
}

.no-script-note a {
  color: var(--forest-deep);
  text-decoration: underline;
}

.legal a {
  color: var(--forest-deep);
}

.process a:focus-visible,
.process button:focus-visible {
  outline-color: #fff8ef;
  box-shadow: 0 0 0 6px rgba(216, 230, 128, .65);
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.whatsapp-float {
  border-width: 2px;
  box-shadow: 4px 4px 0 var(--forest-deep);
  transition: transform .2s ease, box-shadow .2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 5px 7px 0 var(--forest-deep);
}

footer {
  padding-block: 42px;
}

footer div {
  max-width: 570px;
  justify-content: flex-end;
}

.legal {
  max-width: 900px;
}

.legal h2 {
  line-height: 1.18;
}

.legal p,
.legal li {
  max-width: 76ch;
}

.admin-main {
  min-width: 0;
}

.login-box {
  width: min(100%, 440px);
}

.admin-search,
.admin-search input,
.admin-toolbar select {
  min-width: 0;
}

.inquiry-card,
.drawer-content {
  box-shadow: 0 10px 25px rgba(51, 47, 42, .09);
}

@media (max-width: 1000px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
    gap: 38px;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 8vw, 5.8rem);
  }

  .contact {
    gap: clamp(34px, 6vw, 62px);
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 82px;
  }

  body {
    overflow-x: hidden;
  }

  .site-header {
    position: sticky;
    top: 0;
    width: 100%;
    height: 70px;
    margin: 0;
    padding-inline: 20px;
    background: rgba(185, 179, 168, .97);
    backdrop-filter: blur(10px);
    max-width: 100vw;
  }

  .brand {
    max-width: calc(100% - 52px);
    font-size: 20px;
    letter-spacing: -.55px;
  }

  .site-header .menu-toggle {
    position: fixed !important;
    top: 14px;
    right: 20px;
    z-index: 45;
    visibility: visible !important;
    opacity: 1 !important;
    background: var(--surface) !important;
  }

  .brand::before {
    width: 27px;
    height: 30px;
    flex-basis: 27px;
  }

  .brand small {
    display: none !important;
  }

  .menu-toggle {
    display: inline-grid !important;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--ink);
    font-size: 22px;
    line-height: 1;
  }

  .mobile-only {
    display: initial;
  }

  .site-header nav {
    display: none !important;
    position: absolute;
    top: calc(100% + 8px);
    right: 12px;
    left: 12px;
    width: auto;
    padding: 10px;
    border: 1px solid rgba(72, 70, 65, .35);
    border-radius: 14px;
    background: #d5cfc5;
    box-shadow: 0 14px 30px rgba(44, 42, 38, .2);
  }

  .site-header.open nav {
    display: grid !important;
    gap: 3px;
  }

  .site-header nav a,
  .site-header nav .nav-cta {
    width: 100%;
    padding: 12px 13px;
    border-radius: 9px;
    font-size: 15px;
  }

  .site-header nav .nav-cta {
    margin-top: 5px;
    justify-content: space-between;
    text-align: left;
  }

  .site-header nav > a:not(.nav-cta)::after {
    display: none;
  }

  .hero,
  .section {
    width: 100%;
    max-width: 100%;
    padding-inline: 20px;
  }

  .hero,
  .prices-page,
  .contact,
  .admin-main,
  .legal,
  footer {
    width: 100vw !important;
    max-width: 100vw !important;
  }

  .hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 34px !important;
    padding-top: 46px;
    padding-bottom: 58px;
  }

  .hero-copy,
  .hero-art,
  .section-head,
  .section-head > *,
  .services,
  .services article,
  .prices-page .services,
  .prices-page .services article,
  .payment-options,
  .payment-options > *,
  .contact,
  .contact > *,
  .contact form,
  .process,
  .process > *,
  .process-route,
  .route-card,
  .admin-main,
  .login-box,
  .admin-panel,
  .admin-top,
  .admin-toolbar,
  .admin-list-head,
  .inquiry-card,
  footer {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(3.15rem, 16vw, 4.25rem);
    line-height: .95;
    letter-spacing: -.065em;
  }

  .hero .intro,
  .prices-page .intro,
  .section-head p,
  .contact > div > p:not(.eyebrow),
  .process-heading > p:not(.eyebrow) {
    width: auto;
    max-width: 34ch;
    font-size: 16px;
    line-height: 1.6;
    overflow-wrap: break-word;
  }

  .actions {
    display: flex;
    width: 100%;
    align-items: stretch;
    gap: 12px 18px;
  }

  .actions .button {
    min-width: min(100%, 208px);
    justify-content: space-between;
  }

  .text-link {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    white-space: normal;
  }

  .trust {
    max-width: 34ch;
    gap: 7px 14px;
    font-size: 11px;
  }

  .hero-art {
    justify-self: stretch;
    height: 302px;
    width: calc(100vw - 40px);
    margin: 0;
  }

  .browser {
    width: min(82%, 332px);
    height: 248px;
    right: 9%;
  }

  .browser-body {
    padding: 20px;
  }

  .web-title {
    font-size: 26px;
  }

  .tag-one {
    top: 16px;
    left: 15px;
  }

  .tag-two {
    right: 12px;
    bottom: 12px;
  }

  .marquee {
    font-size: 12px;
    letter-spacing: .75px;
  }

  .section {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .section-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px;
  }

  .section-head h2 {
    max-width: 11ch;
    font-size: clamp(2.8rem, 13vw, 4rem);
    line-height: .98;
    letter-spacing: -.055em;
  }

  .services {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    margin-top: 38px;
  }

  .services article,
  .services article + article {
    min-height: 0;
    padding: 25px 0 28px;
    border-right: 0;
  }

  .services h3 {
    margin-top: 18px;
  }

  .services a {
    position: static;
    display: inline-flex;
    margin-top: 14px;
  }

  .prices-page {
    padding-top: 70px;
  }

  .prices-page > h1 {
    max-width: 100%;
    font-size: clamp(2.75rem, 13.4vw, 3.3rem);
    line-height: .96;
    letter-spacing: -.055em;
  }

  .prices-page .intro {
    margin-top: 24px;
  }

  .prices-page .services {
    margin-top: 44px;
  }

  .prices-page .services article {
    min-height: 0;
    padding: 20px 0 30px;
  }

  .prices-page .services article + article {
    padding-left: 0;
  }

  .price-visual {
    width: calc(100vw - 40px);
    height: 184px;
  }

  .prices-page .services h2 {
    margin-top: 20px;
    font-size: 26px;
  }

  .prices-page .services p {
    max-width: 35ch;
  }

  .prices-page .services a {
    width: auto;
    margin-top: 18px;
  }

  .payment-options {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px;
    margin-top: 58px;
  }

  .price-note {
    margin-top: 22px;
    padding: 12px 14px;
  }

  .payment-intro h2 {
    font-size: clamp(2.5rem, 12vw, 3.5rem);
  }

  .payment-methods {
    grid-template-columns: minmax(0, 1fr);
  }

  .process {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 35px;
    padding: 70px 20px;
  }

  .process-heading h1 {
    max-width: 100%;
    font-size: clamp(2.9rem, 13.5vw, 3.5rem);
    line-height: .95;
    letter-spacing: -.05em;
  }

  .process-heading > p:not(.eyebrow) {
    max-width: 34ch;
  }

  .process-route {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .route-card {
    min-height: 0;
    padding: 20px 47px 21px 20px;
  }

  .route-card h2 {
    font-size: 21px;
  }

  .contact {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 38px !important;
    padding-top: 70px;
    padding-bottom: 74px;
  }

  .contact h1 {
    max-width: 100%;
    font-size: clamp(2.75rem, 13.4vw, 3.25rem);
    line-height: .97;
    letter-spacing: -.055em;
  }

  .contact .whatsapp {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.35;
  }

  .contact form {
    display: grid;
    gap: 15px;
    width: calc(100vw - 40px) !important;
    padding: 22px 18px;
  }

  .form-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px;
  }

  .contact input,
  .contact textarea,
  .contact select {
    max-width: 100%;
  }

  .contact-actions,
  .contact-actions .button {
    width: 100%;
  }

  .contact-actions .button {
    justify-content: space-between;
  }

  .consent {
    align-items: flex-start;
  }

  .consent input {
    flex: 0 0 auto;
  }

  .whatsapp-float {
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
  }

  footer {
    display: grid;
    gap: 20px;
    padding: 32px 20px 84px;
  }

  footer div {
    justify-content: flex-start;
    gap: 10px 15px;
  }

  .legal {
    width: 100%;
    max-width: 100%;
    padding: 62px 20px 84px;
  }

  .legal h1 {
    font-size: clamp(2.8rem, 13vw, 4rem);
    letter-spacing: -.055em;
  }

  .admin-body .site-header {
    justify-content: space-between;
  }

  .admin-back {
    display: inline-grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 50%;
    font-size: 0;
  }

  .admin-back::after {
    color: var(--ink);
    content: "←";
    font-size: 20px;
  }

  .admin-main {
    padding: 38px 20px 80px;
  }

  .login-box {
    width: calc(100vw - 40px) !important;
    max-width: 100%;
    margin: 0;
    padding: 28px 20px;
    box-shadow: 5px 6px 0 var(--forest);
  }

  .login-box h1 {
    font-size: clamp(2.45rem, 12vw, 3.25rem);
    line-height: .98;
    letter-spacing: -.055em;
  }

  .admin-top {
    display: grid;
    gap: 18px;
  }

  .admin-top h1 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .admin-top-actions {
    width: 100%;
  }

  .admin-top-actions > * {
    flex: 1 1 145px;
    text-align: center;
  }

  .admin-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .admin-toolbar .admin-export {
    grid-column: auto;
  }

  .admin-list-head {
    display: grid;
    gap: 5px;
  }

  .inquiry-card {
    padding: 16px;
  }

  .inquiry-card-top,
  .inquiry-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .inquiry-info,
  .drawer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .inquiry-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 3.15rem;
  }

  .prices-page > h1 {
    font-size: 2.9rem;
  }

  .contact h1 {
    font-size: 2.9rem;
  }

  .actions .button {
    width: 100%;
  }

  .text-link {
    min-height: auto;
  }
}

/* Moderation von Kundenbewertungen im Adminbereich */
.admin-review-section {
  margin-top: 74px;
  padding-top: 50px;
  border-top: 1px solid #847e74;
}

.admin-review-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: 22px;
}

.admin-review-heading h2 {
  margin: 0;
  color: #2d2c29;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  letter-spacing: -.055em;
  line-height: .94;
}

.admin-review-heading > div:first-child > p:not(.eyebrow) {
  max-width: 48ch;
  margin: 13px 0 0;
  color: #4e4a45;
  font-size: 15px;
}

.admin-review-counts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  align-items: center;
}

.admin-review-counts > span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-height: 40px;
  padding: 8px 11px;
  border: 1px solid #847e74;
  border-radius: 99px;
  background: #d5cfc5;
  color: #4e4a45;
  font-size: 12px;
}

.admin-review-counts > span b {
  color: #255f42;
  font-size: 18px;
  line-height: 1;
}

.admin-review-rating {
  margin: 13px 0 0;
  color: #3f8b64;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1;
}

.review-admin-card .inquiry-info {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-approve {
  border-color: #3f8b64;
  background: #c9d56f;
}

@media (max-width: 720px) {
  .admin-review-section {
    margin-top: 54px;
    padding-top: 38px;
  }

  .admin-review-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .admin-review-counts {
    justify-content: flex-start;
  }

  .review-admin-card .inquiry-info {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .skip-link,
  .site-header nav > a:not(.nav-cta)::after,
  .services article,
  .whatsapp-float,
  .contact input,
  .contact textarea,
  .contact select,
  .login-box input {
    transition: none !important;
  }
}

/* Preis-Kommunikation: fair, klar und ohne Billig-Optik. */
.eyebrow {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 800;
  line-height: 1.35;
}

.offer-promo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 14px;
  max-width: 540px;
  margin: 23px 0 0;
  padding: 11px 14px;
  border: 1px solid rgba(47, 118, 86, .7);
  border-radius: 12px;
  background: linear-gradient(115deg, rgba(216, 230, 128, .9), rgba(213, 226, 215, .94), rgba(216, 230, 128, .9));
  background-size: 180% 180%;
  box-shadow: 0 9px 20px rgba(47, 118, 86, .13);
  color: var(--ink);
  animation: discount-sheen 5.5s ease-in-out infinite;
}

.offer-promo span,
.package-kicker {
  color: var(--forest-deep);
  font: 12px/1.35 var(--mono);
  letter-spacing: .85px;
  font-weight: 800;
}

.offer-promo span {
  display: inline-flex;
  padding: 4px 7px;
  border-radius: 5px;
  background: var(--forest-deep);
  color: #f7f1e8;
  letter-spacing: .65px;
}

.offer-promo strong {
  color: var(--forest-deep);
  font-size: 16px;
}

.offer-promo a {
  margin-left: auto;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 800;
}

.offer-promo + .trust {
  margin-top: 22px;
}

.price-promise {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 17px 28px;
  align-items: center;
  max-width: 840px;
  margin: 35px 0 0;
  padding: 18px 20px;
  border: 1px solid rgba(47, 118, 86, .44);
  border-radius: 14px;
  background: rgba(213, 207, 197, .62);
}

.price-promise .eyebrow {
  margin: 0;
}

.price-promise p:last-child {
  max-width: 61ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.price-promise strong {
  color: var(--ink);
}

.price-packages {
  margin-top: 40px;
}

.prices-page .price-packages article {
  min-height: 700px;
}

/* Begrenztes Einführungsangebot: klar sichtbar, ohne künstliche Rabatt-Optik. */
.new-client-offer {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  margin: 18px 0 0;
  padding: 24px;
  border: 1px solid rgba(47, 118, 86, .58);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(213, 226, 215, .82), rgba(213, 207, 197, .92));
  box-shadow: 0 12px 28px rgba(48, 63, 52, .11);
}

.availability-count {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 112px;
  min-width: 112px;
  height: 112px;
  padding: 8px;
  border-radius: 50%;
  background: var(--forest);
  box-shadow: 5px 6px 0 var(--forest-deep);
  color: #f7f1e8;
  text-align: center;
}

.availability-count b {
  font-size: 49px;
  letter-spacing: -.07em;
  line-height: 1;
}

.availability-count span {
  font: 10px/1.2 var(--mono);
  letter-spacing: .7px;
  text-transform: uppercase;
}

.new-client-copy {
  min-width: 0;
}

.new-client-copy .eyebrow {
  margin: 0 0 8px;
  color: var(--forest-deep);
}

.new-client-copy h2 {
  margin: 0;
  font-size: clamp(1.7rem, 2.6vw, 2.6rem);
  letter-spacing: -.05em;
  line-height: .96;
}

.new-client-copy h2 em {
  color: var(--forest-deep);
  font-family: Georgia, "Times New Roman", serif;
}

.new-client-copy > p:not(.eyebrow) {
  max-width: 66ch;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.new-client-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 999px;
  background: var(--forest);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transition: background-color .2s ease, transform .2s ease;
}

.new-client-cta:hover {
  background: var(--forest-deep);
  transform: translateY(-2px);
}

@media (max-width: 1050px) and (min-width: 761px) {
  .new-client-offer {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 20px 24px;
    padding: 22px;
  }

  .availability-count {
    width: 102px;
    min-width: 102px;
    height: 102px;
  }

  .availability-count b {
    font-size: 44px;
  }

  .new-client-cta {
    grid-column: 2;
    justify-self: start;
  }
}

.price-packages .package-kicker {
  margin: 20px 0 8px;
}

.prices-page .price-packages h2 {
  margin-top: 0;
}

.price-includes {
  display: grid;
  gap: 7px;
  margin: 17px 0 20px;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.price-includes li {
  position: relative;
  padding-left: 19px;
}

.price-includes li::before {
  position: absolute;
  left: 0;
  color: var(--forest);
  content: "✓";
  font-weight: 900;
}

.price-display {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
}

.prices-page .price-display .price {
  margin: 0 !important;
}

.new-customer-price {
  display: grid;
  position: relative;
  gap: 1px;
  margin: 0;
  padding: 8px 12px 9px 31px;
  border: 1px solid rgba(47, 118, 86, .72);
  border-radius: 9px;
  background: linear-gradient(135deg, #d8e680, #c9dd9c);
  box-shadow: 3px 4px 0 rgba(21, 75, 50, .22);
  color: var(--forest-deep);
  line-height: 1.15;
  animation: discount-highlight 3.8s ease-in-out infinite;
}

.new-customer-price::before {
  position: absolute;
  top: 50%;
  left: 11px;
  color: var(--forest-deep);
  content: "✦";
  font-size: 16px;
  transform: translateY(-50%);
}

.new-customer-price span {
  font: 11px/1.25 var(--mono);
  letter-spacing: .3px;
}

.new-customer-price strong {
  font-size: 17px;
  letter-spacing: -.35px;
}

@keyframes discount-sheen {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes discount-highlight {
  0%,
  100% {
    box-shadow: 3px 4px 0 rgba(21, 75, 50, .22);
    transform: translateY(0);
  }

  50% {
    box-shadow: 5px 6px 0 rgba(21, 75, 50, .27);
    transform: translateY(-1px);
  }
}

@media (hover: hover) {
  .new-customer-price:hover {
    animation-play-state: paused;
    box-shadow: 5px 6px 0 rgba(21, 75, 50, .3);
    transform: translateY(-2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .offer-promo,
  .new-customer-price {
    animation: none !important;
  }

  .new-customer-price {
    transform: none !important;
  }
}

.price-display + .price-scope {
  margin: 9px 0 0;
}

.price-scope {
  margin: -10px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.add-on-services {
  display: grid;
  grid-template-columns: minmax(240px, .78fr) minmax(480px, 1.22fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: start;
  margin-top: 100px;
  padding-top: 42px;
  border-top: 1px solid rgba(72, 70, 65, .55);
}

.add-on-intro h2 {
  margin: 0;
  font-size: clamp(2.6rem, 4.2vw, 4.6rem);
  letter-spacing: -.05em;
  line-height: .95;
}

.add-on-intro h2 em {
  color: var(--forest-deep);
  font-family: Georgia, "Times New Roman", serif;
}

.add-on-intro > p:not(.eyebrow) {
  max-width: 34ch;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.add-on-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.add-on-card {
  min-height: 216px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
}

.add-on-card .package-kicker {
  margin: 0 0 18px;
}

.add-on-card h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: -.45px;
  line-height: 1.12;
}

.add-on-card strong {
  display: block;
  margin: 14px 0 10px;
  color: var(--forest-deep);
  font-size: 20px;
  letter-spacing: -.5px;
}

.add-on-card p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.price-help {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: center;
  margin-top: 92px;
  padding: 48px 0 0;
  border-top: 1px solid rgba(72, 70, 65, .55);
}

.price-help h2 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(2.5rem, 4.5vw, 4.7rem);
  letter-spacing: -.055em;
  line-height: .95;
}

.price-help h2 em {
  color: var(--forest-deep);
  font-family: Georgia, "Times New Roman", serif;
}

.price-help > div:last-child > p {
  max-width: 45ch;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 900px) and (min-width: 761px) {
  .site-header {
    position: sticky;
    top: 0;
    width: 100%;
    height: 70px;
    max-width: 100vw;
    margin: 0;
    padding-inline: 20px;
    background: rgba(185, 179, 168, .97);
    backdrop-filter: blur(10px);
  }

  .site-header .brand {
    max-width: calc(100% - 52px);
    font-size: 20px;
    letter-spacing: -.55px;
  }

  .site-header .brand::before {
    width: 27px;
    height: 30px;
    flex-basis: 27px;
  }

  .site-header .brand small {
    display: none !important;
  }

  .site-header .menu-toggle {
    position: fixed !important;
    top: 14px;
    right: 20px;
    z-index: 45;
    display: inline-grid !important;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--surface) !important;
    color: var(--ink);
    font-size: 22px;
    line-height: 1;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .site-header nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 12px;
    left: 12px;
    display: none !important;
    width: auto;
    padding: 10px;
    border: 1px solid rgba(72, 70, 65, .35);
    border-radius: 14px;
    background: var(--surface);
    box-shadow: 0 14px 30px rgba(44, 42, 38, .2);
  }

  .site-header.open nav {
    display: grid !important;
    gap: 3px;
  }

  .site-header nav a,
  .site-header nav .nav-cta {
    width: 100%;
    padding: 12px 13px;
    border-radius: 9px;
    font-size: 15px;
  }

  .site-header nav .nav-cta {
    margin-top: 5px;
    text-align: left;
  }

  .site-header nav > a:not(.nav-cta)::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .offer-promo {
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
  }

  .offer-promo a {
    margin-left: 0;
  }

  .price-promise {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    margin-top: 27px;
    padding: 15px;
  }

  .new-client-offer {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
  }

  .availability-count {
    gap: 2px;
    width: 92px;
    min-width: 92px;
    height: 92px;
    margin: 0 auto;
    padding: 6px;
    text-align: center;
  }

  .availability-count b {
    font-size: 37px;
  }

  .availability-count span {
    font-size: 9px;
    line-height: 1.15;
  }

  .new-client-copy {
    text-align: center;
  }

  .new-client-copy h2 {
    font-size: clamp(1.8rem, 8.8vw, 2.45rem);
  }

  .new-client-copy > p:not(.eyebrow) {
    text-align: left;
  }

  .new-client-cta {
    width: 100%;
  }

  .prices-page .price-packages article {
    min-height: 0;
  }

  .price-includes {
    margin-bottom: 18px;
  }

  .price-scope {
    margin-top: -9px;
  }

  .price-display {
    align-items: stretch;
  }

  .new-customer-price {
    flex: 1 1 100%;
  }

  .price-display + .price-scope {
    margin-top: 9px;
  }

  .add-on-services {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    margin-top: 64px;
    padding-top: 32px;
  }

  .add-on-intro h2 {
    font-size: clamp(2.45rem, 11.5vw, 3.45rem);
  }

  .add-on-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 11px;
  }

  .add-on-card {
    min-height: 0;
    padding: 19px;
  }

  .price-help {
    grid-template-columns: minmax(0, 1fr);
    gap: 23px;
    margin-top: 62px;
    padding-top: 34px;
  }

  .price-help h2 {
    max-width: 12ch;
    font-size: clamp(2.55rem, 12vw, 3.55rem);
  }
}

/* Erfolgsmeldung nach einer gesendeten Projektanfrage */
.contact-success-open {
  overflow: hidden;
}

.contact-success-screen {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(45, 44, 41, .62);
  backdrop-filter: blur(7px);
}

.contact-success-screen[hidden] {
  display: none;
}

.contact-success-card {
  width: min(650px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  padding: clamp(31px, 6vw, 58px);
  border: 1px solid rgba(63, 139, 100, .46);
  border-radius: 24px;
  background: #d8d2c8;
  box-shadow: 0 24px 70px rgba(30, 29, 27, .38), 7px 7px 0 rgba(45, 44, 41, .55);
  text-align: center;
}

.success-check {
  display: inline-grid;
  width: 76px;
  height: 76px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 50%;
  background: #3f8b64;
  box-shadow: 4px 5px 0 #315f48;
}

.success-check svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: #f7f1e8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.contact-success-card .eyebrow {
  margin-bottom: 15px;
  color: #255f42;
  font-weight: 700;
}

.contact-success-card h2 {
  margin: 0;
  color: #2d2c29;
  font-size: clamp(2.65rem, 6vw, 4.8rem);
  letter-spacing: -.055em;
  line-height: .94;
}

.contact-success-card h2 em {
  color: #3f8b64;
  font-family: Georgia, 'Times New Roman', serif;
}

.success-lead {
  max-width: 42ch;
  margin: 24px auto 0;
  color: #4e4a45;
  font-size: 17px;
  line-height: 1.6;
}

.success-detail {
  max-width: 480px;
  margin: 27px auto 0;
  padding: 17px 19px;
  border: 1px solid rgba(63, 139, 100, .35);
  border-radius: 13px;
  background: rgba(237, 243, 231, .56);
  text-align: left;
}

.success-detail strong {
  color: #255f42;
  font-size: 14px;
}

.success-detail p {
  margin: 5px 0 9px;
  color: #3f3b36;
  font-size: 14px;
  line-height: 1.55;
}

.success-detail small {
  display: block;
  color: #5d5953;
  font-size: 12px;
  line-height: 1.45;
}

.success-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 29px;
}

.success-actions .primary {
  box-shadow: 4px 5px 0 #4a4742;
}

.success-secondary {
  padding: 13px 6px;
  border: 0;
  border-bottom: 1px solid #4a4742;
  background: transparent;
  color: #2d2c29;
  font: 700 14px 'DM Sans', sans-serif;
  cursor: pointer;
}

.success-secondary:hover {
  color: #255f42;
  border-color: #255f42;
}

@media (max-width: 560px) {
  .contact-success-screen {
    padding: 14px;
  }

  .contact-success-card {
    max-height: calc(100vh - 28px);
    padding: 31px 22px;
    border-radius: 19px;
  }

  .success-check {
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
  }

  .success-check svg {
    width: 37px;
    height: 37px;
  }

  .success-lead {
    font-size: 16px;
  }

  .success-actions {
    align-items: center;
    flex-direction: column;
  }

  .success-actions .primary {
    width: 100%;
    justify-content: space-between;
  }
}

/* Finale mobile Optimierung: klare Reihenfolge, sichere Breiten und großzügige Touch-Ziele. */
.contact-success-card {
  position: relative;
}

.success-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid #847e74;
  border-radius: 50%;
  background: rgba(245, 239, 230, .64);
  color: #2d2c29;
  font: 400 29px/1 system-ui, sans-serif;
  cursor: pointer;
}

.success-close:hover {
  border-color: #3f8b64;
  color: #255f42;
}

@media (max-width: 760px) {
  body.menu-open {
    overflow: hidden;
  }

  .site-header .menu-toggle {
    position: absolute !important;
    top: 14px;
    right: 20px;
    z-index: 3;
    display: grid !important;
    place-items: center;
    background: #d5cfc5 !important;
    color: #2d2c29 !important;
    font-size: 22px !important;
    box-shadow: 2px 2px 0 rgba(45, 44, 41, .18);
  }

  .site-header nav {
    z-index: 2;
    max-height: calc(100dvh - 86px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .site-header nav a:not(.nav-cta),
  .site-header nav .nav-cta {
    display: flex !important;
    min-height: 47px;
    align-items: center;
    color: #2d2c29 !important;
    text-align: left;
  }

  .site-header nav .nav-cta {
    color: #f4eee6 !important;
  }

  .site-header nav a[aria-current="page"]:not(.nav-cta) {
    color: #255f42 !important;
    font-weight: 800;
  }

  /* Keine viewport-basierten Breiten in gepaddeten Containern: verhindert Überlauf auf iOS. */
  .hero,
  .prices-page,
  .contact,
  .admin-main,
  .legal,
  footer,
  .hero-art,
  .price-visual,
  .contact form {
    width: 100% !important;
    max-width: 100% !important;
  }

  .section:not(.hero),
  .process {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .prices-page,
  .contact {
    padding-top: 60px;
    padding-bottom: 64px;
  }

  .actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .actions .button {
    width: 100%;
    min-width: 0;
  }

  .actions .text-link {
    width: fit-content;
    min-height: 44px;
  }

  .offer-promo {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
    padding: 13px 14px;
  }

  .offer-promo a {
    display: inline-flex;
    width: fit-content;
    min-height: 38px;
    margin-left: 0;
    align-items: center;
  }

  .price-promise {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 9px;
    padding: 16px;
  }

  .price-promise p:last-child,
  .new-client-copy,
  .new-client-copy h2,
  .new-client-copy > p:not(.eyebrow) {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .new-client-offer {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .services a,
  .prices-page .services a {
    min-height: 44px;
    align-items: center;
  }

  .contact .whatsapp {
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid rgba(63, 139, 100, .45);
    border-radius: 10px;
    background: rgba(213, 226, 215, .42);
  }

  /* Verhindert den automatischen iOS-Zoom beim Ausfüllen. */
  .contact input,
  .contact textarea,
  .contact select {
    font-size: 16px;
  }

  .contact-page-body .whatsapp-float {
    display: none;
  }

  .consent input {
    width: 20px;
    height: 20px;
    margin: 1px 0 0;
  }

  .consent label {
    display: flex;
    min-height: 32px;
    align-items: center;
  }

  .whatsapp-float {
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    width: 48px;
    height: 48px;
  }

  footer {
    gap: 18px;
    padding-bottom: calc(88px + env(safe-area-inset-bottom));
  }

  footer div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 0 18px;
  }

  footer div a {
    display: flex;
    min-height: 42px;
    align-items: center;
  }

  .contact-success-screen {
    padding: 14px;
    padding-top: max(14px, env(safe-area-inset-top));
    padding-right: max(14px, env(safe-area-inset-right));
    padding-bottom: max(14px, env(safe-area-inset-bottom));
    padding-left: max(14px, env(safe-area-inset-left));
  }

  .contact-success-card {
    max-height: calc(100vh - 28px);
    max-height: calc(100dvh - 28px);
    -webkit-overflow-scrolling: touch;
  }

  .success-close,
  .success-secondary {
    min-height: 44px;
  }
}

@media (max-width: 390px) {
  .section:not(.hero),
  .process {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .contact h1,
  .prices-page > h1 {
    letter-spacing: -.045em;
  }
}
