:root {
  --violet: rgb(109, 109, 212);
  --violet-intensive: rgb(109 59 249);
  --violet-transparent: rgba(109, 109, 212, 0.9);
  --violet-semi-transparent: rgba(109, 109, 212, 0.8);
  --violet-strong-transparent: rgba(109, 109, 212, 0.5);
  --violet-light-transparent: rgba(233, 233, 249);
  --dark-gray: #525252;
  --devdraw: #0b2b53;
  --shadow: 0 0px 12px rgb(255, 255, 255);
}
.guides {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  justify-content: left;
  align-items: center;
  margin-top: 200px;
  margin-bottom: 3rem;
}
.guides-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  justify-content: left;
  margin-top: 1rem;
  max-width: 1100px;
}
.guides h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  padding: 1rem 0;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  transform: translateX(-10px);
}

.wstep {
  color: var(--dark-gray);
  font-style: italic;
  padding:0rem 1.5rem;
  text-align: justify;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 3rem auto 0 auto;
  max-width: 1000px;
}

.wstep p {
  text-indent: 2rem;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  line-height: 1.8;
  color: var(--dark-gray);
  margin-bottom:1.2rem;
}

.guides-content {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  scroll-margin-top: 200px; /* tyle, ile wysokość nagłówka */
}
.guides h1 > img {
  margin: 0 1rem;
}

.button {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.5rem;
}

.button a {
  color: #fff;
  background-color: var(--violet);
  text-decoration: none;
  font-family: ahamono;
  padding: 0.7rem 1.2rem;
  border-radius: 5px;
  font-size: 1.1rem;
}

.cover {
  display: flex;
  height: 109vw;
  width: 100%;
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;

  position: relative;
  max-width: 500px;
  position: relative;
}

.cover-3 {
  background-image: url(/assets/StaryZyd.webp);
}
.cover-6 {
  background-image: url(/assets/trasa-z-misiami.webp);
}
.cover-5 {
  background-image: url(/assets/mela-przygody.webp);
}

@media (min-width: 501px) {
  .cover {
    height: 545px;
  }
  .guides-content {
    gap: 10px;
    padding: 0.5rem;
  }
}
.guide-title {
  display: flex;
  position: absolute;
  bottom: 0;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  width: 100%;
  background-color: var(--violet-semi-transparent);
  color: #fff;
  text-transform: uppercase;
}
.guide-title {
  padding-left: 0.5rem;
}
.guide-title img {
  margin-left: 0.5rem;
}

.guide-actions {
  position: absolute;
  display: flex;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.507);
  inset: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

.btn-guide {
  color: #fff;
  background-color: var(--violet);
  text-decoration: none;
  font-family: ahamono;
  padding: 0.7rem 1.2rem;
  border-radius: 5px;
  font-size: 1.2rem;
  min-width: 190px;
  text-align: center;
  box-shadow: var(--shadow);
}

.mark-symbol {
  font-size: 1.6em;
  letter-spacing: 0;
  margin-left: 2px;
}

.audio-info,
.audio-faq {
  width: 100%;
  padding: 4rem 1.5rem;
}

.audio-info {
  background: #fff;
}

.audio-faq {
  background: #fff;
}

.audio-info__inner,
.audio-faq__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.audio-info h2,
.audio-faq h2 {
  text-transform: uppercase;
  color: var(--violet);
  font-size: clamp(1.3rem, 4vw, 2rem);
  text-align: center;
  margin-bottom: 2rem;
}

.audio-info p,
.audio-faq p {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  line-height: 1.8;
  color: var(--dark-gray);
}

.audio-info p {
  margin-bottom: 1.2rem;
  text-indent: 2rem;
  text-align: justify;
}

.audio-info a {
  color: var(--violet);
  text-underline-offset: 4px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  border: 1px solid rgba(109, 109, 212, 0.22);
  background: var(--violet-light-transparent);
  overflow: hidden;
}

.faq-item summary {
  display: grid;
  grid-template-columns: 1fr 24px;
  align-items: start;
  column-gap: 1rem;
  cursor: pointer;
  color: var(--violet);
  text-transform: uppercase;
  font-size: clamp(1rem, 2.8vw, 1.15rem);
  line-height: 1.5;
  list-style: none;
  padding: 1rem 1.25rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  display: block;
  align-self: start;
  justify-self: end;
  color: var(--violet);
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 0.05rem;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin: 0;
  padding: 1.1rem 1.25rem 1.25rem 1.25rem;
  background: #fff;
  border-top: 1px solid rgba(109, 109, 212, 0.15);
}

@media (min-width: 900px) {
  .audio-info,
  .audio-faq {
    padding: 5rem 2rem;
  }
}
