/* Page-specific details within the shared legal document layout. */
.sec-page {
  --sec-muted: #66695f;
  font-family: inherit;
  min-width: 0;
  overflow-wrap: anywhere;
}
.sec-intro { padding-bottom: 30px; }
.sec-page .sec-eyebrow {
  margin-bottom: 20px;
  color: #c44229;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.sec-page .sec-lead {
  max-width: 680px;
  color: var(--sec-muted);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 22px;
}
.sec-page .sec-updated { color: var(--sec-muted); font-size: 12px; }
.sec-page .sec-facts,
.sec-page .sec-flow,
.sec-page .sec-never,
.sec-page .sec-list { list-style: none; padding: 0; margin: 24px 0; }
.sec-page .sec-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 40px;
}
.sec-page .sec-fact {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 23px 22px 23px 42px;
  border: 1px solid #d8d9cf;
  border-radius: 6px;
  background: #fffefa;
}
.sec-fact::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 21px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e4eacb;
  box-shadow: 0 0 0 1px #bbc59e;
}
.sec-fact strong { display: block; color: #252720; line-height: 1.5; margin-bottom: 9px; }
.sec-fact span { display: block; color: #707169; font-size: 13px; line-height: 1.8; }
.sec-page .sec-flow { counter-reset: sec-step; margin-block: 28px; }
.sec-page .sec-flow__step {
  position: relative;
  counter-increment: sec-step;
  margin: 0;
  padding: 0 0 30px 54px;
}
.sec-flow__step::before {
  content: counter(sec-step);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #d8d9cf;
  border-radius: 50%;
  background: #f5f3ed;
  color: #252720;
  font: italic 18px/1 Georgia, serif;
}
.sec-flow__step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 16px;
  top: 32px;
  bottom: 0;
  width: 1px;
  background: #d8d9cf;
}
.sec-page .sec-flow__step:last-child { padding-bottom: 0; }
.sec-flow__where {
  display: inline-block;
  max-width: 100%;
  padding: 5px 9px;
  border: 1px solid #d8d9cf;
  border-radius: 4px;
  color: #51564a;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .7px;
  text-transform: uppercase;
}
.sec-flow__where--pc { background: #e4eacb; border-color: #ccd4b1; }
.sec-flow__where--net { background: transparent; color: var(--sec-muted); }
.sec-flow__where--vendor { background: #f6e9e3; border-color: #dfb8ac; color: #943d2c; }
.sec-page .sec-flow__step h3 { margin: 12px 0 8px; }
.sec-flow__step p { color: var(--sec-muted); }
.sec-page .sec-note {
  margin-block: 24px;
  padding: 20px 23px;
  border-left: 3px solid #89966b;
  border-radius: 0 6px 6px 0;
  background: #eaeddf;
  color: #252720;
  font-size: 14px;
}
.sec-table-wrap { max-width: 100%; margin-block: 24px; }
.sec-table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: 13px; line-height: 1.75; }
.sec-table th, .sec-table td {
  padding: 18px 12px;
  border-bottom: 1px solid #d8d9cf;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}
.sec-table thead th {
  border-top: 1px solid #d8d9cf;
  color: var(--sec-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.sec-table th[scope='row'] { color: #252720; font-weight: 600; }
.sec-table td { color: var(--sec-muted); }
.sec-page .sec-never li, .sec-page .sec-list li { position: relative; padding-left: 30px; margin-bottom: 15px; }
.sec-never li::before {
  content: '\00d7';
  position: absolute;
  left: 0;
  top: .3em;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: #c44229;
  font-size: 16px;
  line-height: 1;
}
.sec-checks { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; margin-block: 24px; }
.sec-check { min-width: 0; padding: 25px 26px; border: 1px solid #d8d9cf; border-radius: 6px; background: #fffefa; }
.sec-page .sec-check h3 { margin: 0 0 12px; }
.sec-check p { color: var(--sec-muted); }
.sec-page code { font-family: ui-monospace, Consolas, monospace; font-size: .9em; }
.sec-page :not(pre) > code {
  padding: 2px 4px;
  border-radius: 3px;
  background: #eeeee6;
  color: #252720;
  white-space: normal;
  overflow-wrap: anywhere;
}
.sec-code {
  max-width: 100%;
  min-width: 0;
  margin: 20px 0;
  padding: 20px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  border-radius: 5px;
  background: #252720;
  color: #f5f3ed;
  font: 13px/1.8 ui-monospace, Consolas, monospace;
  white-space: pre;
  overflow-wrap: normal;
}
.sec-page .sec-code > code { padding: 0; background: transparent; color: inherit; font: inherit; white-space: inherit; }
.sec-page .sec-small { font-size: 12px; line-height: 1.8; color: var(--sec-muted); }
.sec-list li::before { content: ''; position: absolute; left: 5px; top: .75em; width: 5px; height: 5px; border-radius: 50%; background: #c44229; }
.sec-cta { padding: 28px; border: 1px solid #d8d9cf; border-radius: 6px; background: #eeeee5; }
.sec-page .sec-cta h2 { font-family: Georgia, serif; font-style: italic; font-weight: 400; font-size: 28px; }
.sec-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 5px;
  background: #c44229;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
}
.sec-button:hover { background: #aa3420; color: #fff; }
.sec-page :focus-visible { outline: 3px solid #c44229; outline-offset: 4px; }
.sec-button:focus-visible { outline-color: #252720; }

@media (max-width: 720px) {
  .sec-page .sec-facts { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .sec-table, .sec-table tbody { display: block; }
  .sec-table thead { display: none; }
  .sec-table tr { display: block; margin-bottom: 14px; padding: 18px; border: 1px solid #d8d9cf; border-radius: 6px; background: #fffefa; }
  .sec-table th[scope='row'], .sec-table td { display: block; width: 100%; padding: 10px 0 0; border: 0; }
  .sec-table th[scope='row'] { padding: 0 0 12px; border-bottom: 1px solid #d8d9cf; font-size: 15px; }
  .sec-table td::before { content: attr(data-label); display: block; margin-bottom: 3px; color: #707169; font-size: 10px; font-weight: 600; letter-spacing: .7px; text-transform: uppercase; }
}
@media (max-width: 480px) {
  .sec-page .sec-lead { font-size: 16px; }
  .sec-page .sec-flow__step { padding-left: 44px; }
  .sec-check, .sec-cta { padding: 20px 18px; }
  .sec-page .sec-note { padding: 17px 18px; }
  .sec-code { padding: 16px; font-size: 12.5px; }
  .sec-button { width: 100%; padding-inline: 14px; }
}
