/* Adapted from the supplied privacy policy design. */
body.legal-page { margin: 0; padding-top: 88px; }
#privacy-policy-page { line-height: 1.5; }
#privacy-policy-page {
  --ink: #142740;
  --ink-soft: #60708a;
  --paper: #fbf8fa;
  --white: #fff;
  --plum: #5a185f;
  --plum-deep: #2e173d;
  --violet: #74256f;
  --rose: #bd397e;
  --rose-soft: #f5e0eb;
  --pink: #f0afd1;
  --line: #eadde6;
  --shadow: 0 20px 58px rgba(74, 29, 68, .08);
}
#privacy-policy-page * { box-sizing: border-box; }
#privacy-policy-page { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
#privacy-policy-page a { color: inherit; text-decoration: none; }
#privacy-policy-page .privacy-hero { position: relative; overflow: hidden; color: white; background: linear-gradient(125deg, #421750, #6c226a 55%, #a5317b); }
#privacy-policy-page .hero-inner { position: relative; z-index: 2; width: min(1360px, calc(100% - 80px)); min-height: 650px; margin: auto; padding: 88px 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(410px, .78fr); align-items: center; gap: 100px; }
#privacy-policy-page .eyebrow { margin: 0; display: flex; align-items: center; gap: 14px; color: #f2c1dd; font-size: 14px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
#privacy-policy-page .eyebrow span { width: 36px; height: 2px; display: inline-block; background: currentColor; }
#privacy-policy-page .hero-copy h1 { margin: 34px 0 28px; font-size: clamp(72px, 7.7vw, 124px); line-height: .86; letter-spacing: -.075em; font-weight: 500; }
#privacy-policy-page .hero-copy h1 em { color: var(--pink); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
#privacy-policy-page .hero-intro { max-width: 610px; margin: 0; color: rgba(255,255,255,.78); font-size: 20px; line-height: 1.65; }
#privacy-policy-page .policy-date { display: inline-flex; margin: 27px 0 0; padding: 10px 14px; border: 1px solid rgba(255,255,255,.19); border-radius: 999px; color: rgba(255,255,255,.67); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
#privacy-policy-page .orbit { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
#privacy-policy-page .orbit-one { width: 610px; height: 610px; right: -155px; top: -200px; }
#privacy-policy-page .orbit-two { width: 390px; height: 390px; right: 90px; bottom: -285px; }
#privacy-policy-page .hero-summary { padding: 34px; border: 1px solid rgba(255,255,255,.21); border-radius: 32px; background: rgba(39,12,50,.44); box-shadow: 0 30px 80px rgba(34,9,42,.24); backdrop-filter: blur(8px); }
#privacy-policy-page .summary-label { margin: 0 0 18px; color: #f0beda; font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
#privacy-policy-page .hero-summary ul { margin: 0; padding: 0; list-style: none; }
#privacy-policy-page .hero-summary li { padding: 17px 0; display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 17px; border-top: 1px solid rgba(255,255,255,.14); }
#privacy-policy-page .hero-summary li > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: white; background: rgba(214,75,145,.65); font-size: 11px; font-weight: 900; }
#privacy-policy-page .hero-summary strong { display: block; margin-bottom: 4px; font-size: 14px; }
#privacy-policy-page .hero-summary p { margin: 0; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.45; }
#privacy-policy-page .policy-layout { width: min(1360px, calc(100% - 80px)); margin: auto; padding: 110px 0 120px; display: grid; grid-template-columns: 305px minmax(0, 1fr); align-items: start; gap: 44px; }
#privacy-policy-page .contents-card { position: sticky; top: 120px; padding: 30px 28px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow); }
#privacy-policy-page .contents-kicker { margin: 0 0 12px; color: var(--rose); font-size: 11px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
#privacy-policy-page .contents-card h2 { margin: 0 0 22px; font-size: 29px; letter-spacing: -.04em; }
#privacy-policy-page .contents-card nav { display: grid; }
#privacy-policy-page .contents-card nav a { padding: 9px 0; display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 9px; border-top: 1px solid #f1e7ed; color: #53637c; font-size: 12px; line-height: 1.35; font-weight: 700; }
#privacy-policy-page .contents-card nav a:hover { color: var(--rose); }
#privacy-policy-page .contents-card nav a span { color: #aa9aa8; font-size: 9px; font-weight: 900; }
#privacy-policy-page .policy-content { display: grid; gap: 24px; }
#privacy-policy-page .policy-card { scroll-margin-top: 110px; padding: clamp(32px, 4vw, 58px); border: 1px solid var(--line); border-radius: 34px; background: white; box-shadow: 0 16px 52px rgba(67,35,64,.055); }
#privacy-policy-page .section-heading { margin-bottom: 34px; padding-bottom: 28px; display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
#privacy-policy-page .section-heading > span { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 17px; color: var(--plum); background: var(--rose-soft); font-size: 12px; font-weight: 900; }
#privacy-policy-page .section-heading h2 { max-width: 790px; margin: 0; font-size: clamp(28px, 3.1vw, 47px); line-height: 1.06; letter-spacing: -.045em; }
#privacy-policy-page .legal-copy { padding-left: 78px; color: #53637b; font-size: 16px; line-height: 1.75; }
#privacy-policy-page .legal-copy > p { margin: 0 0 20px; }
#privacy-policy-page .legal-copy a { color: var(--rose); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
#privacy-policy-page .legal-copy strong { color: var(--ink); }
#privacy-policy-page .clauses { margin: 0; padding-left: 32px; list-style-type: decimal; }
#privacy-policy-page .clauses > li { min-height: 40px; padding: 0 0 24px 14px; }
#privacy-policy-page .clauses > li:last-child { padding-bottom: 0; }
#privacy-policy-page .clauses > li::marker { color: var(--rose); font-size: 13px; font-weight: 900; }
#privacy-policy-page .subclauses { margin: 15px 0 0; padding-left: 25px; list-style-type: lower-alpha; }
#privacy-policy-page .subclauses li { padding: 6px 0 6px 8px; }
#privacy-policy-page .subclauses li::marker { color: var(--violet); font-size: 12px; font-weight: 900; }
#privacy-policy-page .definitions { margin: 28px 0 34px; display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; }
#privacy-policy-page .definitions > div { min-height: 92px; padding: 20px 22px; display: grid; grid-template-columns: 190px 1fr; align-items: start; gap: 24px; border-bottom: 1px solid var(--line); background: #fffafd; }
#privacy-policy-page .definitions > div:last-child { border-bottom: 0; }
#privacy-policy-page .definitions strong { font-size: 14px; }
#privacy-policy-page .definitions p { margin: 0; font-size: 13px; line-height: 1.55; }
#privacy-policy-page .controller-card { margin-top: 30px; padding: 23px; display: grid; grid-template-columns: 62px 1fr; align-items: center; gap: 20px; border-radius: 22px; color: white; background: linear-gradient(135deg, var(--plum-deep), var(--plum)); }
#privacy-policy-page .controller-card > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; color: var(--plum); background: var(--pink); font-size: 14px; font-weight: 900; }
#privacy-policy-page .controller-card small, #privacy-policy-page .controller-card strong, #privacy-policy-page .controller-card p { display: block; }
#privacy-policy-page .controller-card small { color: #e7aacc; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
#privacy-policy-page .controller-card strong { margin-top: 4px; color: white; font-size: 18px; }
#privacy-policy-page .controller-card p { margin: 3px 0 0; color: rgba(255,255,255,.65); font-size: 12px; }
#privacy-policy-page .rights-grid { margin: 28px 0 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
#privacy-policy-page .rights-grid article { min-height: 180px; padding: 23px; border-radius: 21px; color: white; background: #54205f; }
#privacy-policy-page .rights-grid article:nth-child(2) { background: #71306f; }
#privacy-policy-page .rights-grid article:nth-child(3) { background: #8e316f; }
#privacy-policy-page .rights-grid article:nth-child(4) { background: #a93879; }
#privacy-policy-page .rights-grid article:nth-child(5) { background: #5e286e; }
#privacy-policy-page .rights-grid article:nth-child(6) { background: #3d214f; }
#privacy-policy-page .rights-grid article > span { display: inline-grid; place-items: center; width: 37px; height: 37px; border-radius: 12px; color: var(--plum); background: var(--pink); font-size: 10px; font-weight: 900; }
#privacy-policy-page .rights-grid h3 { margin: 22px 0 8px; font-size: 21px; letter-spacing: -.03em; }
#privacy-policy-page .rights-grid p { margin: 0; color: rgba(255,255,255,.74); font-size: 13px; line-height: 1.55; }
#privacy-policy-page .cookie-types { margin: 28px 0 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
#privacy-policy-page .cookie-types article { min-height: 190px; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: #fffafd; }
#privacy-policy-page .cookie-types span { display: inline-flex; padding: 7px 10px; border-radius: 999px; color: var(--rose); background: var(--rose-soft); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
#privacy-policy-page .cookie-types h3 { margin: 22px 0 10px; color: var(--ink); font-size: 20px; letter-spacing: -.025em; }
#privacy-policy-page .cookie-types p { margin: 0; font-size: 13px; line-height: 1.6; }
#privacy-policy-page .created-card { margin-top: 30px; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-radius: 18px; color: white; background: var(--plum); }
#privacy-policy-page .created-card span { color: #e9abc9; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
#privacy-policy-page .created-card strong { color: white; font-size: 16px; }
#privacy-policy-page .schedule-table { margin-top: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; }
#privacy-policy-page .schedule-table > div { min-height: 88px; padding: 19px 21px; display: grid; grid-template-columns: 150px 175px 1fr; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
#privacy-policy-page .schedule-table > div:last-child { border-bottom: 0; }
#privacy-policy-page .schedule-table .table-head { min-height: 56px; color: #927e90; background: #fbf2f7; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
#privacy-policy-page .schedule-table span { color: var(--rose); font-size: 11px; font-weight: 850; }
#privacy-policy-page .schedule-table strong { font-size: 13px; }
#privacy-policy-page .schedule-table p { margin: 0; font-size: 12px; line-height: 1.5; }
#privacy-policy-page .contact-band { position: relative; overflow: hidden; width: min(1360px, calc(100% - 80px)); margin: 0 auto 100px; padding: 70px; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 90px; border-radius: 40px; color: white; background: linear-gradient(125deg, var(--plum-deep), #651c68 65%, #8e2876); }
#privacy-policy-page .contact-band::after { content: ''; position: absolute; right: -140px; top: -270px; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
#privacy-policy-page .contact-band h2 { margin: 24px 0 0; font-size: clamp(48px, 5vw, 76px); line-height: .98; letter-spacing: -.058em; font-weight: 500; }
#privacy-policy-page .contact-copy { position: relative; z-index: 2; }
#privacy-policy-page .contact-copy p { max-width: 560px; margin: 0 0 27px; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.6; }
#privacy-policy-page .contact-copy a { min-width: 240px; padding: 18px 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 40px; border-radius: 16px; background: var(--rose); font-size: 14px; font-weight: 900; }
@media (max-width: 1100px) {
#privacy-policy-page .hero-inner { gap: 48px; }
#privacy-policy-page .policy-layout { grid-template-columns: 250px minmax(0, 1fr); gap: 26px; }
#privacy-policy-page .contents-card { padding: 24px 21px; }
#privacy-policy-page .legal-copy { padding-left: 0; }
#privacy-policy-page .definitions > div { grid-template-columns: 160px 1fr; }
}
@media (max-width: 820px) {
#privacy-policy-page .hero-inner { width: min(100% - 38px, 700px); min-height: auto; padding: 76px 0 64px; grid-template-columns: 1fr; gap: 52px; }
#privacy-policy-page .hero-copy h1 { font-size: clamp(68px, 18vw, 96px); }
#privacy-policy-page .hero-summary { padding: 25px; border-radius: 27px; }
#privacy-policy-page .policy-layout { width: min(100% - 32px, 720px); padding: 70px 0 80px; grid-template-columns: 1fr; }
#privacy-policy-page .contents-card { position: static; }
#privacy-policy-page .contents-card nav { grid-template-columns: 1fr 1fr; column-gap: 18px; }
#privacy-policy-page .policy-card { border-radius: 28px; }
#privacy-policy-page .section-heading { grid-template-columns: 50px 1fr; gap: 16px; }
#privacy-policy-page .section-heading > span { width: 49px; height: 49px; }
#privacy-policy-page .contact-band { width: min(100% - 32px, 720px); margin-bottom: 70px; padding: 48px 36px; grid-template-columns: 1fr; gap: 38px; border-radius: 30px; }
}
@media (max-width: 560px) {
#privacy-policy-page .hero-inner { width: calc(100% - 30px); padding: 64px 0 54px; }
#privacy-policy-page .eyebrow { font-size: 11px; }
#privacy-policy-page .eyebrow span { width: 26px; }
#privacy-policy-page .hero-copy h1 { margin-top: 28px; font-size: clamp(62px, 19vw, 82px); }
#privacy-policy-page .hero-intro { font-size: 17px; }
#privacy-policy-page .hero-summary { padding: 20px; }
#privacy-policy-page .hero-summary li { grid-template-columns: 45px 1fr; gap: 13px; padding: 14px 0; }
#privacy-policy-page .hero-summary li > span { width: 41px; height: 41px; }
#privacy-policy-page .policy-layout { width: calc(100% - 24px); padding: 48px 0 60px; gap: 18px; }
#privacy-policy-page .contents-card { padding: 24px 20px; border-radius: 24px; }
#privacy-policy-page .contents-card h2 { font-size: 25px; }
#privacy-policy-page .contents-card nav { grid-template-columns: 1fr; }
#privacy-policy-page .policy-content { gap: 15px; }
#privacy-policy-page .policy-card { padding: 25px 20px; border-radius: 24px; }
#privacy-policy-page .section-heading { margin-bottom: 24px; padding-bottom: 22px; }
#privacy-policy-page .section-heading h2 { font-size: 28px; }
#privacy-policy-page .legal-copy { font-size: 14px; line-height: 1.72; }
#privacy-policy-page .clauses { padding-left: 25px; }
#privacy-policy-page .clauses > li { padding-left: 7px; }
#privacy-policy-page .definitions > div { min-height: 0; padding: 18px; grid-template-columns: 1fr; gap: 6px; }
#privacy-policy-page .definitions p { font-size: 12px; }
#privacy-policy-page .controller-card { grid-template-columns: 1fr; gap: 14px; }
#privacy-policy-page .rights-grid, #privacy-policy-page .cookie-types { grid-template-columns: 1fr; }
#privacy-policy-page .rights-grid article { min-height: 160px; }
#privacy-policy-page .created-card { align-items: flex-start; flex-direction: column; }
#privacy-policy-page .schedule-table > div { padding: 18px; grid-template-columns: 1fr; gap: 7px; }
#privacy-policy-page .schedule-table .table-head { display: none; }
#privacy-policy-page .schedule-table > div { border-bottom: 1px solid var(--line); }
#privacy-policy-page .schedule-table span { margin-bottom: 4px; }
#privacy-policy-page .contact-band { width: calc(100% - 24px); padding: 36px 25px; border-radius: 26px; }
#privacy-policy-page .contact-band h2 { font-size: 46px; }
#privacy-policy-page .contact-copy p { font-size: 16px; }
#privacy-policy-page .contact-copy a { min-width: 100%; }
}

#privacy-policy-page section[id] { scroll-margin-top: 108px; }
#privacy-policy-page .contents-card { max-height: calc(100vh - 128px); overflow-y: auto; }
#privacy-policy-page .legal-copy { overflow-wrap: anywhere; }
@media (max-width: 820px) { #privacy-policy-page .contents-card { max-height: none; } }
@media (max-width: 520px) { body.legal-page { padding-top: 76px; } #privacy-policy-page section[id] { scroll-margin-top: 96px; } }
