/* ============================================================
   Elistar.PL - podstrony usługowe
   Ładowane dla podstron usługowych i wybranych sekcji strony głównej.
   ============================================================ */

body.page-service {
  color: #2b3445;
}

#portfolio.elistar-projects-section .elistar-projects-note {
  margin-top: 10px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.65;
}

#portfolio.elistar-projects-section .elistar-project-status-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: -4px 0 14px;
  padding: 5px 10px;
  border: 1px solid #d9e6f2;
  border-radius: 999px;
  background: #f8fbff;
  color: #52637a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-cta-secondary {
  border: 1px solid #47b2e4;
  background: transparent;
  color: #47b2e4;
}

.home-cta-secondary:hover,
.home-cta-secondary:focus {
  border-color: #209dd8;
  background: #47b2e4;
  color: #ffffff;
}

.process-effect {
  margin-top: 10px;
  color: #52637a;
}

.about-page-intro {
  max-width: 920px;
  margin-bottom: 28px;
}

#breadcrumbs + #about_long.about {
  padding-top: 46px;
}

.about-breadcrumbs {
  padding: 48px 0 22px;
}

.about-grid,
.about-help-grid {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
}

.about-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-thinking-grid,
.about-help-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-card {
  height: 100%;
  padding: 22px;
  border: 1px solid #e4ebf5;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(31, 42, 68, 0.06);
}

.about-card h3,
.about-card h5,
.about-owner-copy h3,
.about-section-heading h5 {
  margin-top: 0;
  color: #1f2a44;
}

.about-card p:last-child,
.about-owner-copy p:last-child {
  margin-bottom: 0;
}

.about-section-heading {
  margin: 4px 0 14px;
}

.about-owner-section {
  display: block;
  margin: 30px 0;
  padding: 28px;
  border: 1px solid #e4ebf5;
  border-radius: 8px;
  background: #f8fbff;
}

.about-owner-section::after {
  display: block;
  clear: both;
  content: "";
}

.about-owner-photo {
  float: left;
  width: min(320px, 38%);
  margin: 0 28px 16px 0;
}

.about-owner-photo img {
  display: block;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.about-owner-copy ul,
.about-card ul {
  margin-bottom: 0;
}

.decision-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
}

.about-cta {
  margin-top: 28px;
  text-align: center;
}

.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.about-founder {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  margin: 28px 0 24px;
  padding: 20px;
  border: 1px solid #e4ebf5;
  border-radius: 12px;
  background: #f8fbff;
}

.about-founder-photo img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 8px;
  object-fit: cover;
}

.about-founder-copy h3 {
  margin: 0 0 10px;
  color: #1f2a44;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.about-founder-copy p {
  margin: 0 0 12px;
  color: #444444;
  line-height: 1.65;
}

.about-founder-copy ul {
  margin: 0;
  padding-left: 18px;
}

.about-founder-copy li {
  margin-bottom: 6px;
  color: #55627a;
  line-height: 1.55;
}

@media (max-width: 991.98px) {
  .about-thinking-grid,
  .about-help-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-owner-photo img {
    max-width: 320px;
  }
}

@media (max-width: 575.98px) {
  .about-grid,
  .about-thinking-grid,
  .about-help-grid,
  .decision-card-grid {
    grid-template-columns: 1fr;
  }

  .about-card,
  .about-owner-section {
    padding: 18px;
  }

  .about-owner-section {
    display: block;
  }

  .about-owner-photo {
    float: none;
    width: 100%;
    max-width: 360px;
    margin: 0 auto 18px;
  }

  .about-owner-photo img {
    max-width: 360px;
  }

  .about-cta {
    text-align: left;
  }

  .about-cta-actions {
    justify-content: flex-start;
  }

  .about-founder {
    grid-template-columns: 1fr;
  }

  .about-founder-photo img {
    width: 104px;
    height: 104px;
  }
}

.page-service .breadcrumbs {
  padding: 48px 0 22px;
}

.page-service .breadcrumbs ol {
  margin-bottom: 10px;
}

.page-service .breadcrumbs li,
.page-service .breadcrumbs li a {
  font-size: 12px;
  line-height: 1.4;
}

.page-service .breadcrumbs h2 {
  margin: 0;
  color: #1f2a44;
  font-family: "Jost", sans-serif;
  font-size: 30px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.page-service .portfolio-details {
  padding-top: 14px;
  padding-bottom: 56px;
}

.page-service .portfolio-details .swiper-slide img {
  width: 100%;
  border-radius: 12px;
}

.page-service .portfolio-details .col-lg-8 > *:last-child {
  margin-bottom: 0;
}

.page-service .portfolio-info {
  /*height: 100%;*/
  padding: 22px;
  border: 1px solid #e4ebf5;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(31, 42, 68, 0.05);
}

.page-service .portfolio-info h3 {
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef2f7;
  color: #1f2a44;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.page-service .portfolio-info p {
  margin: 0;
  color: #55627a;
  font-size: 14px;
  line-height: 1.62;
}

.page-service .service-copy p {
  margin: 0 0 14px;
  color: #465067;
  font-size: 15px;
  line-height: 1.68;
}

.page-service .service-copy ul,
.page-service .service-copy ol {
  margin: 0 0 18px;
  padding-left: 1.15rem;
  color: #465067;
  font-size: 15px;
  line-height: 1.68;
}

.page-service .service-copy li {
  margin-bottom: 5px;
}

.page-service .service-lead {
  margin: 0 0 14px;
  color: #1f2a44;
  font-size: 18px;
  line-height: 1.48;
  font-weight: 600;
}

.page-service .service-copy h2 {
  margin: 28px 0 12px;
  color: #1f2a44;
  font-family: "Jost", sans-serif;
  font-size: 23px;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.page-service .service-copy h3 {
  margin: 18px 0 7px;
  color: #24324d;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 600;
}

.page-service .service-copy strong {
  color: #1f2a44;
}

.page-service .service-copy .service-cta-heading {
  margin-top: 34px;
}

.page-service .service-copy .service-cta-text {
  color: #24324d;
  font-size: 16px;
  line-height: 1.62;
  font-weight: 600;
}

.page-service .service-copy .service-cta-link {
  display: inline-block;
  margin-top: 6px;
  padding: 10px 18px;
  border-radius: 8px;
  background-color: #007bff;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.page-service .service-copy .service-cta-link:hover,
.page-service .service-copy .service-cta-link:focus {
  background-color: #0069d9;
  color: #ffffff;
  transform: translateY(-1px);
}

@media (max-width: 991.98px) {
  .page-service .breadcrumbs {
    padding: 92px 0 20px;
  }

  .page-service .breadcrumbs h2 {
    font-size: 27px;
  }

  .page-service .portfolio-details {
    padding-top: 12px;
    padding-bottom: 48px;
  }

  .page-service .service-lead {
    font-size: 17px;
  }

  .page-service .service-copy h2 {
    font-size: 21px;
  }

  .page-service .service-copy h3 {
    font-size: 17px;
  }
}

@media (max-width: 767.98px) {
  .page-service .breadcrumbs {
    padding: 84px 0 18px;
  }

  .page-service .breadcrumbs h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .page-service .service-lead {
    font-size: 17px;
    line-height: 1.45;
  }

  .page-service .service-copy h2 {
    margin-top: 24px;
    font-size: 20px;
  }

  .page-service .service-copy h3 {
    margin-top: 16px;
    font-size: 17px;
  }

  .page-service .service-copy p,
  .page-service .service-copy ul,
  .page-service .service-copy ol {
    font-size: 14px;
    line-height: 1.64;
  }

  .page-service .service-copy li {
    margin-bottom: 4px;
  }

  .page-service .portfolio-info {
    padding: 18px;
  }

  .page-service .service-copy .service-cta-link {
    width: 100%;
    text-align: center;
  }
}
/* ============================================================
   Elistar.PL - landing pages / HVAC / service workflow
   Dopisane dla stron:
   - hvac_service_warranty
   - service_chaos_scanner
   - demo_board_zgloszen_serwisowych
   - service_process_audit
   ============================================================ */

.page-service .service-hero-box {
  margin: 0 0 22px;
  padding: 24px;
  border: 1px solid #e4ebf5;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 10px 28px rgba(31, 42, 68, 0.06);
}

.page-service .service-hero-box h3 {
  margin: 0 0 10px;
  color: #1f2a44;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}

.page-service .service-hero-box h1 {
  margin: 0 0 10px;
  color: #1f2a44;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

.page-service .service-hero-box p {
  margin: 0 0 14px;
  color: #465067;
  font-size: 15px;
  line-height: 1.68;
}

.page-service .service-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.page-service .service-btn-primary,
.page-service .service-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 18px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.page-service .service-btn-primary {
  border: 1px solid #007bff;
  background: #007bff;
  color: #ffffff;
}

.page-service .service-btn-primary:hover,
.page-service .service-btn-primary:focus {
  background: #0069d9;
  border-color: #0069d9;
  color: #ffffff;
  transform: translateY(-1px);
}

.page-service .service-btn-secondary {
  border: 1px solid #cfe0f5;
  background: #ffffff;
  color: #1f2a44;
}

.page-service .service-btn-secondary:hover,
.page-service .service-btn-secondary:focus {
  border-color: #47b2e4;
  color: #0f5fa8;
  transform: translateY(-1px);
}

.page-service .service-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eaf6fd;
  color: #0f5fa8;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.page-service .service-card-grid {
  margin-top: 18px;
}

.page-service .service-mini-card {
  height: 100%;
  padding: 20px;
  border: 1px solid #e4ebf5;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(31, 42, 68, 0.05);
}

.page-service .service-mini-card h3 {
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  color: #1f2a44;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.page-service .service-mini-card p {
  margin: 0;
  color: #55627a;
  font-size: 14px;
  line-height: 1.62;
}

.page-service .service-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 20px;
  padding: 0;
  list-style: none;
}

.page-service .service-pill-list li {
  margin: 0;
  padding: 7px 10px;
  border: 1px solid #dce8f6;
  border-radius: 999px;
  background: #ffffff;
  color: #465067;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
}

.page-service .service-process {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 22px;
}

.page-service .service-process-step {
  min-height: 96px;
  padding: 14px 12px;
  border: 1px solid #e4ebf5;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(31, 42, 68, 0.04);
}

.page-service .service-process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-bottom: 8px;
  border-radius: 50%;
  background: #47b2e4;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.page-service .service-process-step strong {
  display: block;
  color: #1f2a44;
  font-size: 13px;
  line-height: 1.35;
}

.page-service .service-warning-box {
  margin: 24px 0;
  padding: 20px;
  border-left: 4px solid #47b2e4;
  border-radius: 12px;
  background: #f7fbff;
}

.page-service .service-warning-box h3 {
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  color: #1f2a44;
  font-size: 18px;
  line-height: 1.3;
}

.page-service .service-warning-box p {
  margin: 0;
  color: #465067;
  font-size: 14px;
  line-height: 1.62;
}

.page-service .service-demo-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0;
}

.page-service .service-demo-column {
  min-height: 180px;
  padding: 12px;
  border: 1px solid #dfe8f6;
  border-radius: 12px;
  background: #f7fbff;
}

.page-service .service-demo-column h3 {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  color: #1f2a44;
  font-size: 15px;
  line-height: 1.3;
}

.page-service .service-demo-ticket {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #e4ebf5;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(31, 42, 68, 0.04);
}

.page-service .service-demo-ticket strong {
  display: block;
  margin-bottom: 4px;
  color: #1f2a44;
  font-size: 13px;
  line-height: 1.35;
}

.page-service .service-demo-ticket span {
  display: block;
  color: #6a7487;
  font-size: 12px;
  line-height: 1.4;
}

.page-service .service-demo-scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 24px;
}

.page-service .service-demo-metric-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 24px;
}

.page-service .service-demo-metric {
  padding: 16px;
  border: 1px solid #e4ebf5;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(31, 42, 68, 0.05);
}

.page-service .service-demo-metric strong {
  display: block;
  color: #1f2a44;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
}

.page-service .service-demo-metric span {
  display: block;
  margin-top: 6px;
  color: #55627a;
  font-size: 13px;
  line-height: 1.4;
}

.page-service .service-demo-detail-card {
  padding: 22px;
  border: 1px solid #e4ebf5;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 10px 28px rgba(31, 42, 68, 0.06);
}

.page-service .service-demo-detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-service .service-demo-detail-list li {
  display: flex;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #eef2f7;
  color: #465067;
  font-size: 14px;
  line-height: 1.5;
}

.page-service .service-demo-detail-list li:last-child {
  border-bottom: 0;
}

.page-service .service-demo-detail-list strong {
  min-width: 150px;
  color: #1f2a44;
}

.page-service .service-before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 18px 0 24px;
}

.page-service .service-before-after-box {
  padding: 20px;
  border: 1px solid #e4ebf5;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(31, 42, 68, 0.05);
}

.page-service .service-before-after-box h3 {
  margin: 0 0 10px;
  color: #1f2a44;
  font-size: 18px;
  line-height: 1.3;
}

.page-service .service-before-after-box ul {
  margin: 0;
  padding-left: 18px;
}

.page-service .service-before-after-box li {
  margin-bottom: 7px;
  color: #465067;
  font-size: 14px;
  line-height: 1.55;
}

.page-service .service-price-box {
  padding: 22px;
  border: 1px solid #dfe8f6;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(31, 42, 68, 0.05);
}

.page-service .service-price-box h3 {
  margin: 0 0 8px;
  padding: 0 0 10px;
  border-bottom: 1px solid #eef2f7;
  color: #1f2a44;
  font-size: 19px;
  line-height: 1.3;
}

.page-service .service-price-box .service-price {
  display: block;
  margin: 10px 0;
  color: #0f5fa8;
  font-family: "Jost", sans-serif;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
}

@media (max-width: 1199.98px) {
  .page-service .service-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-service .service-demo-board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-service .service-demo-metric-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-service .service-demo-scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .page-service .service-hero-box {
    padding: 20px;
  }

  .page-service .service-hero-box h3 {
    font-size: 20px;
  }

  .page-service .service-hero-box h1 {
    font-size: 21px;
  }

  .page-service .service-hero-actions {
    display: block;
  }

  .page-service .service-btn-primary,
  .page-service .service-btn-secondary {
    width: 100%;
    margin-bottom: 8px;
  }

  .page-service .service-process {
    grid-template-columns: 1fr;
  }

  .page-service .service-demo-board {
    grid-template-columns: 1fr;
  }

  .page-service .service-demo-metric-grid,
  .page-service .service-demo-scenario-grid,
  .page-service .service-before-after {
    grid-template-columns: 1fr;
  }

  .page-service .service-demo-detail-list li {
    display: block;
  }

  .page-service .service-demo-detail-list strong {
    display: block;
    min-width: 0;
    margin-bottom: 2px;
  }
}

.page-service .service-scanner-form {
  margin-top: 18px;
}

.page-service .service-scanner-form .form-label {
  margin-bottom: 6px;
  color: #1f2a44;
  font-size: 14px;
  font-weight: 700;
}

.page-service .service-scanner-form .form-control {
  min-height: 42px;
  border: 1px solid #dfe6f1;
  border-radius: 8px;
  background: #fbfcfe;
  color: #2b3445;
  font-size: 14px;
  box-shadow: none;
}

.page-service .service-scanner-form .form-control:focus {
  border-color: #47b2e4;
  background: #ffffff;
  box-shadow: 0 0 0 0.15rem rgba(71, 178, 228, 0.15);
}

.page-service .service-scanner-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.page-service .service-scanner-category {
  margin: 24px 0;
  padding: 20px;
  border: 1px solid #e4ebf5;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(31, 42, 68, 0.05);
}

.page-service .service-scanner-category h3 {
  margin: 0 0 16px;
  padding: 0 0 10px;
  border-bottom: 1px solid #eef2f7;
  color: #1f2a44;
  font-size: 18px;
  line-height: 1.3;
}

.page-service .service-scanner-question {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.8fr);
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eef2f7;
}

.page-service .service-scanner-question:last-child {
  border-bottom: 0;
}

.page-service .service-scanner-question label {
  margin: 0;
  color: #465067;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
}

.page-service .service-checkbox-line {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 12px 0;
  color: #465067;
  font-size: 14px;
  line-height: 1.55;
  cursor: pointer;
}

.page-service .service-checkbox-line input {
  margin-top: 4px;
  flex: 0 0 auto;
}

.page-service .service-score-table {
  margin: 18px 0 26px;
}

.page-service .service-score-row {
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid #e4ebf5;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(31, 42, 68, 0.04);
}

.page-service .service-score-row-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.page-service .service-score-row-head strong {
  color: #1f2a44;
  font-size: 14px;
  line-height: 1.35;
}

.page-service .service-score-row-head span {
  color: #55627a;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

.page-service .service-score-bar {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #eef3f9;
}

.page-service .service-score-bar-fill {
  height: 100%;
  border-radius: 999px;
  background: #47b2e4;
}

.page-service .service-risk-summary {
  margin: 18px 0 24px;
  padding: 22px;
  border: 1px solid #dfe8f6;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 10px 28px rgba(31, 42, 68, 0.06);
}

.page-service .service-risk-summary-label {
  margin: 0 0 6px;
  color: #55627a;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.page-service .service-risk-score {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 4px 0 8px;
  color: #1f2a44;
  font-family: "Jost", sans-serif;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 800;
  white-space: nowrap;
}

.page-service .service-risk-score strong {
  display: inline;
  color: #1f2a44;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.page-service .service-risk-score span {
  display: inline;
  color: #6a7487;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.page-service .service-risk-category {
  margin: 0 0 12px;
  color: #0f5fa8;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.page-service .service-risk-note {
  margin: 8px 0 0;
  color: #55627a;
  font-size: 14px;
  line-height: 1.62;
}

.page-service .service-report-lead {
  margin: 0 0 18px;
  color: #465067;
  font-size: 15px;
  line-height: 1.7;
}

.page-service .service-risk-details {
  margin: 16px 0;
  padding: 16px 18px;
  border: 1px solid #e4ebf5;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(31, 42, 68, 0.04);
}

.page-service .service-risk-details summary {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #1f2a44;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
  cursor: pointer;
}

.page-service .service-risk-details[open] summary {
  margin-bottom: 14px;
}

.page-service .service-risk-details-title {
  color: #1f2a44;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
}

.page-service .service-risk-details-hint {
  color: #6a7487;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.page-service .service-risk-legend {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 18px 0 24px;
}

.page-service .service-risk-legend-item {
  padding: 14px;
  border: 1px solid #e4ebf5;
  border-radius: 12px;
  background: #ffffff;
}

.page-service .service-risk-legend-item strong {
  display: block;
  margin-bottom: 4px;
  color: #1f2a44;
  font-size: 14px;
  line-height: 1.35;
}

.page-service .service-risk-legend-item span {
  display: inline-block;
  margin-bottom: 6px;
  color: #0f5fa8;
  font-size: 13px;
  font-weight: 700;
}

.page-service .service-risk-legend-item p {
  margin: 0;
  color: #55627a;
  font-size: 13px;
  line-height: 1.55;
}

.page-service .service-risk-recommendations {
  margin: 18px 0 24px;
}

.page-service .service-risk-recommendation {
  margin-bottom: 14px;
  padding: 18px;
  border: 1px solid #e4ebf5;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(31, 42, 68, 0.05);
}

.page-service .service-risk-recommendation h3 {
  margin: 0 0 8px;
  color: #1f2a44;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
}

.page-service .service-risk-area-score {
  margin: 4px 0 10px;
  color: #0f5fa8;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.page-service .service-risk-recommendation h4 {
  margin: 12px 0 8px;
  color: #1f2a44;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 800;
}

.page-service .service-risk-recommendation p {
  margin: 0 0 10px;
  color: #465067;
  font-size: 14px;
  line-height: 1.62;
}

.page-service .service-risk-recommendation ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.page-service .service-risk-recommendation li {
  margin-bottom: 6px;
  color: #465067;
  font-size: 14px;
  line-height: 1.55;
}

.page-service .service-report-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

@media (max-width: 767.98px) {
  .page-service .service-risk-score {
    font-size: 34px;
  }

  .page-service .service-report-actions {
    display: block;
  }

  .page-service .service-report-actions a {
    width: 100%;
    margin-bottom: 8px;
  }

  .page-service .service-scanner-category {
    padding: 16px;
  }

  .page-service .service-scanner-question {
    display: block;
  }

  .page-service .service-scanner-question label {
    display: block;
    margin-bottom: 8px;
  }

  .page-service .service-score-row-head {
    display: block;
  }

  .page-service .service-score-row-head span {
    display: block;
    margin-top: 4px;
  }
}

.page-service .service-answer-help {
  margin: 18px 0 22px;
  padding: 18px 20px;
  border: 1px solid #dfe8f6;
  border-radius: 14px;
  background: #f7fbff;
}

.page-service .service-answer-help h3 {
  margin: 0 0 8px;
  color: #1f2a44;
  font-size: 18px;
  line-height: 1.3;
}

.page-service .service-answer-help p {
  margin: 0 0 12px;
  color: #465067;
  font-size: 14px;
  line-height: 1.62;
}

.page-service .service-answer-legend {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0 0;
}

.page-service .service-answer-legend-item {
  padding: 10px;
  border: 1px solid #e4ebf5;
  border-radius: 10px;
  background: #ffffff;
  color: #465067;
  font-size: 13px;
  line-height: 1.4;
}

.page-service .service-answer-legend-item strong {
  display: block;
  margin-bottom: 3px;
  color: #1f2a44;
  font-size: 14px;
}

.page-service .service-answer-scale {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(4, minmax(105px, 0.6fr));
  gap: 8px;
  align-items: stretch;
  margin: 14px 0 8px;
}

.page-service .service-answer-scale > div {
  padding: 8px;
  border-radius: 8px;
  background: #eef6fd;
  color: #1f2a44;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

.page-service .service-answer-scale > div:first-child {
  background: transparent;
}

.page-service .service-answer-scale span {
  display: block;
  margin-top: 2px;
  color: #55627a;
  font-size: 11px;
  font-weight: 600;
}

.page-service .service-question-matrix {
  border: 1px solid #e4ebf5;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
}

.page-service .service-question-row {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(4, minmax(105px, 0.6fr));
  gap: 0;
  border-bottom: 1px solid #eef2f7;
}

.page-service .service-question-row:last-child {
  border-bottom: 0;
}

.page-service .service-question-text {
  padding: 14px 16px;
  color: #465067;
  font-size: 14px;
  line-height: 1.55;
}

.page-service .service-question-text strong {
  color: #1f2a44;
  font-weight: 700;
}

.page-service .service-question-options {
  display: contents;
}

.page-service .service-radio-option {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin: 0;
  padding: 8px;
  border-left: 1px solid #eef2f7;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.page-service .service-radio-option:hover {
  background: #f7fbff;
}

.page-service .service-radio-option input {
  margin: 0;
  cursor: pointer;
}

.page-service .service-radio-dot-label {
  margin-left: 6px;
  color: #1f2a44;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.page-service .service-radio-full-label {
  display: none;
}

.page-service .service-radio-option:has(input:checked) {
  background: #eaf6fd;
  box-shadow: inset 0 0 0 2px rgba(71, 178, 228, 0.35);
}

.page-service .service-category-description {
  margin: -6px 0 14px;
  color: #55627a;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .page-service .service-answer-legend {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-service .service-answer-scale {
    display: none;
  }

  .page-service .service-question-matrix {
    border: 0;
    background: transparent;
  }

  .page-service .service-question-row {
    display: block;
    margin-bottom: 14px;
    border: 1px solid #e4ebf5;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
  }

  .page-service .service-question-text {
    padding: 14px;
    border-bottom: 1px solid #eef2f7;
  }

  .page-service .service-question-options {
    display: block;
    padding: 8px;
  }

  .page-service .service-radio-option {
    justify-content: flex-start;
    min-height: auto;
    padding: 10px;
    border-left: 0;
    border-radius: 10px;
  }

  .page-service .service-radio-option + .service-radio-option {
    margin-top: 6px;
  }

  .page-service .service-radio-dot-label {
    display: none;
  }

  .page-service .service-radio-full-label {
    display: inline;
    margin-left: 8px;
    color: #465067;
    font-size: 14px;
    line-height: 1.45;
  }
}

@media (max-width: 575.98px) {
  .page-service .service-answer-legend {
    grid-template-columns: 1fr;
  }
}
