:root {
  --cream: #f3ece6;
  --cream-2: #faf7f4;
  --taupe: #bdac9c;
  --taupe-dark: #9d8a78;
  --ink: #323232;
  --muted: #6f6964;
  --line: #e5ddd6;
  --dark: #37322f;
  --gold: #d4ae4c;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: white;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

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

.servicebar {
  background: var(--cream);
  border-bottom: 1px solid rgba(157,138,120,.08);
}
.servicebar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #655e59;

}
.servicebar-dot { opacity: .6; }

.site-nav {
  min-height: 88px;
  background: #fff;
  border-bottom: 1px solid #eee9e5;
}
.navbar-brand {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.brand-name {

  font-weight: 700;
  letter-spacing: -.025em;
  color: var(--ink);
}
.brand-claim {
  margin-top: 5px;

  color: #77706b;
}
.nav-link {
  padding-left: .75rem !important;
  padding-right: .75rem !important;
  color: #4f4a46;

  font-weight: 500;
}
.nav-link:hover,
.nav-link.active {
  color: var(--taupe-dark) !important;
}
.btn {
  border-radius: 7px;
  font-weight: 600;
  padding: .74rem 1.1rem;
}
.btn-shop,
.btn-primary-ka {
  background: var(--taupe);
  border: 1px solid var(--taupe);
  color: #fff;
}
.btn-shop:hover,
.btn-primary-ka:hover {
  background: var(--taupe-dark);
  border-color: var(--taupe-dark);
  color: #fff;
}
.btn-secondary-ka {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(72,62,57,.13);
  color: var(--ink);
}
.btn-secondary-ka:hover { background: white; color: var(--ink); }
.btn-outline-ka {
  background: white;
  border: 1px solid var(--taupe);
  color: var(--ink);
}
.btn-outline-ka:hover { background: var(--cream-2); color: var(--ink); }

.hero {
  min-height: 610px;
  background-image:
    linear-gradient(90deg,
      rgba(250,247,244,.97) 0%,
      rgba(250,247,244,.91) 27%,
      rgba(250,247,244,.62) 45%,
      rgba(250,247,244,.08) 65%,
      rgba(250,247,244,0) 100%),
    url("https://www.kartenlegen-alexa.de/images/hintergrund-kartenlegen.jpg");
  background-size: cover;
  background-position: center center;
}
.hero-inner {
  min-height: 610px;
  display: flex;
  align-items: center;
}
.hero-copy {
  width: min(650px, 100%);
  padding: 4.5rem 0;
}
.eyebrow {
  margin-bottom: .8rem;
  color: var(--taupe-dark);

  font-weight: 700;
  letter-spacing: .155em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0 0 1.15rem;

  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 700;
  color: var(--ink);
}
.hero p {
  max-width: 610px;
  margin: 0;
  color: #514c48;

  line-height: 1.78;
}
.hero-actions,
.editorial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.8rem;
}

.section { padding: 6rem 0; }
.section-cream { background: var(--cream-2); }
.section-white { background: #fff; }

.welcome {
  max-width: 1140px;
  margin: 0 auto;
}
.welcome h2 {
  max-width: 1120px;
  margin: 0 auto 1.8rem;
  text-align: center;

  line-height: 1.11;
  letter-spacing: -.04em;
  font-weight: 650;
  color: var(--ink);
}
.section-title-center h2 {
  max-width: 1120px;
  margin: 0 auto 1.8rem;
  text-align: center;

  line-height: 1.11;
  letter-spacing: -.04em;
  font-weight: 650;
  color: var(--ink);
}
.welcome-copy {
  max-width: 1040px;
  margin: 0 auto;
  color: #66605b;

}
.welcome-copy p { margin-bottom: 1rem; }

.entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1.25rem;
  margin-top: 3.4rem;
}
.entry-card {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 1.15rem;
  align-items: start;
  padding: 1.55rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  transition: border-color .18s ease, transform .18s ease;
}
.entry-card:hover {
  border-color: var(--taupe);
  transform: translateY(-2px);
}
.entry-mark {
  width: 70px;
  height: 70px;
  display: block;
}
.entry-card h3 {
  margin: 0 0 .45rem;

  font-weight: 650;
  letter-spacing: -.015em;
  color: var(--ink);
}
.entry-card p {
  margin: 0 0 .8rem;
  color: var(--muted);

  line-height: 1.58;
}
.entry-card span {
  color: var(--taupe-dark);

  font-weight: 650;
}

.editorial {
  max-width: 1050px;
  margin: 0 auto;
}
.editorial h2 {
  max-width: 840px;
  margin: 0 0 1.35rem;

  line-height: 1.12;
  letter-spacing: -.04em;
  font-weight: 650;
  color: var(--ink);
}
.about-copy h2 {
  max-width: 760px;
  margin: 0 0 1.35rem;

  line-height: 1.12;
  letter-spacing: -.04em;
  font-weight: 650;
  color: var(--ink);
}
.editorial p,
.about-copy p {
  color: #5f5955;

  line-height: 1.83;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 5rem;
  align-items: center;
}
.about-photo {
  max-width: 480px;
  margin-left: auto;
}
.about-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4/4.65;
  object-fit: cover;
  object-position: center top;
  border-radius: 12px;
  border: 10px solid white;
  box-shadow: 0 20px 55px rgba(55,50,47,.10);
}

.notice-section { background: var(--cream-2); padding-bottom: 2rem; }
.notice {
  display: flex;
  flex-direction: column;
  gap: .65rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 1.2rem 1.5rem;
  border: 1px solid var(--line);
  background: white;
  border-radius: 10px;
}
.notice > span {
  padding: .35rem .7rem;
  background: var(--cream);
  color: var(--taupe-dark);
  border-radius: 999px;

  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.notice-copy {
  max-width: 800px;
}
.notice strong {
  display: block;
  color: var(--ink);

}
.notice p {
  margin: .2rem 0 0;
  color: var(--muted);

}

.services-scene {
  padding: 6rem 0 6.5rem;
  background-image:
    linear-gradient(rgba(247,242,237,.90), rgba(247,242,237,.90)),
    url("https://www.kartenlegen-alexa.de/images/wall-1217083_960_720.jpg");
  background-size: cover;
  background-position: center;
}
.services-heading {
  max-width: 850px;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.eyebrow-dark { color: #857568; }
.services-heading h2 {
  margin: 0 0 .8rem;

  line-height: 1.1;
  letter-spacing: -.04em;
  font-weight: 650;
  color: var(--ink);
}
.services-heading p {
  color: #665f5a;
  margin: 0;
}
.service-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 1rem;
}
.service-card {
  min-height: 290px;
  padding: 1.55rem;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(189,172,156,.34);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.service-mark {
  width: 56px;
  height: 56px;
  display: block;
  margin-bottom: 1.5rem;
}
.service-card h3 {
  margin: 0 0 .65rem;

  font-weight: 650;
  color: var(--ink);
}
.service-card p {
  margin: 0 0 1rem;
  color: var(--muted);

  line-height: 1.6;
}
.service-card span {
  margin-top: auto;
  color: var(--taupe-dark);

  font-weight: 650;
}

.section-title-center {
  max-width: 900px;
  margin: 0 auto 2.8rem;
  text-align: center;
}
.steps,
.reviews {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 1.2rem;
  max-width: 1080px;
  margin: 0 auto;
}
.step,
.reviews article {
  padding: 1.7rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.step-badge {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.3rem;
  border-radius: 50%;
  background: var(--cream);
  color: var(--taupe-dark);

  font-weight: 700;
  letter-spacing: .05em;
}
.step h3,
.reviews h3 {
  margin: 0 0 .55rem;

  font-weight: 650;
  color: var(--ink);
}
.step p,
.reviews p {
  margin: 0;
  color: var(--muted);

  line-height: 1.58;
}
.stars {
  margin-bottom: .85rem;
  color: var(--gold);
  letter-spacing: .12em;

}
.reviews-link {
  margin-top: 1.6rem;
  text-align: center;
}
.reviews-link a {
  color: var(--taupe-dark);

  font-weight: 650;
}

.footer {
  background: var(--dark);
  color: rgba(255,255,255,.84);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.35fr;
  gap: 3rem;
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
}
.footer-brand {
  margin-bottom: .9rem;
  color: white;

  font-weight: 650;
}
.footer p {
  color: rgba(255,255,255,.60);

  line-height: 1.65;
}
.footer h2 {
  margin: 0 0 1rem;
  color: white;

  text-transform: uppercase;
  letter-spacing: .09em;
}
.footer a {
  display: block;
  margin-bottom: .45rem;
  color: rgba(255,255,255,.65);

}
.footer a:hover { color: white; }
.footer-shop {
  display: inline-block !important;
  margin-top: .45rem;
  padding: .6rem .95rem;
  border: 1px solid var(--taupe);
  border-radius: 6px;
  background: var(--taupe);
  color: #fff !important;
  font-weight: 600;
}
.footer-shop:hover {
  background: var(--taupe-dark);
  border-color: var(--taupe-dark);
  color: white !important;
}
.footer-bottom {
  padding: .9rem 0;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.38);

}

@media (max-width: 991.98px) {
  .site-nav { min-height: 74px; }
  .navbar-collapse { padding: 1rem 0; }
  .hero {
    min-height: 540px;
    background-image:
      linear-gradient(rgba(250,247,244,.83), rgba(250,247,244,.83)),
      url("https://www.kartenlegen-alexa.de/images/hintergrund-kartenlegen.jpg");
  }
  .hero-inner { min-height: 540px; }
  .entry-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-photo { margin: 0; }
  .service-cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 767.98px) {
  .servicebar-inner {
    gap: 10px;

    flex-wrap: wrap;
  }
  .brand-claim { display:none; }
  .section { padding: 4.4rem 0; }
  .welcome h2,
  .section-title-center h2,
  .editorial h2,
  .about-copy h2,
  .services-heading h2 {

    text-wrap: initial;
  }
  .hero h1 { }
  .hero p { }
  .entry-card { grid-template-columns: 60px 1fr; padding: 1.3rem; }
  .entry-mark { width:60px; height:60px; }
  .service-cards,
  .steps,
  .reviews { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child,
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 575.98px) {
  .servicebar-dot { display:none; }
}


/* =========================================================
   E-MAIL-BERATUNG – professionelle Unterseite auf final-v2
   ========================================================= */

.subhero-email-pro {
  min-height: 470px;
  background-image:
    linear-gradient(90deg,
      rgba(250,247,244,.97) 0%,
      rgba(250,247,244,.90) 28%,
      rgba(250,247,244,.58) 47%,
      rgba(250,247,244,.08) 66%,
      rgba(250,247,244,0) 100%),
    url("https://www.kartenlegen-alexa.de/images/hintergrund-kartenlegen.jpg");
  background-size: cover;
  background-position: center center;
}

.subhero-email-inner {
  min-height: 470px;
  display: flex;
  align-items: center;
}

.subhero-email-copy {
  width: min(680px, 100%);
  padding: 4rem 0;
}

.subhero-email-copy h1 {
  margin: 0 0 1.1rem;

  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 700;
  color: var(--ink);
}

.subhero-email-copy p {
  max-width: 630px;
  margin: 0;
  color: #514c48;

  line-height: 1.78;
}

.sub-intro {
  max-width: 1050px;
  margin: 0 auto;
}

.sub-intro h2 {
  max-width: 920px;
  margin: 0 auto 1.7rem;
  text-align: center;

  line-height: 1.12;
  letter-spacing: -.04em;
  font-weight: 650;
  color: var(--ink);
}

.sub-intro-copy {
  max-width: 980px;
  margin: 0 auto;
  color: #5f5955;

  line-height: 1.82;
}

.sub-intro-copy p { margin-bottom: 1rem; }

.email-section-title {
  max-width: 980px;
  margin-bottom: 3rem;
}

.email-section-title h2 {

}

.email-section-title p {
  max-width: 850px;
  margin: -.7rem auto 0;
  color: var(--muted);

  line-height: 1.7;
}

.compact-bottom { margin-bottom: 2.2rem; }

.email-advice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  max-width: 1120px;
  margin: 0 auto;
}

.email-advice-card {
  min-height: 270px;
  padding: 1.65rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.email-advice-card:hover {
  transform: translateY(-3px);
  border-color: var(--taupe);
  box-shadow: 0 16px 34px rgba(50,50,50,.055);
}

.email-advice-mark {
  width: 58px;
  height: 58px;
  display: block;
  margin-bottom: 1.35rem;
}

.email-advice-card h3 {
  margin: 0 0 .55rem;
  color: var(--ink);

  font-weight: 650;
}

.email-advice-card p {
  margin: 0 0 1rem;
  color: var(--muted);

  line-height: 1.62;
}

.email-advice-card span {
  margin-top: auto;
  color: var(--taupe-dark);

  font-weight: 650;
}

.booking-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1.25rem;
  max-width: 1080px;
  margin: 0 auto;
}

.booking-info-card {
  padding: 1.8rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1.3rem;
  align-items: start;
}

.booking-info-mark {
  width: 64px;
  height: 64px;
  display: block;
}

.booking-info-card h3 {
  margin: 0 0 .7rem;
  color: var(--ink);

  font-weight: 650;
}

.booking-info-card p {
  margin-bottom: .8rem;
  color: var(--muted);

  line-height: 1.68;
}

.booking-info-card a:not(.text-link) {
  color: var(--taupe-dark);
  font-weight: 600;
}

.text-link {
  color: var(--taupe-dark);

  font-weight: 650;
}

.email-cta-scene {
  padding: 5.4rem 0;
  background-image:
    linear-gradient(rgba(247,242,237,.91), rgba(247,242,237,.91)),
    url("https://www.kartenlegen-alexa.de/images/wall-1217083_960_720.jpg");
  background-size: cover;
  background-position: center;
}

.email-cta-card {
  max-width: 1080px;
  margin: 0 auto;
  padding: 2.2rem 2.4rem;
  border: 1px solid rgba(189,172,156,.42);
  border-radius: 12px;
  background: rgba(255,255,255,.95);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.email-cta-card h2 {
  margin: 0 0 .55rem;
  color: var(--ink);

  line-height: 1.12;
  letter-spacing: -.035em;
  font-weight: 650;
}

.email-cta-card p {
  max-width: 690px;
  margin: 0;
  color: var(--muted);

}

@media (max-width: 991.98px) {
  .subhero-email-pro {
    min-height: 430px;
    background-image:
      linear-gradient(rgba(250,247,244,.84), rgba(250,247,244,.84)),
      url("https://www.kartenlegen-alexa.de/images/hintergrund-kartenlegen.jpg");
  }
  .subhero-email-inner { min-height: 430px; }
  .email-advice-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .booking-info-grid { grid-template-columns: 1fr; }
  .email-cta-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767.98px) {
  .subhero-email-copy h1 { }
  .subhero-email-copy p { }
  .sub-intro h2,
  .email-section-title h2 { }
  .email-advice-grid { grid-template-columns: 1fr; }
  .email-advice-card { min-height: auto; }
  .booking-info-card { grid-template-columns: 54px 1fr; padding: 1.35rem; }
  .booking-info-mark { width:54px; height:54px; }
  .email-cta-card { padding: 1.6rem; }
}


/* =========================================================
   E-MAIL-BERATUNG V3
   Überschriften bewusst etwas kleiner und ruhiger als in V2.
   Die Startseite bleibt davon unberührt.
   ========================================================= */

.email-page .subhero-email-copy h1 {

  line-height: 1.04;
  letter-spacing: -.045em;
}

.email-page .sub-intro h2 {
  max-width: 860px;

  line-height: 1.16;
  letter-spacing: -.035em;
}

.email-page .email-section-title h2 {

  line-height: 1.16;
  letter-spacing: -.035em;
}

.email-page .email-cta-card h2 {

  line-height: 1.16;
  letter-spacing: -.03em;
}

@media (max-width: 767.98px) {
  .email-page .subhero-email-copy h1 {

  }

  .email-page .sub-intro h2,
  .email-page .email-section-title h2 {

  }

  .email-page .email-cta-card h2 {

  }
}


/* =========================================================
   SCHRIFTGRÖSSEN – NUR PIXEL
   =========================================================
   Ab hier kannst du ALLE Schriftgrößen ganz einfach ändern.
   Keine rem, keine vw, kein clamp().

   Beispiel:
   font-size: 30px;
   auf
   font-size: 28px;
   ändern.

   MOBILE Größen stehen ganz unten noch einmal separat.
   ========================================================= */


/* ---------- KOPF / NAVIGATION ---------- */

.servicebar-inner {
  font-size: 13px;
}

.brand-name {
  font-size: 19px;
}

.brand-claim {
  font-size: 11px;
}

.nav-link {
  font-size: 14px;
}

.eyebrow {
  font-size: 12px;
}


/* ---------- STARTSEITE: HERO ---------- */

.hero h1 {
  font-size: 68px;
}

.hero p {
  font-size: 18px;
}


/* ---------- STARTSEITE: HAUPTÜBERSCHRIFTEN ---------- */

.welcome h2 {
  font-size: 48px;
}

.section-title-center h2 {
  font-size: 42px;
}

.editorial h2 {
  font-size: 42px;
}

.about-copy h2 {
  font-size: 42px;
}

.services-heading h2 {
  font-size: 40px;
}


/* ---------- STARTSEITE: FLIESSTEXT ---------- */

.welcome-copy {
  font-size: 16px;
}

.editorial p,
.about-copy p {
  font-size: 16px;
}


/* ---------- STARTSEITE: 3 EINSTIEGSBOXEN ---------- */

.entry-card h3 {
  font-size: 17px;
}

.entry-card p {
  font-size: 15px;
}

.entry-card span {
  font-size: 14px;
}


/* ---------- VERFÜGBARBOX ---------- */

.notice > span {
  font-size: 11px;
}

.notice strong {
  font-size: 16px;
}

.notice p {
  font-size: 14px;
}


/* ---------- BERATUNGSBEREICHE ---------- */

.service-card h3 {
  font-size: 17px;
}

.service-card p {
  font-size: 14px;
}

.service-card span {
  font-size: 13px;
}


/* ---------- 3 SCHRITTE ---------- */

.step-badge {
  font-size: 12px;
}

.step h3,
.reviews h3 {
  font-size: 16px;
}

.step p,
.reviews p {
  font-size: 14px;
}


/* ---------- BEWERTUNGEN ---------- */

.stars {
  font-size: 16px;
}

.reviews-link a {
  font-size: 14px;
}


/* ---------- FOOTER ---------- */

.footer-brand {
  font-size: 20px;
}

.footer p {
  font-size: 14px;
}

.footer h2 {
  font-size: 12px;
}

.footer a {
  font-size: 13px;
}

.footer-bottom {
  font-size: 12px;
}


/* =========================================================
   E-MAIL-BERATUNG – UNTERSEITE
   ========================================================= */


/* Große Überschrift im Banner */
.email-page .subhero-email-copy h1,
.subhero-email-copy h1 {
  font-size: 44px;
}

/* Text im Banner */
.email-page .subhero-email-copy p,
.subhero-email-copy p {
  font-size: 17px;
}

/* Treffsicheres und empathisches Kartenlegen per Email */
.email-page .sub-intro h2,
.sub-intro h2 {
  font-size: 30px;
}

/* Text darunter */
.sub-intro-copy {
  font-size: 16px;
}

/* Meine E-Mail-Beratungen im Überblick
   + andere große Abschnittsüberschriften */
.email-page .email-section-title h2,
.email-section-title h2 {
  font-size: 30px;
}

.email-section-title p {
  font-size: 16px;
}


/* ---------- BERATUNGSKARTEN ---------- */

.email-advice-card h3 {
  font-size: 17px;
}

.email-advice-card p {
  font-size: 15px;
}

.email-advice-card span {
  font-size: 14px;
}


/* ---------- ANGABEN / INFOBOXEN ---------- */

.booking-info-card h3 {
  font-size: 18px;
}

.booking-info-card p {
  font-size: 15px;
}

.text-link {
  font-size: 14px;
}


/* ---------- ABSCHLUSSBEREICH ---------- */

.email-page .email-cta-card h2,
.email-cta-card h2 {
  font-size: 28px;
}

.email-cta-card p {
  font-size: 15px;
}


/* =========================================================
   MOBILE – AUCH NUR PIXEL
   Alles hier gilt bis 767px Bildschirmbreite.
   ========================================================= */

@media (max-width: 767.98px) {

  .servicebar-inner {
    font-size: 11px;
  }

  .brand-name {
    font-size: 18px;
  }

  .brand-claim {
    font-size: 10px;
  }

  .nav-link {
    font-size: 14px;
  }

  .eyebrow {
    font-size: 11px;
  }

  /* Startseite */
  .hero h1 {
    font-size: 46px;
  }

  .hero p {
    font-size: 16px;
  }

  .welcome h2 {
    font-size: 34px;
  }

  .section-title-center h2 {
    font-size: 32px;
  }

  .editorial h2,
  .about-copy h2,
  .services-heading h2 {
    font-size: 32px;
  }

  .welcome-copy,
  .editorial p,
  .about-copy p {
    font-size: 15px;
  }

  .entry-card h3 {
    font-size: 16px;
  }

  .entry-card p {
    font-size: 14px;
  }

  .entry-card span {
    font-size: 13px;
  }

  /* E-Mail-Beratung */
  .email-page .subhero-email-copy h1,
  .subhero-email-copy h1 {
    font-size: 34px;
  }

  .email-page .subhero-email-copy p,
  .subhero-email-copy p {
    font-size: 16px;
  }

  .email-page .sub-intro h2,
  .sub-intro h2 {
    font-size: 28px;
  }

  .email-page .email-section-title h2,
  .email-section-title h2 {
    font-size: 26px;
  }

  .sub-intro-copy,
  .email-section-title p {
    font-size: 15px;
  }

  .email-advice-card h3 {
    font-size: 16px;
  }

  .email-advice-card p {
    font-size: 14px;
  }

  .email-advice-card span {
    font-size: 13px;
  }

  .booking-info-card h3 {
    font-size: 17px;
  }

  .booking-info-card p {
    font-size: 14px;
  }

  .email-page .email-cta-card h2,
  .email-cta-card h2 {
    font-size: 24px;
  }

  .email-cta-card p {
    font-size: 14px;
  }
}


/* =========================================================
   HAUPTBEREICHE / WEITERE ANGEBOTE
   Alle Schriftgrößen weiterhin ausschließlich in Pixeln.
   ========================================================= */

.other-offers-section {
  border-top: 1px solid rgba(229,221,214,.55);
}

.other-offers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
  max-width: 1080px;
  margin: 0 auto;
}

.other-offer-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: start;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  transition: border-color .18s ease, transform .18s ease;
}

.other-offer-card:hover {
  border-color: var(--taupe);
  transform: translateY(-2px);
}

.other-offer-mark {
  width: 58px;
  height: 58px;
  display: block;
}

.other-offer-card h3 {
  margin: 0 0 7px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 650;
}

.other-offer-card p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}

.other-offer-card span {
  color: var(--taupe-dark);
  font-size: 13px;
  font-weight: 650;
}

/* Einheitliche Unterseiten-Heros mit unterschiedlichen alten Hintergrundbildern */
.subhero-personality {
  background-image:
    linear-gradient(90deg, rgba(250,247,244,.97) 0%, rgba(250,247,244,.89) 34%, rgba(250,247,244,.40) 58%, rgba(250,247,244,.06) 78%),
    url("https://www.kartenlegen-alexa.de/images/silver-2143730_960_720.jpg");
}

.subhero-astrology {
  background-image:
    linear-gradient(90deg, rgba(250,247,244,.97) 0%, rgba(250,247,244,.89) 34%, rgba(250,247,244,.40) 58%, rgba(250,247,244,.06) 78%),
    url("https://www.kartenlegen-alexa.de/images/stern.jpg");
}

.subhero-digital {
  background-image:
    linear-gradient(90deg, rgba(250,247,244,.97) 0%, rgba(250,247,244,.89) 34%, rgba(250,247,244,.40) 58%, rgba(250,247,244,.06) 78%),
    url("https://www.kartenlegen-alexa.de/images/orange.jpg");
}

.personality-page .subhero-email-copy h1,
.astrology-page .subhero-email-copy h1,
.digital-page .subhero-email-copy h1 {
  font-size: 42px;
}

.personality-page .sub-intro h2,
.astrology-page .sub-intro h2,
.digital-page .sub-intro h2 {
  font-size: 30px;
}

.astrology-grid,
.digital-grid {
  justify-content: center;
}

/* Wenn eine 3x2-Gruppe nur 5 bzw. 4 Elemente enthält, bleibt sie sauber ausgerichtet */
.astrology-grid .email-advice-card:last-child {
  grid-column: 2 / 3;
}

.digital-grid {
  grid-template-columns: repeat(2, minmax(0,1fr));
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .other-offers-grid {
    grid-template-columns: 1fr;
  }

  .astrology-grid .email-advice-card:last-child {
    grid-column: auto;
  }

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

@media (max-width: 767.98px) {
  .other-offer-card {
    grid-template-columns: 52px 1fr;
    padding: 20px;
  }

  .other-offer-mark {
    width: 52px;
    height: 52px;
  }

  .personality-page .subhero-email-copy h1,
  .astrology-page .subhero-email-copy h1,
  .digital-page .subhero-email-copy h1 {
    font-size: 34px;
  }

  .personality-page .sub-intro h2,
  .astrology-page .sub-intro h2,
  .digital-page .sub-intro h2 {
    font-size: 27px;
  }

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


/* =========================================================
   V2 KORREKTUR – VERWANDTE ANGEBOTE / ASTROLOGIE
   ========================================================= */
.other-offers-section .section-title-center {
  margin-bottom: 36px;
}

.other-offers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
  max-width: 1140px;
  margin: 0 auto;
}

.other-offer-card {
  width: 100%;
  min-height: 210px;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: start;
  padding: 26px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(55, 50, 47, 0.04);
}

.other-offer-mark {
  width: 64px;
  height: 64px;
}

.other-offer-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
}

.other-offer-card p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.6;
}

.other-offer-card span {
  font-size: 14px;
}

/* Astrologie: letzte Karte in der 5er-Gruppe sauber zentrieren */
@media (min-width: 992px) {
  .astrology-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .astrology-grid .email-advice-card {
    grid-column: span 2;
  }

  .astrology-grid .email-advice-card:last-child {
    grid-column: 3 / span 2;
  }
}

@media (max-width: 991.98px) {
  .other-offers-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
  }
}

@media (max-width: 767.98px) {
  .other-offer-card {
    min-height: auto;
    grid-template-columns: 56px 1fr;
    gap: 16px;
    padding: 22px 20px;
  }

  .other-offer-mark {
    width: 56px;
    height: 56px;
  }

  .other-offer-card h3 {
    font-size: 17px;
  }

  .other-offer-card p {
    font-size: 14px;
  }

  .other-offer-card span {
    font-size: 13px;
  }
}


/* =========================================================
   V3 – VERWANDTE ANGEBOTE
   Diese Regeln stehen absichtlich ganz am Ende.
   ========================================================= */

.other-offers-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.other-offers-section .section-title-center {
  max-width: 900px;
  margin: 0 auto 38px;
  text-align: center;
}

.other-offers-section .other-offers-grid {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch;
}

.other-offers-section .other-offer-card {
  width: 100% !important;
  min-width: 0;
  min-height: 220px;
  padding: 26px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  background: #ffffff !important;
  border: 1px solid #e5ddd6 !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 28px rgba(55, 50, 47, 0.045);
  text-decoration: none !important;
}

.other-offers-section .other-offer-mark {
  width: 58px !important;
  height: 58px !important;
  margin: 0 0 18px 0 !important;
  display: block !important;
  flex: 0 0 auto;
}

.other-offers-section .other-offer-card > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.other-offers-section .other-offer-card h3 {
  margin: 0 0 9px !important;
  color: #323232 !important;
  font-size: 18px !important;
  line-height: 1.28;
  font-weight: 650;
}

.other-offers-section .other-offer-card p {
  margin: 0 0 14px !important;
  color: #6f6964 !important;
  font-size: 14px !important;
  line-height: 1.65;
}

.other-offers-section .other-offer-card span {
  margin-top: auto;
  color: #9d8a78 !important;
  font-size: 13px !important;
  font-weight: 650;
}

.other-offers-section .other-offer-card:hover {
  border-color: #bdac9c !important;
  transform: translateY(-2px);
}

/* Unterer Shop-CTA: bewusst kompakter */
.email-cta-card .btn,
.email-cta-card .btn-primary-ka {
  font-size: 13px !important;
  line-height: 1.3 !important;
  padding: 11px 18px !important;
  min-width: 0 !important;
  white-space: normal;
  text-align: center;
}

/* Persönlichkeitsseite: Fragebogen-Hinweis etwas luftiger */
.personality-page .booking-info-card p + p {
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  .other-offers-section .other-offers-grid {
    grid-template-columns: 1fr !important;
    max-width: 720px;
  }

  .other-offers-section .other-offer-card {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .other-offers-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .other-offers-section .other-offer-card {
    padding: 22px !important;
  }

  .other-offers-section .other-offer-mark {
    width: 54px !important;
    height: 54px !important;
    margin-bottom: 16px !important;
  }

  .other-offers-section .other-offer-card h3 {
    font-size: 17px !important;
  }

  .other-offers-section .other-offer-card p {
    font-size: 14px !important;
  }

  .email-cta-card .btn,
  .email-cta-card .btn-primary-ka {
    font-size: 13px !important;
    padding: 10px 16px !important;
  }
}


/* =========================================================
   V4 – TEXTUR-BANNER + ROBUSTE ANGEBOTSKARTEN
   ========================================================= */

.subhero-personality,
.subhero-astrology,
.subhero-digital {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  border-top: 1px solid rgba(229,221,214,.7);
  border-bottom: 1px solid rgba(229,221,214,.7);
}

.subhero-personality {
  background-image:
    linear-gradient(90deg, rgba(248,244,240,.96) 0%, rgba(248,244,240,.92) 40%, rgba(248,244,240,.72) 65%, rgba(248,244,240,.32) 100%),
    url('../img/bg-personality-texture.jpg');
}

.subhero-astrology {
  background-image:
    linear-gradient(90deg, rgba(248,244,240,.96) 0%, rgba(248,244,240,.92) 40%, rgba(248,244,240,.70) 65%, rgba(248,244,240,.30) 100%),
    url('../img/bg-astrology-texture.jpg');
}

.subhero-digital {
  background-image:
    linear-gradient(90deg, rgba(248,244,240,.96) 0%, rgba(248,244,240,.92) 40%, rgba(248,244,240,.70) 65%, rgba(248,244,240,.30) 100%),
    url('../img/bg-digital-texture.jpg');
}

.subhero-personality::after,
.subhero-astrology::after,
.subhero-digital::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 24%, rgba(255,255,255,.28), transparent 30%);
  pointer-events: none;
}

.subhero-personality .subhero-email-inner,
.subhero-astrology .subhero-email-inner,
.subhero-digital .subhero-email-inner {
  position: relative;
  z-index: 1;
}

.related-offers-v4 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.related-offers-v4 .section-title-center {
  max-width: 880px;
  margin: 0 auto 38px;
  text-align: center;
}

.related-offers-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.related-offer-card {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 18px;
  align-items: start;
  min-height: 208px;
  padding: 24px;
  background: #fff;
  border: 1px solid #e6ddd5;
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(50, 50, 50, .045);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.related-offer-card:hover {
  transform: translateY(-2px);
  border-color: #c8b8a8;
  box-shadow: 0 14px 28px rgba(50, 50, 50, .055);
}

.related-offer-mark {
  width: 60px;
  height: 60px;
  display: block;
}

.related-offer-copy {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.related-offer-copy h3 {
  margin: 0 0 8px;
  color: #323232;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 650;
}

.related-offer-copy p {
  margin: 0 0 14px;
  color: #6f6964;
  font-size: 14px;
  line-height: 1.65;
}

.related-offer-copy span {
  margin-top: auto;
  color: #9d8a78;
  font-size: 13px;
  font-weight: 650;
}

.email-cta-card .cta-compact {
  font-size: 12px !important;
  line-height: 1.25 !important;
  padding: 11px 18px !important;
  min-width: 0 !important;
  letter-spacing: .01em;
}

@media (max-width: 991.98px) {
  .related-offers-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .related-offer-card {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .related-offers-v4 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .related-offer-card {
    grid-template-columns: 54px 1fr;
    gap: 16px;
    padding: 20px;
  }

  .related-offer-mark {
    width: 54px;
    height: 54px;
  }

  .related-offer-copy h3 {
    font-size: 17px;
  }

  .related-offer-copy p {
    font-size: 14px;
  }
}


/* =========================================================
   V5 – HELLER HINTERGRUND FÜR "WEITERE PERSÖNLICHE ANGEBOTE"
   auf Persönlichkeitsanalysen / Astrologie / Digitale Lebensberatung
   ========================================================= */
.related-offers-v5 {
  background: #ffffff !important;
}

.related-offers-v5 .container {
  position: relative;
}


/* =========================================================
   PERSÖNLICHKEITSANALYSEN – 4 AKTUELLE ANGEBOTE
   ========================================================= */

.personality-analysis-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 920px;
}

.personality-analysis-grid .email-advice-card {
  min-height: 250px;
}

@media (max-width: 767.98px) {
  .personality-analysis-grid {
    grid-template-columns: 1fr;
  }

  .personality-analysis-grid .email-advice-card {
    min-height: auto;
  }
}

/* =========================================================
   FIX: Persönlichkeitsanalysen sicher als 2 x 2 Raster
   ========================================================= */
.email-advice-grid.personality-analysis-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  max-width: 920px !important;
}

@media (max-width: 767.98px) {
  .email-advice-grid.personality-analysis-grid {
    grid-template-columns: 1fr !important;
  }
}
