.sample-page { color: #172238; }
.sample-page a:not(.btn) { text-underline-offset: 4px; }
.sample-page a:focus-visible, .sample-page summary:focus-visible, .sample-page select:focus-visible, .sample-page input:focus-visible { outline: 3px solid #3454ce; outline-offset: 4px; }
.sample-page h1 { font-size: clamp(30px, 4.2vw, 52px); line-height: 1.45; letter-spacing: -.035em; margin: 18px 0 22px; }
.sample-page h1 span { color: #3454ce; }
.sample-page h2 { font-size: clamp(25px, 3vw, 35px); line-height: 1.5; margin-bottom: 18px; letter-spacing: -.025em; }
.sample-page h3 { font-size: 19px; margin-bottom: 10px; }
.sample-page p { line-height: 1.9; }
.sample-hero { padding: calc(var(--header-height) + 55px) 0 58px; background: #f2f5fb; border-bottom: 1px solid #dee5ef; }
.sample-layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: 64px; align-items: center; }
.sample-eyebrow { color: #3454ce; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.sample-lead { font-size: 17px; color: #536277; max-width: 580px; }
.sample-format { font-weight: 700; font-size: 14px; margin: 22px 0; }
.sample-page .sample-caption { color: #536277; font-size: 12px; margin-top: 12px; }
.sample-cover { margin: 0; max-width: 340px; justify-self: center; }
.sample-cover img { display: block; width: 100%; height: auto; border: 1px solid #dce3ee; box-shadow: 0 16px 44px #17223818; border-radius: 4px; }
.sample-cover figcaption { font-size: 11px; color: #536277; text-align: center; margin-top: 12px; }
.sample-section { padding: 64px 0; }
.sample-section-head { max-width: 740px; margin-bottom: 30px; }
.sample-section-head > p:last-child { color: #536277; font-size: 14px; }
.sample-previews { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.sample-previews a { display: block; padding: 20px; border: 1px solid #dee5ef; border-radius: 12px; color: inherit; transition: box-shadow .2s; }
.sample-previews a:hover { box-shadow: 0 10px 28px #17223814; }
.sample-previews img { display: block; width: 100%; height: auto; border: 1px solid #e6ebf2; margin-bottom: 20px; }
.sample-previews p { font-size: 13px; color: #536277; }
.sample-previews span { display: block; color: #3454ce; margin-top: 8px; }
.sample-contents { border-top: 1px solid #dee5ef; border-bottom: 1px solid #dee5ef; padding: 18px 0; margin-top: 28px; }
.sample-page summary { cursor: pointer; font-size: 14px; font-weight: 700; }
.sample-contents ol { list-style: decimal; columns: 2; padding-left: 24px; margin: 18px 0; line-height: 2.1; }
.sample-contents p { font-size: 13px; color: #536277; }
.sample-request { background: #f2f5fb; scroll-margin-top: calc(var(--header-height) + 20px); }
.sample-request-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.sample-request-layout > div > p:not(.sample-eyebrow) { color: #536277; }
.sample-steps { list-style: decimal; margin: 24px 0; padding-left: 23px; line-height: 2.2; font-size: 14px; }
.sample-form-card { padding: 32px; border: 1px solid #dee5ef; border-radius: 14px; background: #fff; box-shadow: 0 8px 30px #17223808; }
.sample-form-card > p { font-size: 13px; }
.sample-form-card .cta-form { display: block; max-width: none; margin: 22px 0 0; text-align: left; }
.sample-form-card label { display: block; font-size: 14px; font-weight: 600; margin: 16px 0 8px; }
.sample-form-card label span { font-weight: 400; color: #536277; }
.sample-form-card input[type=email], .sample-form-card select { width: 100%; box-sizing: border-box; padding: 13px 12px; border: 1px solid #acb9ca; border-radius: 6px; font: inherit; font-size: 16px; color: #172238; background: #fff; }
.sample-form-card .btn { width: 100%; justify-content: center; font-size: 14px; margin-top: 22px; padding: 15px 10px; white-space: normal; }
.sample-form-card .btn:disabled { opacity: .65; cursor: wait; }
.sample-optional { margin-top: 20px; }
.sample-optional summary { color: #536277; font-size: 13px; font-weight: 400; }
#newsletter-success { margin-top: 24px; border-top: 1px solid #dee5ef; padding-top: 20px; }
@media(max-width:800px) {
  .sample-layout, .sample-request-layout { grid-template-columns: 1fr; gap: 32px; }
  .sample-hero { padding-top: calc(var(--header-height) + 32px); }
  .sample-cover { width: 230px; }
  .sample-section { padding: 40px 0; }
  .sample-previews { gap: 12px; }
  .sample-previews a { padding: 12px; }
  .sample-previews h3 { font-size: 15px; }
}
@media(max-width:560px) {
  .sample-page h1 { font-size: 26px; }
  .sample-previews { grid-template-columns: 1fr; }
  .sample-previews a { display: grid; grid-template-columns: 105px 1fr; column-gap: 18px; padding: 16px; }
  .sample-previews img { grid-row: 1 / 3; margin: 0; }
  .sample-previews h3 { align-self: end; margin-bottom: 6px; }
  .sample-contents ol { columns: 1; }
  .sample-form-card { padding: 24px 20px; }
}
