/* Sazehlogy Article A-01 — scoped styles only */
body.sl-spectrum-page {
  --sl-a01-ink: #10253b;
  --sl-a01-muted: #61768a;
  --sl-a01-navy: #061a2e;
  --sl-a01-navy-2: #0a2d4d;
  --sl-a01-teal: #0d8792;
  --sl-a01-teal-soft: #e6f6f7;
  --sl-a01-orange: #c95a2c;
  --sl-a01-amber: #efa93b;
  --sl-a01-blue: #126bc5;
  --sl-a01-line: #d9e4ec;
  --sl-a01-shadow: 0 20px 56px rgba(5, 28, 50, .10);
  background: #f4f7fa;
  color: var(--sl-a01-ink);
}

.sl-a01-skip-link {
  position: fixed;
  top: -100px;
  right: 18px;
  z-index: 999;
  padding: 8px 14px;
  border-radius: 9px;
  background: #fff;
  color: var(--sl-a01-navy);
}

.sl-a01-skip-link:focus { top: 12px; }

.sl-a01-reading-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--sl-a01-teal), var(--sl-a01-amber), var(--sl-a01-orange));
  box-shadow: 0 0 14px rgba(13, 135, 146, .35);
}

.sl-a01-main {
  overflow: clip;
  padding-bottom: 72px;
}

.sl-a01-hero {
  padding: 54px 0 20px;
}

.sl-a01-hero__shell {
  width: min(calc(100% - 48px), 1180px);
}

.sl-a01-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  gap: 28px;
  align-items: center;
  padding: 34px;
  border: 1px solid #dbe6f4;
  border-radius: 30px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 38px rgba(10, 28, 58, .055);
}

.sl-a01-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  color: #6a7890;
  font-size: .92rem;
}

.sl-a01-breadcrumbs a { color: #355a9a; }

.sl-a01-hero__copy {
  min-width: 0;
}

.sl-a01-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  background: #f2f7ff;
  color: #0a57c5;
  font-size: .84rem;
  font-weight: 800;
}

.sl-a01-eyebrow::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sl-a01-amber);
  box-shadow: 0 0 0 5px rgba(239, 169, 59, .12);
  content: "";
}

.sl-a01-hero h1 {
  margin: 18px 0 16px;
  color: #0b1f3a;
  font-size: clamp(2.15rem, 3.7vw, 4rem);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.sl-a01-hero__subtitle {
  margin: 0 0 12px;
  color: #26364b;
  font-size: 1.05rem;
  font-weight: 850;
}

.sl-a01-hero__lead {
  margin: 0;
  color: #526072;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.05;
  text-align: justify;
  text-align-last: right;
}

.sl-a01-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.sl-a01-hero__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #d9e4f3;
  border-radius: 999px;
  color: #53647d;
  background: #fff;
  font-size: .82rem;
  font-weight: 750;
}

.sl-a01-hero__media {
  overflow: hidden;
  margin: 0;
  border: 1px solid #dce7f5;
  border-radius: 24px;
  background: #fbfdff;
}

.sl-a01-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.55;
  object-fit: cover;
}

.sl-a01-layout {
  width: min(calc(100% - 48px), 1180px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
  padding-block: 12px 20px;
}

.sl-a01-article {
  min-width: 0;
  padding: 32px 36px;
  border: 1px solid #dbe6f4;
  border-radius: 30px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 38px rgba(10, 28, 58, .05);
  font-size: 1.04rem;
  line-height: 2.08;
}

.sl-a01-article p {
  margin: 0 0 20px;
  text-align: justify;
  text-justify: inter-word;
}

.sl-a01-article strong { color: #082f4e; }

.sl-a01-article ul,
.sl-a01-article ol { padding-inline-start: 0; padding-inline-end: 25px; }

.sl-a01-article li { margin: 7px 0; }

.sl-a01-article section[id] { scroll-margin-top: 120px; }

.sl-a01-article code {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
  padding: .03em .34em;
  border-radius: 5px;
  background: #edf3f7;
  color: #0b4d72;
  font: 650 .93em/1.6 "Segoe UI", Tahoma, sans-serif;
}

.sl-a01-lede {
  margin-top: 0 !important;
  padding-bottom: 27px;
  border-bottom: 1px solid var(--sl-a01-line);
  color: #243f55;
  font-size: 1.22rem;
  font-weight: 650;
  line-height: 2.1;
}

.sl-a01-article h2 {
  margin: 52px 0 18px;
  color: var(--sl-a01-navy);
  font-size: clamp(1.48rem, 2.4vw, 2.02rem);
  line-height: 1.55;
  letter-spacing: -.02em;
}

.sl-a01-article h3 {
  margin: 32px 0 12px;
  color: #0a3d63;
  font-size: 1.2rem;
  line-height: 1.7;
}

.sl-a01-article > section:first-of-type h2 { margin-top: 55px; }

.sl-a01-callout {
  display: block;
  margin: 28px 0;
  padding: 21px 23px;
  border: 1px solid #bee1e4;
  border-inline-start: 5px solid var(--sl-a01-teal);
  border-radius: 15px;
  background: var(--sl-a01-teal-soft);
}

.sl-a01-callout--status {
  border-color: #f0d8a9;
  border-inline-start-color: var(--sl-a01-amber);
  background: #fff9ed;
}

.sl-a01-callout p:last-child { margin-bottom: 0; }

.sl-a01-callout-title {
  display: block;
  margin-bottom: 5px;
  color: var(--sl-a01-navy);
  font-weight: 900;
}

.sl-a01-math {
  direction: ltr;
  display: block;
  overflow-x: auto;
  margin: 25px 0;
  padding: 21px;
  border: 1px dashed #9bbbd1;
  border-radius: 14px;
  background: #f5f9fc;
  color: #092f50;
  text-align: center;
}

.sl-a01-math math {
  direction: ltr;
  max-width: 100%;
  font-size: 1.06em;
}

.sl-a01-table-wrap {
  overflow-x: auto;
  margin: 28px 0;
  border: 1px solid var(--sl-a01-line);
  border-radius: 15px;
  background: #fff;
}

.sl-a01-table-wrap table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: .88rem;
  line-height: 1.8;
}

.sl-a01-table-wrap th,
.sl-a01-table-wrap td {
  padding: 14px 15px;
  border-bottom: 1px solid var(--sl-a01-line);
  text-align: right !important;
  vertical-align: top;
}

.sl-a01-table-wrap th {
  background: var(--sl-a01-navy-2);
  color: #fff;
  font-weight: 850;
}

.sl-a01-table-wrap tr:last-child td { border-bottom: 0; }
.sl-a01-table-wrap tbody tr:nth-child(even) { background: #f7fafc; }

.sl-a01-figure { margin: 42px 0; }

.sl-a01-figure img {
  width: 100%;
  height: auto;
  border: 1px solid #d2dfe8;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(5, 28, 50, .11);
}

.sl-a01-figure figcaption {
  margin-top: 12px;
  color: var(--sl-a01-muted);
  font-size: .82rem;
  line-height: 1.85;
  text-align: justify;
}

.sl-a01-checklist-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 28px 0 13px;
  padding: 16px 18px;
  border-radius: 14px;
  background: var(--sl-a01-navy);
  color: #fff;
}

.sl-a01-checklist-toolbar strong { color: #fff; }

.sl-a01-checklist-toolbar p {
  margin: 1px 0 0;
  color: #c7dce9;
  font-size: .82rem;
  text-align: right;
}

.sl-a01-checklist-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sl-a01-checklist-toolbar button {
  padding: 8px 12px;
  border: 0;
  border-radius: 9px;
  background: #fff;
  color: var(--sl-a01-navy);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.sl-a01-task-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--sl-a01-line);
  border-radius: 15px;
  list-style: none;
}

.sl-a01-task-list li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e8eef3;
  background: #fff;
}

.sl-a01-task-list li:nth-child(odd) { border-inline-end: 1px solid #e8eef3; }

.sl-a01-task-list label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  height: 100%;
  padding: 13px 15px;
  font-size: .88rem;
  line-height: 1.75;
  cursor: pointer;
}

.sl-a01-task-list input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-top: 5px;
  accent-color: var(--sl-a01-teal);
}

.sl-a01-task-list li:has(input:checked) {
  background: #edf8f5;
  color: #536f69;
  text-decoration: line-through;
  text-decoration-color: #8eb5a1;
}

.sl-a01-product-cta {
  position: relative;
  overflow: hidden;
  margin: 70px 0 8px;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 22px;
  background:
    radial-gradient(circle at 15% 15%, rgba(13, 135, 146, .34), transparent 35%),
    linear-gradient(135deg, #061a2e, #0c365c);
  color: #fff;
}

.sl-a01-product-cta h2 {
  margin: 5px 0 13px;
  color: #fff;
  font-size: 1.9rem;
}

.sl-a01-product-cta h2::before { display: none; }

.sl-a01-product-cta p {
  max-width: 670px;
  color: #c8dfed;
  text-align: right;
}

.sl-a01-cta-kicker {
  color: #84d5dc;
  font-size: .82rem;
  font-weight: 850;
}

.sl-a01-cta-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.sl-a01-cta-actions a {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 850;
}

.sl-a01-primary { background: #fff; color: var(--sl-a01-navy); }

.sl-a01-secondary {
  border: 1px solid rgba(255, 255, 255, .26);
  color: #fff;
}

.sl-a01-faq { border-top: 1px solid var(--sl-a01-line); }

.sl-a01-faq details {
  padding: 17px 0;
  border-bottom: 1px solid var(--sl-a01-line);
}

.sl-a01-faq summary {
  position: relative;
  padding-inline-end: 0;
  padding-inline-start: 32px;
  color: var(--sl-a01-navy);
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.sl-a01-faq summary::-webkit-details-marker { display: none; }

.sl-a01-faq summary::after {
  position: absolute;
  top: -4px;
  left: 0;
  color: var(--sl-a01-blue);
  font-size: 25px;
  content: "+";
}

.sl-a01-faq details[open] summary::after { content: "−"; }

.sl-a01-faq-answer {
  margin-top: 11px;
  color: #42586a;
  font-size: .93rem;
}

.sl-a01-faq-answer p { margin: 0; }

.sl-a01-sources-section {
  color: #43576a;
  font-size: .9rem;
}

.sl-a01-sources-section li { margin-bottom: 11px; }
.sl-a01-sources-section a { color: var(--sl-a01-blue); overflow-wrap: anywhere; }

.sl-a01-toc {
  position: sticky;
  top: 108px;
  padding: 22px;
  border: 1px solid #dbe6f4;
  border-radius: 24px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 30px rgba(10, 28, 58, .05);
}

.sl-a01-toc-title {
  margin-bottom: 10px;
  color: var(--sl-a01-navy);
  font-weight: 900;
}

.sl-a01-toc ol {
  margin: 0;
  padding-inline-start: 0;
  padding-inline-end: 20px;
  color: var(--sl-a01-muted);
  font-size: .82rem;
  line-height: 1.75;
}

.sl-a01-toc li { margin: 6px 0; }

.sl-a01-toc a {
  color: #50677a;
  transition: color .18s ease;
}

.sl-a01-toc a:hover,
.sl-a01-toc a.is-active {
  color: var(--sl-a01-blue);
  font-weight: 850;
}

.sl-a01-toc-note {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--sl-a01-line);
  color: #7b8996;
  font-size: .72rem;
}

@media (max-width: 1050px) {
  .sl-a01-layout { grid-template-columns: 1fr; }
  .sl-a01-toc { position: static; order: -1; }
  .sl-a01-toc ol { columns: 2; column-gap: 30px; }
}

@media (max-width: 900px) {
  .sl-a01-hero__inner {
    grid-template-columns: 1fr;
  }

  .sl-a01-hero__media {
    max-width: 620px;
    margin-inline: auto;
  }
}

@media (max-width: 700px) {
  .sl-a01-hero {
    padding-top: 42px;
  }

  .sl-a01-hero__shell,
  .sl-a01-layout {
    width: min(calc(100% - 20px), 1180px);
  }

  .sl-a01-hero__inner {
    padding: 22px;
    border-radius: 24px;
  }

  .sl-a01-hero h1 { font-size: 2rem; letter-spacing: -.02em; }
  .sl-a01-hero__lead { text-align: right; }
  .sl-a01-layout { padding-block: 12px 56px; }
  .sl-a01-article { padding: 22px; border-radius: 24px; font-size: 1rem; }
  .sl-a01-article h2 { margin-top: 58px; }
  .sl-a01-task-list { grid-template-columns: 1fr; }
  .sl-a01-task-list li:nth-child(odd) { border-inline-end: 0; }
  .sl-a01-checklist-toolbar { align-items: flex-start; flex-direction: column; }
  .sl-a01-toc ol { columns: 1; }
  .sl-a01-cta-actions a { width: 100%; justify-content: center; }
}

@media print {
  body.sl-spectrum-page { background: #fff; color: #000; font-size: 11pt; }
  .sl-spectrum-page .site-header,
  .sl-spectrum-page .site-footer,
  .sl-a01-toc,
  .sl-a01-reading-progress,
  .sl-a01-checklist-actions,
  .sl-a01-cta-actions { display: none !important; }
  .sl-a01-hero { background: #fff; color: #000; }
  .sl-a01-hero__media { display: none; }
  .sl-a01-hero__inner { display: block; padding: 20px 0; border: 0; box-shadow: none; }
  .sl-a01-hero h1,
  .sl-a01-hero__subtitle,
  .sl-a01-hero__lead,
  .sl-a01-hero__meta,
  .sl-a01-breadcrumbs { color: #111; }
  .sl-a01-layout { display: block; width: 100%; padding: 0; }
  .sl-a01-article { padding: 0; border: 0; box-shadow: none; }
  .sl-a01-article h2 { break-after: avoid; }
  .sl-a01-figure,
  .sl-a01-table-wrap,
  .sl-a01-task-list { break-inside: avoid; }
}
