/* Abweichungen vom WP Main-Template ---------------------------------------- */

/* HEADER ausblenden – bleibt wie bisher */
body.page-template-page-akupressurmatte header.site-header,
body.page-template-page-akupressurmatte .main-header-bar,
body.page-template-page-akupressurmatte .ast-site-identity,
body.page-template-page-akupressurmatte .ast-breadcrumbs,
body.page-template-page-akupressurmatte .ast-archive-description {
    display: none !important;
}

/* FOOTER wieder anzeigen */
body.page-template-page-akupressurmatte footer.site-footer {
    display: block !important;
}

/* ===== Footer Gesamt ===== */
.site-footer {
  background-color: var(--green);
  color: white;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  padding: 40px 20px 20px;
}

  .site-footer h2 {
    padding: 0;
  }

  .site-footer a,
  .footer-bar-navigation a {
    color: white !important;
  }

.ast-builder-grid-row-container-inner {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Obere Footer-Zeile (4-Spalten-Layout) */
.ast-builder-footer-grid-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  text-align: center;
}

.site-footer-section {
  flex: 1 1 22%;
  min-width: 150px;
}

/* Widget-Titel */
.widget-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

/* Unterer Footer */
.site-below-footer-wrap {
  border-top: 1px solid #eee;
  margin-top: 30px;
  padding-top: 20px;
  font-size: 14px;
}

.site-footer-below-section-1,
.site-footer-below-section-2 {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

/* Footer-Menü */
.footer-bar-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-bar-navigation a {
  text-decoration: none;
  color: #222;
  transition: color 0.3s ease;
}

.footer-bar-navigation a:hover {
  color: #888;
}

/* Mobil-Optimierung */
@media (max-width: 768px) {
  .ast-builder-footer-grid-columns {
    flex-direction: column;
    gap: 30px;
  }

  .site-footer-section {
    flex: 1 1 100%;
  }

  .footer-bar-navigation ul {
    flex-direction: column;
    gap: 10px;
  }
}




/* BASICS ---------------------------------------- */

:root {
  --img-rueckenschmerzen: url(https://heinzmade.de/wp-content/themes/akupressurmatte/custom-html/img/rueckenschmerzen.jpeg);
  --img-stress: url(https://heinzmade.de/wp-content/themes/akupressurmatte/custom-html/img/stressed-woman.jpeg);
  --img-kopf-nackenschmerzen: url(https://heinzmade.de/wp-content/themes/akupressurmatte/custom-html/img/kopf-und-nackenschmerzen.jpeg);
  --img-schlafen: url(https://heinzmade.de/wp-content/themes/akupressurmatte/custom-html/img/schlafen.jpeg);
  --img-muskelregeneration: url(https://heinzmade.de/wp-content/themes/akupressurmatte/custom-html/img/muskelregeneration.jpeg);
  --bg-color: rgb(247, 241, 232);
  --grey: rgba(74, 71, 65, 1);
  --green: rgb(137, 160, 134);
}

@font-face {
  font-family: 'Manrope';
  src: url('./fonts/manrope/manrope-v15-latin-200.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('./fonts/manrope/manrope-v15-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('./fonts/manrope/manrope-v15-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('./fonts/manrope/manrope-v15-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('./fonts/manrope/manrope-v15-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('./fonts/manrope/manrope-v15-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('./fonts/manrope/manrope-v15-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

html,
body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  background-color: var(--bg-color);
  color: var(--grey);
}

/* Basis-Layout ---------------------------------------- */

h1 {
  font-size: 5rem;
  font-weight: normal;
  line-height: 1.1;
  font-weight: 400;
}

h2 {
  font-size: 5rem;
  font-weight: 200;
  padding: 8rem 0 4rem 0;
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
}
h2.has-introtext {
    padding-bottom: 2rem;
}

.tagline + h2 {
  padding-top: 1rem;
}

h3 {
  font-size: 1.8rem;
  font-weight: 200;
  text-align: center;
  padding: 4rem 0 2rem 0;
}

.tagline {
  padding-top: 8rem;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}

.introtext {
  font-size: 1.2rem;
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 4rem;
}

.no-pad-bottom {
  padding-bottom: 0;
}

.primary-btn {
  display: inline-block;
  background-color: var(--green);
  color: white;
  margin: 1rem 0;
  padding: 0.8rem 2rem;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 600;
}

/* HERO ---------------------------------------- */
#hero {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 100vh;
  aspect-ratio: 16 / 9;
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.8) 10%,
      rgba(0, 0, 0, 0.2) 60%,
      rgba(0, 0, 0, 0) 100%
    ),
    url('/wp-content/themes/astra-child/salespage/img/Hero_Image.jpg');
  background-position: right;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  height: 100%;
  padding: 20px 0 20px 40px;
  color: #fff;
  text-align: left;
}

#hero-text p {
  font-size: 1.125rem;
  line-height: 1.5;
}

#matte-container {
  transform-origin: center center;
  position: absolute;
  top: 60%;
  left: 60%;
  transform: translate(-50%, -50%) rotate(10deg);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

#matte-image {
  animation: floatingmat 10s ease-in-out infinite;
  width: 38vw;
}

@keyframes floatingmat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

/* WHY ---------------------------------------- */

.card-slider-wrapper {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  flex-direction: column;
  scroll-behavior: smooth;
  scroll-snap-type: both;
}

.card-slider-container {
  display: flex;
  width: 90%;
  flex-wrap: nowrap;
  justify-content: left;
}

.card {
  width: 350px;
  height: 500px;
  border-radius: 1rem;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
  margin: 0 10px;
  display: flex;
  align-items: flex-start;
  flex: none;
  transition: width 0.6s cubic-bezier(0.28, -0.03, 0, 0.99);
}

.card > .row {
  color: white;
  display: flex;
  height: 100%;
  gap: 100px;
}

.card > .row > .icon {
  z-index: 2;
  width: 200px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: white;
  border-radius: 9999px;
  padding: 5px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

.card > .row > .description {
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  overflow: hidden;
  width: 430px;
  margin: 15px;
  padding: 20px;
  text-align: right;
  color: white;
  opacity: 0;
  border-radius: 1rem;
  transform: translateY(30px);
  transition-delay: 0.3s;
  transition: all 0.3s ease;
  transition: opacity 0.5s ease-in 1s;
}

.description p {
  font-size: 1.2rem;
  line-height: 2rem;
  color: white;
  padding-top: 5px;
}

.description h4 {
  font-size: 1.5rem;
}

input {
  display: none;
}

input:checked + label {
  width: clamp(0px, 90vw, 800px);
}

input:checked + label .description {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.card.checked {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.9) 80%
  );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

input:checked + label.card .bg-image {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0.2) 40%,
      rgba(0, 0, 0, 0.9) 80%
    ),
    var(--bg-img);
}

.card[for="c1"] .bg-image {
  background-image: var(--img-rueckenschmerzen);
  background-position: center left;
  background-size: cover;
}

input:checked + label.card[for="c1"] .bg-image {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0.2) 40%,
      rgba(0, 0, 0, 0.9) 80%
    ),
    var(--img-rueckenschmerzen);
}

.card[for="c2"] .bg-image {
  background-image: var(--img-stress);
  background-position: center left;
  background-size: cover;
}
input:checked + label.card[for="c2"] .bg-image {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0.2) 40%,
      rgba(0, 0, 0, 0.9) 80%
    ),
    var(--img-stress);
}

.card[for="c3"] .bg-image {
  background-image: var(--img-kopf-nackenschmerzen);
  background-position: center left;
  background-size: cover;
}
input:checked + label.card[for="c3"] .bg-image {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0.2) 40%,
      rgba(0, 0, 0, 0.9) 80%
    ),
    var(--img-kopf-nackenschmerzen);
}

.card[for="c4"] .bg-image {
  background-image: var(--img-schlafen);
  background-position: center left;
  background-size: cover;
}
input:checked + label.card[for="c4"] .bg-image {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0.2) 40%,
      rgba(0, 0, 0, 0.9) 80%
    ),
    var(--img-schlafen);
}

.card[for="c5"] .bg-image {
  background-image: var(--img-muskelregeneration);
  background-position: center left;
  background-size: cover;
}
input:checked + label.card[for="c5"] .bg-image {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0.2) 40%,
      rgba(0, 0, 0, 0.9) 80%
    ),
    var(--img-muskelregeneration);
}
.card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
.card:hover .bg-image {
  transform: scale(1.1);
}

.bg-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 1s ease;
  z-index: 1;
}

.click-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  color: black;
  padding: 15px 30px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(4px);
  z-index: 2;
  min-width: 200px
}

input:not(:checked) + label.card:hover .click-hint {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.05);
}

.mobile-click-hint {
  display: none;
}

input:not(:checked) + label.card:hover .mobile-click-hint {
  display: none;
}

.buttons {
  padding: 2rem 0;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 2rem;
}
.buttons button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #c4c4c4;
  color: #fff;
  border: none;
  font-family: monospace;
  font-weight: bold;
}
/* HOW ---------------------------------------- */

.content-row .image-rect img {
  aspect-ratio: 4/3;
  border-radius: 1rem;
  width: 100%;
}

.glass-box {
  background: color-mix(in srgb, var(--bg-color) 90%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 1.5rem 4rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 2rem;
  z-index: 2;
}
.content-row.image-right .text.glass-box,
.content-row.image-left .text.glass-box {
  flex: 0 0 70%;
  position: relative;
  top: 2rem;
  z-index: 2;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}

.content-row.image-right .text.glass-box {
  margin-right: -20%;
}

.content-row.image-left .text.glass-box {
  margin-left: -20%;
}

.benefit-box {
  text-align: left;
  margin: 0 4rem;
}
.benefit-box li {
  list-style-type: none;
  padding-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
  position: relative;
  padding-left: 2em;
}

.benefit-box .emoji {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em; /* optional, damit es gleichmäßig ist */
  display: inline-block;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.content-row.image-left .image-large {
  animation: slideInLeft linear both;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}

.content-row.image-left .glass-box {
  animation: slideInRight linear both;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}

.content-row.image-right .image-large {
  animation: slideInRight linear both;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}

.content-row.image-right .glass-box {
  animation: slideInLeft linear both;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}

/* Benefits & Features ---------------------------------------- */

.content-row {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 2rem;
  gap: 3rem;
  padding: 2rem;
  animation: blurIn linear both;
  animation-timeline: view();
}

@keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(40px);
  }
  20% {
    opacity: 1;
    filter: blur(0px);
  }
}

.content-row.stacked.image-left {
  flex-direction: row;
  position: relative;
}

.content-row.stacked.image-right {
  flex-direction: row-reverse;
  position: relative;
}

.content-row.stacked .image {
  flex: 1;
}
.content-row.stacked .image-large {
  flex: 0 0 70%;
  z-index: 1;
}
.content-row.stacked .image img,
.content-row.stacked .image-large img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 1rem;
}

.content-row {
  display: flex;
  align-items: center;
}

.content-row.image-left {
  flex-direction: row;
}

.content-row.image-right {
  flex-direction: row-reverse;
}

.content-row .image-large,
.content-row .text {
  flex: 0 0 50%;
  box-sizing: border-box; /* Berücksichtigt Padding und Border innerhalb der Breite */
}
.content-row .text p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.content-row .image-large img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 1rem;
}

/* Slider ---------------------------------------- */

.slider {
  height: 100vh;
  min-height: 900px;
  margin-top: 0px;
  position: relative;
}

.slider .list {
    touch-action: pan-y;
    -webkit-overflow-scrolling: auto;
    
}

.slider .list .item {
  position: absolute;
  inset: 0 0 0 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}

.slider .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.slider .list .item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    transparent 60%
  );
}

.slider .list .item .content {
  position: absolute;
  left: 10%;
  top: 20%;
  max-width: 40%;
  z-index: 2;
}

.slider .list .item .content p:nth-child(1) {
  text-transform: uppercase;
  letter-spacing: 10px;
}

.slider .list .item .content h2 {
  font-size: 5rem;
  margin: 0;

  max-width: 100%;
  font-weight: bold;
  padding: 0.5rem 0;
  line-height: 6rem;
  text-align: left;
}

.slider .list .item.active {
  opacity: 1;
  z-index: 10;
}

@keyframes showContent {
  to {
    transform: translateY(0);
    filter: blur(0);
    opacity: 1;
  }
}

.slider .list .item.active p:nth-child(1),
.slider .list .item.active h2,
.slider .list .item.active p:nth-child(3) {
  color: #eee;
  transform: translateY(30px);
  filter: blur(20px);
  opacity: 0;
  animation: showContent 0.5s 0.5s ease-in-out 1 forwards;
}

.slider .list .item.active p {
  font-size: 1.5rem;
}

.slider .list .item.active h2 {
  animation-delay: 0.7s;
}

.slider .list .item.active p:nth-child(3) {
  animation-delay: 0.9s;
}

.sl-arrows {
  position: absolute;
  bottom: 75px;
  left: 10%;
  z-index: 100;
}

.sl-arrows button {
  background-color: #eee5;
  border: none;
  font-family: monospace;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  font-size: x-large;
  color: #eee;
  transition: 0.5s;
  margin-right: 1rem;
}

.sl-arrows button:hover {
  background-color: #eee;
  color: black;
}

.thumbnail {
  position: absolute;
  bottom: 20px;
  left: calc(10% + 150px);
  z-index: 11;
  display: flex;
  gap: 20px;
  width: calc(90% - 150px);
  height: 150px;
  padding: 0;
  box-sizing: border-box;
  overflow: auto;
}
.thumbnail::-webkit-scrollbar {
  width: 0;
}

.thumbnail .item {
  width: 150px;
  height: 150px;
  filter: brightness(0.8);
  transition: 0.5s;
  flex-shrink: 0;
}
.thumbnail .item.active {
  filter: brightness(1.1);
}

.thumbnail .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  border-radius: 10px;
}

.thumbnail .item .content {
  position: absolute;
  inset: auto 10px 10px 10px;
  color: #eee;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2px 5px;
  border-radius: 9999px;
  text-align: center;
}

/* FAQ ---------------------------------------- */

.faq-section {
  padding: 6rem 2rem;
  max-width: 960px;
  margin: 0 auto;
}

.faq-section h2 {
  text-align: center;
  font-size: 3rem;
  padding-bottom: 2rem;
  font-weight: 300;
}

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  border-radius: 1rem;
  overflow: hidden;
  background: color-mix(in srgb, var(--bg-color) 90%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}

.faq-question {
  width: 100%;
  padding: 1.2rem 2rem;
  background-color: transparent;
  border: none;
  font-size: 1.2rem;
  text-align: left;
  font-weight: 600;
  color: var(--grey);
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 2rem;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.faq-item.open .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 2rem;
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--grey);
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-answer ul {
  margin-left: 2rem;
}

.faq-item.open .faq-answer {
  padding: 0 2rem 1.5rem;
  max-height: 300px; /* max Höhe für die Transition, kannst du anpassen */
}

/* Infinite ---------------------------------------- */

#trust {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 8rem 0;
}
#seal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
}

#seal img {
  transform: translateX(30%);
  z-index: 10;
  max-width: 600px;
}

#quotes {
  width: 60%;
}

.infinite {
  width: 100%;
  height: var(--height);
  overflow: hidden;
  mask-image: linear-gradient(to right, #000, #000 20% 80%, transparent);
}

.infinite .list {
  display: flex;
  width: 100%;
  min-width: calc(var(--width) * var(--quantity));
  position: relative;
}

.infinite .list .item {
  width: var(--width);
  height: var(--height);
  position: absolute;
  left: 100%;
  animation: autRun var(--duration) linear infinite;
  transition: filter 0.5s;
  animation-delay: calc(
    (var(--duration) / var(--quantity)) * (var(--position) - 1)
  );
}

@keyframes autRun {
  from {
    left: 100%;
  }
  to {
    left: calc(var(--width) * -1);
  }
}
.infinite:hover .item {
  animation-play-state: paused;
  filter: grayscale(1);
}

.infinite .item:hover {
  filter: grayscale(0);
}

.quote-card {
    color: white;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    flex-direction: column;
    background-color: var(--green);
    border: 1px solid var(--green);
    border-radius: 5px;
    padding: 10px;
}

.quote {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
    font-size: 1.1rem;
    font-weight: 400;
    position: relative;
    padding-left: 80px;
}

.quote-icon { 
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    fill: white;
    flex-shrink: 0;
}

.rating {
  margin-left: 80px;
  color: gold;
  font-size: 1.2rem;
  padding-top: 0.5rem;
}

.testimonial {
    color: white;
    margin-left: 80px;
    font-size: 1.1rem;
    padding-top: 0.5rem;
}

/* Where to buy ---------------------------------------- */

.benefits-list {
  list-style: none;
  padding: 0;
  text-align: left;
  /* margin: 20px auto; */
  max-width: 500px;
  padding-bottom: 1rem;
}

.benefits-list li {
    font-size: 1.2rem;
    margin-bottom: 12px;
    position: relative;
    padding-left: 32px;
}

.benefits-list li::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("https://heinzmade.de/wp-content/themes/akupressurmatte/custom-html/img/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

.cta-trust {
  font-size: 16px !important;
  color: #777;
  margin-top: 12px;
}

/* ---------------------------------------- RESPONSIVE ---------------------------------------- */

@media screen and (max-width: 1280px) {
  h1 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.1;
    padding-bottom: 1rem;
  }

  h2 {
    font-size: 2.5rem;
    font-weight: 200;
    width: 90%;
    max-width: 90%;
    padding: 4rem 0;
  }

  .tagline {
    padding-top: 8rem;
    font-size: 1.2rem;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
  }

  .introtext {
    font-size: 1.2rem;
    line-height: 1.5;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 4rem;
  }

  #hero {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 90vh;
    aspect-ratio: 4 / 3;
    background-image: url('/wp-content/themes/astra-child/salespage/img/Hero_Image.jpg');
    background-position: center 40%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #hero-text {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
    height: 100%;
    padding: 40px 0 20px 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5) 10%,
      rgba(0, 0, 0, 0) 70%
    );
    color: #fff;
    text-align: center;
    z-index: 3;
  }

  #hero-text p {
    font-size: 1.2rem;
    font-weight: 400;
  }

  #matte-container {
    transform-origin: center center;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(10deg);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  #matte-image {
    animation: floatingmat 10s ease-in-out infinite;
    width: 90vw;
  }

  .card-slider-wrapper {
    overflow-x: scroll;
  }

  .card {
    width: 200px;
    height: 350px;
    border-radius: 1rem;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
    margin: 0 10px;
    display: flex;
    align-items: flex-start;
    flex: none;
    transition: width 0.6s cubic-bezier(0.28, -0.03, 0, 0.99);
  }

  .card > .row {
    gap: 00px;
    flex-direction: column;
  }

  .card > .row > .icon {
    z-index: 2;
    width: 170px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: white;
    border-radius: 9999px;
    padding: 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
  }
  input:checked + label.card .row .icon {
    display: none;
  }

  .card > .row > .description {
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    overflow: hidden;
    width: 430px;
    margin: 15px;
    padding: 0px;
    text-align: right;
    color: white;
    opacity: 0;
    border-radius: 1rem;
    transform: translateY(30px);
    transition-delay: 0.3s;
    transition: all 0.3s ease;
    width: 90%;
  }
  input + label.card .description {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0s ease-in 0s,
      /* kein Delay beim Schließen */ transform 0s ease-in 0s;
  }

  input:checked + label.card .description {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease-in 0.5s,
      /* Delay nur beim Öffnen */ transform 0.3s ease-in 0.3s;
  }
  .description p {
    font-size: 1rem;
    line-height: 1.4rem;
    color: white;
    padding-top: 5px;
  }

  .description h4 {
    font-size: 1.5rem;
    transition: ease-in 2s;
  }

  .click-hint {
    display: none;
  }
  .mobile-click-hint {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    color: black;
    padding: 5px 5px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(4px);
    z-index: 2;
  }
  input:not(:checked) + label.card:hover .mobile-click-hint {
    display: flex;
  }
  input:checked + label.card .mobile-click-hint {
    display: none;
  }

  .card[for="c1"] .bg-image {
    background-image: var(--img-rueckenschmerzen);
    background-position: center left;
    background-size: cover;
  }

  input:checked + label.card[for="c1"] .bg-image {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.6)
      ),
      var(--img-rueckenschmerzen);
  }

  .card[for="c2"] .bg-image {
    background-image: var(--img-stress);
    background-position: center left;
    background-size: cover;
  }
  input:checked + label.card[for="c2"] .bg-image {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.6)
      ),
      var(--img-stress);
  }

  .card[for="c3"] .bg-image {
    background-image: var(--img-kopf-nackenschmerzen);
    background-position: center left;
    background-size: cover;
  }
  input:checked + label.card[for="c3"] .bg-image {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.6)
      ),
      var(--img-kopf-nackenschmerzen);
  }

  .card[for="c4"] .bg-image {
    background-image: var(--img-schlafen);
    background-position: center left;
    background-size: cover;
  }
  input:checked + label.card[for="c4"] .bg-image {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.6)
      ),
      var(--img-schlafen);
  }

  .card[for="c5"] .bg-image {
    background-image: var(--img-muskelregeneration);
    background-position: center left;
    background-size: cover;
  }
  input:checked + label.card[for="c5"] .bg-image {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.6)
      ),
      var(--img-muskelregeneration);
  }

  .slider {
    min-height: 450px;
    height: 600px;
  }

  .slider .list .item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.5) 50%,
      transparent 80%
    );
  }
  .slider .list .item.active p {
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: white;
    padding-top: 5px;
  }
  .thumbnail {
    display: none;
    justify-content: start;
  }
  .thumbnail {
    position: absolute;
    bottom: 0px;
    left: calc(10%);
    z-index: 11;
    display: none;
    gap: 20px;
    width: calc(90%);
    height: 150px;
    padding: 0;
    box-sizing: border-box;
    overflow: auto;
  }
  .thumbnail::-webkit-scrollbar {
    width: 0;
  }

  .thumbnail .item {
    width: 100px;
    height: 100px;
    filter: brightness(0.8);
    transition: 0.5s;
    flex-shrink: 0;
  }

  .thumbnail .item .content {
    font-size: 1.6vw;
  }

  .slider .list .item .content {
    position: absolute;
    left: 10%;
    top: 20%;
    max-width: 80%;
    z-index: 1;
  }
  .slider .list .item .content h2 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .sl-arrows {
    bottom: 10%;
  }

  #trust {
    flex-direction: column;
    padding-top: 0;
  }
  #seal {
    width: 40%;
  }

  #seal img {
    transform: translateX(0);
    z-index: 10;
    max-width: 50vw;
  }
  #quotes {
    width: 100%;
  }

  .infinite {
    width: 100%;
    height: var(--height);
    overflow: hidden;
    mask-image: linear-gradient(
      to right,
      transparent,
      #000 10% 90%,
      transparent
    );
  }

  .content-row.stacked.image-left {
    flex-direction: column;
    position: relative;
  }

  .content-row.stacked.image-right {
    flex-direction: column;
    position: relative;
  }
  .glass-box {
    background: none;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    border-radius: 1rem;
    padding: 1.5rem 0;
    box-shadow: none;
    position: relative;
    top: 0rem;
    z-index: 2;
  }
  .glass-box h3 {
    padding-top: 0;
  }

  .content-row.image-right .text.glass-box,
  .content-row.image-left .text.glass-box {
    flex: 1;
    position: relative;
    top: 0rem;
    z-index: 2;
    box-shadow: none;
  }

  .content-row.image-right .text.glass-box {
    margin-right: 0;
  }

  .content-row.image-left .text.glass-box {
    margin-left: 0;
  }

  .content-row {
    animation: none;
    animation-timeline: none;
    animation-range: none;
  }

  .content-row.image-left .glass-box,
  .content-row.image-right .glass-box {
    animation: none;
    animation-timeline: none;
    animation-range: none;
  }

  .benefit-box {
    margin: 0;
  }

  .content-row.image-left {
    flex-direction: column-reverse;
  }

  .content-row.image-right {
    flex-direction: column;
  }
}
