
/* Style specyficzne dla podstrony: organizacja archiwum */
.hero-service {
  margin: 0 0 24px;
  padding: 16px 18px;
  border-left: 4px solid #41002f;
  background: #f5f5f5;
}

.hero-service h2 {
  margin-top: 0;
  color: #41002f;
}

.realization-figure {
  margin: 18px 0 22px;
  padding: 10px;
  border: 1px solid #d5d5d5;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
}

.realization-figure img {
  display: block;
  width: 100%;
  max-height: 430px;
  object-fit: cover;
  object-position: center;
  border: 1px solid #ccc;
}

.realization-figure figcaption {
  margin: 9px 4px 2px;
  color: #666;
  font-size: .86rem;
  font-style: italic;
  line-height: 1.45;
  text-align: left;
}


.faq-callout {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  margin-top: 30px;
  padding: 26px;
  border-left: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #41002f, #5b0b45);
  color: #fff;
  box-shadow: 0 8px 20px rgba(65,0,47,.18);
}

.faq-callout h2 {
  margin: 0 0 10px;
  color: #fff;
}

.faq-callout p {
  margin: 0;
  color: #f1f1f1;
}

.faq-button {
  flex: 0 0 auto;
  display: inline-block;
  padding: 11px 20px;
  background: #e67e22;
  color: #fff !important;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  border-radius: 4px;
  transition: background .2s ease;
}

.faq-button:hover,
.faq-button:focus-visible {
  background: #d96f12;
  color: #fff !important;
  text-decoration: none !important;
}

@media (max-width:700px){
  .faq-callout{
    flex-direction:column;
    align-items:flex-start;
  }
  .faq-button{
    width:100%;
  }
}

/* =========================================================
   MOBILNE ARCHIWA — wyróżniony odnośnik na stronie organizacji archiwum
   ========================================================= */

.mobile-archive-promo {
  margin: 24px 0 28px;
}

.mobile-archive-card {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 14px 16px;
  border-left: 5px solid #41002f;
  background: #f5f5f5;
  color: #1d1d1d;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .10);
}

.mobile-archive-card:hover,
.mobile-archive-card:focus-visible {
  background: #faf6f9;
  text-decoration: none !important;
}

.mobile-archive-image img {
  display: block;
  width: 100%;
  max-width: 210px;
  height: auto;
  border: 1px solid #ccc;
  background: #fff;
}

.mobile-archive-content {
  display: block;
}

.mobile-archive-kicker {
  display: inline-block;
  margin-bottom: 6px;
  padding: 3px 8px;
  background: #41002f;
  color: #fff;
  font-size: .74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.mobile-archive-title {
  display: block;
  margin-bottom: 5px;
  color: #41002f;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.25;
}

.mobile-archive-text {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: .9rem;
  line-height: 1.45;
}

.mobile-archive-button {
  display: inline-block;
  padding: 8px 14px;
  background: #e67e22;
  color: #fff;
  font-weight: 700;
}

/* Mniejsze grafiki ikonowe przy projekcie organizacyjnym i instrukcji technologicznej */
.accent-section-small .accent-icon {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
}

.accent-section-small .accent-icon svg {
  width: 52px;
  height: 52px;
}

@media (max-width: 640px) {
  .mobile-archive-card {
    grid-template-columns: 1fr;
  }

  .mobile-archive-image img {
    max-width: 100%;
  }
}


/* MOBILNE ARCHIWA — WYRÓŻNIONY BANER */
.mobile-archive-feature {
  position: relative;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin: 34px 0 26px;
  padding: 22px;
  border: 1px solid #d8c8d2;
  border-left: 7px solid #41002f;
  background:
    linear-gradient(135deg, #ffffff 0%, #fbf7fa 62%, #f0e6ed 100%);
  box-shadow: 0 8px 24px rgba(65, 0, 47, .14);
}

.mobile-archive-feature::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 54px;
  height: 54px;
  border-top: 2px solid #e67e22;
  border-right: 2px solid #e67e22;
  opacity: .85;
}

.mobile-archive-image img {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .16);
}

.mobile-archive-content h2 {
  margin: 0 0 8px;
  color: #41002f;
  font-size: 1.15rem;
  line-height: 1.25;
}

.mobile-archive-content p {
  margin: 0 0 10px;
}

.mobile-archive-badge {
  display: inline-block;
  margin: 0 0 8px !important;
  padding: 4px 10px;
  background: #e67e22;
  color: #fff;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.mobile-archive-button {
  display: inline-block;
  margin-top: 4px;
  padding: 10px 18px;
  background: #41002f;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}

.mobile-archive-button:hover,
.mobile-archive-button:focus-visible {
  background: #5b0b45;
  text-decoration: none !important;
}

.project-image img,
.technology-image img,
.org-project-image img,
.tech-instruction-image img {
  max-width: 170px;
  height: auto;
}

@media (max-width: 700px) {
  .mobile-archive-feature {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .mobile-archive-image img {
    width: 100%;
    max-width: 260px;
  }

  .mobile-archive-button {
    width: 100%;
    text-align: center;
  }
}
