:root {
  --forest: #0b4f39;
  --green: #187a52;
  --mint: #e9f7ef;
  --lime: #b7dc64;
  --ink: #17352a;
  --muted: #5c7068;
  --line: #d9e8df;
  --paper: #ffffff;
  --wash: #f3f8f5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--wash); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.72; }
a { color: #096a46; text-underline-offset: 3px; }
a:hover { color: #064b33; }

.hero { position: relative; overflow: hidden; padding: 72px 24px 112px; color: #fff; background: radial-gradient(circle at 85% 20%, rgba(183,220,100,.2) 0 8rem, transparent 8.1rem), radial-gradient(circle at 14% 86%, rgba(255,255,255,.08) 0 11rem, transparent 11.1rem), linear-gradient(135deg, #073d2d, #0e6647 62%, #187a52); }
.hero::after { content: ""; position: absolute; inset: auto -5% -80px; height: 150px; border-radius: 50% 50% 0 0 / 45% 45% 0 0; background: var(--wash); }
.hero-inner { position: relative; z-index: 1; width: min(940px, 100%); margin: 0 auto; }
.brand-mark { display: block; width: 58px; height: 58px; margin-bottom: 22px; padding: 8px; border: 1px solid rgba(255,255,255,.25); border-radius: 18px; background: rgba(255,255,255,.12); box-shadow: 0 14px 40px rgba(0,0,0,.14); object-fit: contain; }
.eyebrow, .kicker { margin: 0 0 8px; color: #ccecae; font-size: 12px; font-weight: 800; letter-spacing: .15em; }
h1 { margin: 0; font-size: clamp(45px, 7vw, 76px); line-height: .98; letter-spacing: -.055em; }
.hero-copy { max-width: 720px; margin: 24px 0 28px; color: #e3f2e9; font-size: clamp(17px, 2vw, 21px); line-height: 1.6; }
.meta-row { display: flex; flex-wrap: wrap; gap: 10px; }
.meta-row span { padding: 7px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(0,0,0,.1); color: #eaf6ee; font: 12px ui-monospace, SFMono-Regular, Consolas, monospace; }

main { position: relative; z-index: 2; width: min(1040px, calc(100% - 32px)); margin: -58px auto 64px; }
.policy-card { padding: clamp(28px, 6vw, 76px); border: 1px solid rgba(20,84,59,.1); border-radius: 30px; background: var(--paper); box-shadow: 0 28px 80px rgba(20,66,48,.12); }
.intro { max-width: 780px; padding-bottom: 28px; }
.intro h2 { margin: 5px 0 15px; font-size: clamp(27px, 4vw, 40px); line-height: 1.16; letter-spacing: -.035em; }
.intro > p:last-child { color: var(--muted); font-size: 17px; }
.summary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 6px 0 58px; }
.summary-card { padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, #fbfefc, var(--mint)); }
.summary-card strong { display: block; color: var(--forest); font-size: 15px; }
.summary-card p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

section { padding: 38px 0; border-top: 1px solid var(--line); }
section h2 { display: flex; align-items: center; gap: 14px; margin: 0 0 20px; color: var(--forest); font-size: clamp(22px, 3vw, 29px); line-height: 1.25; letter-spacing: -.025em; }
section h2 span { display: grid; flex: 0 0 34px; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: var(--forest); color: #fff; font: 700 13px ui-monospace, SFMono-Regular, Consolas, monospace; }
section p { margin: 0 0 16px; }
section p:last-child { margin-bottom: 0; }
section ul { margin: 10px 0 0; padding-left: 22px; }
section li { margin: 9px 0; padding-left: 4px; }
.table-wrap { overflow-x: auto; margin-top: 20px; border: 1px solid var(--line); border-radius: 18px; }
table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 14px; line-height: 1.55; }
th { background: var(--forest); color: #fff; text-align: left; }
th, td { padding: 16px 18px; vertical-align: top; border-bottom: 1px solid var(--line); }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:nth-child(even) { background: #f8fbf9; }
.source-note { padding: 14px 16px; border-left: 3px solid var(--lime); border-radius: 0 10px 10px 0; background: var(--mint); color: var(--muted); font-size: 14px; }
.check-list { list-style: none; padding: 0; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 900; }
.permission-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 18px 0 22px; }
.permission-grid div { padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: #fbfdfc; }
.permission-grid strong, .permission-grid span { display: block; }
.permission-grid strong { color: var(--forest); }
.permission-grid span { margin-top: 5px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px; border-radius: 20px; background: linear-gradient(135deg, var(--forest), var(--green)); color: #fff; }
.contact-card strong, .contact-card span { display: block; }
.contact-card strong { font-size: 21px; }
.contact-card span { color: #d8eee2; font-size: 14px; }
.contact-button { padding: 12px 16px; border-radius: 12px; background: #fff; color: var(--forest); font-weight: 750; text-align: center; text-decoration: none; overflow-wrap: anywhere; }
.contact-button:hover { color: var(--forest); background: #eff9f3; }
footer { display: flex; justify-content: space-between; gap: 20px; padding-top: 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }

@media (max-width: 760px) {
  .hero { padding-top: 48px; }
  .summary-grid, .permission-grid { grid-template-columns: 1fr; }
  .policy-card { border-radius: 22px; }
  .contact-card { align-items: stretch; flex-direction: column; }
  footer { flex-direction: column; gap: 4px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  body { background: #fff; }
  .hero { padding: 40px 0; print-color-adjust: exact; }
  .hero::after { display: none; }
  main { width: 100%; margin: 0; }
  .policy-card { box-shadow: none; border: 0; }
  a { color: inherit; }
}
