:root {
  color-scheme: light;
  --ink: #2e2730;
  --muted: #756a72;
  --line: #eadfe4;
  --panel: #ffffff;
  --paper: #fcf8f6;
  --deep: #3b2633;
  --teal: #6c9c94;
  --teal-dark: #517e77;
  --berry: #9a2f62;
  --coral: #d96b78;
  --gold: #c79758;
  --red: #b9635e;
  --green: #679879;
  --rose: #fee8eb;
  --sage: #e6f1ee;
  --blush: #fff1f4;
  --cream: #fffaf6;
  --shadow: 0 22px 58px rgba(59, 38, 51, 0.1);
  --radius: 8px;
  --font-main: "Avenir Next", Avenir, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: var(--font-main);
  font-family:
    var(--font-main);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, var(--paper) 58%, #f4f8f7 100%);
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.shell {
  min-height: 100vh;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px clamp(16px, 4vw, 48px);
  border-bottom: 1px solid rgba(234, 223, 228, 0.92);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: clamp(260px, 28vw, 430px);
  min-height: 80px;
  padding-left: 0;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-logo {
  display: block;
  width: auto;
  height: 80px;
  max-width: clamp(260px, 28vw, 430px);
  object-fit: contain;
  object-position: left center;
}

.brand-word {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: var(--ink);
}

.brand-word b {
  color: var(--berry);
  font-weight: 700;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav button,
.nav a,
.ghost-button,
.primary-button,
.book-cta-button,
.danger-button,
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 10px 14px;
  color: var(--ink);
  background: transparent;
  font-weight: 700;
  text-decoration: none;
}

.nav button:hover,
.nav a:hover,
.ghost-button:hover,
.icon-button:hover {
  border-color: var(--line);
  background: #fff;
}

.primary-button {
  color: #fff;
  background: linear-gradient(135deg, var(--berry), var(--coral));
  box-shadow: 0 14px 30px rgba(141, 35, 83, 0.2);
}

.primary-button:hover {
  background: linear-gradient(135deg, #761841, #d94d65);
}

.book-cta-button {
  position: relative;
  display: inline-grid;
  min-width: min(260px, 100%);
  border-color: rgba(255, 255, 255, 0.16);
  padding: 16px 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--berry) 0%, #a82b61 55%, var(--gold) 100%);
  box-shadow: 0 22px 48px rgba(141, 35, 83, 0.24);
  text-align: left;
  overflow: hidden;
}

.book-cta-button::after {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.58);
  content: "";
}

.book-cta-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 26px 58px rgba(141, 35, 83, 0.3);
}

.book-cta-button span {
  font-size: 19px;
  line-height: 1.15;
}

.book-cta-button small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.danger-button {
  color: #fff;
  background: var(--red);
}

.main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  width: 100vw;
  min-height: calc(100vh - 74px);
  margin-left: calc(50% - 50vw);
  padding: clamp(42px, 7vw, 86px) clamp(16px, 4vw, 48px);
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.91) 37%, rgba(255, 255, 255, 0.48) 59%, rgba(255, 255, 255, 0.03) 100%),
    url("./assets/reif-hero-old.jpg");
  background-position: center right 26%;
  background-size: cover;
}

.home-hero {
  min-height: calc(100vh - 105px);
}

.hero-copy {
  width: min(650px, calc(100% - 32px));
  margin-left: max(16px, calc((100vw - 1180px) / 2));
  margin-right: auto;
}

.hero-kicker {
  display: inline-flex;
  max-width: 100%;
  border: 1px solid rgba(141, 35, 83, 0.2);
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--berry);
  background: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hero-copy h1 {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--deep);
  font-size: clamp(30px, 4.3vw, 52px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 620px;
  margin: 22px 0;
  color: #403941;
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.55;
}

.question-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 680px;
  margin: 22px 0 0;
}

.question-list div {
  position: relative;
  min-height: 52px;
  border: 1px solid rgba(154, 40, 87, 0.2);
  border-radius: 8px;
  padding: 13px 14px 13px 36px;
  color: #2c2730;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 28px rgba(36, 33, 42, 0.08);
  font-weight: 700;
  line-height: 1.35;
  backdrop-filter: blur(12px);
}

.question-list div::before {
  position: absolute;
  top: 16px;
  left: 14px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--coral);
  border-radius: 50%;
  content: "";
}

.hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 28px 0;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.75fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
}

.split-copy h2,
.product-copy h1,
.book-copy h1 {
  margin: 14px 0 16px;
  color: var(--deep);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
}

.split-copy p,
.product-copy p,
.book-copy p,
.course-copy p {
  color: #403941;
  font-size: 18px;
  line-height: 1.7;
}

.about-image-panel {
  display: grid;
  gap: 14px;
}

.about-image-panel img {
  display: block;
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center 34%;
  box-shadow: 0 24px 64px rgba(36, 33, 42, 0.16);
}

.quote-panel {
  border-left: 5px solid var(--berry);
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(36, 33, 42, 0.1);
}

.quote-panel b,
.quote-panel span {
  display: block;
}

.quote-panel b {
  color: var(--berry);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
}

.quote-panel span {
  margin-top: 12px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.compact-quote {
  padding: 18px;
  box-shadow: none;
}

.compact-quote b {
  font-size: clamp(21px, 2.2vw, 30px);
}

.product-hero,
.book-hero,
.course-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  gap: clamp(22px, 5vw, 64px);
  align-items: center;
  padding: clamp(30px, 6vw, 76px) 0;
}

.product-image,
.book-cover,
.course-image {
  display: flex;
  justify-content: center;
}

.product-image img,
.book-cover img,
.course-image img {
  display: block;
  width: min(100%, 390px);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(36, 33, 42, 0.18);
}

.product-image img {
  width: min(100%, 420px);
}

.course-hero {
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
}

.course-copy h1 {
  margin: 14px 0 16px;
  color: var(--deep);
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.02;
}

.course-facts {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 22px 0 0;
}

.course-facts span {
  border: 1px solid rgba(141, 35, 83, 0.18);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--berry);
  background: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 700;
}

.course-price-card {
  display: grid;
  gap: 4px;
  width: fit-content;
  max-width: 100%;
  margin: 18px 0 0;
  border: 1px solid rgba(141, 35, 83, 0.18);
  border-radius: 8px;
  padding: 14px 16px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(141, 35, 83, 0.12);
}

.course-price-card span,
.course-price-card small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.course-price-card b {
  color: var(--berry);
  font-size: clamp(40px, 5vw, 58px);
  line-height: 1;
}

.course-image img {
  width: min(100%, 680px);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.course-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 18px;
  align-items: stretch;
}

.course-card h2 {
  margin: 16px 0 12px;
  color: var(--deep);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
}

.step-list {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
  padding-left: 22px;
}

.step-list li {
  color: #403941;
  line-height: 1.55;
}

.module-number {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  border-radius: 999px;
  padding: 5px 9px;
  color: #fff;
  background: var(--berry);
  font-size: 12px;
  font-weight: 700;
}

.buchhalterin-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 112px);
  padding: clamp(36px, 7vw, 82px) 0;
}

.buchhalterin-copy h1 {
  margin: 14px 0 14px;
  color: var(--deep);
  font-size: clamp(42px, 7vw, 82px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.buchhalterin-copy p {
  max-width: 660px;
  color: #403941;
  font-size: 18px;
  line-height: 1.65;
}

.buchhalterin-copy .hero-lead {
  margin: 0 0 18px;
  color: var(--berry);
  font-size: clamp(21px, 2.4vw, 30px);
  font-weight: 700;
  line-height: 1.22;
}

.buchhalterin-punchline {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 24px 0 0;
}

.buchhalterin-punchline span {
  border: 1px solid rgba(141, 35, 83, 0.16);
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--deep);
  background: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(47, 19, 38, 0.06);
}

.buchhalterin-visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 74px rgba(47, 19, 38, 0.14);
}

.buchhalterin-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center right;
}

.buchhalterin-problem .feature-card {
  min-height: 205px;
}

.buchhalterin-showcase {
  overflow: hidden;
  border: 1px solid rgba(141, 35, 83, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(47, 19, 38, 0.1);
}

.buchhalterin-showcase img {
  display: block;
  width: 100%;
  height: auto;
}

.buchhalterin-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.buchhalterin-steps article {
  border: 1px solid rgba(141, 35, 83, 0.14);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(47, 19, 38, 0.07);
}

.buchhalterin-steps b {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: var(--berry);
  font-size: 16px;
}

.buchhalterin-steps h3 {
  margin: 18px 0 8px;
  color: var(--deep);
  font-size: 20px;
}

.buchhalterin-steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.buchhalterin-preview-grid .buchhalterin-showcase {
  margin-bottom: 20px;
}

.buchhalterin-area-grid {
  margin-top: 18px;
}

.buchhalterin-image-card {
  overflow: hidden;
  border: 1px solid rgba(141, 35, 83, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(47, 19, 38, 0.1);
}

.buchhalterin-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  object-position: center;
}

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

.buchhalterin-checklist div {
  position: relative;
  border: 1px solid rgba(141, 35, 83, 0.13);
  border-radius: 8px;
  padding: 16px 16px 16px 42px;
  color: #403941;
  background: #fff;
  box-shadow: 0 12px 30px rgba(47, 19, 38, 0.07);
  font-weight: 700;
  line-height: 1.45;
}

.buchhalterin-checklist div::before {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--berry);
  border-radius: 50%;
  content: "";
}

.buchhalterin-offer {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: 18px;
  align-items: stretch;
}

.buchhalterin-offer .price-card h2 {
  margin: 16px 0 0;
  color: var(--deep);
  font-size: clamp(28px, 3.8vw, 44px);
  line-height: 1.05;
}

.buchhalterin-note {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  background: linear-gradient(145deg, #fff, #fff7f9);
}

.buchhalterin-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.buchhalterin-faq .card {
  min-height: 180px;
}

.buchhalterin-final {
  display: grid;
  place-items: center;
  text-align: center;
}

.buchhalterin-final > div {
  max-width: 860px;
  border: 1px solid rgba(141, 35, 83, 0.14);
  border-radius: 8px;
  padding: clamp(26px, 5vw, 52px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 241, 244, 0.88));
  box-shadow: 0 22px 58px rgba(47, 19, 38, 0.1);
}

.buchhalterin-final h2 {
  margin: 18px auto 12px;
  color: var(--deep);
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1.04;
}

.buchhalterin-final p {
  max-width: 720px;
  margin: 0 auto;
  color: #403941;
  font-size: 18px;
  line-height: 1.6;
}

.buchhalterin-final .hero-actions {
  justify-content: center;
}

.nav a.is-active {
  color: var(--berry);
  background: rgba(141, 35, 83, 0.06);
}

#buchhalterin-vorschau,
#buchhalterin-anfrage {
  scroll-margin-top: 120px;
}

.buchhalterin-intro {
  margin-bottom: 12px;
  color: var(--deep) !important;
  font-weight: 600;
}

.buchhalterin-beta-note {
  margin-top: 16px;
  color: #685c65 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.buchhalterin-beta-note strong {
  color: var(--berry);
}

.buchhalterin-section-signature {
  margin-top: 22px;
  color: var(--berry) !important;
  font-size: 13px !important;
  font-weight: 700;
  text-transform: uppercase;
}

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

.buchhalterin-gallery-item,
.buchhalterin-core-visuals figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(141, 35, 83, 0.13);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 15px 36px rgba(47, 19, 38, 0.08);
}

.buchhalterin-gallery-item img,
.buchhalterin-core-visuals img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1280 / 1059;
  object-fit: cover;
}

.buchhalterin-gallery-item figcaption,
.buchhalterin-core-visuals figcaption {
  min-height: 48px;
  padding: 13px 15px;
  color: var(--deep);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.buchhalterin-product-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
  border-left: 4px solid var(--berry);
  padding: 12px 16px;
  color: #655b63;
  background: rgba(255, 255, 255, 0.72);
}

.buchhalterin-product-badge strong {
  color: var(--deep);
  font-size: 18px;
}

.buchhalterin-product-badge span {
  font-size: 13px;
  font-weight: 600;
}

.buchhalterin-core .section-title h3,
.buchhalterin-review .split-copy h3 {
  margin: 12px 0;
  color: var(--berry);
  font-size: clamp(19px, 2.2vw, 25px);
  line-height: 1.3;
}

.buchhalterin-core-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.buchhalterin-core-grid article {
  position: relative;
  border-top: 3px solid var(--berry);
  padding: 22px 22px 24px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(47, 19, 38, 0.07);
}

.buchhalterin-core-grid article > span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
}

.buchhalterin-core-grid h3 {
  margin: 10px 0 8px;
  color: var(--deep);
  font-size: 22px;
}

.buchhalterin-core-grid h4 {
  margin: 0 0 10px;
  color: var(--berry);
  font-size: 16px;
  line-height: 1.35;
}

.buchhalterin-core-grid p,
.buchhalterin-core-close {
  margin: 0;
  color: #514851;
  line-height: 1.6;
}

.buchhalterin-core-visuals {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.buchhalterin-core-close {
  margin-top: 20px;
  border-left: 4px solid var(--gold);
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.72);
}

.buchhalterin-review {
  align-items: center;
}

.buchhalterin-review-list,
.buchhalterin-included {
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

.buchhalterin-review-list li,
.buchhalterin-included li {
  position: relative;
  margin: 8px 0;
  padding-left: 24px;
  color: #4d444c;
  line-height: 1.5;
}

.buchhalterin-review-list li::before,
.buchhalterin-included li::before {
  position: absolute;
  top: 0.58em;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--berry);
  content: "";
}

.buchhalterin-checklist article {
  border: 1px solid rgba(141, 35, 83, 0.13);
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(47, 19, 38, 0.06);
}

.buchhalterin-checklist h3 {
  margin: 0 0 9px;
  color: var(--deep);
  font-size: 18px;
  line-height: 1.35;
}

.buchhalterin-checklist p {
  margin: 0;
  color: #5f555e;
  line-height: 1.55;
}

.buchhalterin-old-price {
  margin: 18px 0 -10px;
  color: #81757e;
  font-size: 18px;
}

.buchhalterin-price-type {
  margin-top: -12px !important;
  color: var(--berry) !important;
  font-weight: 700;
}

.buchhalterin-beta-price {
  border-left: 4px solid var(--berry);
  padding: 14px 16px;
  background: #fff;
}

.buchhalterin-beta-price strong,
.buchhalterin-beta-price span {
  display: block;
}

.buchhalterin-beta-price strong {
  color: var(--berry);
  font-size: 24px;
}

.buchhalterin-beta-price span {
  margin-top: 5px;
  color: #625861;
}

.buchhalterin-faq details {
  min-width: 0;
  border: 1px solid rgba(141, 35, 83, 0.13);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(47, 19, 38, 0.06);
}

.buchhalterin-faq summary {
  position: relative;
  padding: 20px 48px 20px 20px;
  color: var(--deep);
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
}

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

.buchhalterin-faq summary::after {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--berry);
  content: "+";
  font-size: 22px;
  line-height: 1;
}

.buchhalterin-faq details[open] summary::after {
  content: "−";
}

.buchhalterin-faq details p {
  margin: 0;
  border-top: 1px solid rgba(141, 35, 83, 0.1);
  padding: 16px 20px 20px;
  color: #554c54;
  line-height: 1.6;
}

.buchhalterin-faq summary:focus-visible,
.buchhalterin-inquiry-form input:focus-visible,
.buchhalterin-inquiry-form textarea:focus-visible,
.primary-button:focus-visible,
.ghost-button:focus-visible,
.nav a:focus-visible,
.nav button:focus-visible {
  outline: 3px solid rgba(197, 144, 54, 0.55);
  outline-offset: 3px;
}

.buchhalterin-inquiry {
  border-top: 1px solid rgba(141, 35, 83, 0.12);
  border-bottom: 1px solid rgba(141, 35, 83, 0.12);
  background: #fff8f6;
}

.buchhalterin-inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 900px;
}

.buchhalterin-inquiry-form label {
  display: grid;
  gap: 7px;
  color: var(--deep);
  font-size: 14px;
  font-weight: 600;
}

.buchhalterin-inquiry-form label small {
  color: #746a72;
  font-weight: 500;
}

.buchhalterin-inquiry-form input,
.buchhalterin-inquiry-form textarea {
  width: 100%;
  border: 1px solid #d8c7ce;
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--deep);
  background: #fff;
  font: inherit;
}

.buchhalterin-inquiry-form textarea {
  min-height: 130px;
  resize: vertical;
}

.buchhalterin-form-wide {
  grid-column: 1 / -1;
}

.buchhalterin-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.buchhalterin-form-footer p {
  max-width: 600px;
  margin: 0;
  color: #6b6069;
  font-size: 13px;
  line-height: 1.5;
}

.buchhalterin-form-footer a {
  color: var(--berry);
}

.buchhalterin-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.buchhalterin-form-status {
  min-height: 24px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.buchhalterin-form-status.is-success {
  color: #236545;
}

.buchhalterin-form-status.is-error {
  color: #a52839;
}

.primary-button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.buchhalterin-final-result {
  margin-top: 20px !important;
  color: var(--berry) !important;
  font-size: clamp(24px, 3.5vw, 36px) !important;
  font-weight: 700;
}

.metric {
  border-top: 2px solid rgba(39, 121, 121, 0.34);
  padding-top: 14px;
}

.metric b {
  display: block;
  font-size: 25px;
}

.metric span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hero-visual {
  display: none;
}

.hero-visual img {
  display: none;
}

.brand-visual::before {
  display: none;
}

.brand-visual img {
  clip-path: none;
}

.signal-strip {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(42, 7, 29, 0.76);
  color: #fff;
  backdrop-filter: blur(16px);
}

.signal-strip div {
  padding: 14px;
}

.signal-strip span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 700;
}

.compass-strip div {
  min-height: 74px;
}

.band {
  padding: 54px 0;
  border-top: 1px solid var(--line);
}

.section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.section-title h2,
.view-title h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
}

.section-title p,
.view-title p {
  max-width: 680px;
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.grid {
  display: grid;
  gap: 16px;
}

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

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

.card,
.auth-card,
.briefing-page,
.admin-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 12px 38px rgba(47, 19, 38, 0.08);
}

.card {
  padding: 20px;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.feature-card {
  position: relative;
  overflow: hidden;
  min-height: 176px;
}

.feature-card::after {
  position: absolute;
  right: -30px;
  bottom: -44px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(184, 121, 33, 0.22);
  border-radius: 50%;
  content: "";
}

.feature-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--deep);
}

.accent-card {
  color: #fff;
  background: linear-gradient(145deg, var(--deep), #7a2649 72%, #9f6421);
}

.accent-card h3,
.accent-card p {
  color: #fff;
}

.decision-band {
  padding-bottom: 80px;
}

.decision-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}

.decision-strip div {
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 28px rgba(47, 19, 38, 0.07);
}

.decision-strip b {
  display: block;
  margin-bottom: 8px;
  color: var(--deep);
}

.decision-strip span {
  display: block;
  color: var(--muted);
  line-height: 1.45;
}

.card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 18px 0;
}

.price b {
  font-size: 48px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 310px;
}

.price-card .hero-actions {
  margin-top: auto;
}

.highlight-card {
  border-color: rgba(141, 35, 83, 0.32);
  box-shadow: 0 22px 58px rgba(141, 35, 83, 0.13);
}

.price-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
}

.view {
  padding: clamp(22px, 5vw, 52px) 0 70px;
}

.view-title {
  margin-bottom: 24px;
}

.auth-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 1fr);
  gap: 24px;
  align-items: start;
}

.auth-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: clamp(18px, 4vw, 42px);
  align-items: stretch;
}

.auth-intro-panel,
.login-card {
  min-height: 360px;
}

.auth-intro-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(141, 35, 83, 0.16);
  border-radius: 8px;
  padding: clamp(24px, 5vw, 48px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 250, 0.86)),
    url("./assets/die-marktstarterin-product.jpg");
  background-position: center right;
  background-size: cover;
  box-shadow: 0 20px 54px rgba(47, 19, 38, 0.1);
}

.auth-intro-panel h1 {
  max-width: 650px;
  margin: 16px 0 14px;
  color: var(--deep);
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.02;
}

.auth-intro-panel p {
  max-width: 620px;
  margin: 0;
  color: #403941;
  font-size: 18px;
  line-height: 1.55;
}

.login-context-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.login-context-list span {
  border: 1px solid rgba(141, 35, 83, 0.18);
  border-radius: 999px;
  padding: 8px 10px;
  color: var(--berry);
  background: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
}

.login-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-card .hero-actions {
  margin-bottom: 16px;
}

.auth-card {
  padding: 22px;
}

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

.field {
  display: grid;
  gap: 6px;
}

.field label {
  color: #3f4b45;
  font-size: 13px;
  font-weight: 700;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  color: var(--ink);
  background: #fff;
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
}

.status.active {
  color: #0c5433;
  background: #dff2e7;
}

.status.locked {
  color: #78322d;
  background: #f7dedc;
}

.status.draft {
  color: #695020;
  background: #faeccf;
}

.dashboard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

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

.briefing-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.briefing-row h3 {
  margin: 0 0 6px;
}

.briefing-row p {
  margin: 0;
  color: var(--muted);
}

.briefing-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.briefing-page {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 5vw, 52px);
  background:
    linear-gradient(180deg, #ffffff 0%, #fffdfa 52%, #f7faf8 100%) padding-box,
    linear-gradient(135deg, rgba(14, 118, 110, 0.55), rgba(184, 121, 33, 0.38), rgba(183, 66, 59, 0.28)) border-box;
}

.briefing-page::before {
  content: attr(data-watermark);
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transform: rotate(-24deg);
  color: rgba(14, 118, 110, 0.14);
  font-size: clamp(30px, 7vw, 86px);
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  white-space: pre-line;
}

.briefing-content {
  position: relative;
  z-index: 1;
  max-width: 930px;
}

.briefing-content h1 {
  margin: 0;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 0.98;
}

.briefing-content h2 {
  margin-top: 34px;
}

.briefing-content p,
.briefing-content li {
  color: #33403a;
  font-size: 16px;
  line-height: 1.58;
}

.briefing-content blockquote {
  margin: 28px 0;
  border-left: 4px solid var(--teal);
  padding: 12px 0 12px 18px;
  color: #26322d;
  background: #f7faf8;
}

.research-masthead {
  margin: -8px -8px 0;
  padding: 18px;
  border-bottom: 4px solid var(--deep);
  border-radius: 8px 8px 0 0;
  background:
    linear-gradient(90deg, rgba(14, 118, 110, 0.12), rgba(184, 121, 33, 0.12)),
    #fbfcfa;
}

.research-masthead p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.research-masthead span {
  display: block;
  margin-top: 10px;
  color: #425048;
  font-size: 16px;
  font-weight: 700;
}

.mode-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 16px;
}

.mode-card {
  min-height: 88px;
  border: 1px solid rgba(23, 32, 28, 0.12);
  border-radius: 8px;
  padding: 14px;
  color: #fff;
  box-shadow: 0 12px 26px rgba(23, 32, 28, 0.12);
}

.mode-card span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.mode-card b {
  display: block;
  font-size: clamp(18px, 2.5vw, 26px);
  line-height: 1.05;
  text-transform: uppercase;
}

.mode-card.risk-watch {
  background: linear-gradient(135deg, #7b372e, #d05d4f);
}

.mode-card.risk {
  background: linear-gradient(135deg, #7f1d1d, #b7423b);
}

.mode-card.hot {
  background: linear-gradient(135deg, #0c5d58, #0e766e);
}

.mode-card.warm {
  color: #2a2312;
  background: linear-gradient(135deg, #f0c56f, #b87921);
}

.mode-card.warm span {
  color: rgba(42, 35, 18, 0.72);
}

.mode-card.watch {
  background: linear-gradient(135deg, #243b35, #64716b);
}

.core-takeaway {
  margin: 20px 0;
  padding: 16px;
  border: 1px solid #d8c7a8;
  border-left: 6px solid var(--gold);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(184, 121, 33, 0.12), transparent 36%),
    #fff8ec;
}

.core-takeaway h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.core-takeaway p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.62;
}

.kpi-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 24px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.kpi-strip div {
  padding: 14px;
  background: #fbfcfa;
  font-weight: 700;
}

.kpi-strip span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.briefing-section {
  margin-top: 26px;
}

.briefing-section h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid #c9d7d0;
  font-size: 20px;
}

.briefing-section h2::before {
  content: "";
  width: 10px;
  height: 28px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--teal), var(--gold));
  flex: 0 0 auto;
}

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

.switch-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(23, 32, 28, 0.07);
}

.switch-card-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  color: #fff;
  background: linear-gradient(90deg, var(--deep), #135f58);
}

.switch-card-head b,
.switch-card-head span {
  font-size: 13px;
  line-height: 1.25;
}

.switch-card p {
  margin: 0;
  padding: 12px;
  color: #33403a;
  font-size: 15px;
  line-height: 1.5;
}

.research-table {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid #cfd8d2;
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  box-shadow: 0 10px 28px rgba(23, 32, 28, 0.06);
}

.research-table th,
.research-table td {
  padding: 9px 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.research-table th {
  color: #fff;
  background: #12221d;
  font-size: 12px;
  text-transform: uppercase;
}

.research-table tbody tr:nth-child(even) td {
  background: #f7faf8;
}

.research-table tbody tr:hover td {
  background: #fff8ec;
}

.research-table td:first-child {
  font-weight: 700;
  color: #1d2924;
}

.tag,
.priority {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.tag.hot {
  color: #fff;
  background: #0e766e;
}

.tag.warm {
  color: #51370b;
  background: #f7d88b;
}

.tag.watch {
  color: #24433d;
  background: #dbece7;
}

.tag.risk-watch {
  color: #7b372e;
  background: #f4d7cf;
}

.tag.risk {
  color: #fff;
  background: #b7423b;
}

.priority-a {
  color: #fff;
  background: #b7423b;
}

.priority-b {
  color: #51370b;
  background: #f0c56f;
}

.priority-c {
  color: #24433d;
  background: #dbece7;
}

.checklist-section ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 24px;
}

.checklist-section li {
  padding: 8px 10px;
  border-left: 3px solid var(--teal);
  background: #f7faf8;
}

.trading-note {
  padding: 16px;
  border: 1px solid #d8c7a8;
  border-left: 6px solid var(--gold);
  border-radius: 8px;
  background: #fff8ec;
}

.trading-note h2 {
  margin-top: 0;
}

.trading-note p {
  margin-bottom: 0;
  font-weight: 620;
}

.research-table tr:last-child td {
  border-bottom: 0;
}

.nav button,
.nav a,
.ghost-button,
.primary-button,
.book-cta-button,
.danger-button,
.icon-button,
.field label,
.status,
.login-context-list span,
.research-table td:first-child,
.tag,
.priority {
  font-weight: 620;
}

.product-copy h1,
.book-copy h1,
.briefing-content h1,
.research-masthead h1,
.view-title h1,
.section-title h2 {
  font-family: var(--serif);
  font-weight: 520;
  letter-spacing: 0;
}

.product-copy h1,
.briefing-content h1,
.research-masthead h1 {
  color: var(--deep);
}

.primary-button {
  background: linear-gradient(135deg, #9a2f62, #d96b78);
  box-shadow: 0 12px 26px rgba(154, 47, 98, 0.16);
}

.primary-button:hover {
  background: linear-gradient(135deg, #862452, #c85d6c);
}

.marketstarterin-blueprint {
  background:
    linear-gradient(180deg, rgba(255, 241, 244, 0.72), rgba(255, 250, 246, 0.96)),
    #fffaf6;
}

.blueprint-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.blueprint-grid article {
  min-height: 164px;
  border: 1px solid rgba(154, 47, 98, 0.14);
  border-radius: 8px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 30px rgba(59, 38, 51, 0.06);
}

.blueprint-grid b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(154, 47, 98, 0.18);
  border-radius: 999px;
  color: var(--berry);
  background: #fff;
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 560;
}

.blueprint-grid h3 {
  margin: 12px 0 8px;
  color: var(--deep);
  font-size: 18px;
  font-weight: 620;
}

.blueprint-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.52;
}

.briefing-page {
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid rgba(154, 47, 98, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fffdfc 0%, #fffaf7 100%) padding-box,
    linear-gradient(135deg, rgba(154, 47, 98, 0.16), rgba(199, 151, 88, 0.14)) border-box;
  box-shadow: 0 24px 70px rgba(59, 38, 51, 0.1);
}

.briefing-page::before {
  color: rgba(154, 47, 98, 0.075);
  font-family: var(--serif);
  font-weight: 500;
}

.briefing-content {
  max-width: 850px;
  margin: 0 auto;
}

.research-masthead {
  margin: 0;
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(154, 47, 98, 0.22);
  border-radius: 0;
  background: transparent;
}

.research-masthead p {
  color: var(--berry);
  font-size: 12px;
  font-weight: 620;
  letter-spacing: 0.08em;
}

.research-masthead span {
  color: var(--muted);
  font-weight: 560;
}

.mode-ribbon {
  gap: 12px;
  margin: 18px 0 20px;
}

.mode-card {
  min-height: 78px;
  border-color: rgba(154, 47, 98, 0.14);
  border-left: 5px solid var(--berry);
  color: var(--deep);
  background: #fff;
  box-shadow: 0 10px 22px rgba(59, 38, 51, 0.055);
}

.mode-card span {
  color: var(--muted);
  font-weight: 600;
}

.mode-card b {
  color: var(--deep);
  font-weight: 620;
}

.mode-card.hot {
  border-left-color: #6c9c94;
  background: #f4faf8;
}

.mode-card.warm {
  border-left-color: #c79758;
  background: #fff8ec;
}

.mode-card.watch {
  border-left-color: #9a2f62;
  background: #fff4f7;
}

.mode-card.risk-watch {
  border-left-color: #d96b78;
  background: #fff1f1;
}

.mode-card.risk {
  border-left-color: #b9635e;
  background: #fff0ef;
}

.briefing-outline,
.core-takeaway,
.briefing-section,
.trading-note {
  page-break-inside: avoid;
  break-inside: avoid;
}

.briefing-outline {
  display: grid;
  grid-template-columns: minmax(220px, 0.68fr) minmax(0, 1.32fr);
  gap: 18px;
  margin: 24px 0;
  border: 1px solid rgba(154, 47, 98, 0.14);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(59, 38, 51, 0.055);
}

.outline-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--berry);
  font-size: 12px;
  font-weight: 620;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.briefing-outline h2 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 520;
  line-height: 1.08;
}

.briefing-outline p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.briefing-outline ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.briefing-outline li {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 10px;
  align-items: start;
  border: 1px solid rgba(154, 47, 98, 0.1);
  border-radius: 8px;
  padding: 10px;
  background: #fffaf8;
}

.briefing-outline li b {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: var(--berry);
  background: #fff1f4;
  font-family: var(--serif);
  font-weight: 560;
}

.briefing-outline li span {
  color: var(--deep);
  font-size: 14px;
  font-weight: 620;
}

.briefing-outline li p {
  grid-column: 2;
  margin-top: 3px;
  font-size: 13px;
  line-height: 1.42;
}

.core-takeaway {
  border-color: rgba(199, 151, 88, 0.22);
  border-left-width: 4px;
  background:
    linear-gradient(90deg, rgba(199, 151, 88, 0.1), transparent 40%),
    #fffaf1;
}

.core-takeaway h2,
.briefing-section h2,
.trading-note h2 {
  color: var(--deep);
  font-family: var(--serif);
  font-weight: 520;
  letter-spacing: 0;
}

.briefing-section {
  border: 1px solid rgba(154, 47, 98, 0.11);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(59, 38, 51, 0.05);
}

.briefing-section h2 {
  border-bottom: 1px solid rgba(154, 47, 98, 0.14);
  font-size: 23px;
}

.briefing-section h2::before {
  width: 4px;
  height: 24px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--berry), var(--gold));
}

.switch-card {
  box-shadow: none;
}

.switch-card-head {
  color: var(--deep);
  background: #fff3f6;
}

.switch-card-head b,
.switch-card-head span {
  font-weight: 620;
}

.research-table {
  border-color: rgba(154, 47, 98, 0.12);
  box-shadow: none;
}

.research-table th {
  color: var(--berry);
  background: #fff3f6;
  font-weight: 620;
  letter-spacing: 0.03em;
}

.research-table tbody tr:nth-child(even) td {
  background: #fffaf8;
}

.research-table tbody tr:hover td {
  background: #fff4f7;
}

.tag.hot,
.tag.risk {
  color: var(--deep);
}

.tag.hot {
  background: #e6f1ee;
}

.tag.warm {
  background: #fff0c9;
}

.tag.watch {
  background: #f9e8ef;
}

.tag.risk-watch {
  background: #f9dddd;
}

.tag.risk {
  background: #f5d0cc;
}

.workflow-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7faf8;
}

.workflow-panel h3 {
  margin: 10px 0 6px;
}

.workflow-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.prompt-box {
  margin: 0 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.prompt-box summary {
  cursor: pointer;
  padding: 12px 14px;
  font-weight: 700;
}

.prompt-box pre {
  overflow-x: auto;
  margin: 0;
  padding: 14px;
  border-top: 1px solid var(--line);
  color: #24302a;
  background: #f9f7f1;
  font-size: 13px;
  line-height: 1.55;
  white-space: pre-wrap;
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
  gap: 18px;
}

.admin-panel {
  padding: 18px;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 12px 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.table th {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  width: min(420px, calc(100vw - 36px));
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 14px 16px;
  color: #fff;
  background: rgba(16, 25, 22, 0.94);
  box-shadow: var(--shadow);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
}

.financial-disclaimer {
  width: min(1180px, calc(100% - 32px));
  margin: clamp(42px, 7vw, 88px) auto clamp(38px, 6vw, 72px);
  border: 1px solid rgba(141, 35, 83, 0.2);
  border-radius: 8px;
  padding: 16px 18px;
  background: #fff8ec;
  box-shadow: 0 14px 36px rgba(47, 19, 38, 0.07);
}

.financial-disclaimer strong {
  display: block;
  margin-bottom: 6px;
  color: var(--berry);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.financial-disclaimer p {
  margin: 0;
  color: #403941;
  font-size: 13px;
  line-height: 1.55;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.9fr);
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0;
  align-items: start;
  gap: clamp(24px, 5vw, 70px);
}

.footer-brand {
  max-width: 330px;
}

.footer-brand img {
  display: block;
  width: min(100%, 250px);
  height: auto;
  margin-bottom: 12px;
}

.footer-brand p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.footer-column {
  display: grid;
  gap: 8px;
  align-content: start;
}

.footer-column h3 {
  margin: 0 0 4px;
  color: var(--berry);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span,
.footer-link-button {
  color: var(--ink);
  font-size: 14px;
  font-weight: 560;
  line-height: 1.45;
  text-decoration: none;
}

.footer-link-button {
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  text-align: left;
}

.footer-column a:hover,
.footer-link-button:hover {
  color: var(--berry);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-page {
  max-width: 880px;
}

.legal-document {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 42px rgba(36, 33, 42, 0.08);
}

.legal-document h2 {
  margin: 28px 0 10px;
  color: var(--deep);
  font-size: clamp(21px, 2vw, 26px);
  line-height: 1.15;
}

.legal-document h2:first-child {
  margin-top: 0;
}

.legal-document p {
  margin: 0 0 14px;
  color: #403941;
  line-height: 1.7;
}

.legal-box {
  margin: 16px 0;
  border: 1px solid rgba(141, 35, 83, 0.18);
  border-radius: 8px;
  padding: 16px;
  background: #fff8fa;
}

.legal-date {
  margin-top: 28px !important;
  color: var(--muted) !important;
  font-size: 13px;
  font-weight: 700;
}

.cookie-trigger {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 78;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: #7da300;
  box-shadow: 0 16px 38px rgba(62, 82, 0, 0.28);
}

.cookie-trigger:hover {
  background: #688900;
  transform: translateY(-1px);
}

.cookie-trigger svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cookie-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(33, 35, 31, 0.54);
  backdrop-filter: blur(2px);
}

.cookie-modal {
  width: min(660px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  overflow: auto;
  border: 1px solid #e7e8ea;
  border-radius: 8px;
  color: #373a42;
  background: #fff;
  box-shadow: 0 28px 86px rgba(24, 25, 30, 0.34);
}

.cookie-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 28px 18px;
  border-bottom: 1px solid #eceef2;
}

.cookie-modal-head h2 {
  margin: 3px 0 0;
  color: #2d3037;
  font-size: 27px;
  letter-spacing: 0;
}

.cookie-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 8px;
  padding: 2px 9px;
  color: #537000;
  background: #ecf3d4;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.cookie-close {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 8px;
  color: #5f8df3;
  background: transparent;
  font-size: 34px;
  line-height: 1;
}

.cookie-close:hover {
  background: #f2f6ff;
}

.cookie-intro {
  margin: 0;
  padding: 18px 28px;
  color: #63666f;
  line-height: 1.55;
}

.cookie-rows {
  border-top: 1px solid #f0f1f3;
}

.cookie-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 70px;
  padding: 16px 28px;
  border-bottom: 1px solid #f0f1f3;
  background: #fff;
}

label.cookie-row {
  cursor: pointer;
}

.cookie-row:hover {
  background: #fbfcf8;
}

.cookie-row-main {
  display: grid;
  grid-template-columns: auto 18px;
  align-items: center;
  justify-content: start;
  gap: 5px 8px;
  min-width: 0;
  color: #555861;
  font-size: 20px;
  font-weight: 500;
}

.cookie-row-main small {
  grid-column: 1 / -1;
  max-width: 460px;
  color: #8a8d96;
  font-size: 13px;
  line-height: 1.35;
}

.cookie-row-main i {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: 4px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 7px solid #64a0ff;
}

.cookie-row strong {
  color: #7da300;
  font-size: 18px;
  white-space: nowrap;
}

.cookie-toggle {
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  appearance: none;
  border: 2px solid #cdd1d8;
  border-radius: 999px;
  background: #fff;
}

.cookie-toggle::after {
  position: absolute;
  left: 10px;
  top: 6px;
  width: 8px;
  height: 14px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
}

.cookie-toggle:checked {
  border-color: #353b4a;
  background: #353b4a;
}

.cookie-toggle:checked::after {
  opacity: 1;
}

.cookie-fingerprint {
  margin: 0;
  padding: 15px 28px;
  color: #595d67 !important;
  background: #f7f8f4;
  font-size: 13px;
  line-height: 1.45;
}

.cookie-fingerprint span {
  color: #7f838c;
}

.cookie-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px 18px;
  background: #f7f8fa;
}

.cookie-privacy-link,
.cookie-text-button {
  color: #6f9300;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.cookie-privacy-link {
  background: transparent;
}

.cookie-text-button {
  min-height: 44px;
  border: 1px solid #c9d899;
  border-radius: 5px;
  padding: 0 14px;
  background: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.cookie-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: nowrap;
}

.cookie-save,
.cookie-accept {
  min-height: 44px;
  border: 0;
  border-radius: 5px;
  padding: 0 14px;
  color: #fff;
  background: #7da300;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.cookie-accept {
  background: #353b4a;
}

.cookie-text-button:hover,
.cookie-privacy-link:hover {
  color: #526e00;
}

.cookie-save:hover {
  background: #688900;
}

.cookie-accept:hover {
  background: #252a35;
}

.empty {
  padding: 28px;
  border: 1px dashed #c7d2cb;
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.52);
}

.nav button,
.nav a,
.ghost-button,
.primary-button,
.book-cta-button,
.footer-column a,
.footer-link-button,
.status,
.tag,
.priority {
  font-weight: 620;
}

.hero-kicker,
.research-masthead p,
.outline-kicker {
  font-weight: 620;
  letter-spacing: 0.08em;
}

.brand {
  font-weight: 560;
}

.brand-logo {
  height: 74px;
}

body,
button,
input,
textarea,
select {
  font-family: var(--font-main);
}

h1,
h2,
h3,
h4,
.hero-copy h1,
.split-copy h2,
.product-copy h1,
.book-copy h1,
.course-copy h1,
.auth-intro-panel h1,
.section-title h2,
.view-title h1,
.briefing-content h1,
.research-masthead h1,
.briefing-outline h2,
.core-takeaway h2,
.briefing-section h2,
.trading-note h2 {
  font-family: var(--font-main);
  font-weight: 700;
  letter-spacing: 0;
}

.nav button,
.nav a,
.ghost-button,
.primary-button,
.book-cta-button,
.danger-button,
.icon-button,
.field label,
.status,
.login-context-list span,
.research-table th,
.research-table td:first-child,
.tag,
.priority,
.footer-column h3,
.footer-column a,
.footer-link-button,
.cookie-eyebrow,
.cookie-privacy-link,
.cookie-text-button,
.cookie-save,
.cookie-accept,
.prompt-box summary,
.legal-date,
.financial-disclaimer strong,
.question-list div,
.course-facts span,
.course-price-card span,
.course-price-card small,
.buchhalterin-punchline span,
.metric span,
.kpi-strip div,
.switch-card-head b,
.switch-card-head span,
.outline-kicker,
.hero-kicker,
.research-masthead p,
.briefing-outline li span,
.blueprint-grid h3,
.trading-note p {
  font-weight: 600;
}

.brand,
.brand-word,
.brand-word b,
.brand small,
.briefing-page::before,
.blueprint-grid b,
.briefing-outline li b {
  font-weight: 500;
}

.price b,
.course-price-card b,
.buchhalterin-steps b,
.metric b,
.quote-panel b,
.mode-card b {
  font-weight: 700;
}

.fineprint {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.hidden {
  display: none !important;
}

@media (max-width: 900px) {
  .auth-layout,
  .auth-stage,
  .admin-layout,
  .switch-grid,
  .blueprint-grid,
  .briefing-outline,
  .grid.two,
  .grid.three,
  .decision-strip,
  .buchhalterin-hero,
  .buchhalterin-steps,
  .buchhalterin-checklist,
  .buchhalterin-offer,
  .buchhalterin-faq {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 44px;
    padding-bottom: 380px;
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 55%, rgba(255, 255, 255, 0.42) 100%),
      url("./assets/reif-hero-old.jpg");
    background-position: 58% bottom;
    background-size: auto, auto 61%;
  }

  .hero-copy {
    width: min(680px, calc(100% - 32px));
    margin: 0 auto;
  }

  .trust-row {
    grid-template-columns: 1fr;
  }

  .buchhalterin-gallery,
  .buchhalterin-core-visuals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .buchhalterin-form-footer {
    align-items: flex-start;
    flex-direction: column;
  }

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

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

  .footer-column a,
  .footer-column span {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 680px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 10px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: auto;
    height: 59px;
    max-width: min(300px, 76vw);
  }

  .brand-mark {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }

  .nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav button,
  .nav a {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 8px 10px;
    white-space: nowrap;
  }

  .nav button,
  .nav a,
  .ghost-button,
  .primary-button,
  .danger-button {
    min-height: 34px;
    min-width: 0;
    flex: 0 1 auto;
    padding: 8px 4px;
    font-size: 13px;
  }

  .nav button,
  .nav a {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 8px 10px;
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
    padding-top: 360px;
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.76) 42%, rgba(255, 255, 255, 0.98) 100%),
      url("./assets/reif-hero-old.jpg");
    background-position: center top;
    background-size: 100% auto;
  }

  .split-band,
  .product-hero,
  .book-hero,
  .course-hero,
  .buchhalterin-hero,
  .course-layout,
  .buchhalterin-steps,
  .buchhalterin-checklist,
  .buchhalterin-offer,
  .buchhalterin-faq,
  .pricing-grid,
  .price-note,
  .footer-inner,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .price-note {
    align-items: flex-start;
  }

  .product-image,
  .book-cover,
  .course-image {
    justify-content: flex-start;
  }

  .buchhalterin-hero {
    min-height: auto;
    padding-top: 26px;
  }

  .buchhalterin-copy h1 {
    font-size: 48px;
    line-height: 1.04;
  }

  .buchhalterin-visual,
  .buchhalterin-visual img {
    min-height: 320px;
  }

  .buchhalterin-gallery,
  .buchhalterin-core-grid,
  .buchhalterin-core-visuals,
  .buchhalterin-inquiry-form {
    grid-template-columns: 1fr;
  }

  .buchhalterin-gallery-item figcaption,
  .buchhalterin-core-visuals figcaption {
    min-height: 0;
  }

  .buchhalterin-product-badge {
    align-items: flex-start;
    flex-direction: column;
  }

  .buchhalterin-form-wide {
    grid-column: auto;
  }

  .buchhalterin-showcase,
  .buchhalterin-image-card {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .signal-strip {
    grid-template-columns: 1fr;
  }

  .blueprint-grid,
  .briefing-outline ol {
    grid-template-columns: 1fr;
  }

  .briefing-outline {
    padding: 14px;
  }

  .question-list {
    grid-template-columns: 1fr;
  }

  .hero-kicker {
    border-radius: 8px;
    line-height: 1.35;
  }

  .dashboard-head,
  .section-title,
  .briefing-row,
  .workflow-panel,
  .footer-inner {
    align-items: stretch;
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .split-band,
  .product-hero,
  .book-hero,
  .course-hero,
  .buchhalterin-hero,
  .course-layout,
  .buchhalterin-steps,
  .buchhalterin-checklist,
  .buchhalterin-offer,
  .buchhalterin-faq,
  .pricing-grid,
  .footer-inner,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .cookie-trigger {
    left: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
  }

  .cookie-modal-backdrop {
    align-items: end;
    padding: 14px;
  }

  .cookie-modal {
    width: 100%;
    max-height: calc(100vh - 28px);
  }

  .cookie-modal-head,
  .cookie-intro,
  .cookie-row,
  .cookie-fingerprint {
    padding-right: 18px;
    padding-left: 18px;
  }

  .cookie-modal-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .cookie-modal-actions {
    flex-direction: column;
  }

  .cookie-text-button,
  .cookie-save,
  .cookie-accept {
    width: 100%;
  }

  .kpi-strip {
    grid-template-columns: 1fr;
  }

  .mode-ribbon {
    grid-template-columns: 1fr;
  }

  .briefing-actions {
    justify-content: stretch;
  }

  .briefing-actions button,
  .briefing-actions a {
    flex: 1;
  }

  .table,
  .research-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
