.cmp-hero {
  padding: 64px 0 88px;
}
.cmp-breadcrumb {
  display: flex;
  gap: 12px;
  font-size: 13px;
  flex-wrap: wrap;
  margin-bottom: 44px;
  color: #626168;
}
.cmp-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr;
  gap: 70px;
  align-items: center;
}
.cmp-page h1 {
  font-size: clamp(40px, 4.8vw, 68px);
  max-width: 17ch;
}
.cmp-lead {
  font-size: 19px;
  line-height: 1.65;
  max-width: 64ch;
  margin: 26px 0;
}
.cmp-byline,
.cmp-note {
  font-size: 13px;
  color: #626168;
  line-height: 1.65;
}
.cmp-byline {
  margin-top: 24px;
}
.cmp-textlink {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  text-underline-offset: 5px;
  min-height: 44px;
}
.cmp-section {
  padding: 88px 0;
}
.cmp-soft {
  background: #f0ede7;
}
.cmp-heading {
  max-width: 810px;
  margin-bottom: 38px;
}
.cmp-heading p {
  font-size: 18px;
}
.cmp-page h2 {
  font-size: clamp(30px, 3.2vw, 46px);
  max-width: 24ch;
}
.cmp-page h3 {
  font-size: 23px;
}
.cmp-diagram {
  margin: 0;
  border: 1px solid #dedbd5;
  background: #fffdf9;
  padding: 24px;
}
.cmp-diagram-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  color: #626168;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedbd5;
}
.cmp-diagram-head span:first-child {
  font-weight: 700;
  color: #298969;
}
.cmp-diagram ol {
  list-style: none;
  padding: 0;
  margin: 18px 0;
}
.cmp-diagram li {
  display: grid;
  grid-template-columns: 30px 1fr 20px;
  align-items: center;
  gap: 12px;
  padding: 17px 12px;
  border-bottom: 1px solid #e9e5de;
  font-size: 15px;
}
.cmp-diagram li span {
  font-size: 12px;
  color: #626168;
}
.cmp-diagram li b {
  font-weight: 500;
}
.cmp-diagram li.is-focus {
  background: #e5efe9;
  color: #185f49;
  border-left: 3px solid #298969;
}
.cmp-diagram i {
  font-style: normal;
}
.cmp-diagram figcaption {
  font-size: 12px;
  color: #626168;
  line-height: 1.6;
}
.cmp-table-scroll {
  overflow-x: auto;
  overscroll-behavior-x: contain;
}
.cmp-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 670px;
  text-align: left;
  font-size: 15px;
  line-height: 1.65;
}
.cmp-table caption {
  text-align: left;
  font-size: 13px;
  padding-bottom: 14px;
  color: #626168;
}
.cmp-table th,
.cmp-table td {
  padding: 24px;
  border-bottom: 1px solid #d5d1ca;
  vertical-align: top;
}
.cmp-table thead th {
  background: #e7e2d9;
  font-weight: 600;
}
.cmp-table thead th:last-child {
  background: #236f56;
  color: white;
}
.cmp-table tbody td:last-child {
  background: #e4ede6;
}
.cmp-table th:first-child {
  width: 23%;
}
.cmp-table td {
  width: 38.5%;
}
.cmp-cite {
  display: inline-block;
  font-size: 11px;
  white-space: nowrap;
  color: #57575a;
  text-underline-offset: 3px;
}
.cmp-fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.cmp-fit-grid p {
  font-size: 17px;
}
.cmp-fit-other {
  border-left: 2px solid #cec6b9;
  padding-left: 36px;
}
.cmp-fit-other h3 {
  max-width: 24ch;
}
.cmp-green {
  background: #20664f;
  color: #fffdf8;
}
.cmp-green .rv-kicker,
.cmp-green .cmp-textlink {
  color: #fffdf8;
}
.cmp-green p {
  color: #ecf3ed;
}
.cmp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 48px 0;
}
.cmp-steps li {
  border-top: 1px solid #ffffff50;
  padding-top: 20px;
}
.cmp-step {
  display: block;
  font-size: 13px;
  margin-bottom: 30px;
  color: #d9e9dc;
}
.cmp-steps h3 {
  max-width: 20ch;
}
.cmp-steps p {
  font-size: 16px;
}
.cmp-cost-box {
  padding: 30px;
  background: #f0ede7;
  align-self: start;
}
.cmp-cost-box ul {
  padding-left: 20px;
  line-height: 1.8;
  font-size: 15px;
}
.cmp-app-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
}
.cmp-app-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.cmp-checklist {
  padding-left: 24px;
  line-height: 1.8;
}
.cmp-checklist li {
  padding: 12px 0 12px 8px;
  border-bottom: 1px solid #d7d1c7;
}
.cmp-faq {
  max-width: 950px;
}
.cmp-faq h2 {
  margin-bottom: 32px;
}
.cmp-faq details {
  border-bottom: 1px solid #d7d1c7;
  padding: 22px 0;
}
.cmp-faq summary {
  cursor: pointer;
  min-height: 28px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
.cmp-faq details p {
  max-width: 75ch;
}
.cmp-close {
  background: #e9e0d4;
}
.cmp-close h2 {
  font-size: clamp(38px, 4.5vw, 64px);
}
.cmp-close p {
  max-width: 60ch;
}
.cmp-sources {
  padding-top: 48px;
  padding-bottom: 56px;
  border-top: 1px solid #dedbd5;
}
.cmp-sources h2 {
  font-size: 23px;
}
.cmp-sources p,
.cmp-sources li {
  font-size: 13px;
  line-height: 1.8;
  max-width: 100ch;
}
.cmp-sources ul {
  padding-left: 20px;
}
.cmp-related {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 32px;
  font-size: 14px;
}
.cmp-filter {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.cmp-filter button {
  border: 1px solid #c6c0b6;
  background: transparent;
  padding: 12px 17px;
  color: #1c1f2d;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
  min-height: 44px;
}
.cmp-filter button[aria-pressed="true"] {
  background: #20664f;
  border-color: #20664f;
  color: #fff;
}
.cmp-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.cmp-card {
  padding: 30px;
  background: #fbf9f5;
  border: 1px solid #ddd6cb;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.cmp-card[hidden] {
  display: none;
}
.cmp-card h2 {
  font-size: 30px;
  letter-spacing: -0.03em;
}
.cmp-card h2 a {
  text-decoration: none;
  display: flex;
  gap: 20px;
  align-items: center;
}
.cmp-card h2 a span {
  font-size: 24px;
  color: #298969;
}
.cmp-card p {
  flex: 1;
}
.cmp-card .rv-kicker {
  margin-bottom: 20px;
  font-size: 10px;
}
.cmp-card .cmp-textlink {
  margin-top: 12px;
}
.cmp-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.cmp-page a:focus-visible,
.cmp-page button:focus-visible,
.cmp-page summary:focus-visible,
.cmp-table-scroll:focus-visible {
  outline: 3px solid #8561c7;
  outline-offset: 4px;
}
.cmp-contact-context {
  background: #e5efe9;
  border-left: 3px solid #298969;
  padding: 14px 18px;
  font-size: 15px;
}
.cmp-positioning {
  padding: 80px 0;
  background: #f0ede7;
}
.cmp-positioning-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.cmp-positioning p {
  font-size: 18px;
  max-width: 55ch;
}
.cmp-positioning h2 {
  max-width: 21ch;
}
.cmp-positioning ul {
  padding-left: 20px;
  line-height: 1.8;
}
.cmp-positioning a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .cmp-hero-grid {
    gap: 35px;
    grid-template-columns: 1.1fr 0.9fr;
  }
  .cmp-fit-grid {
    gap: 40px;
  }
  .cmp-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .cmp-diagram {
    padding: 18px;
  }
  .cmp-steps {
    gap: 24px;
  }
  .cmp-positioning-grid {
    gap: 40px;
  }
}
@media (max-width: 700px) {
  .cmp-page .rv-wrap,
  .cmp-positioning .rv-wrap {
    width: calc(100% - 36px);
  }
  .cmp-hero {
    padding: 36px 0 52px;
  }
  .cmp-breadcrumb {
    margin-bottom: 28px;
  }
  .cmp-hero-grid,
  .cmp-fit-grid,
  .cmp-positioning-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .cmp-page h1 {
    font-size: 42px;
  }
  .cmp-lead {
    font-size: 17px;
  }
  .cmp-section {
    padding: 54px 0;
  }
  .cmp-steps,
  .cmp-cards {
    grid-template-columns: 1fr;
  }
  .cmp-steps {
    gap: 22px;
    margin: 28px 0;
  }
  .cmp-step {
    margin-bottom: 14px;
  }
  .cmp-fit-other {
    padding-left: 22px;
  }
  .cmp-page .rv-actions {
    gap: 12px;
  }
  .cmp-table th,
  .cmp-table td {
    padding: 18px;
  }
  .cmp-filter {
    gap: 8px;
  }
  .cmp-filter button {
    font-size: 12px;
    padding: 10px 12px;
  }
  .cmp-page h2 {
    max-width: 100%;
  }
  .cmp-card {
    padding: 25px;
  }
  .cmp-related {
    gap: 12px;
  }
  .cmp-positioning {
    padding: 54px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cmp-page * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
.cmp-page a {
  position: relative;
}
.cmp-page h1,
.cmp-page h2,
.cmp-page h3,
.cmp-page summary {
  overflow-wrap: anywhere;
  hyphens: auto;
}
.cmp-hero-grid > *,
.cmp-fit-grid > *,
.cmp-positioning-grid > * {
  min-width: 0;
}
@media (max-width: 700px) {
  .cmp-page h1 {
    font-size: clamp(32px, 9vw, 42px);
  }
}
