/* SEO-Zweitmeinung – finale, seitenbezogene Styles. */

/* Eigenständiger Testausschnitt: Prüfmatrix V2 */

.seo-zweitmeinung-page body {
  background: var(--paper);
}

.seo-zweitmeinung-page .service-hero,
.seo-zweitmeinung-page .content-section {
  border-bottom: 1px solid var(--line);
}

.seo-zweitmeinung-page .hero-inner,
.seo-zweitmeinung-page .section-inner {
  margin: 0 auto;
  max-width: var(--content-max);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

/* HERO: vorhandene Aussagen werden zu einer klaren Entscheidung verdichtet. */

.seo-zweitmeinung-page .service-hero {
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
}

.seo-zweitmeinung-page .hero-inner {
  display: grid;
  gap: clamp(58px, 7vw, 105px);
  grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
  min-height: 760px;
  padding-bottom: clamp(82px, 8vw, 118px);
  padding-top: clamp(82px, 8vw, 118px);
}

.seo-zweitmeinung-page .service-hero .hero-copy {
  align-self: center;
  display: block;
  padding: 0;
}

.seo-zweitmeinung-page .service-hero h1 {
  font-size: clamp(58px, 6.1vw, 94px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.99;
  margin: 0;
  max-width: 850px;
}

.seo-zweitmeinung-page .service-hero h1 em {
  background-image: linear-gradient(transparent 63%, var(--acid) 63%);
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.seo-zweitmeinung-page .hero-body {
  border-left: 1px solid rgba(244, 243, 237, 0.3);
  margin: 52px 0 0 clamp(0px, 4vw, 62px);
  max-width: 680px;
  padding-left: 28px;
}

.seo-zweitmeinung-page .hero-body p {
  color: rgba(244, 243, 237, 0.74);
  font-size: 17px;
  line-height: 1.72;
  margin: 0;
}

.seo-zweitmeinung-page .hero-body strong {
  color: var(--paper);
}

.seo-zweitmeinung-page .hero-body .button {
  margin-top: 27px;
}

.seo-zweitmeinung-page .hero-graphic {
  align-self: stretch;
  background-color: #0d100d;
  background-image:
    linear-gradient(rgba(244, 243, 237, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 243, 237, 0.055) 1px, transparent 1px);
  background-size: 30px 30px;
  border: 1px solid rgba(244, 243, 237, 0.28);
  min-height: 510px;
  overflow: hidden;
  position: relative;
}

.seo-zweitmeinung-page .hero-graphic::before {
  background: var(--acid);
  bottom: 12%;
  content: "";
  position: absolute;
  right: 25%;
  top: 12%;
  width: 2px;
}

.seo-zweitmeinung-page .hero-graphic::after {
  border-bottom: 1px solid rgba(244, 243, 237, 0.2);
  border-top: 1px solid rgba(244, 243, 237, 0.2);
  content: "";
  height: 42%;
  left: 8%;
  position: absolute;
  top: 25%;
  width: 84%;
}

.seo-zweitmeinung-page .matrix-frame {
  border: 1px solid rgba(244, 243, 237, 0.27);
  position: absolute;
}

.seo-zweitmeinung-page .matrix-frame-one {
  height: 48%;
  left: 11%;
  top: 16%;
  width: 58%;
}

.seo-zweitmeinung-page .matrix-frame-two {
  bottom: 16%;
  height: 46%;
  left: 23%;
  width: 52%;
}

.seo-zweitmeinung-page .hero-graphic i {
  background: rgba(244, 243, 237, 0.55);
  height: 1px;
  left: 10%;
  position: absolute;
}

.seo-zweitmeinung-page .hero-graphic i::after {
  background: var(--acid);
  border: 3px solid #0d100d;
  border-radius: 50%;
  content: "";
  height: 11px;
  position: absolute;
  right: -7px;
  top: -5px;
  width: 11px;
}

.seo-zweitmeinung-page .hero-graphic i:nth-of-type(1) {
  top: 25%;
  width: 42%;
}

.seo-zweitmeinung-page .hero-graphic i:nth-of-type(2) {
  top: 39%;
  width: 58%;
}

.seo-zweitmeinung-page .hero-graphic i:nth-of-type(3) {
  top: 53%;
  width: 49%;
}

.seo-zweitmeinung-page .hero-graphic i:nth-of-type(4) {
  top: 67%;
  width: 65%;
}

.seo-zweitmeinung-page .matrix-result {
  background: var(--acid);
  bottom: 12%;
  height: 104px;
  position: absolute;
  right: 12%;
  width: 104px;
  z-index: 2;
}

.seo-zweitmeinung-page .matrix-result::before,
.seo-zweitmeinung-page .matrix-result::after {
  background: var(--ink);
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.seo-zweitmeinung-page .matrix-result::before {
  height: 1px;
  width: 48px;
}

.seo-zweitmeinung-page .matrix-result::after {
  height: 48px;
  width: 1px;
}

/* SECTION 01: wiederholbarer, zentrierter Einstieg plus passende Inhaltsform. */

.seo-zweitmeinung-page .content-section {
  padding: clamp(100px, 10vw, 150px) 0;
}

.seo-zweitmeinung-page .situations {
  background: var(--paper);
}

.seo-zweitmeinung-page .situations .section-inner {
  max-width: 1120px;
}

.seo-zweitmeinung-page .situations .section-heading {
  margin: 0 auto clamp(72px, 8vw, 110px);
  max-width: 930px;
  text-align: center;
}

.seo-zweitmeinung-page .content-section h2 {
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1.04;
  margin-bottom: 32px;
}

.seo-zweitmeinung-page .situations h2 em {
  background-image: linear-gradient(transparent 64%, var(--acid) 64%);
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.seo-zweitmeinung-page .section-heading > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.seo-zweitmeinung-page .situations .section-heading > p {
  margin: 0 auto;
  max-width: 650px;
}

.seo-zweitmeinung-page .situation-list {
  border-top: 1px solid var(--ink);
  counter-reset: situation;
  list-style: none;
  margin: 0;
  padding: 0;
}

.seo-zweitmeinung-page .situation-list li {
  border-bottom: 1px solid var(--line);
  counter-increment: situation;
  font-size: 17px;
  line-height: 1.72;
  padding: 27px 34px 27px 68px;
  position: relative;
}

.seo-zweitmeinung-page .situation-list li::before {
  color: var(--muted);
  content: counter(situation, decimal-leading-zero);
  font-family: var(--mono);
  font-size: 11px;
  left: 6px;
  position: absolute;
  top: 32px;
}

.seo-zweitmeinung-page .situation-list strong {
  font-weight: 650;
}

.seo-zweitmeinung-page .situations .subsection {
  background: var(--paper-deep);
  border-left: 8px solid var(--acid);
  margin: 70px 0 0 auto;
  max-width: 760px;
  padding: 34px 40px 36px;
}

.seo-zweitmeinung-page .situations .subsection h3 {
  font-size: 24px;
  letter-spacing: -0.035em;
  line-height: 1.25;
  margin-bottom: 15px;
}

.seo-zweitmeinung-page .situations .subsection p {
  font-size: 16px;
  line-height: 1.72;
  margin-bottom: 0;
}

/* SECTION 02: linksbündiger Einstieg plus offene Prüffelder. */

.seo-zweitmeinung-page .scope {
  background: white;
}

.seo-zweitmeinung-page .scope .section-inner {
  max-width: 1180px;
}

.seo-zweitmeinung-page .scope .section-heading {
  display: grid;
  gap: clamp(55px, 8vw, 118px);
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  margin-bottom: clamp(75px, 8vw, 110px);
}

.seo-zweitmeinung-page .scope .section-heading h2 {
  margin-bottom: 0;
}

.seo-zweitmeinung-page .scope .section-heading > p {
  align-self: end;
  margin-bottom: 0;
}

.seo-zweitmeinung-page .scope-list {
  border-bottom: 1px solid var(--ink);
  border-top: 1px solid var(--ink);
  counter-reset: field;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-zweitmeinung-page .scope-list article {
  counter-increment: field;
  min-height: 410px;
  padding: 31px 30px 38px;
  position: relative;
}

.seo-zweitmeinung-page .scope-list article + article {
  border-left: 1px solid var(--line);
}

.seo-zweitmeinung-page .scope-list article::before {
  color: var(--muted);
  content: counter(field, decimal-leading-zero);
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  margin-bottom: 72px;
}

.seo-zweitmeinung-page .scope-list h3 {
  font-size: 23px;
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin-bottom: 20px;
}

.seo-zweitmeinung-page .scope-list p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .seo-zweitmeinung-page .hero-inner,
  .seo-zweitmeinung-page .scope .section-heading {
    grid-template-columns: 1fr;
  }

  .seo-zweitmeinung-page .hero-inner {
    padding-bottom: 0;
  }

  .seo-zweitmeinung-page .hero-graphic {
    min-height: 390px;
  }

  .seo-zweitmeinung-page .scope-list {
    grid-template-columns: 1fr;
  }

  .seo-zweitmeinung-page .scope-list article {
    min-height: auto;
  }

  .seo-zweitmeinung-page .scope-list article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .seo-zweitmeinung-page .scope-list article::before {
    margin-bottom: 28px;
  }
}

@media (max-width: 620px) {
  .seo-zweitmeinung-page .hero-inner {
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 72px;
  }

  .seo-zweitmeinung-page .service-hero .hero-copy {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }

  .seo-zweitmeinung-page .service-hero h1 {
    font-size: 50px;
  }

  .seo-zweitmeinung-page .hero-body {
    margin-left: 0;
  }

  .seo-zweitmeinung-page .hero-graphic {
    border-left: 0;
    border-right: 0;
    min-height: 310px;
  }

  .seo-zweitmeinung-page .content-section {
    padding: 90px 0;
  }

  .seo-zweitmeinung-page .content-section h2 {
    font-size: 42px;
  }

  .seo-zweitmeinung-page .situations .section-heading {
    margin-bottom: 65px;
    text-align: left;
  }

  .seo-zweitmeinung-page .situations .section-heading > p {
    margin-left: 0;
  }

  .seo-zweitmeinung-page .situation-list li {
    font-size: 16px;
    padding: 25px 0 25px 50px;
  }

  .seo-zweitmeinung-page .situations .subsection {
    padding: 29px 26px 31px;
  }

  .seo-zweitmeinung-page .scope-list article {
    padding: 28px 24px 32px;
  }
}



/* V2-Korrekturen nach visuellem Review */

.seo-zweitmeinung-page .hero-inner {
  gap: clamp(46px, 6vw, 86px);
  grid-template-columns: minmax(0, 1.34fr) minmax(300px, 0.66fr);
  min-height: 650px;
  padding-bottom: 58px;
  padding-top: 58px;
}

.seo-zweitmeinung-page .service-hero h1 {
  font-size: clamp(52px, 5vw, 76px);
  line-height: 1.02;
  max-width: 780px;
}

.seo-zweitmeinung-page .service-hero h1 em {
  background: none;
  color: white;
}

.seo-zweitmeinung-page .hero-highlight {
  background: var(--acid);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0 0.08em 0.03em;
}

.seo-zweitmeinung-page .hero-body {
  border-left: 0;
  margin: 34px 0 0;
  max-width: 650px;
  padding-left: 0;
}

.seo-zweitmeinung-page .hero-body p {
  font-size: 16px;
  line-height: 1.67;
}

.seo-zweitmeinung-page .hero-body .button {
  color: var(--ink);
  margin-top: 22px;
}

.seo-zweitmeinung-page .hero-graphic {
  align-self: center;
  aspect-ratio: 1;
  justify-self: end;
  min-height: 0;
  width: min(100%, 380px);
}

.seo-zweitmeinung-page .situations .section-inner {
  max-width: 1160px;
}

.seo-zweitmeinung-page .situation-list {
  border-top: 0;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.seo-zweitmeinung-page .situation-list li {
  border: 1px solid var(--ink);
  grid-column: span 3;
  min-height: 205px;
  padding: 30px 28px 30px 58px;
}

.seo-zweitmeinung-page .situation-list li:nth-child(n + 3) {
  grid-column: span 2;
  min-height: 255px;
}

.seo-zweitmeinung-page .situation-list li::before {
  left: 22px;
  top: 34px;
}

.seo-zweitmeinung-page .situation-list strong {
  display: block;
  margin-bottom: 11px;
}

.seo-zweitmeinung-page .situations .subsection {
  background: var(--acid);
  border: 1px solid var(--ink);
  display: grid;
  gap: clamp(38px, 6vw, 90px);
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  margin: 66px 0 0;
  max-width: none;
  padding: 44px 48px 46px;
}

.seo-zweitmeinung-page .situations .subsection h3,
.seo-zweitmeinung-page .situations .subsection p {
  margin: 0;
}

.seo-zweitmeinung-page .scope .section-heading {
  display: block;
  margin: 0 auto clamp(72px, 8vw, 105px);
  max-width: 900px;
  text-align: center;
}

.seo-zweitmeinung-page .scope .section-heading h2 {
  margin-bottom: 32px;
}

.seo-zweitmeinung-page .scope .section-heading > p {
  margin: 0 auto;
  max-width: 650px;
}

.seo-zweitmeinung-page .scope-list {
  border: 0;
  gap: 12px;
}

.seo-zweitmeinung-page .scope-list article {
  border: 1px solid var(--ink);
  min-height: 375px;
}

.seo-zweitmeinung-page .scope-list article + article {
  border-left: 1px solid var(--ink);
}

@media (max-width: 980px) {
  .seo-zweitmeinung-page .hero-inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(270px, 0.8fr);
    min-height: 620px;
    padding-bottom: 52px;
  }

  .seo-zweitmeinung-page .service-hero h1 {
    font-size: clamp(48px, 6vw, 66px);
  }

  .seo-zweitmeinung-page .hero-graphic {
    min-height: 0;
    width: min(100%, 330px);
  }

  .seo-zweitmeinung-page .situation-list li,
  .seo-zweitmeinung-page .situation-list li:nth-child(n + 3) {
    grid-column: span 3;
    min-height: 220px;
  }

  .seo-zweitmeinung-page .situations .subsection {
    grid-template-columns: 1fr;
  }

  .seo-zweitmeinung-page .scope-list {
    grid-template-columns: 1fr;
  }

  .seo-zweitmeinung-page .scope-list article,
  .seo-zweitmeinung-page .scope-list article + article {
    border: 1px solid var(--ink);
  }
}

@media (max-width: 620px) {
  .seo-zweitmeinung-page .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 0;
    padding-top: 58px;
  }

  .seo-zweitmeinung-page .service-hero h1 {
    font-size: 45px;
  }

  .seo-zweitmeinung-page .hero-body {
    margin-top: 30px;
  }

  .seo-zweitmeinung-page .hero-graphic {
    aspect-ratio: 1;
    margin-top: 10px;
    width: 100%;
  }

  .seo-zweitmeinung-page .situations .section-heading {
    text-align: center;
  }

  .seo-zweitmeinung-page .situations .section-heading > p {
    margin-left: auto;
  }

  .seo-zweitmeinung-page .situation-list {
    grid-template-columns: 1fr;
  }

  .seo-zweitmeinung-page .situation-list li,
  .seo-zweitmeinung-page .situation-list li:nth-child(n + 3) {
    grid-column: auto;
    min-height: auto;
    padding: 28px 24px 30px 54px;
  }

  .seo-zweitmeinung-page .situations .subsection {
    padding: 34px 28px 36px;
  }

  .seo-zweitmeinung-page .scope .section-heading {
    text-align: center;
  }
}





.seo-zweitmeinung-page .hero-highlight {
  background: none;
  color: var(--acid);
  padding: 0;
}

.seo-zweitmeinung-page .service-hero h1 em {
  color: inherit;
}

.seo-zweitmeinung-page .hero-body .button {
  background: var(--acid);
  color: var(--ink);
}

/* Gleicher Karten-Loop auf der ganzen Seite: Nummer → Headline → Text. */
.seo-zweitmeinung-page .situation-list li,
.seo-zweitmeinung-page .scope-list article {
  --card-number-gap: 10px;
  --card-heading-gap: 14px;
  --card-shadow: 8px;
  background: #fff;
  box-shadow: var(--card-shadow) var(--card-shadow) 0 var(--ink);
}

.seo-zweitmeinung-page .situation-list {
  gap: 28px;
  padding: 0 8px 8px 0;
}

.seo-zweitmeinung-page .situation-list li,
.seo-zweitmeinung-page .situation-list li:nth-child(n + 3) {
  min-height: 0;
  padding: 31px 30px 33px;
}

.seo-zweitmeinung-page .situation-list li::before {
  display: block;
  left: auto;
  margin: 0 0 var(--card-number-gap);
  position: static;
  top: auto;
}

.seo-zweitmeinung-page .situation-list strong {
  margin: 0 0 var(--card-heading-gap);
}

.seo-zweitmeinung-page .situations .subsection {
  background: transparent;
  border: 0;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}

.seo-zweitmeinung-page .situations .subsection h3,
.seo-zweitmeinung-page .situations .subsection p {
  border: 1px solid var(--ink);
  min-height: 260px;
  padding: clamp(34px, 4vw, 58px);
}

.seo-zweitmeinung-page .situations .subsection h3 {
  align-items: center;
  background: var(--acid);
  display: flex;
  font-size: clamp(29px, 3vw, 42px);
  justify-content: center;
  line-height: 1.06;
  text-align: center;
}

.seo-zweitmeinung-page .situations .subsection p {
  background: #fff;
  border-left: 0;
  font-size: 17px;
  line-height: 1.72;
}

.seo-zweitmeinung-page .scope .section-heading h2 em {
  background-image: linear-gradient(transparent 64%, var(--acid) 64%);
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.seo-zweitmeinung-page .scope-list {
  gap: 28px;
  padding: 0 8px 8px 0;
}

.seo-zweitmeinung-page .scope-list article,
.seo-zweitmeinung-page .scope-list article + article {
  background: var(--paper);
  border: 1px solid var(--ink);
  min-height: 0;
  padding: 31px 30px 33px;
}

.seo-zweitmeinung-page .scope-list article::before {
  margin: 0 0 var(--card-number-gap);
}

.seo-zweitmeinung-page .scope-list h3 {
  margin: 0 0 var(--card-heading-gap);
}

@media (max-width: 980px) {
  .seo-zweitmeinung-page .situation-list,
  .seo-zweitmeinung-page .scope-list {
    gap: 24px;
  }

  .seo-zweitmeinung-page .situations .subsection {
    grid-template-columns: 1fr;
  }

  .seo-zweitmeinung-page .situations .subsection p {
    border-left: 1px solid var(--ink);
    border-top: 0;
  }
}

@media (max-width: 620px) {
  .seo-zweitmeinung-page .situation-list,
  .seo-zweitmeinung-page .scope-list {
    gap: 20px;
  }

  .seo-zweitmeinung-page .situation-list li,
  .seo-zweitmeinung-page .situation-list li:nth-child(n + 3),
  .seo-zweitmeinung-page .scope-list article,
  .seo-zweitmeinung-page .scope-list article + article {
    padding: 27px 24px 29px;
  }

  .seo-zweitmeinung-page .situations .subsection h3,
  .seo-zweitmeinung-page .situations .subsection p {
    min-height: 0;
    padding: 34px 28px;
  }
}




.seo-zweitmeinung-page .question-check,
.seo-zweitmeinung-page .process-section {
  background-color: var(--ink);
  background-image:
    linear-gradient(rgba(244, 243, 237, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 243, 237, 0.07) 1px, transparent 1px);
  background-size: 36px 36px;
  color: var(--paper);
}

.seo-zweitmeinung-page .question-check .section-inner,
.seo-zweitmeinung-page .process-section .section-inner {
  max-width: 1120px;
}

.seo-zweitmeinung-page .question-check .section-heading,
.seo-zweitmeinung-page .process-section .section-heading {
  margin: 0 auto clamp(62px, 7vw, 92px);
  max-width: 890px;
  text-align: center;
}

.seo-zweitmeinung-page .question-check h2,
.seo-zweitmeinung-page .process-section h2 {
  color: var(--paper);
}

.seo-zweitmeinung-page .question-check h2 em,
.seo-zweitmeinung-page .process-section h2 em {
  color: var(--acid);
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.seo-zweitmeinung-page .question-check .section-heading > p,
.seo-zweitmeinung-page .process-section .section-heading > p {
  color: rgba(244, 243, 237, 0.74);
  margin: 0 auto;
  max-width: 670px;
}

/* Kein zweites Kartenraster: die Prüfungsfragen bleiben eine eigenständige Liste. */
.seo-zweitmeinung-page .decision-list {
  border-bottom: 1px solid rgba(244, 243, 237, 0.42);
  border-top: 1px solid rgba(244, 243, 237, 0.42);
  counter-reset: decision;
  list-style: none;
  margin: 0 auto;
  max-width: 900px;
  padding: 0;
}

.seo-zweitmeinung-page .decision-list li {
  align-items: baseline;
  border-bottom: 1px solid rgba(244, 243, 237, 0.24);
  counter-increment: decision;
  display: grid;
  font-size: clamp(21px, 2.1vw, 30px);
  gap: clamp(26px, 4vw, 62px);
  grid-template-columns: 40px minmax(0, 1fr);
  letter-spacing: -0.04em;
  line-height: 1.16;
  opacity: 1;
  padding: 28px 0 30px;
  transform: none;
  transition: opacity 440ms ease, transform 440ms ease;
}

.seo-zweitmeinung-page .decision-list li:last-child {
  border-bottom: 0;
}

.seo-zweitmeinung-page .decision-list li::before {
  color: var(--acid);
  content: counter(decision, decimal-leading-zero);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0;
  padding-top: 0.5em;
}

@media (prefers-reduced-motion: no-preference) {
  .seo-zweitmeinung-page .decision-list li {
    opacity: 0;
    transform: translateY(14px);
  }

  .seo-zweitmeinung-page .decision-list li.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

.seo-zweitmeinung-page .section-outro {
  color: rgba(244, 243, 237, 0.78);
  font-size: 17px;
  line-height: 1.72;
  margin: clamp(54px, 7vw, 84px) auto 0;
  max-width: 680px;
  text-align: center;
}

.seo-zweitmeinung-page .section-outro strong {
  color: var(--paper);
}

.seo-zweitmeinung-page .process-section {
  border-top: 0;
}

.seo-zweitmeinung-page .process-list {
  counter-reset: process;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.seo-zweitmeinung-page .process-list li {
  --card-number-gap: 10px;
  --card-heading-gap: 14px;
  background: var(--paper);
  border: 1px solid var(--paper);
  color: var(--ink);
  counter-increment: process;
  font-size: 16px;
  line-height: 1.7;
  min-height: 235px;
  padding: 34px 34px 36px;
}

.seo-zweitmeinung-page .process-list li::before {
  color: var(--muted);
  content: counter(process, decimal-leading-zero);
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  margin: 0 0 var(--card-number-gap);
}

.seo-zweitmeinung-page .process-list strong {
  display: block;
  font-size: 23px;
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin: 0 0 var(--card-heading-gap);
}

@media (max-width: 620px) {
  .seo-zweitmeinung-page .question-check .section-heading,
  .seo-zweitmeinung-page .process-section .section-heading {
    text-align: left;
  }

  .seo-zweitmeinung-page .question-check .section-heading > p,
  .seo-zweitmeinung-page .process-section .section-heading > p,
  .seo-zweitmeinung-page .section-outro {
    margin-left: 0;
    text-align: left;
  }

  .seo-zweitmeinung-page .decision-list li {
    gap: 18px;
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 24px 0 26px;
  }

  .seo-zweitmeinung-page .process-list {
    grid-template-columns: 1fr;
  }

  .seo-zweitmeinung-page .process-list li {
    min-height: 0;
    padding: 30px 27px 32px;
  }
}




.seo-zweitmeinung-page .question-check {
  background-image: none;
}

.seo-zweitmeinung-page .decision-list {
  background: var(--acid);
  border: 1px solid var(--ink);
  max-width: 980px;
  padding: clamp(34px, 5vw, 68px);
}

.seo-zweitmeinung-page .decision-list li {
  align-items: start;
  border: 0;
  color: var(--ink);
  display: grid;
  font-size: inherit;
  gap: clamp(20px, 3vw, 44px);
  grid-template-columns: 40px minmax(0, 1fr);
  letter-spacing: normal;
  line-height: normal;
  opacity: 1;
  padding: 0;
  transform: none;
}

.seo-zweitmeinung-page .decision-list li + li {
  margin-top: clamp(24px, 3vw, 38px);
}

.seo-zweitmeinung-page .decision-list li::before {
  color: rgba(18, 21, 18, 0.64);
  padding-top: 0.52em;
}

.seo-zweitmeinung-page .decision-prompt {
  font-size: clamp(24px, 2.55vw, 38px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.08;
  margin: 0;
}

.seo-zweitmeinung-page .process-section {
  background: var(--paper);
  background-image: none;
  border-top: 1px solid var(--line);
  color: var(--ink);
}

.seo-zweitmeinung-page .process-section h2 {
  color: var(--ink);
}

.seo-zweitmeinung-page .process-section h2 em {
  background-image: linear-gradient(transparent 64%, var(--acid) 64%);
  color: var(--ink);
}

.seo-zweitmeinung-page .process-section .section-heading > p {
  color: var(--muted);
}

.seo-zweitmeinung-page .process-list {
  gap: 28px;
  padding: 0 8px 8px 0;
}

.seo-zweitmeinung-page .process-list li {
  background: #fff;
  border: 1px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
  min-height: 0;
  padding: 31px 30px 33px;
}

.seo-zweitmeinung-page .process-section .section-outro {
  color: var(--muted);
}

.seo-zweitmeinung-page .process-section .section-outro strong {
  color: var(--ink);
}

@media (max-width: 620px) {
  .seo-zweitmeinung-page .decision-list {
    padding: 32px 27px;
  }

  .seo-zweitmeinung-page .decision-list li {
    gap: 16px;
    grid-template-columns: 30px minmax(0, 1fr);
  }
}




.seo-zweitmeinung-page .decision-list {
  background: transparent;
  border: 0;
  display: grid;
  gap: 25px;
  max-width: 980px;
  padding: 0 8px 8px 0;
}

.seo-zweitmeinung-page .decision-list li,
.seo-zweitmeinung-page .decision-list li + li {
  background: var(--acid);
  border: 1px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
  display: block;
  margin: 0;
  padding: clamp(29px, 4vw, 48px);
}

.seo-zweitmeinung-page .decision-list li::before {
  content: none;
}

.seo-zweitmeinung-page .decision-prompt {
  font-size: clamp(25px, 2.65vw, 40px);
  line-height: 1.1;
}

@media (max-width: 620px) {
  .seo-zweitmeinung-page .decision-list {
    gap: 20px;
  }

  .seo-zweitmeinung-page .decision-list li,
  .seo-zweitmeinung-page .decision-list li + li {
    padding: 29px 27px;
  }
}




.seo-zweitmeinung-page .decision-list {
  background: transparent;
  border: 0;
  display: grid;
  gap: 20px;
  list-style: none;
  margin: 0 auto;
  max-width: 720px;
  padding: 0;
}

.seo-zweitmeinung-page .decision-list li,
.seo-zweitmeinung-page .decision-list li + li {
  align-items: start;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: grid;
  gap: 15px;
  grid-template-columns: 10px minmax(0, 1fr);
  margin: 0;
  padding: 0;
}

.seo-zweitmeinung-page .decision-list li::before {
  background: var(--acid);
  border-radius: 50%;
  content: "";
  height: 8px;
  margin-top: 0.62em;
  padding: 0;
  width: 8px;
}

.seo-zweitmeinung-page .decision-prompt {
  color: var(--acid);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 620px) {
  .seo-zweitmeinung-page .decision-list {
    gap: 17px;
  }
}




.seo-zweitmeinung-page .decision-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  text-align: left;
  width: 100%;
}

.seo-zweitmeinung-page .decision-prompt {
  color: var(--paper);
}

@media (prefers-reduced-motion: no-preference) {
  .seo-zweitmeinung-page .decision-list li::before {
    animation: decision-dot-wave 2.8s ease-in-out infinite;
  }

  .seo-zweitmeinung-page .decision-list li:nth-child(2)::before { animation-delay: 0.18s; }
  .seo-zweitmeinung-page .decision-list li:nth-child(3)::before { animation-delay: 0.36s; }
  .seo-zweitmeinung-page .decision-list li:nth-child(4)::before { animation-delay: 0.54s; }
  .seo-zweitmeinung-page .decision-list li:nth-child(5)::before { animation-delay: 0.72s; }
}

@keyframes decision-dot-wave {
  0%, 58%, 100% {
    box-shadow: 0 0 0 0 rgba(189, 245, 61, 0);
    opacity: 0.48;
    transform: scale(0.82);
  }

  18%, 32% {
    box-shadow: 0 0 0 6px rgba(189, 245, 61, 0.16);
    opacity: 1;
    transform: scale(1);
  }
}




.seo-zweitmeinung-page .decision-list {
  margin-left: calc(50% - 380px);
  margin-right: 0;
  max-width: none;
  width: 760px;
}

@media (prefers-reduced-motion: no-preference) {
  .seo-zweitmeinung-page .decision-list li::before {
    animation-duration: 4.6s;
  }

  .seo-zweitmeinung-page .decision-list li:nth-child(2)::before { animation-delay: 0.26s; }
  .seo-zweitmeinung-page .decision-list li:nth-child(3)::before { animation-delay: 0.52s; }
  .seo-zweitmeinung-page .decision-list li:nth-child(4)::before { animation-delay: 0.78s; }
  .seo-zweitmeinung-page .decision-list li:nth-child(5)::before { animation-delay: 1.04s; }
}

@media (max-width: 856px) {
  .seo-zweitmeinung-page .decision-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
    width: 100%;
  }
}




.seo-zweitmeinung-page .decision-list {
  background: var(--paper-deep);
  border: 1px solid var(--ink);
  box-shadow: 8px 8px 0 var(--acid);
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
  padding: clamp(30px, 4vw, 48px);
  width: 100%;
}

.seo-zweitmeinung-page .decision-list li,
.seo-zweitmeinung-page .decision-list li + li {
  gap: 14px;
}

.seo-zweitmeinung-page .decision-list li::before {
  background: var(--acid);
  flex: 0 0 8px;
}

.seo-zweitmeinung-page .decision-prompt {
  color: var(--ink);
}

@media (max-width: 760px) {
  .seo-zweitmeinung-page .decision-list {
    max-width: none;
    width: calc(100% - 8px);
  }
}




.seo-zweitmeinung-page .decision-list {
  background: var(--ink);
}

.seo-zweitmeinung-page .decision-prompt {
  color: var(--paper);
}




.seo-zweitmeinung-page .decision-surface {
  background-color: #0d100d;
  background-image:
    linear-gradient(rgba(244, 243, 237, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 243, 237, 0.08) 1px, transparent 1px);
  background-size: 36px 36px;
  margin: 0 auto;
  max-width: 880px;
  padding: clamp(38px, 6vw, 68px);
}

.seo-zweitmeinung-page .decision-list {
  border: 1px solid var(--acid);
}

@media (max-width: 760px) {
  .seo-zweitmeinung-page .decision-surface {
    padding: 28px 24px;
  }
}




.seo-zweitmeinung-page .decision-surface {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  padding-left: max(var(--gutter), calc((100vw - 880px) / 2));
  padding-right: max(var(--gutter), calc((100vw - 880px) / 2));
  width: 100vw;
}

@media (max-width: 760px) {
  .seo-zweitmeinung-page .decision-surface {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 24px;
    padding-right: 24px;
  }
}




.seo-zweitmeinung-page .decision-surface {
  background-color: transparent;
}




.seo-zweitmeinung-page .question-check {
  overflow-x: clip;
}




.seo-zweitmeinung-page .decision-surface {
  border-bottom: 1px solid rgba(244, 243, 237, 0.24);
}

.seo-zweitmeinung-page .result-section {
  background: var(--paper);
  padding: 0;
}

.seo-zweitmeinung-page .result-section .section-inner {
  max-width: none;
  padding: 0;
}

.seo-zweitmeinung-page .result-callout {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(0, 2fr);
}

.seo-zweitmeinung-page .result-callout h2 {
  align-items: center;
  background: var(--acid);
  border-bottom: 1px solid var(--ink);
  border-right: 1px solid var(--ink);
  display: flex;
  font-size: clamp(34px, 3.45vw, 58px);
  font-weight: 700;
  justify-content: center;
  letter-spacing: -0.065em;
  line-height: 1.02;
  margin: 0;
  padding: clamp(48px, 7vw, 104px) clamp(30px, 4vw, 66px);
  text-align: center;
}

.seo-zweitmeinung-page .result-copy {
  background: #fff;
  border-bottom: 1px solid var(--ink);
  padding: clamp(48px, 7vw, 104px) clamp(36px, 7vw, 118px);
}

.seo-zweitmeinung-page .result-copy p {
  font-size: 18px;
  line-height: 1.75;
  margin: 0;
  max-width: 720px;
}

.seo-zweitmeinung-page .result-copy p + p {
  margin-top: 24px;
}

.seo-zweitmeinung-page .distinction-section {
  background: var(--paper-deep);
}

.seo-zweitmeinung-page .distinction-section .section-inner,
.seo-zweitmeinung-page .personal-section .section-inner {
  max-width: 1120px;
}

.seo-zweitmeinung-page .distinction-section .section-heading,
.seo-zweitmeinung-page .personal-section .section-heading {
  margin: 0 auto clamp(65px, 7vw, 94px);
  max-width: 900px;
  text-align: center;
}

.seo-zweitmeinung-page .distinction-section .section-heading h2,
.seo-zweitmeinung-page .personal-section .section-heading h2 {
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1.04;
  margin-bottom: 30px;
}

.seo-zweitmeinung-page .distinction-section .section-heading h2 em,
.seo-zweitmeinung-page .personal-section .section-heading h2 em {
  background-image: linear-gradient(transparent 64%, var(--acid) 64%);
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.seo-zweitmeinung-page .distinction-section .section-heading > p {
  color: var(--muted);
  margin: 0 auto;
  max-width: 650px;
}

.seo-zweitmeinung-page .distinction-list {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0 8px 8px 0;
}

.seo-zweitmeinung-page .distinction-list li {
  background: #fff;
  border: 1px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
  font-size: 16px;
  line-height: 1.7;
  min-height: 190px;
  padding: 31px 30px 33px;
}

.seo-zweitmeinung-page .distinction-list strong {
  display: block;
  font-size: 23px;
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin-bottom: 14px;
}

.seo-zweitmeinung-page .distinction-section .section-outro {
  color: var(--muted);
}

.seo-zweitmeinung-page .distinction-section .section-outro strong {
  color: var(--ink);
}

.seo-zweitmeinung-page .personal-section {
  background: var(--paper);
}

.seo-zweitmeinung-page .personal-section .section-heading {
  margin-bottom: 0;
}

.seo-zweitmeinung-page .personal-copy {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
  margin: 0 auto;
  max-width: 680px;
}

.seo-zweitmeinung-page .personal-copy + .personal-copy {
  margin-top: 20px;
}

.seo-zweitmeinung-page .personal-copy strong {
  color: var(--ink);
}

@media (max-width: 820px) {
  .seo-zweitmeinung-page .result-callout {
    grid-template-columns: 1fr;
  }

  .seo-zweitmeinung-page .result-callout h2 {
    border-right: 0;
  }

  .seo-zweitmeinung-page .distinction-list {
    grid-template-columns: 1fr;
  }

  .seo-zweitmeinung-page .distinction-list li {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .seo-zweitmeinung-page .result-copy {
    padding: 38px 28px 42px;
  }

  .seo-zweitmeinung-page .result-copy p {
    font-size: 16px;
  }

  .seo-zweitmeinung-page .distinction-list {
    gap: 20px;
  }

  .seo-zweitmeinung-page .distinction-list li {
    padding: 28px 24px 30px;
  }

  .seo-zweitmeinung-page .distinction-section .section-heading,
  .seo-zweitmeinung-page .personal-section .section-heading {
    text-align: left;
  }
}




.seo-zweitmeinung-page .faq-section {
  background: var(--paper-deep);
}

.seo-zweitmeinung-page .faq-section .section-inner {
  max-width: 1020px;
}

.seo-zweitmeinung-page .faq-section .section-heading {
  margin: 0 auto clamp(62px, 7vw, 92px);
  max-width: 860px;
  text-align: center;
}

.seo-zweitmeinung-page .faq-section .section-heading h2 {
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1.04;
  margin-bottom: 30px;
}

.seo-zweitmeinung-page .faq-section .section-heading h2 em {
  background-image: linear-gradient(transparent 64%, var(--acid) 64%);
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.seo-zweitmeinung-page .faq-section .section-heading > p {
  color: var(--muted);
  margin: 0 auto;
  max-width: 620px;
}

.seo-zweitmeinung-page .faq-list {
  display: grid;
  gap: 14px;
  margin: 0 auto;
  max-width: 860px;
}

.seo-zweitmeinung-page .faq-list details {
  background: #fff;
  border: 1px solid var(--ink);
}

.seo-zweitmeinung-page .faq-list summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 650;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) 28px;
  letter-spacing: -0.04em;
  line-height: 1.24;
  list-style: none;
  padding: 27px 30px;
}

.seo-zweitmeinung-page .faq-list summary::-webkit-details-marker {
  display: none;
}

.seo-zweitmeinung-page .faq-list summary::after {
  align-items: center;
  border: 1px solid var(--ink);
  content: "+";
  display: flex;
  font-family: var(--mono);
  font-size: 20px;
  font-weight: 400;
  height: 28px;
  justify-content: center;
  line-height: 1;
  width: 28px;
}

.seo-zweitmeinung-page .faq-list details[open] summary::after {
  content: "−";
}

.seo-zweitmeinung-page .faq-list details > div {
  border-top: 1px solid var(--line);
  padding: 0 30px 28px;
}

.seo-zweitmeinung-page .faq-list details p {
  color: var(--muted);
  line-height: 1.72;
  margin: 24px 0 0;
  max-width: 740px;
}

.seo-zweitmeinung-page .cta-section {
  background: var(--acid);
  border-bottom: 1px solid var(--ink);
  padding: clamp(100px, 12vw, 180px) 0;
}

.seo-zweitmeinung-page .cta-section .section-inner {
  max-width: 960px;
}

.seo-zweitmeinung-page .cta-copy {
  text-align: center;
}

.seo-zweitmeinung-page .cta-copy h2 {
  font-size: clamp(50px, 6vw, 92px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.99;
  margin: 0 auto 34px;
  max-width: 860px;
}

.seo-zweitmeinung-page .cta-copy p {
  font-size: 17px;
  line-height: 1.72;
  margin: 0 auto;
  max-width: 670px;
}

.seo-zweitmeinung-page .cta-copy p + p {
  margin-top: 18px;
}

.seo-zweitmeinung-page .cta-copy .button {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
  margin-top: 38px;
  min-width: 300px;
}

.seo-zweitmeinung-page .cta-copy .button:hover {
  background: #fff;
  color: var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
}

@media (max-width: 620px) {
  .seo-zweitmeinung-page .faq-section .section-heading {
    text-align: left;
  }

  .seo-zweitmeinung-page .faq-section .section-heading > p {
    margin-left: 0;
  }

  .seo-zweitmeinung-page .faq-list summary {
    font-size: 18px;
    gap: 16px;
    padding: 23px 22px;
  }

  .seo-zweitmeinung-page .faq-list details > div {
    padding: 0 22px 25px;
  }

  .seo-zweitmeinung-page .cta-copy {
    text-align: left;
  }

  .seo-zweitmeinung-page .cta-copy p,
  .seo-zweitmeinung-page .cta-copy h2 {
    margin-left: 0;
  }

  .seo-zweitmeinung-page .cta-copy .button {
    min-width: 0;
    width: 100%;
  }
}




.seo-zweitmeinung-page .service-hero {
  background: var(--paper-deep);
  color: var(--ink);
}

.seo-zweitmeinung-page .service-hero h1 {
  color: var(--ink);
}

.seo-zweitmeinung-page .service-hero .hero-highlight {
  background: none;
  color: inherit;
  padding: 0;
}

.seo-zweitmeinung-page .service-hero h1 em {
  background-image: linear-gradient(transparent 64%, var(--acid) 64%);
  color: inherit;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.seo-zweitmeinung-page .service-hero .hero-body p {
  color: var(--muted);
}

.seo-zweitmeinung-page .service-hero .hero-body strong {
  color: var(--ink);
}

.seo-zweitmeinung-page .result-section {
  background: var(--paper);
  padding: clamp(78px, 10vw, 144px) 0;
}

.seo-zweitmeinung-page .result-section .section-inner {
  max-width: var(--content-max);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.seo-zweitmeinung-page .result-callout {
  background: transparent;
  border: 1px solid var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1120px;
  padding: 0;
}

.seo-zweitmeinung-page .result-callout h2 {
  align-items: center;
  background: var(--acid);
  border-right: 1px solid var(--ink);
  display: flex;
  font-family: Georgia, serif;
  font-size: clamp(42px, 4.5vw, 68px);
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  letter-spacing: -0.05em;
  line-height: 1.03;
  margin: 0;
  padding: clamp(52px, 7vw, 98px) clamp(28px, 5vw, 66px);
  text-align: center;
}

.seo-zweitmeinung-page .result-copy {
  align-items: center;
  background: #fff;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(52px, 7vw, 98px) clamp(28px, 5vw, 66px);
}

.seo-zweitmeinung-page .result-copy p {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.75;
  margin: 0;
  max-width: 720px;
}

.seo-zweitmeinung-page .result-copy p + p {
  margin-top: 24px;
}

.seo-zweitmeinung-page .process-section {
  background: var(--paper-deep);
  border-top: 0;
}

@media (max-width: 760px) {
  .seo-zweitmeinung-page .result-section {
    padding: clamp(64px, 15vw, 96px) 0;
  }

  .seo-zweitmeinung-page .result-callout {
    box-shadow: 4px 4px 0 var(--ink);
    grid-template-columns: 1fr;
  }

  .seo-zweitmeinung-page .result-callout h2 {
    border-bottom: 1px solid var(--ink);
    border-right: 0;
  }
}




.seo-zweitmeinung-page .situations .subsection {
  background: transparent;
  border: 1px solid var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
  gap: 0;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-top: 18px;
  padding: 0;
}

.seo-zweitmeinung-page .situations .subsection h3 {
  align-items: center;
  background: var(--acid);
  border-right: 1px solid var(--ink);
  display: flex;
  font-family: Georgia, serif;
  font-size: clamp(30px, 3vw, 42px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.25;
  padding: 44px 48px 46px;
}

.seo-zweitmeinung-page .situations .subsection p {
  align-items: center;
  background: #fff;
  color: var(--ink);
  display: flex;
  font-size: 16px;
  line-height: 1.72;
  padding: 44px 48px 46px;
}

.seo-zweitmeinung-page .question-check .section-heading {
  margin-bottom: clamp(36px, 4vw, 52px);
}

.seo-zweitmeinung-page .question-check .decision-surface {
  background-color: transparent;
  background-image: none;
  border-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding: 0;
  width: auto;
}

.seo-zweitmeinung-page .question-check .section-outro {
  margin-top: clamp(36px, 4vw, 52px);
}

@media (max-width: 760px) {
  .seo-zweitmeinung-page .situations .subsection {
    box-shadow: 4px 4px 0 var(--ink);
    grid-template-columns: 1fr;
  }

  .seo-zweitmeinung-page .situations .subsection h3 {
    border-bottom: 1px solid var(--ink);
    border-right: 0;
  }
}

@media (max-width: 620px) {
  .seo-zweitmeinung-page .situations .subsection h3,
  .seo-zweitmeinung-page .situations .subsection p {
    padding: 34px 28px 36px;
  }
}




.seo-zweitmeinung-page .question-check {
  isolation: isolate;
  position: relative;
}

.seo-zweitmeinung-page .question-check .section-inner {
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .seo-zweitmeinung-page .question-check::before,
  .seo-zweitmeinung-page .question-check::after {
    border: 1px solid rgba(189, 245, 61, 0.2);
    border-radius: 50%;
    content: "";
    height: 158px;
    pointer-events: none;
    position: absolute;
    top: 38%;
    width: 158px;
    z-index: 0;
  }

  .seo-zweitmeinung-page .question-check::before {
    box-shadow:
      0 0 0 30px rgba(189, 245, 61, 0.08),
      0 0 0 72px rgba(189, 245, 61, 0.045);
    left: calc(50% - 710px);
  }

  .seo-zweitmeinung-page .question-check::after {
    box-shadow:
      0 0 0 30px rgba(244, 243, 237, 0.06),
      0 0 0 72px rgba(244, 243, 237, 0.035);
    right: calc(50% - 710px);
    top: 62%;
  }
}





.seo-zweitmeinung-page .question-check {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .seo-zweitmeinung-page .question-check::before,
  .seo-zweitmeinung-page .question-check::after {
    border-color: rgba(189, 245, 61, 0.07);
    height: 390px;
    top: 24%;
    width: 390px;
  }

  .seo-zweitmeinung-page .question-check::before {
    box-shadow:
      0 0 0 1px rgba(189, 245, 61, 0.035),
      0 0 0 56px rgba(189, 245, 61, 0.03),
      0 0 0 126px rgba(189, 245, 61, 0.022);
    left: -274px;
  }

  .seo-zweitmeinung-page .question-check::after {
    box-shadow:
      0 0 0 1px rgba(244, 243, 237, 0.03),
      0 0 0 56px rgba(244, 243, 237, 0.025),
      0 0 0 126px rgba(244, 243, 237, 0.018);
    right: -274px;
    top: 50%;
  }
}




.seo-zweitmeinung-page .cta-section {
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.seo-zweitmeinung-page .cta-section .section-inner {
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .seo-zweitmeinung-page .cta-section::before,
  .seo-zweitmeinung-page .cta-section::after {
    border: 1px solid rgba(18, 21, 18, 0.1);
    border-radius: 50%;
    content: "";
    height: 390px;
    pointer-events: none;
    position: absolute;
    width: 390px;
    z-index: 0;
  }

  .seo-zweitmeinung-page .cta-section::before {
    box-shadow:
      0 0 0 1px rgba(18, 21, 18, 0.045),
      0 0 0 56px rgba(18, 21, 18, 0.035),
      0 0 0 126px rgba(18, 21, 18, 0.022);
    left: -274px;
    top: 12%;
  }

  .seo-zweitmeinung-page .cta-section::after {
    box-shadow:
      0 0 0 1px rgba(74, 78, 70, 0.06),
      0 0 0 56px rgba(74, 78, 70, 0.042),
      0 0 0 126px rgba(74, 78, 70, 0.028);
    right: -274px;
    top: 48%;
  }
}





.seo-zweitmeinung-page .situations .subsection {
  background: transparent;
  border: 0;
  box-shadow: none;
  display: block;
  margin: clamp(42px, 5vw, 64px) auto 0;
  max-width: 760px;
  padding: 0;
  text-align: center;
}

.seo-zweitmeinung-page .situations .subsection h3 {
  background: transparent;
  border: 0;
  display: block;
  font-family: var(--sans);
  font-size: clamp(28px, 3vw, 40px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.12;
  margin: 0;
  min-height: 0;
  padding: 0;
  text-align: center;
}

.seo-zweitmeinung-page .situations .subsection p {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--muted);
  display: block;
  font-size: 16px;
  line-height: 1.72;
  margin: 18px auto 0;
  max-width: 640px;
  min-height: 0;
  padding: 0;
  text-align: center;
}

@media (max-width: 620px) {
  .seo-zweitmeinung-page .situations .subsection,
  .seo-zweitmeinung-page .situations .subsection h3,
  .seo-zweitmeinung-page .situations .subsection p {
    padding: 0;
  }

  .seo-zweitmeinung-page .situations .subsection {
    text-align: left;
  }

  .seo-zweitmeinung-page .situations .subsection h3,
  .seo-zweitmeinung-page .situations .subsection p {
    margin-left: 0;
    text-align: left;
  }
}

