.marko-monolith-price-page .entry-content,
.marko-monolith-price-page .site-main,
.marko-monolith-price-page main {
  overflow: visible;
}

.marko-monolith-price {
  --mp-blue: #165582;
  --mp-action: #1e79b7;
  --mp-dark: #102f49;
  --mp-text: #172432;
  --mp-muted: #526b7d;
  --mp-soft: #eef6fb;
  --mp-border: #c9dbe7;
  --mp-focus: #b46200;
  box-sizing: border-box;
  width: min(1120px, calc(100% - 40px));
  margin: 24px auto 72px;
  color: var(--mp-text);
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 1.62;
}

.marko-monolith-price *,
.marko-monolith-price *::before,
.marko-monolith-price *::after {
  box-sizing: border-box;
}

.marko-monolith-price :where(h1, h2, h3, p, ul, ol) {
  margin-top: 0;
}

.marko-monolith-price h1,
.marko-monolith-price h2,
.marko-monolith-price h3,
.marko-monolith-price [role="heading"] {
  color: var(--mp-dark);
  font-family: Arial, sans-serif;
  text-wrap: balance;
}

.marko-monolith-price h1 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.marko-monolith-price h2 {
  margin-bottom: 16px;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.14;
  letter-spacing: -0.025em;
}

.marko-monolith-price h3 {
  margin-bottom: 10px;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.3;
}

.marko-monolith-price p:last-child,
.marko-monolith-price li:last-child {
  margin-bottom: 0;
}

.marko-monolith-price a,
.marko-monolith-price a:visited {
  color: var(--mp-blue);
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.marko-monolith-price a:hover,
.marko-monolith-price a:focus,
.marko-monolith-price a:active {
  color: var(--mp-action);
}

.marko-monolith-price a:focus-visible {
  outline: 3px solid var(--mp-focus);
  outline-offset: 3px;
  border-radius: 6px;
}

.marko-monolith-price__eyebrow {
  margin-bottom: 12px;
  color: var(--mp-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.marko-monolith-price__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.65fr);
  gap: 28px;
  align-items: stretch;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--mp-border);
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbfe 52%, #eaf4fa 100%);
  box-shadow: 0 18px 48px rgba(16, 47, 73, 0.1);
}

.marko-monolith-price__hero-copy {
  align-self: center;
}

.marko-monolith-price__lead {
  margin-top: 24px;
  max-width: 770px;
  margin-bottom: 16px;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.55;
}

.marko-monolith-price__hero-note {
  align-self: stretch;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  background: var(--mp-dark);
  color: #fff;
}

.marko-monolith-price__hero-note .marko-monolith-price__eyebrow {
  color: #9fd9ff;
}

.marko-monolith-price__note-title {
  margin-bottom: 18px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
}

.marko-monolith-price__hero-note ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.marko-monolith-price__hero-note li {
  position: relative;
  padding-left: 28px;
}

.marko-monolith-price__hero-note li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #65b5e5;
  content: "";
}

.marko-monolith-price__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.marko-monolith-price__button,
.marko-monolith-price__button:visited {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 2px solid var(--mp-blue);
  border-radius: 10px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.marko-monolith-price a.marko-monolith-price__button--primary,
.marko-monolith-price a.marko-monolith-price__button--primary:visited {
  background: var(--mp-blue);
  color: #fff;
}

.marko-monolith-price a.marko-monolith-price__button--primary:hover,
.marko-monolith-price a.marko-monolith-price__button--primary:focus,
.marko-monolith-price a.marko-monolith-price__button--primary:active {
  border-color: var(--mp-action);
  background: var(--mp-action);
  color: #fff;
}

.marko-monolith-price a.marko-monolith-price__button--secondary,
.marko-monolith-price a.marko-monolith-price__button--secondary:visited {
  background: #fff;
  color: var(--mp-blue);
}

.marko-monolith-price a.marko-monolith-price__button--secondary:hover,
.marko-monolith-price a.marko-monolith-price__button--secondary:focus,
.marko-monolith-price a.marko-monolith-price__button--secondary:active {
  border-color: var(--mp-action);
  color: var(--mp-action);
}

.marko-monolith-price__section,
.marko-monolith-price .marko-seo-cluster-links {
  margin-top: clamp(52px, 7vw, 84px);
}

.marko-monolith-price__section--soft {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--mp-border);
  border-radius: 18px;
  background: var(--mp-soft);
}

.marko-monolith-price__prose {
  max-width: 850px;
}

.marko-monolith-price__composition-grid,
.marko-monolith-price__proof-grid,
.marko-monolith-price__related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.marko-monolith-price__card,
.marko-monolith-price__factor-grid article,
.marko-monolith-price__process-grid li,
.marko-monolith-price__faq-item,
.marko-monolith-price__proof-grid a,
.marko-monolith-price__related-grid a {
  border: 1px solid var(--mp-border);
  border-radius: 14px;
  background: #fff;
}

.marko-monolith-price__card {
  position: relative;
  min-height: 210px;
  padding: 28px;
}

.marko-monolith-price__card [role="heading"],
.marko-monolith-price__factor-grid [role="heading"] {
  margin-bottom: 10px;
  padding-right: 42px;
  font-size: 21px;
  line-height: 1.3;
}

.marko-monolith-price__index {
  position: absolute;
  top: 24px;
  right: 24px;
  color: var(--mp-action);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.marko-monolith-price__inline-cta {
  margin-top: 24px;
}

.marko-monolith-price__inline-cta a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-weight: 800;
}

.marko-monolith-price__factor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.marko-monolith-price__factor-grid article {
  min-height: 180px;
  padding: 24px;
}

.marko-monolith-price__checklist,
.marko-monolith-price__process-grid {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.marko-monolith-price__checklist {
  display: grid;
  gap: 12px;
}

.marko-monolith-price__checklist li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 20px 22px;
  border: 1px solid var(--mp-border);
  border-radius: 12px;
  background: #fff;
}

.marko-monolith-price__checklist li > span,
.marko-monolith-price__process-grid li > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--mp-blue);
  color: #fff;
  font-weight: 800;
}

.marko-monolith-price__checklist strong,
.marko-monolith-price__process-grid strong {
  display: block;
  margin-bottom: 4px;
  color: var(--mp-dark);
  font-size: 19px;
  line-height: 1.35;
}

.marko-monolith-price__process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.marko-monolith-price__process-grid li {
  min-height: 260px;
  padding: 24px;
}

.marko-monolith-price__process-grid li > span {
  margin-bottom: 22px;
}

.marko-monolith-price__proof-grid a,
.marko-monolith-price__related-grid a {
  display: flex;
  min-height: 132px;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  color: var(--mp-blue);
  text-decoration: none;
}

.marko-monolith-price__proof-grid a strong,
.marko-monolith-price__related-grid a strong {
  color: inherit;
  font-size: 20px;
  line-height: 1.3;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.2em;
}

.marko-monolith-price__proof-grid a span,
.marko-monolith-price__related-grid a span {
  margin-top: 7px;
  color: var(--mp-muted);
}

.marko-monolith-price__proof-grid a:hover,
.marko-monolith-price__proof-grid a:focus,
.marko-monolith-price__proof-grid a:active,
.marko-monolith-price__related-grid a:hover,
.marko-monolith-price__related-grid a:focus,
.marko-monolith-price__related-grid a:active {
  border-color: var(--mp-action);
  color: var(--mp-action);
}

.marko-monolith-price__proof-grid a:hover strong,
.marko-monolith-price__proof-grid a:focus strong,
.marko-monolith-price__related-grid a:hover strong,
.marko-monolith-price__related-grid a:focus strong {
  text-decoration-color: currentColor;
}

.marko-monolith-price__faq-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.marko-monolith-price__faq-item {
  padding: 24px 26px;
}

.marko-monolith-price__final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: clamp(52px, 7vw, 84px);
  padding: clamp(28px, 5vw, 48px);
  border-radius: 18px;
  background: var(--mp-dark);
  color: #fff;
}

.marko-monolith-price__final h2,
.marko-monolith-price__final .marko-monolith-price__eyebrow {
  color: #fff;
}

.marko-monolith-price__final .marko-monolith-price__actions {
  justify-content: flex-end;
  margin-top: 0;
}

.marko-monolith-price a.marko-monolith-price__button--light,
.marko-monolith-price a.marko-monolith-price__button--light:visited {
  border-color: #fff;
  background: #fff;
  color: var(--mp-dark);
}

.marko-monolith-price a.marko-monolith-price__button--ghost,
.marko-monolith-price a.marko-monolith-price__button--ghost:visited {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.marko-monolith-price a.marko-monolith-price__button--light:hover,
.marko-monolith-price a.marko-monolith-price__button--light:focus,
.marko-monolith-price a.marko-monolith-price__button--light:active,
.marko-monolith-price a.marko-monolith-price__button--ghost:hover,
.marko-monolith-price a.marko-monolith-price__button--ghost:focus,
.marko-monolith-price a.marko-monolith-price__button--ghost:active {
  border-color: #9fd9ff;
  background: #9fd9ff;
  color: var(--mp-dark);
}

@media (max-width: 1199px) {
  .marko-monolith-price__hero,
  .marko-monolith-price__final {
    grid-template-columns: 1fr;
  }

  .marko-monolith-price__factor-grid,
  .marko-monolith-price__process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .marko-monolith-price__final .marko-monolith-price__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 639px) {
  .marko-monolith-price {
    width: min(100% - 24px, 1120px);
    margin-top: 14px;
    margin-bottom: 52px;
    font-size: 16px;
  }

  .marko-monolith-price h1 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .marko-monolith-price__hero,
  .marko-monolith-price__section--soft,
  .marko-monolith-price__final {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .marko-monolith-price__hero-note,
  .marko-monolith-price__card,
  .marko-monolith-price__factor-grid article,
  .marko-monolith-price__process-grid li,
  .marko-monolith-price__faq-item,
  .marko-monolith-price__proof-grid a,
  .marko-monolith-price__related-grid a {
    padding: 20px;
  }

  .marko-monolith-price__composition-grid,
  .marko-monolith-price__factor-grid,
  .marko-monolith-price__process-grid,
  .marko-monolith-price__proof-grid,
  .marko-monolith-price__related-grid {
    grid-template-columns: 1fr;
  }

  .marko-monolith-price__card,
  .marko-monolith-price__factor-grid article,
  .marko-monolith-price__process-grid li {
    min-height: 0;
  }

  .marko-monolith-price__actions {
    flex-direction: column;
  }

  .marko-monolith-price__button {
    width: 100%;
  }

  .marko-monolith-price__checklist li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 18px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marko-monolith-price *,
  .marko-monolith-price *::before,
  .marko-monolith-price *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
