:root {
  color-scheme: light;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #18282d;
  background: #eef1f4;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; line-height: 1.65; }
a { color: #075c65; text-underline-offset: 3px; }
a:hover { color: #f07820; }

.privacy-header {
  position: sticky;
  z-index: 20;
  top: 0;
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  margin: 16px auto 0;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: #102f31;
  box-shadow: 0 14px 35px rgba(21, 43, 47, .18);
}

.privacy-logo img { display: block; width: 150px; max-height: 45px; object-fit: contain; }
.privacy-back {
  display: inline-flex;
  min-height: 42px;
  padding: 10px 18px;
  align-items: center;
  border-radius: 999px;
  background: #fff;
  color: #17383b;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.privacy-main { width: min(960px, calc(100% - 32px)); margin: 46px auto 56px; }
.privacy-card { padding: clamp(28px, 6vw, 68px); border-radius: 26px; background: #fff; box-shadow: 0 20px 60px rgba(32, 49, 55, .1); }
.privacy-eyebrow { margin: 0 0 9px; color: #0a6269; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { color: #13262b; line-height: 1.2; }
h1 { max-width: 740px; margin: 0; font-size: clamp(2.1rem, 6vw, 4rem); letter-spacing: -.045em; }
h2 { margin: 54px 0 16px; font-size: clamp(1.45rem, 3vw, 2rem); }
h3 { margin: 28px 0 8px; font-size: 1.12rem; }
p, li, dd { color: #4a5b61; }
.privacy-lead { max-width: 760px; margin: 20px 0 8px; font-size: 1.12rem; }
.privacy-updated { margin: 0; color: #77858a; font-size: .9rem; }

.privacy-toc { margin: 34px 0 10px; padding: 22px 24px; display: flex; flex-wrap: wrap; gap: 9px 20px; border-radius: 16px; background: #edf5f5; }
.privacy-toc strong { flex-basis: 100%; color: #17383b; }
.privacy-toc a { font-size: .92rem; font-weight: 600; }

.privacy-details { margin: 20px 0 0; border-top: 1px solid #dbe3e5; }
.privacy-details div { display: grid; grid-template-columns: 190px 1fr; gap: 20px; padding: 11px 0; border-bottom: 1px solid #dbe3e5; }
.privacy-details dt { color: #253a40; font-weight: 700; }
.privacy-details dd { margin: 0; }

.privacy-table-wrap { margin: 24px 0; overflow-x: auto; border: 1px solid #d8e1e3; border-radius: 14px; }
table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: .9rem; }
th { padding: 13px 14px; background: #0c555b; color: #fff; text-align: left; }
td { padding: 14px; vertical-align: top; border-top: 1px solid #d8e1e3; color: #4a5b61; }
tbody tr:nth-child(even) { background: #f2f7f7; }
code { color: #17383b; font-size: .86em; }
ul { padding-left: 1.25rem; }
li + li { margin-top: 10px; }
section { scroll-margin-top: 110px; }

.privacy-footer {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto 40px;
  padding: 22px 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  align-items: center;
  border-radius: 16px;
  background: #102f31;
  color: #fff;
}
.privacy-footer p { margin: 0 auto 0 0; color: rgba(255,255,255,.78); }
.privacy-footer a { color: #fff; }

@media (max-width: 640px) {
  .privacy-header { min-height: 64px; margin-top: 8px; padding: 10px 12px; }
  .privacy-logo img { width: 120px; }
  .privacy-back { min-height: 38px; padding: 8px 12px; font-size: .78rem; }
  .privacy-main { margin-top: 22px; }
  .privacy-card { border-radius: 18px; }
  .privacy-details div { grid-template-columns: 1fr; gap: 2px; }
  .privacy-footer p { flex-basis: 100%; }
}
