:root {
  --ink: #082f49; --muted: #536575; --green: #08783f; --green-bright: #12ad61;
  --navy: #0b3d76; --sky: #e8f5ff; --mint: #e8f8ef; --line: #d9e5e7;
  --paper: #ffffff; --canvas: #f4f9f7;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif; font-size: 16px; line-height: 1.7; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; height: 76px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid rgb(217 229 231 / 75%); background: rgb(255 255 255 / 88%); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 1.25rem; font-weight: 900; letter-spacing: -.03em; }
.brand img { width: 42px; height: 42px; object-fit: contain; border-radius: 12px; }
.header-link { border-radius: 999px; background: var(--navy); color: white; padding: 9px 16px; text-decoration: none; font-size: .9rem; font-weight: 800; box-shadow: 0 7px 20px rgb(11 61 118 / 18%); transition: .2s ease; }
.header-link:hover { background: #092f5c; transform: translateY(-1px); }
.hero { padding: 88px 24px 78px; text-align: center; background: radial-gradient(circle at 14% 12%, rgb(18 173 97 / 17%), transparent 26rem), radial-gradient(circle at 86% 10%, rgb(49 146 222 / 18%), transparent 27rem), linear-gradient(180deg, #fff 0%, #f7fcfa 100%); border-bottom: 1px solid var(--line); }
.eyebrow { width: fit-content; margin: 0 auto 15px; display: flex; align-items: center; gap: 7px; color: var(--green); background: var(--mint); border: 1px solid #c7ead6; border-radius: 999px; padding: 6px 12px; font-size: .82rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
h1 { margin: 0; font-size: clamp(2.5rem, 7vw, 5.5rem); line-height: .98; letter-spacing: -.065em; font-weight: 950; }
.hero-copy { max-width: 690px; margin: 24px auto 18px; color: var(--muted); font-size: clamp(1.05rem, 2.2vw, 1.32rem); line-height: 1.55; }
.meta-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; color: #687987; font-size: .88rem; font-weight: 700; }
.policy-layout { display: grid; grid-template-columns: 220px minmax(0, 780px); gap: 58px; max-width: 1120px; margin: 0 auto; padding: 64px 24px 100px; }
.toc { position: sticky; top: 108px; align-self: start; }
.toc > p { margin: 0 0 12px; font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; color: var(--green); }
.toc nav { display: grid; border-left: 2px solid var(--line); }
.toc a { color: #61717e; padding: 6px 0 6px 17px; text-decoration: none; font-size: .9rem; font-weight: 700; }
.toc a:hover { color: var(--navy); border-left: 2px solid var(--navy); margin-left: -2px; }
.policy { min-width: 0; }
.policy-section { scroll-margin-top: 96px; margin-bottom: 22px; padding: 36px 40px; background: var(--paper); border: 1px solid var(--line); border-radius: 25px; box-shadow: 0 13px 36px rgb(8 47 73 / 5%); }
.section-heading { display: flex; align-items: center; gap: 15px; margin-bottom: 22px; }
.section-heading > svg { width: 46px; height: 46px; padding: 11px; flex: none; color: var(--green); background: var(--mint); border-radius: 15px; stroke-width: 2.4; }
.section-heading div { display: flex; align-items: baseline; gap: 11px; }
.section-heading span { color: var(--green-bright); font-weight: 900; font-size: .78rem; letter-spacing: .06em; }
h2 { margin: 0; font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.15; letter-spacing: -.035em; }
p { margin: 0 0 16px; } p:last-child { margin-bottom: 0; }
ul, ol { margin: 12px 0 0; padding-left: 1.3rem; }
li { margin: 0 0 13px; padding-left: 4px; } li::marker { color: var(--green-bright); font-weight: 900; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.promise-grid > div { display: grid; align-content: start; gap: 7px; padding: 20px; border-radius: 18px; background: #f6fbf8; border: 1px solid #dceee4; }
.promise-grid svg { color: var(--green); } .promise-grid strong { font-size: .95rem; } .promise-grid span { color: var(--muted); font-size: .84rem; line-height: 1.45; }
.notice { display: flex; gap: 12px; align-items: flex-start; margin-top: 24px; padding: 17px 18px; border-radius: 16px; color: #123e63; background: var(--sky); border: 1px solid #cde8fb; }
.notice svg { flex: none; margin-top: 3px; } .notice p { font-size: .92rem; }
.provider-list { display: grid; gap: 10px; margin: 20px 0 25px; }
.provider-list > div { padding: 17px 18px; border-radius: 15px; background: #f7fafb; border-left: 4px solid var(--navy); }
.provider-list p { color: var(--muted); margin-top: 3px; font-size: .92rem; line-height: 1.5; }
.rights-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 28px; }
.deletion-section { border-color: #b8dfca; background: linear-gradient(145deg, #fff 50%, #effaf4); }
.deletion-section ol { counter-reset: delete-step; list-style: none; padding: 0; }
.deletion-section ol li { counter-increment: delete-step; display: flex; gap: 13px; align-items: flex-start; }
.deletion-section ol li::before { content: counter(delete-step); display: grid; place-items: center; flex: 0 0 29px; height: 29px; border-radius: 50%; color: white; background: var(--green); font-weight: 900; font-size: .82rem; }
.contact-section { border-color: #bfd8ee; }
.deletion-request { display: flex; gap: 22px; align-items: center; justify-content: space-between; margin-top: 26px; padding: 20px; border: 1px solid #b7dac7; border-radius: 18px; background: #fff; }
.deletion-request p { max-width: 480px; margin: 5px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.deletion-request a { flex: none; border-radius: 999px; background: var(--green); color: #fff; padding: 10px 16px; text-decoration: none; font-size: .86rem; font-weight: 900; }
.contact-email { display: inline-block; margin: 3px 0 14px; color: var(--navy); font-size: 1.12rem; font-weight: 900; text-underline-offset: 4px; }
.contact-note { color: var(--muted); font-size: .92rem; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; padding: 32px max(24px, calc((100vw - 1120px) / 2)); color: #5c6e7d; background: #eaf3f0; border-top: 1px solid var(--line); font-size: .86rem; }
footer p { margin: 0; } footer > a { justify-self: end; color: var(--navy); font-weight: 800; text-decoration: none; } .footer-brand img { width: 34px; height: 34px; border-radius: 10px; }
@media (max-width: 860px) {
  .policy-layout { display: block; padding-top: 34px; }
  .toc { position: static; margin-bottom: 28px; padding: 18px 20px; border-radius: 18px; background: white; border: 1px solid var(--line); }
  .toc nav { grid-template-columns: 1fr 1fr; border: 0; } .toc a { padding: 5px 8px; } .toc a:hover { margin: 0; border: 0; }
  footer { grid-template-columns: 1fr auto; } footer p { display: none; }
}
@media (max-width: 600px) {
  body { font-size: 15px; } .site-header { height: 68px; padding: 0 16px; } .brand img { width: 38px; height: 38px; }
  .header-link { padding: 8px 13px; font-size: .82rem; } .hero { padding: 66px 20px 56px; }
  .policy-layout { padding: 24px 14px 70px; } .policy-section { padding: 26px 21px; border-radius: 20px; }
  .section-heading { align-items: flex-start; } .section-heading div { display: block; } .section-heading span { display: block; margin-bottom: 3px; }
  .promise-grid, .rights-grid { grid-template-columns: 1fr; } .toc nav { grid-template-columns: 1fr; }
  .deletion-request { display: block; } .deletion-request a { display: inline-block; margin-top: 16px; }
}
@media (prefers-reduced-motion: no-preference) { .policy-section { animation: reveal .5s ease both; } @keyframes reveal { from { opacity: 0; transform: translateY(10px); } } }
