@font-face {
    font-family: "Fraunces";
    src: url("/files/theme/dist/fonts/landing/fraunces-v38-latin-600.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "Fraunces";
    src: url("/files/theme/dist/fonts/landing/fraunces-v38-latin-regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
/* work-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/files/theme/dist/fonts/work-sans-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/files/theme/dist/fonts/work-sans-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/files/theme/dist/fonts/work-sans-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.op-lp {
  --op-cream:      #F4EFE2;   /* Seitenhintergrund, warmes Papier */
  --op-paper:       #FFFDF7;   /* Kartenhintergrund, heller als cream */
  --op-ink:         #2B331E;   /* Haupttext, tiefes Oliv-Schwarzgrün */
  --op-olive-900:   #33421F;   /* Überschriften */
  --op-olive-700:   #4C5F2E;   /* Primärgrün (Buttons, Icons) */
  --op-olive-500:   #7C8A54;   /* Sekundär, Linien, Muted-Text */
  --op-olive-100:   #E3E4D3;   /* helle Flächen / Tint-Sections */
  --op-terracotta:  #BE5B2E;   /* Warmer Akzent, Hervorhebungen */
  --op-gold:        #B08A2E;   /* Namensschild / Urkunden-Akzent */
  --op-line:        rgba(43,51,30,0.14);

  --op-font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --op-font-body:    "Work Sans", "Helvetica Neue", Arial, sans-serif;

  --op-radius: 10px;
  --op-maxw: 1180px;

  background: var(--op-cream);
  color: var(--op-ink);
  font-family: var(--op-font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
html, body{
	scroll-behavior: smooth;
}

.op-lp {
  --op-fonts-loaded: 1;
}
@font-face { font-family: "Fraunces"; font-display: swap; src: local("Fraunces"); }

.op-lp *, .op-lp *::before, .op-lp *::after { box-sizing: border-box; }
.op-lp img { max-width: 100%; height: auto; display: block; }
.op-lp a { color: inherit; text-decoration: none; }

.op-lp__container {
  max-width: var(--op-maxw);
  margin-inline: auto;
  padding-inline: 24px;
}
.op-lp__container--narrow { max-width: 760px; }
.op-lp__center { text-align: center; }

.op-lp__eyebrow {
  font-family: var(--op-font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--op-terracotta);
  margin: 0 0 10px;
}

.op-lp__h1, .op-lp__h2, .op-lp__h3 {
  font-family: var(--op-font-display);
  color: var(--op-olive-900);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 16px;
}
.op-lp__h1 { font-size: clamp(2.1rem, 4.4vw, 3.4rem); font-weight: 500; }
.op-lp__h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); text-align: center; margin-inline: auto; max-width: 640px; }
.op-lp__h3 { font-size: 1.15rem; margin-bottom: 8px; }
.op-lp__h2--light { color: var(--op-paper); }

.op-lp__section-lead {
  text-align: center;
  max-width: 620px;
  margin: -6px auto 40px;
  color: var(--op-olive-700);
}

/* ---------------- TOPBAR ---------------- */
.op-lp__topbar {
  background: var(--op-cream);
  border-bottom: 1px solid var(--op-line);
}
.op-lp__topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 18px;
  gap: 16px;
  flex-wrap: wrap;
}
.op-lp__wordmark {
  font-family: var(--op-font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--op-olive-900);
  letter-spacing: 0.01em;
}
.op-lp__topbar-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--op-olive-700);
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.op-lp__topbar-link:hover {
  color: var(--op-terracotta);
  border-color: var(--op-terracotta);
}

/* ---------------- HERO ---------------- */
.op-lp__hero {
  padding: 72px 0 56px;
  border-bottom: 1px solid var(--op-line);
}
.op-lp__hero-inner {
  max-width: var(--op-maxw);
  margin-inline: auto;
  padding-inline: 24px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}
.op-lp__lead {
  font-size: 1.08rem;
  color: var(--op-olive-700);
  max-width: 46ch;
  margin-bottom: 32px;
}
.op-lp__cta-row { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }

/* Spezifität bewusst höher als ".op-lp a" (0,1,1), damit "color: inherit"
   dort die Button-Farben nicht mehr überschreibt. */
.op-lp .op-lp__btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: var(--op-radius);
  font-weight: 600;
  font-size: 0.98rem;
  border: 1px solid transparent;
  transition: transform 0.15s ease, background-color 0.15s ease,
    box-shadow 0.15s ease, border-radius 0.25s ease;
}
/* Signature-Hover: abgerundete Ecken werden spitz */
.op-lp .op-lp__btn:hover {
  border-radius: 2px;
}
.op-lp .op-lp__btn--primary {
  background: var(--op-olive-700);
  color: var(--op-paper);
}
.op-lp .op-lp__btn--primary:hover { background: var(--op-olive-900); transform: translateY(-1px); }
.op-lp .op-lp__btn--ghost {
  border-color: var(--op-olive-700);
  color: var(--op-olive-900);
}
.op-lp .op-lp__btn--ghost:hover { background: var(--op-olive-100); }
.op-lp .op-lp__btn--light { background: var(--op-terracotta); color: var(--op-paper); }
.op-lp .op-lp__btn--light:hover { background: #a34e26; }

.op-lp__trust {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding: 0;
  margin: 0;
  font-size: 0.88rem;
  color: var(--op-olive-700);
}
.op-lp__trust li { position: relative; padding-left: 16px; }
.op-lp__trust li::before {
  content: "";
  position: absolute; left: 0; top: 8px;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--op-terracotta);
}

/* Hero SVG-Illustration: Zweig mit hängendem Namensschild */
.op-lp__hero-visual { display: flex; justify-content: center; }
.op-lp__branch { width: 100%; max-width: 420px; overflow: visible; }
.op-lp__branch-line {
  fill: none;
  stroke: var(--op-olive-500);
  stroke-width: 3;
  stroke-linecap: round;
}
.op-lp__leaf { fill: var(--op-olive-500); opacity: 0.9; }
.op-lp__olive { fill: var(--op-olive-900); }
.op-lp__tag-string { stroke: var(--op-gold); stroke-width: 2; }
.op-lp__tag-plate {
  fill: var(--op-paper);
  stroke: var(--op-gold);
  stroke-width: 1.5;
  filter: drop-shadow(0 4px 8px rgba(43,51,30,0.18));
}
.op-lp__tag-label {
  font-family: var(--op-font-display);
  font-size: 13px;
  font-weight: 600;
  fill: var(--op-olive-900);
  letter-spacing: 0.04em;
}
.op-lp__tag-sub {
  font-family: var(--op-font-body);
  font-size: 9px;
  fill: var(--op-olive-500);
  letter-spacing: 0.03em;
}
.op-lp__tag {
  transform-origin: 178px 168px;
  animation: op-lp-swing 6s ease-in-out infinite;
}
@keyframes op-lp-swing {
  0%, 100% { transform: rotate(-2deg); }
  50%      { transform: rotate(2deg); }
}
@media (prefers-reduced-motion: reduce) {
  .op-lp__tag { animation: none; }
}

/* ---------------- SECTIONS ---------------- */
.op-lp__section { padding: 64px 0; }
.op-lp__section--tint { background: var(--op-olive-100); }

.op-lp__grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
  margin-bottom: 1.5rem;
}

.op-lp__card {
  background: var(--op-paper);
  border: 1px solid var(--op-line);
  border-radius: var(--op-radius);
  padding: 28px 26px;
}
.op-lp__card p { color: var(--op-olive-700); margin: 0; font-size: 0.96rem; }

/* Ablauf / Steps */
.op-lp__steps {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  max-width: 720px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.op-lp__step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  align-items: start;
}
.op-lp__step-num {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--op-olive-700);
  color: var(--op-paper);
  font-family: var(--op-font-display);
  font-size: 1.15rem;
  display: flex; align-items: center; justify-content: center;
}
.op-lp__step p { color: var(--op-olive-700); margin: 0; font-size: 0.96rem; }

/* Baum-Teaser-Karten */
.op-lp__tree-card {
  display: block;
  background: var(--op-paper);
  border: 1px solid var(--op-line);
  border-radius: var(--op-radius);
  overflow: hidden;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.op-lp__tree-card:hover { box-shadow: 0 10px 24px rgba(43,51,30,0.12); transform: translateY(-2px); }
.op-lp__tree-card img { aspect-ratio: 4/3; object-fit: cover; }
.op-lp__tree-name {
  display: block;
  font-family: var(--op-font-display);
  font-size: 1.05rem;
  padding: 16px 18px 2px;
  color: var(--op-olive-900);
}
.op-lp__tree-price {
  display: block;
  padding: 0 18px 18px;
  color: var(--op-terracotta);
  font-weight: 600;
  font-size: 0.92rem;
}

/* Checkliste */
.op-lp__checklist {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.op-lp__checklist li {
  position: relative;
  padding-left: 32px;
  font-size: 1rem;
  color: var(--op-olive-900);
}
.op-lp__checklist li::before {
  content: "";
  position: absolute; left: 0; top: 3px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--op-olive-700);
  mask: none;
}
.op-lp__checklist li::after {
  content: "";
  position: absolute; left: 6px; top: 8px;
  width: 8px; height: 4px;
  border-left: 2px solid var(--op-paper);
  border-bottom: 2px solid var(--op-paper);
  transform: rotate(-45deg);
}

/* FAQ */
.op-lp__faq { margin-top: 32px; display: flex; flex-direction: column; gap: 10px; }
.op-lp__faq-item {
  background: var(--op-paper);
  border: 1px solid var(--op-line);
  border-radius: var(--op-radius);
  padding: 4px 22px;
}
.op-lp__faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 0;
  font-weight: 600;
  font-family: var(--op-font-display);
  color: var(--op-olive-900);
  position: relative;
  padding-right: 26px;
}
.op-lp__faq-item summary::-webkit-details-marker { display: none; }
.op-lp__faq-item summary::after {
  content: "+";
  position: absolute; right: 0; top: 14px;
  font-size: 1.3rem;
  color: var(--op-terracotta);
}
.op-lp__faq-item[open] summary::after { content: "\2212"; }
.op-lp__faq-item p { margin: 0 0 18px; color: var(--op-olive-700); font-size: 0.95rem; }

/* CTA Band */
.op-lp__cta-band {
  background: var(--op-olive-900);
  padding: 64px 0;
}
.op-lp__cta-band-lead {
  color: var(--op-olive-100);
  max-width: 480px;
  margin: 0 auto 28px;
}

/* ---------------- FOOTER ---------------- */
.op-lp__footer {
  background: var(--op-ink);
  color: var(--op-olive-100);
  padding: 56px 0 0;
  font-size: 0.92rem;
}
.op-lp__footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(244,239,226,0.14);
}
.op-lp__footer-heading {
  font-family: var(--op-font-display);
  color: var(--op-paper);
  font-size: 1rem;
  margin: 0 0 14px;
}
.op-lp__footer-address,
.op-lp__footer-text {
  font-style: normal;
  line-height: 1.7;
  color: var(--op-olive-100);
  margin: 0 0 10px;
}
.op-lp__footer-address a,
.op-lp__footer-links a,
.op-lp__footer-social a {
  color: var(--op-olive-100);
  border-bottom: 1px solid rgba(244,239,226,0.28);
  transition: color 0.15s ease, border-color 0.15s ease;
}
.op-lp__footer-address a:hover,
.op-lp__footer-links a:hover,
.op-lp__footer-social a:hover {
  color: var(--op-paper);
  border-color: var(--op-terracotta);
}
.op-lp__footer-links,
.op-lp__footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.op-lp__footer-bottom {
  padding: 20px 24px 28px;
  font-size: 0.82rem;
  color: var(--op-olive-500);
}
.op-lp__footer-bottom p { margin: 0; }

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 900px) {
  .op-lp__hero-inner { grid-template-columns: 1fr; }
  .op-lp__hero-visual { order: -1; max-width: 320px; margin-inline: auto; }
  .op-lp__grid-3 { grid-template-columns: 1fr; }
  .op-lp__br-desktop { display: none; }
  .op-lp__footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .op-lp__footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 520px) {
  .op-lp { font-size: 16px; }
  .op-lp__section { padding: 48px 0; }
  .op-lp__cta-row { flex-direction: column; }
  .op-lp__btn { text-align: center; }
}

/* Fokus-Sichtbarkeit für Tastaturnutzung */
.op-lp a:focus-visible,
.op-lp summary:focus-visible {
  outline: 2px solid var(--op-terracotta);
  outline-offset: 2px;
}