.pmoc-section {
  display: block;
  padding: 0;
  background: #eef9f9;
}

.pmoc-section > * {
  min-width: 0;
}

.pmoc-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: center;
  padding: clamp(78px, 8vw, 122px) 8%;
  background:
    radial-gradient(circle at 86% 17%, rgba(255, 255, 255, .92) 0 110px, transparent 111px),
    linear-gradient(135deg, #effafb 0%, #dff3f3 54%, #f9eaf0 100%);
}

.pmoc-hero-copy {
  max-width: 760px;
}

.pmoc-hero-copy h2 {
  max-width: 720px;
  font-size: clamp(2.7rem, 5vw, 5.15rem);
  line-height: 1.04;
}

.pmoc-section .pmoc-hero-copy p,
.pmoc-section .pmoc-tab-panel p {
  max-width: none;
}

.pmoc-section .pmoc-lead {
  max-width: 690px;
  color: #365b6c;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.75;
}

.pmoc-hero-copy > p:not(.eyebrow, .pmoc-lead) {
  max-width: 660px;
  color: #456978;
  line-height: 1.75;
}

.pmoc-hero-copy .button {
  margin-top: 22px;
  border-radius: 14px;
  background: #c487a2;
  box-shadow: 0 18px 38px rgba(124, 77, 99, .16);
}

.pmoc-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pmoc-benefit-grid article {
  min-height: 190px;
  padding: 25px;
  border: 1px solid rgba(92, 135, 149, .2);
  border-radius: 22px;
  background: rgba(255, 255, 255, .79);
  box-shadow: 0 16px 36px rgba(42, 86, 100, .07);
}

.pmoc-benefit-grid article:nth-child(2),
.pmoc-benefit-grid article:nth-child(4) {
  transform: translateY(28px);
}

.pmoc-benefit-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #e2f4f5;
  color: #2c6e87;
  font: 800 1.15rem Manrope, sans-serif;
}

.pmoc-benefit-grid article:nth-child(2) .pmoc-benefit-icon,
.pmoc-benefit-grid article:nth-child(4) .pmoc-benefit-icon {
  background: #f8e8ef;
  color: #a8597e;
}

.pmoc-benefit-grid h3 {
  margin: 18px 0 8px;
  font-size: 1.06rem;
  letter-spacing: -.03em;
}

.pmoc-benefit-grid p {
  margin: 0;
  color: #5d7781;
  font-size: .87rem;
  line-height: 1.6;
}

.pmoc-tabs-shell {
  padding: clamp(72px, 8vw, 112px) 8%;
  background: #fffdfd;
}

.pmoc-tabs-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .58fr);
  gap: 48px;
  align-items: end;
  padding-bottom: 34px;
  border-bottom: 1px solid #dce8ea;
}

.pmoc-tabs-intro h3 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.55rem);
}

.pmoc-tabs-intro > p {
  margin: 0;
  color: #637c86;
  line-height: 1.7;
}

.pmoc-tablist {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 26px 0 30px;
}

.pmoc-tab {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border: 1px solid #d7e4e6;
  border-radius: 14px;
  background: #fff;
  color: #36576a;
  text-align: left;
  font: 700 .88rem "DM Sans", sans-serif;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.pmoc-tab span {
  color: #8ba4ae;
  font: 700 .68rem Manrope, sans-serif;
  letter-spacing: .08em;
}

.pmoc-tab:hover {
  transform: translateY(-2px);
  border-color: #9dc1cb;
}

.pmoc-tab.is-active {
  border-color: #245f7a;
  background: #173d52;
  color: #fff;
  box-shadow: 0 12px 26px rgba(23, 61, 82, .14);
}

.pmoc-tab.is-active span {
  color: #a9dce2;
}

.pmoc-tab:focus-visible {
  outline: 3px solid rgba(196, 135, 162, .42);
  outline-offset: 3px;
}

.pmoc-panels {
  position: relative;
}

.pmoc-tab-panel {
  min-height: 480px;
  padding: clamp(34px, 5vw, 70px);
  border: 1px solid #dce8ea;
  border-radius: 26px;
  background:
    linear-gradient(115deg, rgba(235, 247, 249, .82), rgba(255, 248, 251, .78)),
    #fff;
  box-shadow: 0 24px 58px rgba(44, 75, 88, .07);
}

.pmoc-tab-panel[hidden] {
  display: none;
}

.pmoc-tab-panel:focus {
  outline: none;
}

.pmoc-panel-kicker {
  margin-bottom: 12px;
  color: #3f7390 !important;
  font: 700 .72rem Manrope, sans-serif;
  letter-spacing: .16em;
}

.pmoc-tab-panel > h3 {
  max-width: 880px;
  margin: 0 0 20px;
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  line-height: 1.12;
}

.pmoc-panel-lead {
  max-width: 980px !important;
  margin-bottom: 34px;
  color: #456674 !important;
  font-size: clamp(1.02rem, 1.35vw, 1.2rem);
  line-height: 1.8 !important;
}

.pmoc-tab-panel > p:not(.pmoc-panel-kicker, .pmoc-panel-lead) {
  max-width: 1000px;
  color: #536e79;
  line-height: 1.8;
}

.pmoc-copy-grid,
.pmoc-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pmoc-copy-grid > div,
.pmoc-detail-grid article,
.pmoc-data-grid article,
.pmoc-check-grid article,
.pmoc-module-grid li,
.pmoc-equation span {
  border: 1px solid rgba(113, 151, 164, .2);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
}

.pmoc-copy-grid > div {
  padding: 26px 28px;
}

.pmoc-tab-panel h4 {
  margin: 0 0 12px;
  font: 800 1.05rem Manrope, sans-serif;
}

.pmoc-tab-panel ul {
  margin: 0;
  padding-left: 20px;
  color: #506c78;
  line-height: 1.8;
}

.pmoc-flow {
  display: flex;
  align-items: center;
  gap: 9px;
  overflow-x: auto;
  margin: 0 0 26px;
  padding: 18px;
  border-radius: 18px;
  background: #173d52;
  scrollbar-width: thin;
}

.pmoc-flow span {
  flex: 0 0 auto;
  padding: 9px 12px;
  border-radius: 9px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
}

.pmoc-flow b {
  color: #a9dfe2;
}

.pmoc-alert,
.pmoc-commitment {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  max-width: 1080px;
  margin: 30px 0;
  padding: 25px 28px;
  border-left: 5px solid #c487a2;
  border-radius: 0 17px 17px 0;
  background: #fff2f6;
}

.pmoc-alert strong,
.pmoc-commitment strong {
  font: 800 .95rem Manrope, sans-serif;
  color: #8d4264;
}

.pmoc-alert p,
.pmoc-commitment p {
  margin: 0;
  color: #526d77 !important;
  line-height: 1.75 !important;
}

.pmoc-data-grid,
.pmoc-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pmoc-data-grid article,
.pmoc-check-grid article {
  padding: 25px;
}

.pmoc-data-grid b,
.pmoc-data-grid span {
  display: block;
}

.pmoc-data-grid b {
  margin-bottom: 9px;
  font: 800 1rem Manrope, sans-serif;
}

.pmoc-data-grid span,
.pmoc-check-grid p,
.pmoc-module-grid span {
  color: #5c7580;
  font-size: .9rem;
  line-height: 1.65;
}

.pmoc-example {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: 30px;
  align-items: start;
  max-width: 1100px;
  margin: 30px 0;
  padding: clamp(24px, 4vw, 40px);
  border-radius: 22px;
  background: #173d52;
  color: #fff;
}

.pmoc-example > div span,
.pmoc-example > div b {
  display: block;
}

.pmoc-example > div span {
  margin-bottom: 13px;
  color: #a9dfe2;
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .14em;
}

.pmoc-example > div b {
  font: 800 1.23rem Manrope, sans-serif;
  line-height: 1.45;
}

.pmoc-example ul {
  color: #dcebed;
}

.pmoc-check-grid article > span {
  color: #c487a2;
  font: 800 .72rem Manrope, sans-serif;
  letter-spacing: .12em;
}

.pmoc-check-grid h4 {
  margin-top: 14px;
}

.pmoc-check-grid p {
  margin: 0;
}

.pmoc-equation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.pmoc-equation span {
  padding: 23px;
  color: #59727d;
  line-height: 1.6;
}

.pmoc-equation b {
  display: block;
  margin-bottom: 5px;
  color: #153b50;
  font: 800 1.05rem Manrope, sans-serif;
}

.pmoc-detail-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  padding: 28px;
}

.pmoc-detail-grid article > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #e3f3f4;
  color: #27657e;
  font: 800 1.1rem Manrope, sans-serif;
}

.pmoc-detail-grid article:nth-child(2n) > span {
  background: #f7e5ed;
  color: #a35678;
}

.pmoc-detail-grid h4 {
  margin-bottom: 8px;
}

.pmoc-detail-grid p {
  margin: 0;
  color: #5a747f !important;
  line-height: 1.72 !important;
}

.pmoc-module-grid {
  counter-reset: pmoc-modules;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0;
  padding: 0 !important;
  list-style: none;
}

.pmoc-module-grid li {
  counter-increment: pmoc-modules;
  min-height: 160px;
  padding: 23px;
}

.pmoc-module-grid li::before {
  content: counter(pmoc-modules, decimal-leading-zero);
  display: block;
  margin-bottom: 22px;
  color: #b57191;
  font: 800 .72rem Manrope, sans-serif;
  letter-spacing: .1em;
}

.pmoc-module-grid b,
.pmoc-module-grid span {
  display: block;
}

.pmoc-module-grid b {
  margin-bottom: 8px;
  font: 800 .95rem Manrope, sans-serif;
}

.pmoc-legal-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 25px;
  align-items: center;
  margin-top: 22px;
  padding: 22px 24px;
  border-radius: 16px;
  background: #f4f7f7;
  color: #617983;
  font-size: .78rem;
  line-height: 1.65;
}

.pmoc-legal-note p {
  margin: 0;
}

.pmoc-sources {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 14px;
}

.pmoc-sources span {
  font-weight: 700;
}

.pmoc-sources a {
  color: #286582;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (max-width: 1050px) {
  .pmoc-hero {
    grid-template-columns: 1fr;
  }

  .pmoc-benefit-grid {
    max-width: 820px;
  }

  .pmoc-benefit-grid article:nth-child(2),
  .pmoc-benefit-grid article:nth-child(4) {
    transform: none;
  }

  .pmoc-tablist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pmoc-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pmoc-legal-note {
    grid-template-columns: 1fr;
  }

  .pmoc-sources {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .pmoc-hero,
  .pmoc-tabs-shell {
    padding-inline: 6%;
  }

  .pmoc-tabs-intro,
  .pmoc-copy-grid,
  .pmoc-detail-grid,
  .pmoc-example {
    grid-template-columns: 1fr;
  }

  .pmoc-data-grid,
  .pmoc-check-grid,
  .pmoc-equation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pmoc-tablist {
    display: flex;
    overflow-x: auto;
    margin-inline: -6vw;
    padding: 2px 6vw 14px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .pmoc-tab {
    flex: 0 0 200px;
    scroll-snap-align: start;
  }

  .pmoc-tab-panel {
    min-height: 0;
  }

  .pmoc-alert,
  .pmoc-commitment {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 540px) {
  .pmoc-hero {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .pmoc-benefit-grid,
  .pmoc-data-grid,
  .pmoc-check-grid,
  .pmoc-equation,
  .pmoc-module-grid {
    grid-template-columns: 1fr;
  }

  .pmoc-benefit-grid article {
    min-height: 0;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 15px;
    align-items: start;
    padding: 20px;
  }

  .pmoc-benefit-grid h3 {
    margin-top: 0;
  }

  .pmoc-tab-panel {
    padding: 28px 20px;
    border-radius: 20px;
  }

  .pmoc-tab-panel > h3 {
    font-size: 1.82rem;
  }

  .pmoc-detail-grid article {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 21px;
  }

  .pmoc-module-grid li {
    min-height: 0;
  }

  .pmoc-legal-note {
    padding: 20px;
  }

  .pmoc-sources {
    flex-direction: column;
  }
}
