/*
Theme Name: Sprechpunkt
Theme URI: https://sprechpunkt.com
Author: Daniel Ðorđevic
Description: Eine editierbare WordPress-Version der Sprechpunkt-Landingpage.
Version: 1.3.31
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: sprechpunkt
*/

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Google Sans Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url('https://cdn.jsdelivr.net/fontsource/fonts/google-sans:vf@latest/latin-wght-normal.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Google Sans Variable';
  font-style: italic;
  font-display: swap;
  font-weight: 400 700;
  src: url('https://cdn.jsdelivr.net/fontsource/fonts/google-sans:vf@latest/latin-wght-italic.woff2') format('woff2-variations');
}

:root {
  --ink: #2a1c1b;
  --navy: #891d1a;
  --muted: #5e657b;
  --paper: #f1e6d2;
  --cream: #f1e6d2;
  --surface: #fff9ef;
  --line: #d7c8b3;
  --red: #891d1a;
  --orange: #5e657b;
  --yellow: #f1e6d2;
  --blue: #5e657b;
  --shadow: 0 20px 50px rgba(137, 29, 26, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: 'Google Sans Variable', 'Google Sans', 'Archivo', system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.11;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

.wp-site-blocks,
.wp-block-post-content {
  margin: 0;
}

.wp-site-blocks > * + *,
.wp-block-post-content > * + * {
  margin-block-start: 0;
}

.entry-content {
  margin-top: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  overflow: hidden;
}

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

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 28px;
  border-bottom: 1px solid rgba(137, 29, 26, 0.14);
  background: rgba(241, 230, 210, 0.94);
  backdrop-filter: blur(14px);
}

body.admin-bar .nav {
  top: 32px;
}

.brand {
  display: grid;
  gap: 4px;
  width: fit-content;
}

.brand-logo {
  width: clamp(150px, 15vw, 210px);
  height: auto;
}

.brand-wordmark {
  color: var(--red);
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.85;
}

.brand-wordmark span {
  color: var(--orange);
}

.brand small {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.nav-links a:hover {
  color: var(--red);
}

.hero {
  min-height: 78vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(137, 29, 26, 0.92), rgba(137, 29, 26, 0.66) 48%, rgba(137, 29, 26, 0.18)),
    url('assets/daniel-portrait.jpg') center 32% / cover;
  color: var(--paper);
}

.hero-inner {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 88px;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.74fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.hero-copy-block {
  min-width: 0;
}

.hero-video-card {
  overflow: hidden;
  border: 1px solid rgba(241, 230, 210, 0.28);
  border-radius: 16px;
  background: rgba(42, 28, 27, 0.42);
  box-shadow: 0 28px 90px rgba(42, 28, 27, 0.38);
  backdrop-filter: blur(16px);
}

.hero-video-frame,
.inline-video-frame {
  position: relative;
  overflow: hidden;
  background: #120d0c;
}

.video-embed-shell {
  background-image:
    linear-gradient(180deg, rgba(137, 29, 26, 0.02), rgba(42, 28, 27, 0.72)),
    var(--video-poster);
  background-position: center;
  background-size: cover;
}

.video-embed-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(241, 230, 210, 0.2), transparent 13rem),
    linear-gradient(180deg, rgba(42, 28, 27, 0.08), rgba(42, 28, 27, 0.52));
  pointer-events: none;
}

.video-embed-shell.is-loaded {
  background-image: none;
}

.video-embed-shell.is-loaded::before {
  content: none;
}

.hero-video-frame {
  aspect-ratio: 16 / 9;
}

.hero-video-frame iframe,
.inline-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-embed-button {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 20px;
  border: 0;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.video-embed-label {
  width: fit-content;
  max-width: calc(100% - 16px);
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(42, 28, 27, 0.66);
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hero-video-meta {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.hero-video-meta span {
  color: var(--paper);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-video-meta strong {
  max-width: 26ch;
  color: var(--paper);
  font-size: 1.35rem;
  line-height: 1.05;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 9ch;
  font-size: 6.5rem;
  line-height: 0.94;
  font-weight: 900;
}

.hero-wordmark {
  max-width: none;
  color: var(--paper);
  font-size: clamp(4.2rem, 12vw, 10.5rem);
  letter-spacing: -0.085em;
  text-transform: uppercase;
}

.hero-wordmark span {
  color: var(--orange);
  letter-spacing: -0.04em;
}

.hero-title {
  max-width: 12ch;
  color: var(--paper);
  font-size: clamp(3.2rem, 7.4vw, 7.2rem);
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.hero-kicker {
  max-width: 720px;
  margin-top: 20px;
  color: var(--yellow);
  font-size: 1.7rem;
  line-height: 1.15;
  font-weight: 850;
}

.hero-copy {
  max-width: 650px;
  margin-top: 18px;
  color: rgba(241, 230, 210, 0.88);
  font-size: 1.15rem;
  line-height: 1.5;
}

.hero-actions,
.proof-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 780px;
  margin-top: 28px;
}

.hero-proof span {
  padding: 9px 12px;
  border: 1px solid rgba(241, 230, 210, 0.28);
  border-radius: 999px;
  background: rgba(241, 230, 210, 0.12);
  color: rgba(241, 230, 210, 0.9);
  font-size: 0.85rem;
  font-weight: 850;
}

.hero-person-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-top: 22px;
  padding: 9px 14px 9px 9px;
  border: 1px solid rgba(241, 230, 210, 0.28);
  border-radius: 999px;
  background: rgba(42, 28, 27, 0.26);
  color: var(--paper);
  box-shadow: 0 16px 42px rgba(42, 28, 27, 0.2);
  backdrop-filter: blur(12px);
}

.hero-person-card img {
  width: 54px;
  height: 54px;
  border: 2px solid rgba(241, 230, 210, 0.55);
  border-radius: 50%;
  object-fit: cover;
  object-position: center 32%;
}

.hero-person-card span,
.hero-person-card strong {
  display: block;
}

.hero-person-card span {
  font-size: 0.95rem;
  font-weight: 900;
}

.hero-person-card strong {
  max-width: 26ch;
  color: rgba(241, 230, 210, 0.78);
  font-size: 0.8rem;
  line-height: 1.2;
}

.trust-strip {
  padding: 24px 0;
  border-top: 1px solid rgba(94, 101, 123, 0.34);
  border-bottom: 1px solid rgba(137, 29, 26, 0.14);
  background: var(--paper);
}

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

.trust-grid article {
  min-height: 120px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  box-shadow: 0 16px 44px rgba(137, 29, 26, 0.08);
}

.trust-grid span {
  display: block;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-grid strong {
  display: block;
  color: var(--red);
  font-size: 1.2rem;
  line-height: 1.08;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--red);
  color: var(--paper);
}

.button.secondary {
  border-color: rgba(241, 230, 210, 0.55);
  background: rgba(241, 230, 210, 0.12);
  color: var(--paper);
}

.stats-strip-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat-item {
  display: flex;
  min-height: 132px;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 24px clamp(18px, 3vw, 32px);
  border-right: 1px solid var(--line);
}

.stat-item:last-child {
  border-right: 0;
}

.stats-strip .stat-number {
  color: var(--red);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.stats-strip .stat-label {
  max-width: 16ch;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.25;
}

.problem-band {
  background: var(--red);
  color: var(--paper);
  border-top: 6px solid var(--orange);
}

.aida-compare {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  padding: 64px 0;
}

.compare-copy h2 {
  max-width: 740px;
}

.compare-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(14px, 2vw, 24px);
  align-items: stretch;
}

.compare-col {
  position: relative;
  overflow: hidden;
  min-height: 286px;
  padding: clamp(22px, 2.6vw, 34px);
  border: 1px solid rgba(241, 230, 210, 0.24);
  border-radius: 18px;
  background: rgba(241, 230, 210, 0.08);
  box-shadow: inset 0 1px 0 rgba(241, 230, 210, 0.1);
}

.compare-col::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -46px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(241, 230, 210, 0.08);
}

.compare-label {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 24px;
  color: rgba(241, 230, 210, 0.74);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compare-col ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compare-col li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  color: var(--paper);
  font-size: clamp(1.15rem, 1.7vw, 1.5rem);
  font-weight: 900;
  line-height: 1.07;
}

.compare-col li::before {
  content: "";
  width: 28px;
  height: 28px;
  margin-top: 1px;
  border-radius: 999px;
  background: rgba(241, 230, 210, 0.16);
  box-shadow: inset 0 0 0 1px rgba(241, 230, 210, 0.28);
}

.compare-jetzt {
  opacity: 0.86;
}

.compare-jetzt li::before {
  background:
    linear-gradient(90deg, transparent 45%, rgba(241, 230, 210, 0.86) 45% 55%, transparent 55%),
    rgba(241, 230, 210, 0.13);
  transform: rotate(45deg);
}

.compare-besser {
  border-color: rgba(241, 230, 210, 0.4);
  background:
    linear-gradient(145deg, rgba(241, 230, 210, 0.2), rgba(94, 101, 123, 0.28)),
    rgba(241, 230, 210, 0.08);
  box-shadow: 0 22px 70px rgba(42, 28, 27, 0.24);
}

.compare-besser::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: var(--orange);
}

.compare-besser .compare-label {
  color: var(--yellow);
}

.compare-besser li::before {
  background:
    linear-gradient(135deg, transparent 52%, var(--paper) 52% 62%, transparent 62%),
    linear-gradient(45deg, transparent 38%, var(--paper) 38% 48%, transparent 48%),
    var(--orange);
}

.compare-cards {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(12px, 2vw, 20px);
  align-items: stretch;
}

.compare-card {
  position: relative;
  overflow: hidden;
  min-height: 268px;
  padding: clamp(20px, 2.4vw, 30px);
  border: 1px solid rgba(241, 230, 210, 0.2);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(241, 230, 210, 0.12), rgba(241, 230, 210, 0.035)),
    rgba(241, 230, 210, 0.06);
  box-shadow: inset 0 1px 0 rgba(241, 230, 210, 0.12);
}

.compare-card::after {
  content: "";
  position: absolute;
  inset: auto -28px -44px auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(241, 230, 210, 0.08);
}

.compare-card.is-better {
  border-color: rgba(241, 230, 210, 0.34);
  background:
    linear-gradient(145deg, rgba(241, 230, 210, 0.2), rgba(94, 101, 123, 0.28)),
    rgba(241, 230, 210, 0.08);
  box-shadow: 0 22px 70px rgba(42, 28, 27, 0.24);
}

.compare-card.is-better::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: var(--accent);
}

.compare-topline {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.compare-topline span {
  display: block;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compare-topline small {
  color: rgba(241, 230, 210, 0.68);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.compare-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compare-list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--paper);
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  font-weight: 900;
  line-height: 1.05;
}

.compare-list li::before {
  content: "";
  width: 28px;
  height: 28px;
  margin-top: 1px;
  border-radius: 999px;
  background: rgba(241, 230, 210, 0.18);
  box-shadow: inset 0 0 0 1px rgba(241, 230, 210, 0.24);
}

.is-current .compare-list li::before {
  background:
    linear-gradient(90deg, transparent 45%, rgba(241, 230, 210, 0.88) 45% 55%, transparent 55%),
    rgba(241, 230, 210, 0.14);
  transform: rotate(45deg);
}

.is-better .compare-list li::before {
  background:
    linear-gradient(135deg, transparent 52%, var(--paper) 52% 62%, transparent 62%),
    linear-gradient(45deg, transparent 38%, var(--paper) 38% 48%, transparent 48%),
    var(--accent);
}

.compare-shift {
  align-self: center;
  display: grid;
  place-items: center;
  width: clamp(64px, 6vw, 86px);
  height: clamp(64px, 6vw, 86px);
  border: 1px solid rgba(241, 230, 210, 0.28);
  border-radius: 999px;
  background: var(--paper);
  color: var(--red);
  box-shadow: 0 22px 54px rgba(42, 28, 27, 0.22);
}

.compare-shift::before {
  content: "→";
  display: block;
  color: var(--red);
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
}

.compare-shift span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.problem-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  padding: 54px 0;
}

h2 {
  max-width: 760px;
  font-size: 3.45rem;
  line-height: 1;
  font-weight: 900;
}

.pain-list {
  display: grid;
  gap: 10px;
}

.pain-list p {
  padding: 16px 18px;
  border-left: 5px solid var(--orange);
  background: rgba(241, 230, 210, 0.08);
  line-height: 1.38;
}

.section {
  padding: 82px 0;
  scroll-margin-top: 96px;
}

.section-head {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 30px;
}

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

.card,
.package-card,
.process-item,
.start-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.card {
  padding: 24px;
  box-shadow: var(--shadow);
}

.card h3,
.package-card h3,
.process-item h3 {
  margin-bottom: 12px;
  font-size: 1.45rem;
  line-height: 1.1;
}

.card p,
.package-card p,
.process-item p,
.start-grid p,
.deliverable-grid p,
.proof-layout p,
.contact-copy p {
  color: var(--muted);
  line-height: 1.5;
}

.deliverables-section {
  padding-top: 0;
}

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

.deliverable-grid article {
  min-height: 260px;
  padding: 22px;
  border: 1px solid rgba(137, 29, 26, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(241, 230, 210, 0), rgba(94, 101, 123, 0.08)),
    var(--surface);
  box-shadow: 0 18px 42px rgba(137, 29, 26, 0.08);
}

.deliverable-grid span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--orange);
  font-size: 1.15rem;
  font-weight: 900;
}

.deliverable-grid h3 {
  margin-bottom: 10px;
  font-size: 1.45rem;
  line-height: 1.05;
}

.packages-section {
  background: #eadcc7;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.package-card {
  display: flex;
  flex-direction: column;
  min-height: 340px;
  padding: 24px;
}

.package-price {
  margin-bottom: 14px;
  color: var(--red);
  font-weight: 900;
}

.package-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 22px;
  line-height: 1.35;
}

.package-card li::before {
  content: '';
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--orange);
}

.package-result {
  margin: 0 0 20px;
  padding: 14px;
  border: 1px solid rgba(137, 29, 26, 0.12);
  border-radius: 8px;
  background: rgba(137, 29, 26, 0.06);
  color: var(--ink) !important;
  font-weight: 750;
}

.package-link {
  margin-top: auto;
  color: var(--red);
  font-weight: 900;
}

.package-note {
  max-width: 820px;
  margin-top: 22px;
  color: var(--muted);
  line-height: 1.45;
}

.process-list {
  display: grid;
  gap: 12px;
}

.process-item {
  display: grid;
  grid-template-columns: 90px 240px 1fr;
  gap: 20px;
  align-items: center;
  padding: 18px 20px;
}

.process-item span {
  color: var(--orange);
  font-size: 2rem;
  font-weight: 900;
}

.process-item h3 {
  margin: 0;
}

.start-section {
  background: var(--paper);
}

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

.start-grid article {
  min-height: 180px;
  padding: 22px;
  box-shadow: 0 18px 42px rgba(137, 29, 26, 0.08);
}

.start-grid span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--orange);
  font-size: 1.2rem;
  font-weight: 900;
}

.start-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.35rem;
  line-height: 1.05;
}

.proof-section {
  background: var(--red);
  color: var(--paper);
}

.samples-section {
  background: var(--paper);
  padding-top: 62px;
}

.testimonial-section {
  padding-top: 38px;
  padding-bottom: 38px;
  background:
    radial-gradient(circle at 18% 20%, rgba(94, 101, 123, 0.16), transparent 24rem),
    #eadcc7;
  border-bottom: 1px solid var(--line);
}

.testimonial-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(137, 29, 26, 0.16);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: 0 24px 70px rgba(137, 29, 26, 0.12);
}

.testimonial-copy blockquote {
  max-width: 820px;
  margin: 0;
  color: var(--red);
  font-size: clamp(2rem, 5vw, 4.4rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.testimonial-copy blockquote.testimonial-long {
  max-width: 900px;
  font-size: clamp(1.1rem, 1.7vw, 1.4rem);
  font-weight: 760;
  letter-spacing: -0.018em;
  line-height: 1.45;
}

.testimonial-copy cite {
  display: block;
  margin-top: 22px;
  color: var(--muted);
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 900;
}

.testimonial-card img {
  width: 170px;
  height: 170px;
  border: 8px solid var(--paper);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 20px 48px rgba(42, 28, 27, 0.18);
}

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

.reel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
  max-width: 980px;
  margin: 0 auto;
}

.case-card,
.reel-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.case-card {
  display: flex;
  flex-direction: column;
}

.case-card > p,
.case-card h3,
.case-card > a:not(.video-thumb),
.case-numbers,
.reel-stats,
.media-mentions,
.case-actions,
.reel-actions,
.reel-card h3,
.reel-card > p,
.reel-card > a:not(.video-thumb) {
  margin-left: 20px;
  margin-right: 20px;
}

.case-label {
  margin-top: 20px;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.case-card h3,
.reel-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.35rem;
  line-height: 1.1;
}

.case-card > .instagram-embed-shell,
.reel-card > .video-embed-shell,
.reel-card > .instagram-embed-shell,
.reel-card > .video-thumb {
  margin-bottom: 14px;
}

.reel-stats {
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
}

.reel-stats strong {
  font-weight: 950;
}

.case-card > p:not(.case-label),
.reel-card > p {
  color: var(--muted);
  line-height: 1.45;
}

.case-numbers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.case-numbers span {
  padding: 12px;
  border: 1px solid rgba(137, 29, 26, 0.12);
  border-radius: 8px;
  background: rgba(137, 29, 26, 0.06);
  color: var(--muted);
  font-weight: 800;
  line-height: 1.15;
}

.case-numbers strong {
  display: block;
  color: var(--red);
  font-size: 1.22rem;
  font-weight: 950;
}

.media-mentions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.media-mentions span {
  padding: 6px 9px;
  border: 1px solid rgba(94, 101, 123, 0.22);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.case-card > a:not(.video-thumb),
.reel-card > a:not(.video-thumb) {
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 20px;
  color: var(--red);
  font-weight: 900;
}

.reel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 18px;
  margin-bottom: 20px;
}

.reel-actions a {
  color: var(--red);
  font-weight: 900;
}

.case-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  margin-bottom: 20px;
}

.case-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(137, 29, 26, 0.09);
  color: var(--red);
  font-size: 0.86rem;
  font-weight: 900;
}

.reel-section {
  margin-top: 62px;
}

.video-thumb {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0;
  min-height: 340px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  isolation: isolate;
  overflow: hidden;
  background-color: var(--ink);
  background-position: center;
  background-size: cover;
  color: var(--paper);
  text-decoration: none !important;
}

.wide-video {
  aspect-ratio: 16 / 9;
}

.vertical-video {
  aspect-ratio: 4 / 5;
  max-height: 640px;
}

.video-thumb::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(137, 29, 26, 0.12), rgba(42, 28, 27, 0.82)),
    radial-gradient(circle at 30% 25%, rgba(241, 230, 210, 0.2), transparent 32rem);
}

.video-thumb strong {
  max-width: 12ch;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 0.98;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.32);
}

.media-badge {
  width: fit-content;
  max-width: 22ch;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(42, 28, 27, 0.64);
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  background: rgba(241, 230, 210, 0.92);
  box-shadow: 0 16px 42px rgba(42, 28, 27, 0.3);
  transform: translate(-50%, -50%);
}

.play-button::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid var(--red);
}

.vertical-thumb {
  aspect-ratio: 4 / 5;
  min-height: 0;
  background-position: center;
}

.vertical-thumb strong {
  display: none;
}

.vertical-thumb .media-badge {
  max-width: calc(100% - 44px);
}

.instagram-embed-shell {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--ink);
}

.instagram-embed-shell iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.thumb-babler {
  background-image: url('assets/thumb-babler-konter.jpg');
}

.thumb-sprit {
  background-image: url('assets/thumb-spritpreisbremse.jpg?v=20260510');
}

.thumb-marterbauer {
  background-image: url('assets/thumb-marterbauer-budget.jpg');
}

.thumb-mai {
  background-image: url('assets/thumb-mai.jpg?v=20260510');
}

.thumb-zaster {
  background-image: url('assets/thumb-benko-zaster.jpg?v=20260510');
}

.thumb-sobotka {
  background-image:
    linear-gradient(180deg, rgba(137, 29, 26, 0.06), rgba(42, 28, 27, 0.78)),
    url('assets/thumb-sobotka-youtube.jpg');
  background-position: center;
  background-size: cover;
}

.thumb-sobotka::after {
  content: none;
}

.embedded-section {
  margin-top: 58px;
}

.embedded-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.platform-embed {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.platform-embed-wide {
  grid-column: span 2;
}

.video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  aspect-ratio: 16 / 9;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.platform-embed .instagram-media,
.platform-embed .twitter-tweet {
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 auto !important;
}

.embed-fallback {
  margin-top: 14px;
  color: var(--red);
  font-size: 0.9rem;
  font-weight: 900;
}

.section-head.compact {
  grid-template-columns: 180px 1fr;
}

.sample-preview,
.reel-preview {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(42, 28, 27, 0.86), rgba(137, 29, 26, 0.62)),
    linear-gradient(0deg, var(--orange), var(--orange));
  color: var(--paper);
}

.sample-preview span,
.reel-preview span {
  max-width: 18ch;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.sample-preview strong,
.reel-preview strong {
  max-width: 12ch;
  font-size: 2.1rem;
  line-height: 1;
}

.reel-preview {
  min-height: 390px;
  background:
    linear-gradient(180deg, rgba(137, 29, 26, 0.14), rgba(42, 28, 27, 0.92)),
    linear-gradient(135deg, var(--orange), var(--red));
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  max-width: 980px;
}

.proof-layout p {
  color: rgba(241, 230, 210, 0.78);
}

.proof-reason {
  margin-top: 18px;
  padding: 16px;
  border-left: 6px solid var(--orange);
  border-radius: 8px;
  background: rgba(241, 230, 210, 0.08);
  color: var(--paper) !important;
  font-weight: 750;
}

.proof-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.proof-stats div {
  padding: 16px;
  border: 1px solid rgba(241, 230, 210, 0.18);
  border-radius: 8px;
  background: rgba(241, 230, 210, 0.08);
}

.proof-stats strong,
.proof-stats span {
  display: block;
}

.proof-stats strong {
  margin-bottom: 8px;
  color: var(--yellow);
  font-size: 1.2rem;
  font-weight: 900;
}

.proof-stats span {
  color: rgba(241, 230, 210, 0.76);
  line-height: 1.35;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(241, 230, 210, 0.18);
}

.stat {
  display: grid;
  gap: 8px;
}

.stat-number,
.stat-label {
  display: block;
}

.stat-number {
  color: var(--paper);
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  font-weight: 950;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.stat-label {
  max-width: 18ch;
  color: rgba(241, 230, 210, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.25;
}

.proof-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.proof-badges span {
  padding: 9px 11px;
  border: 1px solid rgba(241, 230, 210, 0.28);
  border-radius: 999px;
  background: rgba(241, 230, 210, 0.1);
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.proof-layout .button.secondary {
  border-color: rgba(241, 230, 210, 0.55);
}

.proof-layout .button.primary,
.contact-section .button.primary {
  background: var(--paper);
  color: var(--red);
}

.portrait-block {
  margin: 0;
}

.portrait-block img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: center 30%;
  border-radius: 8px;
}

.portrait-block figcaption {
  margin-top: 10px;
  color: rgba(241, 230, 210, 0.72);
  font-size: 0.92rem;
}

.contact-section {
  padding: 76px 0;
  background: var(--red);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: start;
}

.contact-copy .eyebrow {
  color: var(--paper);
}

.contact-copy h2 {
  color: var(--paper);
}

.contact-copy p {
  margin-top: 18px;
  color: rgba(241, 230, 210, 0.86);
}

.contact-copy .contact-note {
  max-width: 480px;
  color: rgba(241, 230, 210, 0.72);
  font-size: 0.95rem;
}

.mail-link {
  display: inline-block;
  margin-top: 24px;
  color: var(--paper);
  font-size: 1.7rem;
  font-weight: 900;
  overflow-wrap: normal;
  word-break: normal;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(241, 230, 210, 0.55);
  border-radius: 8px;
  background: rgba(241, 230, 210, 0.76);
}

.spam-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.form-status {
  margin-bottom: 12px;
  padding: 14px 16px;
  border-radius: 10px;
  background: var(--paper);
  color: var(--red);
  font-weight: 850;
  line-height: 1.35;
}

.form-status.error {
  background: #fff0ec;
}

.form-status a {
  text-decoration: underline;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 850;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(137, 29, 26, 0.18);
  border-radius: 8px;
  padding: 13px 14px;
  background: var(--paper);
  color: var(--ink);
  outline: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(137, 29, 26, 0.16);
}

.contact-form textarea {
  resize: vertical;
}

.submit-button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(20px, 5vw, 54px);
  background: var(--navy);
  color: rgba(241, 230, 210, 0.68);
  font-size: 0.9rem;
  font-weight: 800;
}

.site-footer a {
  color: var(--yellow);
  text-decoration: none;
}

.footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer a:hover {
  color: var(--paper);
}

.legal-page {
  min-height: 100vh;
  padding: 30px clamp(18px, 5vw, 54px) 72px;
  background:
    radial-gradient(circle at top right, rgba(94, 101, 123, 0.24), transparent 34rem),
    var(--cream);
  color: var(--navy);
}

.legal-nav {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  max-width: 920px;
  margin: 0 auto 42px;
}

.legal-nav a {
  color: var(--red);
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.legal-card {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(28px, 6vw, 64px);
  border: 1px solid rgba(137, 29, 26, 0.1);
  border-radius: 34px;
  background: rgba(255, 249, 239, 0.92);
  box-shadow: 0 24px 80px rgba(137, 29, 26, 0.12);
}

.legal-card h1 {
  max-width: none;
  margin-bottom: 12px;
  color: var(--navy);
  font-size: clamp(2.45rem, 6.8vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  hyphens: none;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: keep-all;
}

.legal-card h2 {
  margin: 42px 0 14px;
  font-size: clamp(1.6rem, 4vw, 2.8rem);
}

.legal-card p {
  max-width: 70ch;
  color: rgba(42, 28, 27, 0.78);
  font-size: 1.02rem;
}

.legal-card a {
  color: var(--red);
  font-weight: 900;
}

.legal-meta {
  margin-top: 30px;
  padding: 24px;
  border-radius: 22px;
  background: var(--surface);
}

.legal-meta p {
  margin: 0 0 12px;
}

.legal-meta p:last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero {
    min-height: 72vh;
    background:
      linear-gradient(90deg, rgba(137, 29, 26, 0.92), rgba(137, 29, 26, 0.66)),
      url('assets/daniel-portrait.jpg') center 28% / cover;
  }

  h1 {
    font-size: 4.7rem;
  }

  .hero-wordmark {
    font-size: clamp(3.6rem, 15vw, 6.5rem);
  }

  .hero-title {
    font-size: clamp(3rem, 10vw, 5.6rem);
  }

  h2 {
    font-size: 2.7rem;
  }

  .problem-grid,
  .hero-layout,
  .aida-compare,
  .trust-grid,
  .compare-cards,
  .compare-grid,
  .section-head,
  .section-head.compact,
  .service-grid,
  .deliverable-grid,
  .package-grid,
  .start-grid,
  .case-grid,
  .reel-grid,
  .embedded-grid,
  .proof-layout,
  .testimonial-card,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .testimonial-card img {
    width: 132px;
    height: 132px;
    order: -1;
  }

  .deliverable-grid article {
    min-height: auto;
  }

  .proof-stats,
  .stats-row {
    grid-template-columns: 1fr;
  }

  .stats-strip {
    grid-template-columns: 1fr;
  }

  .stat-item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stat-item:last-child {
    border-bottom: 0;
  }

  .platform-embed-wide {
    grid-column: auto;
  }

  .process-item {
    grid-template-columns: 70px 1fr;
  }

  .process-item p {
    grid-column: 2;
  }

  .hero-video-card {
    max-width: 680px;
  }

  .compare-shift {
    justify-self: center;
  }

  .compare-shift::before {
    content: "↓";
  }
}

@media (max-width: 640px) {
  body.admin-bar .nav {
    top: 46px;
  }

  .legal-page {
    padding-right: 14px;
    padding-left: 14px;
  }

  .legal-card {
    padding: 24px;
    border-radius: 24px;
  }

  .legal-card h1 {
    font-size: clamp(2.15rem, 10.5vw, 2.75rem);
  }

  .inner,
  .hero-inner {
    width: min(100% - 28px, 1160px);
  }

  .nav {
    padding: 14px;
  }

  .brand-logo {
    width: 150px;
  }

  .brand-wordmark {
    font-size: 2.25rem;
  }

  .nav-links {
    gap: 12px;
    font-size: 0.86rem;
  }

  .hero {
    min-height: 70vh;
  }

  .hero-inner {
    padding: 54px 0 62px;
  }

  .hero-layout {
    gap: 24px;
  }

  .hero-video-card {
    border-radius: 12px;
  }

  .hero-video-meta strong {
    font-size: 1.05rem;
  }

  h1 {
    max-width: 100%;
    font-size: 3rem;
    overflow-wrap: anywhere;
  }

  .hero-wordmark {
    font-size: clamp(3.1rem, 18vw, 4.4rem);
  }

  .hero-title {
    max-width: 11ch;
    font-size: clamp(2.65rem, 13vw, 3.45rem);
  }

  h2 {
    font-size: 2.25rem;
  }

  .hero-kicker {
    font-size: 1.3rem;
  }

  .mail-link {
    font-size: 1.08rem;
  }

  .section {
    padding: 62px 0;
  }

  .testimonial-section {
    padding: 34px 0;
  }

  .samples-section {
    padding-top: 50px;
  }

  .compare-card {
    min-height: 190px;
  }

  .hero-person-card {
    grid-template-columns: 46px minmax(0, 1fr);
    border-radius: 18px;
  }

  .hero-person-card img {
    width: 46px;
    height: 46px;
  }

  .problem-grid,
  .aida-compare {
    padding: 44px 0;
  }

  .process-item {
    grid-template-columns: 1fr;
  }

  .process-item p {
    grid-column: auto;
  }

  .site-footer {
    flex-direction: column;
  }
}
