:root {
  --home-forest: #123f34;
  --home-forest-deep: #082f27;
  --home-cream: #f7f1e7;
  --home-paper: #fffaf2;
  --home-mint: #dcebe3;
  --home-orange: #c96c31;
  --home-ink: #18322b;
  --home-muted: #68746f;
  --home-line: rgba(18, 63, 52, .15);
}

body {
  background: var(--home-cream);
}

.home-nav {
  background: rgba(247, 241, 231, .9);
  border-bottom: 1px solid var(--home-line);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.home-nav__inner {
  width: min(1180px, calc(100% - 40px));
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.home-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--home-forest-deep);
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -.02em;
}

.home-brand__mark {
  position: relative;
  display: block;
  width: 29px;
  height: 23px;
  border-radius: 3px 3px 5px 5px;
  background: var(--home-forest);
}

.home-brand__mark::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 4px;
  width: 21px;
  height: 21px;
  border-radius: 3px;
  background: var(--home-forest);
  transform: rotate(45deg);
  z-index: -1;
}

.home-brand__mark::after {
  content: '';
  position: absolute;
  left: 7px;
  bottom: 0;
  width: 8px;
  height: 13px;
  border-radius: 3px 3px 0 0;
  background: var(--home-mint);
}

.home-nav__links {
  display: flex;
  align-items: center;
  gap: 25px;
}

.home-nav__links a {
  color: #52625d;
  font-size: .9rem;
  font-weight: 600;
  white-space: nowrap;
}

.home-nav__links a:hover {
  color: var(--home-forest-deep);
}

.home-nav__links .home-nav__cta {
  color: #fff;
  background: var(--home-forest);
  padding: 10px 17px;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(8, 47, 39, .16);
}

.home-hero {
  position: relative;
  overflow: hidden;
  /* Kopfhöhe bewusst knapp: Store-Buttons sollen auf einem
     1280x720-Notebook ohne Scrollen sichtbar bleiben. */
  padding: 112px 0 36px;
  background: var(--home-cream);
}

.home-hero__wash {
  position: absolute;
  inset: 72px 0 auto 0;
  height: 680px;
  background:
    radial-gradient(circle at 85% 17%, rgba(201, 108, 49, .15), transparent 25%),
    radial-gradient(circle at 7% 68%, rgba(153, 190, 170, .28), transparent 27%);
  pointer-events: none;
}

.home-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: clamp(45px, 6vw, 82px);
  align-items: center;
  max-width: 1180px;
}

.home-hero__copy {
  position: relative;
  z-index: 4;
  padding-bottom: 20px;
}

.home-eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 13px;
  color: #7c491e;
  background: #f4dfcc;
  border: 1px solid rgba(172, 89, 39, .18);
  border-radius: 999px;
  font-size: .74rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .09em;
  text-transform: uppercase;
}

/* Auf sehr schmalen Geräten würde die Plattformliste die Pille
   zweizeilig machen — dort bleibt nur die Zielgruppe stehen. */
@media (max-width: 430px) {
  .home-eyebrow__rest { display: none; }
}

.home-hero h1 {
  max-width: 660px;
  margin-bottom: 20px;
  color: var(--home-forest-deep);
  font-size: clamp(3rem, 5.2vw, 4.9rem);
  line-height: .96;
  letter-spacing: -.055em;
  hyphens: manual;
}

.home-hero h1 em {
  color: var(--home-forest);
  font-weight: 500;
}

.home-hero__lead {
  max-width: 625px;
  margin-bottom: 24px;
  color: #4d5d58;
  font-size: 1.12rem;
  line-height: 1.72;
}

.store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.store-button {
  display: inline-flex;
  align-items: center;
  min-width: 174px;
  min-height: 57px;
  gap: 12px;
  padding: 8px 17px;
  border: 1px solid #0a0a0a;
  border-radius: 12px;
  color: #fff;
  background: #0b0c0c;
  box-shadow: 0 10px 24px rgba(8, 47, 39, .14);
  transition: transform .2s, box-shadow .2s;
}

.store-button:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(8, 47, 39, .2);
}

.store-button small,
.store-button strong {
  display: block;
  color: #fff;
  line-height: 1.05;
  white-space: nowrap;
}

.store-button small {
  margin-bottom: 3px;
  font-size: .55rem;
  font-weight: 600;
  letter-spacing: .08em;
}

.store-button strong {
  font-size: 1.15rem;
  font-weight: 500;
}

.store-button__mark {
  position: relative;
  flex: 0 0 27px;
  width: 27px;
  color: #fff;
  font-size: 1.45rem;
  text-align: center;
}

.store-button--apple .store-button__mark::before {
  content: '●';
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.store-button--apple .store-button__mark::after {
  content: '';
  position: absolute;
  top: -1px;
  right: 4px;
  width: 8px;
  height: 4px;
  border-radius: 100% 0;
  background: #fff;
  transform: rotate(-42deg);
}

.home-hero__price {
  margin-top: 18px;
  color: #71807b;
  font-size: .84rem;
  line-height: 1.55;
}

.home-hero__price strong {
  color: var(--home-forest-deep);
  font-weight: 700;
}

.home-hero__stage {
  position: relative;
  min-height: 590px;
  border: 1px solid rgba(18, 63, 52, .12);
  border-radius: 34px;
  background: #e9ded0;
  box-shadow: 0 30px 70px rgba(44, 57, 52, .17);
  transform: rotate(1.4deg);
}

.home-hero__desk {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  opacity: .88;
}

.home-phone {
  position: absolute;
  z-index: 2;
  width: 215px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 31px;
  background: #111;
  box-shadow: 0 28px 60px rgba(8, 27, 22, .33);
}

.home-phone img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 23px;
}

.home-phone--android {
  left: 10%;
  top: 65px;
  transform: rotate(-7deg);
}

.home-phone--ios {
  right: 8%;
  top: 105px;
  transform: rotate(7deg);
}

.home-phone__label {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 11px;
  border: 1px solid rgba(18, 63, 52, .12);
  border-radius: 999px;
  color: var(--home-forest-deep);
  background: var(--home-paper);
  box-shadow: 0 8px 18px rgba(8, 47, 39, .12);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.home-hero__note {
  position: absolute;
  z-index: 3;
  padding: 10px 14px;
  border: 1px solid rgba(18, 63, 52, .12);
  border-radius: 999px;
  color: var(--home-forest-deep);
  background: rgba(255, 250, 242, .94);
  box-shadow: 0 12px 30px rgba(8, 47, 39, .16);
  font-size: .76rem;
  font-weight: 800;
}

.home-hero__note--ready { right: 14px; bottom: 55px; }
.home-hero__note--local { left: 18px; bottom: 22px; }

.home-trust {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1180px;
  margin-top: 65px;
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}

.home-trust span {
  padding: 19px 14px;
  color: #53635d;
  font-size: .82rem;
  font-weight: 700;
  text-align: center;
}

.home-trust span + span { border-left: 1px solid var(--home-line); }

@media (max-width: 1020px) {
  .home-hero__grid { grid-template-columns: 1fr; }
  .home-hero__copy { max-width: 720px; }
  .home-hero__stage { width: min(680px, 100%); margin: 0 auto; }
}

@media (max-width: 760px) {
  .home-nav__inner { width: min(100% - 28px, 1180px); }
  .home-nav__links a:not(.home-nav__cta) { display: none; }
  .home-hero { padding-top: 112px; }
  .home-hero h1 { font-size: clamp(2.75rem, 14vw, 4.4rem); }
  .home-hero__stage { min-height: 500px; }
  .home-phone { width: 180px; }
  .home-phone--android { left: 5%; }
  .home-phone--ios { right: 4%; }
  .home-trust { grid-template-columns: 1fr 1fr; }
  .home-trust span:nth-child(3) { border-left: 0; border-top: 1px solid var(--home-line); }
  .home-trust span:nth-child(4) { border-top: 1px solid var(--home-line); }
}

@media (max-width: 500px) {
  .home-brand { font-size: 1.15rem; }
  .home-nav__links .home-nav__cta { padding: 9px 13px; font-size: .79rem; }
  .home-eyebrow { font-size: .63rem; }
  .home-hero__lead { font-size: 1rem; }
  .store-buttons { display: grid; }
  .store-button { width: 100%; }
  .home-hero__stage { min-height: 420px; border-radius: 24px; }
  .home-phone { width: 145px; padding: 6px; border-radius: 23px; }
  .home-phone img { border-radius: 17px; }
  .home-phone--android { top: 58px; }
  .home-phone--ios { top: 90px; }
  .home-hero__note { font-size: .65rem; padding: 8px 10px; }
  .home-trust { grid-template-columns: 1fr; }
  .home-trust span + span { border-left: 0; border-top: 1px solid var(--home-line); }
}

/* Durchgängiges Makeover für die fachlichen Inhaltsbereiche */
#home .container { max-width: 1180px; }
#home .section { padding: clamp(76px, 9vw, 118px) 0; background: var(--home-cream); }
#home .section--alt { background: var(--home-paper); }
#home .section-header { max-width: 760px; margin: 0 auto 52px; text-align: center; }
#home .section-header h2 {
  color: var(--home-forest-deep);
  font-size: clamp(2.25rem, 4.6vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}

/* Display-Überschriften nie automatisch trennen — sonst entstehen
   Brüche wie „Ge-trennt" oder „KI-Unterstüt-zung". Zeilen werden
   stattdessen ausbalanciert; gewünschte Trennstellen stehen als
   &shy; im Markup. */
#home h2,
#home .section-header h2,
#home .cta-box--v2 h2 {
  hyphens: manual;
  -webkit-hyphens: manual;
  text-wrap: balance;
}
#home .section-header .section-sub { max-width: 690px; margin: 20px auto 0; color: #5c6a65; }
#home .section-tag {
  display: inline-flex;
  width: auto;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(201, 108, 49, .2);
  border-radius: 999px;
  color: #8b4c25;
  background: #f5dfcf;
  font-size: .7rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
}

#home .result-gallery,
#home .motive-grid,
#home .commercial-grid,
#home .pricing-grid,
#home .guide-grid { gap: 22px; }

#home .result-card,
#home .motive-card,
#home .feature-card,
#home .commercial-card,
#home .pricing-card,
#home .guide-card {
  border: 1px solid var(--home-line);
  border-radius: 24px;
  background: rgba(255, 250, 242, .88);
  box-shadow: 0 18px 45px rgba(31, 52, 45, .07);
}

#home .result-card,
#home .motive-card,
#home .feature-card,
#home .guide-card { transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
#home .result-card:hover,
#home .motive-card:hover,
#home .feature-card:hover,
#home .guide-card:hover {
  transform: translateY(-4px);
  border-color: rgba(18, 63, 52, .25);
  box-shadow: 0 24px 54px rgba(31, 52, 45, .11);
}

#home .result-card h3,
#home .motive-card h3,
#home .feature-card h3,
#home .commercial-card h3,
#home .guide-card h3 {
  color: var(--home-forest-deep);
  /* Vier schmale Spalten: Überschriften nicht trennen, nur der
     Fließtext darf weiter automatisch umbrechen. */
  hyphens: manual;
  -webkit-hyphens: manual;
  text-wrap: balance;
}

#home .result-card-top,
#home .commercial-kicker,
#home .guide-card-tag { color: #8b4c25; }

#home .result-media { border-radius: 17px; overflow: hidden; }
#home .result-proof-footer,
#home .commercial-summary,
#home .maker,
#home .disclaimer {
  border: 1px solid var(--home-line);
  border-radius: 22px;
  background: var(--home-paper);
  box-shadow: 0 14px 35px rgba(31, 52, 45, .06);
}

#home .btn-primary,
#home .btn-teal {
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--home-orange);
  box-shadow: 0 10px 24px rgba(201, 108, 49, .19);
}
#home .btn-primary:hover,
#home .btn-teal:hover { color: #fff; background: #a95124; }
#home .btn-secondary {
  border-color: var(--home-forest);
  border-radius: 999px;
  color: var(--home-forest-deep);
}
#home .btn-secondary:hover { color: var(--home-forest-deep); background: var(--home-mint); }

#home .all-features > summary {
  border-color: var(--home-forest);
  border-radius: 999px;
  color: var(--home-forest-deep);
}
#home .all-features > summary:hover { background: var(--home-mint); }
#home .feature-icon { color: var(--home-forest); background: var(--home-mint); }

#home .commercial-section {
  color: #fff;
  background: var(--home-forest-deep);
}
#home .commercial-section .section-tag { color: #f7d8c4; background: rgba(201, 108, 49, .19); border-color: rgba(247, 216, 196, .18); }
#home .commercial-section .section-header h2,
#home .commercial-section .commercial-summary h3 { color: #fff; }
#home .commercial-section .section-sub,
#home .commercial-section .commercial-summary p { color: #c8d7d1; }
#home .commercial-card { overflow: hidden; background: #fffaf2; }
#home .commercial-summary { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .14); box-shadow: none; }

#home .steps { position: relative; }
#home .step { border-color: var(--home-line); }
#home .step-num { color: #fff; background: var(--home-orange); box-shadow: 0 8px 18px rgba(201, 108, 49, .18); }
#home .step-content h3 { color: var(--home-forest-deep); }

#home #preise { background: #f2e8da; }
/* Karten nicht auf gleiche Höhe strecken — die kürzere Kostenlos-Karte
   endet sonst mit einem großen Leerfeld unter ihrem Button. */
#home .pricing-grid { align-items: start; }
#home .pricing-card { padding: 34px; }
/* Die Serif-Stacks liefern Mediävalziffern — die „0" in „0 €" sitzt auf
   x-Höhe und liest sich wie ein kleines o. Weder `lining-nums` noch
   `font-feature-settings: 'lnum'` greifen bei New York/Georgia, deshalb
   stehen die Preiszahlen in der Grotesk. Alle anderen Preisangaben der
   Seite (Hero, Pro+, Preishinweis) sind ohnehin schon gesetzt so. */
#home .pricing-price {
  font-family: var(--sans);
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: 700;
  letter-spacing: -.015em;
}
#home .pricing-card--pro {
  color: #fff;
  border-color: var(--home-forest-deep);
  background: var(--home-forest-deep);
  box-shadow: 0 26px 56px rgba(8, 47, 39, .2);
}
#home .pricing-card--pro .pricing-name,
#home .pricing-card--pro .pricing-price,
#home .pricing-card--pro .pricing-period { color: #fff; }
#home .pricing-badge { color: var(--home-forest-deep); background: #d7ebdf; }
#home .pricing-card .btn-white { border-radius: 999px; color: var(--home-forest-deep); background: #fff; }
#home .proplus-strip {
  border: 1px solid rgba(18, 63, 52, .22);
  border-radius: 24px;
  background: var(--home-paper);
  box-shadow: 0 18px 45px rgba(31, 52, 45, .07);
}
#home .proplus-badge { color: #fff; background: var(--home-orange); }
#home .maker { background: rgba(255, 250, 242, .72); }
#home .maker-avatar { background: var(--home-forest); }

#home .insight-section { background: var(--home-mint); }
#home .vz-card,
#home .zs-card {
  border: 1px solid rgba(18, 63, 52, .16);
  border-radius: 24px;
  background: var(--home-paper);
  box-shadow: 0 22px 54px rgba(31, 52, 45, .1);
}
#home .insight-lead { color: var(--home-forest-deep); }
#home .insight-list li::before { color: var(--home-orange); }
#home .zs-chip { color: var(--home-forest-deep); background: var(--home-mint); border-color: rgba(18, 63, 52, .12); }

#home #ki { background: var(--home-forest-deep); }
#home #ki .section-header h2 { color: #fff; }
#home #ki .section-sub { color: #c8d7d1; }
#home #ki .section-tag { color: #f7d8c4; background: rgba(201, 108, 49, .19); border-color: rgba(247, 216, 196, .18); }
#home #ki .ki-shot { border-radius: 22px; background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .14); }
#home #ki .ki-shot figcaption { color: #e8efec; }
#home #ki .feature-card { background: #fffaf2; }
/* „Anschreiben formulieren" bricht zweizeilig um; ohne feste Höhe
   startet der Fließtext dieser Karte tiefer als bei den anderen. */
#home .ki-feature-grid .feature-card h3 {
  min-height: 2.4em;
  hyphens: manual;
  -webkit-hyphens: manual;
}
@media (max-width: 620px) {
  #home .ki-feature-grid .feature-card h3 { min-height: 0; }
}
#home #ki .disclaimer { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .14); box-shadow: none; }
#home #ki .disclaimer p,
#home #ki .disclaimer strong { color: #e8efec; }

#home .guide-card { background: #fff; }
#home .guide-more { color: var(--home-orange); }

#home .faq { max-width: 860px; }
#home .faq details {
  margin-bottom: 12px;
  border: 1px solid var(--home-line);
  border-radius: 18px;
  background: var(--home-paper);
  box-shadow: 0 10px 28px rgba(31, 52, 45, .05);
}
/* Eigener Chevron statt des Browser-Dreiecks: der Default-Marker
   ist das einzige unformatierte Element der Seite. */
#home .faq summary {
  position: relative;
  padding: 18px 54px 18px 22px;
  color: var(--home-forest-deep);
  list-style: none;
}
#home .faq summary::-webkit-details-marker { display: none; }
#home .faq summary::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  width: 9px;
  height: 9px;
  margin-top: -7px;
  border-right: 2px solid var(--home-orange);
  border-bottom: 2px solid var(--home-orange);
  transform: rotate(45deg);
  transition: transform .22s ease, margin-top .22s ease;
}
#home .faq details[open] summary::after {
  margin-top: -3px;
  transform: rotate(-135deg);
}
#home .faq p { padding: 0 24px 20px; }
@media (prefers-reduced-motion: reduce) {
  #home .faq summary::after { transition: none; }
}

#home .cta-box--v2 {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 7vw, 78px) 30px;
  border: 0;
  border-radius: 32px;
  background:
    radial-gradient(circle at 92% 0%, rgba(201, 108, 49, .32), transparent 31%),
    var(--home-forest-deep);
  box-shadow: 0 28px 68px rgba(8, 47, 39, .23);
}
#home .cta-box--v2 h2 {
  color: #fff;
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  line-height: 1;
  letter-spacing: -.045em;
}
#home .cta-box--v2 p { max-width: 640px; margin: 20px auto 28px; color: #c8d7d1; }
#home .cta-box__eyebrow { display: block; margin-bottom: 16px; color: #f3bd98; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
#home .store-buttons--center { justify-content: center; }

/* Im Hero stehen die schwarzen Store-Buttons auf Creme und tragen gut.
   Auf dem dunkelgrünen Abschlussfeld verschwinden sie — dort hell. */
#home .cta-box--v2 .store-button {
  border-color: rgba(255, 255, 255, .85);
  background: #fff;
  box-shadow: 0 14px 32px rgba(3, 20, 16, .32);
}
#home .cta-box--v2 .store-button,
#home .cta-box--v2 .store-button:hover,
#home .cta-box--v2 .store-button small,
#home .cta-box--v2 .store-button strong,
#home .cta-box--v2 .store-button__mark { color: var(--home-forest-deep); }
#home .cta-box--v2 .store-button--apple .store-button__mark::after { background: #fff; }

#home footer {
  padding-top: 74px;
  color: #d6e2dd;
  background: #06271f;
}
#home .footer-logo { color: #fff; }
#home .footer-links a { color: #c5d6d0; }
#home .footer-disclaimer { color: #8fa9a0; }
#home .store-legal { margin-top: 16px; color: #789188; font-size: .7rem; line-height: 1.55; }
#home .footer-copy { border-top-color: rgba(255, 255, 255, .12); color: #88a098; }

@media (max-width: 760px) {
  #home .section-header { text-align: left; }
  #home .section-header .section-sub { margin-left: 0; }
  #home .result-proof-footer,
  #home .commercial-summary { padding: 24px; }
  #home .pricing-card { padding: 28px 22px; }
  #home .cta-box--v2 { text-align: left; }
  #home .cta-box--v2 p { margin-left: 0; }
  #home .store-buttons--center { justify-content: flex-start; }
}

/* Offizielle, unveränderte Store-Badges statt nachgebauter Symbole. */
.store-badge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  text-decoration: none;
  transition: transform .2s ease, filter .2s ease;
}
.store-badge-link:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 10px 16px rgba(8, 47, 39, .18));
}
.store-badge {
  display: block;
  width: auto;
  max-width: none;
}
.store-badge--apple { height: 58px; }
.store-badge--google { height: 70px; }

/* Auf dem dunklen Abschlussfeld liegen beide schwarzen Original-Badges
   gemeinsam auf einer hellen, ruhigen Fläche. */
#home .cta-box--v2 .store-buttons {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 32px rgba(3, 20, 16, .26);
}

@media (max-width: 500px) {
  .store-buttons .store-badge-link { justify-self: start; }
  .store-badge--apple { height: 50px; }
  .store-badge--google { height: 62px; }
  #home .cta-box--v2 .store-buttons {
    margin-left: 0;
    padding: 12px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .store-badge-link { transition: none; }
}
