/* Privacy notice (/privacy-notice/): the production notice, word for word, made easy to read and to find one's way in.
   Same language as News & blog and Resources: navy hero with a red kicker, straight edges. A short hero (a legal page is
   read, not browsed), "at a glance" tiles into the four sections people look for, a sticky contents column that follows the
   section in view, one readable text column, and a contact card. Prints as plain text. */
.pv { --pv-header: 76px; }
.pv main svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.pv main p { margin: 0; }
.pv main [id] { scroll-margin-top: calc(var(--pv-header) + 24px); }
.pv-k { margin: 0 0 12px !important; font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: #e0343c; }

/* ---------- hero ---------- */
.pv-hero { position: relative; overflow: hidden; color: #c9d4f2; background: radial-gradient(45% 80% at 85% 30%, rgba(80, 120, 230, .26), transparent 70%), linear-gradient(180deg, #0f1c4d, #152560); }
.pv-hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(#ffffff08 1px, transparent 1px), linear-gradient(90deg, #ffffff08 1px, transparent 1px); background-size: 48px 48px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 60%); mask-image: linear-gradient(90deg, transparent, #000 60%); }
.pv-hero-in { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: end; padding-block: 34px 56px; }
.pv-crumb { display: flex; gap: 10px; margin-bottom: 34px; font-size: 12px; color: #9fb0de; }
.pv-crumb a { color: #c9d4f2; }
.pv-hero .pv-k { color: #ff7a80; }
.pv .pv-hero h1 { margin: 0; font-size: clamp(42px, 3.6vw, 64px); font-weight: 900; line-height: 1.02; letter-spacing: -.035em; color: #fff; }
.pv-lede { max-width: 640px; margin-top: 20px !important; font-size: clamp(17px, 1.2vw, 19px); line-height: 1.6; color: #c9d4f2; }
.pv-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.pv-meta span { display: inline-flex; align-items: center; gap: 8px; height: 38px; padding: 0 16px 0 12px; border-radius: 999px; background: #ffffff12; box-shadow: inset 0 0 0 1px #ffffff26; font-size: 13.5px; font-weight: 700; color: #fff; }
.pv-meta svg { color: #9fb6ff; }
.pv-acts { display: flex; flex-direction: column; gap: 10px; }
.pv-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 48px; padding: 0 22px; border: 0; border-radius: 999px; background: #fff; font: inherit; font-size: 15px; font-weight: 800; color: var(--navy); cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.pv-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(3, 10, 40, .3); }
.pv-btn.ghost { background: transparent; box-shadow: inset 0 0 0 1.5px #ffffff59; color: #fff; }
.pv-btn.ghost:hover { background: #ffffff14; }

/* ---------- at a glance ---------- */
.pv-glance { position: relative; z-index: 1; margin-top: -30px; }
.pv-glance ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.pv-glance a { display: grid; grid-template-rows: auto auto 1fr auto; gap: 8px; height: 100%; padding: 20px 20px 18px; border-radius: 14px; background: #fff; box-shadow: 0 0 0 1px #e1e7f3, 0 18px 40px rgba(15, 28, 77, .08); color: var(--ink-2); transition: transform .2s, box-shadow .2s; }
.pv-glance a:hover { transform: translateY(-3px); box-shadow: 0 0 0 1px #c9d4ee, 0 22px 46px rgba(15, 28, 77, .13); }
.pv-glance i { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; background: #eef2fb; color: #2f5fd0; }
.pv-glance i svg { width: 20px; height: 20px; }
.pv-glance b { font-size: 16.5px; font-weight: 800; color: var(--navy); }
.pv-glance small { font-size: 14px; line-height: 1.5; color: #5a6687; }
.pv-glance em { font-style: normal; font-size: 12.5px; font-weight: 800; color: #2f5fd0; }

/* ---------- contents + text ---------- */
.pv-body { display: grid; grid-template-columns: 260px minmax(0, 760px); justify-content: center; gap: clamp(40px, 6vw, 110px); padding-block: clamp(48px, 5vw, 80px) clamp(64px, 6vw, 110px); }
.pv-toc { position: sticky; top: calc(var(--pv-header) + 28px); align-self: start; }
.pv-toc > b { display: block; margin-bottom: 12px; font-size: 11.5px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: #8a95b5; }
.pv-toc ol { margin: 0; padding: 0; list-style: none; border-left: 2px solid #e3e8f3; }
.pv-toc a { display: grid; grid-template-columns: 24px 1fr; gap: 6px; margin-left: -2px; padding: 8px 0 8px 14px; border-left: 2px solid transparent; font-size: 14px; font-weight: 600; line-height: 1.35; color: #5a6687; transition: color .2s, border-color .2s; }
.pv-toc a span { font: 700 11.5px ui-monospace, SFMono-Regular, Menlo, monospace; line-height: 19px; color: #9aa6c4; }
.pv-toc a:hover { color: var(--navy); }
.pv-toc a[aria-current] { border-left-color: #e0343c; color: var(--navy); font-weight: 800; }
.pv-toc a[aria-current] span { color: #e0343c; }
.pv-toc-m { display: none; }

.pv-doc { font-size: 16.5px; line-height: 1.75; color: #3b4666; }
.pv-intro { padding-bottom: 32px; border-bottom: 1px solid #e3e8f3; font-size: 18px; line-height: 1.7; color: #2c3656; }
.pv-sec { padding-block: 34px; border-bottom: 1px solid #e3e8f3; }
.pv-sec:last-child { border-bottom: 0; }
.pv main .pv-sec h2 { display: flex; align-items: baseline; gap: 14px; margin: 0 0 14px; font-size: clamp(22px, 1.6vw, 27px); font-weight: 900; line-height: 1.25; letter-spacing: -.015em; color: var(--navy); }
.pv-sec h2 span { flex: none; min-width: 34px; font: 800 14px ui-monospace, SFMono-Regular, Menlo, monospace; color: #e0343c; }
.pv-sec ul { display: grid; gap: 10px; margin: 16px 0 0; padding: 0; list-style: none; }
.pv-sec li { position: relative; padding-left: 22px; }
.pv-sec li::before { content: ''; position: absolute; left: 2px; top: .72em; width: 7px; height: 7px; border-radius: 2px; background: #e0343c; }
.pv-sec li b { color: var(--navy); }
/* a list of terms reads as a set of cards */
.pv-sec ul.pv-terms { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.pv-sec ul.pv-terms li { padding: 16px 18px; border-radius: 12px; background: #f5f7fc; box-shadow: inset 0 0 0 1px #e6ebf5; font-size: 15px; line-height: 1.6; }
.pv-sec ul.pv-terms li::before { display: none; }
.pv-sec ul.pv-terms li b { display: block; margin-bottom: 4px; font-size: 15.5px; }
.pv-sec ul.pv-terms li:last-child:nth-child(odd) { grid-column: 1 / -1; }

/* contact card */
.pv-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; margin-top: 20px; padding: 26px 28px; border-radius: 16px; background: linear-gradient(180deg, #0f1c4d, #172a6a); color: #c9d4f2; }
.pv-card h3 { margin: 0 0 12px; font-size: 19px; font-weight: 800; color: #fff; }
.pv-card dl { display: grid; gap: 8px; margin: 0; }
.pv-card dl div { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; font-size: 15px; line-height: 1.5; }
.pv-card dt { padding-top: 2px; color: #8fb0ff; }
.pv-card dd { margin: 0; }
.pv-card a { color: #fff; font-weight: 700; }
.pv-card a:hover { text-decoration: underline; text-underline-offset: 3px; }
.pv-card .pv-btn { height: 46px; color: var(--navy); }
.pv-card .pv-btn:hover { text-decoration: none; }
.pv-updated { margin-top: 26px !important; font-size: 13.5px; color: #7b86a8; }

/* ---------- smaller screens ---------- */
@media (max-width: 1100px) {
  .pv-glance ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pv-body { grid-template-columns: minmax(0, 1fr); max-width: 800px; margin-inline: auto; }
  .pv-toc { display: none; }
  .pv-toc-m { display: block; margin-bottom: 8px; border-radius: 12px; background: #f5f7fc; box-shadow: inset 0 0 0 1px #e3e8f3; }
  .pv-toc-m summary { display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 0 18px; font-size: 15px; font-weight: 800; color: var(--navy); cursor: pointer; list-style: none; }
  .pv-toc-m summary::-webkit-details-marker { display: none; }
  .pv-toc-m summary::after { content: ''; width: 8px; height: 8px; border: solid #5a6687; border-width: 0 2px 2px 0; transform: rotate(45deg) translateY(-3px); transition: transform .2s; }
  .pv-toc-m[open] summary::after { transform: rotate(225deg); }
  .pv-toc-m ol { margin: 0; padding: 0 10px 12px; list-style: none; }
  .pv-toc-m a { display: grid; grid-template-columns: 26px 1fr; align-items: center; min-height: 44px; padding: 0 8px; border-radius: 8px; font-size: 15px; font-weight: 600; color: #3b4666; }
  .pv-toc-m a span { font: 700 12px ui-monospace, SFMono-Regular, Menlo, monospace; color: #e0343c; }
  .pv-toc-m a:hover { background: #fff; }
}
@media (max-width: 760px) {
  .pv-hero-in { grid-template-columns: minmax(0, 1fr); gap: 26px; padding-block: 22px 58px; }
  .pv-crumb { margin-bottom: 24px; }
  .pv-crumb a, .pv-crumb span { display: inline-flex; align-items: center; min-height: 40px; }
  .pv-acts { flex-direction: row; flex-wrap: wrap; }
  .pv-acts .pv-btn { flex: 1 1 100%; }
  .pv-acts .pv-print { display: none; }
  .pv-glance ol { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .pv-glance a { grid-template-columns: 40px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 14px; row-gap: 4px; padding: 16px; }
  .pv-glance i { grid-row: 1 / span 2; }
  .pv-glance em { display: none; }
  .pv-doc { font-size: 16px; }
  .pv-intro { font-size: 17px; }
  .pv-sec ul.pv-terms { grid-template-columns: minmax(0, 1fr); }
  .pv-card { grid-template-columns: minmax(0, 1fr); padding: 22px 20px; }
  .pv-card .pv-btn { width: 100%; }
  .pv-card dd a { display: inline-flex; align-items: center; min-height: 40px; }
  .pv-card dl div { align-items: center; }
}

/* ---------- print: the notice itself, nothing else ---------- */
@media print {
  .pv [data-nav], .pv .hdx, .pv .ftx, .pv-acts, .pv-glance, .pv-toc, .pv-toc-m, .pv-crumb, .pv-card .pv-btn { display: none !important; }
  .pv-hero { background: none; color: #000; }
  .pv-hero::before { display: none; }
  .pv .pv-hero h1, .pv-lede, .pv-meta span, .pv-hero .pv-k { color: #000; box-shadow: none; background: none; }
  .pv-hero-in { padding-block: 0 12px; }
  .pv-body { display: block; padding: 0; }
  .pv-sec { break-inside: avoid; padding-block: 16px; }
  .pv-sec ul.pv-terms { grid-template-columns: 1fr 1fr; }
  .pv-card { background: none; color: #000; box-shadow: inset 0 0 0 1px #999; }
  .pv-card h3, .pv-card a, .pv-card dt { color: #000; }
}
