:root {
  --text-size: 1rem; /* zentrale Fließtext-Größe (Test) */
  --lh-text: 1.2; /* zentraler Zeilenabstand für Fließtext */
  --deep-green: #18312f;
  --teal: #2fae8e;
  --amber: #f2b84b;
  --warm: #f7f3ea;
  --slate: #61716c;
  --ink: #14221f;
  --paper: #ffffff;
  --line: #dde7e2;
  --soft-teal: #e7f6f1;
  --soft-amber: #fff4d7;
  --error: #b94a48;
  --success: #1f8a70;
  --ink-soft: var(--slate);
  --muted: var(--slate);
  --mist: var(--warm);
  --ice: var(--soft-teal);
  --blue: var(--deep-green);
  --blue-soft: var(--ink);
  --green: var(--teal);
  --green-dark: var(--success);
  --red: var(--error);
  --red-soft: var(--soft-amber);
  --shadow: 0 18px 48px rgba(20, 34, 31, 0.12);
  --radius: 8px;
  --max: 1160px;
  --section-y: 36px;
  --section-y-mobile: 28px;
  --anchor-offset: 83px;
}

@media (max-width: 768px) {
  :root {
    --anchor-offset: 61px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  font-size: var(--text-size);
  margin: 0;
  color: var(--ink);
  background: var(--warm);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: var(--lh-text);
  overflow-x: clip;
}

body.nav-open {
  overflow-x: clip;
}

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

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

button,
input,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(47, 174, 142, 0.35);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  width: 100%;
  max-width: 100vw;
  overflow: visible;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 76px;
  padding: 12px clamp(16px, 4vw, 48px);
  border-bottom: 1px solid rgba(221, 231, 226, 0.9);
  background: rgba(247, 243, 234, 0.94);
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 28px rgba(20, 34, 31, 0.16);
}

.site-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
  height: 22px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(20, 34, 31, 0.18), rgba(20, 34, 31, 0));
}

.nav-open .site-header {
  z-index: 100;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.brand-logo {
  width: clamp(46px, 5vw, 58px);
  height: auto;
}

.brand-wordmark {
  display: inline-block;
  flex-wrap: nowrap;
  gap: 0;
  color: var(--deep-green);
  background: linear-gradient(90deg, var(--deep-green) 0 36%, var(--teal) 36% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
}

.brand-wordmark__dark,
.brand-wordmark__accent {
  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
}

.brand-wordmark .brand-wordmark__dark {
  color: var(--deep-green);
}

.brand-wordmark .brand-wordmark__accent {
  color: var(--teal);
}

.brand-wordmark--dark-bg .brand-wordmark__dark,
.dark-section .brand-wordmark .brand-wordmark__dark,
.statement-section .brand-wordmark .brand-wordmark__dark,
.site-footer .brand-wordmark .brand-wordmark__dark {
  color: #fff;
}

.brand-wordmark--dark-bg,
.dark-section .brand-wordmark,
.statement-section .brand-wordmark,
.site-footer .brand-wordmark {
  color: #fff;
  background: linear-gradient(90deg, #fff 0 36%, var(--teal) 36% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-wordmark--dark-bg .brand-wordmark__accent,
.dark-section .brand-wordmark .brand-wordmark__accent,
.statement-section .brand-wordmark .brand-wordmark__accent,
.site-footer .brand-wordmark .brand-wordmark__accent {
  color: var(--teal);
}

.eyebrow .brand-wordmark {
  color: #fff;
  background: linear-gradient(90deg, #fff 0 36%, var(--teal) 36% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.eyebrow .brand-wordmark--inline {
  margin-left: 0.24em;
}

.brand-wordmark--inline {
  font: inherit;
  font-weight: 950;
  letter-spacing: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

.brand-wordmark--spaced {
  margin-left: 0.28em;
}

.brand-wordmark--link,
.brand-wordmark--link:hover,
.brand-wordmark--link:focus {
  text-decoration: none;
}

.brand-wordmark--header,
.brand-wordmark--footer {
  font-size: clamp(1.35rem, 2.2vw, 1.72rem);
  font-weight: 950;
  line-height: 1;
}

.header-social {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}
.social-link {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 9px;
  transition: transform 140ms ease, opacity 140ms ease;
}
.social-link svg {
  width: 22px;
  height: 22px;
  display: block;
}
.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-1px) scale(1.08);
  opacity: 0.9;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 730;
}

.main-nav a {
  min-height: 40px;
  padding: 9px 10px;
  border-radius: var(--radius);
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--green-dark);
  background: rgba(47, 174, 142, 0.09);
}

.main-nav .nav-cta {
  margin-left: 6px;
  color: #fff;
  background: var(--deep-green);
}

.nav-cta-mobile {
  display: none;
}

.main-nav .nav-cta:hover,
.main-nav .nav-cta:focus-visible {
  color: #fff;
  background: var(--green-dark);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-content: center;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--paper);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  min-height: calc(100svh - 76px);
  padding: clamp(44px, 7vw, 88px) max(16px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(24, 49, 47, 0.96), rgba(24, 49, 47, 0.88)),
    var(--blue);
}

.hero::before {
  display: none;
}

.hero::after {
  display: none;
}

.hero-image {
  position: relative;
  z-index: 2;
  margin: 0;
}

.hero-image img {
  width: 100%;
  height: clamp(360px, 52vh, 620px);
  border-radius: 24px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 24px 54px rgba(20, 34, 31, 0.34);
}

/* Hero-Untertitel: Handy-Variante standardmäßig aus */
.hero-sub-mobile { display: none; }

.hero-content {
  position: relative;
  z-index: 2;
  align-self: center;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  text-shadow: 0 2px 18px rgba(20, 34, 31, 0.32);
}

.hero-content > .eyebrow,
.hero-content > h1 {
  max-width: 100%;
}

.hero-content > p:not(.eyebrow),
.hero-content > .hero-times,
.hero-content > .hero-actions,
.hero-content > .trust-bullets,
.hero-content > .hero-proof {
  max-width: 720px;
}

.eyebrow {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  margin: 0 0 12px;
  padding: 5px 10px;
  border-radius: var(--radius);
  color: var(--soft-teal);
  background: var(--deep-green);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero .eyebrow,
.dark-section .eyebrow,
.problem-cards .eyebrow,
.example-section .eyebrow,
.statement-section .eyebrow {
  color: var(--deep-green);
  background: rgba(255, 255, 255, 0.9);
}

.hero .eyebrow {
  font-size: 0.88rem;
  font-weight: 950;
  text-shadow: none;
  text-transform: none;
}

h1,
h2,
h3,
p,
figure,
blockquote {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 5.2vw, 4.25rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.85rem, 4.3vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
  line-height: 1.25;
}

.hero-copy,
.hero-subline {
  font-size: clamp(1.06rem, 2vw, 1.25rem);
}

.hero-subline {
  margin-bottom: 0;
  line-height: 1.3;
}

.hero-times {
  display: grid;
  gap: 8px;
  margin: 22px 0;
  color: var(--soft-teal);
  font-weight: 780;
}

.hero-strong,
.section-note,
.big-statement {
  color: var(--green-dark);
  font-weight: 850;
}

.section-note--sales {
  margin-top: clamp(34px, 5vw, 58px);
  padding: 18px 20px;
  border-left: 4px solid #B94A48;
  border-radius: var(--radius);
  background: var(--paper);
  color: #18312F;
  font-weight: 950;
  line-height: var(--lh-text);
}

.big-statement-dark {
  color: var(--ink);
}

.hero-strong {
  color: var(--soft-teal);
}

.button,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 820;
  text-align: center;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.btn-icon {
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
}

.button:hover,
.button:focus-visible,
.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.button.primary,
.btn-primary {
  color: #fff;
  background: #176B58;
  box-shadow: 0 16px 32px rgba(23, 107, 88, 0.26);
}

.button.primary:hover,
.button.primary:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--green-dark);
}

.button.secondary,
.btn-secondary {
  color: var(--ink);
  border-color: rgba(20, 34, 31, 0.16);
  background: rgba(255, 255, 255, 0.9);
}

.btn-cta {
  color: #0C1410;
  background: #F0B448;
  box-shadow: 0 16px 32px rgba(240, 180, 72, 0.34);
  font-weight: 900;
}
.btn-cta:hover, .btn-cta:focus-visible {
  background: #e0a52f;
}

.button.whatsapp,
.btn-whatsapp {
  position: relative;
  color: #0D241B;
  background: #25D366;
  box-shadow: 0 16px 32px rgba(37, 211, 102, 0.28);
}

.button.whatsapp:hover,
.button.whatsapp:focus-visible,
.btn-whatsapp:hover,
.btn-whatsapp:focus-visible {
  background: #1FB95A;
}

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

.trust-bullets,
.hero-proof,
.check-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.task-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 28px 0 0;
  padding: 0;
}

.trust-bullets li,
.hero-proof li,
.check-list li,
.task-grid span {
  padding: 8px 11px;
  border: 1px solid rgba(20, 34, 31, 0.12);
  border-radius: 999px;
  color: var(--ink-soft);
  background: #fff;
  font-size: 0.92rem;
  font-weight: 700;
}

.task-chips span {
  display: inline-flex;
  max-width: 100%;
  padding: 10px 15px;
  border: 1px solid rgba(20, 34, 31, 0.16);
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  font-size: 0.92rem;
  font-weight: 820;
  line-height: 1.15;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  white-space: normal;
}

.task-chips span:nth-child(4n + 1) {
  background: #fff;
}

.task-chips span:nth-child(4n + 2) {
  background: var(--soft-teal);
}

.task-chips span:nth-child(4n + 3) {
  background: var(--soft-amber);
}

.task-chips span:nth-child(4n) {
  color: #fff;
  background: #176B58;
  border-color: rgba(255, 255, 255, 0.22);
}

.task-chips span.task-chip--alert {
  color: #fff;
  background: #B94A48;
  border-color: rgba(255, 255, 255, 0.26);
}

.task-chips span.task-chip--bin-blue {
  color: #fff;
  background: #2F6FB3;
  border-color: rgba(255, 255, 255, 0.26);
}

.task-chips span.task-chip--bin-yellow {
  color: var(--ink);
  background: #F2C94C;
  border-color: rgba(20, 34, 31, 0.2);
}

.task-chips span.task-chip--bin-brown {
  color: #fff;
  background: #8A5A35;
  border-color: rgba(255, 255, 255, 0.24);
}

.hero .trust-bullets li,
.hero .hero-proof li {
  color: var(--soft-teal);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
}

.trust-chip {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin: 14px 0 0;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1.15;
  text-shadow: none;
}

.section,
.statement-section > div {
  width: min(100% - 44px, var(--max));
  max-width: 100vw;
  margin: 0 auto;
  overflow-x: clip;
}

.section {
  padding: var(--section-y) 0;
  scroll-margin-top: var(--anchor-offset);
}

.story-section {
  width: 100%;
  max-width: 100vw;
  padding-inline: max(22px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(180deg, rgba(231, 246, 241, 0.38), rgba(255, 244, 215, 0.28) 72%, rgba(247, 243, 234, 0)),
    var(--warm);
  scroll-margin-top: var(--anchor-offset);
}

.pain-moments {
  width: 100%;
  max-width: 100vw;
  padding-inline: max(22px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(180deg, rgba(231, 246, 241, 0.38), rgba(255, 244, 215, 0.28) 72%, rgba(247, 243, 234, 0)),
    var(--warm);
}

.section-intro {
  max-width: 720px;
}

.pain-moments .section-intro {
  max-width: none;
}

.section-heading {
  max-width: var(--max);
  margin-bottom: 28px;
}

.section-heading p,
.plain-card p,
.step-card p,
.price-card p,
.faq-answer p,
.contact-copy p,
.media-card + div p {
  color: var(--muted);
}

.section-heading .eyebrow {
  color: var(--soft-teal);
  background: var(--deep-green);
}

.problem-cards .section-heading .eyebrow,
.example-section .section-heading .eyebrow,
.tasks-section .section-heading .eyebrow {
  color: var(--deep-green);
  background: rgba(255, 255, 255, 0.9);
}

.faq-section .section-heading .eyebrow {
  color: var(--deep-green);
  background: rgba(255, 255, 255, 0.9);
}

.contact-copy .eyebrow {
  color: var(--soft-teal);
  background: var(--deep-green);
}

.split,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
  align-items: center;
}

.reverse .phone-device-stack,
.reverse .phone-mockup {
  order: 2;
}

.media-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.media-card picture,
.hero-image picture {
  display: block;
  width: 100%;
}

.media-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.seo-hero {
  min-height: auto;
}

.seo-hero .hero-content > p:not(.eyebrow),
.seo-hero .hero-content > .hero-actions,
.seo-hero .cta-note {
  width: 100%;
  max-width: 100%;
}

.seo-hero .hero-image {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  overflow: hidden;
  border-radius: 24px;
  aspect-ratio: 16 / 9;
}

.seo-hero-media {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 24px;
  border: 0;
  overflow: hidden;
  box-shadow: 0 24px 54px rgba(20, 34, 31, 0.34);
}

.seo-hero-media picture {
  height: 100%;
}

.seo-hero .hero-image img {
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 621px) and (max-width: 768px) {
  .seo-hero .hero-image {
    width: min(100% - 44px, var(--max));
  }
}

@media (max-width: 620px) {
  .seo-hero .hero-image {
    width: calc(100% - 40px);
    margin: 0 auto 28px;
    aspect-ratio: auto;
  }

  .seo-hero-media {
    height: clamp(280px, 76vw, 320px);
    border-radius: 18px;
  }

  .seo-hero .hero-image img {
    height: 100%;
    max-height: 320px;
    border-radius: 0;
  }
}

.seo-device-pair {
  display: flex;
  min-height: clamp(360px, 52vh, 620px);
  align-items: flex-end;
  justify-content: center;
  gap: clamp(18px, 4vw, 42px);
  padding: clamp(18px, 4vw, 34px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #F8F3E6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 22px 54px rgba(20, 34, 31, 0.18);
}

.seo-device {
  margin: 0;
  filter: drop-shadow(0 28px 52px rgba(20, 34, 31, 0.26));
}

.seo-device img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.seo-device--iphone {
  width: min(58%, 248px);
}

.seo-device--nokia {
  width: min(44%, 178px);
}

.seo-image-placeholder {
  display: grid;
  min-height: 320px;
  place-items: center;
  border: 1px dashed rgba(47, 174, 142, 0.58);
  background:
    linear-gradient(135deg, rgba(231, 246, 241, 0.92), rgba(255, 244, 215, 0.86)),
    var(--paper);
  color: var(--ink);
}

.seo-image-placeholder--hero {
  min-height: clamp(360px, 52vh, 620px);
  border-radius: 24px;
  box-shadow: 0 24px 54px rgba(20, 34, 31, 0.34);
}

.seo-image-placeholder div {
  display: grid;
  gap: 8px;
  max-width: 420px;
  padding: 22px;
  text-align: center;
}

.seo-image-placeholder span {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 5px 10px;
  border-radius: var(--radius);
  color: var(--soft-teal);
  background: var(--deep-green);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.seo-image-placeholder strong {
  color: var(--deep-green);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.seo-image-placeholder small {
  color: var(--muted);
  font-weight: 680;
  line-height: 1.35;
}

.cta-note {
  max-width: 620px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: var(--text-size);
  font-weight: 720;
  line-height: var(--lh-text);
}

.section.seo-light-section,
.section.seo-dark-section,
.section.seo-related {
  width: 100%;
  max-width: 100vw;
  overflow-x: clip;
  padding-inline: max(22px, calc((100vw - var(--max)) / 2));
}

.section.seo-light-section,
.section.seo-related {
  background: var(--mist);
}

.section.seo-intro {
  padding-block: clamp(22px, 2.8vw, 34px);
}

.seo-intro .section-heading {
  margin-bottom: 0;
}

.seo-intro .reveal {
  opacity: 1;
  transform: none;
}

.seo-intro .section-heading h2 {
  margin-top: 0;
}

.seo-intro .section-heading p {
  max-width: 100%;
  margin-bottom: 0;
  color: var(--ink);
  font-size: var(--text-size);
  font-weight: 760;
  line-height: var(--lh-text);
}

.section.seo-dark-section {
  position: relative;
  isolation: isolate;
  overflow: visible !important;
  color: #fff;
  background: var(--blue);
}

.section.seo-dark-section::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: -1;
  width: 100vw;
  background: var(--blue);
  transform: translateX(-50%);
  pointer-events: none;
}

.seo-dark-section h2 {
  color: #fff;
}

.seo-dark-section .section-heading p,
.seo-dark-section > p {
  color: rgba(255, 255, 255, 0.84);
}

.seo-dark-section .eyebrow {
  color: var(--deep-green);
  background: rgba(255, 255, 255, 0.9);
}

.seo-content .story-block {
  grid-template-columns: minmax(0, 1fr);
  background: rgba(255, 255, 255, 0.82);
}

.seo-content .story-block > div {
  width: 100%;
  max-width: none;
}

.seo-content .story-block h2 {
  width: 100%;
  max-width: none;
  color: var(--ink);
}

.seo-content .story-block p {
  width: 100%;
  max-width: none;
  color: var(--ink);
  font-size: var(--text-size);
  font-weight: 760;
  line-height: var(--lh-text);
}

.seo-dark-section .steps {
  margin-top: clamp(18px, 3vw, 28px);
}

.seo-dark-section .steps li,
.seo-dark-section .info-panel {
  color: var(--ink);
  background: var(--paper);
}

.seo-dark-section .steps h3,
.seo-dark-section .info-panel strong {
  color: var(--ink);
}

.seo-dark-section .steps p,
.seo-dark-section .info-panel p {
  color: var(--ink);
  font-size: var(--text-size);
  font-weight: 760;
  line-height: var(--lh-text);
}

.seo-dark-section .info-panel p {
  margin: 0;
}

.seo-related .plain-card {
  display: block;
  position: relative;
  z-index: 20;
  cursor: pointer;
}

.seo-related .plain-card p {
  color: var(--green-dark);
  font-weight: 820;
}

.seo-faq-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(24px, 4vw, 40px);
}

.story-copy {
  max-width: 820px;
}

.story-stack {
  display: grid;
  gap: 30px;
}

.story-block {
  display: grid;
  gap: 28px;
  align-items: center;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(221, 231, 226, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 48px rgba(20, 34, 31, 0.08);
}

.story-block .media-card {
  box-shadow: 0 14px 36px rgba(20, 34, 31, 0.14);
}

.story-block .media-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.story-block h3 {
  margin: 0 0 16px;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 1.05;
}

.story-block .eyebrow {
  margin-bottom: 10px;
}

.story-block blockquote {
  margin: 18px 0;
}

.story-block .reminder-callout {
  margin-top: 22px;
}

.pain-grid {
  display: grid;
  gap: 18px;
}

.pain-card {
  overflow: hidden;
  container-type: inline-size;
  border: 1px solid rgba(221, 231, 226, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(20, 34, 31, 0.08);
}

.pain-card summary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px;
  cursor: pointer;
  list-style: none;
}

.pain-card summary::-webkit-details-marker {
  display: none;
}

.pain-card summary > span {
  display: none;
  width: 38px;
  height: 38px;
  margin-top: 3px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-weight: 900;
}

.pain-card h3 {
  margin: 0;
  /* Einzeilig: längste Überschrift füllt die Karte (cqw = Kartenbreite),
     alle gleich groß; kürzere durch text-align zentriert.
     Wert konservativ gewählt (längste Zeile = Karte 2) – Feintuning Richtung Rand-zu-Rand möglich. */
  font-size: 3.2cqw;
  line-height: 1.2;
  align-self: start;
  text-align: center;
  white-space: nowrap;
}

.pain-card h3 span {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 0.14em;
  color: inherit;
  background: transparent;
  border-radius: 0;
  font: inherit;
}

.pain-card h3 span:last-child {
  margin-bottom: 0;
}

.pain-card .media-card {
  grid-column: 1 / -1;
  margin: 0;
  box-shadow: none;
}

.pain-card .media-card img {
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.pain-card-body p {
  margin: 0;
  text-align: justify; /* Fließtext von Rand bis Rand */
  hyphens: auto;
}

.pain-card-body {
  padding: 0 16px 18px;
  color: var(--ink); /* gleiche Farbe wie die Karten-Überschrift */
}

blockquote {
  margin: 22px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--red);
  color: var(--ink);
  background: var(--red-soft);
  font-weight: 760;
}

.problem-cards,
.solution-section,
.audience-section,
.faq-section,
.contact-section {
  width: 100%;
  max-width: 100vw;
  overflow-x: clip;
  padding-inline: max(22px, calc((100vw - var(--max)) / 2));
  background: var(--mist);
}

.faq-section {
  position: relative;
  isolation: isolate;
  overflow: visible !important;
  color: #fff;
  background: var(--blue);
}

.faq-section::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: -1;
  width: 100vw;
  background: var(--blue);
  transform: translateX(-50%);
  pointer-events: none;
}

.faq-section .eyebrow {
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.9);
}

.faq-section h2 {
  color: #fff;
}

.faq-section .faq-item {
  color: var(--ink);
}

.section.problem-cards {
  padding-top: var(--section-y);
  color: #fff;
  background: var(--blue);
}

.problem-cards h2 {
  color: #fff;
}

.problem-cards .section-heading p {
  color: rgba(255, 255, 255, 0.84);
}

.section.solution-section {
  padding-top: var(--section-y);
}

.solution-highlight {
  color: #B94A48;
  font-weight: 900;
}

.alarm-quote {
  color: #B94A48;
  font-weight: 900;
}

.icon-grid,
.steps-grid,
.card-grid,
.pricing-grid,
.task-grid,
.target-grid,
.compare-grid {
  display: grid;
  gap: 16px;
}

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

.icon-grid article,
.plain-card,
.step-card,
.price-card,
.faq-item,
.contact-form,
.info-panel,
.compare-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 12px 34px rgba(20, 34, 31, 0.07);
}

.icon-grid article,
.plain-card,
.step-card,
.price-card,
.info-panel,
.compare-card {
  padding: 20px;
}

.icon-grid span,
.step-card span,
.timeline span {
  display: grid;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font-weight: 900;
}

.icon-grid p,
.quote-row p,
.price-card p:last-child,
.faq-answer p:last-child {
  margin-bottom: 0;
}

.pain-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pain-list li {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 10px 26px rgba(20, 34, 31, 0.06);
  font-weight: 720;
  line-height: var(--lh-text);
}

.reminder-preview {
  margin-top: 24px;
}

.reminder-preview img {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  object-position: center;
}

.reminder-preview figcaption {
  padding: 16px 18px;
  color: var(--ink-soft);
  font-weight: 760;
}

.quote-row {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.quote-row p {
  padding: 12px 14px;
  border-left: 3px solid var(--red);
  background: var(--paper);
  color: var(--ink-soft);
  font-weight: 760;
}

.reminder-callout {
  display: grid;
  gap: 6px;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(185, 74, 72, 0.32);
  border-left: 4px solid var(--red);
  border-radius: var(--radius);
  background: var(--red-soft);
}

.reminder-callout strong {
  color: var(--ink);
}

.reminder-callout span {
  color: var(--ink-soft);
  font-weight: 760;
}

.teal-callout {
  border-color: rgba(47, 174, 142, 0.34);
  border-left-color: var(--teal);
  background: var(--soft-teal);
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline article {
  position: relative;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  position: relative;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  counter-increment: step;
}

.steps li::before {
  content: counter(step);
  display: grid;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font-weight: 900;
}

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

.example-section {
  position: relative;
  isolation: isolate;
  overflow: visible !important;
  background: var(--blue);
  color: #fff;
}

.example-section::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: -1;
  width: 100vw;
  background: var(--blue);
  transform: translateX(-50%);
  pointer-events: none;
}

.example-section h2 {
  color: #fff;
}

.example-section .section-heading p {
  color: rgba(255, 255, 255, 0.84);
}

.example-section .brand-wordmark {
  color: #fff;
  background: linear-gradient(90deg, #fff 0 36%, var(--teal) 36% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tasks-section {
  position: relative;
  isolation: isolate;
  overflow: visible !important;
  color: #fff;
  background: var(--blue);
}

.tasks-section::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: -1;
  width: 100vw;
  background: var(--blue);
  transform: translateX(-50%);
  pointer-events: none;
}

.tasks-section h2 {
  color: #fff;
}

.tasks-section .section-heading {
  text-align: center;
}

.tasks-section .section-heading .eyebrow {
  margin-inline: auto;
}

.before-after-section {
  position: relative;
  isolation: isolate;
  overflow: visible !important;
  color: #fff;
  background: var(--blue);
}

.before-after-section::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: -1;
  width: 100vw;
  background: var(--blue);
  transform: translateX(-50%);
  pointer-events: none;
}

.before-after-section h2 {
  color: #fff;
}

.before-after-section .compare-card {
  color: var(--ink);
}

.example-section,
.phone-section,
.before-after-section,
.pricing-section,
.cost-section,
.tasks-section {
  padding-inline: clamp(22px, 4vw, 48px);
}

.cost-section .split {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(24px, 4vw, 46px);
}

.cost-section .media-card {
  width: 100%;
}

.cost-section .media-card img {
  aspect-ratio: 16 / 7;
}

.cost-section h2 {
  max-width: 100%;
}

.pricing-section {
  position: relative;
  isolation: isolate;
  overflow: visible !important;
  padding-block: var(--section-y);
  color: #fff;
  background: var(--blue);
  scroll-margin-top: var(--anchor-offset);
}

.pricing-section::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: -1;
  width: 100vw;
  background: var(--blue);
  transform: translateX(-50%);
  pointer-events: none;
}

.example-box {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(221, 231, 226, 0.92);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.example-box ul {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
  padding-left: 20px;
}

.example-box li {
  color: var(--muted);
}

.example-box strong,
.example-result {
  color: var(--ink);
}

.example-result {
  margin-top: 22px;
  color: #fff;
  font-weight: 820;
}

.info-panel {
  margin-top: 18px;
}

.phone-section {
  background: transparent;
}

.phone-section .split {
  grid-template-columns: minmax(0, 1fr);
}

.phone-section .phone-device-stack {
  margin-top: clamp(8px, 2vw, 18px);
}

.phone-copy {
  display: grid;
  gap: clamp(18px, 2.4vw, 28px);
}

.phone-copy h2 {
  margin-bottom: 0;
}

.phone-story {
  display: grid;
  gap: 14px;
  max-width: 1040px;
  color: var(--muted);
  font-size: var(--text-size);
  font-weight: 650;
  line-height: var(--lh-text);
}

.phone-story p,
.phone-closing p {
  margin: 0;
}

.phone-emphasis,
.phone-card-line,
.phone-final {
  color: var(--deep-green);
  font-weight: 900;
}

.phone-emphasis {
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(49, 178, 145, 0.12);
}

.phone-highlight {
  padding: 18px 20px;
  border-left: 4px solid var(--green);
  border-radius: var(--radius);
  background: rgba(49, 178, 145, 0.11);
  color: #18312F;
  font-weight: 820;
  line-height: var(--lh-text);
}

.reminder-reasons {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.reminder-reasons article {
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(49, 178, 145, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 38px rgba(20, 34, 31, 0.08);
}

.reminder-reasons h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(1.1rem, 1.45vw, 1.35rem);
}

.reminder-reasons p {
  margin: 0;
  color: var(--muted);
  font-size: var(--text-size);
  font-weight: 650;
  line-height: var(--lh-text);
}

.reminder-reasons p + p {
  margin-top: 14px;
}

.phone-card-line {
  padding-top: 12px;
  border-top: 1px solid rgba(24, 49, 47, 0.12);
}

.phone-closing {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 2.3vw, 26px);
  border-radius: var(--radius);
  background: rgba(24, 49, 47, 0.06);
  color: var(--ink);
  font-size: clamp(1.08rem, 1.3vw, 1.22rem);
  font-weight: 720;
  line-height: var(--lh-text);
}

.phone-final {
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1.05;
}

.phone-device-stack {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(18px, 3vw, 34px);
  align-items: flex-end;
  justify-content: center;
}

.device-art {
  position: relative;
  overflow: hidden;
  flex: 0 1 auto;
  max-width: 100%;
  filter: drop-shadow(0 28px 52px rgba(20, 34, 31, 0.18));
}

.device-art > img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  max-width: none;
  transform: translateX(-50%);
  user-select: none;
  pointer-events: none;
}

.device-art--iphone > img {
  inset: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
}

.device-art--iphone {
  width: min(100%, 318px);
  aspect-ratio: 554 / 1046;
  filter: none;
}

.device-art--nokia {
  width: min(54%, 238px);
  aspect-ratio: 997 / 2234;
  filter: none;
}

@media (max-width: 520px) {
  .phone-device-stack {
    align-items: center;
  }

  .device-art--iphone {
    width: min(100%, 292px);
  }

  .device-art--nokia {
    width: min(78%, 218px);
  }
}

.original-section {
  position: relative;
  isolation: isolate;
  overflow: visible !important;
  color: #fff;
  background: var(--blue);
}

.original-section::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: -1;
  width: 100vw;
  background: var(--blue);
  transform: translateX(-50%);
  pointer-events: none;
}

.original-stage {
  display: grid;
  gap: 34px;
}

.original-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 5vw, 72px);
  align-items: start;
}

.original-copy {
  max-width: 760px;
}

.original-title {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
  font-size: clamp(2.2rem, 5.4vw, 5.2rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.original-title > span:last-child {
  color: var(--ink);
}

.original-kicker {
  margin: 0 0 28px;
  color: var(--ink);
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  font-weight: 900;
  line-height: 1.2;
}

.original-seal {
  width: clamp(150px, 18vw, 240px);
  height: auto;
  margin-top: 0;
  margin-right: 12px;
  transform: rotate(6deg);
  filter: drop-shadow(0 22px 24px rgba(20, 34, 31, 0.34));
}

.original-proof {
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(47, 174, 142, 0.34);
  border-left: 4px solid var(--teal);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--soft-teal);
  font-weight: 880;
}

.original-visual {
  align-self: start;
}

.big-statement {
  margin-top: 26px;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}

.origin-story {
  display: grid;
  max-width: var(--max);
  gap: 24px;
}

.original-section .story-copy {
  max-width: var(--max);
}

.original-section .eyebrow {
  color: var(--deep-green);
  background: rgba(255, 255, 255, 0.9);
}

.origin-story > h2 {
  margin-bottom: 0;
  color: #fff;
}

.origin-intro,
.origin-story-card,
.origin-closing {
  display: grid;
  gap: 14px;
}

.origin-intro {
  color: #fff;
  font-size: var(--text-size);
  font-weight: 780;
  line-height: var(--lh-text);
}

.origin-intro p,
.origin-story-card p,
.origin-closing p {
  margin: 0;
}

.origin-story-card {
  width: 100%;
  padding: 20px;
  border: 1px solid rgba(221, 231, 226, 0.92);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.origin-short {
  color: #18312F;
  font-weight: 900;
}

.origin-thoughts {
  display: grid;
  gap: 12px;
  margin: 8px 0;
  padding: clamp(16px, 2.2vw, 24px);
  border: 1px solid rgba(185, 74, 72, 0.28);
  border-left: 6px solid #B94A48;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(185, 74, 72, 0.08), rgba(185, 74, 72, 0.025)),
    #fff;
}

.origin-thoughts-label {
  color: #18312F !important;
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
  font-weight: 950 !important;
}

.origin-thoughts p {
  position: relative;
  margin: 0;
  padding: 12px 14px 12px 44px;
  border: 1px solid rgba(185, 74, 72, 0.18);
  border-radius: calc(var(--radius) - 2px);
  background: rgba(255, 255, 255, 0.78);
  color: #B94A48;
  font-weight: 880;
  line-height: var(--lh-text);
}

.origin-thoughts p:not(.origin-thoughts-label)::before {
  content: "„";
  position: absolute;
  top: 4px;
  left: 14px;
  color: rgba(185, 74, 72, 0.78);
  font-size: 2rem;
  font-weight: 950;
  line-height: 1;
}

.origin-task-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.origin-task-list li {
  padding: 10px 12px;
  border-left: 4px solid var(--green);
  background: var(--soft-teal);
  color: var(--ink);
  font-weight: 800;
}

.origin-solution-card {
  border-left: 4px solid var(--green);
  background: var(--paper);
}

.origin-more {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.origin-more summary {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  min-width: min(100%, 320px);
  padding: 14px 24px;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: var(--radius);
  color: #fff;
  background: #176B58;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.origin-more summary::after {
  content: "↓";
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 999px;
  color: #176B58;
  background: #fff;
  font-size: 0.95rem;
  line-height: 1;
}

.origin-more summary:hover,
.origin-more summary:focus-visible {
  background: var(--green-dark);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.28);
  transform: translateY(-1px);
}

.origin-more summary::-webkit-details-marker {
  display: none;
}

.origin-more[open] summary {
  margin-bottom: 18px;
}

.origin-more[open] summary::after {
  content: "↑";
}

.origin-more[open] {
  gap: 18px;
}

.origin-excuse {
  color: #9F3836;
  font-size: clamp(1.35rem, 3.2vw, 2rem);
  font-weight: 950;
  line-height: var(--lh-text);
}

.origin-closing {
  padding: 20px;
  border-left: 4px solid #B94A48;
  background: var(--paper);
  color: #18312F;
  font-weight: 820;
}

.origin-ruhe {
  color: #18312F;
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 950;
  line-height: 1;
}

.origin-final {
  margin-top: 8px;
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  line-height: var(--lh-text);
}

.origin-cta {
  display: grid;
  gap: 18px;
  justify-items: start;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-left: 6px solid var(--green);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(231, 246, 241, 0.94) 100%);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.2);
}

.origin-cta p {
  margin: 0;
  color: #18312F;
  font-size: var(--text-size);
  font-weight: 900;
  line-height: var(--lh-text);
}

.origin-cta .btn {
  width: auto;
  min-width: min(100%, 340px);
  justify-self: center;
  padding-inline: 24px;
}

.steps-grid {
  grid-template-columns: 1fr;
}

.compare-grid {
  margin-bottom: 24px;
}

.compare-card.before {
  border-color: rgba(185, 74, 72, 0.32);
  background: var(--red-soft);
}

.compare-card.after {
  border-color: rgba(31, 138, 112, 0.32);
  background: var(--soft-teal);
}

.relief-visual {
  width: 100%;
  margin: 24px 0 22px;
}

.before-after-section > .button {
  display: flex;
  width: fit-content;
  margin-inline: auto;
}

.stress_price_visual {
  padding: var(--section-y) 0;
}

.stress_price_visual .container {
  display: grid;
  gap: 18px;
}

.stress_price_visual .section_intro {
  max-width: 760px;
  margin: 0 auto 36px;
  color: var(--muted);
  text-align: center;
}

.pricing-note {
  max-width: 820px;
  margin: 30px 0 28px;
  color: var(--muted);
}

.stress_price_chart {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  align-items: stretch;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(221, 231, 226, 0.96);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

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

.stress_price_points article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(236, 248, 244, 0.72);
}

.stress_price_points span {
  display: block;
  margin-bottom: 10px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stress_price_points strong {
  display: block;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.2;
}

.stress_price_points p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: var(--lh-text);
}

.price_tag {
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 22px 24px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--green);
  box-shadow: 0 18px 42px rgba(47, 174, 142, 0.25);
  text-align: center;
}

.price_tag strong {
  font-size: clamp(1.9rem, 4vw, 3rem);
  letter-spacing: 0;
  line-height: 1;
}

.price_tag span {
  font-size: 1rem;
  font-weight: 800;
}

.price_tag small {
  font-size: 0.86rem;
  opacity: 0.9;
}

.price_examples {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 980px;
  margin: 4px auto 0;
}

.price_examples article {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 24px rgba(20, 34, 31, 0.06);
}

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

.price_examples strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1.15;
}

.price_examples p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.pricing-section > .container {
  display: grid;
  gap: 24px;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.pricing-section > .container > .eyebrow,
.pricing-section > .container > h2,
.pricing-section > .container > .section-intro {
  max-width: 100%;
  text-align: center;
}

.pricing-section > .container > .eyebrow {
  margin-inline: auto;
  color: var(--deep-green);
  background: rgba(255, 255, 255, 0.9);
}

.pricing-section > .container > h2 {
  color: #fff;
}

.pricing-section > .container > .section-intro {
  color: rgba(255, 255, 255, 0.84);
}

.pricing-highlight {
  display: grid;
  gap: 18px;
  width: min(100%, var(--max));
  max-width: var(--max);
  margin-inline: auto;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(47, 174, 142, 0.22);
  border-radius: var(--radius);
  color: var(--ink);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.pricing-section .calculation-card,
.pricing-section .pricing-explainer {
  color: var(--ink);
}

.pricing-section .pricing-legal {
  color: rgba(255, 255, 255, 0.84);
}

.pricing-badge {
  width: fit-content;
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #fff;
  background: var(--deep-green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pricing-highlight h3 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.05;
}

.price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
}

.price-main {
  color: var(--green-dark);
  font-size: clamp(2.4rem, 7vw, 4.8rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.95;
}

.price-unit {
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 850;
}

.daily-price {
  max-width: 680px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 780;
}

.included-list {
  display: grid;
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.included-list li {
  position: relative;
  margin: 0;
  padding-left: 28px;
  color: var(--ink-soft);
  font-weight: 720;
}

.included-list li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--green);
  transform: translateY(-50%);
}

.setup-box {
  display: grid;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft-teal);
}

.setup-box p {
  margin: 0;
  color: var(--ink-soft);
}

.setup-box strong {
  color: var(--ink);
}

.pricing-highlight .btn {
  width: fit-content;
  max-width: 100%;
  justify-self: center;
}

.calculation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(100%, var(--max));
  max-width: var(--max);
  margin-inline: auto;
}

.calculation-card,
.pricing-explainer {
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 12px 30px rgba(20, 34, 31, 0.06);
}

.calculation-card h3,
.pricing-explainer h3 {
  margin-top: 0;
}

.calculation-price {
  color: #176B58;
  font-size: 1.35rem;
  font-weight: 900;
}

.calculation-note {
  color: var(--ink);
  font-weight: 720;
}

.pricing-explainer,
.pricing-legal {
  width: min(100%, var(--max));
  max-width: var(--max);
  margin-inline: auto;
}

.pricing-legal {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
}

.stress_price_summary {
  max-width: 860px;
  margin: 28px auto 0;
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

ul {
  padding-left: 1.2rem;
}

li {
  margin: 6px 0;
}

.card-grid.four {
  grid-template-columns: 1fr;
}

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

.task-grid span {
  border-radius: var(--radius);
}

.statement-section {
  padding: clamp(36px, 4vw, 52px) 0;
  color: #fff;
  background: var(--blue);
  scroll-margin-top: var(--anchor-offset);
}

.statement-section.excuse-section {
  color: var(--ink);
  background: var(--warm);
}

.statement-section h2 {
  font-size: clamp(2.15rem, 4.1vw, 3.6rem);
  line-height: 1.04;
}

.excuse-section h2 {
  color: #B94A48;
}

.excuse-section:not(.stair-story-section) h2,
.stair-story-section h2 {
  white-space: nowrap;
}

.excuse-section p {
  max-width: none;
  font-size: var(--text-size);
  font-weight: 760;
  line-height: var(--lh-text);
}

.excuse-section > div {
  text-align: center;
}

.excuse-section .brand-wordmark {
  color: inherit;
  background: linear-gradient(90deg, var(--ink) 0 36%, var(--teal) 36% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stair-story-section > div {
  display: grid;
  gap: clamp(12px, 1.8vw, 22px);
}

.stair-story-section p {
  max-width: 1220px;
  margin: 0 auto;
  font-size: var(--text-size);
  font-weight: 840;
}

.pricing-grid {
  grid-template-columns: 1fr;
}

.price-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.price-card .button {
  width: 100%;
  margin-top: auto;
}

.price-card.highlighted {
  border-color: rgba(47, 174, 142, 0.45);
  background: linear-gradient(180deg, var(--paper), var(--soft-teal));
}

.price-card.premium {
  border-color: rgba(24, 49, 47, 0.24);
}

.badge {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font-size: 0.78rem;
  font-weight: 820;
}

.legal-note {
  max-width: 780px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  font-size: 0.94rem;
}

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

.faq-item {
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  width: 100%;
  min-height: 58px;
  padding: 18px 54px 18px 20px;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-weight: 820;
  text-align: left;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--green-dark);
  font-size: 1.4rem;
  font-weight: 700;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-answer {
  display: block;
}

.faq-answer p {
  margin: 0;
  padding: 0 20px 18px;
}

.contact-layout {
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 30px);
  scroll-margin-top: var(--anchor-offset);
}

.contact-form .button.primary {
  background: #2FAE8E;
  box-shadow: 0 18px 34px rgba(47, 174, 142, 0.28);
}

.contact-form .button.primary:hover,
.contact-form .button.primary:focus-visible {
  background: #268F76;
}

.form-intro {
  display: grid;
  gap: 8px;
}

.form-intro h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  line-height: 1.12;
}

.form-intro p {
  margin: 0;
  color: var(--muted);
  font-size: var(--text-size);
  line-height: var(--lh-text);
}

.contact-direct {
  display: grid;
  gap: 10px;
  margin-top: 2px;
  padding-top: 16px;
  border-top: 1px solid rgba(20, 34, 31, 0.12);
  color: var(--muted);
  font-size: clamp(0.92rem, 1.1vw, 1rem);
  font-weight: 720;
  line-height: var(--lh-text);
}

.contact-direct h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  font-weight: 820;
  line-height: 1.14;
}

.contact-direct p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
}

.contact-direct-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: center;
  align-items: center;
}

.contact-direct-links span {
  color: var(--ink);
  font-weight: 860;
}

.contact-direct a {
  color: var(--green-dark);
  text-decoration: none;
}

.contact-direct a:hover,
.contact-direct a:focus-visible {
  color: #0B6B43;
}

.contact-section > .contact-direct {
  width: min(100%, 920px);
  margin: clamp(20px, 3vw, 32px) auto 0;
  padding: 22px 24px 0;
  text-align: center;
}

.contact-system-line {
  color: var(--ink);
  font-weight: 900;
}

.confirmation-page {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: grid;
  place-items: center;
  background: var(--deep-green);
}

.confirmation-page::before {
  left: 0;
  right: 0;
  width: 100%;
  transform: none;
}

.confirmation-card {
  width: min(100%, 760px);
  display: grid;
  gap: 18px;
  padding: clamp(28px, 6vw, 56px);
  border: 1px solid rgba(20, 34, 31, 0.1);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.confirmation-card h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.3rem, 6vw, 4.6rem);
  line-height: 0.98;
}

.confirmation-card p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: var(--text-size);
}

.confirmation-card .eyebrow {
  color: var(--soft-teal);
}

.confirmation-card .button {
  justify-self: start;
}

.confirmation-return-button {
  align-items: center;
  gap: 0.28em;
}

.confirmation-return-button .brand-wordmark--button {
  color: #fff;
  background: linear-gradient(90deg, #fff 0 36%, #9bead6 36% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: inherit;
}

.whatsapp-box {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 22px;
  border: 1px solid rgba(47, 174, 142, 0.22);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 14px 36px rgba(20, 34, 31, 0.09);
}

.contact-channel-note {
  margin-top: 18px;
  padding: 20px 22px;
  border-left: 4px solid var(--red);
  border-radius: 0 14px 14px 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 740;
}

.contact-channel-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
}

.contact-final-line {
  color: var(--ink);
  font-size: clamp(1.05rem, 1.55vw, 1.22rem);
  font-weight: 900;
  line-height: var(--lh-text);
}

.whatsapp-box h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.08rem;
}

.whatsapp-box p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
}

.whatsapp-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.whatsapp-steps span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border: 1px solid rgba(47, 174, 142, 0.24);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1;
}

.whatsapp-box .btn {
  width: 100%;
  justify-self: stretch;
}

@media (min-width: 900px) {
  .whatsapp-box .btn {
    width: calc(100% - 16px);
  }
}

.final-contact-cta {
  position: relative;
  isolation: isolate;
  padding-top: clamp(40px, 5vw, 64px);
  padding-bottom: clamp(40px, 5vw, 64px);
  color: #fff;
  background: #18312F;
}

.final-contact-cta::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 5px;
  background: #B94A48;
  pointer-events: none;
}

.final-contact-cta::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: -1;
  width: 100vw;
  background: #18312F;
  transform: translateX(-50%);
}

.final-contact-cta .contact-layout {
  align-items: stretch;
  gap: clamp(28px, 4.6vw, 72px);
}

.final-contact-cta .contact-copy {
  display: grid;
  gap: clamp(16px, 2vw, 22px);
}

.final-contact-cta .contact-frame {
  width: 100%;
  padding: clamp(18px, 2.4vw, 24px);
  border: 1px solid rgba(47, 174, 142, 0.42);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  overflow: hidden;
}

.final-contact-cta .contact-frame-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  container-type: inline-size;
}

.final-contact-cta .contact-frame-title h2 {
  width: 100%;
  max-width: 100%;
  font-size: clamp(1.65rem, 9.95cqw, 4.8rem);
  line-height: 1;
  text-align: left;
  white-space: nowrap;
  overflow-wrap: normal;
}

.final-contact-cta .contact-copy .eyebrow {
  color: #18312F;
  background: #fff;
}

.final-contact-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.1rem, 7vw, 6.4rem);
  line-height: 0.94;
}

.final-contact-cta .contact-copy p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: var(--text-size);
  line-height: var(--lh-text);
}

.contact-step-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 2px 0 8px;
}

.contact-step-chips span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border: 1px solid rgba(47, 174, 142, 0.42);
  border-radius: 999px;
  padding: 8px 15px;
  color: #fff;
  background: rgba(47, 174, 142, 0.16);
  font-weight: 880;
}

.contact-benefits {
  display: grid;
  gap: 12px;
  margin-top: 0;
}

.contact-benefits h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.contact-benefits ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-benefits li {
  position: relative;
  padding-left: 26px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 760;
}

.contact-benefits li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #2FAE8E;
  box-shadow: 0 0 0 5px rgba(47, 174, 142, 0.18);
}

.final-contact-cta .contact-copy .contact-claim {
  max-width: 720px;
  color: #fff;
  font-size: clamp(2rem, 4.2vw, 4rem);
  font-weight: 920;
  line-height: 1.02;
}

.final-contact-cta .contact-copy .contact-system-line {
  max-width: 720px;
  padding: 18px 20px;
  border-left: 5px solid #2FAE8E;
  border-radius: 0 18px 18px 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  font-weight: 900;
  line-height: var(--lh-text);
}

.final-contact-cta .whatsapp-box {
  gap: 12px;
  margin-top: 0;
  justify-items: center;
  text-align: center;
}

.final-contact-cta .whatsapp-box h3 {
  color: #fff;
  font-size: clamp(1.28rem, 2.2vw, 1.7rem);
}

.final-contact-cta .whatsapp-box p {
  max-width: none;
  color: rgba(255, 255, 255, 0.84);
}

.final-contact-cta .whatsapp-steps span {
  border-color: rgba(47, 174, 142, 0.5);
  color: #fff;
  background: rgba(47, 174, 142, 0.22);
}

.final-contact-cta .whatsapp-steps {
  justify-content: center;
}

.final-contact-cta .whatsapp-box .btn {
  width: 100%;
  min-height: 66px;
  border-radius: 16px;
  color: #0D241B;
  justify-content: center;
}

.final-contact-cta .contact-form {
  gap: 15px;
  padding: clamp(22px, 3.6vw, 34px);
  border-color: rgba(255, 255, 255, 0.22);
  border-radius: clamp(22px, 2.4vw, 28px);
  background: #fff;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.22);
}

.final-contact-cta .form-intro {
  padding: clamp(16px, 2.4vw, 22px);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  background: linear-gradient(135deg, #B94A48 0%, #D75A55 100%);
  box-shadow: 0 18px 42px rgba(185, 74, 72, 0.34);
  text-align: center;
}

.final-contact-cta .form-intro h3 {
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  text-shadow: 0 2px 12px rgba(20, 34, 31, 0.18);
}

.final-contact-cta .form-intro p {
  color: var(--muted);
}

.final-contact-cta textarea {
  min-height: 110px;
  max-height: 120px;
  resize: vertical;
  font-weight: 760;
}

.final-contact-cta .contact-form .button.primary {
  min-height: 66px;
  border-radius: 16px;
  color: #0D241B;
  background: #2FAE8E;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(47, 174, 142, 0.34);
}

@media (min-width: 900px) {
  .final-contact-cta .contact-form .button.primary {
    position: relative;
    top: 10px;
  }
}

.final-contact-cta .contact-form .button.primary:hover,
.final-contact-cta .contact-form .button.primary:focus-visible {
  background: #268F76;
}

.button-support {
  margin: -5px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 760;
  text-align: center;
}

.final-contact-cta .contact-direct {
  width: min(100%, 1120px);
  margin-top: clamp(26px, 4vw, 46px);
  padding: clamp(20px, 2.6vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
}

.final-contact-cta .contact-direct h3 {
  color: #fff;
}

.final-contact-cta .contact-direct p {
  color: rgba(255, 255, 255, 0.82);
}

.final-contact-cta .contact-direct-links {
  gap: 10px 24px;
}

.final-contact-cta .contact-direct-links span {
  color: #fff;
}

.final-contact-cta .contact-direct a {
  color: #BFF6E8;
}

@media (min-width: 1200px) {
  .final-contact-cta .contact-direct {
    width: min(100%, 1280px);
    padding: clamp(34px, 2.7vw, 46px) clamp(42px, 4vw, 72px);
  }

  .final-contact-cta .contact-direct h3 {
    font-size: clamp(1.55rem, 1.6vw, 2rem);
  }

  .final-contact-cta .contact-direct p,
  .final-contact-cta .contact-direct-links {
    font-size: var(--text-size);
  }

  .final-contact-cta .contact-direct-links {
    gap: 12px 34px;
  }
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.field-group {
  display: grid;
  gap: 7px;
}

.field-hint {
  margin: -8px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.label-note {
  margin-left: 8px;
  color: var(--muted);
  font-size: 0.78em;
  font-weight: 700;
}

label,
legend {
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 760;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  color: var(--ink);
  background: var(--paper);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  outline: 3px solid rgba(47, 174, 142, 0.16);
}

fieldset {
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.optional-fields {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(231, 246, 241, 0.34);
}

.optional-fields summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 820;
  list-style: none;
}

.optional-fields summary::-webkit-details-marker {
  display: none;
}

.optional-fields summary::after {
  content: "+";
  float: right;
  color: var(--green-dark);
  font-weight: 900;
}

.optional-fields[open] summary {
  margin-bottom: 14px;
}

.optional-fields[open] summary::after {
  content: "-";
}

.checkbox-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 10px;
}

.checkbox-grid label,
.privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-weight: 620;
}

.privacy-check a {
  color: var(--green-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--green);
}

.form-status {
  min-height: 0;
  margin: 0;
  color: var(--green-dark);
  font-weight: 760;
}

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

.site-footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  padding: 42px clamp(18px, 4vw, 48px);
  border-top: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.88);
  background: var(--blue);
}

.site-footer p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer-logo {
  display: inline-block;
  width: 56px;
  height: auto;
  margin: 0 10px 10px 0;
  padding: 6px;
  border-radius: var(--radius);
  background: #fff;
  vertical-align: middle;
}

.brand-wordmark--footer {
  display: inline-flex;
  vertical-align: middle;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-content: start;
}

.footer-link {
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.footer-contact {
  display: grid;
  gap: 4px;
  align-content: start;
}

.footer-contact span {
  color: rgba(255, 255, 255, 0.7);
}

.site-footer a:hover,
.site-footer a:focus-visible,
.footer-link:hover,
.footer-link:focus-visible {
  color: #fff;
}

.consent-banner {
  position: fixed;
  inset: auto 0 0;
  z-index: 100;
  padding: 10px;
  overflow-x: hidden;
  background: rgba(20, 34, 31, 0.12);
  backdrop-filter: blur(4px);
}

.consent-panel {
  display: grid;
  gap: 12px;
  width: min(100%, calc(100vw - 20px), 860px);
  max-width: 100%;
  margin: 0 auto;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 12px 30px rgba(20, 34, 31, 0.18);
}

.consent-copy .eyebrow {
  margin-bottom: 6px;
  padding: 4px 8px;
  font-size: 0.68rem;
}

.consent-copy h2 {
  margin-bottom: 4px;
  font-size: clamp(1rem, 2.2vw, 1.22rem);
}

.consent-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: var(--lh-text);
}

.consent-options,
.consent-actions {
  display: grid;
  gap: 8px;
}

.consent-options[hidden],
.consent-actions [hidden] {
  display: none !important;
}

.consent-options label {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 0.86rem;
  line-height: 1.3;
}

.consent-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: center;
}

.consent-actions .button {
  min-height: 38px;
  padding: 8px 10px;
  font-size: 0.86rem;
  line-height: 1.15;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 680px) {
  .field-grid,
  .checkbox-grid,
  .compare-grid,
  .pricing-grid,
  .card-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .site-footer {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .consent-panel {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}

@media (min-width: 900px) {
  .final-contact-cta .contact-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.8fr);
    align-items: stretch;
    gap: clamp(34px, 5vw, 76px);
  }

  .final-contact-cta .contact-copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(14px, 1.6vw, 22px);
    height: 100%;
  }

  .final-contact-cta .contact-copy .whatsapp-box {
    margin-top: 0;
  }

  .final-contact-cta .contact-form {
    display: grid;
    gap: 15px;
    padding-bottom: clamp(22px, 3.6vw, 34px);
  }

  .final-contact-cta .contact-form .button.primary {
    margin-top: 4px;
  }
}

@media (max-width: 899px) {
  .final-contact-cta {
    padding-top: clamp(44px, 12vw, 72px);
  }

  .final-contact-cta .contact-layout {
    gap: 26px;
  }

  .final-contact-cta h2 {
    font-size: clamp(2.55rem, 12vw, 4.25rem);
  }

  .contact-step-chips {
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact-step-chips span {
    justify-content: center;
  }

  .final-contact-cta .contact-copy .contact-claim {
    font-size: clamp(2rem, 10vw, 3.25rem);
  }

  .final-contact-cta textarea {
    min-height: 110px;
    max-height: 120px;
  }

  .final-contact-cta .whatsapp-box .btn,
  .final-contact-cta .contact-form .button.primary {
    width: 100%;
  }
}

@media (min-width: 900px) {
  .split,
  .contact-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
  }

  .contact-layout {
    align-items: stretch;
  }

  .contact-copy {
    position: static;
    display: flex;
    flex-direction: column;
  }

  .contact-copy .whatsapp-box {
    margin-top: auto;
  }

  .final-contact-cta .contact-copy .whatsapp-box {
    margin-top: 0;
  }

  .contact-form {
    display: flex;
    flex-direction: column;
    padding-bottom: 22px;
  }

  .contact-form .button.primary {
    margin-top: auto;
  }

  .phone-section .split {
    grid-template-columns: minmax(0, 1fr);
  }

  .cost-section .split {
    grid-template-columns: minmax(0, 1fr);
  }

  .reminder-reasons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .story-block {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 42px;
  }

  .story-block.reverse .media-card {
    order: 2;
  }

  .story-copy {
    max-width: 860px;
  }

  .pain-grid {
    /* 4 Karten: ab 900px 2x2 (ausgewogen statt 3+1) */
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pain-card summary {
    grid-template-rows: auto;
  }

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

  .reverse .phone-mockup {
    order: 0;
  }

  .icon-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .steps-grid,
  .card-grid.four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .steps li::after {
    content: "";
    position: absolute;
    top: 37px;
    left: 58px;
    width: calc(100% - 58px);
    height: 2px;
    background: var(--line);
  }

  .steps li:last-child::after {
    display: none;
  }

  .contact-copy {
    position: static;
  }
}

@media (min-width: 1101px) {
  .hero {
    display: block;
    min-height: auto;
    padding: 25px max(22px, calc((100vw - var(--max)) / 2)) clamp(48px, 5vw, 76px);
  }

  .hero-content {
    width: 100%;
    max-width: var(--max);
    margin: 0 auto;
  }

  .hero-content h1 {
    font-size: clamp(3.15rem, 4.25vw, 4.35rem);
    line-height: 1.04;
  }
}

@media (min-width: 769px) {
  .hero {
    display: block;
    min-height: auto;
    overflow: hidden;
    background: var(--blue);
  }

  .hero::before {
    display: none;
  }

  .hero-image {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--max);
    margin: clamp(30px, 4vw, 46px) auto 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 24px;
  }

  .hero-image img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 24px 54px rgba(20, 34, 31, 0.34);
  }

  .hero-content {
    width: 100%;
    max-width: var(--max);
    margin: 0 auto;
  }

  .hero .brand-wordmark {
    color: #fff;
    background: linear-gradient(90deg, #fff 0 36%, var(--teal) 36% 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .hero {
    display: block;
    min-height: auto;
    padding: 25px max(22px, calc((100vw - var(--max)) / 2)) 46px;
  }

  .hero-content {
    width: 100%;
    max-width: var(--max);
    margin: 0 auto;
  }

  .hero-content h1 {
    max-width: 100%;
    font-size: clamp(2.45rem, 5.4vw, 3.5rem);
    line-height: 1.05;
  }

  .hero-content > p:not(.eyebrow),
  .hero-content > .hero-actions,
  .hero-content > .hero-proof {
    max-width: 100%;
  }

  .hero-image img {
    height: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1240px) {
  .hero {
    padding: 25px max(22px, calc((100vw - var(--max)) / 2)) 38px;
  }

  .hero-content h1 {
    font-size: clamp(2.65rem, 4.4vw, 3.35rem);
    line-height: 1.04;
  }

  .hero-image {
    margin-top: 26px;
  }

  .hero-image img {
    height: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1060px) {
  .hero-content,
  .hero-image {
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1060px) {
  .site-header {
    gap: 12px;
    padding-inline: clamp(20px, 3vw, 34px);
  }

  .brand {
    flex: 0 1 auto;
    gap: 8px;
  }

  .brand-logo {
    width: 44px;
    flex: 0 0 auto;
  }

  .brand-wordmark--header {
    font-size: clamp(1.08rem, 2vw, 1.34rem);
  }

  .nav-toggle {
    display: none;
  }

  .main-nav {
    position: static;
    display: flex;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    gap: 1px;
    font-size: clamp(0.76rem, 1.25vw, 0.86rem);
  }

  .main-nav a {
    width: auto;
    min-height: 36px;
    padding: 7px 7px;
    white-space: nowrap;
  }

  .main-nav .nav-cta {
    margin-left: 4px;
    padding-inline: 9px;
    text-align: center;
  }

  .hero-content > .eyebrow,
  .hero-content > h1 {
    max-width: 100%;
  }

  .section {
    scroll-margin-top: var(--anchor-offset);
  }
}

@media (min-width: 621px) and (max-width: 768px) {
  .section,
  .statement-section > div {
    width: min(100% - 44px, 820px);
  }

  .story-section,
  .pain-moments,
  .problem-cards,
  .solution-section,
  .audience-section,
  .faq-section,
  .contact-section {
    width: 100%;
    padding-inline: max(22px, calc((100vw - 820px) / 2));
  }

  .original-section {
    padding-inline: max(22px, calc((100vw - var(--max)) / 2));
  }

  .hero-image {
    width: min(100% - 44px, var(--max));
  }
}

@media (max-width: 620px) {
  .brand-logo {
    width: 50px;
  }

  .section,
  .story-section,
  .pain-moments,
  .problem-cards,
  .solution-section,
  .example-section,
  .phone-section,
  .original-section,
  .before-after-section,
  .audience-section,
  .tasks-section,
  .pricing-section,
  .cost-section,
  .faq-section,
  .contact-section {
    width: 100%;
    padding-inline: 22px;
  }

  .statement-section > div,
  .hero-content {
    width: min(100% - 44px, var(--max));
  }

  .hero-content {
    align-self: start;
    padding-top: 18px;
  }

  .hero-content > * {
    max-width: 100%;
  }

  .original-head {
    grid-template-columns: minmax(0, 1fr) clamp(88px, 26vw, 112px);
    gap: 10px;
  }

  .original-title {
    font-size: clamp(1.7rem, 7.2vw, 2.35rem);
  }

  .original-seal {
    width: 100%;
    margin-top: 0;
  }

  .pain-card summary {
    grid-template-rows: auto;
  }

  .site-header,
  .site-footer {
    padding-inline: 22px;
  }

  .section {
    padding-block: var(--section-y-mobile);
    scroll-margin-top: var(--anchor-offset);
  }

  .example-section,
  .phone-section,
  .before-after-section,
  .pricing-section,
  .cost-section,
  .tasks-section {
    padding-inline: 22px;
  }

  .pricing-highlight {
    padding: 22px;
  }

  .pricing-highlight .btn {
    width: 100%;
  }

  .calculation-grid {
    grid-template-columns: 1fr;
  }

  .price-main {
    font-size: clamp(2.25rem, 13vw, 3.35rem);
  }

  .icon-grid,
  .task-grid {
    grid-template-columns: 1fr;
  }

  .stress_price_visual {
    padding: 64px 0;
  }

  .stress_price_chart {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 24px 20px;
  }

  .stress_price_points {
    grid-template-columns: 1fr;
  }

  .price_examples {
    grid-template-columns: 1fr;
  }

  .price_tag {
    justify-self: stretch;
    padding: 18px 20px;
    text-align: center;
  }

  .price_tag strong {
    font-size: clamp(1.9rem, 9vw, 2.45rem);
  }

  .stress_price_summary {
    padding: 0 8px;
    font-size: 1rem;
  }

}

.hero-mobile-eyebrow,
.hero-mobile-note,
.hero-mobile-benefits {
  display: none;
}

@media (max-width: 768px) {
  .site-header {
    min-height: 56px;
    max-height: 64px;
    padding: 10px 16px;
    gap: 12px;
    flex-wrap: nowrap;
  }

  .site-header::after {
    bottom: -12px;
    height: 12px;
  }

  .brand-logo {
    width: 40px;
    flex: 0 0 auto;
  }

  .brand-wordmark--header {
    max-width: 100%;
    font-size: clamp(1rem, 4.7vw, 1.32rem);
  }

  .brand {
    flex: 1 1 auto;
    gap: 8px;
    min-width: 0;
  }

  .nav-toggle {
    display: inline-grid;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
  }

  .header-social {
    flex: 0 0 auto;
    gap: 2px;
    margin-left: 4px;
  }
  .header-social .social-link {
    width: 34px;
    height: 34px;
  }
  .header-social .social-link svg {
    width: 20px;
    height: 20px;
  }

  .main-nav {
    position: fixed;
    inset: 64px 0 auto 0;                 /* bündig unter dem Header, volle Breite */
    z-index: 80;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 6px 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    background: var(--deep-green);
    box-shadow: 0 22px 46px rgba(20, 34, 31, 0.45);
  }

  .nav-open .main-nav {
    display: flex;
  }

  .main-nav a {
    display: block;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 15px 22px;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    text-align: left;
    font-size: 1.08rem;
    font-weight: 650;
  }

  .main-nav a:last-of-type {
    border-bottom: 0;
  }

  .main-nav a:hover,
  .main-nav a:focus-visible {
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
  }

  .main-nav .nav-cta {
    margin: 10px 22px 6px;
    font-size: 14px;
    padding: 12px 16px;
    white-space: nowrap;
  }

  .nav-cta-desktop {
    display: none;
  }

  .nav-cta-mobile {
    display: inline;
  }

  .hero {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 0;
    min-height: auto;
    padding: 0;
    overflow: visible;
    background: var(--blue);
  }

  .hero::before {
    display: none;
  }

  .hero::after,
  .hero-brand-word,
  .hero-times,
  .hero-strong,
  .hero .trust-bullets {
    display: none;
  }

  .hero-image {
    position: relative;
    grid-row: 2;
    width: calc(100% - 40px);
    margin: 0 auto 28px;
  }

  .hero-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    object-fit: cover;
    object-position: center;
  }

  /* Handy: kürzerer Untertitel „Wir erinnern…" statt „Putzplanerei erinnert…" */
  .hero-sub-desktop { display: none; }
  .hero-sub-mobile { display: inline; }

  .hero-content {
    grid-row: 1;
    align-self: auto;
    width: min(100% - 44px, var(--max));
    max-width: none;
    margin: 0 auto;
    padding: 22px 0 28px;
    color: #fff;
    text-shadow: 0 2px 18px rgba(20, 34, 31, 0.28);
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: none;
  }

  .hero-content > p:not(.eyebrow):not(.hero-subline) {
    display: none;
  }

  .hero .trust-chip {
    display: none;
  }

  .hero .eyebrow {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    margin: 0 0 12px;
    color: var(--deep-green);
    background: rgba(255, 255, 255, 0.92);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .hero .brand-wordmark {
    color: #fff;
    background: linear-gradient(90deg, #fff 0 36%, var(--teal) 36% 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .hero-content h1 {
    max-width: 100%;
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(1.82rem, 8vw, 2.12rem);
    line-height: 1.08;
  }

  .hero-subline {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.97rem;
    line-height: 1.42;
  }

  .hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }

  .hero-actions .button.primary,
  .hero-actions .btn-primary {
    width: 100%;
    min-height: 50px;
    border-radius: var(--radius);
    background: #176B58;
    font-size: 0.96rem;
    font-weight: 850;
  }

  .hero-actions .button.secondary,
  .hero-actions .btn-secondary {
    width: 100%;
    min-height: 50px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    color: var(--deep-green);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 30px rgba(20, 34, 31, 0.18);
  }

  .hero-actions .button:hover,
  .hero-actions .button:focus-visible,
  .hero-actions .btn:hover,
  .hero-actions .btn:focus-visible {
    transform: none;
  }

  .hero-proof {
    gap: 8px;
    margin-top: 14px;
  }

  .hero-proof li {
    padding: 7px 9px;
    color: var(--deep-green);
    border-color: rgba(47, 174, 142, 0.24);
    background: rgba(47, 174, 142, 0.12);
    font-size: 0.82rem;
    line-height: 1.1;
  }
}

@media (min-width: 621px) and (max-width: 768px) {
  .hero-image {
    width: min(100% - 44px, var(--max));
  }
}


/* Footer cleanup after legal details moved to imprint */
.site-footer {
  align-items: center;
  column-gap: clamp(18px, 3vw, 40px);
  row-gap: clamp(14px, 2vw, 22px);
  padding-block: clamp(18px, 2.6vw, 28px);
}

.site-footer > div:first-child,
.site-footer .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.footer-logo {
  width: clamp(38px, 3.5vw, 48px);
  margin: 0;
  flex: 0 0 auto;
}

.site-footer nav {
  justify-content: center;
  gap: 8px 18px;
  font-weight: 720;
}

.footer-contact {
  gap: 3px;
  justify-self: end;
  min-width: max-content;
  font-weight: 700;
  line-height: 1.18;
}

.footer-contact a {
  white-space: nowrap;
}

.footer-contact span {
  margin-bottom: 0;
  font-weight: 760;
}

.site-footer .footer-advice {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-self: stretch;
  gap: 6px 7px;
  width: 100%;
  margin: 2px 0 0;
  padding-top: 0;
  overflow: visible;
}

.site-footer .footer-advice-pill {
  position: relative;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 23px;
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #fff;
  background: #B94A48;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  font-size: clamp(0.6rem, 0.66vw, 0.72rem);
  font-weight: 740;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.site-footer .footer-advice-pill::before,
.site-footer .footer-advice-pill::after {
  position: absolute;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.site-footer .footer-advice-pill::before {
  content: attr(data-tooltip);
  bottom: calc(100% + 10px);
  z-index: 40;
  width: max-content;
  max-width: min(300px, calc(100vw - 40px));
  padding: 9px 11px;
  border-radius: 8px;
  color: #fff;
  background: rgba(20, 34, 31, 0.96);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
  font-size: 0.76rem;
  font-weight: 720;
  line-height: 1.32;
  text-align: left;
  white-space: normal;
}

.site-footer .footer-advice-pill::after {
  content: "";
  bottom: calc(100% + 4px);
  z-index: 41;
  border: 6px solid transparent;
  border-top-color: rgba(20, 34, 31, 0.96);
}

.site-footer .footer-advice-pill:hover,
.site-footer .footer-advice-pill:focus-visible {
  color: #fff;
  z-index: 35;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.site-footer .footer-advice-pill:hover::before,
.site-footer .footer-advice-pill:hover::after,
.site-footer .footer-advice-pill:focus-visible::before,
.site-footer .footer-advice-pill:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (min-width: 680px) {
  .site-footer {
    grid-template-columns: minmax(220px, 0.9fr) minmax(220px, 1fr);
    justify-content: center;
  }
}

@media (min-width: 900px) {
  .site-footer {
    grid-template-columns: minmax(260px, 0.8fr) minmax(280px, 0.8fr);
  }
}

@media (max-width: 899px) {
  .site-footer {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    justify-content: start;
  }

  .site-footer .footer-advice {
    justify-content: center;
  }

}

@media (max-width: 620px) {
  .site-footer {
    gap: 18px;
    padding-block: 24px;
  }

  .footer-logo {
    width: 42px;
  }

  .brand-wordmark--footer {
    font-size: clamp(1.45rem, 8vw, 1.9rem);
  }

  .site-footer nav {
    font-size: 1rem;
  }

  .site-footer .footer-advice {
    justify-content: center;
    gap: 6px;
  }

  .site-footer .footer-advice-pill {
    min-height: 23px;
    padding: 4px 7px;
    font-size: 0.68rem;
  }

  .contact-direct {
    display: grid;
    gap: 6px;
  }
}

/* Mobile baseline overrides */
@media (max-width: 768px) {
  section {
    padding-block: var(--section-y-mobile);
  }

  .hero {
    padding: 0;
  }

  .container {
    width: 100%;
    max-width: 100%;
  }

  h1,
  .hero-content h1 {
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.05;
  }

  h2,
  .section h2,
  .story-section h2 {
    font-size: clamp(26px, 7vw, 34px);
    line-height: 1.12;
  }

  p {
    font-size: var(--text-size);
    line-height: var(--lh-text);
  }

  .grid,
  .cards,
  .process-grid,
  .target-grid,
  .pricing-grid,
  .calculation-grid {
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }

  .desktop-nav {
    display: none !important;
  }

  .mobile-nav-toggle {
    display: inline-flex !important;
  }

  .nav-toggle {
    display: inline-grid;
  }

  .site-header,
  .header-inner {
    min-height: 56px;
    flex-wrap: nowrap;
  }
}

@media (max-width: 480px) {
  section {
    padding-block: 44px;
  }

  .section,
  .story-section,
  .pain-moments,
  .problem-cards,
  .solution-section,
  .example-section,
  .phone-section,
  .original-section,
  .before-after-section,
  .audience-section,
  .tasks-section,
  .pricing-section,
  .cost-section,
  .faq-section,
  .contact-section {
    padding: 44px 16px;
  }

  .hero {
    padding: 0;
  }

  .card,
  .calculation-card,
  .pricing-highlight {
    padding: 20px;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}

/* Fixed section rhythm and full-width review separators. */
main {
  position: relative;
}

main > section:not(.hero) {
  padding-top: var(--section-y) !important;
  padding-bottom: var(--section-y) !important;
}

main > section.seo-intro {
  padding-top: clamp(22px, 2.8vw, 34px) !important;
  padding-bottom: clamp(22px, 2.8vw, 34px) !important;
}

main > section.seo-content {
  padding-top: clamp(34px, 4vw, 48px) !important;
  padding-bottom: clamp(46px, 5vw, 64px) !important;
}

main > section.statement-section.excuse-section {
  padding-top: clamp(28px, 3vw, 42px) !important;
  padding-bottom: clamp(28px, 3vw, 42px) !important;
}

main > section.statement-section.excuse-section > div {
  display: grid;
  gap: clamp(12px, 1.5vw, 20px);
}

main > section + section {
  position: relative;
  overflow: visible !important;
  border-top: 0 !important;
}

main::before,
main > section + section::before,
.site-footer::before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 10;
  width: 100vw;
  height: 5px;
  background: #B94A48;
  transform: translateX(-50%);
  pointer-events: none;
}

main::before,
main > section + section::before {
  top: 0;
}

.site-footer {
  position: relative;
}

.site-footer::before {
  top: -5px;
}

@media (max-width: 768px) {
  main > section:not(.hero) {
    padding-top: var(--section-y-mobile) !important;
    padding-bottom: var(--section-y-mobile) !important;
  }

  main > section.seo-intro {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  main > section.seo-content {
    padding-top: 30px !important;
    padding-bottom: 42px !important;
  }

  main > section.statement-section.excuse-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .excuse-section:not(.stair-story-section) h2,
  .stair-story-section h2 {
    white-space: normal;
  }
}

@media (max-width: 480px) {
  main > section:not(.hero) {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  main > section.seo-intro {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  main > section.seo-content {
    padding-top: 28px !important;
    padding-bottom: 38px !important;
  }
}

.site-footer {
  grid-template-columns: 1fr;
  align-items: start;
  justify-content: stretch;
  column-gap: 18px;
  row-gap: 12px;
  min-height: 76px;
  padding: 12px clamp(16px, 4vw, 48px) 18px;
  border-top: 1px solid rgba(221, 231, 226, 0.9);
  color: var(--ink);
  background: rgba(247, 243, 234, 0.94);
  backdrop-filter: blur(16px);
  box-shadow: 0 -14px 28px rgba(20, 34, 31, 0.16);
}

.site-footer .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  justify-self: center;
  color: inherit;
}

.site-footer .footer-logo {
  width: clamp(46px, 5vw, 58px);
  margin: 0;
  padding: 0;
  border-radius: var(--radius);
  background: transparent;
  flex: 0 0 auto;
}

.site-footer .brand-wordmark {
  color: var(--deep-green);
  background: linear-gradient(90deg, var(--deep-green) 0 36%, var(--teal) 36% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.site-footer .brand-wordmark--footer {
  font-size: clamp(1.35rem, 2.2vw, 1.72rem);
  font-weight: 950;
  line-height: 1;
}

.site-footer nav:not(.footer-advice) {
  grid-column: 1 / -1;
  justify-content: center;
  justify-self: center;
  gap: 3px;
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 730;
  margin-top: -2px;
}

.site-footer nav:not(.footer-advice) a {
  min-height: 40px;
  padding: 9px 10px;
  border-radius: var(--radius);
}

.site-footer nav:not(.footer-advice) a:hover,
.site-footer nav:not(.footer-advice) a:focus-visible {
  color: var(--green-dark);
  background: rgba(47, 174, 142, 0.09);
}

.site-footer .footer-advice {
  grid-column: 1 / -1;
  justify-content: center;
  justify-self: stretch;
  width: 100%;
  margin-top: 2px;
}

.site-footer::before {
  top: -5px;
}

@media (max-width: 899px) {
  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
  }

  .site-footer nav:not(.footer-advice) {
    justify-content: center;
    justify-self: center;
  }

  .site-footer .footer-advice {
    justify-content: center;
  }
}

@media (max-width: 620px) {
  .site-footer {
    padding-inline: 22px;
    padding-block: 12px 18px;
  }

  .site-footer .footer-logo {
    width: 50px;
  }

  .site-footer .brand-wordmark--footer {
    font-size: clamp(1.35rem, 7vw, 1.72rem);
  }
}

@media (min-width: 769px) and (max-width: 1060px) {
  .site-footer {
    column-gap: 12px;
    padding-inline: clamp(20px, 3vw, 34px);
  }

  .site-footer > div:first-child,
  .site-footer .footer-brand {
    gap: 8px;
  }

  .site-footer .footer-logo {
    width: 44px;
  }

  .site-footer .brand-wordmark--footer {
    font-size: clamp(1.08rem, 2vw, 1.34rem);
  }

  .site-footer nav:not(.footer-advice) {
    gap: 1px;
    font-size: clamp(0.76rem, 1.25vw, 0.86rem);
  }

  .site-footer nav:not(.footer-advice) a {
    min-height: 36px;
    padding: 7px 7px;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .site-footer {
    padding: 10px 16px 18px;
    gap: 12px;
  }

  .site-footer .footer-logo {
    width: 40px;
  }

  .site-footer .brand-wordmark--footer {
    font-size: clamp(1rem, 4.7vw, 1.32rem);
  }
}

main > section.final-contact-cta {
  padding-top: clamp(40px, 5vw, 64px) !important;
  padding-bottom: clamp(40px, 5vw, 64px) !important;
}

@media (min-width: 900px) {
  .final-contact-cta .contact-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.8fr);
    align-items: stretch;
    gap: clamp(34px, 5vw, 76px);
  }

  .final-contact-cta .contact-copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(14px, 1.6vw, 22px);
    height: 100%;
  }

  .final-contact-cta .contact-copy .whatsapp-box {
    margin-top: 0;
  }

  .final-contact-cta .contact-form {
    display: grid;
    gap: 15px;
    padding-bottom: clamp(22px, 3.6vw, 34px);
  }

  .final-contact-cta .contact-form .button.primary {
    margin-top: 4px;
  }
}

@media (max-width: 899px) {
  main > section.final-contact-cta {
    padding-top: clamp(36px, 10vw, 52px) !important;
    padding-bottom: clamp(36px, 10vw, 52px) !important;
  }

  .final-contact-cta .contact-layout {
    width: 100%;
    gap: 26px;
  }

  .final-contact-cta .contact-copy,
  .final-contact-cta .contact-copy > *,
  .final-contact-cta .whatsapp-box,
  .final-contact-cta .contact-form,
  .final-contact-cta .contact-direct {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .final-contact-cta h2 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.28rem, 10.8vw, 3.85rem);
    overflow-wrap: anywhere;
  }

  .contact-step-chips {
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact-step-chips span {
    justify-content: center;
  }

  .final-contact-cta .contact-copy .contact-claim {
    font-size: clamp(2rem, 10vw, 3.25rem);
  }

  .final-contact-cta textarea {
    min-height: 110px;
    max-height: 120px;
  }

  .final-contact-cta .whatsapp-box .btn,
  .final-contact-cta .contact-form .button.primary {
    width: 100%;
  }
}

/* Compact consent banner: keep the required choices visible without covering the hero. */
.consent-banner {
  padding: 8px !important;
}

.consent-panel {
  gap: 10px !important;
  width: min(100% - 16px, 820px) !important;
  padding: 10px 12px !important;
}

.consent-copy .eyebrow {
  margin-bottom: 5px !important;
  padding: 3px 7px !important;
  font-size: 0.66rem !important;
}

.consent-copy h2 {
  margin-bottom: 3px !important;
  font-size: 1.05rem !important;
  line-height: 1.15 !important;
}

.consent-copy p {
  margin-bottom: 0 !important;
  font-size: 0.84rem !important;
  line-height: var(--lh-text) !important;
}

.consent-options {
  gap: 6px !important;
}

.consent-options label {
  font-size: 0.82rem !important;
  line-height: 1.22 !important;
}

.consent-actions {
  grid-template-columns: repeat(3, minmax(88px, 1fr)) !important;
  gap: 6px !important;
}

.consent-actions .button {
  width: auto !important;
  min-height: 34px !important;
  padding: 7px 9px !important;
  font-size: 0.82rem !important;
  line-height: 1.08 !important;
}

.legal-page .brand-wordmark--inline {
  color: #fff;
  background: linear-gradient(90deg, #fff 0 36%, #7fe0c7 36% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.legal-page {
  min-height: calc(100svh - 76px);
  background:
    linear-gradient(180deg, rgba(24, 49, 47, 0.96), rgba(24, 49, 47, 1)),
    var(--deep-green);
}

.legal-page .section {
  color: rgba(231, 246, 241, 0.9);
}

.legal-page .eyebrow {
  color: var(--deep-green);
  background: var(--soft-teal);
}

.legal-page h1,
.legal-page h2,
.legal-page strong {
  color: #fff;
}

.legal-page h1 {
  max-width: 900px;
}

.legal-page p,
.legal-page li {
  color: rgba(231, 246, 241, 0.86);
}

.legal-page a {
  color: #7fe0c7;
  text-decoration-color: rgba(127, 224, 199, 0.55);
}

.legal-page a:hover,
.legal-page a:focus-visible {
  color: #fff;
  text-decoration-color: #fff;
}

.legal-card {
  margin-top: 18px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(127, 224, 199, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 18px 42px rgba(8, 18, 17, 0.2);
}

.legal-card:first-of-type {
  margin-top: 28px;
}

.legal-card h2 {
  margin-bottom: 12px;
}

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

@media (min-width: 680px) {
  .consent-panel {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px) !important;
  }
}

@media (max-width: 620px) {
  .consent-panel {
    width: calc(100vw - 16px) !important;
  }

  .consent-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* ===== Testimonials ===== */
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr; /* mobil 1-spaltig – wie die Schmerzkarten */
  gap: clamp(16px, 2vw, 24px);
  max-width: var(--max);
  margin: clamp(24px, 3vw, 40px) auto 0;
}

@media (min-width: 900px) {
  /* feste 2x2-Aufteilung, identisch zu den 4 Schmerzkarten */
  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.testimonial-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(22px, 2.4vw, 30px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.testimonial-stars {
  color: var(--amber);
  font-size: 1.1rem;
  letter-spacing: 3px;
}

.testimonial-card blockquote {
  margin: 0;
  font-size: var(--text-size);
  line-height: var(--lh-text);
  color: var(--ink);
  font-weight: 560;
}

.testimonial-card blockquote::before {
  content: "„";
}

.testimonial-card blockquote::after {
  content: "“";
}

.testimonial-card figcaption {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  padding-top: 6px;
}

.testimonial-name {
  font-weight: 760;
  color: var(--green-dark);
}

.testimonial-role {
  font-size: 0.92rem;
  color: var(--muted);
}

/* Testimonial-Karten mit Foto – einheitlich mit /ruhe (keine Sterne) */
.ruhe-tgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; max-width: var(--max); margin: clamp(24px, 3vw, 40px) auto 0; }
@media (max-width: 900px) { .ruhe-tgrid { grid-template-columns: repeat(2, 1fr); gap: 14px; } }
.ruhe-tcard { margin: 0; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 22px; box-shadow: 0 12px 34px rgba(20,34,31,.07); }
.ruhe-tphoto { width: 100%; height: auto; aspect-ratio: 1 / 1; border-radius: 14px; object-fit: cover; display: block; margin: 0 0 16px; }
@media (max-width: 640px) { .ruhe-tcard { padding: 16px; } .ruhe-tphoto { margin-bottom: 12px; } }
.ruhe-tbody { display: flex; flex-direction: column; gap: 12px; flex: 1; }
.ruhe-tquote { margin: 0; color: var(--ink); font-size: clamp(.92rem, 1.3vw, 1.02rem); line-height: 1.5; font-weight: 600; }
.ruhe-tmeta { margin: auto 0 0; }
.ruhe-tname { font-weight: 850; color: var(--ink); }
.ruhe-trole { display: block; margin-top: 2px; font-size: .82rem; font-weight: 750; color: var(--success); }

.testimonials-note {
  max-width: var(--max);
  margin: clamp(20px, 2.5vw, 32px) auto 0;
  text-align: center;
  color: var(--muted);
  font-size: var(--text-size);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* === Einheitliche CTA-Buttons (B): Desktop kompakt & zentriert, Handy volle Breite === */
.btn-primary,
.button.primary {
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-self: center;
}

/* Hero-Button volle Breite geben, damit er mittig steht (nicht im 720px-Wrapper links) */
.hero-content > .hero-actions {
  max-width: 100%;
}

@media (max-width: 620px) {
  .btn-primary,
  .button.primary {
    width: 100%;
  }
}
