/* Angebot · gemeinsames Farbsystem und Schriften in main.css */
.sales-hero.masthead { min-height: 0; display: block; }
.sales-hero, .sales-section { overflow-wrap: anywhere; }
.sales-top { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 28px; }
.sales-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--druck); text-decoration: none; flex-shrink: 0; }
/* Explizite Breite verhindert WebKits intrinsische 300-px-SVG-Breite im Flex. */
.sales-brand .mark-tile { height: 48px; width: 30.72px; }
.sales-brand .display { font-family: var(--font-display); font-size: 36px; text-transform: uppercase; letter-spacing: 0.01em; }
.sales-descriptor { max-width: 55ch; text-wrap: balance; }
.sales-top .sales-descriptor, .topbar .sales-descriptor { text-align: right; white-space: normal; }
.topbar .sales-descriptor { margin-left: auto; }
.sales-hero-body { position: relative; padding-block: clamp(40px, 5vw, 72px) 44px; }
/* PatternCraft-inspirierte Punktflaeche, ausschliesslich CSS. Keine Bewegung. */
.sales-hero-body, .sales-entry { isolation: isolate; }
.sales-hero-body::before, .sales-entry::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; pointer-events: none; background-image: radial-gradient(circle, currentColor .5px, transparent .75px); background-size: 24px 24px; opacity: .08; mask-image: linear-gradient(110deg, transparent 40%, #000 100%); -webkit-mask-image: linear-gradient(110deg, transparent 40%, #000 100%); }
.sales-entry::before { mask-image: linear-gradient(140deg, transparent 30%, #000 100%); -webkit-mask-image: linear-gradient(140deg, transparent 30%, #000 100%); }
.sales-eyebrow { margin-bottom: 26px; display: flex; align-items: center; gap: 12px; }
.sales-eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--druck); }
.sales-headline { position: relative; z-index: 1; font-family: var(--font-sans); font-weight: 500; font-size: clamp(2.65rem, 6vw, 5.5rem); line-height: 1.02; letter-spacing: -0.065em; max-width: 20ch; }
.sales-headline em, .sales-title em { font-family: var(--font-serif); font-weight: 400; letter-spacing: -0.045em; }
.sales-intro { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); align-items: end; gap: 48px; margin-top: 36px; }
.sales-intro > p { max-width: 56ch; font-size: 1.125rem; line-height: 1.55; }
.sales-hero .sales-intro .cta { margin: 0; justify-content: flex-end; gap: 12px; }
.sales-paths { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.sales-paths > a { position: relative; padding: 24px 40px 24px 24px; border-radius: var(--radius); text-decoration: none; color: var(--druck); line-height: 1.35; background: var(--salbei); }
.sales-paths > a:nth-child(2) { background: var(--blau); }
.sales-paths > a:nth-child(3) { background: var(--lehm); }
.sales-path-label { display: block; margin-bottom: 12px; color: inherit; font-size: 0.6875rem; }
.sales-path-label > span { opacity: 0.7; }
.sales-arrow { display: inline-block; width: 16px; height: 16px; flex: 0 0 16px; background: currentColor; mask: var(--pfeil) center / contain no-repeat; -webkit-mask: var(--pfeil) center / contain no-repeat; }
.sales-paths .sales-arrow { position: absolute; top: 24px; right: 20px; transform: rotate(45deg); }
.sales-section { margin-top: clamp(88px, 10vw, 144px); padding-top: 0; scroll-margin-top: 100px; }
.sales-section-top { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 40px; }
.sales-section-top > :last-child { text-align: right; flex-shrink: 0; }
.sales-section-top > h2 { max-width: 14ch; font-size: clamp(2.5rem, 4.4vw, 4rem); line-height: 1.06; letter-spacing: -0.055em; text-transform: none; font-weight: 500; }
#belege .sales-section-top > h2, #umfang .sales-section-top > h2 { max-width: none; font-size: .75rem; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; }
.sales-service { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 7vw, 96px); padding: clamp(28px, 4.5vw, 64px); background: var(--salbei); border-radius: var(--radius); scroll-margin-top: 100px; }
/* Nur der Hintergrund bleibt am Bildschirm; alle Inhalte scrollen nativ. */
.sales-flow-group { position: relative; isolation: isolate; }
.sales-flow-group .sales-service { position: relative; z-index: 1; border-radius: 0; scroll-margin-top: 0; }
.sales-flow-group #konzeption { border-radius: var(--radius) var(--radius) 0 0; }
.sales-flow-group #markenarchitektur { border-radius: 0 0 var(--radius) var(--radius); }
.sales-liquid { display: none; position: absolute; inset: 0; z-index: 0; pointer-events: none; clip-path: inset(0 round var(--radius)); }
.sales-liquid-viewport { position: sticky; top: 0; height: 100vh; height: 100dvh; background: var(--salbei); overflow: hidden; }
.sales-liquid svg { display: block; width: 100%; height: 100%; }
.sales-liquid-blue { fill: var(--blau); }
.sales-liquid-clay { fill: var(--lehm); }
@media (prefers-reduced-motion: no-preference) {
  .sales-flow-group.is-liquid .sales-liquid { display: block; }
  #ausgangslage .sales-flow-group.is-liquid .sales-service { background: transparent; }
}
#positionierung { background: var(--blau); }
#markenarchitektur { background: var(--lehm); }
.sales-code { display: inline-block; background: rgb(255 255 255 / 45%); color: var(--druck); border-radius: 100px; padding: 8px 14px; margin-bottom: 48px; }
.sales-service h3 { font-size: clamp(2.65rem, 4.8vw, 4.25rem); line-height: 1; font-weight: 500; letter-spacing: -0.055em; max-width: 10ch; }
.sales-situation { font-size: clamp(1.25rem, 1.75vw, 1.5rem); line-height: 1.45; margin-top: 28px; max-width: 30ch; }
.sales-service-detail { padding-top: 4px; min-width: 0; }
.sales-service-detail > p { line-height: 1.65; }
.sales-result { padding: 24px; margin-top: 28px; background: rgb(255 255 255 / 45%); border-radius: 16px; }
.sales-result > p { margin-top: 12px; line-height: 1.55; }
.sales-reference { padding-top: 28px; margin-top: 28px; border-top: 1px solid rgb(32 35 32 / 18%); }
.sales-reference > p:not(.label) { margin-top: 12px; font-size: 1rem; line-height: 1.5; }
.sales-reference .label { color: var(--druck); }
.sales-status { margin-top: 12px; }
.sales-link { display: inline-flex; align-items: baseline; gap: 12px; color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; font-size: 1rem; }
.sales-link .sales-arrow { align-self: center; }
.sales-reference .sales-link { margin-top: 16px; }
.sales-reference .sales-reference-extra { display: flex; width: fit-content; margin-top: 8px; }
.sales-next { display: inline-flex; align-items: center; gap: 16px; margin-top: 32px; color: var(--druck); text-underline-offset: 5px; font-weight: 500; }
.sales-next .sales-arrow { transform: rotate(45deg); }
.sales-title { font-size: clamp(2.5rem, 4.8vw, 4.5rem); line-height: 1.04; font-weight: 500; letter-spacing: -0.055em; }
.sales-proof-intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 7vw, 96px); align-items: end; padding-block: 16px 56px; }
.sales-proof-intro > p { max-width: 48ch; line-height: 1.6; }
.sales-rule { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; list-style: none; margin: 0; padding: 0; counter-reset: rule; }
.sales-rule > li { position: relative; padding: 28px; counter-increment: rule; border-radius: var(--radius); background: #EAEAE2; }
.sales-rule > li::before { content: "0" counter(rule); display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--druck); color: var(--papier); font-size: 0.875rem; margin-bottom: 40px; }
.sales-rule > li:not(:last-child)::after { content: ""; position: absolute; width: 24px; height: 1px; background: var(--druck); right: -24px; top: 50px; }
.sales-rule h4 { font-size: 1.5rem; font-weight: 500; line-height: 1.2; letter-spacing: -0.035em; margin-block: 12px 16px; }
.sales-rule p { font-size: 1rem; line-height: 1.6; }
.sales-proof-foot { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; padding-top: 28px; }
.sales-entry { --entry-padding: clamp(28px, 5vw, 72px); position: relative; background: var(--druck); color: var(--papier); padding: var(--entry-padding); border-radius: var(--radius); }
.sales-entry .label { color: #C7CDC3; }
.sales-entry-head { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 32px; }
.sales-entry-head > .sales-title { min-width: 0; font-size: clamp(2.8rem, 6.5vw, 6rem); }
.sales-entry-head > .sales-title em { color: var(--salbei); }
.sales-entry-badges { display: flex; flex: 0 0 auto; width: clamp(200px, 18vw, 248px); flex-direction: column; align-items: center; gap: 20px; padding-block: 8px; }
.sales-entry-badge { display: inline-flex; align-items: center; justify-content: center; text-align: center; color: var(--druck); }
.sales-entry-badge--price { position: relative; isolation: isolate; flex-direction: column; width: 100%; aspect-ratio: 1; font-family: var(--font-sans); font-size: clamp(2.5rem, 4.5vw, 4rem); font-weight: 600; line-height: 1; letter-spacing: -0.06em; transform: rotate(var(--badge-turn, -6deg)); }
.sales-entry-badge--price::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--lehm); clip-path: polygon(50% 0%, 56.73% 7.53%, 65.45% 2.45%, 69.52% 11.69%, 79.39% 9.55%, 80.41% 19.59%, 90.45% 20.61%, 88.31% 30.48%, 97.55% 34.55%, 92.47% 43.27%, 100% 50%, 92.47% 56.73%, 97.55% 65.45%, 88.31% 69.52%, 90.45% 79.39%, 80.41% 80.41%, 79.39% 90.45%, 69.52% 88.31%, 65.45% 97.55%, 56.73% 92.47%, 50% 100%, 43.27% 92.47%, 34.55% 97.55%, 30.48% 88.31%, 20.61% 90.45%, 19.59% 80.41%, 9.55% 79.39%, 11.69% 69.52%, 2.45% 65.45%, 7.53% 56.73%, 0% 50%, 7.53% 43.27%, 2.45% 34.55%, 11.69% 30.48%, 9.55% 20.61%, 19.59% 19.59%, 20.61% 9.55%, 30.48% 11.69%, 34.55% 2.45%, 43.27% 7.53%); }
.sales-entry-badge--price small { display: block; margin-bottom: 10px; font-family: var(--font-mono); font-size: 0.75rem; font-weight: 400; line-height: 1.2; letter-spacing: 0.06em; text-transform: uppercase; }
.sales-entry-badge--credit { max-width: 100%; padding: 14px 20px; border-radius: 100px; background: var(--blau); font-family: var(--font-mono); font-size: 0.75rem; line-height: 1.25; letter-spacing: 0.02em; text-transform: uppercase; }
@media (min-width: 1001px) {
  /* Platz fuer den Aufkleber ausserhalb der dunklen Flaeche. */
  #einstieg { padding-right: calc(var(--gutter) + 64px); }
  .sales-entry-badges { margin-right: calc(-1 * var(--entry-padding) - 84px); }
}
.sales-entry-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 7vw, 96px); margin-top: 48px; }
.sales-entry-lead { font-size: 1.375rem; line-height: 1.5; }
.sales-entry-lead + p { margin-top: 24px; font-size: 1rem; line-height: 1.65; }
.sales-terms { margin: 0; }
.sales-terms > div { padding-block: 20px; border-top: 1px solid #575C55; }
.sales-terms > div:first-child { padding-top: 0; border-top: 0; }
.sales-terms dt { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.06em; color: #C7CDC3; }
.sales-terms dd { margin: 10px 0 0; font-size: 1.125rem; line-height: 1.5; }
.sales-entry-contact { display: flex; gap: 24px; align-items: center; justify-content: space-between; padding-top: 32px; margin-top: 40px; border-top: 1px solid #575C55; }
.sales-entry-contact .cta { margin: 0; gap: 12px; }
.sales-entry .btn--strong { background: var(--salbei); border-color: var(--salbei); color: var(--druck); }
.sales-entry .cta > a.btn--strong:focus-visible { outline-color: var(--salbei); }
.sales-entry-contact > p { max-width: 28ch; }
.sales-followup { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 7vw, 96px); padding-top: 16px; }
.sales-followup > div > p { line-height: 1.65; }
.sales-scope { margin-block: 32px; }
.sales-scope > div { border-top: 1px solid var(--hairline); padding-block: 20px; }
.sales-scope dt { font-weight: 500; font-size: 1.375rem; letter-spacing: -0.03em; }
.sales-scope dd { margin: 10px 0 0; font-size: 1rem; line-height: 1.6; }
.sales-workshop { margin-bottom: 24px; font-size: 1rem; }
.sales-hero a:focus-visible, .sales-section a:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }

@media (hover: hover) {
  .sales-paths > a:hover { box-shadow: inset 0 0 0 1px var(--druck); }
  .sales-entry .btn--strong:hover { background: var(--papier); border-color: var(--papier); color: var(--druck); }
}
@media (max-width: 1000px) {
  .sales-headline { font-size: clamp(2.65rem, 7.3vw, 4.5rem); }
  .sales-intro { grid-template-columns: 1fr; gap: 24px; }
  .sales-hero .sales-intro .cta { justify-content: flex-start; }
  .sales-top .sales-descriptor { max-width: 33ch; }
  .sales-paths > a { padding: 20px; }
  .sales-paths .sales-arrow { display: none; }
  .sales-section-top { align-items: flex-start; }
  .sales-entry-head { align-items: flex-start; }
  .sales-entry-badges { width: max(176px, 7.5rem); margin-right: calc(12px - var(--entry-padding)); }
  .sales-entry-contact { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 639px) {
  .sales-top { gap: 20px; padding-block: 22px; align-items: center; flex-wrap: wrap; }
  .sales-brand { gap: 9px; }
  .sales-brand .mark-tile { height: 34px; width: 21.76px; }
  .sales-brand .display { font-size: 27px; }
  .sales-top .sales-descriptor { max-width: 22ch; font-size: 0.5625rem; line-height: 1.6; }
  .sales-top .sales-descriptor > span { display: none; }
  .sales-hero-body { padding-block: 32px; }
  .sales-eyebrow { margin-bottom: 24px; font-size: 0.625rem; }
  .sales-headline { font-size: clamp(2.5rem, 10.5vw, 4rem); line-height: 1.04; max-width: 17ch; }
  .sales-break { display: none; }
  .sales-intro { margin-top: 28px; gap: 24px; }
  .sales-intro > p { font-size: 1rem; line-height: 1.55; }
  .sales-hero .sales-intro .cta { display: grid; grid-template-columns: minmax(0,1fr); justify-content: stretch; width: 100%; }
  .sales-hero .sales-intro .cta .btn { width: 100%; text-align: center; padding-inline: 14px; }
  .sales-paths { grid-template-columns: 1fr; gap: 8px; }
  .sales-paths > a { padding: 18px 44px 18px 20px; border-radius: 16px; }
  .sales-path-label { margin-bottom: 4px; }
  .sales-paths .sales-arrow { display: block; top: 24px; }
  .sales-section-top { flex-direction: column; gap: 16px; margin-bottom: 28px; }
  .sales-section-top > :last-child { text-align: left; flex-shrink: 1; }
  .sales-service { grid-template-columns: 1fr; padding: 28px 24px; gap: 32px; }
  .sales-code { margin-bottom: 32px; font-size: 0.625rem; }
  .sales-service h3 { font-size: clamp(2.5rem, 10vw, 3.5rem); }
  .sales-situation { max-width: 35ch; margin-top: 20px; }
  .sales-service-detail { padding-top: 0; }
  .sales-result { padding: 20px; }
  .sales-proof-intro, .sales-followup { grid-template-columns: 1fr; gap: 24px; padding-top: 0; }
  .sales-rule { grid-template-columns: 1fr; gap: 20px; }
  .sales-rule > li { padding: 28px; }
  .sales-rule > li::before { margin-bottom: 24px; }
  .sales-rule > li:not(:last-child)::after { width: 1px; height: 20px; top: auto; right: auto; left: 50px; bottom: -20px; }
  .sales-proof-foot { align-items: flex-start; flex-direction: column; gap: 16px; }
  .sales-entry { padding: 32px 24px; }
  .sales-entry-head { flex-direction: column; gap: 20px; margin-top: 28px; }
  .sales-entry-head > .sales-title { font-size: clamp(2.65rem, 10.5vw, 3.5rem); }
  .sales-entry-badges { align-self: flex-end; width: min(100%, max(160px, 7.5rem)); margin-right: -12px; gap: 14px; }
  .sales-entry-badge--price { font-size: 2.25rem; }
  .sales-entry-badge--price small { font-size: 0.6875rem; margin-bottom: 8px; }
  .sales-entry-badge--credit { padding: 12px 16px; font-size: 0.625rem; }
  .sales-entry-grid { grid-template-columns: 1fr; margin-top: 32px; gap: 32px; }
  .sales-entry-contact { margin-top: 24px; padding-top: 28px; }
  .sales-entry-contact .cta { width: 100%; }
  .sales-hero .btn, .sales-entry .btn { white-space: normal; }
  .sales-entry-contact > p { max-width: none; }
  .topbar .sales-descriptor { font-size: 0.5625rem; max-width: 23ch; }
}
@media (prefers-reduced-motion: reduce) {
  .sales-entry-badge--price { transform: none; }
}
@media print {
  .sales-hero-body::before, .sales-entry::before { display: none; }
  .sales-liquid, .sales-paths, .sales-next, .sales-entry-contact { display: none; }
  #ausgangslage .sales-service { border-radius: var(--radius); margin-top: 16px; }
  .sales-flow-group.is-liquid .sales-liquid { display: none; }
  .sales-hero-body { padding-block: 24px; }
  .sales-headline { font-size: 36pt; }
  .sales-section { margin-top: 0; padding-top: 32px; }
  .sales-service { padding: 24px; background: none !important; border: 1px solid #ccc; }
  .sales-entry { color: #000; background: #fff; border: 1px solid #000; padding: 24px; }
  #einstieg { padding-inline: var(--gutter); }
  .sales-entry-badges { margin-right: 0; width: 144px; }
  .sales-entry-badge--price { transform: none; font-size: 2rem; }
  .sales-entry .label, .sales-terms dt, .sales-entry-head > .sales-title em { color: #333; }
  .sales-title, .sales-entry-head > .sales-title { font-size: 28pt; }
  .sales-result, .sales-reference, .sales-rule > li, .sales-terms > div, .sales-scope > div { break-inside: avoid; }
}
