.hs24-mosap-page {
  --hs24-green: #087a5c;
  --hs24-green-dark: #075944;
  --hs24-mint: #e9f6f1;
  --hs24-ink: #16211d;
  --hs24-muted: #5f6f68;
  --hs24-border: #d7e5df;
  --hs24-white: #fff;
  color: var(--hs24-ink);
  font-family: inherit;
  line-height: 1.65;
}

.hs24-mosap-page *,
.hs24-mosap-page *::before,
.hs24-mosap-page *::after {
  box-sizing: border-box;
}

.hs24-mosap-page h1,
.hs24-mosap-page h2,
.hs24-mosap-page h3,
.hs24-mosap-page p {
  margin-top: 0;
}

.hs24-mosap-page h1 {
  max-width: 840px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.hs24-mosap-page h2 {
  margin-bottom: 34px;
  color: var(--hs24-ink);
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.hs24-mosap-page h3 {
  margin-bottom: 14px;
  color: var(--hs24-ink);
  font-size: 24px;
  line-height: 1.25;
}

.hs24-mosap-container {
  width: min(1180px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.hs24-mosap-hero {
  padding: calc(clamp(72px, 8vw, 118px) + var(--header-height, 0px)) 0 clamp(72px, 8vw, 118px);
  background:
    radial-gradient(circle at 85% 12%, rgba(78, 218, 169, .22), transparent 32%),
    linear-gradient(135deg, #07563f 0%, #063f35 100%);
}

.hs24-mosap-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, .75fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
}

.hs24-mosap-kicker,
.hs24-mosap-eyebrow {
  margin-bottom: 12px;
  color: var(--hs24-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hs24-mosap-kicker {
  color: #9ce9cc;
}

.hs24-mosap-lead {
  max-width: 760px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
}

.hs24-mosap-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.hs24-mosap-button {
  display: inline-flex;
  min-height: 52px;
  padding: 13px 24px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--hs24-green);
  border-radius: 9px;
  background: var(--hs24-green);
  color: #fff !important;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none !important;
  transition: transform .18s ease, background-color .18s ease;
}

.hs24-mosap-button:hover,
.hs24-mosap-button:focus-visible {
  background: var(--hs24-green-dark);
  transform: translateY(-2px);
}

.hs24-mosap-text-link {
  color: #fff !important;
  font-weight: 700;
  text-underline-offset: 5px;
}

.hs24-mosap-hero__card {
  width: 100%;
  max-width: 340px;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .09);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
  backdrop-filter: blur(8px);
}

.hs24-mosap-hero__card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs24-mosap-hero__card li {
  display: grid;
  gap: 2px;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.hs24-mosap-hero__card li:last-child {
  border-bottom: 0;
}

.hs24-mosap-hero__card strong {
  color: #fff;
  font-size: 19px;
}

.hs24-mosap-hero__card span {
  color: rgba(255, 255, 255, .75);
  font-size: 14px;
}

.hs24-mosap-toc {
  position: sticky;
  z-index: 4;
  top: var(--header-sticky-height, 0px);
  border-bottom: 1px solid var(--hs24-border);
  background: rgba(255, 255, 255, .96);
}

.admin-bar .hs24-mosap-toc {
  top: calc(var(--header-sticky-height, 0px) + 32px);
}

.hs24-mosap-toc .hs24-mosap-container {
  display: flex;
  overflow-x: auto;
  gap: 26px;
  scrollbar-width: none;
}

.hs24-mosap-toc a {
  padding: 17px 0 14px;
  border-bottom: 3px solid transparent;
  color: var(--hs24-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.hs24-mosap-toc a:hover,
.hs24-mosap-toc a:focus-visible {
  border-bottom-color: var(--hs24-green);
  color: var(--hs24-green);
}

.hs24-mosap-section {
  padding: clamp(64px, 8vw, 108px) 0;
  scroll-margin-top: 86px;
}

.hs24-mosap-section--soft {
  background: #f4f8f6;
}

.hs24-mosap-intro {
  padding-top: clamp(54px, 7vw, 88px);
  padding-bottom: clamp(54px, 7vw, 88px);
}

.hs24-mosap-reading {
  max-width: 900px;
  font-size: clamp(18px, 2vw, 21px);
}

.hs24-mosap-reading p:last-child,
.hs24-mosap-card p:last-child,
.hs24-mosap-section-lead:last-child {
  margin-bottom: 0;
}

.hs24-mosap-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.hs24-mosap-card {
  position: relative;
  padding: 34px 30px;
  border: 1px solid var(--hs24-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(17, 54, 43, .06);
}

.hs24-mosap-card__number {
  display: inline-block;
  margin-bottom: 30px;
  color: var(--hs24-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

.hs24-mosap-card p {
  color: #4e5f58;
}

.hs24-mosap-inline-cta {
  display: flex;
  margin-top: 28px;
  padding: 26px 30px;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  border-radius: 14px;
  background: var(--hs24-mint);
}

.hs24-mosap-inline-cta div {
  display: grid;
  gap: 2px;
}

.hs24-mosap-inline-cta span {
  color: var(--hs24-muted);
}

.hs24-mosap-steps {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

.hs24-mosap-steps li {
  padding: 25px 20px;
  border-top: 4px solid var(--hs24-green);
  background: #f7faf9;
}

.hs24-mosap-steps li > span {
  display: block;
  margin-bottom: 30px;
  color: var(--hs24-green);
  font-size: 27px;
  font-weight: 900;
}

.hs24-mosap-steps strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.hs24-mosap-steps p {
  margin-bottom: 0;
  color: var(--hs24-muted);
  font-size: 14px;
  line-height: 1.55;
}

.hs24-mosap-section--dark {
  background: #10251f;
  color: rgba(255, 255, 255, .82);
}

.hs24-mosap-section--dark h2,
.hs24-mosap-section--dark .hs24-mosap-eyebrow {
  color: #fff;
}

.hs24-mosap-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 14px;
}

.hs24-mosap-price-table {
  width: 100%;
  min-width: 760px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  color: #fff;
}

.hs24-mosap-price-table th,
.hs24-mosap-price-table td {
  padding: 18px 20px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  text-align: left;
}

.hs24-mosap-price-table th {
  background: rgba(255, 255, 255, .08);
  color: #a8efd5;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hs24-mosap-price-table tr:last-child td {
  border-bottom: 0;
}

.hs24-mosap-price-note {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
}

.hs24-mosap-price-note a {
  color: #a8efd5;
}

.hs24-mosap-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--hs24-border);
  border-radius: 14px;
  background: var(--hs24-border);
}

.hs24-mosap-benefits div {
  display: grid;
  min-height: 150px;
  padding: 28px;
  align-content: center;
  gap: 7px;
  background: #fff;
}

.hs24-mosap-benefits strong {
  color: var(--hs24-green-dark);
  font-size: 21px;
}

.hs24-mosap-benefits span {
  color: var(--hs24-muted);
}

.hs24-mosap-center-link {
  margin: 28px 0 0;
  text-align: center;
}

.hs24-mosap-center-link a {
  color: var(--hs24-green-dark);
  font-weight: 800;
  text-underline-offset: 5px;
}

.hs24-mosap-section-lead {
  max-width: 850px;
  color: var(--hs24-muted);
  font-size: 18px;
}

.hs24-mosap-links-grid {
  display: grid;
  margin: 34px 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hs24-mosap-links-grid a {
  display: flex;
  min-height: 78px;
  padding: 18px 20px;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--hs24-border);
  border-radius: 10px;
  background: #fff;
  color: var(--hs24-ink);
  font-weight: 750;
  text-decoration: none;
}

.hs24-mosap-links-grid a:hover,
.hs24-mosap-links-grid a:focus-visible {
  border-color: var(--hs24-green);
  color: var(--hs24-green-dark);
}

.hs24-mosap-links-grid b {
  color: var(--hs24-green);
  font-size: 24px;
}

.hs24-mosap-faq {
  max-width: 940px;
}

.hs24-mosap-faq details {
  border-bottom: 1px solid var(--hs24-border);
}

.hs24-mosap-faq summary {
  position: relative;
  padding: 22px 50px 22px 0;
  cursor: pointer;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}

.hs24-mosap-faq summary::-webkit-details-marker {
  display: none;
}

.hs24-mosap-faq summary::after {
  position: absolute;
  top: 19px;
  right: 2px;
  content: '+';
  color: var(--hs24-green);
  font-size: 28px;
  font-weight: 400;
}

.hs24-mosap-faq details[open] summary::after {
  content: '−';
}

.hs24-mosap-faq details > div {
  max-width: 820px;
  padding: 0 40px 18px 0;
  color: var(--hs24-muted);
}

.hs24-mosap-final {
  padding: clamp(64px, 8vw, 96px) 0 24px;
  background: linear-gradient(135deg, var(--hs24-green-dark), #083d34);
  color: rgba(255, 255, 255, .84);
}

.hs24-mosap-final__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
}

.hs24-mosap-final h2 {
  max-width: 780px;
  margin-bottom: 16px;
  color: #fff;
}

.hs24-mosap-final p {
  max-width: 790px;
  margin-bottom: 0;
  font-size: 18px;
}

.hs24-mosap-button--light {
  border-color: #fff;
  background: #fff;
  color: var(--hs24-green-dark) !important;
}

.hs24-mosap-button--light:hover,
.hs24-mosap-button--light:focus-visible {
  background: #daf5ea;
}

.hs24-mosap-disclaimer {
  width: min(1180px, calc(100% - 40px));
  margin: 58px auto 0 !important;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .57);
  font-size: 12px !important;
  text-align: center;
}

@media (max-width: 960px) {
  .hs24-mosap-hero__grid,
  .hs24-mosap-final__grid {
    grid-template-columns: 1fr;
  }

  .hs24-mosap-hero__card {
    justify-self: start;
    max-width: 600px;
  }

  .hs24-mosap-cards,
  .hs24-mosap-benefits {
    grid-template-columns: 1fr;
  }

  .hs24-mosap-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hs24-mosap-final__grid .hs24-mosap-button {
    justify-self: start;
  }
}

@media (max-width: 782px) {
  .admin-bar .hs24-mosap-toc {
    top: calc(var(--header-sticky-height, 0px) + 46px);
  }
}

@media (max-width: 640px) {
  .hs24-mosap-container,
  .hs24-mosap-disclaimer {
    width: min(100% - 28px, 1180px);
  }

  .hs24-mosap-hero {
    padding: calc(58px + var(--header-height, 0px)) 0 64px;
  }

  .hs24-mosap-page h1 {
    font-size: 38px;
  }

  .hs24-mosap-page h2 {
    margin-bottom: 26px;
    font-size: 31px;
  }

  .hs24-mosap-actions,
  .hs24-mosap-inline-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .hs24-mosap-button {
    width: 100%;
  }

  .hs24-mosap-steps,
  .hs24-mosap-links-grid {
    grid-template-columns: 1fr;
  }

  .hs24-mosap-card {
    padding: 28px 22px;
  }

  .hs24-mosap-benefits div {
    min-height: auto;
  }

  .hs24-mosap-toc .hs24-mosap-container {
    gap: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hs24-mosap-button {
    transition: none;
  }
}
