body.page-ratgeber-studio {
  --rg-ink: #10242a;
  --rg-muted: #607078;
  --rg-line: rgba(16, 36, 42, 0.12);
  --rg-soft: #f5f8f7;
  --rg-deep: #06272b;
  --rg-teal: #1e7169;
  --rg-lime: #d8f36f;
  --rg-shadow: 0 18px 54px rgba(7, 33, 38, 0.1);
  background:
    linear-gradient(90deg, rgba(16, 36, 42, 0.032) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, rgba(16, 36, 42, 0.028) 1px, transparent 1px) 0 0 / 72px 72px,
    #fbfcfa;
  color: var(--rg-ink);
}

body.page-ratgeber-studio .rg-studio-page {
  overflow-x: clip;
}

body.page-ratgeber-studio .rg-studio-page *,
body.page-ratgeber-studio .rg-studio-page *::before,
body.page-ratgeber-studio .rg-studio-page *::after {
  box-sizing: border-box;
}

body.page-ratgeber-studio .rg-studio-page :where(h1, h2, h3, p, ul) {
  margin-top: 0;
}

body.page-ratgeber-studio .rg-studio-page :where(p, li, a, span, strong, summary) {
  overflow-wrap: break-word;
  word-break: normal;
}

body.page-ratgeber-studio .rg-studio-page a {
  color: inherit;
}

body.page-ratgeber-studio .rg-studio-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 8px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

body.page-ratgeber-studio .rg-studio-page .btn-primary {
  background: var(--rg-lime);
  border-color: var(--rg-lime);
  color: var(--rg-ink);
  box-shadow: 0 14px 34px rgba(216, 243, 111, 0.2);
}

body.page-ratgeber-studio .rg-studio-page .btn-primary:hover,
body.page-ratgeber-studio .rg-studio-page .btn-primary:focus-visible {
  background: #e4f895;
  border-color: #e4f895;
  transform: translateY(-2px);
}

body.page-ratgeber-studio .rg-studio-page .btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #f6fbf7;
  background: rgba(255, 255, 255, 0.08);
}

body.page-ratgeber-studio .rg-studio-page .btn-ghost:hover,
body.page-ratgeber-studio .rg-studio-page .btn-ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

body.page-ratgeber-studio .rg-hero {
  position: relative;
  isolation: isolate;
  min-height: 790px;
  padding: calc(var(--header-offset, 96px) + 94px) 0 92px;
  overflow: hidden;
  color: #f6fbf7;
  background:
    linear-gradient(135deg, rgba(216, 243, 111, 0.1), transparent 36%),
    linear-gradient(180deg, #061f24 0%, #082c31 48%, #103d3c 100%);
}

body.page-ratgeber-studio .rg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px) 0 0 / 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.26));
}

body.page-ratgeber-studio .rg-hero-signal {
  position: absolute;
  inset: auto 0 0 0;
  z-index: -1;
  height: 230px;
  opacity: 0.72;
  background:
    linear-gradient(90deg, transparent, rgba(216, 243, 111, 0.12), transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 34px);
  clip-path: polygon(0 58%, 18% 44%, 34% 54%, 51% 28%, 69% 50%, 86% 34%, 100% 42%, 100% 100%, 0 100%);
}

body.page-ratgeber-studio .rg-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.66fr);
  gap: 66px;
  align-items: center;
}

body.page-ratgeber-studio .rg-hero-content {
  max-width: 790px;
}

body.page-ratgeber-studio .rg-hero h1 {
  max-width: 860px;
  margin-bottom: 26px;
  color: #ffffff;
  font-family: "Newsreader", Georgia, serif;
  font-size: 66px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

body.page-ratgeber-studio .rg-hero-lead {
  max-width: 720px;
  margin-bottom: 32px;
  color: rgba(246, 251, 247, 0.82);
  font-size: 20px;
  line-height: 1.72;
}

body.page-ratgeber-studio .rg-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 40px;
}

body.page-ratgeber-studio .rg-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.page-ratgeber-studio .rg-hero-proof span {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(246, 251, 247, 0.76);
  font-size: 14px;
  line-height: 1.45;
}

body.page-ratgeber-studio .rg-hero-proof strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 16px;
}

body.page-ratgeber-studio .rg-hero-board {
  position: relative;
  width: min(100%, 470px);
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07)),
    rgba(8, 34, 38, 0.86);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

body.page-ratgeber-studio .rg-hero-board::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  pointer-events: none;
}

body.page-ratgeber-studio .rg-board-head,
body.page-ratgeber-studio .rg-board-focus,
body.page-ratgeber-studio .rg-board-rows {
  position: relative;
  z-index: 1;
}

body.page-ratgeber-studio .rg-board-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  color: rgba(246, 251, 247, 0.7);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-ratgeber-studio .rg-board-head strong {
  color: #ffffff;
}

body.page-ratgeber-studio .rg-board-focus {
  margin-bottom: 16px;
  border: 1px solid rgba(216, 243, 111, 0.32);
  border-radius: 8px;
  padding: 18px;
  background: linear-gradient(135deg, rgba(216, 243, 111, 0.16), rgba(255, 255, 255, 0.06));
}

body.page-ratgeber-studio .rg-board-focus span {
  display: block;
  margin-bottom: 6px;
  color: var(--rg-lime);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.page-ratgeber-studio .rg-board-focus strong {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.25;
}

body.page-ratgeber-studio .rg-board-rows {
  display: grid;
  gap: 10px;
}

body.page-ratgeber-studio .rg-board-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.06);
}

body.page-ratgeber-studio .rg-board-row span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: var(--rg-lime);
  background: rgba(216, 243, 111, 0.12);
  font-weight: 900;
}

body.page-ratgeber-studio .rg-board-row strong,
body.page-ratgeber-studio .rg-board-row em {
  display: block;
  font-style: normal;
}

body.page-ratgeber-studio .rg-board-row strong {
  color: #ffffff;
  font-size: 15px;
}

body.page-ratgeber-studio .rg-board-row em {
  margin-top: 2px;
  color: rgba(246, 251, 247, 0.62);
  font-size: 13px;
}

body.page-ratgeber-studio .rg-board-row.is-active {
  border-color: rgba(216, 243, 111, 0.28);
  background: rgba(216, 243, 111, 0.1);
}

body.page-ratgeber-studio .rg-orientation,
body.page-ratgeber-studio .rg-guides,
body.page-ratgeber-studio .rg-path,
body.page-ratgeber-studio .rg-decision,
body.page-ratgeber-studio .rg-faq {
  padding: 92px 0;
}

body.page-ratgeber-studio .rg-orientation {
  position: relative;
  z-index: 4;
  margin-top: -46px;
  padding: 0;
}

body.page-ratgeber-studio .rg-orientation-panel {
  max-width: 1090px;
  border: 1px solid var(--rg-line);
  border-radius: 8px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--rg-shadow);
}

body.page-ratgeber-studio .rg-section-label {
  width: fit-content;
  margin-bottom: 14px;
  border: 1px solid rgba(30, 113, 105, 0.18);
  border-radius: 4px;
  padding: 6px 9px;
  color: var(--rg-teal);
  background: rgba(30, 113, 105, 0.07);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.page-ratgeber-studio .rg-orientation h2,
body.page-ratgeber-studio .rg-section-head h2,
body.page-ratgeber-studio .rg-cta h2,
body.page-ratgeber-studio .rg-final h2 {
  color: var(--rg-ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 46px;
  line-height: 1.08;
  letter-spacing: 0;
}

body.page-ratgeber-studio .rg-orientation h2 {
  max-width: 860px;
  margin-bottom: 16px;
}

body.page-ratgeber-studio .rg-orientation p,
body.page-ratgeber-studio .rg-section-head p,
body.page-ratgeber-studio .rg-cta p,
body.page-ratgeber-studio .rg-final p {
  color: var(--rg-muted);
  font-size: 18px;
  line-height: 1.76;
}

body.page-ratgeber-studio .rg-orientation p {
  max-width: 820px;
  margin-bottom: 0;
}

body.page-ratgeber-studio .rg-guides {
  padding-top: 112px;
}

body.page-ratgeber-studio .rg-section-head {
  max-width: 900px;
  margin-bottom: 36px;
}

body.page-ratgeber-studio .rg-section-head h2 {
  margin-bottom: 14px;
}

body.page-ratgeber-studio .rg-section-head p {
  max-width: 760px;
  margin-bottom: 0;
}

body.page-ratgeber-studio .rg-guide-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 18px;
}

body.page-ratgeber-studio .rg-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  min-height: 100%;
  border: 1px solid var(--rg-line);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(7, 33, 38, 0.055);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.page-ratgeber-studio main a.rg-card:not(.btn):not(.brand):not(.nav-link):not(.mobile-link):not(.hero-text-link),
body.page-ratgeber-studio main a.rg-card:not(.btn):not(.brand):not(.nav-link):not(.mobile-link):not(.hero-text-link):hover,
body.page-ratgeber-studio main a.rg-card:not(.btn):not(.brand):not(.nav-link):not(.mobile-link):not(.hero-text-link):focus-visible {
  color: inherit;
  text-decoration: none !important;
  text-decoration-line: none !important;
}

body.page-ratgeber-studio .rg-card :where(h3, p, li, strong, span) {
  text-decoration: none;
}

body.page-ratgeber-studio .rg-card:hover,
body.page-ratgeber-studio .rg-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(30, 113, 105, 0.28);
  box-shadow: var(--rg-shadow);
}

body.page-ratgeber-studio .rg-card--featured {
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(216, 243, 111, 0.16), transparent 42%),
    var(--rg-deep);
}

body.page-ratgeber-studio .rg-card-num {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  color: var(--rg-teal);
  background: #def1ea;
  font-weight: 900;
}

body.page-ratgeber-studio .rg-card--featured .rg-card-num {
  color: var(--rg-lime);
  background: rgba(216, 243, 111, 0.12);
}

body.page-ratgeber-studio .rg-card h3 {
  margin-bottom: 10px;
  color: var(--rg-ink);
  font-size: 23px;
  line-height: 1.2;
}

body.page-ratgeber-studio .rg-card--featured h3 {
  color: #ffffff;
  font-size: 30px;
}

body.page-ratgeber-studio .rg-card p {
  margin-bottom: 18px;
  color: var(--rg-muted);
  font-size: 15.5px;
  line-height: 1.72;
}

body.page-ratgeber-studio .rg-card--featured p {
  color: rgba(246, 251, 247, 0.76);
  font-size: 16px;
}

body.page-ratgeber-studio .rg-card ul {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

body.page-ratgeber-studio .rg-card li {
  position: relative;
  padding-left: 18px;
  color: #31474f;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

body.page-ratgeber-studio .rg-card--featured li {
  color: rgba(246, 251, 247, 0.84);
}

body.page-ratgeber-studio .rg-card li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rg-teal);
}

body.page-ratgeber-studio .rg-card--featured li::before {
  background: var(--rg-lime);
}

body.page-ratgeber-studio .rg-card-cta {
  display: inline-flex;
  align-items: center;
  color: var(--rg-teal);
  font-weight: 900;
}

body.page-ratgeber-studio .rg-card--featured .rg-card-cta {
  color: var(--rg-lime);
}

body.page-ratgeber-studio .rg-path {
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px) 0 0 / 64px 64px,
    linear-gradient(180deg, #061f24 0%, #0b3235 100%);
}

body.page-ratgeber-studio .rg-path-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.08fr);
  gap: 58px;
  align-items: start;
}

body.page-ratgeber-studio .rg-path .rg-section-head {
  position: sticky;
  top: calc(var(--header-offset, 96px) + 28px);
  margin-bottom: 0;
}

body.page-ratgeber-studio .rg-path .rg-section-label {
  border-color: rgba(216, 243, 111, 0.24);
  background: rgba(216, 243, 111, 0.09);
  color: var(--rg-lime);
}

body.page-ratgeber-studio .rg-path .rg-section-head h2,
body.page-ratgeber-studio .rg-path .rg-section-head p {
  color: #ffffff;
}

body.page-ratgeber-studio .rg-path .rg-section-head p {
  color: rgba(246, 251, 247, 0.76);
}

body.page-ratgeber-studio .rg-path-list {
  display: grid;
  gap: 14px;
}

body.page-ratgeber-studio .rg-path-step {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.07);
}

body.page-ratgeber-studio .rg-path-step span {
  display: inline-grid;
  place-items: center;
  grid-row: 1 / span 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--rg-lime);
  color: var(--rg-ink);
  font-weight: 900;
}

body.page-ratgeber-studio .rg-path-step strong {
  display: block;
  grid-column: 2;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 21px;
}

body.page-ratgeber-studio .rg-path-step p {
  grid-column: 2;
  margin-bottom: 0;
  color: rgba(246, 251, 247, 0.74);
  line-height: 1.62;
}

body.page-ratgeber-studio .rg-decision {
  background: linear-gradient(180deg, #edf4f1 0%, #fbfcfa 100%);
}

body.page-ratgeber-studio .rg-decision-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}

body.page-ratgeber-studio .rg-decision-list {
  display: grid;
  gap: 12px;
}

body.page-ratgeber-studio .rg-decision-row {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 20px;
  border: 1px solid var(--rg-line);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 24px rgba(7, 33, 38, 0.045);
}

body.page-ratgeber-studio .rg-decision-row strong {
  color: var(--rg-ink);
  font-size: 16px;
  line-height: 1.35;
}

body.page-ratgeber-studio .rg-decision-row span {
  color: var(--rg-muted);
  line-height: 1.64;
}

body.page-ratgeber-studio .rg-cta,
body.page-ratgeber-studio .rg-final {
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 64px 64px,
    linear-gradient(180deg, #09282c, #051b20);
}

body.page-ratgeber-studio .rg-cta {
  padding: 84px 0;
}

body.page-ratgeber-studio .rg-cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
}

body.page-ratgeber-studio .rg-cta h2,
body.page-ratgeber-studio .rg-final h2 {
  margin-bottom: 14px;
  color: #ffffff;
}

body.page-ratgeber-studio .rg-cta p,
body.page-ratgeber-studio .rg-final p {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

body.page-ratgeber-studio .rg-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 250px;
}

body.page-ratgeber-studio .rg-faq .rg-section-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body.page-ratgeber-studio .rg-faq .rg-section-label {
  margin-left: auto;
  margin-right: auto;
}

body.page-ratgeber-studio .rg-faq-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
  margin: 0 auto;
}

body.page-ratgeber-studio .faq-item {
  border: 1px solid var(--rg-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(7, 33, 38, 0.05);
  overflow: hidden;
}

body.page-ratgeber-studio .faq-item summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  min-height: 68px;
  padding: 20px 22px;
  color: var(--rg-ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.42;
  list-style: none;
}

body.page-ratgeber-studio .faq-item summary::-webkit-details-marker {
  display: none;
}

body.page-ratgeber-studio .faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--rg-deep);
  font-size: 18px;
  line-height: 1;
  transform: none;
}

body.page-ratgeber-studio .faq-item[open] summary::after {
  content: "-";
}

body.page-ratgeber-studio .faq-body {
  padding: 0 22px 22px;
  color: var(--rg-muted);
  font-size: 16px;
  line-height: 1.72;
}

body.page-ratgeber-studio .rg-final {
  position: relative;
  isolation: isolate;
  padding: 98px 0;
  overflow: hidden;
}

body.page-ratgeber-studio .rg-final::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, transparent 0 16%, rgba(216, 243, 111, 0.18) 16% 17%, transparent 17%),
    linear-gradient(180deg, transparent 0 62%, rgba(216, 243, 111, 0.12) 62% 63%, transparent 63%);
  opacity: 0.82;
}

body.page-ratgeber-studio .rg-final-inner {
  max-width: 860px;
}

body.page-ratgeber-studio .rg-final p {
  margin-bottom: 24px;
}

@media (prefers-reduced-motion: reduce) {
  body.page-ratgeber-studio .rg-studio-page *,
  body.page-ratgeber-studio .rg-studio-page *::before,
  body.page-ratgeber-studio .rg-studio-page *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 1180px) {
  body.page-ratgeber-studio .rg-hero h1 {
    font-size: 56px;
  }

  body.page-ratgeber-studio .rg-guide-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 940px) {
  body.page-ratgeber-studio .rg-hero {
    min-height: auto;
    padding: calc(var(--header-offset, 92px) + 70px) 0 76px;
  }

  body.page-ratgeber-studio .rg-hero-layout,
  body.page-ratgeber-studio .rg-path-layout,
  body.page-ratgeber-studio .rg-decision-grid,
  body.page-ratgeber-studio .rg-cta-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  body.page-ratgeber-studio .rg-hero-board {
    width: 100%;
    margin: 0;
  }

  body.page-ratgeber-studio .rg-hero-proof {
    grid-template-columns: 1fr;
  }

  body.page-ratgeber-studio .rg-path .rg-section-head {
    position: static;
  }

  body.page-ratgeber-studio .rg-cta-actions {
    min-width: 0;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  body.page-ratgeber-studio .rg-hero {
    padding: calc(var(--header-offset, 86px) + 48px) 0 62px;
  }

  body.page-ratgeber-studio .rg-hero h1 {
    font-size: 42px;
    line-height: 1.04;
  }

  body.page-ratgeber-studio .rg-hero-lead,
  body.page-ratgeber-studio .rg-orientation p,
  body.page-ratgeber-studio .rg-section-head p,
  body.page-ratgeber-studio .rg-cta p,
  body.page-ratgeber-studio .rg-final p {
    font-size: 16px;
  }

  body.page-ratgeber-studio .rg-orientation h2,
  body.page-ratgeber-studio .rg-section-head h2,
  body.page-ratgeber-studio .rg-cta h2,
  body.page-ratgeber-studio .rg-final h2 {
    font-size: 34px;
    line-height: 1.12;
  }

  body.page-ratgeber-studio .rg-orientation,
  body.page-ratgeber-studio .rg-guides,
  body.page-ratgeber-studio .rg-path,
  body.page-ratgeber-studio .rg-decision,
  body.page-ratgeber-studio .rg-faq {
    padding: 64px 0;
  }

  body.page-ratgeber-studio .rg-orientation {
    padding: 0;
    margin-top: -28px;
  }

  body.page-ratgeber-studio .rg-orientation-panel,
  body.page-ratgeber-studio .rg-card,
  body.page-ratgeber-studio .rg-path-step,
  body.page-ratgeber-studio .rg-decision-row {
    padding: 20px;
  }

  body.page-ratgeber-studio .rg-card,
  body.page-ratgeber-studio .rg-path-step {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  body.page-ratgeber-studio .rg-decision-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 460px) {
  body.page-ratgeber-studio .rg-hero h1 {
    font-size: 36px;
  }

  body.page-ratgeber-studio .rg-hero-actions,
  body.page-ratgeber-studio .rg-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  body.page-ratgeber-studio .rg-studio-page .btn {
    width: 100%;
    text-align: center;
  }

  body.page-ratgeber-studio .rg-hero-board {
    padding: 16px;
  }

  body.page-ratgeber-studio .rg-board-row {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  body.page-ratgeber-studio .rg-card {
    grid-template-columns: 1fr;
  }

  body.page-ratgeber-studio .rg-card--featured h3 {
    font-size: 25px;
  }

  body.page-ratgeber-studio .faq-item summary {
    padding: 18px;
    font-size: 16px;
  }

  body.page-ratgeber-studio .faq-body {
    padding: 0 18px 18px;
  }

  body.page-ratgeber-studio .rg-final::before {
    background:
      linear-gradient(90deg, transparent 0 16%, rgba(216, 243, 111, 0.18) 16% 17%, transparent 17%);
    opacity: 0.58;
  }
}
