﻿:root {
  --ag-sand: #f5efe3;
  --ag-cream: #fffaf1;
  --ag-ink: #1f2a24;
  --ag-muted: #5b665f;
  --ag-line: rgba(31, 42, 36, 0.1);
  --ag-brand: #0f766e;
  --ag-brand-dark: #134e4a;
  --ag-accent: #c96f3b;
  --ag-shadow: 0 24px 60px rgba(31, 42, 36, 0.12);
}
html { scroll-behavior: smooth; }
body {
  overflow-x: hidden;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ag-ink);
  background:
    radial-gradient(circle at top left, rgba(15, 118, 110, 0.16), transparent 30%),
    radial-gradient(circle at right 15%, rgba(201, 111, 59, 0.18), transparent 24%),
    linear-gradient(180deg, #fbf7ef 0%, #f4ecdf 100%);
}
a { color: inherit; }
.topbar {
  background: rgba(255, 250, 241, 0.82);
  border-bottom: 1px solid rgba(31, 42, 36, 0.08);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.95rem;
}
.navbar-blur {
  backdrop-filter: blur(14px);
  background: rgba(251, 247, 239, 0.84);
  border-bottom: 1px solid rgba(31, 42, 36, 0.08);
}
.navbar-toggler { border-color: rgba(31, 42, 36, 0.18); }
.navbar-toggler:focus { box-shadow: 0 0 0 0.2rem rgba(15, 118, 110, 0.15); }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2831,42,36,0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.brand-mark {
  width: 148px;
  height: 52px;
  border-radius: 14px;
  object-fit: contain;
  background: rgba(255,255,255,0.72);
  padding: 0.3rem 0.55rem;
  box-shadow: 0 12px 26px rgba(15, 118, 110, 0.12);
}
.brand-copy { line-height: 1.15; }
.brand-copy strong {
  display: block; font-family: "Trebuchet MS", Arial, sans-serif; font-size: 0.92rem;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--ag-brand-dark);
}
.brand-copy span { color: var(--ag-muted); font-size: 0.8rem; }
.hero-card, .glass-card, .cta-card, .legal-card, .article-shell, .article-hero, .knowledge-intro, .signup-panel {
  background: rgba(255, 250, 241, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: var(--ag-shadow);
}
.hero-card { border-radius: 2rem; overflow: hidden; }
.eyebrow {
  display: inline-block; padding: 0.45rem 0.9rem; border-radius: 999px;
  background: rgba(15, 118, 110, 0.1); color: var(--ag-brand-dark);
  font-family: "Trebuchet MS", Arial, sans-serif; font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.hero-title, .section-title, .page-title { line-height: 1.05; letter-spacing: -0.03em; }
.hero-title { font-size: clamp(2.4rem, 5vw, 4.6rem); }
.section-title { font-size: clamp(2rem, 4vw, 3rem); }
.page-title { font-size: clamp(2.2rem, 4vw, 3.4rem); }
.hero-side { background: linear-gradient(180deg, rgba(15, 118, 110, 0.1), rgba(255, 250, 241, 0.72)); }
.metric-box, .service-card, .benefit-card, .quote-card, .price-card, .info-card, .knowledge-card, .article-callout, .hero-note {
  border: 1px solid var(--ag-line); border-radius: 1.5rem; background: rgba(255, 255, 255, 0.55);
}
.metric-box strong, .hero-note strong { display: block; font-size: 1.6rem; color: var(--ag-brand-dark); }
.icon-chip {
  width: 3rem; height: 3rem; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 1rem; background: rgba(15, 118, 110, 0.12); color: var(--ag-brand-dark);
  font-weight: 700; font-family: "Trebuchet MS", Arial, sans-serif;
}
.pill {
  padding: 0.55rem 0.95rem; border-radius: 999px; border: 1px solid rgba(31, 42, 36, 0.12);
  background: rgba(255, 255, 255, 0.5); font-family: "Trebuchet MS", Arial, sans-serif; color: var(--ag-muted);
}
.process-step {
  position: relative;
}
.process-step .step-no {
  position: absolute; left: 1.5rem; top: 1.5rem; width: 3rem; height: 3rem; border-radius: 1rem;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--ag-brand), var(--ag-brand-dark)); color: #fff;
  font-weight: 700; font-family: "Trebuchet MS", Arial, sans-serif;
}
.process-step h3 {
  padding-left: 3.9rem;
  min-height: 3rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.price-card.featured { background: linear-gradient(180deg, rgba(15, 118, 110, 0.12), rgba(255, 255, 255, 0.72)); }
.price-amount { font-size: 2rem; color: var(--ag-brand-dark); }
.cta-card, .article-hero, .signup-panel, .knowledge-intro, .article-shell { border-radius: 2rem; }
.footer-shell { border-top: 1px solid rgba(31, 42, 36, 0.08); }
.footer-shell a, .topbar a { color: inherit; text-decoration: none; }
.footer-shell a:hover, .topbar a:hover, .navbar a:hover, .article-content a:hover, .knowledge-card a:hover { color: var(--ag-brand); }
.legal-card h2, .legal-card h3, .article-content h2, .article-content h3 { margin-top: 1.75rem; }
.legal-card img { max-width: 120px; height: auto; }
.knowledge-card { transition: transform 0.2s ease, box-shadow 0.2s ease; }
.knowledge-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(31, 42, 36, 0.12); }
.knowledge-card h2, .knowledge-card h3 { line-height: 1.2; }
.knowledge-card p, .article-content p, .article-content li, .article-lead, .knowledge-intro p {
  color: var(--ag-muted); font-size: 1.05rem;
}
.article-content ul, .article-content ol { padding-left: 1.25rem; }
.article-content li + li { margin-top: 0.5rem; }
.article-content strong { color: var(--ag-ink); }
.article-content a { color: var(--ag-brand-dark); }
.article-meta {
  font-family: "Trebuchet MS", Arial, sans-serif; color: var(--ag-muted);
  letter-spacing: 0.04em; text-transform: uppercase; font-size: 0.8rem;
}
.article-lead { font-size: 1.15rem; }
.article-side-sticky { position: sticky; top: 6rem; }
.hero-note { padding: 1rem; }
.signup-panel { background: linear-gradient(180deg, rgba(15, 118, 110, 0.09), rgba(255, 250, 241, 0.88)); }
.content-shell {
  padding: 4rem 0;
}
.shell {
  width: min(100% - 2rem, 1180px);
  margin: 0 auto;
}
.content-card {
  max-width: 920px;
  margin: 0 auto;
  padding: 2.5rem 2.75rem;
  border-radius: 2rem;
  background: rgba(255, 250, 241, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: var(--ag-shadow);
}
.content-card article > :first-child {
  margin-top: 0;
}
.content-card h1,
.content-card h2,
.content-card h3,
.content-card h4,
.content-card p,
.content-card ul,
.content-card ol {
  max-width: 44rem;
}
.content-card h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 1.25rem;
}
.content-card h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  margin-top: 2rem;
}
.content-card h3 {
  font-size: 1.3rem;
  margin-top: 1.6rem;
}
.content-card p,
.content-card li {
  color: var(--ag-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}
.content-card ul,
.content-card ol {
  padding-left: 1.4rem;
}
.content-card li + li {
  margin-top: 0.45rem;
}
.content-card a {
  color: var(--ag-brand-dark);
}.cards {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}
.cards-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.cards-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.card {
  height: 100%;
  padding: 1.75rem;
  border-radius: 1.5rem;
  border: 1px solid var(--ag-line);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 20px 40px rgba(31, 42, 36, 0.08);
}
.card h2,
.card h3 {
  margin-top: 0;
  margin-bottom: 0.9rem;
  line-height: 1.2;
}
.card p {
  max-width: none;
  margin-bottom: 1.25rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.72rem 1.15rem;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}
.button:hover {
  transform: translateY(-1px);
}
.button-secondary {
  color: var(--ag-brand-dark);
  background: rgba(15, 118, 110, 0.1);
  border: 1px solid rgba(15, 118, 110, 0.16);
}
.button-secondary:hover {
  color: var(--ag-brand-dark);
  background: rgba(15, 118, 110, 0.16);
}.landing-page section + section {
  margin-top: 3rem;
}
.hero-grid,
.audience,
.section-head,
.trust-wrap,
.cta-panel {
  display: grid;
  gap: 1.5rem;
}
.hero-grid,
.audience,
.trust-wrap,
.cta-panel {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: start;
}
.section-head {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
  align-items: end;
  margin-bottom: 1.5rem;
}
.hero-panel,
.audience-box,
.audience-list,
.quote,
.trust-note,
.metric,
.process,
.landing-form-wrap {
  padding: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid var(--ag-line);
  background: rgba(255, 255, 255, 0.55);
}
.hero-panel,
.audience-list,
.landing-form-wrap {
  box-shadow: 0 20px 40px rgba(31, 42, 36, 0.08);
}
.hero-points,
.pill-list,
.hero-list,
.metric-grid,
.benefits,
.process-grid {
  display: grid;
  gap: 1rem;
}
.hero-points,
.pill-list {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.metric-grid,
.process-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.benefits {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.point,
.metric span,
.process p,
.quote p,
.trust-note p,
.audience-list p,
.audience-box p,
.hero-panel p,
.section-head p,
.landing-page .lead {
  color: var(--ag-muted);
}
.point {
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid var(--ag-line);
  background: rgba(255,255,255,0.45);
}
.hero-list,
.metric-grid,
.process-grid,
.benefits,
.pill-list {
  margin-top: 1.25rem;
}
.hero-list {
  padding-left: 1.25rem;
}
.metric strong,
.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.2rem;
  height: 3.2rem;
  padding: 0 0.9rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--ag-brand), var(--ag-brand-dark));
  color: #fff;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
}
.metric strong {
  margin-bottom: 0.85rem;
}
.process h3,
.quote h3,
.trust-note h3,
.hero-panel h3,
.audience-list h3 {
  margin-top: 0;
}
.quote-mark {
  font-size: 3rem;
  line-height: 1;
  color: var(--ag-accent);
  margin-bottom: 0.5rem;
}
.mr9-form {
  display: grid;
  gap: 1rem;
}
.mr9-field label,
.mr9-honey label {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  color: var(--ag-brand-dark);
}
.mr9-field input,
.mr9-honey input {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(31, 42, 36, 0.16);
  background: rgba(255,255,255,0.92);
}
.mr9-field-checkbox .mr9-check {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.mr9-field-checkbox input[type="checkbox"] {
  width: auto;
  margin-top: 0.25rem;
}
.mr9-actions button,
.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  background: linear-gradient(135deg, var(--ag-brand), var(--ag-brand-dark));
  color: #fff;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.mr9-actions button:hover,
.button-primary:hover {
  color: #fff;
  transform: translateY(-1px);
}
.mr9-honey {
  position: absolute;
  left: -9999px;
}.hero-copy > .eyebrow,
.section-head > .eyebrow,
.audience-box > .eyebrow,
.cta-panel > div:first-child > .eyebrow {
  margin-bottom: 1rem;
}
.hero-copy > h1,
.section-head h2,
.audience-box h2,
.cta-panel h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.hero-copy > .lead {
  margin-bottom: 1.5rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.6rem;
}
.hero-copy > .hero-points {
  margin-top: 0;
}
.section-head > p {
  margin: 0;
  padding-top: 2.35rem;
}
.hero-panel > div:first-child,
.audience-list > p,
.quote > h3,
.trust-note > h3 {
  margin-bottom: 0.9rem;
}
.process h3 {
  margin: 1rem 0 0.65rem;
}
.process p {
  margin: 0;
}
.cta-panel > div:first-child > p {
  margin-bottom: 0;
}.landing-page .hero-grid {
  align-items: stretch;
}
.landing-page .hero-grid > * {
  height: 100%;
}
.landing-page .hero-copy,
.landing-page .hero-panel {
  padding: 1.9rem;
  border-radius: 1.7rem;
  border: 1px solid var(--ag-line);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 20px 40px rgba(31, 42, 36, 0.08);
}
.landing-page .hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.landing-page .hero-copy > h1 {
  max-width: 11ch;
}
.landing-page .hero-copy > .lead {
  max-width: 34rem;
}
.landing-page .hero-panel {
  display: flex;
  flex-direction: column;
}
.landing-page .hero-panel > div:first-child {
  margin-bottom: 1.2rem;
}
.landing-page .hero-panel .metric-grid {
  flex: 1 1 auto;
  align-content: start;
}
.landing-page .section-head {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  max-width: 50rem;
  margin: 0 auto 1.75rem;
  gap: 0.55rem;
}
.landing-page .section-head > div {
  display: contents;
}
.landing-page .section-head > p {
  padding-top: 0;
  max-width: 42rem;
}
.landing-page .section-head .eyebrow {
  margin-bottom: 0.35rem;
}
.landing-page #problem .cards,
.landing-page #inhalt .benefits,
.landing-page #ablauf .process-grid {
  margin-top: 1.6rem;
}.knowledge-article-page .content-card {
  max-width: 980px;
  padding: 3rem 3.1rem;
}
.knowledge-article-page .content-card article {
  position: relative;
}
.knowledge-article-page .content-card h1 {
  max-width: 44rem;
  margin-bottom: 1.5rem;
}
.knowledge-article-page .content-card article > h1 + p {
  max-width: 48rem;
  padding: 1.1rem 1.25rem 1.15rem;
  margin-bottom: 1.8rem;
  border-left: 4px solid rgba(15, 118, 110, 0.45);
  border-radius: 0 1rem 1rem 0;
  background: rgba(255, 255, 255, 0.48);
  color: var(--ag-brand-dark);
  font-size: 1.16rem;
  line-height: 1.72;
}
.knowledge-article-page .content-card h2.wp-block-heading {
  max-width: 46rem;
  position: relative;
  padding-top: 1rem;
  margin-top: 2.35rem;
}
.knowledge-article-page .content-card h2.wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4.25rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ag-brand), rgba(15, 118, 110, 0.12));
}
.knowledge-article-page .content-card ul.wp-block-list,
.knowledge-article-page .content-card ol.wp-block-list {
  max-width: 46rem;
  margin: 1rem 0 1.35rem;
  padding: 1.15rem 1.3rem 1.15rem 2.2rem;
  border-radius: 1.25rem;
  border: 1px solid var(--ag-line);
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 0 14px 28px rgba(31, 42, 36, 0.06);
}
.knowledge-article-page .content-card ul.wp-block-list li,
.knowledge-article-page .content-card ol.wp-block-list li {
  line-height: 1.65;
}
.knowledge-article-page .content-card p + ul.wp-block-list,
.knowledge-article-page .content-card p + ol.wp-block-list {
  margin-top: 0.85rem;
}
.knowledge-article-page .content-card strong {
  color: var(--ag-brand-dark);
}.main-subpage .content-card {
  max-width: 980px;
  padding: 3rem 3.1rem;
}
.main-subpage .content-card article {
  position: relative;
}
.main-subpage .content-card h1,
.main-subpage .content-card article > h2:first-child {
  max-width: 31rem;
  font-size: clamp(1.7rem, 2.7vw, 2.35rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 2.3rem;
  color: var(--ag-ink);
}
.main-subpage .content-card article > h1 + p,
.main-subpage .content-card article > h2:first-child + p {
  max-width: 48rem;
  padding: 1.15rem 1.3rem 1.2rem;
  margin-bottom: 1.9rem;
  border-left: 4px solid rgba(15, 118, 110, 0.45);
  border-radius: 0 1rem 1rem 0;
  background: rgba(255,255,255,0.48);
  color: var(--ag-brand-dark);
  font-size: 1.14rem;
  line-height: 1.72;
}
.main-subpage .content-card h2.wp-block-heading,
.main-subpage .content-card article > h3,
.main-subpage .content-card article > h2:not(:first-child) {
  max-width: 46rem;
  position: relative;
  padding-top: 1rem;
  margin-top: 2.35rem;
}
.main-subpage .content-card h2.wp-block-heading::before,
.main-subpage .content-card article > h3::before,
.main-subpage .content-card article > h2:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4.25rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ag-brand), rgba(15, 118, 110, 0.12));
}
.main-subpage .content-card ul,
.main-subpage .content-card ol {
  max-width: 46rem;
  margin: 1rem 0 1.35rem;
  padding: 1.15rem 1.3rem 1.15rem 2.2rem;
  border-radius: 1.25rem;
  border: 1px solid var(--ag-line);
  background: rgba(255,255,255,0.46);
  box-shadow: 0 14px 28px rgba(31, 42, 36, 0.06);
}
.main-subpage .content-card ul li,
.main-subpage .content-card ol li {
  line-height: 1.65;
}
.main-subpage .content-card p + ul,
.main-subpage .content-card p + ol {
  margin-top: 0.85rem;
}
.main-subpage .content-card p:last-child {
  margin-bottom: 0;
}.email-marketing-page .content-card article > h2:not(:first-child) {
  font-size: 1.32rem;
  line-height: 1.22;
  margin-top: 1.9rem;
}
.email-marketing-page .content-card article > h2:not(:first-child)::before {
  width: 3.4rem;
}
@media (min-width: 992px) { .py-lg-6 { padding-top: 5rem !important; padding-bottom: 5rem !important; } }
@media (min-width: 1200px) { .p-xl-6 { padding: 4.5rem !important; } }
@media (max-width: 991.98px) {
  .main-subpage .content-card {
    padding: 2rem 1.35rem;
  }
  .main-subpage .content-card article > h1 + p,
  .main-subpage .content-card article > h2:first-child + p {
    padding: 1rem 1rem 1rem 1.05rem;
  }
  .main-subpage .content-card ul,
  .main-subpage .content-card ol {
    padding: 1rem 1rem 1rem 1.7rem;
  }
  .knowledge-article-page .content-card {
    padding: 2rem 1.35rem;
  }
  .knowledge-article-page .content-card article > h1 + p {
    padding: 1rem 1rem 1rem 1.05rem;
  }
  .knowledge-article-page .content-card ul.wp-block-list,
  .knowledge-article-page .content-card ol.wp-block-list {
    padding: 1rem 1rem 1rem 1.7rem;
  }
  .section-head > p {
    padding-top: 0;
  }
  .hero-actions {
    margin-bottom: 1.25rem;
  }
  .hero-grid,
  .audience,
  .section-head,
  .trust-wrap,
  .cta-panel,
  .benefits,
  .metric-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }
  .cards-two,
  .cards-three {
    grid-template-columns: 1fr;
  }
  .hero-card, .article-shell, .article-hero, .knowledge-intro, .signup-panel { border-radius: 1.5rem; }
  .navbar-collapse {
    margin-top: 1rem; padding: 1rem; border: 1px solid var(--ag-line); border-radius: 1rem;
    background: rgba(255, 250, 241, 0.94);
  }
  .article-side-sticky { position: static; }
}
.navbar-nav .nav-link.active { color: var(--ag-brand-dark); font-weight: 700; }
