@font-face {
  font-family: Geist;
  src: url(../fonts/Geist-Latin-Variable.woff2) format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Hanken;
  src: url(../fonts/HankenGrotesk-Latin-Variable.woff2) format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
.mdcp-policy {
  --ink: #09291f;
  --green: #113c2d;
  --forest: #071a13;
  --ivory: #f7f2e8;
  --paper: #fffdf7;
  --gold: #d1ad57;
  --line: rgba(17, 60, 45, 0.14);
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: Geist, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
.mdcp-policy * {
  box-sizing: border-box;
}
.mdcp-policy a {
  color: inherit;
}
.mdcp-container {
  width: min(1180px, calc(100% - 44px));
  margin-inline: auto;
}
.mdcp-skip {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  transform: translateY(-140%);
  border-radius: 8px;
  background: var(--paper);
  font-weight: 750;
}
.mdcp-skip:focus {
  transform: none;
}
.mdcp-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--forest);
  color: #fff;
}
.mdcp-header__inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
}
.mdcp-brand {
  display: flex;
  gap: 11px;
  align-items: center;
  text-decoration: none;
}
.mdcp-brand > span {
  display: grid;
  width: 52px;
  height: 52px;
  padding: 3px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.mdcp-brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mdcp-brand strong {
  font:
    760 1.05rem/1 Hanken,
    Geist,
    sans-serif;
  letter-spacing: -0.02em;
}
.mdcp-header__contact {
  display: inline-flex;
  min-height: 42px;
  padding: 0 16px;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 730;
}
.mdcp-header__contact i {
  color: var(--gold);
  font-style: normal;
}
.mdcp-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 74px;
  background: var(--forest);
  color: #fff;
}
.mdcp-hero:before {
  position: absolute;
  inset: auto -10% -50% 34%;
  height: 620px;
  border: 1px solid rgba(209, 173, 87, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 0 90px rgba(209, 173, 87, 0.04),
    0 0 0 180px rgba(209, 173, 87, 0.025);
  content: "";
}
.mdcp-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  gap: 80px;
  align-items: end;
}
.mdcp-eyebrow {
  margin: 0 0 18px !important;
  color: var(--gold);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.mdcp-hero h1 {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font:
    730 clamp(3.7rem, 7vw, 6.9rem)/0.89 Hanken,
    Geist,
    sans-serif;
  letter-spacing: -0.072em;
}
.mdcp-hero__lead {
  max-width: 650px;
  margin: 28px 0 0 !important;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.65;
}
.mdcp-hero__summary {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}
.mdcp-hero__summary > p {
  margin: 0 0 15px !important;
  color: var(--gold);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.mdcp-hero__summary ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 12px;
  list-style: none;
}
.mdcp-hero__summary li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  line-height: 1.48;
}
.mdcp-hero__summary li:before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}
.mdcp-hero__summary small {
  display: block;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.69rem;
}
.mdcp-layout {
  display: grid;
  padding-block: 82px 110px;
  grid-template-columns: 220px minmax(0, 780px);
  gap: 90px;
  justify-content: center;
  align-items: start;
}
.mdcp-toc {
  position: sticky;
  top: 24px;
  display: grid;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: 3px;
}
.mdcp-toc p {
  margin: 0 0 11px !important;
  color: rgba(9, 41, 31, 0.5);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.mdcp-toc a {
  padding: 7px 0;
  color: rgba(9, 41, 31, 0.73);
  font-size: 0.78rem;
  font-weight: 650;
  text-decoration: none;
}
.mdcp-toc a:hover,
.mdcp-toc a:focus {
  color: var(--green);
}
.mdcp-content > section {
  padding: 0 0 68px;
  margin: 0 0 68px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 26px;
}
.mdcp-content > section:last-child {
  margin-bottom: 0;
}
.mdcp-section-number {
  margin: 0 0 10px !important;
  color: var(--gold);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}
.mdcp-content h2 {
  margin: 0 0 24px;
  font:
    720 clamp(2.25rem, 4vw, 3.45rem)/0.98 Hanken,
    Geist,
    sans-serif;
  letter-spacing: -0.052em;
}
.mdcp-content h3 {
  margin: 0 0 9px;
  font:
    720 1rem/1.2 Hanken,
    Geist,
    sans-serif;
  letter-spacing: -0.018em;
}
.mdcp-content p {
  margin: 0 0 18px;
  color: rgba(9, 41, 31, 0.74);
}
.mdcp-content p:last-child {
  margin-bottom: 0;
}
.mdcp-content ul {
  display: grid;
  margin: 22px 0;
  padding: 0;
  gap: 13px;
  list-style: none;
}
.mdcp-content li {
  position: relative;
  padding-left: 24px;
  color: rgba(9, 41, 31, 0.76);
}
.mdcp-content li:before {
  position: absolute;
  top: 0.65em;
  left: 1px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  content: "";
}
.mdcp-content a {
  font-weight: 720;
  text-decoration-color: rgba(17, 60, 45, 0.3);
  text-underline-offset: 3px;
}
.mdcp-cards {
  display: grid;
  margin-top: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.mdcp-cards > div {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 253, 247, 0.68);
}
.mdcp-cards > div:last-child {
  grid-column: 1/-1;
}
.mdcp-cards p {
  font-size: 0.88rem;
  line-height: 1.55;
}
.mdcp-contact {
  display: grid !important;
  padding: 38px !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 38px;
  align-items: end;
  border: 0 !important;
  border-radius: 26px;
  background: var(--green);
  color: #fff;
}
.mdcp-contact h2 {
  max-width: 560px;
  margin-bottom: 18px;
  color: #fff;
}
.mdcp-contact p:not(.mdcp-eyebrow) {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.7);
}
.mdcp-contact > a {
  display: flex;
  min-width: 250px;
  min-height: 58px;
  padding: 0 18px;
  align-items: center;
  justify-content: space-between;
  border-radius: 14px;
  background: var(--gold);
  color: var(--forest);
  font-size: 0.83rem;
  text-decoration: none;
}
.mdcp-contact > a i {
  font-style: normal;
}
.mdcp-footer {
  padding: 26px 0;
  background: var(--forest);
  color: rgba(255, 255, 255, 0.62);
}
.mdcp-footer > .mdcp-container {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
.mdcp-footer div div {
  display: flex;
  gap: 22px;
  align-items: center;
}
.mdcp-footer a {
  color: inherit;
  text-decoration: none;
}
.mdcp-footer span,
.mdcp-footer a {
  font-size: 0.72rem;
}
@media (max-width: 900px) {
  .mdcp-hero__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .mdcp-hero__summary {
    max-width: 620px;
  }
  .mdcp-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .mdcp-toc {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
  }
  .mdcp-toc p {
    grid-column: 1/-1;
  }
  .mdcp-contact {
    grid-template-columns: 1fr;
  }
  .mdcp-contact > a {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .mdcp-container {
    width: min(100% - 28px, 1180px);
  }
  .mdcp-header__inner {
    min-height: 68px;
  }
  .mdcp-brand > span {
    width: 46px;
    height: 46px;
  }
  .mdcp-header__contact {
    padding: 0 12px;
  }
  .mdcp-header__contact span {
    display: none;
  }
  .mdcp-hero {
    padding: 56px 0 48px;
  }
  .mdcp-hero h1 {
    font-size: clamp(3.05rem, 15vw, 4.15rem);
  }
  .mdcp-hero__lead {
    margin-top: 20px !important;
    font-size: 0.9rem;
  }
  .mdcp-hero__summary {
    padding: 22px;
    border-radius: 18px;
  }
  .mdcp-layout {
    padding-block: 48px 78px;
  }
  .mdcp-toc {
    display: flex;
    margin-inline: -14px;
    padding: 4px 14px 12px;
    gap: 8px;
    overflow-x: auto;
    border-top: 0;
    scrollbar-width: none;
  }
  .mdcp-toc::-webkit-scrollbar {
    display: none;
  }
  .mdcp-toc p {
    display: none;
  }
  .mdcp-toc a {
    flex: 0 0 auto;
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 253, 247, 0.68);
    font-size: 0.69rem;
  }
  .mdcp-content > section {
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
  .mdcp-content h2 {
    font-size: clamp(2.05rem, 10.5vw, 2.7rem);
  }
  .mdcp-content p,
  .mdcp-content li {
    font-size: 0.9rem;
  }
  .mdcp-cards {
    grid-template-columns: 1fr;
  }
  .mdcp-cards > div:last-child {
    grid-column: auto;
  }
  .mdcp-cards > div {
    padding: 20px;
  }
  .mdcp-contact {
    margin-inline: -6px !important;
    padding: 26px 20px !important;
    border-radius: 20px;
  }
  .mdcp-contact > a {
    min-width: 0;
  }
  .mdcp-footer > .mdcp-container {
    align-items: flex-start;
    flex-direction: column;
  }
  .mdcp-footer div div {
    flex-wrap: wrap;
    gap: 12px 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mdcp-policy {
    scroll-behavior: auto;
  }
}
