.example-report-page {
  background: #f6f2eb;
}

.example-report-page .main-nav .is-current::after {
  left: 0;
  right: 0;
}

.example-intro {
  position: relative;
  overflow: hidden;
  padding: 62px 32px 76px;
  color: #fffdf8;
  background:
    radial-gradient(circle at 78% 28%, rgba(239, 178, 35, .18), transparent 25%),
    linear-gradient(120deg, #061a38 0%, #0a2d5c 58%, #123f77 100%);
}

.example-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.example-intro-shell,
.example-report-shell,
.example-final-cta-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1260px);
  margin: 0 auto;
}

.example-back {
  width: max-content;
  margin-bottom: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.74);
  font-size: 13px;
  font-weight: 720;
}

.example-back svg {
  width: 18px;
  height: 18px;
}

.example-back:hover {
  color: #fff;
}

.example-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 72px;
  align-items: end;
}

.example-kicker {
  margin: 0 0 18px;
  color: #f4c34b;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .15em;
}

.example-intro h1 {
  margin: 0;
  color: #fffdf8;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(48px, 5.4vw, 76px);
  line-height: .98;
  letter-spacing: -.042em;
  text-shadow: none;
}

.example-intro h1 span {
  color: #f6d27a;
}

.example-lead {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.84);
  font-size: 18px;
  line-height: 1.6;
}

.example-meta {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.example-meta span {
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.06);
  font-size: 11.5px;
  font-weight: 700;
}

.example-intro-note {
  padding: 26px 26px 24px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 26px 60px rgba(0,0,0,.15);
  backdrop-filter: blur(10px);
}

.example-intro-note-label {
  margin: 0 0 12px;
  color: #f4c34b;
  font-size: 10.5px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.example-intro-note > p:not(.example-intro-note-label) {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 13.5px;
  line-height: 1.62;
}

.example-intro-actions {
  margin-top: 22px;
  display: grid;
  gap: 10px;
}

.example-print,
.example-contact-link {
  min-height: 46px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 4px;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.example-print {
  border: 1px solid rgba(255,255,255,.24);
  color: #fff;
  background: rgba(255,255,255,.08);
}

.example-print svg {
  width: 18px;
  height: 18px;
}

.example-contact-link {
  color: #101b2d;
  background: linear-gradient(180deg, #f8c957 0%, #e9aa14 100%);
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
}

.example-report-area {
  position: relative;
  padding: 84px 32px 104px;
  background:
    radial-gradient(circle at 14% 10%, rgba(239,178,35,.08), transparent 18%),
    linear-gradient(180deg, #f6f2eb 0%, #f1ece3 100%);
}

.example-report-area::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .48;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(10,35,72,.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10,35,72,.032) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(180deg, transparent, #000 10%, #000 88%, transparent);
}

.example-report-shell {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.example-report-index {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 16px;
}

.example-index-card,
.example-index-vigilance {
  border: 1px solid rgba(8,30,62,.09);
  border-radius: 7px;
  background: rgba(255,253,249,.82);
  box-shadow: 0 18px 44px rgba(7,27,57,.08);
}

.example-index-card {
  padding: 26px 22px;
}

.example-index-title {
  margin: 0 0 20px;
  color: #9a6807;
  font-size: 10.5px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.example-index-card nav {
  display: grid;
}

.example-index-card a {
  padding: 12px 0;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  align-items: start;
  border-bottom: 1px solid rgba(8,30,62,.08);
  color: #41536a;
  font-size: 12px;
  line-height: 1.34;
  font-weight: 690;
}

.example-index-card a:last-child {
  border-bottom: 0;
}

.example-index-card a span {
  color: rgba(10,35,72,.42);
  font-family: Georgia, serif;
  font-size: 11px;
}

.example-index-card a:hover {
  color: #0a2348;
}

.example-index-vigilance {
  padding: 22px;
  color: #fff;
  background: linear-gradient(145deg, #0a2b55, #071d3a);
}

.example-index-vigilance span {
  display: block;
  margin-bottom: 6px;
  color: #f4c34b;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.example-index-vigilance strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.example-index-vigilance p {
  margin: 14px 0 0;
  color: rgba(255,255,255,.7);
  font-size: 11.5px;
  line-height: 1.55;
}

.example-report-sheet {
  position: relative;
  overflow: hidden;
  padding: 54px 64px 50px;
  border: 1px solid rgba(8,30,62,.11);
  border-radius: 7px;
  color: #0a2348;
  background:
    linear-gradient(90deg, rgba(242,235,224,.36) 0, rgba(242,235,224,.36) 1px, transparent 1px) 0 0 / 42px 100%,
    #fffdf9;
  box-shadow: 0 40px 90px rgba(7,27,57,.15), 0 6px 18px rgba(7,27,57,.06);
}

.example-report-sheet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, #174d87 0%, #0b2d59 72%, #d79d24 72%);
}

.example-report-sheet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #174d87, #2d6aa6 60%, #efb223);
}

.example-paper-fold {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  background: linear-gradient(225deg, #ece7df 0 49%, rgba(207,198,183,.72) 50% 52%, transparent 53%);
  opacity: .82;
}

.example-sheet-header {
  padding-bottom: 28px;
  display: flex;
  justify-content: space-between;
  gap: 34px;
  align-items: center;
  border-bottom: 1px solid rgba(8,30,62,.13);
}

.example-sheet-brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.example-sheet-brand img {
  width: 42px;
  height: auto;
}

.example-sheet-brand div {
  display: grid;
  gap: 3px;
}

.example-sheet-brand strong {
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1.1;
}

.example-sheet-brand span {
  color: #63748a;
  font-size: 10.5px;
  font-weight: 720;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.example-sheet-reference {
  padding-right: 40px;
  display: grid;
  gap: 4px;
  text-align: right;
}

.example-sheet-reference span {
  color: #2d6aa6;
  font-size: 9.5px;
  font-weight: 850;
  letter-spacing: .12em;
}

.example-sheet-reference strong {
  color: #45566e;
  font-size: 12px;
}

.example-summary,
.example-report-section {
  scroll-margin-top: 116px;
}

.example-summary {
  padding: 42px 0 38px;
  border-bottom: 1px solid rgba(8,30,62,.12);
}

.example-section-heading {
  position: relative;
  padding-left: 24px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  color: #2d6aa6;
}

.example-section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 5px;
  border-radius: 999px;
  background: currentColor;
}

.example-section-number {
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 1;
  opacity: .67;
}

.example-section-heading p {
  margin: 0 0 6px;
  color: currentColor;
  font-size: 9.5px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.example-section-heading h2 {
  margin: 0;
  color: #071d3a;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(29px, 3.2vw, 42px);
  line-height: 1.06;
  letter-spacing: -.03em;
}

.example-vigilance-card {
  margin: 32px 0 26px;
  padding: 24px 26px 26px;
  border: 1px solid rgba(8,30,62,.10);
  border-radius: 6px;
  background: linear-gradient(145deg, #f7f2e9, #fffdf9);
}

.example-vigilance-topline {
  margin-bottom: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
}

.example-vigilance-label {
  display: block;
  margin-bottom: 4px;
  color: #63748a;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.example-vigilance-topline strong {
  color: #9a6807;
  font-family: Georgia, serif;
  font-size: 32px;
  line-height: 1;
}

.example-vigilance-topline p {
  margin: 0;
  color: #6a7a8e;
  font-size: 11px;
}

.example-vigilance-scale {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 4px;
  overflow: visible;
}

.example-vigilance-scale span {
  min-height: 48px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.example-vigilance-scale .is-low { background: #3a8b4d; }
.example-vigilance-scale .is-medium { background: #d99b16; }
.example-vigilance-scale .is-high { background: #b73535; }

.example-vigilance-scale i {
  position: absolute;
  left: 50%;
  top: -8px;
  bottom: -8px;
  width: 3px;
  border-radius: 3px;
  background: #071d3a;
  transform: translateX(-50%);
  box-shadow: 0 0 0 3px rgba(255,253,249,.72);
}

.example-summary-text,
.example-section-content > p {
  color: #354860;
  font-size: 15px;
  line-height: 1.78;
}

.example-summary-text {
  margin: 0;
  padding: 0 4px;
}

.example-report-section {
  padding: 42px 0 40px;
  border-bottom: 1px solid rgba(8,30,62,.12);
}

.example-report-section-green .example-section-heading { color: #3a8b4d; }
.example-report-section-gold .example-section-heading { color: #9a6807; }
.example-report-section-red .example-section-heading { color: #b73535; }
.example-report-section-blue .example-section-heading { color: #2d6aa6; }
.example-report-section-final .example-section-heading { color: #0a2348; }

.example-section-content {
  margin-top: 26px;
  padding-left: 92px;
}

.example-section-content > p {
  margin: 0 0 18px;
}

.example-section-content > p:last-child {
  margin-bottom: 0;
}

.example-facts-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.example-facts-grid span {
  min-height: 52px;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(58,139,77,.14);
  border-radius: 5px;
  color: #2f6840;
  background: rgba(58,139,77,.06);
  font-size: 12px;
  font-weight: 760;
}

.example-highlight {
  margin-top: 28px;
  padding: 20px 22px;
  border-left: 4px solid #d99b16;
  background: linear-gradient(90deg, rgba(239,178,35,.12), rgba(239,178,35,.035));
}

.example-highlight span {
  display: block;
  margin-bottom: 7px;
  color: #9a6807;
  font-size: 9.5px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.example-highlight p {
  margin: 0;
  color: #564420;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.5;
}

.example-checklist {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.example-checklist div {
  min-height: 86px;
  padding: 17px 18px;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 11px;
  align-items: start;
  border: 1px solid rgba(183,53,53,.13);
  border-radius: 5px;
  background: rgba(183,53,53,.035);
}

.example-checklist span {
  color: rgba(183,53,53,.68);
  font-family: Georgia, serif;
  font-size: 18px;
}

.example-checklist p {
  margin: 0;
  color: #41536a;
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 720;
}

.example-document-list {
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}

.example-document-list li {
  position: relative;
  min-height: 64px;
  padding: 16px 16px 16px 42px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(45,106,166,.13);
  border-radius: 5px;
  color: #40536b;
  background: rgba(45,106,166,.04);
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 700;
}

.example-document-list li::before {
  content: "";
  position: absolute;
  left: 17px;
  width: 10px;
  height: 14px;
  border: 1.5px solid #2d6aa6;
  border-radius: 1px;
}

.example-document-list li::after {
  content: "";
  position: absolute;
  left: 20px;
  width: 7px;
  height: 1.5px;
  background: #2d6aa6;
  box-shadow: 0 4px 0 #2d6aa6;
}

.example-report-section-final {
  border-bottom: 0;
}

.example-report-section-final .example-section-content {
  margin-top: 28px;
  padding: 28px 30px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(145deg, #0b2b55, #071d3a);
}

.example-report-section-final .example-section-content p {
  color: rgba(255,255,255,.82);
}

.example-sheet-disclaimer {
  margin-top: 8px;
  padding: 22px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  border: 1px solid rgba(8,30,62,.09);
  border-radius: 6px;
  background: linear-gradient(90deg, #eaf1f8, #f8fafc);
}

.example-disclaimer-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #245f9d;
}

.example-disclaimer-icon svg {
  width: 20px;
  height: 20px;
}

.example-sheet-disclaimer p {
  margin: 0;
  color: #3e526b;
  font-size: 11.5px;
  line-height: 1.55;
}

.example-final-cta {
  padding: 70px 32px;
  color: #fff;
  background: linear-gradient(120deg, #071d3a, #0b3265);
}

.example-final-cta-shell {
  display: flex;
  justify-content: space-between;
  gap: 42px;
  align-items: center;
}

.example-final-cta p {
  margin: 0 0 9px;
  color: #f4c34b;
  font-size: 10.5px;
  font-weight: 850;
  letter-spacing: .14em;
}

.example-final-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(32px, 3.8vw, 50px);
  line-height: 1.05;
  letter-spacing: -.03em;
}

.example-final-cta a {
  min-width: 250px;
  min-height: 52px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 4px;
  color: #101b2d;
  background: linear-gradient(180deg, #f8c957 0%, #e9aa14 100%);
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
  font-size: 12.5px;
  font-weight: 850;
}

.example-final-cta a svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 1080px) {
  .example-intro-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .example-intro-note {
    max-width: 620px;
  }

  .example-report-shell {
    grid-template-columns: 1fr;
  }

  .example-report-index {
    position: static;
    grid-template-columns: 1fr 300px;
  }

  .example-index-card nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }
}

@media (max-width: 760px) {
  .example-intro,
  .example-report-area,
  .example-final-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .example-intro {
    padding-top: 42px;
    padding-bottom: 52px;
  }

  .example-back {
    margin-bottom: 30px;
  }

  .example-intro h1 {
    font-size: 42px;
  }

  .example-lead {
    font-size: 15px;
  }

  .example-meta {
    display: grid;
  }

  .example-report-area {
    padding-top: 54px;
    padding-bottom: 64px;
  }

  .example-report-index {
    grid-template-columns: 1fr;
  }

  .example-index-card nav {
    grid-template-columns: 1fr;
  }

  .example-report-sheet {
    padding: 34px 20px 28px 26px;
    border-radius: 4px;
  }

  .example-sheet-header {
    align-items: flex-start;
  }

  .example-sheet-reference {
    display: none;
  }

  .example-section-heading {
    padding-left: 17px;
    grid-template-columns: 40px 1fr;
    gap: 10px;
  }

  .example-section-number {
    font-size: 22px;
  }

  .example-section-heading h2 {
    font-size: 28px;
  }

  .example-vigilance-card {
    padding: 20px 16px 22px;
  }

  .example-vigilance-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .example-vigilance-scale span {
    min-height: 58px;
    padding: 7px;
    text-align: center;
    font-size: 9px;
  }

  .example-section-content {
    padding-left: 0;
  }

  .example-summary-text,
  .example-section-content > p {
    font-size: 14px;
    line-height: 1.66;
  }

  .example-facts-grid,
  .example-checklist,
  .example-document-list {
    grid-template-columns: 1fr;
  }

  .example-final-cta-shell {
    align-items: stretch;
    flex-direction: column;
  }

  .example-final-cta a {
    min-width: 0;
  }
}

@media print {
  @page {
    size: A4;
    margin: 14mm;
  }

  body.example-report-page {
    background: #fff;
    color: #0a2348;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .site-header,
  .example-intro,
  .example-report-index,
  .example-final-cta,
  .site-footer,
  [data-cookie-banner],
  [data-cookie-modal] {
    display: none !important;
  }

  .example-report-area {
    padding: 0;
    background: #fff;
  }

  .example-report-area::before {
    display: none;
  }

  .example-report-shell {
    display: block;
    width: 100%;
  }

  .example-report-sheet {
    padding: 12mm 10mm 10mm 13mm;
    border: 0;
    box-shadow: none;
  }

  .example-report-section,
  .example-summary,
  .example-sheet-disclaimer,
  .example-highlight,
  .example-checklist div,
  .example-document-list li {
    break-inside: avoid;
  }

  .example-section-heading h2 {
    font-size: 24px;
  }

  .example-summary-text,
  .example-section-content > p {
    font-size: 11px;
    line-height: 1.55;
  }

  .example-report-section {
    padding: 26px 0 24px;
  }

  .example-section-content {
    margin-top: 17px;
    padding-left: 64px;
  }
}
