.content-page {
  color-scheme: only light;
  --content-accent: var(--purple);
  --content-accent-soft: #f3edf5;
  --reading: 760px;
  --content-shell: min(1240px, calc(100vw - 112px));
  background: #fff;
}

.content-page--article {
  --content-accent: #239886;
  --content-accent-soft: #edf8f5;
}

.content-page .site-header {
  color: var(--ink);
  background: rgba(251, 250, 251, .94);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(32, 26, 33, .08);
}

.content-page .brand-logo--light { opacity: 0; }
.content-page .brand-logo--dark { opacity: 1; }
.content-page .header-cta { border-color: transparent; }
.content-page .mobile-nav { background: rgba(251, 250, 251, .99); }

.content-shell {
  width: var(--content-shell);
  margin-inline: auto;
}

.content-hero {
  padding: 172px 0 76px;
  background:
    radial-gradient(circle at 82% 12%, color-mix(in srgb, var(--content-accent) 8%, transparent), transparent 32%),
    #fbfafb;
  border-bottom: 1px solid var(--line);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  align-items: center;
  margin-bottom: 46px;
  color: #8a858c;
  font-size: 13px;
}

.breadcrumbs a:hover { color: var(--content-accent); }
.breadcrumbs span[aria-hidden="true"] { opacity: .45; }

.content-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--content-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.content-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

a.content-kicker:hover { text-decoration: underline; text-underline-offset: 3px; }

.content-hero h1 {
  overflow-wrap: anywhere;
  max-width: 1100px;
  margin: 0;
  font-size: clamp(48px, 5.6vw, 82px);
  font-weight: 500;
  line-height: .99;
  letter-spacing: -.052em;
}

.content-page--legal .content-hero h1 {
  max-width: 900px;
  font-size: clamp(48px, 5vw, 72px);
}

.content-deck {
  max-width: 840px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: clamp(20px, 1.8vw, 27px);
  line-height: 1.48;
}

.content-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  align-items: center;
  margin-top: 36px;
  color: #7b767e;
  font-size: 13px;
}

.content-meta span + span {
  position: relative;
}

.content-meta span + span::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #aaa4ac;
  transform: translateY(-50%);
}

.content-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, var(--reading));
  justify-content: center;
  gap: 80px;
  padding: 86px 0 112px;
}

.content-toc {
  align-self: start;
  position: sticky;
  top: 108px;
  padding-top: 4px;
}

.content-toc__title {
  display: block;
  margin-bottom: 18px;
  color: #8a858c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.content-toc nav {
  display: grid;
  gap: 2px;
  padding-left: 14px;
  border-left: 1px solid #ded9df;
}

.content-toc a {
  padding: 8px 0 8px 14px;
  color: #777279;
  font-size: 13px;
  line-height: 1.35;
  transition: color .18s ease, transform .18s ease;
}

.content-toc a:hover,
.content-toc a.is-active {
  color: var(--content-accent);
  transform: translateX(2px);
}

.content-toc a.is-active { font-weight: 600; }

.mobile-toc { display: none; }

.prose {
  min-width: 0;
  color: #262326;
}

.prose > :first-child { margin-top: 0; }

.prose p,
.prose li {
  font-size: 19px;
  line-height: 1.72;
}

.prose p { margin: 0 0 24px; }

.prose h2 {
  max-width: none;
  margin: 74px 0 24px;
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1.08;
  letter-spacing: -.038em;
}

.prose h3 {
  margin: 46px 0 16px;
  font-size: 25px;
  line-height: 1.15;
}

.prose a:not(.button) {
  color: var(--content-accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.prose ul,
.prose ol {
  margin: 0 0 30px;
  padding-left: 26px;
}

.prose li + li { margin-top: 9px; }

.tldr {
  margin-bottom: 56px;
  padding: 30px 32px 28px;
  border: 1px solid color-mix(in srgb, var(--content-accent) 22%, #ddd9df);
  border-radius: 18px;
  background: var(--content-accent-soft);
}

.tldr__label {
  display: block;
  margin-bottom: 12px;
  color: var(--content-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.tldr p {
  margin-bottom: 20px;
  font-size: 18px;
}

.tldr ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tldr li {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.45;
}

.tldr li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--content-accent);
  font-weight: 700;
}

.product-callout {
  margin: 62px -54px 72px;
  padding: 42px 44px 40px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(120deg, #251728 0%, #4f2854 66%, #65346b 100%);
  color: #fff;
  box-shadow: 0 28px 70px rgba(46, 26, 49, .18);
}

.product-callout__label {
  display: block;
  margin-bottom: 16px;
  color: #dcbfe0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.product-callout h2 {
  max-width: 760px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.product-callout p {
  max-width: 760px;
  margin: 0 0 28px;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.62;
}

.product-callout__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
}

.product-callout__actions small {
  color: rgba(255,255,255,.62);
  font-size: 12px;
}

.inline-note {
  margin: 42px 0;
  padding: 23px 24px;
  border-left: 3px solid var(--content-accent);
  background: #fbfafb;
  color: #4f4b51;
  font-size: 17px;
  line-height: 1.6;
}

.faq-section {
  margin-top: 84px;
  padding-top: 64px;
  border-top: 1px solid var(--line);
}

.faq-section h2 { margin-top: 0; }
.faq-list { border-top: 1px solid var(--line); }

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-question {
  display: grid;
  grid-template-columns: 1fr 28px;
  gap: 24px;
  width: 100%;
  padding: 24px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.faq-question span:first-child {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

.faq-icon {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid #d9d4db;
  border-radius: 50%;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 1px;
  background: var(--content-accent);
  transform: translate(-50%, -50%);
  transition: transform .18s ease;
}

.faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] .faq-icon::after { transform: translate(-50%, -50%) rotate(0); }

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .24s ease;
}

.faq-answer > div { overflow: hidden; }
.faq-answer p { margin: 0; padding: 0 52px 24px 0; color: var(--muted); font-size: 17px; }
.faq-item[open] .faq-answer { grid-template-rows: 1fr; }

.references {
  margin-top: 78px;
  padding-top: 64px;
  border-top: 1px solid var(--line);
}

.references h2 { margin-top: 0; }
.references ol { padding-left: 22px; }
.references li { color: #5f5a61; font-size: 15px; line-height: 1.6; }

.article-byline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 58px;
  border: 1px solid var(--line);
  background: var(--line);
}

.article-byline div {
  padding: 19px 20px;
  background: #fff;
}

.article-byline span {
  display: block;
  margin-bottom: 5px;
  color: #948f96;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.article-byline strong {
  font-size: 14px;
  font-weight: 500;
}

.related {
  margin-top: 82px;
}

.related > h2 { margin-top: 0; }
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.related-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.related-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--content-accent) 32%, #ddd9df);
  box-shadow: 0 14px 32px rgba(35, 28, 36, .07);
}

.related-card span {
  color: var(--content-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.related-card strong {
  margin-top: 54px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
}

.legal-notice {
  margin-bottom: 52px;
  padding: 22px 24px;
  border: 1px solid #e1dbe3;
  border-radius: 14px;
  background: #fbfafb;
  color: #666168;
  font-size: 15px;
  line-height: 1.55;
}

.legal-section {
  padding-top: 18px;
}

.legal-section h2 {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
}

.legal-section h2 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-top: -4px;
  border-radius: 50%;
  background: #f0e8f2;
  color: var(--purple);
  font-size: 12px;
  letter-spacing: .06em;
}

.legal-list {
  counter-reset: legalitem;
  padding: 0;
  list-style: none;
}

.legal-list li {
  counter-increment: legalitem;
  position: relative;
  padding-left: 42px;
}

.legal-list li::before {
  content: counter(legalitem) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #8f8991;
  font-size: 14px;
}

.content-page .final-cta { margin-top: 0; }

@media (max-width: 1180px) {
  .content-page { --content-shell: min(100% - 64px, 1080px); }
  .content-layout { grid-template-columns: 200px minmax(0, 720px); gap: 54px; }
  .product-callout { margin-inline: -28px; }
}

@media (max-width: 960px) {
  .content-page { --content-shell: min(100% - 48px, 820px); }
  .content-hero { padding-top: 138px; }
  .content-layout { display: block; padding-top: 56px; }
  .content-toc { display: none; }
  .mobile-toc {
    display: block;
    margin-bottom: 42px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
  }
  .mobile-toc summary {
    padding: 16px 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
  }
  .mobile-toc nav {
    display: grid;
    gap: 1px;
    padding: 0 18px 16px;
  }
  .mobile-toc a {
    padding: 8px 0;
    color: var(--muted);
    font-size: 13px;
  }
  .prose { max-width: var(--reading); margin-inline: auto; }
  .product-callout { margin-inline: 0; }
  .related-grid { grid-template-columns: 1fr; }
  .related-card { min-height: 150px; }
  .related-card strong { margin-top: 34px; }
}

@media (max-width: 680px) {
  .content-page { --content-shell: calc(100vw - 36px); }
  .content-hero { padding: 116px 0 54px; }
  .breadcrumbs { margin-bottom: 32px; font-size: 12px; }
  .content-kicker { margin-bottom: 18px; }
  .content-hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .content-deck { margin-top: 24px; font-size: 19px; }
  .content-meta { margin-top: 26px; gap: 8px 20px; }
  .content-layout { padding: 36px 0 80px; }
  .prose p, .prose li { font-size: 17px; line-height: 1.68; }
  .prose h2 { margin-top: 58px; font-size: 31px; }
  .prose h3 { font-size: 23px; }
  .tldr { margin-bottom: 42px; padding: 24px 22px; }
  .tldr p { font-size: 17px; }
  .product-callout {
    margin-top: 48px;
    margin-bottom: 58px;
    padding: 28px 24px 22px;
    border-radius: 20px;
  }
  .product-callout h2 { font-size: 36px; }
  .faq-question { padding: 20px 0; }
  .faq-question span:first-child { font-size: 18px; }
  .faq-answer p { padding-right: 0; font-size: 16px; }
  .article-byline { grid-template-columns: 1fr; }
  .legal-section h2 { grid-template-columns: 42px 1fr; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .faq-answer,
  .content-toc a,
  .related-card { transition: none; }
}

.content-meta--legal {
  display: block;
  max-width: 760px;
  margin-top: 30px;
  color: #6f6c72;
  font-size: 16px;
  line-height: 1.55;
}
.content-meta--legal p { margin: 0; }
.legal-document > section:first-of-type h2 { margin-top: 0; }
.legal-document strong { font-weight: 600; }
.legal-document ol ol { margin-top: 10px; }


.content-layout--single {
  grid-template-columns: minmax(0, var(--reading));
}

@media print {
  .site-header,
  .footer,
  .content-toc,
  .mobile-toc,
  .skip-link {
    display: none !important;
  }

  .content-page,
  .content-hero,
  .content-layout {
    background: #fff !important;
  }

  .content-hero {
    padding: 0 0 24px;
    border-bottom: 1px solid #ccc;
  }

  .content-layout,
  .content-layout--single {
    display: block;
    width: 100%;
    padding: 28px 0 0;
  }

  .content-shell,
  .prose {
    width: 100%;
    max-width: none;
  }

  .breadcrumbs,
  .content-kicker {
    display: none;
  }

  .content-hero h1 {
    font-size: 28pt;
    letter-spacing: -.02em;
  }

  .prose p,
  .prose li {
    font-size: 10.5pt;
    line-height: 1.5;
  }

  .prose h2 {
    break-after: avoid;
    page-break-after: avoid;
    font-size: 18pt;
  }

  .prose h3 {
    break-after: avoid;
    page-break-after: avoid;
    font-size: 13pt;
  }

  .prose a {
    color: inherit;
    text-decoration: none;
  }
}

.article-meta { display:flex;flex-wrap:wrap;gap:12px 28px;margin:24px 0 0;font-size:14px; }
.article-meta:empty { display:none; }
.article-meta div { display:flex;gap:8px; }
.article-meta dt { font-weight:600; }
.article-meta dd { margin:0; }
.collection-grid { margin-block:24px; }

.faq-item summary { list-style:none; cursor:pointer; }
.faq-item summary::-webkit-details-marker { display:none; }
