* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Roboto, system-ui, sans-serif;
  background: #5f6f7e0c;
  color: #1e1e2a;
  line-height: 1.5;
  padding: 2rem 1rem;
  word-break: break-word;
}
img {
 max-width: 100%;
}
header.artikel-block, footer.artikel-block {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-bottom: 16px;
}
footer.artikel-block {
  margin-top: 30px;
  margin-bottom: 0;
  row-gap: 12px;
  padding: 2rem;
}
footer.artikel-block ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 30px;
  padding: 16px 0;
  list-style-type: none;
}
.footer.artikel-block a {
  color: #2e241a;
  text-decoration: none;
  font-weight: 700;
}
.page {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.artikel-block {
  background: white;
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  padding: 2rem 2rem 2.5rem;
  border: 1px solid #eeece5;
}

h1 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  color: #1e2c3a;
  border-left: 6px solid #fc6c3f;
  padding-left: 1.5rem;
}

.lead-em {
  font-size: 1.3rem;
  margin-bottom: 1.8rem;
  color: #2c3e4e;
  font-weight: 400;
}

.intro-italic {
  font-style: italic;
  font-size: 1.2rem;
  background: #5f6f7e0c;
  padding: 1.2rem 1.8rem;
  border-radius: 18px;
  margin-bottom: 2rem;
  border-left: 4px solid #fc6c3f;
}

.artikel-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.text-kolonne p {
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  color: #2e3b4b;
}

.bild-kolonne {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.bild-placeholder {
  background: #5f6f7e0c;
  border-radius: 18px;
  padding: 1rem 1.2rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03), 0 4px 8px rgba(0, 0, 0, 0.02);
  border: 1px solid #5f6f7e;
  margin-bottom: 20px;
}

.bild-placeholder img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  background: #d9d2c1;
  object-fit: cover;
}

.bild-caption {
  font-size: 0.9rem;
  color: #5f5749;
  margin-top: 0.5rem;
  font-weight: 500;
}

.webp-hinweis {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #7e6e58;
  font-size: 0.9rem;
}

.separator-text {
  margin: 1.8rem 0 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1e3a4d;
}

.fund-fakt {
  background: #eef3f7;
  padding: 1rem 1.8rem;
  border-radius: 40px;
  display: inline-block;
  margin: 0.5rem 0 1.8rem;
  font-weight: 500;
}

/* БЛОК 2 — форма оценки */
.bewertung-block {
  background: #1e2c3a;
  border-radius: 28px;
  padding: 2.5rem 2.8rem;
  box-shadow: 0 20px 30px -8px rgba(0, 0, 0, 0.2);
  color: #f0ede5;
}

.bewertung-block h2 {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  color: #f3e9d2;
}

.subhead-gold {
  color: #fc6c3f;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #475a68;
  padding-bottom: 1rem;
}

.bewertung-text p {
  margin-bottom: 1.2rem;
  color: #dee2e6;
  font-size: 1.05rem;
}

.vorteil-kasten {
  background: #253544;
  padding: 1.3rem 1.8rem;
  border-radius: 20px;
  margin: 1.8rem 0;
  border-left: 6px solid #fc6c3f;
}

/* форма */
.bewertung-form {
  margin-top: 2.5rem;
  background: #ffffff0c;
  backdrop-filter: blur(2px);
  padding: 2rem 2rem 2.2rem;
  border-radius: 24px;
  border: 1px solid #5f6f7e;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 1.8rem;
}

.full-width {
  grid-column: span 2;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-field label {
  font-weight: 500;
  color: #e3dccb;
  letter-spacing: 0.3px;
  font-size: 0.9rem;
}

.form-field input {
  padding: 0.9rem 1.2rem;
  background: #5f6f7e8e;
  border: 1px solid #fc6c3f;
  border-radius: 18px;
  font-size: 1rem;
  color: #1e2c3a;
  transition: 0.2s;
  width: 100%;
}

.form-field input:focus {
  outline: 2px solid #fc6c3f;
  border-color: transparent;
  background: white;
}

/* блок согласий */
.consent-box {
  margin: 2rem 0 1.8rem;
}

.checkbox-line {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-bottom: 1.2rem;
  color: #e8e2d2;
}

.checkbox-line input {
  margin-top: 0.25rem;
  width: 1.2rem;
  height: 1.2rem;
  accent-color: #fc6c3f;
  flex-shrink: 0;
  
}

.muted-optional {
  opacity: 0.85;
  font-style: normal;
}

.pflicht-hinweis {
  font-size: 0.85rem;
  margin-left: 2rem;
  color: #bfb49e;
}

button {
  background: #fc6c3f;
  border: none;
  color: #0f1a21;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 1rem 2.5rem;
  border-radius: 60px;
  cursor: pointer;
  box-shadow: 0 8px 0 #5c2717;
  transition: all 0.1s ease;
  border: 1px solid #5f6f7e;
  letter-spacing: 0.5px;
  width: fit-content;
}

button:hover {
  background: #5f6f7e;
  transform: translateY(-2px);
  box-shadow: 0 10px 0 #5c2717;
}

button:active {
  transform: translateY(4px);
  box-shadow: 0 4px 0 #5c2717;
}

.small-note {
  margin-top: 1.2rem;
  color: #b9b09c;
  font-size: 0.9rem;
}

/* изображения – вёрстка под webp */
.img-mock {
  width: 100%;
  background: #fc6c3f;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e241a;
  font-weight: 500;
  padding: 1.2rem;
  min-height: 140px;
  background-image: radial-gradient(circle at 20px 20px, #d6cbbc 1px, transparent 1px);
  background-size: 20px 20px;
}

.img-mock span {
  background: #0000001a;
  padding: 0.3rem 1.2rem;
  border-radius: 60px;
  backdrop-filter: blur(8px);
  color: #1f2a36;
  font-weight: 600;
}
@media (max-width: 700px) {
  .artikel-grid {
    grid-template-columns: 1fr;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .full-width {
    grid-column: span 1;
  }
  h1 {
    font-size: 1.5rem;
  }
  .bewertung-block, .bewertung-form {
    padding: 1.8rem 1rem;
  }
    .artikel-block {
      padding: 2rem 1rem;
    }
}

#cookPopup {
  display: none;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 800px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 2px 3px 10px rgb(0 0 0 / .4);
  z-index: 9999
}
#cookPopup p {
  margin: 0;
  text-align: center
}
#cookPopup a {
  color: #fc6c3f;
  text-decoration: none;
}
@media(min-width:576px) {
  #cookPopup.show {
    display: flex;
    align-items: center
  }
}
@media(max-width:575px) {
  #cookPopup.show {
    display: block;
    text-align: left
  }
  .cookPopup_btn {
    margin: 10px 0 0 0
  }
}
.cookPopup_title {
  font-size: 16px;
  font-weight: 700
}
.cookPopup_desc {
  font-size: 16px
}
.show {
  display: flex !important
}
.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding: 100px 0 100px
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px
}
.thanks p {
  text-align: center;
  font-size: 18px
}
.thanks p.thanks-text {
  font-weight: 700;
  color: #fc6c3f
}
.docs {
  word-break: break-word;
}
.docs h1 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px
}
.docs h2 {
  margin-bottom: 10px;
  font-size: 32px
}
.docs h3 {
  margin-bottom: 10px;
  font-size: 26px
}
.docs li,
.docs p {
  color: inherit;
  line-height: 1.929
}
.docs a {
  text-decoration: none !important;
  color: #fc6c3f;
  transition: 0.3s
}
.docs a:hover {
  color: #0f1a21
}
@media screen and (max-width: 767.98px) {
  .docs h1 {
    font-size: 24px;
  }
}