.pw-pacient .top-banner {
  background-image: url("/user/documents/upload/katalogy/img/banner-implantaty.jpg");
  background-size: cover;
  background-position: center;
  height: 480px;
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pw-pacient .banner-overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pw-pacient .top-banner h1 {
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 2.5em;
  text-align: center;
}

.pw-pacient .intro-wrapper {
  max-width: 800px;
  margin: 0 auto 30px auto;
  float: none;
}

.pw-pacient .intro-text {
  font-size: 1.2em;
  line-height: 1.6;
}

.pw-pacient .bg-strava {
  background-image: url("/user/documents/upload/katalogy/img/strava.jpg");
}
.pw-pacient .bg-rezim {
  background-image: url("/user/documents/upload/katalogy/img/rezim.jpg");
}
.pw-pacient .bg-pece {
  background-image: url("/user/documents/upload/katalogy/img/pece.jpg");
}

.pw-pacient .card-desc {
  color: #ffffff;
  font-size: 0.9em;
  margin-bottom: 15px;
}

.pw-pacient .card-details-text {
  padding: 15px;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-top: none;
}

.pw-pacient .card-details-text ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.pw-pacient .warning-row {
  margin-top: 40px;
}

.pw-pacient .warning-section {
  background-color: #fff5f5;
  border-left: 5px solid #e53e3e;
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 8px;
}

.pw-pacient .warning-section h3 {
  color: #c53030;
  margin-top: 0;
  margin-bottom: 20px;
}

.pw-pacient .warning-section ul {
  line-height: 1.8;
}

/* SEKCE HYGIENA (MODRÁ) */
.pw-pacient .hygiene-section {
  background-color: #00d0af21;
  padding: 30px;
  border-radius: 8px;
  border-left: 5px solid #00d0af;
}

.pw-pacient .hygiene-section h3 {
  color: #00d0af;
  margin-top: 0;
  margin-bottom: 15px;
}

.pw-pacient .hygiene-section p {
  line-height: 1.6;
  margin-bottom: 0;
}

.pw-pacient .card-content ul {
  padding-left: 20px;
}

.pw-pacient .info-box {
  background-color: #f8f9fa;
  border-left: 4px solid #6c757d;
  padding: 25px;
  height: 100%;
  border-radius: 0 8px 8px 0;
  border-radius: 8px;
}

.pw-pacient .info-box h4 {
  color: #343a40;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 600;
}

.pw-pacient .info-box p {
  margin-bottom: 0;
  line-height: 1.6;
  color: #495057;
}

.pw-pacient .mb-5 {
  margin-bottom: 2em;
}

.pw-pacient .mb-4 {
  margin-bottom: 1em;
}

.pw-pacient .testimonial-box {
  background-color: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease-in-out;
}

.pw-pacient .testimonial-box:hover {
  transform: translateY(-2px);
}

.pw-pacient .testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}

.pw-pacient .testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e2e8f0;
  background-size: cover;
  background-position: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.pw-pacient .testimonial-meta h4 {
  margin: 0 0 3px 0;
  font-size: 1.2em;
  color: #00d2af;
  font-weight: bold;
}

.pw-pacient .testimonial-meta .profession {
  font-size: 0.85em;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pw-pacient .testimonial-content h5 {
  font-size: 1.1em;
  font-style: italic;
  color: #212529;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.4;
}

.pw-pacient .testimonial-content p {
  line-height: 1.6;
  color: #495057;
  margin-bottom: 0;
}

.pw-pacient .faq-box {
  background-color: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 25px 30px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.pw-pacient .faq-question {
  color: #00d0af;
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.pw-pacient .faq-question::before {
  content: "?";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00d0af;
  color: #ffffff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  font-size: 0.9em;
  margin-right: 15px;
  flex-shrink: 0;
}

.pw-pacient .faq-answer {
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0;
  padding-left: 41px;
}

@media (max-width: 768px) {
  .pw-pacient .faq-box {
    padding: 20px;
  }
  .pw-pacient .faq-answer {
    padding-left: 0;
    margin-top: 10px;
  }
}

.pw-pacient .download-box {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.pw-pacient .download-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
}

.pw-pacient .doc-icon {
  background-color: #00d0af;
  color: #ffffff;
  width: 45px;
  height: 55px;
  border-radius: 4px 12px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.8em;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 1px;
}

.pw-pacient .doc-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 12px 12px 0;
  border-style: solid;
  border-color: #f8f9fa #f8f9fa #1a497d #1a497d;
}

.pw-pacient .download-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.pw-pacient .download-content h5 {
  color: #212529;
  font-size: 1.15em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}

.pw-pacient .download-content p {
  color: #495057;
  font-size: 0.95em;
  line-height: 1.5;
  margin-bottom: 25px;
  flex-grow: 1;
}

.pw-pacient .download-btn {
  display: inline-block;
  color: #00d0af;
  font-weight: 600;
  text-decoration: none !important;
  border: 2px solid #00d0af;
  padding: 8px 16px;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.pw-pacient .download-btn:hover {
  background-color: #00d0af;
  color: #000000 !important;
}

.pw-pacient .download-btn .icon-arrow-right {
  margin-left: 6px;
  font-size: 0.9em;
}

.pw-pacient .warning-section h3::after {
  border-color: #e53e3e;
}

.pw-pacient .info-box h4::after {
  border-color: #6c757d;
}
