      * { box-sizing: border-box; font-style: normal; }
      body { margin: 0; background: #f2f0ea; color: #171b1a; font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
      a { color: inherit; }
      a:focus-visible { outline: 3px solid rgba(79,107,91,.45); outline-offset: 4px; }
      header, main, footer { width: min(calc(100% - 30px), 820px); margin-inline: auto; }
      header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(29,29,31,.12); }
      .brand { font-size: 13px; font-weight: 750; text-decoration: none; }
      .back { min-height: 44px; display: inline-flex; align-items: center; color: #66666c; font-size: 12px; }
      main { padding: 72px 0 90px; }
      .kicker { margin: 0 0 18px; color: #2f5747; font-size: 10px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
      h1 { max-width: 700px; margin: 0; font-size: clamp(44px, 10vw, 76px); font-weight: 560; line-height: .98; letter-spacing: -.06em; }
      .updated { margin: 20px 0 48px; color: #66666c; font-size: 12px; }
      .policy { border-top: 1px solid rgba(29,29,31,.2); }
      section { display: grid; gap: 12px; padding: 28px 0; border-bottom: 1px solid rgba(29,29,31,.12); }
      h2 { margin: 0; font-size: 17px; font-weight: 680; letter-spacing: -.02em; }
      p, li { color: #535359; font-size: 14px; line-height: 1.72; }
      p { max-width: 680px; margin: 0; }
      ul { max-width: 680px; margin: 0; padding-left: 20px; }
      .required-notice { padding: 20px; border-radius: 18px; background: #e4e7e3; color: #253c34; }
      footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; padding: 28px 0; border-top: 1px solid rgba(29,29,31,.12); color: #66666c; font-size: 11px; }
      footer nav { display: flex; gap: 18px; }
      @media (min-width: 720px) { section { grid-template-columns: 180px 1fr; gap: 36px; } section > *:not(h2) { grid-column: 2; } }
    
