/* ============================================================
   Page Specific: Polyurethane Medical and Healthcare Systems
   File path: assets/css/polyurethane-medical-equipment.css
   ============================================================ */

@font-face {
  font-family: "Archia";
  src: url("../fonts/archia-regular-webfont.woff2") format("woff2"),
       url("../fonts/archia-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.medical-equipment-page {
  --si-brand: #263B8F;
  --si-brand-2: #1C75BC;
  --si-accent: #F59E0B;
  --si-gold: #ffc451;
  --si-ink: #0b1320;
  --si-text: #334155;
  --si-muted: #64748b;
  --si-soft: #f6f8fc;
  --si-blue-soft: #f4f8ff;
  --si-line: rgba(38, 59, 143, 0.14);
  --si-radius: 20px;
  --si-shadow: 0 14px 38px rgba(15, 23, 42, 0.075);
  direction: ltr;
  background: #ffffff;
  color: var(--si-ink);
  font-family: "Archia", Arial, sans-serif;
  text-align: left;
}

.medical-equipment-page h1,
.medical-equipment-page h2,
.medical-equipment-page h3,
.medical-equipment-page h4,
.medical-equipment-page p,
.medical-equipment-page span,
.medical-equipment-page a,
.medical-equipment-page small,
.medical-equipment-page strong,
.medical-equipment-page th,
.medical-equipment-page td,
.medical-equipment-page li {
  font-family: "Archia", Arial, sans-serif;
  text-align: left;
}

.si-main {
  padding-top: 0 !important;
  overflow: hidden;
}

.medical-equipment-page a {
  text-decoration: none;
}

.medical-equipment-page img,
.medical-equipment-page video {
  max-width: 100%;
  height: auto;
}

/* ================= HERO ================= */
.si-hero {
  position: relative;
  min-height: 58vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 96px 0 48px;
  isolation: isolate;
  background: #071120;
}

.si-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 10, 24, 0.86) 0%, rgba(9, 23, 54, 0.70) 45%, rgba(10, 18, 35, 0.26) 100%),
    radial-gradient(circle at 18% 26%, rgba(245, 158, 11, 0.15), transparent 30%),
    radial-gradient(circle at 80% 18%, rgba(28, 117, 188, 0.20), transparent 34%),
    url("../img/bg/medical-equipment.png") center center / cover no-repeat;
  transform: scale(1.01);
}

.si-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 92%);
}

.si-hero__container {
  position: relative;
  z-index: 2;
}

.si-hero__visual-card {
  max-width: 470px;
}

.si-hero__video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.20);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.34);
}

.si-hero__video-frame video {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.si-hero__video-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 34px 18px 13px;
  color: #ffffff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 100%);
}

.si-hero__video-caption span {
  display: inline-flex;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(28, 117, 188, 0.88);
  font-size: 0.70rem;
  font-weight: 850;
  line-height: 1.6;
}

.si-hero__video-caption p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.65;
}

.si-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 12px;
}

.si-hero__badges small {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 12px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.64);
  border: 1px solid rgba(255, 180, 92, 0.34);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
  font-size: 0.70rem;
  font-weight: 850;
  line-height: 1.6;
}

.si-hero__glass {
  position: relative;
  overflow: hidden;
  max-width: 760px;
  padding: 24px 26px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.065)),
    radial-gradient(circle at 8% 0%, rgba(255, 196, 81, 0.12), transparent 34%);
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
}

.si-eyebrow,
.si-section-label,
.si-pathway-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 7px;
  padding: 5px 13px;
  border-radius: 999px;
  font-family: "Roboto Condensed", "Archia", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.6;
}

.si-eyebrow {
  margin-bottom: 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.20);
}

.si-hero h1 {
  max-width: 690px;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(1.45rem, 2.05vw, 2.08rem);
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: -0.015em;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.30);
}

.si-hero p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.78;
}

.si-hero__actions,
.si-pathway-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.si-btn,
.si-pathway-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 39px;
  padding: 8px 18px;
  border-radius: 999px;
  font-family: "Roboto Condensed", "Archia", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.6;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.si-btn:hover,
.si-pathway-btn:hover {
  transform: translateY(-1px);
}

.si-btn--primary {
  color: #101828 !important;
  background: linear-gradient(90deg, #F59E0B, #ffc451);
  border: 1px solid rgba(255, 196, 81, 0.38);
  box-shadow: 0 12px 26px rgba(245, 158, 11, 0.20);
}

.si-btn--primary:hover {
  color: #101828 !important;
  background: #fff8e5;
  border-color: rgba(255, 196, 81, 0.48);
}

.si-btn--ghost {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.si-btn--ghost:hover {
  color: #ffc451 !important;
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 196, 81, 0.34);
}

.si-hero__micro-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.si-hero__micro-nav a {
  color: rgba(255, 255, 255, 0.82);
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 5px 12px;
  font-family: "Roboto Condensed", "Archia", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.6;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.si-hero__micro-nav a:hover {
  color: #ffc451;
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 196, 81, 0.30);
}

/* ================= GENERAL ================= */
.si-section {
  position: relative;
  padding: 52px 0;
  overflow: hidden;
}

.si-section-label {
  margin-bottom: 8px;
  color: var(--si-brand);
  background: rgba(38, 59, 143, 0.065);
  border: 1px solid rgba(38, 59, 143, 0.12);
}

.si-section h2,
.si-section-head h2,
.si-pathway-cta__content h2 {
  margin: 0 0 14px;
  color: #101828;
  font-size: clamp(1.18rem, 1.55vw, 1.58rem);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: -0.012em;
}

.si-lead,
.si-muted,
.si-section-head p,
.si-pathway-cta__content p,
.si-faq-grid p {
  margin: 0;
  color: #475569;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.82;
}

.si-lead {
  color: #25324a;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.si-section-head {
  max-width: 900px;
  margin: 0 auto 26px;
  text-align: center;
}

.si-section-head .si-section-label {
  margin-inline: auto;
}

.si-section-head h2,
.si-section-head p {
  text-align: center;
}

.si-section-head p {
  max-width: 820px;
  margin: 0 auto;
}

.si-position,
.si-tree-section,
.si-coming-soon {
  background:
    radial-gradient(circle at 10% 12%, rgba(38, 59, 143, 0.055), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.si-applications,
.si-decision,
.si-faq {
  background: #ffffff;
}

.si-quality,
.si-technical-paths,
.si-final-cta--pathway {
  background:
    radial-gradient(circle at 85% 12%, rgba(28, 117, 188, 0.06), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

/* ================= APPLICATIONS ================= */
.si-application-grid,
.si-link-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.si-application-card,
.si-link-card-grid a {
  position: relative;
  min-height: 150px;
  display: block;
  padding: 18px 18px 16px;
  border-radius: 18px;
  color: #17325f;
  background: linear-gradient(180deg, #ffffff, #f7faff);
  border: 1px solid rgba(38, 59, 143, 0.10);
  box-shadow: 0 9px 20px rgba(15, 23, 42, 0.045);
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.si-application-card:hover,
.si-link-card-grid a:hover {
  transform: translateY(-1px);
  background: #ffffff;
  border-color: rgba(245, 158, 11, 0.24);
}

.si-application-card strong,
.si-link-card-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #14294f;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.45;
}

.si-application-card span,
.si-link-card-grid span {
  display: block;
  color: #64748b;
  font-size: 0.80rem;
  font-weight: 400;
  line-height: 1.82;
}

.si-application-card small {
  display: inline-flex;
  width: fit-content;
  margin-top: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #17325f;
  background: rgba(38, 59, 143, 0.075);
  font-family: "Roboto Condensed", "Archia", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.5;
}

.si-application-card.is-coming-soon small {
  color: #7a4f00;
  background: rgba(255, 196, 81, 0.30);
}

/* ================= QUALITY ================= */
.si-factor-card {
  position: relative;
  height: 100%;
  min-height: 178px;
  padding: 17px 16px 15px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.92)),
    radial-gradient(circle at 88% 0%, rgba(245, 158, 11, 0.08), transparent 32%);
  border: 1px solid rgba(38, 59, 143, 0.10);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.si-factor-card:hover {
  transform: translateY(-1px);
  background: #f8fbff;
  border-color: rgba(245, 158, 11, 0.20);
}

.si-factor-card span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, var(--si-brand), var(--si-brand-2));
  box-shadow: 0 8px 20px rgba(38, 59, 143, 0.16);
  font-family: "Roboto Condensed", "Archia", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
}

.si-factor-card h3,
.si-faq-grid h3 {
  margin: 0 0 9px;
  color: #101828;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.45;
}

.si-factor-card p {
  margin: 0;
  color: #64748b;
  font-size: 0.80rem;
  font-weight: 400;
  line-height: 1.82;
}

/* ================= TREE ================= */
.si-decision-tree {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.58)),
    radial-gradient(circle at 10% 10%, rgba(255, 196, 81, 0.12), transparent 30%);
  border: 1px solid rgba(38, 59, 143, 0.10);
  box-shadow: var(--si-shadow);
}

.si-tree-node,
.si-tree-flow span,
.si-tree-result {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 18px;
  padding: 9px 12px;
  min-height: 40px;
  font-family: "Roboto Condensed", "Archia", Arial, sans-serif;
  font-size: 0.80rem;
  font-weight: 700;
  line-height: 1.55;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.si-tree-node {
  color: #17325f;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(38, 59, 143, 0.12);
}

.si-tree-node:hover,
.si-tree-flow span:hover,
.si-tree-result:hover {
  color: #17325f;
  background: #f8fbff;
  border-color: rgba(245, 158, 11, 0.22);
}

.si-tree-node--root {
  width: min(100%, 460px);
  margin: 0 auto 18px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--si-brand), var(--si-brand-2));
  box-shadow: 0 12px 24px rgba(38, 59, 143, 0.16);
}

.si-tree-node--root:hover {
  color: #ffffff;
  background: linear-gradient(135deg, var(--si-brand), var(--si-brand-2));
}

.si-tree-branches,
.si-tree-flow {
  display: grid;
  gap: 10px;
}

.si-tree-branches {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 10px;
}

.si-tree-flow {
  grid-template-columns: repeat(5, 1fr);
}

.si-tree-flow span {
  color: #17325f;
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.14);
}

.si-tree-result {
  margin-top: 12px;
  color: #101828;
  background: linear-gradient(90deg, rgba(245, 158, 11, 0.15), rgba(255, 255, 255, 0.70), rgba(28, 117, 188, 0.10));
  border: 1px solid rgba(245, 158, 11, 0.16);
}

/* ================= TROUBLESHOOTING ================= */
.si-troubleshooting {
  background: #ffffff;
}

.si-problem-map {
  position: relative;
  padding: 20px 0 0;
}

.si-problem-root {
  width: min(100%, 440px);
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--si-brand), var(--si-brand-2));
  box-shadow: 0 12px 26px rgba(38, 59, 143, 0.14);
  font-family: "Roboto Condensed", "Archia", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
}

.si-problem-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.si-problem-grid a {
  position: relative;
  min-height: 108px;
  display: block;
  padding: 16px 16px;
  border-radius: 18px;
  color: #17325f;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(38, 59, 143, 0.10);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.si-problem-grid a:hover {
  transform: translateY(-1px);
  background: #f8fbff;
  border-color: rgba(245, 158, 11, 0.22);
}

.si-problem-grid strong {
  display: block;
  margin-bottom: 7px;
  color: #101828;
  font-size: 0.90rem;
  font-weight: 700;
  line-height: 1.45;
}

.si-problem-grid span {
  display: block;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.82;
}

/* ================= TABLE ================= */
.si-table-wrap {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(38, 59, 143, 0.10);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055);
  background: #ffffff;
}

.si-decision-table {
  margin: 0;
}

.si-decision-table th {
  color: #ffffff;
  background: #383838;
  border-color: rgba(255, 255, 255, 0.08) !important;
  font-family: "Roboto Condensed", "Archia", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.65;
  padding: 15px 16px;
  text-align: left;
}

.si-decision-table td {
  color: #526174;
  background: #f4f8ff;
  border-color: rgba(38, 59, 143, 0.07) !important;
  font-size: 0.80rem;
  font-weight: 400;
  line-height: 1.82;
  padding: 15px 16px;
  text-align: left;
}

.si-decision-table tbody tr:nth-child(even) td {
  background: #eef5ff;
}

.si-decision-table strong {
  color: #101828;
  font-weight: 700;
}

.si-decision-table a {
  color: var(--si-brand);
  font-weight: 700;
}

.si-decision-table a:hover {
  color: var(--si-accent);
}

/* ================= RELATED PATHS ================= */
.si-link-card-grid a {
  min-height: 138px;
}

.si-link-card-grid a::after {
  content: "→";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #101828;
  background: linear-gradient(90deg, #F59E0B, #ffc451);
  font-family: "Roboto Condensed", "Archia", Arial, sans-serif;
  font-size: 0.80rem;
  font-weight: 700;
}

.si-link-card-grid span {
  padding-right: 28px;
}

/* ================= COMING SOON ================= */
.si-soon-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.si-soon-grid div,
.si-faq-grid article {
  min-height: 98px;
  padding: 16px 15px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(38, 59, 143, 0.10);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.si-soon-grid strong,
.si-soon-grid span {
  display: block;
}

.si-soon-grid strong {
  color: #14294f;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 8px;
}

.si-soon-grid span {
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  color: #7a4f00;
  background: rgba(255, 196, 81, 0.30);
  font-family: "Roboto Condensed", "Archia", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
}

/* ================= FAQ ================= */
.si-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.si-faq-grid article {
  min-height: 160px;
  background: linear-gradient(180deg, #ffffff, #f7faff);
}

/* ================= FINAL CTA ================= */
.si-final-cta--pathway {
  position: relative;
  overflow: hidden;
  padding: 58px 0;
  border-top: 1px solid rgba(38, 59, 143, 0.08);
}

.si-pathway-cta {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 44px;
  align-items: center;
}

.si-pathway-cta__actions {
  display: grid;
  gap: 10px;
  margin-top: 0;
}

.si-pathway-btn {
  min-height: 40px;
  padding: 8px 18px;
  color: #ffffff !important;
  background: #172033;
  border: 1px solid rgba(38, 59, 143, 0.22);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.si-pathway-btn:hover {
  color: #101828 !important;
  background: #f8fbff;
  border-color: rgba(245, 158, 11, 0.28);
}

.si-pathway-btn i {
  color: #8fd3ff;
  font-size: 0.95rem;
}

.si-pathway-btn:hover i {
  color: #f59e0b;
}

.si-pathway-btn--primary {
  background: #1c2638;
}

.si-pathway-btn--whatsapp i {
  color: #47d18c;
}

.si-pathway-cta__content {
  position: relative;
  padding-left: 24px;
  border-left: 3px solid var(--si-brand);
}

.si-pathway-badge {
  margin-bottom: 12px;
  color: var(--si-brand);
  background: rgba(38, 59, 143, 0.055);
  border: 1px solid rgba(38, 59, 143, 0.12);
}

.si-pathway-cta__content p {
  max-width: 840px;
  margin: 0 0 20px;
}

.si-pathway-routes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.si-pathway-routes a {
  position: relative;
  min-height: 100px;
  display: block;
  padding: 16px 16px 14px;
  border-radius: 16px;
  color: #17325f;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(38, 59, 143, 0.10);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.si-pathway-routes a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 3px;
  height: 34px;
  border-radius: 99px;
  background: linear-gradient(180deg, #263b8f, #ffc451);
}

.si-pathway-routes a:hover {
  transform: translateY(-1px);
  background: #f8fbff;
  border-color: rgba(245, 158, 11, 0.24);
}

.si-pathway-routes strong {
  display: block;
  margin-bottom: 7px;
  color: #14294f;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.5;
}

.si-pathway-routes span {
  display: block;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 400;
  line-height: 1.82;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1199.98px) {
  .si-application-grid,
  .si-link-card-grid,
  .si-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .si-tree-flow,
  .si-soon-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .si-hero {
    min-height: auto;
    padding: 100px 0 60px;
  }

  .si-section {
    padding: 46px 0;
  }

  .si-hero__visual-card {
    max-width: 560px;
    margin: 0 auto;
  }

  .si-tree-branches,
  .si-tree-flow,
  .si-problem-grid,
  .si-link-card-grid,
  .si-pathway-routes,
  .si-soon-grid {
    grid-template-columns: 1fr;
  }

  .si-pathway-cta {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .si-pathway-cta__actions {
    max-width: 360px;
  }
}

@media (max-width: 767.98px) {
  .si-decision-table thead {
    display: none;
  }

  .si-decision-table,
  .si-decision-table tbody,
  .si-decision-table tr,
  .si-decision-table td {
    display: block;
    width: 100%;
  }

  .si-decision-table tr {
    margin-bottom: 14px;
    overflow: hidden;
    border-radius: 16px;
    background: #f4f8ff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  }

  .si-decision-table td {
    position: relative;
    min-height: 48px;
    padding: 12px 14px 12px 42%;
    border: none;
    border-bottom: 1px solid rgba(56, 56, 56, 0.05);
  }

  .si-decision-table td:last-child {
    border-bottom: none;
  }

  .si-decision-table td::before {
    content: attr(data-label);
    position: absolute;
    top: 12px;
    left: 14px;
    width: 36%;
    color: #383838;
    font-family: "Roboto Condensed", "Archia", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.65;
  }
}

@media (max-width: 575.98px) {
  .si-hero {
    padding: 88px 0 46px;
  }

  .si-hero__glass {
    padding: 20px 18px;
  }

  .si-hero h1 {
    font-size: 1.38rem;
  }

  .si-hero p,
  .si-lead,
  .si-muted,
  .si-section-head p,
  .si-pathway-cta__content p {
    font-size: 0.82rem;
    line-height: 1.78;
  }

  .si-btn,
  .si-pathway-btn {
    width: 100%;
  }

  .si-application-grid,
  .si-faq-grid {
    grid-template-columns: 1fr;
  }

  .si-pathway-cta__content {
    padding-left: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .si-btn,
  .si-pathway-btn,
  .si-application-card,
  .si-factor-card,
  .si-problem-grid a,
  .si-link-card-grid a,
  .si-pathway-routes a {
    transition: none !important;
  }

  .si-btn:hover,
  .si-pathway-btn:hover,
  .si-application-card:hover,
  .si-factor-card:hover,
  .si-problem-grid a:hover,
  .si-link-card-grid a:hover,
  .si-pathway-routes a:hover {
    transform: none !important;
  }
}
