<?xml version="1.0" encoding="UTF-8" standalone="yes"?><rss xmlns:yandex="http://news.yandex.ru" version="2.0"><channel><description>A professional network, an interactive journal and a project laboratory for International Relations, Diplomacy &amp; Strategic Studies.</description><image><link>https://diplomacy.id.page</link><title>DIPLOMACY ID</title><url>https://diplomacy.id.page/resources/000/000/000/006/209/6209409_100x100.png</url></image><item><author>News</author><description>&lt;style type=&quot;text/css&quot;&gt;
.ds-guide {
  --text: #111111;
  --muted: #6f7378;
  --line: #e5e7e9;
  --soft: #f7f7f6;
  --max: 1180px;

  background: #ffffff;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

.ds-guide * {
  box-sizing: border-box;
}

.ds-guide a {
  color: inherit;
  text-decoration: none;
}

.ds-container {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

/* HERO */

.ds-hero {
  padding: 82px 0 72px;
  border-bottom: 1px solid var(--line);
}

.ds-kicker {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}

.ds-hero h1 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 700;
}

.ds-lead {
  max-width: 810px;
  margin: 34px 0 0;
  font-size: 22px;
  line-height: 1.48;
  color: #33363a;
}

.ds-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.ds-btn {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid #111;
  font-size: 14px;
  font-weight: 700;
  transition: .2s ease;
}

.ds-btn-primary {
  background: #111;
  color: #fff !important;
}

.ds-btn:hover {
  opacity: .72;
}

/* SECTIONS */

.ds-section {
  padding: 70px 0;
  border-bottom: 1px solid var(--line);
}

.ds-section-head {
  display: grid;
  grid-template-columns: 180px minmax(0, 760px);
  gap: 38px;
  margin-bottom: 44px;
}

.ds-section-label {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}

.ds-section h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
  letter-spacing: -.03em;
}

.ds-copy {
  max-width: 820px;
  margin-left: 218px;
  font-size: 18px;
  color: #33363a;
}

.ds-copy p {
  margin: 0 0 22px;
}

.ds-copy strong {
  color: var(--text);
}

/* STEPS */

.ds-steps {
  margin-top: 16px;
}

.ds-step {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 38px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.ds-step:last-child {
  border-bottom: 1px solid var(--line);
}

.ds-step-no {
  font-size: 15px;
  color: var(--muted);
}

.ds-step h3 {
  margin: 0 0 8px;
  font-size: 23px;
  line-height: 1.2;
}

.ds-step p {
  max-width: 760px;
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #55595e;
}

/* FORMAT */

.ds-format-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.ds-format-item {
  min-height: 180px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ds-format-item span {
  display: block;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}

.ds-format-item h3 {
  margin: 0 0 9px;
  font-size: 21px;
}

.ds-format-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #55595e;
}

/* FLOW */

.ds-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 36px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ds-arrow {
  color: #a2a5a8;
}

/* NOTE */

.ds-note {
  margin-top: 38px;
  padding: 28px 30px;
  background: var(--soft);
  font-size: 17px;
  line-height: 1.55;
}

.ds-note strong {
  display: block;
  margin-bottom: 6px;
}

/* CTA */

.ds-final {
  padding: 86px 0 96px;
}

.ds-final h2 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.ds-final p {
  max-width: 750px;
  margin: 28px 0 0;
  font-size: 20px;
  line-height: 1.5;
  color: #45494e;
}

/* MOBILE */

@media (max-width: 760px) {
  .ds-container {
    width: min(100% - 30px, var(--max));
  }

  .ds-hero {
    padding: 52px 0 46px;
  }

  .ds-section {
    padding: 50px 0;
  }

  .ds-section-head,
  .ds-step {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ds-copy {
    margin-left: 0;
  }

  .ds-format-grid {
    grid-template-columns: 1fr;
  }

  .ds-step {
    padding: 24px 0;
  }

  .ds-final {
    padding: 58px 0 68px;
  }
}

&lt;/style&gt;
&lt;div class=&quot;ds-guide&quot;&gt;
  &lt;!-- HERO --&gt;
  &lt;section class=&quot;ds-hero&quot;&gt;
    &lt;div class=&quot;ds-container&quot;&gt;
      &lt;div class=&quot;ds-kicker&quot;&gt;
        Diplomatic Studies &amp;#183; Writing &amp;#38; Participation Guidelines
      &lt;/div&gt;
      &lt;h1&gt;
        Do not begin with publication.&lt;br/&gt;
        Begin with the group.&lt;/h1&gt;
      &lt;p class=&quot;ds-lead&quot;&gt;
        Diplomatic Studies is a Living Journal of International Affairs.
        Articles are created inside thematic professional groups, where ideas
        can be discussed, challenged, supported with evidence and developed
        into collaborative work.&lt;/p&gt;
      &lt;div class=&quot;ds-hero-actions&quot;&gt;
        &lt;a class=&quot;ds-btn ds-btn-primary&quot;
           href=&quot;https://diplomacy.id.page/page/adaptive/club/&quot;
           target=&quot;_blank&quot;&gt;Explore Groups &amp;#8594; &lt;/a&gt;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/section&gt;
  &lt;!-- PRINCIPLE --&gt;
  &lt;section class=&quot;ds-section&quot;&gt;
    &lt;div class=&quot;ds-container&quot;&gt;
      &lt;div class=&quot;ds-section-head&quot;&gt;
        &lt;div class=&quot;ds-section-label&quot;&gt;
          The principle
        &lt;/div&gt;
        &lt;h2&gt;
          The article is not the end of the process.&lt;/h2&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ds-copy&quot;&gt;
        &lt;p&gt;
          In a conventional journal, publication is normally the final stage.
          In Diplomatic Studies, publication can become the beginning of
          professional work.&lt;/p&gt;
        &lt;p&gt;
          A paper may initiate discussion, attract additional expertise,
          collect new evidence, create a working group and eventually develop
          into collaborative research or a practical initiative.&lt;/p&gt;
        &lt;p&gt;
          For this reason, the first step toward publication is &lt;strong&gt;joining
          the relevant thematic group.&lt;/strong&gt;&lt;/p&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ds-flow&quot;&gt;
        &lt;span&gt;Group&lt;/span&gt; &lt;span class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt;
        &lt;span&gt;Question&lt;/span&gt; &lt;span class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt;
        &lt;span&gt;Paper&lt;/span&gt; &lt;span class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;span&gt;Discussion&lt;/span&gt;
        &lt;span class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;span&gt;Evidence&lt;/span&gt; &lt;span
        class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;span&gt;Working Group&lt;/span&gt; &lt;span
        class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;span&gt;Project&lt;/span&gt;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/section&gt;
  &lt;!-- HOW TO START --&gt;
  &lt;section class=&quot;ds-section&quot;&gt;
    &lt;div class=&quot;ds-container&quot;&gt;
      &lt;div class=&quot;ds-section-head&quot;&gt;
        &lt;div class=&quot;ds-section-label&quot;&gt;
          How to start
        &lt;/div&gt;
        &lt;h2&gt;
          Join. Ask. Write. Discuss. Develop.&lt;/h2&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ds-steps&quot;&gt;
        &lt;div class=&quot;ds-step&quot;&gt;
          &lt;div class=&quot;ds-step-no&quot;&gt;
            01 &amp;#8594;
          &lt;/div&gt;
          &lt;div&gt;
            &lt;h3&gt;
              Join a thematic group&lt;/h3&gt;
            &lt;p&gt;
              Choose the group that corresponds to your expertise, professional
              experience or the question you want to explore.&lt;/p&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ds-step&quot;&gt;
          &lt;div class=&quot;ds-step-no&quot;&gt;
            02 &amp;#8594;
          &lt;/div&gt;
          &lt;div&gt;
            &lt;h3&gt;
              Introduce a question&lt;/h3&gt;
            &lt;p&gt;
              Begin with a clear international problem, structural change,
              contradiction or practical challenge that deserves professional
              analysis.&lt;/p&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ds-step&quot;&gt;
          &lt;div class=&quot;ds-step-no&quot;&gt;
            03 &amp;#8594;
          &lt;/div&gt;
          &lt;div&gt;
            &lt;h3&gt;
              Write within the common format&lt;/h3&gt;
            &lt;p&gt;
              Use the Diplomatic Studies article structure so that every paper
              remains recognizable, readable and comparable across groups.&lt;/p&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ds-step&quot;&gt;
          &lt;div class=&quot;ds-step-no&quot;&gt;
            04 &amp;#8594;
          &lt;/div&gt;
          &lt;div&gt;
            &lt;h3&gt;
              Publish through the group&lt;/h3&gt;
            &lt;p&gt;
              The group provides the professional context for the article and
              connects it with participants working on related questions.&lt;/p&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ds-step&quot;&gt;
          &lt;div class=&quot;ds-step-no&quot;&gt;
            05
          &lt;/div&gt;
          &lt;div&gt;
            &lt;h3&gt;
              Continue the work&lt;/h3&gt;
            &lt;p&gt;
              Respond to critique, contribute evidence, identify collaborators
              and form a working group where the subject requires further
              work.&lt;/p&gt;
          &lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/section&gt;
  &lt;!-- ARTICLE FORMAT --&gt;
  &lt;section class=&quot;ds-section&quot;&gt;
    &lt;div class=&quot;ds-container&quot;&gt;
      &lt;div class=&quot;ds-section-head&quot;&gt;
        &lt;div class=&quot;ds-section-label&quot;&gt;
          Article format
        &lt;/div&gt;
        &lt;h2&gt;
          One common publication standard.&lt;/h2&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ds-copy&quot;&gt;
        &lt;p&gt;
          Principal Diplomatic Studies papers follow a common structure.
          Authors provide the content. The platform provides the visual
          identity.&lt;/p&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ds-format-grid&quot;&gt;
        &lt;div class=&quot;ds-format-item&quot;&gt;
          &lt;span&gt;Length&lt;/span&gt;
          &lt;h3&gt;
            18,000&amp;#8211;30,000 characters&lt;/h3&gt;
          &lt;p&gt;
            Including spaces. Shorter or longer work is possible when justified
            by the subject.&lt;/p&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ds-format-item&quot;&gt;
          &lt;span&gt;Title&lt;/span&gt;
          &lt;h3&gt;
            4&amp;#8211;10 words&lt;/h3&gt;
          &lt;p&gt;
            Prefer a clear proposition or problem rather than a generic subject
            description.&lt;/p&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ds-format-item&quot;&gt;
          &lt;span&gt;Subtitle&lt;/span&gt;
          &lt;h3&gt;
            One central question&lt;/h3&gt;
          &lt;p&gt;
            Explain the problem or argument of the article in one concise
            line.&lt;/p&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ds-format-item&quot;&gt;
          &lt;span&gt;Introduction&lt;/span&gt;
          &lt;h3&gt;
            2&amp;#8211;4 dense paragraphs&lt;/h3&gt;
          &lt;p&gt;
            Establish what is happening, why it matters and the central
            proposition of the paper.&lt;/p&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ds-format-item&quot;&gt;
          &lt;span&gt;Main body&lt;/span&gt;
          &lt;h3&gt;
            5&amp;#8211;8 sections&lt;/h3&gt;
          &lt;p&gt;
            Use short section headings and continuous analytical prose rather
            than fragmented notes.&lt;/p&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ds-format-item&quot;&gt;
          &lt;span&gt;Recommendations&lt;/span&gt;
          &lt;h3&gt;
            3&amp;#8211;7 propositions&lt;/h3&gt;
          &lt;p&gt;
            Where appropriate, identify practical implications for governments,
            institutions or professional communities.&lt;/p&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ds-format-item&quot;&gt;
          &lt;span&gt;Conclusion&lt;/span&gt;
          &lt;h3&gt;
            3&amp;#8211;6 dense paragraphs&lt;/h3&gt;
          &lt;p&gt;
            Return to the central problem and identify what should remain open
            for further professional discussion.&lt;/p&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ds-format-item&quot;&gt;
          &lt;span&gt;Sources&lt;/span&gt;
          &lt;h3&gt;
            Evidence must be identifiable&lt;/h3&gt;
          &lt;p&gt;
            Distinguish clearly between facts, evidence, interpretation,
            professional judgment and recommendations.&lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/section&gt;
  &lt;!-- STYLE --&gt;
  &lt;section class=&quot;ds-section&quot;&gt;
    &lt;div class=&quot;ds-container&quot;&gt;
      &lt;div class=&quot;ds-section-head&quot;&gt;
        &lt;div class=&quot;ds-section-label&quot;&gt;
          Writing style
        &lt;/div&gt;
        &lt;h2&gt;
          Professional. Clear. Evidence-based.&lt;/h2&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ds-copy&quot;&gt;
        &lt;p&gt;
          Write in dense, readable paragraphs. Avoid excessive fragmentation
          and unnecessary academic terminology.&lt;/p&gt;
        &lt;p&gt;
          Strong propositions and disagreement are welcome. Unsupported
          accusation is not.&lt;/p&gt;
        &lt;p&gt;
          Existing research should strengthen the argument rather than replace
          it. Authors should acknowledge significant evidence that complicates
          their own position.&lt;/p&gt;
        &lt;p&gt;
          AI may be used for research, translation or editorial assistance, but
          the author remains responsible for accuracy, originality and
          professional integrity.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/section&gt;
  &lt;!-- PUBLICATION RIGHTS --&gt;
  &lt;section class=&quot;ds-section&quot;&gt;
    &lt;div class=&quot;ds-container&quot;&gt;
      &lt;div class=&quot;ds-section-head&quot;&gt;
        &lt;div class=&quot;ds-section-label&quot;&gt;
          Publication rights
        &lt;/div&gt;

        &lt;h2&gt;
          Authors retain copyright.&lt;br&gt;
          The platform receives a licence to publish.
        &lt;/h2&gt;
      &lt;/div&gt;

      &lt;div class=&quot;ds-copy&quot;&gt;
        &lt;p&gt;
          By submitting content for publication in Diplomatic Studies, the
          author
          confirms that they own or control all rights necessary to submit the
          material and that its publication does not infringe any third-party
          rights.
        &lt;/p&gt;

        &lt;p&gt;
          The author retains copyright in the submitted work and grants
          diplomacy.id.page a worldwide, royalty-free, non-exclusive licence to
          publish, reproduce, format, distribute, archive, promote and
          republish
          the work, in whole or in part, in any current or future media and
          format, with appropriate attribution to the author.
        &lt;/p&gt;

        &lt;p&gt;
          The platform may make reasonable editorial, technical and formatting
          changes that do not materially alter the author’s meaning.
        &lt;/p&gt;
      &lt;/div&gt;

      &lt;div class=&quot;ds-note&quot;&gt;
        &lt;strong&gt;Submission confirmation&lt;/strong&gt;
        By submitting a paper for publication, the author confirms acceptance
        of
        these publication terms.
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/section&gt;
  &lt;!-- VISUAL STANDARD --&gt;
  &lt;section class=&quot;ds-section&quot;&gt;
    &lt;div class=&quot;ds-container&quot;&gt;
      &lt;div class=&quot;ds-section-head&quot;&gt;
        &lt;div class=&quot;ds-section-label&quot;&gt;
          Visual standard
        &lt;/div&gt;
        &lt;h2&gt;
          Authors write. The platform designs.&lt;/h2&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ds-copy&quot;&gt;
        &lt;p&gt;
          All principal papers use the same title hierarchy, subtitle, section
          headings, body-text size, spacing and publication line.&lt;/p&gt;
        &lt;p&gt;
          Authors should not manually design their articles. The platform
          template applies the common Diplomatic Studies visual identity.&lt;/p&gt;
      &lt;/div&gt;
&lt;!--      &lt;div class=&quot;ds-note&quot;&gt;--&gt;
&lt;!--        &lt;strong&gt;Standard publication line&lt;/strong&gt; DIPLOMATIC STUDIES &amp;#8212;--&gt;
&lt;!--        BACKGROUNDER No. XXX&lt;br/&gt;--&gt;
&lt;!--        [Thematic Group Name]--&gt;
&lt;!--      &lt;/div&gt;--&gt;
    &lt;/div&gt;
  &lt;/section&gt;
  &lt;!-- AFTER PUBLICATION --&gt;
  &lt;section class=&quot;ds-section&quot;&gt;
    &lt;div class=&quot;ds-container&quot;&gt;
      &lt;div class=&quot;ds-section-head&quot;&gt;
        &lt;div class=&quot;ds-section-label&quot;&gt;
          After publication
        &lt;/div&gt;
        &lt;h2&gt;
          Knowledge should remain alive.&lt;/h2&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ds-copy&quot;&gt;
        &lt;p&gt;
          Readers can challenge an argument, add evidence, introduce
          comparative cases and identify missing expertise.&lt;/p&gt;
        &lt;p&gt;
          Authors may update their work as new information appears. Where
          sufficient professional interest develops, participants can form a
          working group and move from discussion toward collaborative research
          or implementation.&lt;/p&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ds-flow&quot;&gt;
        &lt;span&gt;Article&lt;/span&gt; &lt;span class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;span&gt;Discussion&lt;/span&gt;
        &lt;span class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;span&gt;Evidence&lt;/span&gt; &lt;span
        class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;span&gt;Expert Network&lt;/span&gt; &lt;span
        class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;span&gt;Working Group&lt;/span&gt; &lt;span
        class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;span&gt;Reviewed Output&lt;/span&gt; &lt;span
        class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;span&gt;Project&lt;/span&gt;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/section&gt;
  &lt;!-- FINAL CTA --&gt;
  &lt;section class=&quot;ds-final&quot;&gt;
    &lt;div class=&quot;ds-container&quot;&gt;
      &lt;div class=&quot;ds-kicker&quot;&gt;
        Start here
      &lt;/div&gt;
      &lt;h2&gt;
        Do not only publish what you know.&lt;br/&gt;
        Find the people who can develop it with you.&lt;/h2&gt;
      &lt;p&gt;
        Choose a thematic group, introduce your question and contribute your
        knowledge to a professional community working on the same field.&lt;/p&gt;
      &lt;div class=&quot;ds-hero-actions&quot;&gt;
        &lt;a class=&quot;ds-btn ds-btn-primary&quot;
           href=&quot;https://diplomacy.id.page/page/adaptive/club/&quot;
           target=&quot;_blank&quot;&gt;Join a Group &amp;#8594; &lt;/a&gt;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/section&gt;
&lt;/div&gt;
</description><yandex:full-text>&lt;style type=&quot;text/css&quot;&gt;
.ds-guide {
  --text: #111111;
  --muted: #6f7378;
  --line: #e5e7e9;
  --soft: #f7f7f6;
  --max: 1180px;

  background: #ffffff;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

.ds-guide * {
  box-sizing: border-box;
}

.ds-guide a {
  color: inherit;
  text-decoration: none;
}

.ds-container {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

/* HERO */

.ds-hero {
  padding: 82px 0 72px;
  border-bottom: 1px solid var(--line);
}

.ds-kicker {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}

.ds-hero h1 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 700;
}

.ds-lead {
  max-width: 810px;
  margin: 34px 0 0;
  font-size: 22px;
  line-height: 1.48;
  color: #33363a;
}

.ds-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.ds-btn {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid #111;
  font-size: 14px;
  font-weight: 700;
  transition: .2s ease;
}

.ds-btn-primary {
  background: #111;
  color: #fff !important;
}

.ds-btn:hover {
  opacity: .72;
}

/* SECTIONS */

.ds-section {
  padding: 70px 0;
  border-bottom: 1px solid var(--line);
}

.ds-section-head {
  display: grid;
  grid-template-columns: 180px minmax(0, 760px);
  gap: 38px;
  margin-bottom: 44px;
}

.ds-section-label {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}

.ds-section h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
  letter-spacing: -.03em;
}

.ds-copy {
  max-width: 820px;
  margin-left: 218px;
  font-size: 18px;
  color: #33363a;
}

.ds-copy p {
  margin: 0 0 22px;
}

.ds-copy strong {
  color: var(--text);
}

/* STEPS */

.ds-steps {
  margin-top: 16px;
}

.ds-step {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 38px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.ds-step:last-child {
  border-bottom: 1px solid var(--line);
}

.ds-step-no {
  font-size: 15px;
  color: var(--muted);
}

.ds-step h3 {
  margin: 0 0 8px;
  font-size: 23px;
  line-height: 1.2;
}

.ds-step p {
  max-width: 760px;
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #55595e;
}

/* FORMAT */

.ds-format-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.ds-format-item {
  min-height: 180px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ds-format-item span {
  display: block;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}

.ds-format-item h3 {
  margin: 0 0 9px;
  font-size: 21px;
}

.ds-format-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #55595e;
}

/* FLOW */

.ds-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 36px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ds-arrow {
  color: #a2a5a8;
}

/* NOTE */

.ds-note {
  margin-top: 38px;
  padding: 28px 30px;
  background: var(--soft);
  font-size: 17px;
  line-height: 1.55;
}

.ds-note strong {
  display: block;
  margin-bottom: 6px;
}

/* CTA */

.ds-final {
  padding: 86px 0 96px;
}

.ds-final h2 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.ds-final p {
  max-width: 750px;
  margin: 28px 0 0;
  font-size: 20px;
  line-height: 1.5;
  color: #45494e;
}

/* MOBILE */

@media (max-width: 760px) {
  .ds-container {
    width: min(100% - 30px, var(--max));
  }

  .ds-hero {
    padding: 52px 0 46px;
  }

  .ds-section {
    padding: 50px 0;
  }

  .ds-section-head,
  .ds-step {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ds-copy {
    margin-left: 0;
  }

  .ds-format-grid {
    grid-template-columns: 1fr;
  }

  .ds-step {
    padding: 24px 0;
  }

  .ds-final {
    padding: 58px 0 68px;
  }
}

&lt;/style&gt;
&lt;div class=&quot;ds-guide&quot;&gt;
  &lt;!-- HERO --&gt;
  &lt;section class=&quot;ds-hero&quot;&gt;
    &lt;div class=&quot;ds-container&quot;&gt;
      &lt;div class=&quot;ds-kicker&quot;&gt;
        Diplomatic Studies &amp;#183; Writing &amp;#38; Participation Guidelines
      &lt;/div&gt;
      &lt;h1&gt;
        Do not begin with publication.&lt;br/&gt;
        Begin with the group.&lt;/h1&gt;
      &lt;p class=&quot;ds-lead&quot;&gt;
        Diplomatic Studies is a Living Journal of International Affairs.
        Articles are created inside thematic professional groups, where ideas
        can be discussed, challenged, supported with evidence and developed
        into collaborative work.&lt;/p&gt;
      &lt;div class=&quot;ds-hero-actions&quot;&gt;
        &lt;a class=&quot;ds-btn ds-btn-primary&quot;
           href=&quot;https://diplomacy.id.page/page/adaptive/club/&quot;
           target=&quot;_blank&quot;&gt;Explore Groups &amp;#8594; &lt;/a&gt;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/section&gt;
  &lt;!-- PRINCIPLE --&gt;
  &lt;section class=&quot;ds-section&quot;&gt;
    &lt;div class=&quot;ds-container&quot;&gt;
      &lt;div class=&quot;ds-section-head&quot;&gt;
        &lt;div class=&quot;ds-section-label&quot;&gt;
          The principle
        &lt;/div&gt;
        &lt;h2&gt;
          The article is not the end of the process.&lt;/h2&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ds-copy&quot;&gt;
        &lt;p&gt;
          In a conventional journal, publication is normally the final stage.
          In Diplomatic Studies, publication can become the beginning of
          professional work.&lt;/p&gt;
        &lt;p&gt;
          A paper may initiate discussion, attract additional expertise,
          collect new evidence, create a working group and eventually develop
          into collaborative research or a practical initiative.&lt;/p&gt;
        &lt;p&gt;
          For this reason, the first step toward publication is &lt;strong&gt;joining
          the relevant thematic group.&lt;/strong&gt;&lt;/p&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ds-flow&quot;&gt;
        &lt;span&gt;Group&lt;/span&gt; &lt;span class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt;
        &lt;span&gt;Question&lt;/span&gt; &lt;span class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt;
        &lt;span&gt;Paper&lt;/span&gt; &lt;span class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;span&gt;Discussion&lt;/span&gt;
        &lt;span class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;span&gt;Evidence&lt;/span&gt; &lt;span
        class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;span&gt;Working Group&lt;/span&gt; &lt;span
        class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;span&gt;Project&lt;/span&gt;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/section&gt;
  &lt;!-- HOW TO START --&gt;
  &lt;section class=&quot;ds-section&quot;&gt;
    &lt;div class=&quot;ds-container&quot;&gt;
      &lt;div class=&quot;ds-section-head&quot;&gt;
        &lt;div class=&quot;ds-section-label&quot;&gt;
          How to start
        &lt;/div&gt;
        &lt;h2&gt;
          Join. Ask. Write. Discuss. Develop.&lt;/h2&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ds-steps&quot;&gt;
        &lt;div class=&quot;ds-step&quot;&gt;
          &lt;div class=&quot;ds-step-no&quot;&gt;
            01 &amp;#8594;
          &lt;/div&gt;
          &lt;div&gt;
            &lt;h3&gt;
              Join a thematic group&lt;/h3&gt;
            &lt;p&gt;
              Choose the group that corresponds to your expertise, professional
              experience or the question you want to explore.&lt;/p&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ds-step&quot;&gt;
          &lt;div class=&quot;ds-step-no&quot;&gt;
            02 &amp;#8594;
          &lt;/div&gt;
          &lt;div&gt;
            &lt;h3&gt;
              Introduce a question&lt;/h3&gt;
            &lt;p&gt;
              Begin with a clear international problem, structural change,
              contradiction or practical challenge that deserves professional
              analysis.&lt;/p&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ds-step&quot;&gt;
          &lt;div class=&quot;ds-step-no&quot;&gt;
            03 &amp;#8594;
          &lt;/div&gt;
          &lt;div&gt;
            &lt;h3&gt;
              Write within the common format&lt;/h3&gt;
            &lt;p&gt;
              Use the Diplomatic Studies article structure so that every paper
              remains recognizable, readable and comparable across groups.&lt;/p&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ds-step&quot;&gt;
          &lt;div class=&quot;ds-step-no&quot;&gt;
            04 &amp;#8594;
          &lt;/div&gt;
          &lt;div&gt;
            &lt;h3&gt;
              Publish through the group&lt;/h3&gt;
            &lt;p&gt;
              The group provides the professional context for the article and
              connects it with participants working on related questions.&lt;/p&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ds-step&quot;&gt;
          &lt;div class=&quot;ds-step-no&quot;&gt;
            05
          &lt;/div&gt;
          &lt;div&gt;
            &lt;h3&gt;
              Continue the work&lt;/h3&gt;
            &lt;p&gt;
              Respond to critique, contribute evidence, identify collaborators
              and form a working group where the subject requires further
              work.&lt;/p&gt;
          &lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/section&gt;
  &lt;!-- ARTICLE FORMAT --&gt;
  &lt;section class=&quot;ds-section&quot;&gt;
    &lt;div class=&quot;ds-container&quot;&gt;
      &lt;div class=&quot;ds-section-head&quot;&gt;
        &lt;div class=&quot;ds-section-label&quot;&gt;
          Article format
        &lt;/div&gt;
        &lt;h2&gt;
          One common publication standard.&lt;/h2&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ds-copy&quot;&gt;
        &lt;p&gt;
          Principal Diplomatic Studies papers follow a common structure.
          Authors provide the content. The platform provides the visual
          identity.&lt;/p&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ds-format-grid&quot;&gt;
        &lt;div class=&quot;ds-format-item&quot;&gt;
          &lt;span&gt;Length&lt;/span&gt;
          &lt;h3&gt;
            18,000&amp;#8211;30,000 characters&lt;/h3&gt;
          &lt;p&gt;
            Including spaces. Shorter or longer work is possible when justified
            by the subject.&lt;/p&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ds-format-item&quot;&gt;
          &lt;span&gt;Title&lt;/span&gt;
          &lt;h3&gt;
            4&amp;#8211;10 words&lt;/h3&gt;
          &lt;p&gt;
            Prefer a clear proposition or problem rather than a generic subject
            description.&lt;/p&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ds-format-item&quot;&gt;
          &lt;span&gt;Subtitle&lt;/span&gt;
          &lt;h3&gt;
            One central question&lt;/h3&gt;
          &lt;p&gt;
            Explain the problem or argument of the article in one concise
            line.&lt;/p&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ds-format-item&quot;&gt;
          &lt;span&gt;Introduction&lt;/span&gt;
          &lt;h3&gt;
            2&amp;#8211;4 dense paragraphs&lt;/h3&gt;
          &lt;p&gt;
            Establish what is happening, why it matters and the central
            proposition of the paper.&lt;/p&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ds-format-item&quot;&gt;
          &lt;span&gt;Main body&lt;/span&gt;
          &lt;h3&gt;
            5&amp;#8211;8 sections&lt;/h3&gt;
          &lt;p&gt;
            Use short section headings and continuous analytical prose rather
            than fragmented notes.&lt;/p&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ds-format-item&quot;&gt;
          &lt;span&gt;Recommendations&lt;/span&gt;
          &lt;h3&gt;
            3&amp;#8211;7 propositions&lt;/h3&gt;
          &lt;p&gt;
            Where appropriate, identify practical implications for governments,
            institutions or professional communities.&lt;/p&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ds-format-item&quot;&gt;
          &lt;span&gt;Conclusion&lt;/span&gt;
          &lt;h3&gt;
            3&amp;#8211;6 dense paragraphs&lt;/h3&gt;
          &lt;p&gt;
            Return to the central problem and identify what should remain open
            for further professional discussion.&lt;/p&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ds-format-item&quot;&gt;
          &lt;span&gt;Sources&lt;/span&gt;
          &lt;h3&gt;
            Evidence must be identifiable&lt;/h3&gt;
          &lt;p&gt;
            Distinguish clearly between facts, evidence, interpretation,
            professional judgment and recommendations.&lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/section&gt;
  &lt;!-- STYLE --&gt;
  &lt;section class=&quot;ds-section&quot;&gt;
    &lt;div class=&quot;ds-container&quot;&gt;
      &lt;div class=&quot;ds-section-head&quot;&gt;
        &lt;div class=&quot;ds-section-label&quot;&gt;
          Writing style
        &lt;/div&gt;
        &lt;h2&gt;
          Professional. Clear. Evidence-based.&lt;/h2&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ds-copy&quot;&gt;
        &lt;p&gt;
          Write in dense, readable paragraphs. Avoid excessive fragmentation
          and unnecessary academic terminology.&lt;/p&gt;
        &lt;p&gt;
          Strong propositions and disagreement are welcome. Unsupported
          accusation is not.&lt;/p&gt;
        &lt;p&gt;
          Existing research should strengthen the argument rather than replace
          it. Authors should acknowledge significant evidence that complicates
          their own position.&lt;/p&gt;
        &lt;p&gt;
          AI may be used for research, translation or editorial assistance, but
          the author remains responsible for accuracy, originality and
          professional integrity.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/section&gt;
  &lt;!-- PUBLICATION RIGHTS --&gt;
  &lt;section class=&quot;ds-section&quot;&gt;
    &lt;div class=&quot;ds-container&quot;&gt;
      &lt;div class=&quot;ds-section-head&quot;&gt;
        &lt;div class=&quot;ds-section-label&quot;&gt;
          Publication rights
        &lt;/div&gt;

        &lt;h2&gt;
          Authors retain copyright.&lt;br&gt;
          The platform receives a licence to publish.
        &lt;/h2&gt;
      &lt;/div&gt;

      &lt;div class=&quot;ds-copy&quot;&gt;
        &lt;p&gt;
          By submitting content for publication in Diplomatic Studies, the
          author
          confirms that they own or control all rights necessary to submit the
          material and that its publication does not infringe any third-party
          rights.
        &lt;/p&gt;

        &lt;p&gt;
          The author retains copyright in the submitted work and grants
          diplomacy.id.page a worldwide, royalty-free, non-exclusive licence to
          publish, reproduce, format, distribute, archive, promote and
          republish
          the work, in whole or in part, in any current or future media and
          format, with appropriate attribution to the author.
        &lt;/p&gt;

        &lt;p&gt;
          The platform may make reasonable editorial, technical and formatting
          changes that do not materially alter the author’s meaning.
        &lt;/p&gt;
      &lt;/div&gt;

      &lt;div class=&quot;ds-note&quot;&gt;
        &lt;strong&gt;Submission confirmation&lt;/strong&gt;
        By submitting a paper for publication, the author confirms acceptance
        of
        these publication terms.
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/section&gt;
  &lt;!-- VISUAL STANDARD --&gt;
  &lt;section class=&quot;ds-section&quot;&gt;
    &lt;div class=&quot;ds-container&quot;&gt;
      &lt;div class=&quot;ds-section-head&quot;&gt;
        &lt;div class=&quot;ds-section-label&quot;&gt;
          Visual standard
        &lt;/div&gt;
        &lt;h2&gt;
          Authors write. The platform designs.&lt;/h2&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ds-copy&quot;&gt;
        &lt;p&gt;
          All principal papers use the same title hierarchy, subtitle, section
          headings, body-text size, spacing and publication line.&lt;/p&gt;
        &lt;p&gt;
          Authors should not manually design their articles. The platform
          template applies the common Diplomatic Studies visual identity.&lt;/p&gt;
      &lt;/div&gt;
&lt;!--      &lt;div class=&quot;ds-note&quot;&gt;--&gt;
&lt;!--        &lt;strong&gt;Standard publication line&lt;/strong&gt; DIPLOMATIC STUDIES &amp;#8212;--&gt;
&lt;!--        BACKGROUNDER No. XXX&lt;br/&gt;--&gt;
&lt;!--        [Thematic Group Name]--&gt;
&lt;!--      &lt;/div&gt;--&gt;
    &lt;/div&gt;
  &lt;/section&gt;
  &lt;!-- AFTER PUBLICATION --&gt;
  &lt;section class=&quot;ds-section&quot;&gt;
    &lt;div class=&quot;ds-container&quot;&gt;
      &lt;div class=&quot;ds-section-head&quot;&gt;
        &lt;div class=&quot;ds-section-label&quot;&gt;
          After publication
        &lt;/div&gt;
        &lt;h2&gt;
          Knowledge should remain alive.&lt;/h2&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ds-copy&quot;&gt;
        &lt;p&gt;
          Readers can challenge an argument, add evidence, introduce
          comparative cases and identify missing expertise.&lt;/p&gt;
        &lt;p&gt;
          Authors may update their work as new information appears. Where
          sufficient professional interest develops, participants can form a
          working group and move from discussion toward collaborative research
          or implementation.&lt;/p&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ds-flow&quot;&gt;
        &lt;span&gt;Article&lt;/span&gt; &lt;span class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;span&gt;Discussion&lt;/span&gt;
        &lt;span class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;span&gt;Evidence&lt;/span&gt; &lt;span
        class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;span&gt;Expert Network&lt;/span&gt; &lt;span
        class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;span&gt;Working Group&lt;/span&gt; &lt;span
        class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;span&gt;Reviewed Output&lt;/span&gt; &lt;span
        class=&quot;ds-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;span&gt;Project&lt;/span&gt;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/section&gt;
  &lt;!-- FINAL CTA --&gt;
  &lt;section class=&quot;ds-final&quot;&gt;
    &lt;div class=&quot;ds-container&quot;&gt;
      &lt;div class=&quot;ds-kicker&quot;&gt;
        Start here
      &lt;/div&gt;
      &lt;h2&gt;
        Do not only publish what you know.&lt;br/&gt;
        Find the people who can develop it with you.&lt;/h2&gt;
      &lt;p&gt;
        Choose a thematic group, introduce your question and contribute your
        knowledge to a professional community working on the same field.&lt;/p&gt;
      &lt;div class=&quot;ds-hero-actions&quot;&gt;
        &lt;a class=&quot;ds-btn ds-btn-primary&quot;
           href=&quot;https://diplomacy.id.page/page/adaptive/club/&quot;
           target=&quot;_blank&quot;&gt;Join a Group &amp;#8594; &lt;/a&gt;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/section&gt;
&lt;/div&gt;
</yandex:full-text><link>https://diplomacy.id.page/page/publication/news/news.seam?newsId=223908</link><pubDate>Sun, 23 Aug 2026 11:59:00 +0000</pubDate><title>How to Contribute</title></item><item><author>News</author><description>&lt;style type=&quot;text/css&quot;&gt;
.dip-about,
.dip-about *{
  box-sizing:border-box;
}

.dip-about{
  --da-bg:#f4f5f6;
  --da-surface:#ffffff;
  --da-soft:#edf0f2;
  --da-text:#111820;
  --da-muted:#65717c;
  --da-navy:#183c62;
  --da-navy-dark:#102a46;
  --da-blue:#547da4;
  --da-line:#d9dee3;
  --da-radius-lg:26px;
  --da-radius-md:17px;
  width:100%;
  margin:0;
  padding:0;
  overflow:hidden;
  color:var(--da-text);
  background:var(--da-bg);
  font-family:-apple-system,BlinkMacSystemFont,&quot;Segoe UI&quot;,
              Inter,Roboto,Arial,sans-serif;
  line-height:1.6;
}

.dip-about a{
  color:inherit;
}

.dip-about__shell{
  width:min(1160px,calc(100% - 40px));
  margin:0 auto;
}

.dip-about__topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:84px;
  border-bottom:1px solid var(--da-line);
}

.dip-about__brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--da-text);
  font-size:15px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.045em;
  text-decoration:none;
  text-transform:uppercase;
}

.dip-about__brand-mark{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  flex:0 0 34px;
  border-radius:9px;
  color:#fff;
  background:var(--da-navy);
  font-size:14px;
  font-weight:900;
}

.dip-about__brand span{
  color:var(--da-navy);
}

.dip-about__nav{
  display:flex;
  align-items:center;
  gap:24px;
}

.dip-about__nav a{
  color:var(--da-muted);
  font-size:13px;
  font-weight:700;
  letter-spacing:.05em;
  text-decoration:none;
  text-transform:uppercase;
  transition:.2s ease;
}

.dip-about__nav a:hover,
.dip-about__nav a:first-child{
  color:var(--da-navy);
}

.dip-about__hero{
  position:relative;
  padding:88px 0 80px;
  border-bottom:1px solid var(--da-line);
}

.dip-about__hero:after{
  content:&quot;PDA&quot;;
  position:absolute;
  right:-24px;
  bottom:-75px;
  color:rgba(24,60,98,.045);
  font-size:250px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.08em;
  pointer-events:none;
}

.dip-about__eyebrow,
.dip-about__section-label{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 22px;
  color:var(--da-navy);
  font-size:12px;
  font-weight:850;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.dip-about__eyebrow:before,
.dip-about__section-label:before{
  content:&quot;&quot;;
  width:35px;
  height:2px;
  background:var(--da-navy);
}

.dip-about__hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);
  gap:70px;
  align-items:end;
}

.dip-about__hero h1{
  max-width:850px;
  margin:0;
  font-size:clamp(48px,7vw,92px);
  font-weight:850;
  line-height:.94;
  letter-spacing:-.065em;
}

.dip-about__hero h1 span{
  display:block;
  color:var(--da-navy);
}

.dip-about__hero-copy{
  padding:0 0 6px;
}

.dip-about__hero-copy p{
  margin:0;
  color:var(--da-muted);
  font-size:17px;
  line-height:1.75;
}

.dip-about__hero-copy strong{
  color:var(--da-text);
  font-weight:750;
}

.dip-about__hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.dip-about__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  border:1px solid var(--da-navy);
  border-radius:999px;
  color:#fff !important;
  background:var(--da-navy);
  font-size:13px;
  font-weight:800;
  letter-spacing:.035em;
  text-decoration:none;
  transition:.2s ease;
}

.dip-about__button:hover{
  background:var(--da-navy-dark);
  transform:translateY(-2px);
}

.dip-about__button--light{
  color:var(--da-navy) !important;
  background:transparent;
}

.dip-about__button--light:hover{
  color:#fff !important;
  background:var(--da-navy);
}

.dip-about__statement{
  padding:34px 0;
  color:#fff;
  background:var(--da-navy-dark);
}

.dip-about__statement-inner{
  display:grid;
  grid-template-columns:160px minmax(0,1fr);
  gap:46px;
  align-items:start;
}

.dip-about__statement-label{
  padding-top:5px;
  color:#9fb8cf;
  font-size:11px;
  font-weight:850;
  letter-spacing:.17em;
  text-transform:uppercase;
}

.dip-about__statement p{
  max-width:860px;
  margin:0;
  font-size:clamp(22px,3.1vw,39px);
  font-weight:650;
  line-height:1.27;
  letter-spacing:-.025em;
}

.dip-about__statement p span{
  color:#a9bfd4;
}

.dip-about__section{
  padding:86px 0;
  border-bottom:1px solid var(--da-line);
}

.dip-about__section--white{
  background:var(--da-surface);
}

.dip-about__section-head{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:70px;
  margin-bottom:50px;
}

.dip-about__section h2{
  margin:0;
  font-size:clamp(35px,5vw,62px);
  font-weight:820;
  line-height:1;
  letter-spacing:-.05em;
}

.dip-about__section-intro{
  max-width:680px;
  margin:4px 0 0;
  color:var(--da-muted);
  font-size:17px;
  line-height:1.75;
}

.dip-about__section-intro strong{
  color:var(--da-text);
}

.dip-about__movement{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  overflow:hidden;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-lg);
  background:var(--da-surface);
}

.dip-about__movement-item{
  position:relative;
  min-height:230px;
  padding:29px 25px;
  border-right:1px solid var(--da-line);
}

.dip-about__movement-item:last-child{
  border-right:0;
}

.dip-about__movement-number{
  display:block;
  margin-bottom:54px;
  color:var(--da-blue);
  font-size:12px;
  font-weight:850;
  letter-spacing:.1em;
}

.dip-about__movement-item h3{
  margin:0 0 8px;
  font-size:21px;
  line-height:1.15;
}

.dip-about__movement-item p{
  margin:0;
  color:var(--da-muted);
  font-size:13px;
  line-height:1.55;
}

.dip-about__movement-arrow{
  position:absolute;
  top:29px;
  right:20px;
  color:var(--da-blue);
  font-size:20px;
}

.dip-about__movement-item:last-child{
  color:#fff;
  background:var(--da-navy);
}

.dip-about__movement-item:last-child p,
.dip-about__movement-item:last-child .dip-about__movement-number{
  color:#b9cadb;
}

.dip-about__triad{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.dip-about__card{
  min-height:270px;
  padding:32px;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-md);
  background:var(--da-bg);
}

.dip-about__card-number{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  margin-bottom:58px;
  border-radius:50%;
  color:var(--da-navy);
  background:#dce5ed;
  font-size:12px;
  font-weight:850;
}

.dip-about__card h3{
  margin:0 0 13px;
  font-size:23px;
  line-height:1.15;
}

.dip-about__card p{
  margin:0;
  color:var(--da-muted);
  font-size:14px;
}

.dip-about__benefits{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  gap:22px;
}

.dip-about__benefit-list{
  overflow:hidden;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-lg);
  background:var(--da-surface);
}

.dip-about__benefit{
  display:grid;
  grid-template-columns:52px minmax(0,1fr);
  gap:18px;
  padding:25px 28px;
  border-bottom:1px solid var(--da-line);
}

.dip-about__benefit:last-child{
  border-bottom:0;
}

.dip-about__benefit-icon{
  display:grid;
  place-items:center;
  width:43px;
  height:43px;
  border-radius:12px;
  color:#fff;
  background:var(--da-navy);
  font-size:17px;
  font-weight:850;
}

.dip-about__benefit h3{
  margin:0 0 4px;
  font-size:18px;
}

.dip-about__benefit p{
  margin:0;
  color:var(--da-muted);
  font-size:14px;
}

.dip-about__roles{
  padding:34px;
  border-radius:var(--da-radius-lg);
  color:#fff;
  background:var(--da-navy-dark);
}

.dip-about__roles h3{
  margin:0 0 26px;
  font-size:25px;
  line-height:1.15;
}

.dip-about__roles p{
  margin:0 0 22px;
  color:#aebfd0;
  font-size:14px;
}

.dip-about__role{
  display:flex;
  align-items:center;
  gap:12px;
  padding:13px 0;
  border-top:1px solid rgba(255,255,255,.13);
  color:#edf3f8;
  font-size:14px;
  font-weight:650;
}

.dip-about__role:before{
  content:&quot;&quot;;
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:50%;
  background:#8ba9c4;
}

.dip-about__steps{
  counter-reset:steps;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.dip-about__step{
  counter-increment:steps;
  min-height:250px;
  padding:29px;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-md);
  background:var(--da-surface);
}

.dip-about__step:before{
  content:&quot;0&quot; counter(steps);
  display:block;
  margin-bottom:54px;
  color:var(--da-blue);
  font-size:13px;
  font-weight:850;
  letter-spacing:.1em;
}

.dip-about__step h3{
  margin:0 0 10px;
  font-size:20px;
}

.dip-about__step p{
  margin:0;
  color:var(--da-muted);
  font-size:14px;
}

.dip-about__pages{
  overflow:hidden;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-lg);
  background:var(--da-surface);
}

.dip-about__page{
  display:grid;
  grid-template-columns:190px minmax(0,1fr) 26px;
  gap:25px;
  align-items:center;
  padding:22px 28px;
  border-bottom:1px solid var(--da-line);
  text-decoration:none;
  transition:.2s ease;
}

.dip-about__page:last-child{
  border-bottom:0;
}

.dip-about__page:hover{
  padding-left:35px;
  background:var(--da-soft);
}

.dip-about__page-name{
  color:var(--da-navy);
  font-size:14px;
  font-weight:850;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.dip-about__page-description{
  color:var(--da-muted);
  font-size:14px;
}

.dip-about__page-arrow{
  color:var(--da-navy);
  font-size:20px;
}

.dip-about__cycle{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  overflow:hidden;
  border-radius:var(--da-radius-lg);
  color:#fff;
  background:var(--da-navy-dark);
}

.dip-about__cycle-item{
  position:relative;
  min-height:190px;
  padding:27px 22px;
  border-right:1px solid rgba(255,255,255,.13);
}

.dip-about__cycle-item:last-child{
  border-right:0;
}

.dip-about__cycle-number{
  display:block;
  margin-bottom:47px;
  color:#90abc4;
  font-size:11px;
  font-weight:850;
}

.dip-about__cycle-item h3{
  margin:0 0 7px;
  font-size:16px;
}

.dip-about__cycle-item p{
  margin:0;
  color:#aebfd0;
  font-size:12px;
  line-height:1.5;
}

.dip-about__status{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:70px;
  align-items:start;
}

.dip-about__status-box{
  padding:34px;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-lg);
  background:var(--da-surface);
}

.dip-about__status-line{
  display:grid;
  grid-template-columns:135px minmax(0,1fr);
  gap:18px;
  padding:16px 0;
  border-bottom:1px solid var(--da-line);
}

.dip-about__status-line:first-child{
  padding-top:0;
}

.dip-about__status-line:last-child{
  padding-bottom:0;
  border-bottom:0;
}

.dip-about__status-name{
  color:var(--da-navy);
  font-size:12px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.dip-about__status-value{
  color:var(--da-muted);
  font-size:14px;
}

.dip-about__cta{
  position:relative;
  overflow:hidden;
  padding:86px 0;
  color:#fff;
  background:var(--da-navy);
}

.dip-about__cta:after{
  content:&quot;ACTION&quot;;
  position:absolute;
  right:-30px;
  bottom:-45px;
  color:rgba(255,255,255,.045);
  font-size:150px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.07em;
}

.dip-about__cta-inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(250px,.7fr);
  gap:60px;
  align-items:end;
}

.dip-about__cta h2{
  max-width:760px;
  margin:0;
  font-size:clamp(42px,6vw,76px);
  line-height:.98;
  letter-spacing:-.055em;
}

.dip-about__cta-copy p{
  margin:0 0 24px;
  color:#bfd0df;
  font-size:16px;
}

.dip-about__cta .dip-about__button{
  color:var(--da-navy) !important;
  border-color:#fff;
  background:#fff;
}

.dip-about__footer{
  padding:30px 0;
  color:#8a959f;
  background:#0e1721;
  font-size:12px;
}

.dip-about__footer-inner{
  display:flex;
  justify-content:space-between;
  gap:30px;
}

.dip-about__footer strong{
  color:#dce5ed;
}

@media(max-width:960px){
  .dip-about__nav{
    display:none;
  }

  .dip-about__hero-grid,
  .dip-about__section-head,
  .dip-about__benefits,
  .dip-about__status,
  .dip-about__cta-inner{
    grid-template-columns:1fr;
    gap:34px;
  }

  .dip-about__movement{
    grid-template-columns:repeat(2,1fr);
  }

  .dip-about__movement-item{
    border-bottom:1px solid var(--da-line);
  }

  .dip-about__triad{
    grid-template-columns:1fr;
  }

  .dip-about__steps{
    grid-template-columns:repeat(2,1fr);
  }

  .dip-about__cycle{
    grid-template-columns:repeat(3,1fr);
  }

  .dip-about__statement-inner{
    grid-template-columns:1fr;
    gap:15px;
  }
}

@media(max-width:620px){
  .dip-about__shell{
    width:min(100% - 26px,1160px);
  }

  .dip-about__topbar{
    min-height:72px;
  }

  .dip-about__brand{
    font-size:12px;
  }

  .dip-about__hero{
    padding:60px 0;
  }

  .dip-about__hero h1{
    font-size:45px;
  }

  .dip-about__hero:after{
    display:none;
  }

  .dip-about__section{
    padding:62px 0;
  }

  .dip-about__movement,
  .dip-about__steps,
  .dip-about__cycle{
    grid-template-columns:1fr;
  }

  .dip-about__movement-item,
  .dip-about__cycle-item{
    min-height:auto;
    border-right:0;
    border-bottom:1px solid var(--da-line);
  }

  .dip-about__movement-number,
  .dip-about__card-number,
  .dip-about__step:before,
  .dip-about__cycle-number{
    margin-bottom:25px;
  }

  .dip-about__page{
    grid-template-columns:1fr 20px;
    gap:5px 12px;
  }

  .dip-about__page-description{
    grid-column:1/2;
  }

  .dip-about__page-arrow{
    grid-column:2;
    grid-row:1/3;
  }

  .dip-about__status-line{
    grid-template-columns:1fr;
    gap:4px;
  }

  .dip-about__footer-inner{
    flex-direction:column;
    gap:10px;
  }
}&lt;/style&gt;
&lt;section class=&quot;dip-about&quot;&gt;
	&lt;header class=&quot;dip-about__shell dip-about__topbar&quot;&gt;
		&lt;a class=&quot;dip-about__brand&quot; href=&quot;https://diplomacy.id.page/&quot; target=&quot;_blank&quot;&gt;&lt;span class=&quot;dip-about__brand-mark&quot;&gt;P&lt;/span&gt; PEOPLE FOR &lt;span&gt;DIPLOMATIC ACTION&lt;/span&gt; &lt;/a&gt;
		&lt;nav class=&quot;dip-about__nav&quot;&gt;
			&lt;a href=&quot;https://diplomacy.id.page/page/adaptive/news/223752/&quot; target=&quot;_blank&quot;&gt;About &lt;/a&gt; &lt;a href=&quot;https://diplomacy.id.page/page/person/list.seam&quot; target=&quot;_blank&quot;&gt; People &lt;/a&gt; &lt;a href=&quot;https://diplomacy.id.page/page/club/list.seam&quot; target=&quot;_blank&quot;&gt; Groups &lt;/a&gt; &lt;a href=&quot;https://diplomacy.id.page/page/brand/partners.seam&quot; target=&quot;_blank&quot;&gt; Wiki &lt;/a&gt; &lt;a href=&quot;https://diplomacy.id.page/page/contest/list.seam&quot; target=&quot;_blank&quot;&gt; Projects &lt;/a&gt;&lt;/nav&gt;
	&lt;/header&gt;
	&lt;div class=&quot;dip-about__hero&quot;&gt;
		&lt;div class=&quot;dip-about__shell&quot;&gt;
			&lt;div class=&quot;dip-about__eyebrow&quot;&gt;
				A global platform for ideas, projects and cooperation&lt;/div&gt;
			&lt;div class=&quot;dip-about__hero-grid&quot;&gt;
				&lt;h1&gt;
					Diplomacy created &lt;span&gt;by people.&lt;/span&gt; Carried forward &lt;span&gt;through action.&lt;/span&gt;&lt;/h1&gt;
				&lt;div class=&quot;dip-about__hero-copy&quot;&gt;
					&lt;p&gt;
						&lt;strong&gt;People for Diplomatic Action&lt;/strong&gt; is a global social project network where people of different professions, cultures and regions develop new diplomatic initiatives together.&lt;/p&gt;
					&lt;p style=&quot;margin-top:16px;&quot;&gt;
						It is not diplomacy for people. It is diplomacy created and carried forward by people.&lt;/p&gt;
					&lt;div class=&quot;dip-about__hero-actions&quot;&gt;
						&lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/adaptive/news/222457/&quot; target=&quot;_blank&quot;&gt;Join the platform &lt;/a&gt; &lt;a class=&quot;dip-about__button dip-about__button--light&quot; href=&quot;https://diplomacy.id.page/page/contest/list.seam&quot; target=&quot;_blank&quot;&gt; Explore projects &lt;/a&gt;&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;dip-about__statement&quot;&gt;
		&lt;div class=&quot;dip-about__shell dip-about__statement-inner&quot;&gt;
			&lt;div class=&quot;dip-about__statement-label&quot;&gt;
				Our purpose&lt;/div&gt;
			&lt;p&gt;
				To transform a global audience from observers into &lt;span&gt;co-authors of ideas, teams, projects and practical results.&lt;/span&gt;&lt;/p&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;dip-about__section&quot;&gt;
		&lt;div class=&quot;dip-about__shell&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;div class=&quot;dip-about__section-label&quot;&gt;
						The movement&lt;/div&gt;
					&lt;h2&gt;
						From participation to measurable action&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					The platform connects public participation with structured cooperation. An idea can be discussed, strengthened by professional knowledge, developed by a team and transformed into an initiative with a visible result.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__movement&quot;&gt;
				&lt;article class=&quot;dip-about__movement-item&quot;&gt;
					&lt;span class=&quot;dip-about__movement-number&quot;&gt;01&lt;/span&gt; &lt;span class=&quot;dip-about__movement-arrow&quot;&gt;&amp;#8594;&lt;/span&gt;
					&lt;h3&gt;
						People&lt;/h3&gt;
					&lt;p&gt;
						Participants from different professions, cultures and regions.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__movement-item&quot;&gt;
					&lt;span class=&quot;dip-about__movement-number&quot;&gt;02&lt;/span&gt; &lt;span class=&quot;dip-about__movement-arrow&quot;&gt;&amp;#8594;&lt;/span&gt;
					&lt;h3&gt;
						Ideas&lt;/h3&gt;
					&lt;p&gt;
						Proposals addressing shared international and societal challenges.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__movement-item&quot;&gt;
					&lt;span class=&quot;dip-about__movement-number&quot;&gt;03&lt;/span&gt; &lt;span class=&quot;dip-about__movement-arrow&quot;&gt;&amp;#8594;&lt;/span&gt;
					&lt;h3&gt;
						Cooperation&lt;/h3&gt;
					&lt;p&gt;
						Dialogue, knowledge exchange and the search for collaborators.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__movement-item&quot;&gt;
					&lt;span class=&quot;dip-about__movement-number&quot;&gt;04&lt;/span&gt; &lt;span class=&quot;dip-about__movement-arrow&quot;&gt;&amp;#8594;&lt;/span&gt;
					&lt;h3&gt;
						Projects&lt;/h3&gt;
					&lt;p&gt;
						Teams turn promising ideas into structured initiatives.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__movement-item&quot;&gt;
					&lt;span class=&quot;dip-about__movement-number&quot;&gt;05&lt;/span&gt;
					&lt;h3&gt;
						Results&lt;/h3&gt;
					&lt;p&gt;
						Practical outcomes, public learning and new opportunities for cooperation.&lt;/p&gt;
				&lt;/article&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;dip-about__section dip-about__section--white&quot;&gt;
		&lt;div class=&quot;dip-about__shell&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;div class=&quot;dip-about__section-label&quot;&gt;
						What it is&lt;/div&gt;
					&lt;h2&gt;
						A new infrastructure for civic diplomacy&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					People for Diplomatic Action is neither a traditional media project nor an academic institution. It is a working environment where communication is connected to project development.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__triad&quot;&gt;
				&lt;article class=&quot;dip-about__card&quot;&gt;
					&lt;span class=&quot;dip-about__card-number&quot;&gt;01&lt;/span&gt;
					&lt;h3&gt;
						A social network&lt;/h3&gt;
					&lt;p&gt;
						People present their experience, professional competence, interests and ideas, and find others who share their goals.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__card&quot;&gt;
					&lt;span class=&quot;dip-about__card-number&quot;&gt;02&lt;/span&gt;
					&lt;h3&gt;
						A project environment&lt;/h3&gt;
					&lt;p&gt;
						Discussions lead to teams and initiatives with defined objectives, roles, stages and intended results.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__card&quot;&gt;
					&lt;span class=&quot;dip-about__card-number&quot;&gt;03&lt;/span&gt;
					&lt;h3&gt;
						A cooperation platform&lt;/h3&gt;
					&lt;p&gt;
						Authors, experts, institutions, partners and implementers can contribute at different stages of a project.&lt;/p&gt;
				&lt;/article&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;dip-about__section&quot;&gt;
		&lt;div class=&quot;dip-about__shell&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;div class=&quot;dip-about__section-label&quot;&gt;
						Why participate&lt;/div&gt;
					&lt;h2&gt;
						Different people. Different contributions.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					Participation is not limited to professional diplomats. &lt;strong&gt; Researchers, entrepreneurs, educators, artists, engineers, students, community leaders and other engaged people &lt;/strong&gt; can all contribute to new forms of international cooperation.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__benefits&quot;&gt;
				&lt;div class=&quot;dip-about__benefit-list&quot;&gt;
					&lt;article class=&quot;dip-about__benefit&quot;&gt;
						&lt;div class=&quot;dip-about__benefit-icon&quot;&gt;
							I&lt;/div&gt;
						&lt;div&gt;
							&lt;h3&gt;
								Present an idea&lt;/h3&gt;
							&lt;p&gt;
								Publish a proposal and invite others to improve, challenge or develop it.&lt;/p&gt;
						&lt;/div&gt;
					&lt;/article&gt;
					&lt;article class=&quot;dip-about__benefit&quot;&gt;
						&lt;div class=&quot;dip-about__benefit-icon&quot;&gt;
							C&lt;/div&gt;
						&lt;div&gt;
							&lt;h3&gt;
								Find collaborators&lt;/h3&gt;
							&lt;p&gt;
								Connect with people whose knowledge and experience complement your own.&lt;/p&gt;
						&lt;/div&gt;
					&lt;/article&gt;
					&lt;article class=&quot;dip-about__benefit&quot;&gt;
						&lt;div class=&quot;dip-about__benefit-icon&quot;&gt;
							P&lt;/div&gt;
						&lt;div&gt;
							&lt;h3&gt;
								Build a project&lt;/h3&gt;
							&lt;p&gt;
								Define the challenge, proposed solution, team, resources and expected impact.&lt;/p&gt;
						&lt;/div&gt;
					&lt;/article&gt;
					&lt;article class=&quot;dip-about__benefit&quot;&gt;
						&lt;div class=&quot;dip-about__benefit-icon&quot;&gt;
							A&lt;/div&gt;
						&lt;div&gt;
							&lt;h3&gt;
								Take action&lt;/h3&gt;
							&lt;p&gt;
								Move beyond discussion and contribute to implementation, partnerships and measurable results.&lt;/p&gt;
						&lt;/div&gt;
					&lt;/article&gt;
				&lt;/div&gt;
				&lt;aside class=&quot;dip-about__roles&quot;&gt;
					&lt;h3&gt;
						You can participate in your own way.&lt;/h3&gt;
					&lt;p&gt;
						Every initiative needs different forms of contribution. Participants may take one role or several.&lt;/p&gt;
					&lt;div class=&quot;dip-about__role&quot;&gt;
						Author of an idea&lt;/div&gt;
					&lt;div class=&quot;dip-about__role&quot;&gt;
						Professional expert&lt;/div&gt;
					&lt;div class=&quot;dip-about__role&quot;&gt;
						Project team member&lt;/div&gt;
					&lt;div class=&quot;dip-about__role&quot;&gt;
						Institutional partner&lt;/div&gt;
					&lt;div class=&quot;dip-about__role&quot;&gt;
						Researcher or editor&lt;/div&gt;
					&lt;div class=&quot;dip-about__role&quot;&gt;
						Supporter or ambassador&lt;/div&gt;
				&lt;/aside&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;dip-about__section dip-about__section--white&quot;&gt;
		&lt;div class=&quot;dip-about__shell&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;div class=&quot;dip-about__section-label&quot;&gt;
						How to start&lt;/div&gt;
					&lt;h2&gt;
						Your first steps on the platform&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					You do not need to arrive with a completed project. You can begin with a profile, a question, professional knowledge, an observation or an initial idea.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__steps&quot;&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Create your profile&lt;/h3&gt;
					&lt;p&gt;
						Present your background, interests, competence and preferred areas of participation.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Explore people and ideas&lt;/h3&gt;
					&lt;p&gt;
						Discover participants, groups, publications and initiatives relevant to your interests.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Contribute&lt;/h3&gt;
					&lt;p&gt;
						Share knowledge, propose an idea, join a discussion or offer your professional experience.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Build together&lt;/h3&gt;
					&lt;p&gt;
						Form a team and develop the idea into a structured diplomatic initiative.&lt;/p&gt;
				&lt;/article&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;dip-about__section&quot;&gt;
		&lt;div class=&quot;dip-about__shell&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;div class=&quot;dip-about__section-label&quot;&gt;
						Platform&lt;/div&gt;
					&lt;h2&gt;
						Pages and functions&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					The platform brings professional identity, knowledge, communication and project work into one connected environment.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__pages&quot;&gt;
				&lt;a class=&quot;dip-about__page&quot; href=&quot;https://diplomacy.id.page/page/person/list.seam&quot; target=&quot;_blank&quot;&gt;&lt;span class=&quot;dip-about__page-name&quot;&gt;People&lt;/span&gt; &lt;span class=&quot;dip-about__page-description&quot;&gt; Discover participants, their competence, interests and potential contributions. &lt;/span&gt; &lt;span class=&quot;dip-about__page-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__page&quot; href=&quot;https://diplomacy.id.page/page/club/list.seam&quot; target=&quot;_blank&quot;&gt; &lt;span class=&quot;dip-about__page-name&quot;&gt;Groups&lt;/span&gt; &lt;span class=&quot;dip-about__page-description&quot;&gt; Form communities around regions, themes, challenges and shared initiatives. &lt;/span&gt; &lt;span class=&quot;dip-about__page-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__page&quot; href=&quot;https://diplomacy.id.page/page/adaptive/publication/&quot; target=&quot;_blank&quot;&gt; &lt;span class=&quot;dip-about__page-name&quot;&gt;Publications&lt;/span&gt; &lt;span class=&quot;dip-about__page-description&quot;&gt; Publish ideas, analysis, experience and proposals as starting points for cooperation. &lt;/span&gt; &lt;span class=&quot;dip-about__page-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__page&quot; href=&quot;https://diplomacy.id.page/page/brand/partners.seam&quot; target=&quot;_blank&quot;&gt; &lt;span class=&quot;dip-about__page-name&quot;&gt;Wiki&lt;/span&gt; &lt;span class=&quot;dip-about__page-description&quot;&gt; Collect and structure shared knowledge needed for project development. &lt;/span&gt; &lt;span class=&quot;dip-about__page-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__page&quot; href=&quot;https://diplomacy.id.page/page/contest/list.seam&quot; target=&quot;_blank&quot;&gt; &lt;span class=&quot;dip-about__page-name&quot;&gt;Projects&lt;/span&gt; &lt;span class=&quot;dip-about__page-description&quot;&gt; Develop initiatives, assemble teams and communicate their progress and results. &lt;/span&gt; &lt;span class=&quot;dip-about__page-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__page&quot; href=&quot;https://diplomacy.id.page/page/adaptive/partner/&quot; target=&quot;_blank&quot;&gt; &lt;span class=&quot;dip-about__page-name&quot;&gt;Partners&lt;/span&gt; &lt;span class=&quot;dip-about__page-description&quot;&gt; Connect projects with organizations, institutions, resources and implementation opportunities. &lt;/span&gt; &lt;span class=&quot;dip-about__page-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;/a&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;dip-about__section dip-about__section--white&quot;&gt;
		&lt;div class=&quot;dip-about__shell&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;div class=&quot;dip-about__section-label&quot;&gt;
						Working cycle&lt;/div&gt;
					&lt;h2&gt;
						From an initial signal to public value&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					Each initiative can develop at its own pace, but the platform is designed around a clear movement from communication to implementation.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__cycle&quot;&gt;
				&lt;article class=&quot;dip-about__cycle-item&quot;&gt;
					&lt;span class=&quot;dip-about__cycle-number&quot;&gt;01&lt;/span&gt;
					&lt;h3&gt;
						Signal&lt;/h3&gt;
					&lt;p&gt;
						A challenge, observation or opportunity is identified.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__cycle-item&quot;&gt;
					&lt;span class=&quot;dip-about__cycle-number&quot;&gt;02&lt;/span&gt;
					&lt;h3&gt;
						Idea&lt;/h3&gt;
					&lt;p&gt;
						A possible response is proposed and made public.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__cycle-item&quot;&gt;
					&lt;span class=&quot;dip-about__cycle-number&quot;&gt;03&lt;/span&gt;
					&lt;h3&gt;
						Dialogue&lt;/h3&gt;
					&lt;p&gt;
						Participants test, discuss and strengthen the proposal.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__cycle-item&quot;&gt;
					&lt;span class=&quot;dip-about__cycle-number&quot;&gt;04&lt;/span&gt;
					&lt;h3&gt;
						Team&lt;/h3&gt;
					&lt;p&gt;
						People with complementary roles organize around the idea.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__cycle-item&quot;&gt;
					&lt;span class=&quot;dip-about__cycle-number&quot;&gt;05&lt;/span&gt;
					&lt;h3&gt;
						Project&lt;/h3&gt;
					&lt;p&gt;
						The team defines actions, resources and intended outcomes.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__cycle-item&quot;&gt;
					&lt;span class=&quot;dip-about__cycle-number&quot;&gt;06&lt;/span&gt;
					&lt;h3&gt;
						Result&lt;/h3&gt;
					&lt;p&gt;
						Implementation produces experience and public value.&lt;/p&gt;
				&lt;/article&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;dip-about__section&quot;&gt;
		&lt;div class=&quot;dip-about__shell&quot;&gt;
			&lt;div class=&quot;dip-about__status&quot;&gt;
				&lt;div&gt;
					&lt;div class=&quot;dip-about__section-label&quot;&gt;
						Current state&lt;/div&gt;
					&lt;h2&gt;
						A platform built through participation&lt;/h2&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__status-box&quot;&gt;
					&lt;div class=&quot;dip-about__status-line&quot;&gt;
						&lt;span class=&quot;dip-about__status-name&quot;&gt;Format&lt;/span&gt; &lt;span class=&quot;dip-about__status-value&quot;&gt; An open global social project network. &lt;/span&gt;&lt;/div&gt;
					&lt;div class=&quot;dip-about__status-line&quot;&gt;
						&lt;span class=&quot;dip-about__status-name&quot;&gt;Focus&lt;/span&gt; &lt;span class=&quot;dip-about__status-value&quot;&gt; Ideas, projects and cooperation across professions, cultures and regions. &lt;/span&gt;&lt;/div&gt;
					&lt;div class=&quot;dip-about__status-line&quot;&gt;
						&lt;span class=&quot;dip-about__status-name&quot;&gt;Principle&lt;/span&gt; &lt;span class=&quot;dip-about__status-value&quot;&gt; Open participation combined with responsibility, constructive dialogue and verifiable contribution. &lt;/span&gt;&lt;/div&gt;
					&lt;div class=&quot;dip-about__status-line&quot;&gt;
						&lt;span class=&quot;dip-about__status-name&quot;&gt;Development&lt;/span&gt; &lt;span class=&quot;dip-about__status-value&quot;&gt; The platform, its agenda and its projects evolve through the activity of their participants. &lt;/span&gt;&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;dip-about__cta&quot;&gt;
		&lt;div class=&quot;dip-about__shell dip-about__cta-inner&quot;&gt;
			&lt;h2&gt;
				Do not only follow the international agenda. Help create it.&lt;/h2&gt;
			&lt;div class=&quot;dip-about__cta-copy&quot;&gt;
				&lt;p&gt;
					Bring your perspective, professional knowledge and ideas. Find people ready to turn them into diplomatic action.&lt;/p&gt;
				&lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/adaptive/news/222457/&quot; target=&quot;_blank&quot;&gt;Become a participant &lt;/a&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;footer class=&quot;dip-about__footer&quot;&gt;
		&lt;div class=&quot;dip-about__shell dip-about__footer-inner&quot;&gt;
			&lt;span&gt;&lt;strong&gt;People for Diplomatic Action&lt;/strong&gt;&lt;br /&gt;
			A Global Platform for Ideas, Projects and Cooperation &lt;/span&gt; &lt;span&gt; diplomacy.id.page &lt;/span&gt;&lt;/div&gt;
	&lt;/footer&gt;
&lt;/section&gt;
</description><yandex:full-text>&lt;style type=&quot;text/css&quot;&gt;
.dip-about,
.dip-about *{
  box-sizing:border-box;
}

.dip-about{
  --da-bg:#f4f5f6;
  --da-surface:#ffffff;
  --da-soft:#edf0f2;
  --da-text:#111820;
  --da-muted:#65717c;
  --da-navy:#183c62;
  --da-navy-dark:#102a46;
  --da-blue:#547da4;
  --da-line:#d9dee3;
  --da-radius-lg:26px;
  --da-radius-md:17px;
  width:100%;
  margin:0;
  padding:0;
  overflow:hidden;
  color:var(--da-text);
  background:var(--da-bg);
  font-family:-apple-system,BlinkMacSystemFont,&quot;Segoe UI&quot;,
              Inter,Roboto,Arial,sans-serif;
  line-height:1.6;
}

.dip-about a{
  color:inherit;
}

.dip-about__shell{
  width:min(1160px,calc(100% - 40px));
  margin:0 auto;
}

.dip-about__topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:84px;
  border-bottom:1px solid var(--da-line);
}

.dip-about__brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--da-text);
  font-size:15px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.045em;
  text-decoration:none;
  text-transform:uppercase;
}

.dip-about__brand-mark{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  flex:0 0 34px;
  border-radius:9px;
  color:#fff;
  background:var(--da-navy);
  font-size:14px;
  font-weight:900;
}

.dip-about__brand span{
  color:var(--da-navy);
}

.dip-about__nav{
  display:flex;
  align-items:center;
  gap:24px;
}

.dip-about__nav a{
  color:var(--da-muted);
  font-size:13px;
  font-weight:700;
  letter-spacing:.05em;
  text-decoration:none;
  text-transform:uppercase;
  transition:.2s ease;
}

.dip-about__nav a:hover,
.dip-about__nav a:first-child{
  color:var(--da-navy);
}

.dip-about__hero{
  position:relative;
  padding:88px 0 80px;
  border-bottom:1px solid var(--da-line);
}

.dip-about__hero:after{
  content:&quot;PDA&quot;;
  position:absolute;
  right:-24px;
  bottom:-75px;
  color:rgba(24,60,98,.045);
  font-size:250px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.08em;
  pointer-events:none;
}

.dip-about__eyebrow,
.dip-about__section-label{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 22px;
  color:var(--da-navy);
  font-size:12px;
  font-weight:850;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.dip-about__eyebrow:before,
.dip-about__section-label:before{
  content:&quot;&quot;;
  width:35px;
  height:2px;
  background:var(--da-navy);
}

.dip-about__hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);
  gap:70px;
  align-items:end;
}

.dip-about__hero h1{
  max-width:850px;
  margin:0;
  font-size:clamp(48px,7vw,92px);
  font-weight:850;
  line-height:.94;
  letter-spacing:-.065em;
}

.dip-about__hero h1 span{
  display:block;
  color:var(--da-navy);
}

.dip-about__hero-copy{
  padding:0 0 6px;
}

.dip-about__hero-copy p{
  margin:0;
  color:var(--da-muted);
  font-size:17px;
  line-height:1.75;
}

.dip-about__hero-copy strong{
  color:var(--da-text);
  font-weight:750;
}

.dip-about__hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.dip-about__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  border:1px solid var(--da-navy);
  border-radius:999px;
  color:#fff !important;
  background:var(--da-navy);
  font-size:13px;
  font-weight:800;
  letter-spacing:.035em;
  text-decoration:none;
  transition:.2s ease;
}

.dip-about__button:hover{
  background:var(--da-navy-dark);
  transform:translateY(-2px);
}

.dip-about__button--light{
  color:var(--da-navy) !important;
  background:transparent;
}

.dip-about__button--light:hover{
  color:#fff !important;
  background:var(--da-navy);
}

.dip-about__statement{
  padding:34px 0;
  color:#fff;
  background:var(--da-navy-dark);
}

.dip-about__statement-inner{
  display:grid;
  grid-template-columns:160px minmax(0,1fr);
  gap:46px;
  align-items:start;
}

.dip-about__statement-label{
  padding-top:5px;
  color:#9fb8cf;
  font-size:11px;
  font-weight:850;
  letter-spacing:.17em;
  text-transform:uppercase;
}

.dip-about__statement p{
  max-width:860px;
  margin:0;
  font-size:clamp(22px,3.1vw,39px);
  font-weight:650;
  line-height:1.27;
  letter-spacing:-.025em;
}

.dip-about__statement p span{
  color:#a9bfd4;
}

.dip-about__section{
  padding:86px 0;
  border-bottom:1px solid var(--da-line);
}

.dip-about__section--white{
  background:var(--da-surface);
}

.dip-about__section-head{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:70px;
  margin-bottom:50px;
}

.dip-about__section h2{
  margin:0;
  font-size:clamp(35px,5vw,62px);
  font-weight:820;
  line-height:1;
  letter-spacing:-.05em;
}

.dip-about__section-intro{
  max-width:680px;
  margin:4px 0 0;
  color:var(--da-muted);
  font-size:17px;
  line-height:1.75;
}

.dip-about__section-intro strong{
  color:var(--da-text);
}

.dip-about__movement{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  overflow:hidden;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-lg);
  background:var(--da-surface);
}

.dip-about__movement-item{
  position:relative;
  min-height:230px;
  padding:29px 25px;
  border-right:1px solid var(--da-line);
}

.dip-about__movement-item:last-child{
  border-right:0;
}

.dip-about__movement-number{
  display:block;
  margin-bottom:54px;
  color:var(--da-blue);
  font-size:12px;
  font-weight:850;
  letter-spacing:.1em;
}

.dip-about__movement-item h3{
  margin:0 0 8px;
  font-size:21px;
  line-height:1.15;
}

.dip-about__movement-item p{
  margin:0;
  color:var(--da-muted);
  font-size:13px;
  line-height:1.55;
}

.dip-about__movement-arrow{
  position:absolute;
  top:29px;
  right:20px;
  color:var(--da-blue);
  font-size:20px;
}

.dip-about__movement-item:last-child{
  color:#fff;
  background:var(--da-navy);
}

.dip-about__movement-item:last-child p,
.dip-about__movement-item:last-child .dip-about__movement-number{
  color:#b9cadb;
}

.dip-about__triad{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.dip-about__card{
  min-height:270px;
  padding:32px;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-md);
  background:var(--da-bg);
}

.dip-about__card-number{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  margin-bottom:58px;
  border-radius:50%;
  color:var(--da-navy);
  background:#dce5ed;
  font-size:12px;
  font-weight:850;
}

.dip-about__card h3{
  margin:0 0 13px;
  font-size:23px;
  line-height:1.15;
}

.dip-about__card p{
  margin:0;
  color:var(--da-muted);
  font-size:14px;
}

.dip-about__benefits{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  gap:22px;
}

.dip-about__benefit-list{
  overflow:hidden;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-lg);
  background:var(--da-surface);
}

.dip-about__benefit{
  display:grid;
  grid-template-columns:52px minmax(0,1fr);
  gap:18px;
  padding:25px 28px;
  border-bottom:1px solid var(--da-line);
}

.dip-about__benefit:last-child{
  border-bottom:0;
}

.dip-about__benefit-icon{
  display:grid;
  place-items:center;
  width:43px;
  height:43px;
  border-radius:12px;
  color:#fff;
  background:var(--da-navy);
  font-size:17px;
  font-weight:850;
}

.dip-about__benefit h3{
  margin:0 0 4px;
  font-size:18px;
}

.dip-about__benefit p{
  margin:0;
  color:var(--da-muted);
  font-size:14px;
}

.dip-about__roles{
  padding:34px;
  border-radius:var(--da-radius-lg);
  color:#fff;
  background:var(--da-navy-dark);
}

.dip-about__roles h3{
  margin:0 0 26px;
  font-size:25px;
  line-height:1.15;
}

.dip-about__roles p{
  margin:0 0 22px;
  color:#aebfd0;
  font-size:14px;
}

.dip-about__role{
  display:flex;
  align-items:center;
  gap:12px;
  padding:13px 0;
  border-top:1px solid rgba(255,255,255,.13);
  color:#edf3f8;
  font-size:14px;
  font-weight:650;
}

.dip-about__role:before{
  content:&quot;&quot;;
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:50%;
  background:#8ba9c4;
}

.dip-about__steps{
  counter-reset:steps;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.dip-about__step{
  counter-increment:steps;
  min-height:250px;
  padding:29px;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-md);
  background:var(--da-surface);
}

.dip-about__step:before{
  content:&quot;0&quot; counter(steps);
  display:block;
  margin-bottom:54px;
  color:var(--da-blue);
  font-size:13px;
  font-weight:850;
  letter-spacing:.1em;
}

.dip-about__step h3{
  margin:0 0 10px;
  font-size:20px;
}

.dip-about__step p{
  margin:0;
  color:var(--da-muted);
  font-size:14px;
}

.dip-about__pages{
  overflow:hidden;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-lg);
  background:var(--da-surface);
}

.dip-about__page{
  display:grid;
  grid-template-columns:190px minmax(0,1fr) 26px;
  gap:25px;
  align-items:center;
  padding:22px 28px;
  border-bottom:1px solid var(--da-line);
  text-decoration:none;
  transition:.2s ease;
}

.dip-about__page:last-child{
  border-bottom:0;
}

.dip-about__page:hover{
  padding-left:35px;
  background:var(--da-soft);
}

.dip-about__page-name{
  color:var(--da-navy);
  font-size:14px;
  font-weight:850;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.dip-about__page-description{
  color:var(--da-muted);
  font-size:14px;
}

.dip-about__page-arrow{
  color:var(--da-navy);
  font-size:20px;
}

.dip-about__cycle{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  overflow:hidden;
  border-radius:var(--da-radius-lg);
  color:#fff;
  background:var(--da-navy-dark);
}

.dip-about__cycle-item{
  position:relative;
  min-height:190px;
  padding:27px 22px;
  border-right:1px solid rgba(255,255,255,.13);
}

.dip-about__cycle-item:last-child{
  border-right:0;
}

.dip-about__cycle-number{
  display:block;
  margin-bottom:47px;
  color:#90abc4;
  font-size:11px;
  font-weight:850;
}

.dip-about__cycle-item h3{
  margin:0 0 7px;
  font-size:16px;
}

.dip-about__cycle-item p{
  margin:0;
  color:#aebfd0;
  font-size:12px;
  line-height:1.5;
}

.dip-about__status{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:70px;
  align-items:start;
}

.dip-about__status-box{
  padding:34px;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-lg);
  background:var(--da-surface);
}

.dip-about__status-line{
  display:grid;
  grid-template-columns:135px minmax(0,1fr);
  gap:18px;
  padding:16px 0;
  border-bottom:1px solid var(--da-line);
}

.dip-about__status-line:first-child{
  padding-top:0;
}

.dip-about__status-line:last-child{
  padding-bottom:0;
  border-bottom:0;
}

.dip-about__status-name{
  color:var(--da-navy);
  font-size:12px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.dip-about__status-value{
  color:var(--da-muted);
  font-size:14px;
}

.dip-about__cta{
  position:relative;
  overflow:hidden;
  padding:86px 0;
  color:#fff;
  background:var(--da-navy);
}

.dip-about__cta:after{
  content:&quot;ACTION&quot;;
  position:absolute;
  right:-30px;
  bottom:-45px;
  color:rgba(255,255,255,.045);
  font-size:150px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.07em;
}

.dip-about__cta-inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(250px,.7fr);
  gap:60px;
  align-items:end;
}

.dip-about__cta h2{
  max-width:760px;
  margin:0;
  font-size:clamp(42px,6vw,76px);
  line-height:.98;
  letter-spacing:-.055em;
}

.dip-about__cta-copy p{
  margin:0 0 24px;
  color:#bfd0df;
  font-size:16px;
}

.dip-about__cta .dip-about__button{
  color:var(--da-navy) !important;
  border-color:#fff;
  background:#fff;
}

.dip-about__footer{
  padding:30px 0;
  color:#8a959f;
  background:#0e1721;
  font-size:12px;
}

.dip-about__footer-inner{
  display:flex;
  justify-content:space-between;
  gap:30px;
}

.dip-about__footer strong{
  color:#dce5ed;
}

@media(max-width:960px){
  .dip-about__nav{
    display:none;
  }

  .dip-about__hero-grid,
  .dip-about__section-head,
  .dip-about__benefits,
  .dip-about__status,
  .dip-about__cta-inner{
    grid-template-columns:1fr;
    gap:34px;
  }

  .dip-about__movement{
    grid-template-columns:repeat(2,1fr);
  }

  .dip-about__movement-item{
    border-bottom:1px solid var(--da-line);
  }

  .dip-about__triad{
    grid-template-columns:1fr;
  }

  .dip-about__steps{
    grid-template-columns:repeat(2,1fr);
  }

  .dip-about__cycle{
    grid-template-columns:repeat(3,1fr);
  }

  .dip-about__statement-inner{
    grid-template-columns:1fr;
    gap:15px;
  }
}

@media(max-width:620px){
  .dip-about__shell{
    width:min(100% - 26px,1160px);
  }

  .dip-about__topbar{
    min-height:72px;
  }

  .dip-about__brand{
    font-size:12px;
  }

  .dip-about__hero{
    padding:60px 0;
  }

  .dip-about__hero h1{
    font-size:45px;
  }

  .dip-about__hero:after{
    display:none;
  }

  .dip-about__section{
    padding:62px 0;
  }

  .dip-about__movement,
  .dip-about__steps,
  .dip-about__cycle{
    grid-template-columns:1fr;
  }

  .dip-about__movement-item,
  .dip-about__cycle-item{
    min-height:auto;
    border-right:0;
    border-bottom:1px solid var(--da-line);
  }

  .dip-about__movement-number,
  .dip-about__card-number,
  .dip-about__step:before,
  .dip-about__cycle-number{
    margin-bottom:25px;
  }

  .dip-about__page{
    grid-template-columns:1fr 20px;
    gap:5px 12px;
  }

  .dip-about__page-description{
    grid-column:1/2;
  }

  .dip-about__page-arrow{
    grid-column:2;
    grid-row:1/3;
  }

  .dip-about__status-line{
    grid-template-columns:1fr;
    gap:4px;
  }

  .dip-about__footer-inner{
    flex-direction:column;
    gap:10px;
  }
}&lt;/style&gt;
&lt;section class=&quot;dip-about&quot;&gt;
	&lt;header class=&quot;dip-about__shell dip-about__topbar&quot;&gt;
		&lt;a class=&quot;dip-about__brand&quot; href=&quot;https://diplomacy.id.page/&quot; target=&quot;_blank&quot;&gt;&lt;span class=&quot;dip-about__brand-mark&quot;&gt;P&lt;/span&gt; PEOPLE FOR &lt;span&gt;DIPLOMATIC ACTION&lt;/span&gt; &lt;/a&gt;
		&lt;nav class=&quot;dip-about__nav&quot;&gt;
			&lt;a href=&quot;https://diplomacy.id.page/page/adaptive/news/223752/&quot; target=&quot;_blank&quot;&gt;About &lt;/a&gt; &lt;a href=&quot;https://diplomacy.id.page/page/person/list.seam&quot; target=&quot;_blank&quot;&gt; People &lt;/a&gt; &lt;a href=&quot;https://diplomacy.id.page/page/club/list.seam&quot; target=&quot;_blank&quot;&gt; Groups &lt;/a&gt; &lt;a href=&quot;https://diplomacy.id.page/page/brand/partners.seam&quot; target=&quot;_blank&quot;&gt; Wiki &lt;/a&gt; &lt;a href=&quot;https://diplomacy.id.page/page/contest/list.seam&quot; target=&quot;_blank&quot;&gt; Projects &lt;/a&gt;&lt;/nav&gt;
	&lt;/header&gt;
	&lt;div class=&quot;dip-about__hero&quot;&gt;
		&lt;div class=&quot;dip-about__shell&quot;&gt;
			&lt;div class=&quot;dip-about__eyebrow&quot;&gt;
				A global platform for ideas, projects and cooperation&lt;/div&gt;
			&lt;div class=&quot;dip-about__hero-grid&quot;&gt;
				&lt;h1&gt;
					Diplomacy created &lt;span&gt;by people.&lt;/span&gt; Carried forward &lt;span&gt;through action.&lt;/span&gt;&lt;/h1&gt;
				&lt;div class=&quot;dip-about__hero-copy&quot;&gt;
					&lt;p&gt;
						&lt;strong&gt;People for Diplomatic Action&lt;/strong&gt; is a global social project network where people of different professions, cultures and regions develop new diplomatic initiatives together.&lt;/p&gt;
					&lt;p style=&quot;margin-top:16px;&quot;&gt;
						It is not diplomacy for people. It is diplomacy created and carried forward by people.&lt;/p&gt;
					&lt;div class=&quot;dip-about__hero-actions&quot;&gt;
						&lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/adaptive/news/222457/&quot; target=&quot;_blank&quot;&gt;Join the platform &lt;/a&gt; &lt;a class=&quot;dip-about__button dip-about__button--light&quot; href=&quot;https://diplomacy.id.page/page/contest/list.seam&quot; target=&quot;_blank&quot;&gt; Explore projects &lt;/a&gt;&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;dip-about__statement&quot;&gt;
		&lt;div class=&quot;dip-about__shell dip-about__statement-inner&quot;&gt;
			&lt;div class=&quot;dip-about__statement-label&quot;&gt;
				Our purpose&lt;/div&gt;
			&lt;p&gt;
				To transform a global audience from observers into &lt;span&gt;co-authors of ideas, teams, projects and practical results.&lt;/span&gt;&lt;/p&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;dip-about__section&quot;&gt;
		&lt;div class=&quot;dip-about__shell&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;div class=&quot;dip-about__section-label&quot;&gt;
						The movement&lt;/div&gt;
					&lt;h2&gt;
						From participation to measurable action&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					The platform connects public participation with structured cooperation. An idea can be discussed, strengthened by professional knowledge, developed by a team and transformed into an initiative with a visible result.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__movement&quot;&gt;
				&lt;article class=&quot;dip-about__movement-item&quot;&gt;
					&lt;span class=&quot;dip-about__movement-number&quot;&gt;01&lt;/span&gt; &lt;span class=&quot;dip-about__movement-arrow&quot;&gt;&amp;#8594;&lt;/span&gt;
					&lt;h3&gt;
						People&lt;/h3&gt;
					&lt;p&gt;
						Participants from different professions, cultures and regions.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__movement-item&quot;&gt;
					&lt;span class=&quot;dip-about__movement-number&quot;&gt;02&lt;/span&gt; &lt;span class=&quot;dip-about__movement-arrow&quot;&gt;&amp;#8594;&lt;/span&gt;
					&lt;h3&gt;
						Ideas&lt;/h3&gt;
					&lt;p&gt;
						Proposals addressing shared international and societal challenges.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__movement-item&quot;&gt;
					&lt;span class=&quot;dip-about__movement-number&quot;&gt;03&lt;/span&gt; &lt;span class=&quot;dip-about__movement-arrow&quot;&gt;&amp;#8594;&lt;/span&gt;
					&lt;h3&gt;
						Cooperation&lt;/h3&gt;
					&lt;p&gt;
						Dialogue, knowledge exchange and the search for collaborators.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__movement-item&quot;&gt;
					&lt;span class=&quot;dip-about__movement-number&quot;&gt;04&lt;/span&gt; &lt;span class=&quot;dip-about__movement-arrow&quot;&gt;&amp;#8594;&lt;/span&gt;
					&lt;h3&gt;
						Projects&lt;/h3&gt;
					&lt;p&gt;
						Teams turn promising ideas into structured initiatives.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__movement-item&quot;&gt;
					&lt;span class=&quot;dip-about__movement-number&quot;&gt;05&lt;/span&gt;
					&lt;h3&gt;
						Results&lt;/h3&gt;
					&lt;p&gt;
						Practical outcomes, public learning and new opportunities for cooperation.&lt;/p&gt;
				&lt;/article&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;dip-about__section dip-about__section--white&quot;&gt;
		&lt;div class=&quot;dip-about__shell&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;div class=&quot;dip-about__section-label&quot;&gt;
						What it is&lt;/div&gt;
					&lt;h2&gt;
						A new infrastructure for civic diplomacy&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					People for Diplomatic Action is neither a traditional media project nor an academic institution. It is a working environment where communication is connected to project development.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__triad&quot;&gt;
				&lt;article class=&quot;dip-about__card&quot;&gt;
					&lt;span class=&quot;dip-about__card-number&quot;&gt;01&lt;/span&gt;
					&lt;h3&gt;
						A social network&lt;/h3&gt;
					&lt;p&gt;
						People present their experience, professional competence, interests and ideas, and find others who share their goals.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__card&quot;&gt;
					&lt;span class=&quot;dip-about__card-number&quot;&gt;02&lt;/span&gt;
					&lt;h3&gt;
						A project environment&lt;/h3&gt;
					&lt;p&gt;
						Discussions lead to teams and initiatives with defined objectives, roles, stages and intended results.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__card&quot;&gt;
					&lt;span class=&quot;dip-about__card-number&quot;&gt;03&lt;/span&gt;
					&lt;h3&gt;
						A cooperation platform&lt;/h3&gt;
					&lt;p&gt;
						Authors, experts, institutions, partners and implementers can contribute at different stages of a project.&lt;/p&gt;
				&lt;/article&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;dip-about__section&quot;&gt;
		&lt;div class=&quot;dip-about__shell&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;div class=&quot;dip-about__section-label&quot;&gt;
						Why participate&lt;/div&gt;
					&lt;h2&gt;
						Different people. Different contributions.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					Participation is not limited to professional diplomats. &lt;strong&gt; Researchers, entrepreneurs, educators, artists, engineers, students, community leaders and other engaged people &lt;/strong&gt; can all contribute to new forms of international cooperation.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__benefits&quot;&gt;
				&lt;div class=&quot;dip-about__benefit-list&quot;&gt;
					&lt;article class=&quot;dip-about__benefit&quot;&gt;
						&lt;div class=&quot;dip-about__benefit-icon&quot;&gt;
							I&lt;/div&gt;
						&lt;div&gt;
							&lt;h3&gt;
								Present an idea&lt;/h3&gt;
							&lt;p&gt;
								Publish a proposal and invite others to improve, challenge or develop it.&lt;/p&gt;
						&lt;/div&gt;
					&lt;/article&gt;
					&lt;article class=&quot;dip-about__benefit&quot;&gt;
						&lt;div class=&quot;dip-about__benefit-icon&quot;&gt;
							C&lt;/div&gt;
						&lt;div&gt;
							&lt;h3&gt;
								Find collaborators&lt;/h3&gt;
							&lt;p&gt;
								Connect with people whose knowledge and experience complement your own.&lt;/p&gt;
						&lt;/div&gt;
					&lt;/article&gt;
					&lt;article class=&quot;dip-about__benefit&quot;&gt;
						&lt;div class=&quot;dip-about__benefit-icon&quot;&gt;
							P&lt;/div&gt;
						&lt;div&gt;
							&lt;h3&gt;
								Build a project&lt;/h3&gt;
							&lt;p&gt;
								Define the challenge, proposed solution, team, resources and expected impact.&lt;/p&gt;
						&lt;/div&gt;
					&lt;/article&gt;
					&lt;article class=&quot;dip-about__benefit&quot;&gt;
						&lt;div class=&quot;dip-about__benefit-icon&quot;&gt;
							A&lt;/div&gt;
						&lt;div&gt;
							&lt;h3&gt;
								Take action&lt;/h3&gt;
							&lt;p&gt;
								Move beyond discussion and contribute to implementation, partnerships and measurable results.&lt;/p&gt;
						&lt;/div&gt;
					&lt;/article&gt;
				&lt;/div&gt;
				&lt;aside class=&quot;dip-about__roles&quot;&gt;
					&lt;h3&gt;
						You can participate in your own way.&lt;/h3&gt;
					&lt;p&gt;
						Every initiative needs different forms of contribution. Participants may take one role or several.&lt;/p&gt;
					&lt;div class=&quot;dip-about__role&quot;&gt;
						Author of an idea&lt;/div&gt;
					&lt;div class=&quot;dip-about__role&quot;&gt;
						Professional expert&lt;/div&gt;
					&lt;div class=&quot;dip-about__role&quot;&gt;
						Project team member&lt;/div&gt;
					&lt;div class=&quot;dip-about__role&quot;&gt;
						Institutional partner&lt;/div&gt;
					&lt;div class=&quot;dip-about__role&quot;&gt;
						Researcher or editor&lt;/div&gt;
					&lt;div class=&quot;dip-about__role&quot;&gt;
						Supporter or ambassador&lt;/div&gt;
				&lt;/aside&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;dip-about__section dip-about__section--white&quot;&gt;
		&lt;div class=&quot;dip-about__shell&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;div class=&quot;dip-about__section-label&quot;&gt;
						How to start&lt;/div&gt;
					&lt;h2&gt;
						Your first steps on the platform&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					You do not need to arrive with a completed project. You can begin with a profile, a question, professional knowledge, an observation or an initial idea.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__steps&quot;&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Create your profile&lt;/h3&gt;
					&lt;p&gt;
						Present your background, interests, competence and preferred areas of participation.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Explore people and ideas&lt;/h3&gt;
					&lt;p&gt;
						Discover participants, groups, publications and initiatives relevant to your interests.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Contribute&lt;/h3&gt;
					&lt;p&gt;
						Share knowledge, propose an idea, join a discussion or offer your professional experience.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Build together&lt;/h3&gt;
					&lt;p&gt;
						Form a team and develop the idea into a structured diplomatic initiative.&lt;/p&gt;
				&lt;/article&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;dip-about__section&quot;&gt;
		&lt;div class=&quot;dip-about__shell&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;div class=&quot;dip-about__section-label&quot;&gt;
						Platform&lt;/div&gt;
					&lt;h2&gt;
						Pages and functions&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					The platform brings professional identity, knowledge, communication and project work into one connected environment.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__pages&quot;&gt;
				&lt;a class=&quot;dip-about__page&quot; href=&quot;https://diplomacy.id.page/page/person/list.seam&quot; target=&quot;_blank&quot;&gt;&lt;span class=&quot;dip-about__page-name&quot;&gt;People&lt;/span&gt; &lt;span class=&quot;dip-about__page-description&quot;&gt; Discover participants, their competence, interests and potential contributions. &lt;/span&gt; &lt;span class=&quot;dip-about__page-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__page&quot; href=&quot;https://diplomacy.id.page/page/club/list.seam&quot; target=&quot;_blank&quot;&gt; &lt;span class=&quot;dip-about__page-name&quot;&gt;Groups&lt;/span&gt; &lt;span class=&quot;dip-about__page-description&quot;&gt; Form communities around regions, themes, challenges and shared initiatives. &lt;/span&gt; &lt;span class=&quot;dip-about__page-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__page&quot; href=&quot;https://diplomacy.id.page/page/adaptive/publication/&quot; target=&quot;_blank&quot;&gt; &lt;span class=&quot;dip-about__page-name&quot;&gt;Publications&lt;/span&gt; &lt;span class=&quot;dip-about__page-description&quot;&gt; Publish ideas, analysis, experience and proposals as starting points for cooperation. &lt;/span&gt; &lt;span class=&quot;dip-about__page-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__page&quot; href=&quot;https://diplomacy.id.page/page/brand/partners.seam&quot; target=&quot;_blank&quot;&gt; &lt;span class=&quot;dip-about__page-name&quot;&gt;Wiki&lt;/span&gt; &lt;span class=&quot;dip-about__page-description&quot;&gt; Collect and structure shared knowledge needed for project development. &lt;/span&gt; &lt;span class=&quot;dip-about__page-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__page&quot; href=&quot;https://diplomacy.id.page/page/contest/list.seam&quot; target=&quot;_blank&quot;&gt; &lt;span class=&quot;dip-about__page-name&quot;&gt;Projects&lt;/span&gt; &lt;span class=&quot;dip-about__page-description&quot;&gt; Develop initiatives, assemble teams and communicate their progress and results. &lt;/span&gt; &lt;span class=&quot;dip-about__page-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__page&quot; href=&quot;https://diplomacy.id.page/page/adaptive/partner/&quot; target=&quot;_blank&quot;&gt; &lt;span class=&quot;dip-about__page-name&quot;&gt;Partners&lt;/span&gt; &lt;span class=&quot;dip-about__page-description&quot;&gt; Connect projects with organizations, institutions, resources and implementation opportunities. &lt;/span&gt; &lt;span class=&quot;dip-about__page-arrow&quot;&gt;&amp;#8594;&lt;/span&gt; &lt;/a&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;dip-about__section dip-about__section--white&quot;&gt;
		&lt;div class=&quot;dip-about__shell&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;div class=&quot;dip-about__section-label&quot;&gt;
						Working cycle&lt;/div&gt;
					&lt;h2&gt;
						From an initial signal to public value&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					Each initiative can develop at its own pace, but the platform is designed around a clear movement from communication to implementation.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__cycle&quot;&gt;
				&lt;article class=&quot;dip-about__cycle-item&quot;&gt;
					&lt;span class=&quot;dip-about__cycle-number&quot;&gt;01&lt;/span&gt;
					&lt;h3&gt;
						Signal&lt;/h3&gt;
					&lt;p&gt;
						A challenge, observation or opportunity is identified.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__cycle-item&quot;&gt;
					&lt;span class=&quot;dip-about__cycle-number&quot;&gt;02&lt;/span&gt;
					&lt;h3&gt;
						Idea&lt;/h3&gt;
					&lt;p&gt;
						A possible response is proposed and made public.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__cycle-item&quot;&gt;
					&lt;span class=&quot;dip-about__cycle-number&quot;&gt;03&lt;/span&gt;
					&lt;h3&gt;
						Dialogue&lt;/h3&gt;
					&lt;p&gt;
						Participants test, discuss and strengthen the proposal.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__cycle-item&quot;&gt;
					&lt;span class=&quot;dip-about__cycle-number&quot;&gt;04&lt;/span&gt;
					&lt;h3&gt;
						Team&lt;/h3&gt;
					&lt;p&gt;
						People with complementary roles organize around the idea.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__cycle-item&quot;&gt;
					&lt;span class=&quot;dip-about__cycle-number&quot;&gt;05&lt;/span&gt;
					&lt;h3&gt;
						Project&lt;/h3&gt;
					&lt;p&gt;
						The team defines actions, resources and intended outcomes.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__cycle-item&quot;&gt;
					&lt;span class=&quot;dip-about__cycle-number&quot;&gt;06&lt;/span&gt;
					&lt;h3&gt;
						Result&lt;/h3&gt;
					&lt;p&gt;
						Implementation produces experience and public value.&lt;/p&gt;
				&lt;/article&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;dip-about__section&quot;&gt;
		&lt;div class=&quot;dip-about__shell&quot;&gt;
			&lt;div class=&quot;dip-about__status&quot;&gt;
				&lt;div&gt;
					&lt;div class=&quot;dip-about__section-label&quot;&gt;
						Current state&lt;/div&gt;
					&lt;h2&gt;
						A platform built through participation&lt;/h2&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__status-box&quot;&gt;
					&lt;div class=&quot;dip-about__status-line&quot;&gt;
						&lt;span class=&quot;dip-about__status-name&quot;&gt;Format&lt;/span&gt; &lt;span class=&quot;dip-about__status-value&quot;&gt; An open global social project network. &lt;/span&gt;&lt;/div&gt;
					&lt;div class=&quot;dip-about__status-line&quot;&gt;
						&lt;span class=&quot;dip-about__status-name&quot;&gt;Focus&lt;/span&gt; &lt;span class=&quot;dip-about__status-value&quot;&gt; Ideas, projects and cooperation across professions, cultures and regions. &lt;/span&gt;&lt;/div&gt;
					&lt;div class=&quot;dip-about__status-line&quot;&gt;
						&lt;span class=&quot;dip-about__status-name&quot;&gt;Principle&lt;/span&gt; &lt;span class=&quot;dip-about__status-value&quot;&gt; Open participation combined with responsibility, constructive dialogue and verifiable contribution. &lt;/span&gt;&lt;/div&gt;
					&lt;div class=&quot;dip-about__status-line&quot;&gt;
						&lt;span class=&quot;dip-about__status-name&quot;&gt;Development&lt;/span&gt; &lt;span class=&quot;dip-about__status-value&quot;&gt; The platform, its agenda and its projects evolve through the activity of their participants. &lt;/span&gt;&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;dip-about__cta&quot;&gt;
		&lt;div class=&quot;dip-about__shell dip-about__cta-inner&quot;&gt;
			&lt;h2&gt;
				Do not only follow the international agenda. Help create it.&lt;/h2&gt;
			&lt;div class=&quot;dip-about__cta-copy&quot;&gt;
				&lt;p&gt;
					Bring your perspective, professional knowledge and ideas. Find people ready to turn them into diplomatic action.&lt;/p&gt;
				&lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/adaptive/news/222457/&quot; target=&quot;_blank&quot;&gt;Become a participant &lt;/a&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;footer class=&quot;dip-about__footer&quot;&gt;
		&lt;div class=&quot;dip-about__shell dip-about__footer-inner&quot;&gt;
			&lt;span&gt;&lt;strong&gt;People for Diplomatic Action&lt;/strong&gt;&lt;br /&gt;
			A Global Platform for Ideas, Projects and Cooperation &lt;/span&gt; &lt;span&gt; diplomacy.id.page &lt;/span&gt;&lt;/div&gt;
	&lt;/footer&gt;
&lt;/section&gt;
</yandex:full-text><link>https://diplomacy.id.page/page/publication/news/news.seam?newsId=223756</link><pubDate>Mon, 10 Aug 2026 17:52:00 +0000</pubDate><title>About</title></item><item><author>News</author><description>&lt;section aria-labelledby=&quot;dip-about-title&quot; class=&quot;dip-about&quot;&gt;
	&lt;div class=&quot;dip-about__shell&quot;&gt;
		&lt;header class=&quot;dip-about__topbar&quot;&gt;
			&lt;a class=&quot;dip-about__brand&quot; href=&quot;https://diplomacy.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;&lt;span aria-hidden=&quot;true&quot; class=&quot;dip-about__brand-mark&quot;&gt;P&lt;/span&gt; PEOPLE FOR DIPLOMATIC ACTION &lt;/a&gt;
			&lt;nav aria-label=&quot;About page navigation&quot; class=&quot;dip-about__nav&quot;&gt;
				&lt;a href=&quot;#dip-what&quot; target=&quot;_blank&quot;&gt;What it is&lt;/a&gt; &lt;a href=&quot;#dip-participate&quot; target=&quot;_blank&quot;&gt;Participate&lt;/a&gt; &lt;a href=&quot;#dip-start&quot; target=&quot;_blank&quot;&gt;How to start&lt;/a&gt; &lt;a href=&quot;#dip-functions&quot; target=&quot;_blank&quot;&gt;Functions&lt;/a&gt; &lt;a href=&quot;#dip-build&quot; target=&quot;_blank&quot;&gt;Current state&lt;/a&gt;&lt;/nav&gt;
		&lt;/header&gt;
		&lt;!-- HERO --&gt;
		&lt;div class=&quot;dip-about__hero&quot;&gt;
			&lt;div&gt;
				&lt;p class=&quot;dip-about__eyebrow&quot;&gt;
					A Global Platform for Ideas, Projects and Cooperation&lt;/p&gt;
				&lt;p class=&quot;dip-about__wordmark&quot;&gt;
					PEOPLE &lt;span&gt;FOR DIPLOMATIC ACTION&lt;/span&gt;&lt;/p&gt;
				&lt;h1 class=&quot;dip-about__hero-title&quot; id=&quot;dip-about-title&quot;&gt;
					Diplomacy created by people.&lt;br /&gt;
					Carried forward through action.&lt;/h1&gt;
				&lt;p class=&quot;dip-about__hero-lead&quot;&gt;
					&lt;strong&gt;It is not diplomacy for people. It is diplomacy created and carried forward by people. &lt;/strong&gt; People for Diplomatic Action is a global social project network where people of different professions, cultures and regions can propose ideas, find collaborators, form teams and develop new diplomatic initiatives.&lt;/p&gt;
				&lt;div class=&quot;dip-about__hero-actions&quot;&gt;
					&lt;a class=&quot;dip-about__button dip-about__button--primary&quot; href=&quot;https://diplomacy.id.page/page/adaptive/news/222457/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color:#ffffff;&quot;&gt;Join the network&lt;/span&gt; &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/person/list.seam&quot; target=&quot;_blank&quot;&gt; Explore people &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/contest/list.seam&quot; target=&quot;_blank&quot;&gt; Explore projects &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt;&lt;/div&gt;
			&lt;/div&gt;
			&lt;aside aria-label=&quot;Five operating layers&quot; class=&quot;dip-about__hero-panel&quot;&gt;
				&lt;p class=&quot;dip-about__panel-label&quot;&gt;
					One network &amp;#183; Five movements&lt;/p&gt;
				&lt;div class=&quot;dip-about__layer-list&quot;&gt;
					&lt;div class=&quot;dip-about__layer&quot;&gt;
						&lt;span class=&quot;dip-about__layer-number&quot;&gt;01&lt;/span&gt;
						&lt;div&gt;
							&lt;strong&gt;People&lt;/strong&gt; &lt;span&gt;Professions, experience, cultures and perspectives&lt;/span&gt;&lt;/div&gt;
					&lt;/div&gt;
					&lt;div class=&quot;dip-about__layer&quot;&gt;
						&lt;span class=&quot;dip-about__layer-number&quot;&gt;02&lt;/span&gt;
						&lt;div&gt;
							&lt;strong&gt;Ideas&lt;/strong&gt; &lt;span&gt;Questions, proposals, knowledge and public dialogue&lt;/span&gt;&lt;/div&gt;
					&lt;/div&gt;
					&lt;div class=&quot;dip-about__layer&quot;&gt;
						&lt;span class=&quot;dip-about__layer-number&quot;&gt;03&lt;/span&gt;
						&lt;div&gt;
							&lt;strong&gt;Cooperation&lt;/strong&gt; &lt;span&gt;Communities, institutions and project teams&lt;/span&gt;&lt;/div&gt;
					&lt;/div&gt;
					&lt;div class=&quot;dip-about__layer&quot;&gt;
						&lt;span class=&quot;dip-about__layer-number&quot;&gt;04&lt;/span&gt;
						&lt;div&gt;
							&lt;strong&gt;Projects&lt;/strong&gt; &lt;span&gt;Defined objectives, roles, resources and action&lt;/span&gt;&lt;/div&gt;
					&lt;/div&gt;
					&lt;div class=&quot;dip-about__layer&quot;&gt;
						&lt;span class=&quot;dip-about__layer-number&quot;&gt;05&lt;/span&gt;
						&lt;div&gt;
							&lt;strong&gt;Results&lt;/strong&gt; &lt;span&gt;Outcomes, cases, contribution and public learning&lt;/span&gt;&lt;/div&gt;
					&lt;/div&gt;
				&lt;/div&gt;
			&lt;/aside&gt;
		&lt;/div&gt;
		&lt;!-- 01 / WHAT IT IS --&gt;
		&lt;section aria-labelledby=&quot;dip-what-title&quot; class=&quot;dip-about__section&quot; id=&quot;dip-what&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;01 / WHAT IT IS &lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-what-title&quot;&gt;
						A global social project network for diplomatic action.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					Diplomacy is usually presented as the exclusive domain of states, institutions and professional diplomats. But trust, dialogue and cooperation are also created by scientists, entrepreneurs, artists, engineers, educators, journalists, cities, universities, communities and citizens. The platform gives these participants a common environment for turning their knowledge and initiative into action.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__triad&quot;&gt;
				&lt;article class=&quot;dip-about__card&quot;&gt;
					&lt;span class=&quot;dip-about__card-index&quot;&gt;01 / PEOPLE &lt;/span&gt;
					&lt;h3&gt;
						Open professional network&lt;/h3&gt;
					&lt;p&gt;
						Participants present their experience, professions, interests, regions, languages, publications, projects and practical cases through persistent personal and institutional identities.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__card&quot;&gt;
					&lt;span class=&quot;dip-about__card-index&quot;&gt;02 / IDEAS &lt;/span&gt;
					&lt;h3&gt;
						Shared project agenda&lt;/h3&gt;
					&lt;p&gt;
						Articles, proposals, questions, discussions and cases reveal important problems and opportunities. Publication is not the end of the process. It is an invitation to cooperation.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__card&quot;&gt;
					&lt;span class=&quot;dip-about__card-index&quot;&gt;03 / ACTION &lt;/span&gt;
					&lt;h3&gt;
						Project teams and results&lt;/h3&gt;
					&lt;p&gt;
						Participants form working groups, define objectives, distribute roles, develop initiatives and carry them towards implementation, evaluation and a public record of results.&lt;/p&gt;
				&lt;/article&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__statement&quot;&gt;
				&lt;strong&gt;It is not diplomacy for people. It is diplomacy created and carried forward by people. &lt;/strong&gt; &lt;span class=&quot;dip-about__statement-code&quot;&gt; People &amp;#183; Ideas &amp;#183; Projects &amp;#183; Cooperation &lt;/span&gt;&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- 02 / WHY PARTICIPATE --&gt;
		&lt;section aria-labelledby=&quot;dip-participate-title&quot; class=&quot;dip-about__section&quot; id=&quot;dip-participate&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;02 / WHY PARTICIPATE &lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-participate-title&quot;&gt;
						Diplomatic action can begin in any profession.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					Participants do not need a diplomatic title. They need relevant competence, practical experience, a meaningful idea or the ability to help a team deliver a result. The network connects different forms of contribution around shared international and human challenges.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__benefit-grid&quot;&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;01&lt;/small&gt;
					&lt;h3&gt;
						Make your expertise useful&lt;/h3&gt;
					&lt;p&gt;
						Apply professional knowledge to international, cultural, social, technological and humanitarian challenges.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;02&lt;/small&gt;
					&lt;h3&gt;
						Find collaborators&lt;/h3&gt;
					&lt;p&gt;
						Discover people and institutions through shared interests, questions, regions and active initiatives.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;03&lt;/small&gt;
					&lt;h3&gt;
						Propose an initiative&lt;/h3&gt;
					&lt;p&gt;
						Turn an observation, problem or idea into a structured proposal that others can understand and develop.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;04&lt;/small&gt;
					&lt;h3&gt;
						Join a project&lt;/h3&gt;
					&lt;p&gt;
						Contribute research, communication, design, technology, finance, organisation, field experience or institutional support.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;05&lt;/small&gt;
					&lt;h3&gt;
						Build a record of contribution&lt;/h3&gt;
					&lt;p&gt;
						Connect your ideas, roles, work and project results to a structured professional identity.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;06&lt;/small&gt;
					&lt;h3&gt;
						Work across boundaries&lt;/h3&gt;
					&lt;p&gt;
						Cooperate with participants from different countries, generations, disciplines, institutions and cultural traditions.&lt;/p&gt;
				&lt;/article&gt;
			&lt;/div&gt;
			&lt;!-- PARTICIPATION ROLES --&gt;
			&lt;div class=&quot;dip-about__section-head&quot; style=&quot;margin-top:72px;margin-bottom:30px;&quot;&gt;
				&lt;div&gt;
					&lt;p class=&quot;dip-about__kicker&quot;&gt;
						Ways to participate&lt;/p&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot;&gt;
						Enter through competence, initiative or responsibility.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					Participation does not require involvement in the whole network. A person or institution can join through one clearly defined role and expand that role as cooperation develops.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__role-grid&quot;&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						INIT&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Initiator&lt;/h3&gt;
						&lt;p&gt;
							Identify a problem or opportunity, formulate an idea and invite others to develop it into an initiative.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						EXP&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Expert or Researcher&lt;/h3&gt;
						&lt;p&gt;
							Add evidence, analysis, professional judgement, review and subject knowledge to an emerging initiative.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						PRC&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Practitioner&lt;/h3&gt;
						&lt;p&gt;
							Bring real conditions, field experience, local knowledge, implementation criteria and practical responsibility.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						INS&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Institutional Partner&lt;/h3&gt;
						&lt;p&gt;
							Provide expertise, access, legitimacy, data, facilities, resources or implementation capacity.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						CUR&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Curator or Facilitator&lt;/h3&gt;
						&lt;p&gt;
							Structure discussion, connect participants, organise knowledge and help a group move towards decisions.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						LEAD&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Project Lead&lt;/h3&gt;
						&lt;p&gt;
							Assemble the team, define the objective, coordinate delivery and carry the initiative towards a measurable result.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- 03 / HOW TO START --&gt;
		&lt;section aria-labelledby=&quot;dip-start-title&quot; class=&quot;dip-about__section&quot; id=&quot;dip-start&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;03 / HOW TO START &lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-start-title&quot;&gt;
						A direct path from profile to practical contribution.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					You can begin with the functionality already available on &lt;a href=&quot;http://ID.PAGE:&quot; target=&quot;_blank&quot;&gt;ID.PAGE:&lt;/a&gt; personal profiles, professional dossiers, publications, groups, institutional pages, Wiki materials, projects, works and cases.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__steps&quot;&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Create your profile&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Register and add your real name, location, profession, current role, institutional affiliation, languages, photograph and short biography.&lt;/p&gt;
						&lt;p style=&quot;margin-top:12px;&quot;&gt;
							&lt;a class=&quot;dip-about__inline-link&quot; href=&quot;https://diplomacy.id.page/page/adaptive/news/222457/&quot; target=&quot;_blank&quot;&gt;Open registration page &amp;#8599; &lt;/a&gt;&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Build your professional dossier&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Use the r&amp;#233;sum&amp;#233; as a structured record of competence rather than only a job-search document. Include:&lt;/p&gt;
						&lt;ul&gt;
							&lt;li&gt;
								Professional headline and current responsibility&lt;/li&gt;
							&lt;li&gt;
								Five to ten areas of expertise&lt;/li&gt;
							&lt;li&gt;
								Professional and institutional experience&lt;/li&gt;
							&lt;li&gt;
								Education and research activity&lt;/li&gt;
							&lt;li&gt;
								Countries and regions of experience&lt;/li&gt;
							&lt;li&gt;
								Working languages&lt;/li&gt;
						&lt;/ul&gt;
						&lt;p style=&quot;margin-top:14px;&quot;&gt;
							&lt;a class=&quot;dip-about__inline-link&quot; href=&quot;https://id.page/page/adaptive/id5250/resume/6/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Open a r&amp;#233;sum&amp;#233; example &amp;#8599; &lt;/a&gt;&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Add works and practical cases&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Add selected articles, research, presentations, programmes, products or projects. For each case, describe the problem, your role, the actions taken, partners, evidence and result.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Publish an idea or important question&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Describe a problem, opportunity or proposed initiative. Explain why it matters, who it affects, what type of expertise is needed and what practical result could be achieved.&lt;/p&gt;
						&lt;p style=&quot;margin-top:12px;&quot;&gt;
							&lt;a class=&quot;dip-about__inline-link&quot; href=&quot;https://diplomacy.id.page/page/adaptive/publication/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Explore publications &amp;#8599; &lt;/a&gt;&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Find people and join a group&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Connect with participants whose professions, regions or experience complement your idea. Join an existing community or create a new thematic environment for continuing cooperation.&lt;/p&gt;
						&lt;p style=&quot;margin-top:12px;&quot;&gt;
							&lt;a class=&quot;dip-about__inline-link&quot; href=&quot;https://diplomacy.id.page/page/club/list.seam&quot; target=&quot;_blank&quot;&gt;Explore groups &amp;#8599; &lt;/a&gt;&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Join or propose a project&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Define the objective, expected result, time frame, participants, roles, contribution formats and resources. A project is a working structure, not a general discussion.&lt;/p&gt;
						&lt;p style=&quot;margin-top:12px;&quot;&gt;
							&lt;a class=&quot;dip-about__inline-link&quot; href=&quot;https://diplomacy.id.page/page/adaptive/id398109/project/create/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Project creation page for authorised users &amp;#8599; &lt;/a&gt;&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Act, evaluate and record the result&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Complete your part of the work, document decisions and outcomes, publish the approved result and connect your contribution back to your profile, r&amp;#233;sum&amp;#233; and project record.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- 04 / PAGES &amp; FUNCTIONS --&gt;
		&lt;section aria-labelledby=&quot;dip-functions-title&quot; class=&quot;dip-about__section&quot; id=&quot;dip-functions&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;04 / PAGES &amp;#38; FUNCTIONS &lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-functions-title&quot;&gt;
						Every function supports a different stage of collective action.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					The platform connects social networking, knowledge exchange and project activity. These functions should remain distinct so that a person, idea, discussion, project and result are not confused.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div aria-label=&quot;People for Diplomatic Action pages and functions&quot; class=&quot;dip-about__function-wrap&quot; role=&quot;table&quot;&gt;
				&lt;div class=&quot;dip-about__function-head&quot; role=&quot;row&quot;&gt;
					&lt;div role=&quot;columnheader&quot;&gt;
						Page / function&lt;/div&gt;
					&lt;div role=&quot;columnheader&quot;&gt;
						Use it for&lt;/div&gt;
					&lt;div role=&quot;columnheader&quot;&gt;
						How it differs&lt;/div&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;About&lt;/strong&gt; &lt;span&gt;Purpose and operating model&lt;/span&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Mission, positioning, participation path, functions and current development priorities.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Explains the whole network.&lt;/strong&gt; It is not a news feed or project workspace.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Personal Profile&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/adaptive/id398109/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; Open example &amp;#8599; &lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Identity, biography, current role, location, interests, institutional affiliations, activity and communication.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;A living public presence.&lt;/strong&gt; It introduces a person but does not replace the structured r&amp;#233;sum&amp;#233;.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;R&amp;#233;sum&amp;#233; / Professional Dossier&lt;/strong&gt; &lt;a href=&quot;https://id.page/page/adaptive/id5250/resume/6/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; Open example &amp;#8599; &lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Expertise, experience, education, languages, selected works, projects and practical cases.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Structured evidence of competence.&lt;/strong&gt; It is cumulative rather than feed-based.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;People&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/person/list.seam&quot; target=&quot;_blank&quot;&gt; Open section &amp;#8599; &lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Discovery of participants, professions, experience and individual identities.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;A network directory.&lt;/strong&gt; Detailed evidence remains on each participant&amp;#8217;s pages.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Groups&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/club/list.seam&quot; target=&quot;_blank&quot;&gt; Open section &amp;#8599; &lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Continuing thematic communities, professional exchange, relationship building and formation of future initiatives.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Persistent and open-ended.&lt;/strong&gt; A group does not require one deadline or predetermined result.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Publications&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/adaptive/publication/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; Open section &amp;#8599; &lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Ideas, articles, questions, interviews, reports, proposals and public discussion.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;The beginning of a process.&lt;/strong&gt; A publication can attract people and initiate a project.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Wiki&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/brand/partners.seam&quot; target=&quot;_blank&quot;&gt; Open section &amp;#8599; &lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Shared definitions, methods, country notes, chronologies, institutions and stable reference materials.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Continuously maintained knowledge.&lt;/strong&gt; It is not an individual opinion article.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Projects&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/contest/list.seam&quot; target=&quot;_blank&quot;&gt; Open section &amp;#8599; &lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Specific objectives, teams, roles, time frames, resources, working materials, decisions and expected results.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Time-limited and action-oriented.&lt;/strong&gt; Every project should produce an outcome and record contribution.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Works / Contributions&lt;/strong&gt; &lt;span&gt;Inputs to ideas and projects&lt;/span&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Research, cases, designs, policy options, reviews, media, technical modules and implementation proposals.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;A contribution, not necessarily a publication.&lt;/strong&gt; It can remain part of a developing project.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Cases&lt;/strong&gt; &lt;span&gt;Evidence of practice&lt;/span&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						A structured description of a problem, the participant&amp;#8217;s role, actions, partners, result, evidence and lessons learned.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Shows what was done.&lt;/strong&gt; A publication presents an idea; a case demonstrates action.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Institutions / Partners&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/adaptive/partner/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; Open section &amp;#8599; &lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Universities, cities, companies, foundations, public bodies, associations and other participating organisations.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Institutional capacity.&lt;/strong&gt; Expertise and contribution remain connected to named people.&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- 05 / WORKING CYCLE --&gt;
		&lt;section aria-labelledby=&quot;dip-cycle-title&quot; class=&quot;dip-about__section&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;05 / THE WORKING CYCLE &lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-cycle-title&quot;&gt;
						The network is organised around movement, not attention.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					Followers, views and reactions are not the final units of value. The principal value is a visible contribution that helps an idea become cooperation, a project and a practical result.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div aria-label=&quot;Diplomatic action cycle&quot; class=&quot;dip-about__cycle&quot;&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;01&lt;/small&gt; &lt;strong&gt;Idea or Signal&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;02&lt;/small&gt; &lt;strong&gt;Publication&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;03&lt;/small&gt; &lt;strong&gt;Dialogue&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;04&lt;/small&gt; &lt;strong&gt;Team&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;05&lt;/small&gt; &lt;strong&gt;Project Design&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;06&lt;/small&gt; &lt;strong&gt;Action&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;07&lt;/small&gt; &lt;strong&gt;Result &amp;#38; Learning&lt;/strong&gt;&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__access-grid&quot;&gt;
				&lt;article class=&quot;dip-about__access&quot;&gt;
					&lt;span class=&quot;dip-about__access-tag&quot;&gt;Open&lt;/span&gt;
					&lt;h3&gt;
						Public agenda&lt;/h3&gt;
					&lt;p&gt;
						Profiles, ideas, articles, public discussions, events, educational materials and approved project results.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__access&quot;&gt;
					&lt;span class=&quot;dip-about__access-tag&quot;&gt;Collaborative&lt;/span&gt;
					&lt;h3&gt;
						Working network&lt;/h3&gt;
					&lt;p&gt;
						Thematic groups, team formation, expert exchange, co-creation, review and institutional cooperation.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__access&quot;&gt;
					&lt;span class=&quot;dip-about__access-tag&quot;&gt;Project&lt;/span&gt;
					&lt;h3&gt;
						Delivery spaces&lt;/h3&gt;
					&lt;p&gt;
						Defined teams, roles, tasks, documents, decisions, project governance and implementation.&lt;/p&gt;
				&lt;/article&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- 06 / CURRENT STATE --&gt;
		&lt;section aria-labelledby=&quot;dip-build-title&quot; class=&quot;dip-about__section&quot; id=&quot;dip-build&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;06 / CURRENT STATE &lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-build-title&quot;&gt;
						Use the working network now. Develop the project layer through real initiatives.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					People for Diplomatic Action begins with existing &lt;a href=&quot;http://ID.PAGE&quot; target=&quot;_blank&quot;&gt;ID.PAGE&lt;/a&gt; functionality. The next layer should be developed through real participants and projects rather than designed in isolation from practical use.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__build-grid&quot;&gt;
				&lt;article class=&quot;dip-about__build&quot;&gt;
					&lt;span class=&quot;dip-about__build-status&quot;&gt;Available now &lt;/span&gt;
					&lt;h3&gt;
						Social and knowledge network&lt;/h3&gt;
					&lt;ul&gt;
						&lt;li&gt;
							Personal and institutional profiles&lt;/li&gt;
						&lt;li&gt;
							People and professional connections&lt;/li&gt;
						&lt;li&gt;
							Groups and thematic communities&lt;/li&gt;
						&lt;li&gt;
							Publications, files and Wiki materials&lt;/li&gt;
						&lt;li&gt;
							R&amp;#233;sum&amp;#233;s, works, projects and cases&lt;/li&gt;
					&lt;/ul&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__build&quot;&gt;
					&lt;span class=&quot;dip-about__build-status&quot;&gt;Configure through pilots &lt;/span&gt;
					&lt;h3&gt;
						Project operating model&lt;/h3&gt;
					&lt;ul&gt;
						&lt;li&gt;
							Simple initiative and project briefs&lt;/li&gt;
						&lt;li&gt;
							Project leads, curators and expert roles&lt;/li&gt;
						&lt;li&gt;
							Participant and competence matching&lt;/li&gt;
						&lt;li&gt;
							Project stages and review criteria&lt;/li&gt;
						&lt;li&gt;
							Result and contribution records&lt;/li&gt;
					&lt;/ul&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__build&quot;&gt;
					&lt;span class=&quot;dip-about__build-status&quot;&gt;Develop next &lt;/span&gt;
					&lt;h3&gt;
						Global collaboration infrastructure&lt;/h3&gt;
					&lt;ul&gt;
						&lt;li&gt;
							Multilingual publication and project workflows&lt;/li&gt;
						&lt;li&gt;
							Role-based project workspaces&lt;/li&gt;
						&lt;li&gt;
							Contribution and project dashboards&lt;/li&gt;
						&lt;li&gt;
							Semantic search and expert discovery&lt;/li&gt;
						&lt;li&gt;
							Transparent project and governance histories&lt;/li&gt;
					&lt;/ul&gt;
				&lt;/article&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__notice&quot;&gt;
				Diplomatic, governmental, personal, research or commercially sensitive materials should not be uploaded until access roles, permissions, storage, logs and data-governance procedures have been technically validated.&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- CTA --&gt;
		&lt;section aria-labelledby=&quot;dip-cta-title&quot; class=&quot;dip-about__cta&quot;&gt;
			&lt;div class=&quot;dip-about__cta-content&quot;&gt;
				&lt;p class=&quot;dip-about__eyebrow&quot;&gt;
					People for Diplomatic Action&lt;/p&gt;
				&lt;h2 id=&quot;dip-cta-title&quot;&gt;
					Do not just follow diplomacy.&lt;br /&gt;
					Help create and carry it forward.&lt;/h2&gt;
				&lt;p&gt;
					Create your professional identity, publish an idea, find people with complementary experience, join a group and help transform a shared concern into a diplomatic initiative and practical result.&lt;/p&gt;
				&lt;div class=&quot;dip-about__cta-actions&quot;&gt;
					&lt;a class=&quot;dip-about__button dip-about__button--primary&quot; href=&quot;https://diplomacy.id.page/page/adaptive/news/222457/&quot; target=&quot;_blank&quot;&gt;Join the network &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/person/list.seam&quot; target=&quot;_blank&quot;&gt; People &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/club/list.seam&quot; target=&quot;_blank&quot;&gt; Groups &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/contest/list.seam&quot; target=&quot;_blank&quot;&gt; Projects &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt;&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- FOOTER --&gt;
		&lt;footer class=&quot;dip-about__footer&quot;&gt;
			&lt;span&gt;People for Diplomatic Action is an independent global platform for ideas, projects and cooperation. It is not an official diplomatic service, an intergovernmental body or a political movement. &lt;/span&gt; &lt;a href=&quot;https://diplomacy.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; diplomacy.id.page &amp;#8599; &lt;/a&gt;&lt;/footer&gt;
	&lt;/div&gt;
&lt;/section&gt;
&lt;br /&gt;
</description><yandex:full-text>&lt;section aria-labelledby=&quot;dip-about-title&quot; class=&quot;dip-about&quot;&gt;
	&lt;div class=&quot;dip-about__shell&quot;&gt;
		&lt;header class=&quot;dip-about__topbar&quot;&gt;
			&lt;a class=&quot;dip-about__brand&quot; href=&quot;https://diplomacy.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;&lt;span aria-hidden=&quot;true&quot; class=&quot;dip-about__brand-mark&quot;&gt;P&lt;/span&gt; PEOPLE FOR DIPLOMATIC ACTION &lt;/a&gt;
			&lt;nav aria-label=&quot;About page navigation&quot; class=&quot;dip-about__nav&quot;&gt;
				&lt;a href=&quot;#dip-what&quot; target=&quot;_blank&quot;&gt;What it is&lt;/a&gt; &lt;a href=&quot;#dip-participate&quot; target=&quot;_blank&quot;&gt;Participate&lt;/a&gt; &lt;a href=&quot;#dip-start&quot; target=&quot;_blank&quot;&gt;How to start&lt;/a&gt; &lt;a href=&quot;#dip-functions&quot; target=&quot;_blank&quot;&gt;Functions&lt;/a&gt; &lt;a href=&quot;#dip-build&quot; target=&quot;_blank&quot;&gt;Current state&lt;/a&gt;&lt;/nav&gt;
		&lt;/header&gt;
		&lt;!-- HERO --&gt;
		&lt;div class=&quot;dip-about__hero&quot;&gt;
			&lt;div&gt;
				&lt;p class=&quot;dip-about__eyebrow&quot;&gt;
					A Global Platform for Ideas, Projects and Cooperation&lt;/p&gt;
				&lt;p class=&quot;dip-about__wordmark&quot;&gt;
					PEOPLE &lt;span&gt;FOR DIPLOMATIC ACTION&lt;/span&gt;&lt;/p&gt;
				&lt;h1 class=&quot;dip-about__hero-title&quot; id=&quot;dip-about-title&quot;&gt;
					Diplomacy created by people.&lt;br /&gt;
					Carried forward through action.&lt;/h1&gt;
				&lt;p class=&quot;dip-about__hero-lead&quot;&gt;
					&lt;strong&gt;It is not diplomacy for people. It is diplomacy created and carried forward by people. &lt;/strong&gt; People for Diplomatic Action is a global social project network where people of different professions, cultures and regions can propose ideas, find collaborators, form teams and develop new diplomatic initiatives.&lt;/p&gt;
				&lt;div class=&quot;dip-about__hero-actions&quot;&gt;
					&lt;a class=&quot;dip-about__button dip-about__button--primary&quot; href=&quot;https://diplomacy.id.page/page/adaptive/news/222457/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color:#ffffff;&quot;&gt;Join the network&lt;/span&gt; &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/person/list.seam&quot; target=&quot;_blank&quot;&gt; Explore people &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/contest/list.seam&quot; target=&quot;_blank&quot;&gt; Explore projects &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt;&lt;/div&gt;
			&lt;/div&gt;
			&lt;aside aria-label=&quot;Five operating layers&quot; class=&quot;dip-about__hero-panel&quot;&gt;
				&lt;p class=&quot;dip-about__panel-label&quot;&gt;
					One network &amp;#183; Five movements&lt;/p&gt;
				&lt;div class=&quot;dip-about__layer-list&quot;&gt;
					&lt;div class=&quot;dip-about__layer&quot;&gt;
						&lt;span class=&quot;dip-about__layer-number&quot;&gt;01&lt;/span&gt;
						&lt;div&gt;
							&lt;strong&gt;People&lt;/strong&gt; &lt;span&gt;Professions, experience, cultures and perspectives&lt;/span&gt;&lt;/div&gt;
					&lt;/div&gt;
					&lt;div class=&quot;dip-about__layer&quot;&gt;
						&lt;span class=&quot;dip-about__layer-number&quot;&gt;02&lt;/span&gt;
						&lt;div&gt;
							&lt;strong&gt;Ideas&lt;/strong&gt; &lt;span&gt;Questions, proposals, knowledge and public dialogue&lt;/span&gt;&lt;/div&gt;
					&lt;/div&gt;
					&lt;div class=&quot;dip-about__layer&quot;&gt;
						&lt;span class=&quot;dip-about__layer-number&quot;&gt;03&lt;/span&gt;
						&lt;div&gt;
							&lt;strong&gt;Cooperation&lt;/strong&gt; &lt;span&gt;Communities, institutions and project teams&lt;/span&gt;&lt;/div&gt;
					&lt;/div&gt;
					&lt;div class=&quot;dip-about__layer&quot;&gt;
						&lt;span class=&quot;dip-about__layer-number&quot;&gt;04&lt;/span&gt;
						&lt;div&gt;
							&lt;strong&gt;Projects&lt;/strong&gt; &lt;span&gt;Defined objectives, roles, resources and action&lt;/span&gt;&lt;/div&gt;
					&lt;/div&gt;
					&lt;div class=&quot;dip-about__layer&quot;&gt;
						&lt;span class=&quot;dip-about__layer-number&quot;&gt;05&lt;/span&gt;
						&lt;div&gt;
							&lt;strong&gt;Results&lt;/strong&gt; &lt;span&gt;Outcomes, cases, contribution and public learning&lt;/span&gt;&lt;/div&gt;
					&lt;/div&gt;
				&lt;/div&gt;
			&lt;/aside&gt;
		&lt;/div&gt;
		&lt;!-- 01 / WHAT IT IS --&gt;
		&lt;section aria-labelledby=&quot;dip-what-title&quot; class=&quot;dip-about__section&quot; id=&quot;dip-what&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;01 / WHAT IT IS &lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-what-title&quot;&gt;
						A global social project network for diplomatic action.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					Diplomacy is usually presented as the exclusive domain of states, institutions and professional diplomats. But trust, dialogue and cooperation are also created by scientists, entrepreneurs, artists, engineers, educators, journalists, cities, universities, communities and citizens. The platform gives these participants a common environment for turning their knowledge and initiative into action.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__triad&quot;&gt;
				&lt;article class=&quot;dip-about__card&quot;&gt;
					&lt;span class=&quot;dip-about__card-index&quot;&gt;01 / PEOPLE &lt;/span&gt;
					&lt;h3&gt;
						Open professional network&lt;/h3&gt;
					&lt;p&gt;
						Participants present their experience, professions, interests, regions, languages, publications, projects and practical cases through persistent personal and institutional identities.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__card&quot;&gt;
					&lt;span class=&quot;dip-about__card-index&quot;&gt;02 / IDEAS &lt;/span&gt;
					&lt;h3&gt;
						Shared project agenda&lt;/h3&gt;
					&lt;p&gt;
						Articles, proposals, questions, discussions and cases reveal important problems and opportunities. Publication is not the end of the process. It is an invitation to cooperation.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__card&quot;&gt;
					&lt;span class=&quot;dip-about__card-index&quot;&gt;03 / ACTION &lt;/span&gt;
					&lt;h3&gt;
						Project teams and results&lt;/h3&gt;
					&lt;p&gt;
						Participants form working groups, define objectives, distribute roles, develop initiatives and carry them towards implementation, evaluation and a public record of results.&lt;/p&gt;
				&lt;/article&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__statement&quot;&gt;
				&lt;strong&gt;It is not diplomacy for people. It is diplomacy created and carried forward by people. &lt;/strong&gt; &lt;span class=&quot;dip-about__statement-code&quot;&gt; People &amp;#183; Ideas &amp;#183; Projects &amp;#183; Cooperation &lt;/span&gt;&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- 02 / WHY PARTICIPATE --&gt;
		&lt;section aria-labelledby=&quot;dip-participate-title&quot; class=&quot;dip-about__section&quot; id=&quot;dip-participate&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;02 / WHY PARTICIPATE &lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-participate-title&quot;&gt;
						Diplomatic action can begin in any profession.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					Participants do not need a diplomatic title. They need relevant competence, practical experience, a meaningful idea or the ability to help a team deliver a result. The network connects different forms of contribution around shared international and human challenges.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__benefit-grid&quot;&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;01&lt;/small&gt;
					&lt;h3&gt;
						Make your expertise useful&lt;/h3&gt;
					&lt;p&gt;
						Apply professional knowledge to international, cultural, social, technological and humanitarian challenges.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;02&lt;/small&gt;
					&lt;h3&gt;
						Find collaborators&lt;/h3&gt;
					&lt;p&gt;
						Discover people and institutions through shared interests, questions, regions and active initiatives.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;03&lt;/small&gt;
					&lt;h3&gt;
						Propose an initiative&lt;/h3&gt;
					&lt;p&gt;
						Turn an observation, problem or idea into a structured proposal that others can understand and develop.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;04&lt;/small&gt;
					&lt;h3&gt;
						Join a project&lt;/h3&gt;
					&lt;p&gt;
						Contribute research, communication, design, technology, finance, organisation, field experience or institutional support.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;05&lt;/small&gt;
					&lt;h3&gt;
						Build a record of contribution&lt;/h3&gt;
					&lt;p&gt;
						Connect your ideas, roles, work and project results to a structured professional identity.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;06&lt;/small&gt;
					&lt;h3&gt;
						Work across boundaries&lt;/h3&gt;
					&lt;p&gt;
						Cooperate with participants from different countries, generations, disciplines, institutions and cultural traditions.&lt;/p&gt;
				&lt;/article&gt;
			&lt;/div&gt;
			&lt;!-- PARTICIPATION ROLES --&gt;
			&lt;div class=&quot;dip-about__section-head&quot; style=&quot;margin-top:72px;margin-bottom:30px;&quot;&gt;
				&lt;div&gt;
					&lt;p class=&quot;dip-about__kicker&quot;&gt;
						Ways to participate&lt;/p&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot;&gt;
						Enter through competence, initiative or responsibility.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					Participation does not require involvement in the whole network. A person or institution can join through one clearly defined role and expand that role as cooperation develops.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__role-grid&quot;&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						INIT&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Initiator&lt;/h3&gt;
						&lt;p&gt;
							Identify a problem or opportunity, formulate an idea and invite others to develop it into an initiative.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						EXP&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Expert or Researcher&lt;/h3&gt;
						&lt;p&gt;
							Add evidence, analysis, professional judgement, review and subject knowledge to an emerging initiative.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						PRC&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Practitioner&lt;/h3&gt;
						&lt;p&gt;
							Bring real conditions, field experience, local knowledge, implementation criteria and practical responsibility.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						INS&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Institutional Partner&lt;/h3&gt;
						&lt;p&gt;
							Provide expertise, access, legitimacy, data, facilities, resources or implementation capacity.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						CUR&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Curator or Facilitator&lt;/h3&gt;
						&lt;p&gt;
							Structure discussion, connect participants, organise knowledge and help a group move towards decisions.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						LEAD&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Project Lead&lt;/h3&gt;
						&lt;p&gt;
							Assemble the team, define the objective, coordinate delivery and carry the initiative towards a measurable result.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- 03 / HOW TO START --&gt;
		&lt;section aria-labelledby=&quot;dip-start-title&quot; class=&quot;dip-about__section&quot; id=&quot;dip-start&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;03 / HOW TO START &lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-start-title&quot;&gt;
						A direct path from profile to practical contribution.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					You can begin with the functionality already available on &lt;a href=&quot;http://ID.PAGE:&quot; target=&quot;_blank&quot;&gt;ID.PAGE:&lt;/a&gt; personal profiles, professional dossiers, publications, groups, institutional pages, Wiki materials, projects, works and cases.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__steps&quot;&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Create your profile&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Register and add your real name, location, profession, current role, institutional affiliation, languages, photograph and short biography.&lt;/p&gt;
						&lt;p style=&quot;margin-top:12px;&quot;&gt;
							&lt;a class=&quot;dip-about__inline-link&quot; href=&quot;https://diplomacy.id.page/page/adaptive/news/222457/&quot; target=&quot;_blank&quot;&gt;Open registration page &amp;#8599; &lt;/a&gt;&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Build your professional dossier&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Use the r&amp;#233;sum&amp;#233; as a structured record of competence rather than only a job-search document. Include:&lt;/p&gt;
						&lt;ul&gt;
							&lt;li&gt;
								Professional headline and current responsibility&lt;/li&gt;
							&lt;li&gt;
								Five to ten areas of expertise&lt;/li&gt;
							&lt;li&gt;
								Professional and institutional experience&lt;/li&gt;
							&lt;li&gt;
								Education and research activity&lt;/li&gt;
							&lt;li&gt;
								Countries and regions of experience&lt;/li&gt;
							&lt;li&gt;
								Working languages&lt;/li&gt;
						&lt;/ul&gt;
						&lt;p style=&quot;margin-top:14px;&quot;&gt;
							&lt;a class=&quot;dip-about__inline-link&quot; href=&quot;https://id.page/page/adaptive/id5250/resume/6/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Open a r&amp;#233;sum&amp;#233; example &amp;#8599; &lt;/a&gt;&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Add works and practical cases&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Add selected articles, research, presentations, programmes, products or projects. For each case, describe the problem, your role, the actions taken, partners, evidence and result.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Publish an idea or important question&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Describe a problem, opportunity or proposed initiative. Explain why it matters, who it affects, what type of expertise is needed and what practical result could be achieved.&lt;/p&gt;
						&lt;p style=&quot;margin-top:12px;&quot;&gt;
							&lt;a class=&quot;dip-about__inline-link&quot; href=&quot;https://diplomacy.id.page/page/adaptive/publication/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Explore publications &amp;#8599; &lt;/a&gt;&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Find people and join a group&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Connect with participants whose professions, regions or experience complement your idea. Join an existing community or create a new thematic environment for continuing cooperation.&lt;/p&gt;
						&lt;p style=&quot;margin-top:12px;&quot;&gt;
							&lt;a class=&quot;dip-about__inline-link&quot; href=&quot;https://diplomacy.id.page/page/club/list.seam&quot; target=&quot;_blank&quot;&gt;Explore groups &amp;#8599; &lt;/a&gt;&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Join or propose a project&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Define the objective, expected result, time frame, participants, roles, contribution formats and resources. A project is a working structure, not a general discussion.&lt;/p&gt;
						&lt;p style=&quot;margin-top:12px;&quot;&gt;
							&lt;a class=&quot;dip-about__inline-link&quot; href=&quot;https://diplomacy.id.page/page/adaptive/id398109/project/create/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Project creation page for authorised users &amp;#8599; &lt;/a&gt;&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Act, evaluate and record the result&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Complete your part of the work, document decisions and outcomes, publish the approved result and connect your contribution back to your profile, r&amp;#233;sum&amp;#233; and project record.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- 04 / PAGES &amp; FUNCTIONS --&gt;
		&lt;section aria-labelledby=&quot;dip-functions-title&quot; class=&quot;dip-about__section&quot; id=&quot;dip-functions&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;04 / PAGES &amp;#38; FUNCTIONS &lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-functions-title&quot;&gt;
						Every function supports a different stage of collective action.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					The platform connects social networking, knowledge exchange and project activity. These functions should remain distinct so that a person, idea, discussion, project and result are not confused.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div aria-label=&quot;People for Diplomatic Action pages and functions&quot; class=&quot;dip-about__function-wrap&quot; role=&quot;table&quot;&gt;
				&lt;div class=&quot;dip-about__function-head&quot; role=&quot;row&quot;&gt;
					&lt;div role=&quot;columnheader&quot;&gt;
						Page / function&lt;/div&gt;
					&lt;div role=&quot;columnheader&quot;&gt;
						Use it for&lt;/div&gt;
					&lt;div role=&quot;columnheader&quot;&gt;
						How it differs&lt;/div&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;About&lt;/strong&gt; &lt;span&gt;Purpose and operating model&lt;/span&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Mission, positioning, participation path, functions and current development priorities.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Explains the whole network.&lt;/strong&gt; It is not a news feed or project workspace.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Personal Profile&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/adaptive/id398109/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; Open example &amp;#8599; &lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Identity, biography, current role, location, interests, institutional affiliations, activity and communication.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;A living public presence.&lt;/strong&gt; It introduces a person but does not replace the structured r&amp;#233;sum&amp;#233;.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;R&amp;#233;sum&amp;#233; / Professional Dossier&lt;/strong&gt; &lt;a href=&quot;https://id.page/page/adaptive/id5250/resume/6/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; Open example &amp;#8599; &lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Expertise, experience, education, languages, selected works, projects and practical cases.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Structured evidence of competence.&lt;/strong&gt; It is cumulative rather than feed-based.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;People&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/person/list.seam&quot; target=&quot;_blank&quot;&gt; Open section &amp;#8599; &lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Discovery of participants, professions, experience and individual identities.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;A network directory.&lt;/strong&gt; Detailed evidence remains on each participant&amp;#8217;s pages.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Groups&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/club/list.seam&quot; target=&quot;_blank&quot;&gt; Open section &amp;#8599; &lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Continuing thematic communities, professional exchange, relationship building and formation of future initiatives.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Persistent and open-ended.&lt;/strong&gt; A group does not require one deadline or predetermined result.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Publications&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/adaptive/publication/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; Open section &amp;#8599; &lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Ideas, articles, questions, interviews, reports, proposals and public discussion.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;The beginning of a process.&lt;/strong&gt; A publication can attract people and initiate a project.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Wiki&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/brand/partners.seam&quot; target=&quot;_blank&quot;&gt; Open section &amp;#8599; &lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Shared definitions, methods, country notes, chronologies, institutions and stable reference materials.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Continuously maintained knowledge.&lt;/strong&gt; It is not an individual opinion article.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Projects&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/contest/list.seam&quot; target=&quot;_blank&quot;&gt; Open section &amp;#8599; &lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Specific objectives, teams, roles, time frames, resources, working materials, decisions and expected results.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Time-limited and action-oriented.&lt;/strong&gt; Every project should produce an outcome and record contribution.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Works / Contributions&lt;/strong&gt; &lt;span&gt;Inputs to ideas and projects&lt;/span&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Research, cases, designs, policy options, reviews, media, technical modules and implementation proposals.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;A contribution, not necessarily a publication.&lt;/strong&gt; It can remain part of a developing project.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Cases&lt;/strong&gt; &lt;span&gt;Evidence of practice&lt;/span&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						A structured description of a problem, the participant&amp;#8217;s role, actions, partners, result, evidence and lessons learned.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Shows what was done.&lt;/strong&gt; A publication presents an idea; a case demonstrates action.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Institutions / Partners&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/adaptive/partner/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; Open section &amp;#8599; &lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Universities, cities, companies, foundations, public bodies, associations and other participating organisations.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Institutional capacity.&lt;/strong&gt; Expertise and contribution remain connected to named people.&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- 05 / WORKING CYCLE --&gt;
		&lt;section aria-labelledby=&quot;dip-cycle-title&quot; class=&quot;dip-about__section&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;05 / THE WORKING CYCLE &lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-cycle-title&quot;&gt;
						The network is organised around movement, not attention.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					Followers, views and reactions are not the final units of value. The principal value is a visible contribution that helps an idea become cooperation, a project and a practical result.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div aria-label=&quot;Diplomatic action cycle&quot; class=&quot;dip-about__cycle&quot;&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;01&lt;/small&gt; &lt;strong&gt;Idea or Signal&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;02&lt;/small&gt; &lt;strong&gt;Publication&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;03&lt;/small&gt; &lt;strong&gt;Dialogue&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;04&lt;/small&gt; &lt;strong&gt;Team&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;05&lt;/small&gt; &lt;strong&gt;Project Design&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;06&lt;/small&gt; &lt;strong&gt;Action&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;07&lt;/small&gt; &lt;strong&gt;Result &amp;#38; Learning&lt;/strong&gt;&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__access-grid&quot;&gt;
				&lt;article class=&quot;dip-about__access&quot;&gt;
					&lt;span class=&quot;dip-about__access-tag&quot;&gt;Open&lt;/span&gt;
					&lt;h3&gt;
						Public agenda&lt;/h3&gt;
					&lt;p&gt;
						Profiles, ideas, articles, public discussions, events, educational materials and approved project results.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__access&quot;&gt;
					&lt;span class=&quot;dip-about__access-tag&quot;&gt;Collaborative&lt;/span&gt;
					&lt;h3&gt;
						Working network&lt;/h3&gt;
					&lt;p&gt;
						Thematic groups, team formation, expert exchange, co-creation, review and institutional cooperation.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__access&quot;&gt;
					&lt;span class=&quot;dip-about__access-tag&quot;&gt;Project&lt;/span&gt;
					&lt;h3&gt;
						Delivery spaces&lt;/h3&gt;
					&lt;p&gt;
						Defined teams, roles, tasks, documents, decisions, project governance and implementation.&lt;/p&gt;
				&lt;/article&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- 06 / CURRENT STATE --&gt;
		&lt;section aria-labelledby=&quot;dip-build-title&quot; class=&quot;dip-about__section&quot; id=&quot;dip-build&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;06 / CURRENT STATE &lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-build-title&quot;&gt;
						Use the working network now. Develop the project layer through real initiatives.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					People for Diplomatic Action begins with existing &lt;a href=&quot;http://ID.PAGE&quot; target=&quot;_blank&quot;&gt;ID.PAGE&lt;/a&gt; functionality. The next layer should be developed through real participants and projects rather than designed in isolation from practical use.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__build-grid&quot;&gt;
				&lt;article class=&quot;dip-about__build&quot;&gt;
					&lt;span class=&quot;dip-about__build-status&quot;&gt;Available now &lt;/span&gt;
					&lt;h3&gt;
						Social and knowledge network&lt;/h3&gt;
					&lt;ul&gt;
						&lt;li&gt;
							Personal and institutional profiles&lt;/li&gt;
						&lt;li&gt;
							People and professional connections&lt;/li&gt;
						&lt;li&gt;
							Groups and thematic communities&lt;/li&gt;
						&lt;li&gt;
							Publications, files and Wiki materials&lt;/li&gt;
						&lt;li&gt;
							R&amp;#233;sum&amp;#233;s, works, projects and cases&lt;/li&gt;
					&lt;/ul&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__build&quot;&gt;
					&lt;span class=&quot;dip-about__build-status&quot;&gt;Configure through pilots &lt;/span&gt;
					&lt;h3&gt;
						Project operating model&lt;/h3&gt;
					&lt;ul&gt;
						&lt;li&gt;
							Simple initiative and project briefs&lt;/li&gt;
						&lt;li&gt;
							Project leads, curators and expert roles&lt;/li&gt;
						&lt;li&gt;
							Participant and competence matching&lt;/li&gt;
						&lt;li&gt;
							Project stages and review criteria&lt;/li&gt;
						&lt;li&gt;
							Result and contribution records&lt;/li&gt;
					&lt;/ul&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__build&quot;&gt;
					&lt;span class=&quot;dip-about__build-status&quot;&gt;Develop next &lt;/span&gt;
					&lt;h3&gt;
						Global collaboration infrastructure&lt;/h3&gt;
					&lt;ul&gt;
						&lt;li&gt;
							Multilingual publication and project workflows&lt;/li&gt;
						&lt;li&gt;
							Role-based project workspaces&lt;/li&gt;
						&lt;li&gt;
							Contribution and project dashboards&lt;/li&gt;
						&lt;li&gt;
							Semantic search and expert discovery&lt;/li&gt;
						&lt;li&gt;
							Transparent project and governance histories&lt;/li&gt;
					&lt;/ul&gt;
				&lt;/article&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__notice&quot;&gt;
				Diplomatic, governmental, personal, research or commercially sensitive materials should not be uploaded until access roles, permissions, storage, logs and data-governance procedures have been technically validated.&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- CTA --&gt;
		&lt;section aria-labelledby=&quot;dip-cta-title&quot; class=&quot;dip-about__cta&quot;&gt;
			&lt;div class=&quot;dip-about__cta-content&quot;&gt;
				&lt;p class=&quot;dip-about__eyebrow&quot;&gt;
					People for Diplomatic Action&lt;/p&gt;
				&lt;h2 id=&quot;dip-cta-title&quot;&gt;
					Do not just follow diplomacy.&lt;br /&gt;
					Help create and carry it forward.&lt;/h2&gt;
				&lt;p&gt;
					Create your professional identity, publish an idea, find people with complementary experience, join a group and help transform a shared concern into a diplomatic initiative and practical result.&lt;/p&gt;
				&lt;div class=&quot;dip-about__cta-actions&quot;&gt;
					&lt;a class=&quot;dip-about__button dip-about__button--primary&quot; href=&quot;https://diplomacy.id.page/page/adaptive/news/222457/&quot; target=&quot;_blank&quot;&gt;Join the network &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/person/list.seam&quot; target=&quot;_blank&quot;&gt; People &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/club/list.seam&quot; target=&quot;_blank&quot;&gt; Groups &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/contest/list.seam&quot; target=&quot;_blank&quot;&gt; Projects &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt;&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- FOOTER --&gt;
		&lt;footer class=&quot;dip-about__footer&quot;&gt;
			&lt;span&gt;People for Diplomatic Action is an independent global platform for ideas, projects and cooperation. It is not an official diplomatic service, an intergovernmental body or a political movement. &lt;/span&gt; &lt;a href=&quot;https://diplomacy.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; diplomacy.id.page &amp;#8599; &lt;/a&gt;&lt;/footer&gt;
	&lt;/div&gt;
&lt;/section&gt;
&lt;br /&gt;
</yandex:full-text><link>https://diplomacy.id.page/page/publication/news/news.seam?newsId=223754</link><pubDate>Mon, 10 Aug 2026 17:21:00 +0000</pubDate><title>About</title></item><item><author>News</author><description>&lt;h2 style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/h2&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	Здесь размещаются не только будущие намерения, но и проекты, находящиеся в работе, завершённые проекты и профессиональные кейсы участников.&lt;/p&gt;
&lt;h3 style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span class=&quot;s1&quot;&gt;Типы объектов&lt;/span&gt;&lt;/h3&gt;
&lt;ul style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;li&gt;
		Applied Research Project&lt;/li&gt;
	&lt;li&gt;
		Policy Development Project&lt;/li&gt;
	&lt;li&gt;
		International Cooperation Project&lt;/li&gt;
	&lt;li&gt;
		Educational Programme&lt;/li&gt;
	&lt;li&gt;
		Mediation Initiative&lt;/li&gt;
	&lt;li&gt;
		Institutional Design Project&lt;/li&gt;
	&lt;li&gt;
		Research Consortium&lt;/li&gt;
	&lt;li&gt;
		Practical Case&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span class=&quot;s1&quot;&gt;Страница проекта&lt;/span&gt;&lt;/h3&gt;
&lt;ul style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;li&gt;
		вопрос или проблема;&lt;/li&gt;
	&lt;li&gt;
		заказчик или инициатор;&lt;/li&gt;
	&lt;li&gt;
		география;&lt;/li&gt;
	&lt;li&gt;
		руководитель;&lt;/li&gt;
	&lt;li&gt;
		участники;&lt;/li&gt;
	&lt;li&gt;
		партнёры;&lt;/li&gt;
	&lt;li&gt;
		рабочая группа;&lt;/li&gt;
	&lt;li&gt;
		исходные материалы;&lt;/li&gt;
	&lt;li&gt;
		этапы;&lt;/li&gt;
	&lt;li&gt;
		результаты;&lt;/li&gt;
	&lt;li&gt;
		обратная связь;&lt;/li&gt;
	&lt;li&gt;
		текущий статус;&lt;/li&gt;
	&lt;li&gt;
		вклад каждого участника.&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	Главный принцип:&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	Проект не должен существовать отдельно от людей, знаний и институтов, которые его создали.&lt;/p&gt;
</description><yandex:full-text>&lt;h2 style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/h2&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	Здесь размещаются не только будущие намерения, но и проекты, находящиеся в работе, завершённые проекты и профессиональные кейсы участников.&lt;/p&gt;
&lt;h3 style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span class=&quot;s1&quot;&gt;Типы объектов&lt;/span&gt;&lt;/h3&gt;
&lt;ul style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;li&gt;
		Applied Research Project&lt;/li&gt;
	&lt;li&gt;
		Policy Development Project&lt;/li&gt;
	&lt;li&gt;
		International Cooperation Project&lt;/li&gt;
	&lt;li&gt;
		Educational Programme&lt;/li&gt;
	&lt;li&gt;
		Mediation Initiative&lt;/li&gt;
	&lt;li&gt;
		Institutional Design Project&lt;/li&gt;
	&lt;li&gt;
		Research Consortium&lt;/li&gt;
	&lt;li&gt;
		Practical Case&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span class=&quot;s1&quot;&gt;Страница проекта&lt;/span&gt;&lt;/h3&gt;
&lt;ul style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;li&gt;
		вопрос или проблема;&lt;/li&gt;
	&lt;li&gt;
		заказчик или инициатор;&lt;/li&gt;
	&lt;li&gt;
		география;&lt;/li&gt;
	&lt;li&gt;
		руководитель;&lt;/li&gt;
	&lt;li&gt;
		участники;&lt;/li&gt;
	&lt;li&gt;
		партнёры;&lt;/li&gt;
	&lt;li&gt;
		рабочая группа;&lt;/li&gt;
	&lt;li&gt;
		исходные материалы;&lt;/li&gt;
	&lt;li&gt;
		этапы;&lt;/li&gt;
	&lt;li&gt;
		результаты;&lt;/li&gt;
	&lt;li&gt;
		обратная связь;&lt;/li&gt;
	&lt;li&gt;
		текущий статус;&lt;/li&gt;
	&lt;li&gt;
		вклад каждого участника.&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	Главный принцип:&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	Проект не должен существовать отдельно от людей, знаний и институтов, которые его создали.&lt;/p&gt;
</yandex:full-text><link>https://diplomacy.id.page/page/publication/news/news.seam?newsId=223751</link><pubDate>Fri, 31 Jul 2026 18:16:00 +0000</pubDate><title>PROJECTS</title></item><item><author>News</author><description>&lt;!--
  DIPLOMACY.ID — About page
  Ready-to-paste HTML/CSS block for ID.PAGE.
  No external libraries or JavaScript.
--&gt;
&lt;style type=&quot;text/css&quot;&gt;
.dip-about,
.dip-about *{
  box-sizing:border-box;
}
.dip-about{
  --da-bg:#080b10;
  --da-bg-soft:#0c1118;
  --da-panel:#101722;
  --da-panel-2:#131d2a;
  --da-navy:#102a46;
  --da-navy-light:#183c62;
  --da-text:#f1f4f7;
  --da-muted:#98a4b1;
  --da-muted-2:#6f7b87;
  --da-line:rgba(220,229,238,.13);
  --da-line-strong:rgba(220,229,238,.22);
  --da-blue:#7596b8;
  --da-blue-soft:#b7c9db;
  --da-white:#ffffff;
  --da-radius-xl:30px;
  --da-radius-lg:21px;
  --da-radius-md:14px;
  width:100%;
  margin:0;
  padding:0;
  color:var(--da-text);
  background:
    radial-gradient(circle at 86% 2%,rgba(24,60,98,.38),transparent 28%),
    radial-gradient(circle at 4% 30%,rgba(16,42,70,.24),transparent 23%),
    var(--da-bg);
  font-family:-apple-system,BlinkMacSystemFont,&quot;Segoe UI&quot;,Inter,Roboto,Arial,sans-serif;
  line-height:1.6;
  overflow:hidden;
}
.dip-about a{
  color:inherit;
}
.dip-about__shell{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto;
}
.dip-about__topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:82px;
  border-bottom:1px solid var(--da-line);
}
.dip-about__brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--da-white);
  font-size:17px;
  font-weight:850;
  letter-spacing:.035em;
  text-decoration:none;
}
.dip-about__brand-mark{
  display:grid;
  place-items:center;
  width:29px;
  height:29px;
  border:1px solid var(--da-line-strong);
  border-radius:8px;
  color:var(--da-blue-soft);
  background:var(--da-panel);
  font-size:11px;
  letter-spacing:0;
}
.dip-about__brand span{
  color:var(--da-blue);
}
.dip-about__nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:6px;
}
.dip-about__nav a{
  display:inline-flex;
  align-items:center;
  min-height:37px;
  padding:0 12px;
  border-radius:999px;
  color:var(--da-muted);
  font-size:12px;
  font-weight:760;
  letter-spacing:.055em;
  text-decoration:none;
  text-transform:uppercase;
  transition:color .18s ease,background .18s ease;
}
.dip-about__nav a:hover{
  color:var(--da-white);
  background:rgba(255,255,255,.055);
}
.dip-about__hero{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  gap:clamp(44px,7vw,96px);
  align-items:end;
  padding:clamp(70px,10vw,132px) 0 clamp(72px,9vw,116px);
}
.dip-about__eyebrow,
.dip-about__kicker{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 19px;
  color:var(--da-blue);
  font-size:11px;
  font-weight:850;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.dip-about__eyebrow:before,
.dip-about__kicker:before{
  content:&quot;&quot;;
  width:28px;
  height:1px;
  background:currentColor;
}
.dip-about__wordmark{
  margin:0 0 24px;
  color:var(--da-white);
  font-size:clamp(19px,2.4vw,28px);
  font-weight:900;
  letter-spacing:.055em;
}
.dip-about__wordmark span{
  color:var(--da-blue);
}
.dip-about__hero-title{
  max-width:860px;
  margin:0;
  font-size:clamp(48px,7.8vw,92px);
  line-height:.96;
  letter-spacing:-.058em;
  text-wrap:balance;
}
.dip-about__hero-lead{
  max-width:790px;
  margin:30px 0 0;
  color:#c4ccd4;
  font-size:clamp(17px,2vw,21px);
  line-height:1.67;
}
.dip-about__hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:34px;
}
.dip-about__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:50px;
  padding:0 18px;
  border:1px solid var(--da-line-strong);
  border-radius:12px;
  color:var(--da-text);
  background:transparent;
  font-size:13px;
  font-weight:790;
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.dip-about__button:hover{
  transform:translateY(-2px);
  border-color:rgba(183,201,219,.52);
  background:rgba(255,255,255,.04);
}
.dip-about__button--primary{
  border-color:var(--da-navy-light);
  background:var(--da-navy-light);
}
.dip-about__button--primary:hover{
  background:#204b76;
}
.dip-about__hero-panel{
  position:relative;
  overflow:hidden;
  padding:26px;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-xl);
  background:linear-gradient(155deg,rgba(24,60,98,.50),rgba(16,23,34,.82));
}
.dip-about__hero-panel:before{
  content:&quot;&quot;;
  position:absolute;
  width:210px;
  height:210px;
  top:-128px;
  right:-90px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%;
  box-shadow:0 0 0 46px rgba(255,255,255,.018),0 0 0 92px rgba(255,255,255,.012);
}
.dip-about__panel-label{
  margin:0 0 18px;
  color:var(--da-muted);
  font-size:10px;
  font-weight:840;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.dip-about__layer-list{
  position:relative;
  z-index:1;
  display:grid;
  gap:8px;
}
.dip-about__layer{
  display:grid;
  grid-template-columns:30px 1fr;
  gap:12px;
  align-items:center;
  min-height:55px;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:12px;
  background:rgba(4,8,13,.25);
}
.dip-about__layer-number{
  color:var(--da-blue);
  font-size:11px;
  font-weight:850;
}
.dip-about__layer strong{
  display:block;
  font-size:13px;
  letter-spacing:.035em;
  text-transform:uppercase;
}
.dip-about__layer span{
  display:block;
  margin-top:1px;
  color:var(--da-muted);
  font-size:12px;
  line-height:1.35;
}
.dip-about__section{
  padding:clamp(72px,9vw,116px) 0;
  border-top:1px solid var(--da-line);
  scroll-margin-top:24px;
}
.dip-about__section-head{
  display:grid;
  grid-template-columns:minmax(260px,.68fr) minmax(0,1.32fr);
  gap:clamp(32px,7vw,88px);
  align-items:start;
  margin-bottom:42px;
}
.dip-about__section-number{
  display:block;
  margin-bottom:18px;
  color:var(--da-muted-2);
  font-size:12px;
  font-weight:820;
  letter-spacing:.13em;
}
.dip-about__section-title{
  margin:0;
  font-size:clamp(34px,5vw,57px);
  line-height:1.04;
  letter-spacing:-.046em;
  text-wrap:balance;
}
.dip-about__section-intro{
  margin:2px 0 0;
  color:#bcc5ce;
  font-size:clamp(17px,2vw,20px);
  line-height:1.7;
}
.dip-about__section-intro strong{
  color:var(--da-white);
}
.dip-about__triad{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:13px;
}
.dip-about__card{
  position:relative;
  min-height:260px;
  padding:26px;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-lg);
  background:linear-gradient(155deg,rgba(19,29,42,.90),rgba(12,17,24,.94));
}
.dip-about__card-index{
  display:block;
  margin-bottom:56px;
  color:var(--da-blue);
  font-size:12px;
  font-weight:850;
  letter-spacing:.1em;
}
.dip-about__card h3{
  margin:0 0 12px;
  font-size:22px;
  line-height:1.15;
  letter-spacing:-.025em;
}
.dip-about__card p{
  margin:0;
  color:var(--da-muted);
  font-size:15px;
  line-height:1.65;
}
.dip-about__statement{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-top:14px;
  padding:27px 30px;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-lg);
  background:var(--da-navy);
}
.dip-about__statement strong{
  max-width:850px;
  font-size:clamp(19px,2.4vw,29px);
  line-height:1.35;
  letter-spacing:-.025em;
}
.dip-about__statement-code{
  flex:0 0 auto;
  color:var(--da-blue-soft);
  font-size:11px;
  font-weight:840;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.dip-about__benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:13px;
}
.dip-about__benefit{
  min-height:195px;
  padding:24px;
  border-top:1px solid var(--da-line-strong);
  background:rgba(255,255,255,.018);
}
.dip-about__benefit small{
  display:block;
  margin-bottom:26px;
  color:var(--da-blue);
  font-size:11px;
  font-weight:840;
  letter-spacing:.12em;
}
.dip-about__benefit h3{
  margin:0 0 10px;
  font-size:19px;
  line-height:1.25;
}
.dip-about__benefit p{
  margin:0;
  color:var(--da-muted);
  font-size:14px;
  line-height:1.62;
}
.dip-about__role-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:13px;
}
.dip-about__role{
  display:grid;
  grid-template-columns:50px 1fr;
  gap:20px;
  padding:25px;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-lg);
  background:rgba(255,255,255,.018);
}
.dip-about__role-code{
  display:grid;
  place-items:center;
  width:50px;
  height:50px;
  border:1px solid var(--da-line-strong);
  border-radius:14px;
  color:var(--da-blue-soft);
  background:var(--da-panel);
  font-size:11px;
  font-weight:850;
  letter-spacing:.06em;
}
.dip-about__role h3{
  margin:0 0 9px;
  font-size:19px;
  line-height:1.25;
}
.dip-about__role p{
  margin:0;
  color:var(--da-muted);
  font-size:14px;
  line-height:1.62;
}
.dip-about__steps{
  counter-reset:dipstep;
  border-top:1px solid var(--da-line);
}
.dip-about__step{
  counter-increment:dipstep;
  display:grid;
  grid-template-columns:110px minmax(190px,.72fr) minmax(0,1.28fr);
  gap:24px;
  padding:30px 0;
  border-bottom:1px solid var(--da-line);
}
.dip-about__step:before{
  content:&quot;0&quot; counter(dipstep);
  color:var(--da-blue);
  font-size:13px;
  font-weight:850;
  letter-spacing:.13em;
}
.dip-about__step h3{
  margin:0;
  font-size:20px;
  line-height:1.32;
}
.dip-about__step-content{
  color:var(--da-muted);
  font-size:15px;
}
.dip-about__step-content p{
  margin:0;
}
.dip-about__step-content ul{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px 24px;
  margin:14px 0 0;
  padding:0;
  list-style:none;
}
.dip-about__step-content li{
  position:relative;
  padding-left:16px;
}
.dip-about__step-content li:before{
  content:&quot;&quot;;
  position:absolute;
  left:0;
  top:.72em;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--da-blue);
}
.dip-about__inline-link{
  color:var(--da-blue-soft)!important;
  font-weight:780;
  text-underline-offset:3px;
}
.dip-about__function-wrap{
  overflow:hidden;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-xl);
  background:var(--da-bg-soft);
}
.dip-about__function-head,
.dip-about__function-row{
  display:grid;
  grid-template-columns:minmax(160px,.56fr) minmax(240px,1fr) minmax(260px,1.2fr);
  gap:22px;
}
.dip-about__function-head{
  padding:17px 24px;
  color:var(--da-muted-2);
  background:var(--da-panel);
  font-size:10px;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.dip-about__function-row{
  align-items:start;
  padding:24px;
  border-top:1px solid var(--da-line);
}
.dip-about__function-name{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.dip-about__function-name strong{
  font-size:16px;
}
.dip-about__function-name a{
  width:fit-content;
  color:var(--da-blue)!important;
  font-size:11px;
  font-weight:780;
  text-decoration:none;
  text-transform:uppercase;
}
.dip-about__function-row p{
  margin:0;
  color:var(--da-muted);
  font-size:14px;
  line-height:1.58;
}
.dip-about__function-row p strong{
  color:#d7dde3;
}
.dip-about__cycle{
  display:flex;
  align-items:stretch;
  overflow-x:auto;
  padding:1px 0 12px;
  scrollbar-width:thin;
}
.dip-about__cycle-step{
  position:relative;
  flex:1 0 150px;
  min-height:145px;
  padding:22px 34px 22px 20px;
  border-top:1px solid var(--da-line-strong);
  border-bottom:1px solid var(--da-line);
  background:rgba(255,255,255,.017);
}
.dip-about__cycle-step:first-child{
  border-left:1px solid var(--da-line);
  border-radius:15px 0 0 15px;
}
.dip-about__cycle-step:last-child{
  border-right:1px solid var(--da-line);
  border-radius:0 15px 15px 0;
}
.dip-about__cycle-step:not(:last-child):after{
  content:&quot;→&quot;;
  position:absolute;
  z-index:2;
  right:11px;
  top:50%;
  color:var(--da-blue);
  transform:translateY(-50%);
}
.dip-about__cycle-step small{
  display:block;
  color:var(--da-muted-2);
  font-size:10px;
  font-weight:850;
  letter-spacing:.12em;
}
.dip-about__cycle-step strong{
  display:block;
  margin-top:25px;
  font-size:15px;
  line-height:1.25;
  text-transform:uppercase;
}
.dip-about__access-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:13px;
  margin-top:34px;
}
.dip-about__access{
  min-height:205px;
  padding:25px;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-lg);
  background:var(--da-panel);
}
.dip-about__access-tag{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border:1px solid var(--da-line-strong);
  border-radius:999px;
  color:var(--da-blue-soft);
  font-size:10px;
  font-weight:850;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.dip-about__access h3{
  margin:24px 0 10px;
  font-size:20px;
}
.dip-about__access p{
  margin:0;
  color:var(--da-muted);
  font-size:14px;
  line-height:1.6;
}
.dip-about__build-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:13px;
}
.dip-about__build{
  padding:26px;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-lg);
  background:linear-gradient(160deg,rgba(19,29,42,.90),rgba(8,11,16,.90));
}
.dip-about__build-status{
  display:block;
  margin-bottom:34px;
  color:var(--da-blue);
  font-size:10px;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.dip-about__build h3{
  margin:0 0 15px;
  font-size:22px;
}
.dip-about__build ul{
  display:grid;
  gap:9px;
  margin:0;
  padding:0;
  list-style:none;
}
.dip-about__build li{
  position:relative;
  padding-left:17px;
  color:var(--da-muted);
  font-size:14px;
  line-height:1.5;
}
.dip-about__build li:before{
  content:&quot;&quot;;
  position:absolute;
  left:0;
  top:.7em;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--da-blue);
}
.dip-about__notice{
  margin-top:14px;
  padding:20px 23px;
  border-left:2px solid var(--da-blue);
  color:var(--da-muted);
  background:rgba(117,150,184,.07);
  font-size:13px;
  line-height:1.6;
}
.dip-about__cta{
  position:relative;
  overflow:hidden;
  margin:clamp(74px,10vw,126px) 0 36px;
  padding:clamp(38px,6vw,68px);
  border:1px solid var(--da-line-strong);
  border-radius:var(--da-radius-xl);
  background:linear-gradient(128deg,#0d1b2a,#15395d);
}
.dip-about__cta:after{
  content:&quot;ID&quot;;
  position:absolute;
  right:-14px;
  bottom:-72px;
  color:rgba(255,255,255,.035);
  font-size:250px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.08em;
}
.dip-about__cta-content{
  position:relative;
  z-index:1;
  max-width:870px;
}
.dip-about__cta h2{
  margin:0;
  font-size:clamp(38px,6vw,68px);
  line-height:1.02;
  letter-spacing:-.05em;
}
.dip-about__cta p{
  max-width:760px;
  margin:22px 0 0;
  color:#bac7d3;
  font-size:17px;
  line-height:1.65;
}
.dip-about__cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:31px;
}
.dip-about__footer{
  display:flex;
  justify-content:space-between;
  gap:25px;
  padding:28px 0 42px;
  color:var(--da-muted-2);
  font-size:12px;
  line-height:1.6;
}
.dip-about__footer a{
  color:var(--da-muted)!important;
  font-weight:780;
  text-decoration:none;
}
@media (max-width:980px){
  .dip-about__hero,
  .dip-about__section-head{
    grid-template-columns:1fr;
  }
  .dip-about__hero-panel{
    max-width:700px;
  }
  .dip-about__triad,
  .dip-about__benefit-grid,
  .dip-about__access-grid,
  .dip-about__build-grid{
    grid-template-columns:1fr;
  }
  .dip-about__card,
  .dip-about__benefit,
  .dip-about__access{
    min-height:0;
  }
  .dip-about__card-index{
    margin-bottom:34px;
  }
}
@media (max-width:760px){
  .dip-about__shell{
    width:min(100% - 24px,1180px);
  }
  .dip-about__topbar{
    align-items:flex-start;
    flex-direction:column;
    padding:20px 0 17px;
  }
  .dip-about__nav{
    justify-content:flex-start;
  }
  .dip-about__nav a{
    min-height:31px;
    padding:0 8px;
    font-size:10px;
  }
  .dip-about__hero{
    padding-top:62px;
  }
  .dip-about__role-grid{
    grid-template-columns:1fr;
  }
  .dip-about__step{
    grid-template-columns:56px 1fr;
    gap:12px 15px;
  }
  .dip-about__step-content{
    grid-column:2;
  }
  .dip-about__step-content ul{
    grid-template-columns:1fr;
  }
  .dip-about__function-head{
    display:none;
  }
  .dip-about__function-row{
    grid-template-columns:1fr;
    gap:11px;
  }
  .dip-about__function-row p:last-child{
    padding-top:11px;
    border-top:1px solid var(--da-line);
  }
  .dip-about__statement{
    align-items:flex-start;
    flex-direction:column;
  }
  .dip-about__footer{
    flex-direction:column;
  }
}
@media (max-width:520px){
  .dip-about__hero-title{
    font-size:43px;
  }
  .dip-about__hero-actions,
  .dip-about__cta-actions{
    display:grid;
  }
  .dip-about__button{
    width:100%;
  }
  .dip-about__role{
    grid-template-columns:1fr;
  }
  .dip-about__cta{
    padding:34px 24px;
  }
}
@media (prefers-reduced-motion:reduce){
  .dip-about *,
  .dip-about *:before,
  .dip-about *:after{
    scroll-behavior:auto!important;
    transition:none!important;
  }
}


/* ---------------------------------------------------------
   LIGHT NEUTRAL PALETTE — white canvas, graphite, grey, navy
   --------------------------------------------------------- */
.dip-about{
  --da-bg:#ffffff;
  --da-bg-soft:#f2f4f6;
  --da-panel:#e6ebef;
  --da-panel-2:#dce3e9;
  --da-navy:#172f47;
  --da-navy-light:#244d70;
  --da-text:#171d23;
  --da-muted:#596570;
  --da-muted-2:#76818b;
  --da-line:rgba(20,45,68,.14);
  --da-line-strong:rgba(20,45,68,.25);
  --da-blue:#315d82;
  --da-blue-soft:#667f97;
  --da-white:#171d23;
  color:var(--da-text);
  background:#ffffff;
}
.dip-about__brand{
  color:var(--da-text);
}
.dip-about__brand-mark{
  color:var(--da-navy);
  background:#e2e8ed;
}
.dip-about__nav a:hover{
  color:var(--da-navy);
  background:#e8ecef;
}
.dip-about__wordmark{
  color:var(--da-text);
}
.dip-about__hero-lead,
.dip-about__section-intro{
  color:#55616c;
}
.dip-about__section-intro strong,
.dip-about__function-row p strong{
  color:var(--da-text);
}
.dip-about__button{
  color:var(--da-text);
  background:#edf0f2;
}
.dip-about__button:hover{
  border-color:rgba(36,77,112,.42);
  background:#dfe5ea;
}
.dip-about__button--primary{
  color:#f4f6f8;
  border-color:var(--da-navy);
  background:var(--da-navy);
}
.dip-about__button--primary:hover{
  color:#ffffff;
  background:#244d70;
}
.dip-about__hero-panel{
  background:linear-gradient(155deg,#e8ecef,#dce4ea);
  box-shadow:none;
}
.dip-about__hero-panel:before{
  border-color:rgba(23,47,71,.09);
  box-shadow:0 0 0 46px rgba(23,47,71,.025),0 0 0 92px rgba(23,47,71,.016);
}
.dip-about__layer{
  border-color:rgba(23,47,71,.12);
  background:#d5dee6;
}
.dip-about__layer strong{
  color:#1b232b;
}
.dip-about__layer span{
  color:#5b6873;
}
.dip-about__card{
  background:linear-gradient(155deg,#eef1f3,#e3e8ec);
}
.dip-about__statement{
  color:#f3f5f7;
  border-color:#172f47;
  background:#172f47;
}
.dip-about__statement-code{
  color:#b6c8d7;
}
.dip-about__benefit{
  background:#edf0f2;
}
.dip-about__role{
  background:#e9edf0;
}
.dip-about__role-code{
  color:#274f71;
  background:#d9e1e7;
}
.dip-about__function-wrap{
  background:#f2f4f6;
}
.dip-about__function-head{
  color:#5d6974;
  background:#dce3e8;
}
.dip-about__cycle-step{
  background:#e9edf0;
}
.dip-about__access{
  background:#e7ecef;
}
.dip-about__build{
  background:linear-gradient(160deg,#edf0f2,#e1e7eb);
}
.dip-about__notice{
  background:#e5ebef;
}
.dip-about__cta{
  color:#f2f5f7;
  background:linear-gradient(128deg,#152a3e,#214b6d);
}
.dip-about__cta p{
  color:#c5d0da;
}
.dip-about__cta .dip-about__eyebrow{
  color:#9eb4c7;
}
.dip-about__cta .dip-about__button{
  color:#edf2f6;
  border-color:rgba(226,234,241,.24);
  background:rgba(226,234,241,.07);
}
.dip-about__cta .dip-about__button:hover{
  background:rgba(226,234,241,.14);
}
.dip-about__cta .dip-about__button--primary{
  color:#14283b;
  border-color:#b9cad7;
  background:#b9cad7;
}
.dip-about__cta .dip-about__button--primary:hover{
  color:#102438;
  background:#cad6df;
}
.dip-about__footer a{
  color:#475864!important;
}&lt;/style&gt;
&lt;section aria-labelledby=&quot;dip-about-title&quot; class=&quot;dip-about&quot;&gt;
	&lt;div class=&quot;dip-about__shell&quot;&gt;
		&lt;header class=&quot;dip-about__topbar&quot;&gt;
			&lt;a class=&quot;dip-about__brand&quot; href=&quot;https://diplomacy.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;&lt;span aria-hidden=&quot;true&quot; class=&quot;dip-about__brand-mark&quot;&gt;ID&lt;/span&gt; DIPLOMACY&lt;span&gt;.ID&lt;/span&gt; &lt;/a&gt;
			&lt;nav aria-label=&quot;About page navigation&quot; class=&quot;dip-about__nav&quot;&gt;
				&lt;a href=&quot;#dip-what&quot; target=&quot;_blank&quot;&gt;What it is&lt;/a&gt; &lt;a href=&quot;#dip-participate&quot; target=&quot;_blank&quot;&gt;Participate&lt;/a&gt; &lt;a href=&quot;#dip-start&quot; target=&quot;_blank&quot;&gt;How to start&lt;/a&gt; &lt;a href=&quot;#dip-functions&quot; target=&quot;_blank&quot;&gt;Functions&lt;/a&gt; &lt;a href=&quot;#dip-build&quot; target=&quot;_blank&quot;&gt;Build&lt;/a&gt;&lt;/nav&gt;
		&lt;/header&gt;
		&lt;div class=&quot;dip-about__hero&quot;&gt;
			&lt;div&gt;
				&lt;p class=&quot;dip-about__eyebrow&quot;&gt;
					About &amp;#183; Founding phase&lt;/p&gt;
				&lt;p class=&quot;dip-about__wordmark&quot;&gt;
					DIPLOMACY&lt;span&gt;.ID&lt;/span&gt;&lt;/p&gt;
				&lt;h1 class=&quot;dip-about__hero-title&quot; id=&quot;dip-about-title&quot;&gt;
					Knowledge into action.&lt;br /&gt;
					Contribution into institutional memory.&lt;/h1&gt;
				&lt;p class=&quot;dip-about__hero-lead&quot;&gt;
					&lt;a href=&quot;http://DIPLOMACY.ID&quot; target=&quot;_blank&quot;&gt;DIPLOMACY.ID&lt;/a&gt; is a founding thematic module of a &lt;strong&gt;Transdisciplinary Applied Knowledge Network&lt;/strong&gt;. It begins with International Relations, Diplomacy &amp;#38; Strategic Studies and connects professional identity, institutions, knowledge, working groups and practical projects in one continuous environment.&lt;/p&gt;
				&lt;div class=&quot;dip-about__hero-actions&quot;&gt;
					&lt;a class=&quot;dip-about__button dip-about__button--primary&quot; href=&quot;#dip-start&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color:#ffffff;&quot;&gt;How to participate &lt;/span&gt;&lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8595;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/adaptive/id398109/followers/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; Explore people &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/adaptive/publication/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; Explore knowledge &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt;&lt;/div&gt;
			&lt;/div&gt;
			&lt;aside aria-label=&quot;Five operating layers&quot; class=&quot;dip-about__hero-panel&quot;&gt;
				&lt;p class=&quot;dip-about__panel-label&quot;&gt;
					One core &amp;#183; Five operating layers&lt;/p&gt;
				&lt;div class=&quot;dip-about__layer-list&quot;&gt;
					&lt;div class=&quot;dip-about__layer&quot;&gt;
						&lt;span class=&quot;dip-about__layer-number&quot;&gt;01&lt;/span&gt;
						&lt;div&gt;
							&lt;strong&gt;Identity&lt;/strong&gt;&lt;span&gt;People, institutions, roles and expertise&lt;/span&gt;&lt;/div&gt;
					&lt;/div&gt;
					&lt;div class=&quot;dip-about__layer&quot;&gt;
						&lt;span class=&quot;dip-about__layer-number&quot;&gt;02&lt;/span&gt;
						&lt;div&gt;
							&lt;strong&gt;Knowledge&lt;/strong&gt;&lt;span&gt;Publications, files, cases and review&lt;/span&gt;&lt;/div&gt;
					&lt;/div&gt;
					&lt;div class=&quot;dip-about__layer&quot;&gt;
						&lt;span class=&quot;dip-about__layer-number&quot;&gt;03&lt;/span&gt;
						&lt;div&gt;
							&lt;strong&gt;Community&lt;/strong&gt;&lt;span&gt;Partners, groups and expert networks&lt;/span&gt;&lt;/div&gt;
					&lt;/div&gt;
					&lt;div class=&quot;dip-about__layer&quot;&gt;
						&lt;span class=&quot;dip-about__layer-number&quot;&gt;04&lt;/span&gt;
						&lt;div&gt;
							&lt;strong&gt;Action&lt;/strong&gt;&lt;span&gt;Working groups, projects and delivery&lt;/span&gt;&lt;/div&gt;
					&lt;/div&gt;
					&lt;div class=&quot;dip-about__layer&quot;&gt;
						&lt;span class=&quot;dip-about__layer-number&quot;&gt;05&lt;/span&gt;
						&lt;div&gt;
							&lt;strong&gt;Memory &amp;#38; Trust&lt;/strong&gt;&lt;span&gt;Authorship, decisions and contribution&lt;/span&gt;&lt;/div&gt;
					&lt;/div&gt;
				&lt;/div&gt;
			&lt;/aside&gt;
		&lt;/div&gt;
		&lt;section aria-labelledby=&quot;dip-what-title&quot; class=&quot;dip-about__section&quot; id=&quot;dip-what&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;01 / WHAT IT IS&lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-what-title&quot;&gt;
						One institution where people, knowledge and projects stay connected.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					The problem is not a lack of information. It is fragmentation: publications are separated from the people who created them, professional networks from demonstrated competence, and projects from the history of ideas and contribution. &lt;a href=&quot;http://DIPLOMACY.ID&quot; target=&quot;_blank&quot;&gt;DIPLOMACY.ID&lt;/a&gt; is designed to reconnect these parts.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__triad&quot;&gt;
				&lt;article class=&quot;dip-about__card&quot;&gt;
					&lt;span class=&quot;dip-about__card-index&quot;&gt;01 / NETWORK&lt;/span&gt;
					&lt;h3&gt;
						Professional Network&lt;/h3&gt;
					&lt;p&gt;
						People, institutions, expertise, professional roles and the record of contribution are connected through persistent identities rather than isolated event lists or informal contact databases.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__card&quot;&gt;
					&lt;span class=&quot;dip-about__card-index&quot;&gt;02 / KNOWLEDGE&lt;/span&gt;
					&lt;h3&gt;
						Interactive Journal&lt;/h3&gt;
					&lt;p&gt;
						Articles, working papers, policy briefs, files, discussion, review and thematic memory form a living knowledge environment rather than a publication archive that stops at release.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__card&quot;&gt;
					&lt;span class=&quot;dip-about__card-index&quot;&gt;03 / ACTION&lt;/span&gt;
					&lt;h3&gt;
						Project Laboratory&lt;/h3&gt;
					&lt;p&gt;
						Working groups convert questions and evidence into reviewed outputs, practical concepts, partnerships, implementation and feedback.&lt;/p&gt;
				&lt;/article&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__statement&quot;&gt;
				&lt;strong&gt;A network that publishes. A journal that acts. A project system that remembers contribution. &lt;/strong&gt; &lt;span class=&quot;dip-about__statement-code&quot;&gt;Applied Knowledge Network&lt;/span&gt;&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;dip-participate-title&quot; class=&quot;dip-about__section&quot; id=&quot;dip-participate&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;02 / WHY PARTICIPATE&lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-participate-title&quot;&gt;
						Participation should create a durable professional result.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					&lt;a href=&quot;http://DIPLOMACY.ID&quot; target=&quot;_blank&quot;&gt;DIPLOMACY.ID&lt;/a&gt; is not built around passive membership. A participant adds expertise, evidence, review, institutional capacity, technology or project leadership &amp;#8212; and the system preserves the connection between that contribution and the person or organisation that made it.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__benefit-grid&quot;&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;01&lt;/small&gt;
					&lt;h3&gt;
						A coherent professional identity&lt;/h3&gt;
					&lt;p&gt;
						Bring biography, roles, expertise, publications, cases and projects into one structured record.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;02&lt;/small&gt;
					&lt;h3&gt;
						Visible authorship and contribution&lt;/h3&gt;
					&lt;p&gt;
						Connect each paper, review, project role and practical result to its real contributors.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;03&lt;/small&gt;
					&lt;h3&gt;
						Relevant professional connections&lt;/h3&gt;
					&lt;p&gt;
						Find specialists and institutions through shared questions, regions, disciplines and active work.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;04&lt;/small&gt;
					&lt;h3&gt;
						Access to working groups&lt;/h3&gt;
					&lt;p&gt;
						Move beyond commentary by contributing evidence, cases, policy options, review or implementation.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;05&lt;/small&gt;
					&lt;h3&gt;
						A practical project record&lt;/h3&gt;
					&lt;p&gt;
						Show not only what you know, but what you helped design, test, deliver and improve.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;06&lt;/small&gt;
					&lt;h3&gt;
						A role in building the institution&lt;/h3&gt;
					&lt;p&gt;
						Founding participants can shape taxonomy, governance, editorial practice, product architecture and tools.&lt;/p&gt;
				&lt;/article&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__section-head&quot; style=&quot;margin-top:72px;margin-bottom:30px;&quot;&gt;
				&lt;div&gt;
					&lt;p class=&quot;dip-about__kicker&quot;&gt;
						Ways to participate&lt;/p&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot;&gt;
						Choose the role that matches your contribution.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					Participants are not expected to work across the whole system. They join one or more workstreams according to their competence, institutional responsibility and available time.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__role-grid&quot;&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						EXP&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Expert or Researcher&lt;/h3&gt;
						&lt;p&gt;
							Publish selected work, contribute evidence, join peer review, co-author outputs and help define research questions.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						PRC&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Practitioner or Sector Specialist&lt;/h3&gt;
						&lt;p&gt;
							Bring real constraints, field experience, cases, institutional knowledge and implementation criteria.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						INS&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Institutional Partner&lt;/h3&gt;
						&lt;p&gt;
							Create an institutional presence, nominate representatives, host a workstream and provide expertise, data or implementation capacity.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						DEV&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Architect, Designer or Developer&lt;/h3&gt;
						&lt;p&gt;
							Contribute to institutional architecture, product design, UX, engineering, data, security, integrations and technical audit.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						EDT&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Editor, Reviewer or Knowledge Architect&lt;/h3&gt;
						&lt;p&gt;
							Develop standards, taxonomies, metadata, review procedures, document statuses and publication workflows.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						LEAD&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Project Lead or Founding Partner&lt;/h3&gt;
						&lt;p&gt;
							Formulate a specific question, assemble a cohort, organise the cycle and carry a reviewed result into practical action.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;dip-start-title&quot; class=&quot;dip-about__section&quot; id=&quot;dip-start&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;03 / HOW TO START&lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-start-title&quot;&gt;
						A simple path from profile to real contribution.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					The first stage can already be organised through existing &lt;a href=&quot;http://ID.PAGE&quot; target=&quot;_blank&quot;&gt;ID.PAGE&lt;/a&gt; profiles, r&amp;#233;sum&amp;#233;s, publications, communities, partner pages, projects and files. The quality of the network depends on structured information and clear evidence, not on the number of registrations.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__steps&quot;&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Create or update your ID.PAGE profile&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Add your real name, current role, institution, location, professional photograph, short biography and public contact or institutional link.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Create an Expert Dossier r&amp;#233;sum&amp;#233;&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Use the r&amp;#233;sum&amp;#233; as a structured professional record, not only as a job-search document. Include:&lt;/p&gt;
						&lt;ul&gt;
							&lt;li&gt;
								Professional headline&lt;/li&gt;
							&lt;li&gt;
								5&amp;#8211;10 areas of expertise&lt;/li&gt;
							&lt;li&gt;
								Current and previous roles&lt;/li&gt;
							&lt;li&gt;
								Education and scientific activity&lt;/li&gt;
							&lt;li&gt;
								Countries and regions&lt;/li&gt;
							&lt;li&gt;
								Working languages&lt;/li&gt;
						&lt;/ul&gt;
						&lt;p style=&quot;margin-top:14px;&quot;&gt;
							&lt;a class=&quot;dip-about__inline-link&quot; href=&quot;https://id.page/page/adaptive/id5250/resume/6/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Open a r&amp;#233;sum&amp;#233; example &amp;#8599; &lt;/a&gt;&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Add evidence of competence&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Upload three to five selected works and at least one case or project. For each item, state the year, type, short abstract, your role, the result and a file or source link.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Connect with DIPLOMACY.ID&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Follow the project, share your ID.PAGE profile link and indicate your professional role, fields, regions, languages and preferred type of participation.&lt;/p&gt;
						&lt;p style=&quot;margin-top:12px;&quot;&gt;
							&lt;a class=&quot;dip-about__inline-link&quot; href=&quot;https://diplomacy.id.page/page/adaptive/id398109/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Open the DIPLOMACY.ID profile &amp;#8599; &lt;/a&gt;&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Choose a continuing community or workstream&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Join the professional environment that matches your discipline or question. A community is persistent: it connects people, knowledge and future projects over time.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Join or propose a time-limited project&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							A project begins with a specific question, a defined cohort, a deadline, contribution formats, review criteria and an expected output. It is not a general discussion space.&lt;/p&gt;
						&lt;p style=&quot;margin-top:12px;&quot;&gt;
							&lt;a class=&quot;dip-about__inline-link&quot; href=&quot;https://diplomacy.id.page/page/adaptive/id398109/project/create/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Project creation page for authorised users &amp;#8599; &lt;/a&gt;&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Contribute, review and record the result&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Submit an evidence note, case, working paper, policy option, peer review, technical component or implementation concept. After review, link the final contribution and project role back to your r&amp;#233;sum&amp;#233;.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;dip-functions-title&quot; class=&quot;dip-about__section&quot; id=&quot;dip-functions&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;04 / PAGES &amp;#38; FUNCTIONS&lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-functions-title&quot;&gt;
						Each page has a different institutional purpose.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					The platform becomes coherent only when identity, knowledge, community and action are not confused. The distinctions below show where each type of information belongs.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div aria-label=&quot;DIPLOMACY.ID pages and functions&quot; class=&quot;dip-about__function-wrap&quot; role=&quot;table&quot;&gt;
				&lt;div class=&quot;dip-about__function-head&quot; role=&quot;row&quot;&gt;
					&lt;div role=&quot;columnheader&quot;&gt;
						Page / function&lt;/div&gt;
					&lt;div role=&quot;columnheader&quot;&gt;
						Use it for&lt;/div&gt;
					&lt;div role=&quot;columnheader&quot;&gt;
						How it differs&lt;/div&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;About&lt;/strong&gt;&lt;span&gt;Operating model&lt;/span&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Mission, participation rules, governance logic, access levels and instructions.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Not a feed or archive.&lt;/strong&gt; It explains how the whole institution works.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Personal Profile&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/adaptive/id398109/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Open example &amp;#8599;&lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Public identity, biography, current role, institutional affiliation, communities, activity and communication.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Dynamic public presence.&lt;/strong&gt; It introduces the person; it does not replace a structured professional dossier.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;R&amp;#233;sum&amp;#233; / Expert Dossier&lt;/strong&gt; &lt;a href=&quot;https://id.page/page/adaptive/id5250/resume/6/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Open example &amp;#8599;&lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Skills, experience, scientific activity, education, languages, selected works, created projects and practical cases.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Permanent evidence of competence.&lt;/strong&gt; Unlike the profile, it is structured and cumulative.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;People&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/adaptive/id398109/followers/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Open section &amp;#8599;&lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Discovery of participants and access to their individual professional identities.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;A directory, not a r&amp;#233;sum&amp;#233;.&lt;/strong&gt; It helps find a person; evidence remains on the person&amp;#8217;s own pages.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Institutions / Partners&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/adaptive/partner/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Open section &amp;#8599;&lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Universities, think tanks, public bodies, companies, associations and other organisations participating institutionally.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Represents an organisation.&lt;/strong&gt; Individual expertise remains attached to named people and roles.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Communities / Groups&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/adaptive/id398109/community/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Open section &amp;#8599;&lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Continuing thematic or professional environments, relationships, discussion and the formation of future work.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Persistent and broad.&lt;/strong&gt; A community does not need a final deadline or one predetermined output.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Knowledge / Publications&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/adaptive/publication/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Open section &amp;#8599;&lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Articles, policy briefs, reports, working papers, interviews, research outputs and reviewed public materials.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;A dated authored output.&lt;/strong&gt; It is different from a living Wiki entry or a draft contribution inside a project.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Projects&lt;/strong&gt;&lt;span&gt;Applied cycles&lt;/span&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						A specific question, defined participants, time frame, contributions, review process, expected result and practical next step.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Time-limited and result-oriented.&lt;/strong&gt; Unlike a community, a project should conclude with an output and a recorded contribution.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Works / Contributions&lt;/strong&gt;&lt;span&gt;Inputs to a project&lt;/span&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Evidence notes, cases, scenario papers, policy options, legal notes, peer reviews, technical modules and implementation concepts.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Contribution, not necessarily publication.&lt;/strong&gt; It can be a draft or project input before review and consolidation.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Cases&lt;/strong&gt;&lt;span&gt;Record of practice&lt;/span&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						A structured account of a problem, the participant&amp;#8217;s role, actions, partners, result, evidence and lessons learned.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Shows what was done.&lt;/strong&gt; A publication demonstrates knowledge; a case demonstrates applied responsibility and result.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Wiki&lt;/strong&gt;&lt;span&gt;Shared reference&lt;/span&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Definitions, methods, chronologies, institutions, country notes, standards and stable thematic reference.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Continuously maintained knowledge.&lt;/strong&gt; It is not an opinion article and should not depend on one publication date.&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;dip-cycle-title&quot; class=&quot;dip-about__section&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;05 / THE WORKING CYCLE&lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-cycle-title&quot;&gt;
						A conventional journal stops at publication. This system continues.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					The core purpose is to preserve the connection between people, evidence, professional judgement, decisions, implementation and updated knowledge.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div aria-label=&quot;Applied knowledge cycle&quot; class=&quot;dip-about__cycle&quot;&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;01&lt;/small&gt;&lt;strong&gt;Question&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;02&lt;/small&gt;&lt;strong&gt;Evidence&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;03&lt;/small&gt;&lt;strong&gt;Expert Network&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;04&lt;/small&gt;&lt;strong&gt;Working Group&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;05&lt;/small&gt;&lt;strong&gt;Reviewed Output&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;06&lt;/small&gt;&lt;strong&gt;Project &amp;#38; Feedback&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;07&lt;/small&gt;&lt;strong&gt;Updated Knowledge&lt;/strong&gt;&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__access-grid&quot;&gt;
				&lt;article class=&quot;dip-about__access&quot;&gt;
					&lt;span class=&quot;dip-about__access-tag&quot;&gt;Public&lt;/span&gt;
					&lt;h3&gt;
						Open knowledge&lt;/h3&gt;
					&lt;p&gt;
						Public profiles, articles, interviews, events, educational materials and approved project results.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__access&quot;&gt;
					&lt;span class=&quot;dip-about__access-tag&quot;&gt;Professional&lt;/span&gt;
					&lt;h3&gt;
						Expert collaboration&lt;/h3&gt;
					&lt;p&gt;
						Peer review, expert discussion, co-authoring, thematic groups and institutional collaboration.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__access&quot;&gt;
					&lt;span class=&quot;dip-about__access-tag&quot;&gt;Restricted&lt;/span&gt;
					&lt;h3&gt;
						Controlled project work&lt;/h3&gt;
					&lt;p&gt;
						Working documents, internal evidence, policy support and project governance &amp;#8212; only after access controls are technically validated.&lt;/p&gt;
				&lt;/article&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;dip-build-title&quot; class=&quot;dip-about__section&quot; id=&quot;dip-build&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;06 / CURRENT STATE&lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-build-title&quot;&gt;
						Start with the working core. Build only what the pilot proves necessary.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					The project separates what can be used now, what must be configured for the pilot, and what requires technical audit or further development. This prevents a future vision from being presented as an already completed product.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__build-grid&quot;&gt;
				&lt;article class=&quot;dip-about__build&quot;&gt;
					&lt;span class=&quot;dip-about__build-status&quot;&gt;Start now&lt;/span&gt;
					&lt;h3&gt;
						Current and evidenced core&lt;/h3&gt;
					&lt;ul&gt;
						&lt;li&gt;
							Personal and institutional profiles&lt;/li&gt;
						&lt;li&gt;
							People, partners and communities&lt;/li&gt;
						&lt;li&gt;
							Publications, media and files&lt;/li&gt;
						&lt;li&gt;
							Projects, r&amp;#233;sum&amp;#233;s and cases&lt;/li&gt;
						&lt;li&gt;
							Branded thematic pages and modules&lt;/li&gt;
					&lt;/ul&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__build&quot;&gt;
					&lt;span class=&quot;dip-about__build-status&quot;&gt;Configure for pilot&lt;/span&gt;
					&lt;h3&gt;
						Institutional operating layer&lt;/h3&gt;
					&lt;ul&gt;
						&lt;li&gt;
							Profile and contribution standards&lt;/li&gt;
						&lt;li&gt;
							Taxonomy and content templates&lt;/li&gt;
						&lt;li&gt;
							Editorial roles and review workflow&lt;/li&gt;
						&lt;li&gt;
							Founding cohort and partner map&lt;/li&gt;
						&lt;li&gt;
							One working group and one complete cycle&lt;/li&gt;
					&lt;/ul&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__build&quot;&gt;
					&lt;span class=&quot;dip-about__build-status&quot;&gt;Audit and develop&lt;/span&gt;
					&lt;h3&gt;
						Controlled professional infrastructure&lt;/h3&gt;
					&lt;ul&gt;
						&lt;li&gt;
							Role-based access and closed workspaces&lt;/li&gt;
						&lt;li&gt;
							Document versions and audit trail&lt;/li&gt;
						&lt;li&gt;
							Local data governance and analytics&lt;/li&gt;
						&lt;li&gt;
							Academic and identity integrations&lt;/li&gt;
						&lt;li&gt;
							Semantic search and contribution analytics&lt;/li&gt;
					&lt;/ul&gt;
				&lt;/article&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__notice&quot;&gt;
				Restricted diplomatic, governmental, personal, research or commercially sensitive materials should not be uploaded until roles, permissions, storage, logs and data-governance procedures have been technically audited.&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;dip-cta-title&quot; class=&quot;dip-about__cta&quot;&gt;
			&lt;div class=&quot;dip-about__cta-content&quot;&gt;
				&lt;p class=&quot;dip-about__eyebrow&quot;&gt;
					Founding cohort&lt;/p&gt;
				&lt;h2 id=&quot;dip-cta-title&quot;&gt;
					Do not only join the network. Help build the institution.&lt;/h2&gt;
				&lt;p&gt;
					Create a professional identity, add selected evidence of competence, choose a role, join a workstream and contribute to the first complete cycle from question to reviewed output and practical next step.&lt;/p&gt;
				&lt;div class=&quot;dip-about__cta-actions&quot;&gt;
					&lt;a class=&quot;dip-about__button dip-about__button--primary&quot; href=&quot;https://diplomacy.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Open DIPLOMACY.ID &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/adaptive/id398109/followers/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; People &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/adaptive/partner/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; Institutions &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/adaptive/publication/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; Knowledge &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt;&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;footer class=&quot;dip-about__footer&quot;&gt;
			&lt;span&gt;DIPLOMACY.ID is an independent applied knowledge initiative in its founding phase. It is not an official diplomatic service, an intergovernmental body or a political organisation. &lt;/span&gt; &lt;a href=&quot;https://diplomacy.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;diplomacy.id.page &amp;#8599;&lt;/a&gt;&lt;/footer&gt;
	&lt;/div&gt;
&lt;/section&gt;
&lt;br /&gt;
</description><yandex:full-text>&lt;!--
  DIPLOMACY.ID — About page
  Ready-to-paste HTML/CSS block for ID.PAGE.
  No external libraries or JavaScript.
--&gt;
&lt;style type=&quot;text/css&quot;&gt;
.dip-about,
.dip-about *{
  box-sizing:border-box;
}
.dip-about{
  --da-bg:#080b10;
  --da-bg-soft:#0c1118;
  --da-panel:#101722;
  --da-panel-2:#131d2a;
  --da-navy:#102a46;
  --da-navy-light:#183c62;
  --da-text:#f1f4f7;
  --da-muted:#98a4b1;
  --da-muted-2:#6f7b87;
  --da-line:rgba(220,229,238,.13);
  --da-line-strong:rgba(220,229,238,.22);
  --da-blue:#7596b8;
  --da-blue-soft:#b7c9db;
  --da-white:#ffffff;
  --da-radius-xl:30px;
  --da-radius-lg:21px;
  --da-radius-md:14px;
  width:100%;
  margin:0;
  padding:0;
  color:var(--da-text);
  background:
    radial-gradient(circle at 86% 2%,rgba(24,60,98,.38),transparent 28%),
    radial-gradient(circle at 4% 30%,rgba(16,42,70,.24),transparent 23%),
    var(--da-bg);
  font-family:-apple-system,BlinkMacSystemFont,&quot;Segoe UI&quot;,Inter,Roboto,Arial,sans-serif;
  line-height:1.6;
  overflow:hidden;
}
.dip-about a{
  color:inherit;
}
.dip-about__shell{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto;
}
.dip-about__topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:82px;
  border-bottom:1px solid var(--da-line);
}
.dip-about__brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--da-white);
  font-size:17px;
  font-weight:850;
  letter-spacing:.035em;
  text-decoration:none;
}
.dip-about__brand-mark{
  display:grid;
  place-items:center;
  width:29px;
  height:29px;
  border:1px solid var(--da-line-strong);
  border-radius:8px;
  color:var(--da-blue-soft);
  background:var(--da-panel);
  font-size:11px;
  letter-spacing:0;
}
.dip-about__brand span{
  color:var(--da-blue);
}
.dip-about__nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:6px;
}
.dip-about__nav a{
  display:inline-flex;
  align-items:center;
  min-height:37px;
  padding:0 12px;
  border-radius:999px;
  color:var(--da-muted);
  font-size:12px;
  font-weight:760;
  letter-spacing:.055em;
  text-decoration:none;
  text-transform:uppercase;
  transition:color .18s ease,background .18s ease;
}
.dip-about__nav a:hover{
  color:var(--da-white);
  background:rgba(255,255,255,.055);
}
.dip-about__hero{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  gap:clamp(44px,7vw,96px);
  align-items:end;
  padding:clamp(70px,10vw,132px) 0 clamp(72px,9vw,116px);
}
.dip-about__eyebrow,
.dip-about__kicker{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 19px;
  color:var(--da-blue);
  font-size:11px;
  font-weight:850;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.dip-about__eyebrow:before,
.dip-about__kicker:before{
  content:&quot;&quot;;
  width:28px;
  height:1px;
  background:currentColor;
}
.dip-about__wordmark{
  margin:0 0 24px;
  color:var(--da-white);
  font-size:clamp(19px,2.4vw,28px);
  font-weight:900;
  letter-spacing:.055em;
}
.dip-about__wordmark span{
  color:var(--da-blue);
}
.dip-about__hero-title{
  max-width:860px;
  margin:0;
  font-size:clamp(48px,7.8vw,92px);
  line-height:.96;
  letter-spacing:-.058em;
  text-wrap:balance;
}
.dip-about__hero-lead{
  max-width:790px;
  margin:30px 0 0;
  color:#c4ccd4;
  font-size:clamp(17px,2vw,21px);
  line-height:1.67;
}
.dip-about__hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:34px;
}
.dip-about__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:50px;
  padding:0 18px;
  border:1px solid var(--da-line-strong);
  border-radius:12px;
  color:var(--da-text);
  background:transparent;
  font-size:13px;
  font-weight:790;
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.dip-about__button:hover{
  transform:translateY(-2px);
  border-color:rgba(183,201,219,.52);
  background:rgba(255,255,255,.04);
}
.dip-about__button--primary{
  border-color:var(--da-navy-light);
  background:var(--da-navy-light);
}
.dip-about__button--primary:hover{
  background:#204b76;
}
.dip-about__hero-panel{
  position:relative;
  overflow:hidden;
  padding:26px;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-xl);
  background:linear-gradient(155deg,rgba(24,60,98,.50),rgba(16,23,34,.82));
}
.dip-about__hero-panel:before{
  content:&quot;&quot;;
  position:absolute;
  width:210px;
  height:210px;
  top:-128px;
  right:-90px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%;
  box-shadow:0 0 0 46px rgba(255,255,255,.018),0 0 0 92px rgba(255,255,255,.012);
}
.dip-about__panel-label{
  margin:0 0 18px;
  color:var(--da-muted);
  font-size:10px;
  font-weight:840;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.dip-about__layer-list{
  position:relative;
  z-index:1;
  display:grid;
  gap:8px;
}
.dip-about__layer{
  display:grid;
  grid-template-columns:30px 1fr;
  gap:12px;
  align-items:center;
  min-height:55px;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:12px;
  background:rgba(4,8,13,.25);
}
.dip-about__layer-number{
  color:var(--da-blue);
  font-size:11px;
  font-weight:850;
}
.dip-about__layer strong{
  display:block;
  font-size:13px;
  letter-spacing:.035em;
  text-transform:uppercase;
}
.dip-about__layer span{
  display:block;
  margin-top:1px;
  color:var(--da-muted);
  font-size:12px;
  line-height:1.35;
}
.dip-about__section{
  padding:clamp(72px,9vw,116px) 0;
  border-top:1px solid var(--da-line);
  scroll-margin-top:24px;
}
.dip-about__section-head{
  display:grid;
  grid-template-columns:minmax(260px,.68fr) minmax(0,1.32fr);
  gap:clamp(32px,7vw,88px);
  align-items:start;
  margin-bottom:42px;
}
.dip-about__section-number{
  display:block;
  margin-bottom:18px;
  color:var(--da-muted-2);
  font-size:12px;
  font-weight:820;
  letter-spacing:.13em;
}
.dip-about__section-title{
  margin:0;
  font-size:clamp(34px,5vw,57px);
  line-height:1.04;
  letter-spacing:-.046em;
  text-wrap:balance;
}
.dip-about__section-intro{
  margin:2px 0 0;
  color:#bcc5ce;
  font-size:clamp(17px,2vw,20px);
  line-height:1.7;
}
.dip-about__section-intro strong{
  color:var(--da-white);
}
.dip-about__triad{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:13px;
}
.dip-about__card{
  position:relative;
  min-height:260px;
  padding:26px;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-lg);
  background:linear-gradient(155deg,rgba(19,29,42,.90),rgba(12,17,24,.94));
}
.dip-about__card-index{
  display:block;
  margin-bottom:56px;
  color:var(--da-blue);
  font-size:12px;
  font-weight:850;
  letter-spacing:.1em;
}
.dip-about__card h3{
  margin:0 0 12px;
  font-size:22px;
  line-height:1.15;
  letter-spacing:-.025em;
}
.dip-about__card p{
  margin:0;
  color:var(--da-muted);
  font-size:15px;
  line-height:1.65;
}
.dip-about__statement{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-top:14px;
  padding:27px 30px;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-lg);
  background:var(--da-navy);
}
.dip-about__statement strong{
  max-width:850px;
  font-size:clamp(19px,2.4vw,29px);
  line-height:1.35;
  letter-spacing:-.025em;
}
.dip-about__statement-code{
  flex:0 0 auto;
  color:var(--da-blue-soft);
  font-size:11px;
  font-weight:840;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.dip-about__benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:13px;
}
.dip-about__benefit{
  min-height:195px;
  padding:24px;
  border-top:1px solid var(--da-line-strong);
  background:rgba(255,255,255,.018);
}
.dip-about__benefit small{
  display:block;
  margin-bottom:26px;
  color:var(--da-blue);
  font-size:11px;
  font-weight:840;
  letter-spacing:.12em;
}
.dip-about__benefit h3{
  margin:0 0 10px;
  font-size:19px;
  line-height:1.25;
}
.dip-about__benefit p{
  margin:0;
  color:var(--da-muted);
  font-size:14px;
  line-height:1.62;
}
.dip-about__role-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:13px;
}
.dip-about__role{
  display:grid;
  grid-template-columns:50px 1fr;
  gap:20px;
  padding:25px;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-lg);
  background:rgba(255,255,255,.018);
}
.dip-about__role-code{
  display:grid;
  place-items:center;
  width:50px;
  height:50px;
  border:1px solid var(--da-line-strong);
  border-radius:14px;
  color:var(--da-blue-soft);
  background:var(--da-panel);
  font-size:11px;
  font-weight:850;
  letter-spacing:.06em;
}
.dip-about__role h3{
  margin:0 0 9px;
  font-size:19px;
  line-height:1.25;
}
.dip-about__role p{
  margin:0;
  color:var(--da-muted);
  font-size:14px;
  line-height:1.62;
}
.dip-about__steps{
  counter-reset:dipstep;
  border-top:1px solid var(--da-line);
}
.dip-about__step{
  counter-increment:dipstep;
  display:grid;
  grid-template-columns:110px minmax(190px,.72fr) minmax(0,1.28fr);
  gap:24px;
  padding:30px 0;
  border-bottom:1px solid var(--da-line);
}
.dip-about__step:before{
  content:&quot;0&quot; counter(dipstep);
  color:var(--da-blue);
  font-size:13px;
  font-weight:850;
  letter-spacing:.13em;
}
.dip-about__step h3{
  margin:0;
  font-size:20px;
  line-height:1.32;
}
.dip-about__step-content{
  color:var(--da-muted);
  font-size:15px;
}
.dip-about__step-content p{
  margin:0;
}
.dip-about__step-content ul{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px 24px;
  margin:14px 0 0;
  padding:0;
  list-style:none;
}
.dip-about__step-content li{
  position:relative;
  padding-left:16px;
}
.dip-about__step-content li:before{
  content:&quot;&quot;;
  position:absolute;
  left:0;
  top:.72em;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--da-blue);
}
.dip-about__inline-link{
  color:var(--da-blue-soft)!important;
  font-weight:780;
  text-underline-offset:3px;
}
.dip-about__function-wrap{
  overflow:hidden;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-xl);
  background:var(--da-bg-soft);
}
.dip-about__function-head,
.dip-about__function-row{
  display:grid;
  grid-template-columns:minmax(160px,.56fr) minmax(240px,1fr) minmax(260px,1.2fr);
  gap:22px;
}
.dip-about__function-head{
  padding:17px 24px;
  color:var(--da-muted-2);
  background:var(--da-panel);
  font-size:10px;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.dip-about__function-row{
  align-items:start;
  padding:24px;
  border-top:1px solid var(--da-line);
}
.dip-about__function-name{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.dip-about__function-name strong{
  font-size:16px;
}
.dip-about__function-name a{
  width:fit-content;
  color:var(--da-blue)!important;
  font-size:11px;
  font-weight:780;
  text-decoration:none;
  text-transform:uppercase;
}
.dip-about__function-row p{
  margin:0;
  color:var(--da-muted);
  font-size:14px;
  line-height:1.58;
}
.dip-about__function-row p strong{
  color:#d7dde3;
}
.dip-about__cycle{
  display:flex;
  align-items:stretch;
  overflow-x:auto;
  padding:1px 0 12px;
  scrollbar-width:thin;
}
.dip-about__cycle-step{
  position:relative;
  flex:1 0 150px;
  min-height:145px;
  padding:22px 34px 22px 20px;
  border-top:1px solid var(--da-line-strong);
  border-bottom:1px solid var(--da-line);
  background:rgba(255,255,255,.017);
}
.dip-about__cycle-step:first-child{
  border-left:1px solid var(--da-line);
  border-radius:15px 0 0 15px;
}
.dip-about__cycle-step:last-child{
  border-right:1px solid var(--da-line);
  border-radius:0 15px 15px 0;
}
.dip-about__cycle-step:not(:last-child):after{
  content:&quot;→&quot;;
  position:absolute;
  z-index:2;
  right:11px;
  top:50%;
  color:var(--da-blue);
  transform:translateY(-50%);
}
.dip-about__cycle-step small{
  display:block;
  color:var(--da-muted-2);
  font-size:10px;
  font-weight:850;
  letter-spacing:.12em;
}
.dip-about__cycle-step strong{
  display:block;
  margin-top:25px;
  font-size:15px;
  line-height:1.25;
  text-transform:uppercase;
}
.dip-about__access-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:13px;
  margin-top:34px;
}
.dip-about__access{
  min-height:205px;
  padding:25px;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-lg);
  background:var(--da-panel);
}
.dip-about__access-tag{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border:1px solid var(--da-line-strong);
  border-radius:999px;
  color:var(--da-blue-soft);
  font-size:10px;
  font-weight:850;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.dip-about__access h3{
  margin:24px 0 10px;
  font-size:20px;
}
.dip-about__access p{
  margin:0;
  color:var(--da-muted);
  font-size:14px;
  line-height:1.6;
}
.dip-about__build-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:13px;
}
.dip-about__build{
  padding:26px;
  border:1px solid var(--da-line);
  border-radius:var(--da-radius-lg);
  background:linear-gradient(160deg,rgba(19,29,42,.90),rgba(8,11,16,.90));
}
.dip-about__build-status{
  display:block;
  margin-bottom:34px;
  color:var(--da-blue);
  font-size:10px;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.dip-about__build h3{
  margin:0 0 15px;
  font-size:22px;
}
.dip-about__build ul{
  display:grid;
  gap:9px;
  margin:0;
  padding:0;
  list-style:none;
}
.dip-about__build li{
  position:relative;
  padding-left:17px;
  color:var(--da-muted);
  font-size:14px;
  line-height:1.5;
}
.dip-about__build li:before{
  content:&quot;&quot;;
  position:absolute;
  left:0;
  top:.7em;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--da-blue);
}
.dip-about__notice{
  margin-top:14px;
  padding:20px 23px;
  border-left:2px solid var(--da-blue);
  color:var(--da-muted);
  background:rgba(117,150,184,.07);
  font-size:13px;
  line-height:1.6;
}
.dip-about__cta{
  position:relative;
  overflow:hidden;
  margin:clamp(74px,10vw,126px) 0 36px;
  padding:clamp(38px,6vw,68px);
  border:1px solid var(--da-line-strong);
  border-radius:var(--da-radius-xl);
  background:linear-gradient(128deg,#0d1b2a,#15395d);
}
.dip-about__cta:after{
  content:&quot;ID&quot;;
  position:absolute;
  right:-14px;
  bottom:-72px;
  color:rgba(255,255,255,.035);
  font-size:250px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.08em;
}
.dip-about__cta-content{
  position:relative;
  z-index:1;
  max-width:870px;
}
.dip-about__cta h2{
  margin:0;
  font-size:clamp(38px,6vw,68px);
  line-height:1.02;
  letter-spacing:-.05em;
}
.dip-about__cta p{
  max-width:760px;
  margin:22px 0 0;
  color:#bac7d3;
  font-size:17px;
  line-height:1.65;
}
.dip-about__cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:31px;
}
.dip-about__footer{
  display:flex;
  justify-content:space-between;
  gap:25px;
  padding:28px 0 42px;
  color:var(--da-muted-2);
  font-size:12px;
  line-height:1.6;
}
.dip-about__footer a{
  color:var(--da-muted)!important;
  font-weight:780;
  text-decoration:none;
}
@media (max-width:980px){
  .dip-about__hero,
  .dip-about__section-head{
    grid-template-columns:1fr;
  }
  .dip-about__hero-panel{
    max-width:700px;
  }
  .dip-about__triad,
  .dip-about__benefit-grid,
  .dip-about__access-grid,
  .dip-about__build-grid{
    grid-template-columns:1fr;
  }
  .dip-about__card,
  .dip-about__benefit,
  .dip-about__access{
    min-height:0;
  }
  .dip-about__card-index{
    margin-bottom:34px;
  }
}
@media (max-width:760px){
  .dip-about__shell{
    width:min(100% - 24px,1180px);
  }
  .dip-about__topbar{
    align-items:flex-start;
    flex-direction:column;
    padding:20px 0 17px;
  }
  .dip-about__nav{
    justify-content:flex-start;
  }
  .dip-about__nav a{
    min-height:31px;
    padding:0 8px;
    font-size:10px;
  }
  .dip-about__hero{
    padding-top:62px;
  }
  .dip-about__role-grid{
    grid-template-columns:1fr;
  }
  .dip-about__step{
    grid-template-columns:56px 1fr;
    gap:12px 15px;
  }
  .dip-about__step-content{
    grid-column:2;
  }
  .dip-about__step-content ul{
    grid-template-columns:1fr;
  }
  .dip-about__function-head{
    display:none;
  }
  .dip-about__function-row{
    grid-template-columns:1fr;
    gap:11px;
  }
  .dip-about__function-row p:last-child{
    padding-top:11px;
    border-top:1px solid var(--da-line);
  }
  .dip-about__statement{
    align-items:flex-start;
    flex-direction:column;
  }
  .dip-about__footer{
    flex-direction:column;
  }
}
@media (max-width:520px){
  .dip-about__hero-title{
    font-size:43px;
  }
  .dip-about__hero-actions,
  .dip-about__cta-actions{
    display:grid;
  }
  .dip-about__button{
    width:100%;
  }
  .dip-about__role{
    grid-template-columns:1fr;
  }
  .dip-about__cta{
    padding:34px 24px;
  }
}
@media (prefers-reduced-motion:reduce){
  .dip-about *,
  .dip-about *:before,
  .dip-about *:after{
    scroll-behavior:auto!important;
    transition:none!important;
  }
}


/* ---------------------------------------------------------
   LIGHT NEUTRAL PALETTE — white canvas, graphite, grey, navy
   --------------------------------------------------------- */
.dip-about{
  --da-bg:#ffffff;
  --da-bg-soft:#f2f4f6;
  --da-panel:#e6ebef;
  --da-panel-2:#dce3e9;
  --da-navy:#172f47;
  --da-navy-light:#244d70;
  --da-text:#171d23;
  --da-muted:#596570;
  --da-muted-2:#76818b;
  --da-line:rgba(20,45,68,.14);
  --da-line-strong:rgba(20,45,68,.25);
  --da-blue:#315d82;
  --da-blue-soft:#667f97;
  --da-white:#171d23;
  color:var(--da-text);
  background:#ffffff;
}
.dip-about__brand{
  color:var(--da-text);
}
.dip-about__brand-mark{
  color:var(--da-navy);
  background:#e2e8ed;
}
.dip-about__nav a:hover{
  color:var(--da-navy);
  background:#e8ecef;
}
.dip-about__wordmark{
  color:var(--da-text);
}
.dip-about__hero-lead,
.dip-about__section-intro{
  color:#55616c;
}
.dip-about__section-intro strong,
.dip-about__function-row p strong{
  color:var(--da-text);
}
.dip-about__button{
  color:var(--da-text);
  background:#edf0f2;
}
.dip-about__button:hover{
  border-color:rgba(36,77,112,.42);
  background:#dfe5ea;
}
.dip-about__button--primary{
  color:#f4f6f8;
  border-color:var(--da-navy);
  background:var(--da-navy);
}
.dip-about__button--primary:hover{
  color:#ffffff;
  background:#244d70;
}
.dip-about__hero-panel{
  background:linear-gradient(155deg,#e8ecef,#dce4ea);
  box-shadow:none;
}
.dip-about__hero-panel:before{
  border-color:rgba(23,47,71,.09);
  box-shadow:0 0 0 46px rgba(23,47,71,.025),0 0 0 92px rgba(23,47,71,.016);
}
.dip-about__layer{
  border-color:rgba(23,47,71,.12);
  background:#d5dee6;
}
.dip-about__layer strong{
  color:#1b232b;
}
.dip-about__layer span{
  color:#5b6873;
}
.dip-about__card{
  background:linear-gradient(155deg,#eef1f3,#e3e8ec);
}
.dip-about__statement{
  color:#f3f5f7;
  border-color:#172f47;
  background:#172f47;
}
.dip-about__statement-code{
  color:#b6c8d7;
}
.dip-about__benefit{
  background:#edf0f2;
}
.dip-about__role{
  background:#e9edf0;
}
.dip-about__role-code{
  color:#274f71;
  background:#d9e1e7;
}
.dip-about__function-wrap{
  background:#f2f4f6;
}
.dip-about__function-head{
  color:#5d6974;
  background:#dce3e8;
}
.dip-about__cycle-step{
  background:#e9edf0;
}
.dip-about__access{
  background:#e7ecef;
}
.dip-about__build{
  background:linear-gradient(160deg,#edf0f2,#e1e7eb);
}
.dip-about__notice{
  background:#e5ebef;
}
.dip-about__cta{
  color:#f2f5f7;
  background:linear-gradient(128deg,#152a3e,#214b6d);
}
.dip-about__cta p{
  color:#c5d0da;
}
.dip-about__cta .dip-about__eyebrow{
  color:#9eb4c7;
}
.dip-about__cta .dip-about__button{
  color:#edf2f6;
  border-color:rgba(226,234,241,.24);
  background:rgba(226,234,241,.07);
}
.dip-about__cta .dip-about__button:hover{
  background:rgba(226,234,241,.14);
}
.dip-about__cta .dip-about__button--primary{
  color:#14283b;
  border-color:#b9cad7;
  background:#b9cad7;
}
.dip-about__cta .dip-about__button--primary:hover{
  color:#102438;
  background:#cad6df;
}
.dip-about__footer a{
  color:#475864!important;
}&lt;/style&gt;
&lt;section aria-labelledby=&quot;dip-about-title&quot; class=&quot;dip-about&quot;&gt;
	&lt;div class=&quot;dip-about__shell&quot;&gt;
		&lt;header class=&quot;dip-about__topbar&quot;&gt;
			&lt;a class=&quot;dip-about__brand&quot; href=&quot;https://diplomacy.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;&lt;span aria-hidden=&quot;true&quot; class=&quot;dip-about__brand-mark&quot;&gt;ID&lt;/span&gt; DIPLOMACY&lt;span&gt;.ID&lt;/span&gt; &lt;/a&gt;
			&lt;nav aria-label=&quot;About page navigation&quot; class=&quot;dip-about__nav&quot;&gt;
				&lt;a href=&quot;#dip-what&quot; target=&quot;_blank&quot;&gt;What it is&lt;/a&gt; &lt;a href=&quot;#dip-participate&quot; target=&quot;_blank&quot;&gt;Participate&lt;/a&gt; &lt;a href=&quot;#dip-start&quot; target=&quot;_blank&quot;&gt;How to start&lt;/a&gt; &lt;a href=&quot;#dip-functions&quot; target=&quot;_blank&quot;&gt;Functions&lt;/a&gt; &lt;a href=&quot;#dip-build&quot; target=&quot;_blank&quot;&gt;Build&lt;/a&gt;&lt;/nav&gt;
		&lt;/header&gt;
		&lt;div class=&quot;dip-about__hero&quot;&gt;
			&lt;div&gt;
				&lt;p class=&quot;dip-about__eyebrow&quot;&gt;
					About &amp;#183; Founding phase&lt;/p&gt;
				&lt;p class=&quot;dip-about__wordmark&quot;&gt;
					DIPLOMACY&lt;span&gt;.ID&lt;/span&gt;&lt;/p&gt;
				&lt;h1 class=&quot;dip-about__hero-title&quot; id=&quot;dip-about-title&quot;&gt;
					Knowledge into action.&lt;br /&gt;
					Contribution into institutional memory.&lt;/h1&gt;
				&lt;p class=&quot;dip-about__hero-lead&quot;&gt;
					&lt;a href=&quot;http://DIPLOMACY.ID&quot; target=&quot;_blank&quot;&gt;DIPLOMACY.ID&lt;/a&gt; is a founding thematic module of a &lt;strong&gt;Transdisciplinary Applied Knowledge Network&lt;/strong&gt;. It begins with International Relations, Diplomacy &amp;#38; Strategic Studies and connects professional identity, institutions, knowledge, working groups and practical projects in one continuous environment.&lt;/p&gt;
				&lt;div class=&quot;dip-about__hero-actions&quot;&gt;
					&lt;a class=&quot;dip-about__button dip-about__button--primary&quot; href=&quot;#dip-start&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color:#ffffff;&quot;&gt;How to participate &lt;/span&gt;&lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8595;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/adaptive/id398109/followers/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; Explore people &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/adaptive/publication/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; Explore knowledge &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt;&lt;/div&gt;
			&lt;/div&gt;
			&lt;aside aria-label=&quot;Five operating layers&quot; class=&quot;dip-about__hero-panel&quot;&gt;
				&lt;p class=&quot;dip-about__panel-label&quot;&gt;
					One core &amp;#183; Five operating layers&lt;/p&gt;
				&lt;div class=&quot;dip-about__layer-list&quot;&gt;
					&lt;div class=&quot;dip-about__layer&quot;&gt;
						&lt;span class=&quot;dip-about__layer-number&quot;&gt;01&lt;/span&gt;
						&lt;div&gt;
							&lt;strong&gt;Identity&lt;/strong&gt;&lt;span&gt;People, institutions, roles and expertise&lt;/span&gt;&lt;/div&gt;
					&lt;/div&gt;
					&lt;div class=&quot;dip-about__layer&quot;&gt;
						&lt;span class=&quot;dip-about__layer-number&quot;&gt;02&lt;/span&gt;
						&lt;div&gt;
							&lt;strong&gt;Knowledge&lt;/strong&gt;&lt;span&gt;Publications, files, cases and review&lt;/span&gt;&lt;/div&gt;
					&lt;/div&gt;
					&lt;div class=&quot;dip-about__layer&quot;&gt;
						&lt;span class=&quot;dip-about__layer-number&quot;&gt;03&lt;/span&gt;
						&lt;div&gt;
							&lt;strong&gt;Community&lt;/strong&gt;&lt;span&gt;Partners, groups and expert networks&lt;/span&gt;&lt;/div&gt;
					&lt;/div&gt;
					&lt;div class=&quot;dip-about__layer&quot;&gt;
						&lt;span class=&quot;dip-about__layer-number&quot;&gt;04&lt;/span&gt;
						&lt;div&gt;
							&lt;strong&gt;Action&lt;/strong&gt;&lt;span&gt;Working groups, projects and delivery&lt;/span&gt;&lt;/div&gt;
					&lt;/div&gt;
					&lt;div class=&quot;dip-about__layer&quot;&gt;
						&lt;span class=&quot;dip-about__layer-number&quot;&gt;05&lt;/span&gt;
						&lt;div&gt;
							&lt;strong&gt;Memory &amp;#38; Trust&lt;/strong&gt;&lt;span&gt;Authorship, decisions and contribution&lt;/span&gt;&lt;/div&gt;
					&lt;/div&gt;
				&lt;/div&gt;
			&lt;/aside&gt;
		&lt;/div&gt;
		&lt;section aria-labelledby=&quot;dip-what-title&quot; class=&quot;dip-about__section&quot; id=&quot;dip-what&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;01 / WHAT IT IS&lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-what-title&quot;&gt;
						One institution where people, knowledge and projects stay connected.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					The problem is not a lack of information. It is fragmentation: publications are separated from the people who created them, professional networks from demonstrated competence, and projects from the history of ideas and contribution. &lt;a href=&quot;http://DIPLOMACY.ID&quot; target=&quot;_blank&quot;&gt;DIPLOMACY.ID&lt;/a&gt; is designed to reconnect these parts.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__triad&quot;&gt;
				&lt;article class=&quot;dip-about__card&quot;&gt;
					&lt;span class=&quot;dip-about__card-index&quot;&gt;01 / NETWORK&lt;/span&gt;
					&lt;h3&gt;
						Professional Network&lt;/h3&gt;
					&lt;p&gt;
						People, institutions, expertise, professional roles and the record of contribution are connected through persistent identities rather than isolated event lists or informal contact databases.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__card&quot;&gt;
					&lt;span class=&quot;dip-about__card-index&quot;&gt;02 / KNOWLEDGE&lt;/span&gt;
					&lt;h3&gt;
						Interactive Journal&lt;/h3&gt;
					&lt;p&gt;
						Articles, working papers, policy briefs, files, discussion, review and thematic memory form a living knowledge environment rather than a publication archive that stops at release.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__card&quot;&gt;
					&lt;span class=&quot;dip-about__card-index&quot;&gt;03 / ACTION&lt;/span&gt;
					&lt;h3&gt;
						Project Laboratory&lt;/h3&gt;
					&lt;p&gt;
						Working groups convert questions and evidence into reviewed outputs, practical concepts, partnerships, implementation and feedback.&lt;/p&gt;
				&lt;/article&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__statement&quot;&gt;
				&lt;strong&gt;A network that publishes. A journal that acts. A project system that remembers contribution. &lt;/strong&gt; &lt;span class=&quot;dip-about__statement-code&quot;&gt;Applied Knowledge Network&lt;/span&gt;&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;dip-participate-title&quot; class=&quot;dip-about__section&quot; id=&quot;dip-participate&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;02 / WHY PARTICIPATE&lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-participate-title&quot;&gt;
						Participation should create a durable professional result.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					&lt;a href=&quot;http://DIPLOMACY.ID&quot; target=&quot;_blank&quot;&gt;DIPLOMACY.ID&lt;/a&gt; is not built around passive membership. A participant adds expertise, evidence, review, institutional capacity, technology or project leadership &amp;#8212; and the system preserves the connection between that contribution and the person or organisation that made it.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__benefit-grid&quot;&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;01&lt;/small&gt;
					&lt;h3&gt;
						A coherent professional identity&lt;/h3&gt;
					&lt;p&gt;
						Bring biography, roles, expertise, publications, cases and projects into one structured record.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;02&lt;/small&gt;
					&lt;h3&gt;
						Visible authorship and contribution&lt;/h3&gt;
					&lt;p&gt;
						Connect each paper, review, project role and practical result to its real contributors.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;03&lt;/small&gt;
					&lt;h3&gt;
						Relevant professional connections&lt;/h3&gt;
					&lt;p&gt;
						Find specialists and institutions through shared questions, regions, disciplines and active work.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;04&lt;/small&gt;
					&lt;h3&gt;
						Access to working groups&lt;/h3&gt;
					&lt;p&gt;
						Move beyond commentary by contributing evidence, cases, policy options, review or implementation.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;05&lt;/small&gt;
					&lt;h3&gt;
						A practical project record&lt;/h3&gt;
					&lt;p&gt;
						Show not only what you know, but what you helped design, test, deliver and improve.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__benefit&quot;&gt;
					&lt;small&gt;06&lt;/small&gt;
					&lt;h3&gt;
						A role in building the institution&lt;/h3&gt;
					&lt;p&gt;
						Founding participants can shape taxonomy, governance, editorial practice, product architecture and tools.&lt;/p&gt;
				&lt;/article&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__section-head&quot; style=&quot;margin-top:72px;margin-bottom:30px;&quot;&gt;
				&lt;div&gt;
					&lt;p class=&quot;dip-about__kicker&quot;&gt;
						Ways to participate&lt;/p&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot;&gt;
						Choose the role that matches your contribution.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					Participants are not expected to work across the whole system. They join one or more workstreams according to their competence, institutional responsibility and available time.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__role-grid&quot;&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						EXP&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Expert or Researcher&lt;/h3&gt;
						&lt;p&gt;
							Publish selected work, contribute evidence, join peer review, co-author outputs and help define research questions.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						PRC&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Practitioner or Sector Specialist&lt;/h3&gt;
						&lt;p&gt;
							Bring real constraints, field experience, cases, institutional knowledge and implementation criteria.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						INS&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Institutional Partner&lt;/h3&gt;
						&lt;p&gt;
							Create an institutional presence, nominate representatives, host a workstream and provide expertise, data or implementation capacity.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						DEV&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Architect, Designer or Developer&lt;/h3&gt;
						&lt;p&gt;
							Contribute to institutional architecture, product design, UX, engineering, data, security, integrations and technical audit.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						EDT&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Editor, Reviewer or Knowledge Architect&lt;/h3&gt;
						&lt;p&gt;
							Develop standards, taxonomies, metadata, review procedures, document statuses and publication workflows.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__role&quot;&gt;
					&lt;div class=&quot;dip-about__role-code&quot;&gt;
						LEAD&lt;/div&gt;
					&lt;div&gt;
						&lt;h3&gt;
							Project Lead or Founding Partner&lt;/h3&gt;
						&lt;p&gt;
							Formulate a specific question, assemble a cohort, organise the cycle and carry a reviewed result into practical action.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;dip-start-title&quot; class=&quot;dip-about__section&quot; id=&quot;dip-start&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;03 / HOW TO START&lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-start-title&quot;&gt;
						A simple path from profile to real contribution.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					The first stage can already be organised through existing &lt;a href=&quot;http://ID.PAGE&quot; target=&quot;_blank&quot;&gt;ID.PAGE&lt;/a&gt; profiles, r&amp;#233;sum&amp;#233;s, publications, communities, partner pages, projects and files. The quality of the network depends on structured information and clear evidence, not on the number of registrations.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__steps&quot;&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Create or update your ID.PAGE profile&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Add your real name, current role, institution, location, professional photograph, short biography and public contact or institutional link.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Create an Expert Dossier r&amp;#233;sum&amp;#233;&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Use the r&amp;#233;sum&amp;#233; as a structured professional record, not only as a job-search document. Include:&lt;/p&gt;
						&lt;ul&gt;
							&lt;li&gt;
								Professional headline&lt;/li&gt;
							&lt;li&gt;
								5&amp;#8211;10 areas of expertise&lt;/li&gt;
							&lt;li&gt;
								Current and previous roles&lt;/li&gt;
							&lt;li&gt;
								Education and scientific activity&lt;/li&gt;
							&lt;li&gt;
								Countries and regions&lt;/li&gt;
							&lt;li&gt;
								Working languages&lt;/li&gt;
						&lt;/ul&gt;
						&lt;p style=&quot;margin-top:14px;&quot;&gt;
							&lt;a class=&quot;dip-about__inline-link&quot; href=&quot;https://id.page/page/adaptive/id5250/resume/6/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Open a r&amp;#233;sum&amp;#233; example &amp;#8599; &lt;/a&gt;&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Add evidence of competence&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Upload three to five selected works and at least one case or project. For each item, state the year, type, short abstract, your role, the result and a file or source link.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Connect with DIPLOMACY.ID&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Follow the project, share your ID.PAGE profile link and indicate your professional role, fields, regions, languages and preferred type of participation.&lt;/p&gt;
						&lt;p style=&quot;margin-top:12px;&quot;&gt;
							&lt;a class=&quot;dip-about__inline-link&quot; href=&quot;https://diplomacy.id.page/page/adaptive/id398109/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Open the DIPLOMACY.ID profile &amp;#8599; &lt;/a&gt;&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Choose a continuing community or workstream&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Join the professional environment that matches your discipline or question. A community is persistent: it connects people, knowledge and future projects over time.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Join or propose a time-limited project&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							A project begins with a specific question, a defined cohort, a deadline, contribution formats, review criteria and an expected output. It is not a general discussion space.&lt;/p&gt;
						&lt;p style=&quot;margin-top:12px;&quot;&gt;
							&lt;a class=&quot;dip-about__inline-link&quot; href=&quot;https://diplomacy.id.page/page/adaptive/id398109/project/create/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Project creation page for authorised users &amp;#8599; &lt;/a&gt;&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__step&quot;&gt;
					&lt;h3&gt;
						Contribute, review and record the result&lt;/h3&gt;
					&lt;div class=&quot;dip-about__step-content&quot;&gt;
						&lt;p&gt;
							Submit an evidence note, case, working paper, policy option, peer review, technical component or implementation concept. After review, link the final contribution and project role back to your r&amp;#233;sum&amp;#233;.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/article&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;dip-functions-title&quot; class=&quot;dip-about__section&quot; id=&quot;dip-functions&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;04 / PAGES &amp;#38; FUNCTIONS&lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-functions-title&quot;&gt;
						Each page has a different institutional purpose.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					The platform becomes coherent only when identity, knowledge, community and action are not confused. The distinctions below show where each type of information belongs.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div aria-label=&quot;DIPLOMACY.ID pages and functions&quot; class=&quot;dip-about__function-wrap&quot; role=&quot;table&quot;&gt;
				&lt;div class=&quot;dip-about__function-head&quot; role=&quot;row&quot;&gt;
					&lt;div role=&quot;columnheader&quot;&gt;
						Page / function&lt;/div&gt;
					&lt;div role=&quot;columnheader&quot;&gt;
						Use it for&lt;/div&gt;
					&lt;div role=&quot;columnheader&quot;&gt;
						How it differs&lt;/div&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;About&lt;/strong&gt;&lt;span&gt;Operating model&lt;/span&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Mission, participation rules, governance logic, access levels and instructions.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Not a feed or archive.&lt;/strong&gt; It explains how the whole institution works.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Personal Profile&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/adaptive/id398109/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Open example &amp;#8599;&lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Public identity, biography, current role, institutional affiliation, communities, activity and communication.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Dynamic public presence.&lt;/strong&gt; It introduces the person; it does not replace a structured professional dossier.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;R&amp;#233;sum&amp;#233; / Expert Dossier&lt;/strong&gt; &lt;a href=&quot;https://id.page/page/adaptive/id5250/resume/6/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Open example &amp;#8599;&lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Skills, experience, scientific activity, education, languages, selected works, created projects and practical cases.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Permanent evidence of competence.&lt;/strong&gt; Unlike the profile, it is structured and cumulative.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;People&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/adaptive/id398109/followers/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Open section &amp;#8599;&lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Discovery of participants and access to their individual professional identities.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;A directory, not a r&amp;#233;sum&amp;#233;.&lt;/strong&gt; It helps find a person; evidence remains on the person&amp;#8217;s own pages.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Institutions / Partners&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/adaptive/partner/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Open section &amp;#8599;&lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Universities, think tanks, public bodies, companies, associations and other organisations participating institutionally.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Represents an organisation.&lt;/strong&gt; Individual expertise remains attached to named people and roles.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Communities / Groups&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/adaptive/id398109/community/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Open section &amp;#8599;&lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Continuing thematic or professional environments, relationships, discussion and the formation of future work.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Persistent and broad.&lt;/strong&gt; A community does not need a final deadline or one predetermined output.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Knowledge / Publications&lt;/strong&gt; &lt;a href=&quot;https://diplomacy.id.page/page/adaptive/publication/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Open section &amp;#8599;&lt;/a&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Articles, policy briefs, reports, working papers, interviews, research outputs and reviewed public materials.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;A dated authored output.&lt;/strong&gt; It is different from a living Wiki entry or a draft contribution inside a project.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Projects&lt;/strong&gt;&lt;span&gt;Applied cycles&lt;/span&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						A specific question, defined participants, time frame, contributions, review process, expected result and practical next step.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Time-limited and result-oriented.&lt;/strong&gt; Unlike a community, a project should conclude with an output and a recorded contribution.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Works / Contributions&lt;/strong&gt;&lt;span&gt;Inputs to a project&lt;/span&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Evidence notes, cases, scenario papers, policy options, legal notes, peer reviews, technical modules and implementation concepts.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Contribution, not necessarily publication.&lt;/strong&gt; It can be a draft or project input before review and consolidation.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Cases&lt;/strong&gt;&lt;span&gt;Record of practice&lt;/span&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						A structured account of a problem, the participant&amp;#8217;s role, actions, partners, result, evidence and lessons learned.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Shows what was done.&lt;/strong&gt; A publication demonstrates knowledge; a case demonstrates applied responsibility and result.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;dip-about__function-row&quot; role=&quot;row&quot;&gt;
					&lt;div class=&quot;dip-about__function-name&quot; role=&quot;cell&quot;&gt;
						&lt;strong&gt;Wiki&lt;/strong&gt;&lt;span&gt;Shared reference&lt;/span&gt;&lt;/div&gt;
					&lt;p role=&quot;cell&quot;&gt;
						Definitions, methods, chronologies, institutions, country notes, standards and stable thematic reference.&lt;/p&gt;
					&lt;p role=&quot;cell&quot;&gt;
						&lt;strong&gt;Continuously maintained knowledge.&lt;/strong&gt; It is not an opinion article and should not depend on one publication date.&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;dip-cycle-title&quot; class=&quot;dip-about__section&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;05 / THE WORKING CYCLE&lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-cycle-title&quot;&gt;
						A conventional journal stops at publication. This system continues.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					The core purpose is to preserve the connection between people, evidence, professional judgement, decisions, implementation and updated knowledge.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div aria-label=&quot;Applied knowledge cycle&quot; class=&quot;dip-about__cycle&quot;&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;01&lt;/small&gt;&lt;strong&gt;Question&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;02&lt;/small&gt;&lt;strong&gt;Evidence&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;03&lt;/small&gt;&lt;strong&gt;Expert Network&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;04&lt;/small&gt;&lt;strong&gt;Working Group&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;05&lt;/small&gt;&lt;strong&gt;Reviewed Output&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;06&lt;/small&gt;&lt;strong&gt;Project &amp;#38; Feedback&lt;/strong&gt;&lt;/div&gt;
				&lt;div class=&quot;dip-about__cycle-step&quot;&gt;
					&lt;small&gt;07&lt;/small&gt;&lt;strong&gt;Updated Knowledge&lt;/strong&gt;&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__access-grid&quot;&gt;
				&lt;article class=&quot;dip-about__access&quot;&gt;
					&lt;span class=&quot;dip-about__access-tag&quot;&gt;Public&lt;/span&gt;
					&lt;h3&gt;
						Open knowledge&lt;/h3&gt;
					&lt;p&gt;
						Public profiles, articles, interviews, events, educational materials and approved project results.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__access&quot;&gt;
					&lt;span class=&quot;dip-about__access-tag&quot;&gt;Professional&lt;/span&gt;
					&lt;h3&gt;
						Expert collaboration&lt;/h3&gt;
					&lt;p&gt;
						Peer review, expert discussion, co-authoring, thematic groups and institutional collaboration.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__access&quot;&gt;
					&lt;span class=&quot;dip-about__access-tag&quot;&gt;Restricted&lt;/span&gt;
					&lt;h3&gt;
						Controlled project work&lt;/h3&gt;
					&lt;p&gt;
						Working documents, internal evidence, policy support and project governance &amp;#8212; only after access controls are technically validated.&lt;/p&gt;
				&lt;/article&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;dip-build-title&quot; class=&quot;dip-about__section&quot; id=&quot;dip-build&quot;&gt;
			&lt;div class=&quot;dip-about__section-head&quot;&gt;
				&lt;div&gt;
					&lt;span class=&quot;dip-about__section-number&quot;&gt;06 / CURRENT STATE&lt;/span&gt;
					&lt;h2 class=&quot;dip-about__section-title&quot; id=&quot;dip-build-title&quot;&gt;
						Start with the working core. Build only what the pilot proves necessary.&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;dip-about__section-intro&quot;&gt;
					The project separates what can be used now, what must be configured for the pilot, and what requires technical audit or further development. This prevents a future vision from being presented as an already completed product.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__build-grid&quot;&gt;
				&lt;article class=&quot;dip-about__build&quot;&gt;
					&lt;span class=&quot;dip-about__build-status&quot;&gt;Start now&lt;/span&gt;
					&lt;h3&gt;
						Current and evidenced core&lt;/h3&gt;
					&lt;ul&gt;
						&lt;li&gt;
							Personal and institutional profiles&lt;/li&gt;
						&lt;li&gt;
							People, partners and communities&lt;/li&gt;
						&lt;li&gt;
							Publications, media and files&lt;/li&gt;
						&lt;li&gt;
							Projects, r&amp;#233;sum&amp;#233;s and cases&lt;/li&gt;
						&lt;li&gt;
							Branded thematic pages and modules&lt;/li&gt;
					&lt;/ul&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__build&quot;&gt;
					&lt;span class=&quot;dip-about__build-status&quot;&gt;Configure for pilot&lt;/span&gt;
					&lt;h3&gt;
						Institutional operating layer&lt;/h3&gt;
					&lt;ul&gt;
						&lt;li&gt;
							Profile and contribution standards&lt;/li&gt;
						&lt;li&gt;
							Taxonomy and content templates&lt;/li&gt;
						&lt;li&gt;
							Editorial roles and review workflow&lt;/li&gt;
						&lt;li&gt;
							Founding cohort and partner map&lt;/li&gt;
						&lt;li&gt;
							One working group and one complete cycle&lt;/li&gt;
					&lt;/ul&gt;
				&lt;/article&gt;
				&lt;article class=&quot;dip-about__build&quot;&gt;
					&lt;span class=&quot;dip-about__build-status&quot;&gt;Audit and develop&lt;/span&gt;
					&lt;h3&gt;
						Controlled professional infrastructure&lt;/h3&gt;
					&lt;ul&gt;
						&lt;li&gt;
							Role-based access and closed workspaces&lt;/li&gt;
						&lt;li&gt;
							Document versions and audit trail&lt;/li&gt;
						&lt;li&gt;
							Local data governance and analytics&lt;/li&gt;
						&lt;li&gt;
							Academic and identity integrations&lt;/li&gt;
						&lt;li&gt;
							Semantic search and contribution analytics&lt;/li&gt;
					&lt;/ul&gt;
				&lt;/article&gt;
			&lt;/div&gt;
			&lt;div class=&quot;dip-about__notice&quot;&gt;
				Restricted diplomatic, governmental, personal, research or commercially sensitive materials should not be uploaded until roles, permissions, storage, logs and data-governance procedures have been technically audited.&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;dip-cta-title&quot; class=&quot;dip-about__cta&quot;&gt;
			&lt;div class=&quot;dip-about__cta-content&quot;&gt;
				&lt;p class=&quot;dip-about__eyebrow&quot;&gt;
					Founding cohort&lt;/p&gt;
				&lt;h2 id=&quot;dip-cta-title&quot;&gt;
					Do not only join the network. Help build the institution.&lt;/h2&gt;
				&lt;p&gt;
					Create a professional identity, add selected evidence of competence, choose a role, join a workstream and contribute to the first complete cycle from question to reviewed output and practical next step.&lt;/p&gt;
				&lt;div class=&quot;dip-about__cta-actions&quot;&gt;
					&lt;a class=&quot;dip-about__button dip-about__button--primary&quot; href=&quot;https://diplomacy.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Open DIPLOMACY.ID &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/adaptive/id398109/followers/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; People &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/adaptive/partner/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; Institutions &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt; &lt;a class=&quot;dip-about__button&quot; href=&quot;https://diplomacy.id.page/page/adaptive/publication/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; Knowledge &lt;span aria-hidden=&quot;true&quot;&gt;&amp;#8599;&lt;/span&gt; &lt;/a&gt;&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;footer class=&quot;dip-about__footer&quot;&gt;
			&lt;span&gt;DIPLOMACY.ID is an independent applied knowledge initiative in its founding phase. It is not an official diplomatic service, an intergovernmental body or a political organisation. &lt;/span&gt; &lt;a href=&quot;https://diplomacy.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;diplomacy.id.page &amp;#8599;&lt;/a&gt;&lt;/footer&gt;
	&lt;/div&gt;
&lt;/section&gt;
&lt;br /&gt;
</yandex:full-text><link>https://diplomacy.id.page/page/publication/news/news.seam?newsId=223752</link><pubDate>Fri, 31 Jul 2026 14:13:00 +0000</pubDate><title>ABOUT</title></item><link>https://diplomacy.id.page</link><title>DIPLOMACY ID / News</title></channel></rss>