*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
html::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  z-index: 200;
  pointer-events: none;
  background: linear-gradient(90deg, #083d2c 0%, #0d6b4d 24%, #1a9b74 44%, #f0bbae 58%, #0d6b4d 76%, #083d2c 100%);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #1a1f24;
  background-color: #f4f8f5;
  background-image: radial-gradient(ellipse 140% 70% at 50% -35%, rgba(13, 107, 77, 0.16), transparent 52%), radial-gradient(ellipse 55% 45% at 108% 28%, rgba(13, 107, 77, 0.11), transparent 50%), radial-gradient(ellipse 42% 40% at 102% 88%, rgba(252, 222, 214, 0.22), transparent 52%), radial-gradient(ellipse 45% 38% at -8% 72%, rgba(13, 107, 77, 0.09), transparent 55%), linear-gradient(180deg, #fff 0%, #f4f8f5 18%, #f4f8f5 100%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E"), linear-gradient(rgba(26, 31, 36, 0.072) 1px, transparent 1px), linear-gradient(90deg, rgba(26, 31, 36, 0.072) 1px, transparent 1px);
  background-size: auto, 48px 48px, 48px 48px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.4) 42%, rgba(0, 0, 0, 0.5) 100%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.4) 42%, rgba(0, 0, 0, 0.5) 100%);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  padding: 0.5rem 1rem;
  background: #1a1f24;
  color: #fff;
  text-decoration: none;
  z-index: 100;
}
.skip-link:focus {
  left: 0;
}

.wrap {
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.wrap--narrow {
  max-width: 36rem;
}
.wrap--wide {
  max-width: 72rem;
}

.site-header {
  position: relative;
  padding: 3rem 0 2.5rem;
  border-bottom: 1px solid #e2e6ea;
  overflow: clip;
}
.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 55% 90% at 0% 0%, rgba(13, 107, 77, 0.12), transparent 58%), radial-gradient(ellipse 55% 70% at 100% 0%, rgba(13, 107, 77, 0.07) 0%, rgba(245, 205, 195, 0.2) 52%, transparent 65%);
  z-index: 0;
}
.site-header .wrap {
  position: relative;
  z-index: 1;
}

.site-header__top {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.site-brand {
  margin: 0 0 0.35rem;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0d6b4d;
}
.site-header__top .site-brand {
  margin-bottom: 0;
}
.site-brand--link {
  text-decoration: none;
  color: #0d6b4d;
}
.site-brand--link:hover {
  color: #09523a;
}
.site-brand--link:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 3px;
  border-radius: 2px;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.15rem;
  font-size: 0.9375rem;
  font-weight: 600;
}
.site-nav a {
  color: #4a5560;
  text-decoration: none;
}
.site-nav a:hover {
  color: #0d6b4d;
}
.site-nav a[aria-current=page] {
  color: #0d6b4d;
}
.site-nav a:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 3px;
  border-radius: 2px;
}

.site-header--compact {
  padding: 2.25rem 0 1.75rem;
}

.site-header--home {
  padding: 2.5rem 0 3.25rem;
}
.site-header--home .site-header__top {
  margin-bottom: 2rem;
}

.home-hero {
  display: grid;
  align-items: start;
  gap: 2rem;
}
@media (min-width: 52rem) {
  .home-hero {
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 35%);
    gap: 2.5rem 3.5rem;
    align-items: center;
  }
}

.home-hero__copy {
  min-width: 0;
  max-width: 40rem;
}
@media (min-width: 52rem) {
  .home-hero__copy {
    max-width: none;
    padding-right: 0.25rem;
  }
}
.home-hero__copy .eyebrow {
  margin-bottom: 1rem;
}
.home-hero__copy h1 {
  margin-bottom: 1.1rem;
  line-height: 1.2;
}
.home-hero__copy .lede {
  margin-bottom: 1.65rem;
  line-height: 1.62;
}

.home-hero__cta {
  margin: 0;
  padding-top: 0.15rem;
}

.page-home .media--hero {
  margin-bottom: 0;
  height: clamp(11rem, 22vw, 17.25rem);
}
@media (min-width: 52rem) {
  .page-home .media--hero {
    height: clamp(11.75rem, 19vw, 16.75rem);
  }
}

.section--roadmap h2 {
  max-width: 44rem;
}
.section--roadmap .intro {
  max-width: 40rem;
  margin-bottom: 1.35rem;
}

.page-home .section .intro:first-of-type {
  max-width: 44rem;
}
.page-home .value-grid li {
  padding: 1.25rem 1.2rem 1.35rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(26, 31, 36, 0.07);
  box-shadow: 0 2px 14px rgba(26, 31, 36, 0.04);
}
.page-home .value-grid h3 {
  margin-top: 0.15rem;
}
.page-home .philosophy-block {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}
.page-home .phase {
  margin-bottom: 1.65rem;
}
.page-home .cta .intro {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4a5560;
}

h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 5vw, 2.25rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 3.5vw, 1.6rem);
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -0.015em;
}

h3 {
  margin: 0 0 0.5rem;
  font-size: 1.0625rem;
  font-weight: 650;
  line-height: 1.35;
}

.lede {
  margin: 0 0 1.5rem;
  font-size: 1.125rem;
  color: #4a5560;
}

.intro {
  margin: 0 0 1.75rem;
  color: #4a5560;
}

.page-about__closing {
  margin-bottom: 0;
  font-size: 1.0625rem;
  font-weight: 650;
  color: #1a1f24;
}

.site-header--about {
  padding-bottom: 2.5rem;
}
.site-header--about .site-header__top {
  margin-bottom: 1.5rem;
}
.site-header--about .eyebrow {
  margin-bottom: 0.75rem;
}
.site-header--about h1 {
  margin-bottom: 0.75rem;
}
.site-header--about__lede {
  margin: 0;
  max-width: 44rem;
  font-size: 1.0625rem;
  line-height: 1.58;
  color: #4a5560;
}

.section--about-intro {
  padding-top: 2.25rem;
}

.about-intro {
  display: grid;
  align-items: start;
  gap: 2rem;
}
@media (min-width: 52rem) {
  .about-intro {
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 38%);
    gap: 2.5rem 3.5rem;
    align-items: center;
  }
}

.about-intro__copy {
  min-width: 0;
  max-width: 40rem;
}
@media (min-width: 52rem) {
  .about-intro__copy {
    max-width: none;
    padding-right: 0.25rem;
  }
}
.about-intro__copy p {
  margin: 0 0 1.1rem;
  color: #4a5560;
}
.about-intro__copy .about-intro__lede {
  margin-bottom: 1.15rem;
  font-size: 1.125rem;
  line-height: 1.62;
  color: #4a5560;
}
.about-intro__copy .page-about__closing {
  margin-top: 0.15rem;
  margin-bottom: 0;
}

.page-home .section,
.page-about .section {
  padding: 2.35rem 0;
}

.cta--about {
  padding: 2.5rem 0 3rem;
  text-align: center;
}
.cta--about h2 {
  margin-bottom: 0.65rem;
}
.cta--about__intro {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.35rem;
}
.cta--about__action {
  margin: 0;
}
.cta--about .btn {
  margin-top: 0;
}

.about-credibility h2 {
  max-width: 44rem;
}

.about-credibility__intro {
  max-width: 40rem;
  margin-bottom: 1.5rem;
}

.choose-us h2 {
  position: relative;
  padding-bottom: 0.15rem;
}
.choose-us h2::after {
  content: "";
  display: block;
  width: 2.75rem;
  height: 3px;
  margin-top: 0.7rem;
  border-radius: 2px;
  background: linear-gradient(90deg, #1a9b74, #eb8f78);
}
.choose-us .intro.choose-us__lede {
  margin-bottom: 1.75rem;
}

.compare-grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 2.25rem;
}
@media (min-width: 48rem) {
  .compare-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem 1.5rem;
    align-items: start;
  }
}

.compare-column {
  margin: 0;
  padding: 1.15rem 1.15rem 1.25rem;
  border: 1px solid #e2e6ea;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
}
.compare-column--positive {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(13, 107, 77, 0.2);
  box-shadow: inset 0 3px 0 #eb8f78, 0 4px 24px rgba(13, 107, 77, 0.06);
}
.compare-column__title {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.35;
  color: #1a1f24;
  letter-spacing: -0.01em;
}
.compare-column--positive .compare-column__title {
  color: #0d6b4d;
}

.pitfall-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}
.pitfall-list li {
  margin: 0;
  padding: 0 0 0 1.2rem;
  position: relative;
  color: #4a5560;
  font-size: 0.98rem;
  line-height: 1.55;
}
.pitfall-list strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #1a1f24;
  font-weight: 650;
}
.pitfall-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: rgba(235, 143, 120, 0.45);
  box-shadow: 0 0 0 1px rgba(235, 143, 120, 0.22);
}

.differentiator-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.15rem;
  counter-reset: diff;
}
.differentiator-list li {
  margin: 0;
  padding: 0 0 0 2.15rem;
  position: relative;
  color: #4a5560;
  font-size: 0.98rem;
  line-height: 1.55;
  counter-increment: diff;
}
.differentiator-list strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #1a1f24;
  font-weight: 650;
}
.differentiator-list li::before {
  content: counter(diff);
  position: absolute;
  left: 0;
  top: 0.05rem;
  min-width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
  background: #eb8f78;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(235, 143, 120, 0.35);
}

.philosophy-block {
  margin: 0 0 1.75rem;
  padding: 1.35rem 1.35rem 1.4rem 1.4rem;
  border-radius: 10px;
  border: 1px solid #e2e6ea;
  border-left: 3px solid #f0bbae;
  background: #fff;
  box-shadow: 0 2px 14px rgba(26, 31, 36, 0.04);
}
.philosophy-block__title {
  margin: 0 0 0.5rem;
  font-size: 1.0625rem;
  font-weight: 650;
  line-height: 1.35;
  color: #1a1f24;
}
.philosophy-block p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #4a5560;
}

.choose-us__cta {
  margin: 0;
  text-align: center;
}
.choose-us__cta .btn {
  margin: 0;
}

.credential-list {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.15rem;
}
.credential-list li {
  margin: 0;
  padding: 0 0 0 1.35rem;
  position: relative;
  color: #4a5560;
  font-size: 1rem;
  line-height: 1.55;
}
.credential-list strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #1a1f24;
  font-weight: 650;
}
.credential-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #0d6b4d;
  opacity: 0.85;
}

.credential-list.credential-list--about {
  margin-bottom: 0;
  gap: 1.25rem 1.5rem;
}
@media (min-width: 48rem) {
  .credential-list.credential-list--about {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 1.65rem;
  }
}
.credential-list.credential-list--about li {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 1.15rem;
  padding: 1.65rem 1.65rem 1.75rem;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(26, 31, 36, 0.07);
  border-radius: 12px;
  box-shadow: 0 2px 14px rgba(26, 31, 36, 0.04);
}
.credential-list.credential-list--about li::before {
  content: none;
}
.credential-list.credential-list--about .credential-list__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  margin-top: 0.05rem;
  border-radius: 11px;
  background: rgba(13, 107, 77, 0.14);
  color: #083d2c;
}
.credential-list.credential-list--about .credential-list__icon svg {
  width: 1.4rem;
  height: 1.4rem;
}
.credential-list.credential-list--about .credential-list__content {
  min-width: 0;
  flex: 1;
}
.credential-list.credential-list--about .credential-list__desc {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.98rem;
  line-height: 1.58;
  color: #4a5560;
}
.credential-list.credential-list--about strong {
  margin-bottom: 0;
  font-size: 1.02rem;
  line-height: 1.35;
}

.about-leadership {
  margin: 2rem 0 0;
  padding: 1.65rem 1.5rem 1.7rem;
  border: 1px solid rgba(26, 31, 36, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 2px 18px rgba(26, 31, 36, 0.06);
  display: grid;
  gap: 1.35rem;
  align-items: center;
}
@media (min-width: 40rem) {
  .about-leadership {
    grid-template-columns: 11.75rem minmax(0, 1fr);
    gap: 1.5rem 2.25rem;
    padding: 1.85rem 2rem 1.9rem 1.9rem;
  }
}
@media (min-width: 60rem) {
  .about-leadership {
    grid-template-columns: 12.5rem minmax(0, 1fr);
    gap: 1.65rem 2.75rem;
    padding: 2rem 2.25rem 2.05rem 2rem;
  }
}
.about-leadership__photo {
  margin: 0;
  justify-self: center;
  width: 100%;
  max-width: min(11.75rem, 78vw);
  aspect-ratio: 1/1;
  border-radius: 12px;
  border: 1px solid #e2e6ea;
  box-shadow: 0 8px 28px rgba(26, 31, 36, 0.1);
  overflow: hidden;
  background: #f4f8f5;
  line-height: 0;
}
@media (min-width: 40rem) {
  .about-leadership__photo {
    justify-self: stretch;
    max-width: none;
  }
}
.about-leadership__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.about-leadership__body {
  min-width: 0;
  text-align: left;
}
.about-leadership__name {
  margin: 0 0 0.55rem;
  font-size: 1.125rem;
  font-weight: 650;
  line-height: 1.3;
  color: #1a1f24;
  letter-spacing: -0.015em;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}
.about-leadership__linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  flex-shrink: 0;
  margin-left: 0.35rem;
  padding: 0.45rem 0.75rem;
  min-height: 2.5rem;
  box-sizing: border-box;
  background: #0a66c2;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0.01em;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.15s ease;
}
.about-leadership__linkedin svg {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}
.about-leadership__linkedin:hover {
  background: #004182;
  color: #fff;
}
.about-leadership__linkedin:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 3px;
}
.about-leadership__linkedin-label {
  line-height: 1;
}
.about-leadership .about-role {
  margin: 0;
  max-width: none;
  font-size: 1rem;
  line-height: 1.6;
  color: #4a5560;
}

.media {
  margin: 0;
}
.media--hero {
  position: relative;
  margin: 0 0 1.5rem;
  width: 100%;
  height: clamp(14rem, 30vw, 24rem);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(26, 31, 36, 0.12);
}
.media--hero .media__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  object-position: center 45%;
}
.media--wide {
  position: relative;
  margin: 0 0 1.75rem;
  width: 100%;
  height: clamp(13rem, 28vw, 22rem);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(26, 31, 36, 0.08);
}
.media--wide .media__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  object-position: center center;
}
.media--roadmap {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
  height: clamp(6.5rem, 10vw, 9.25rem);
  margin-bottom: 1.35rem;
  box-shadow: 0 4px 20px rgba(26, 31, 36, 0.06);
}
.media--roadmap .media__img {
  object-position: center 52%;
}
.media--cta {
  position: relative;
  margin: 0 auto 1.5rem;
  max-width: 28rem;
  width: 100%;
  height: clamp(11rem, 26vw, 17rem);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e6ea;
  box-shadow: 0 4px 28px rgba(26, 31, 36, 0.08);
}
.media--cta .media__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  object-position: center center;
}
.media--card {
  position: relative;
  margin: 0 0 1rem;
  width: 100%;
  height: clamp(10.5rem, 22vw, 15rem);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 28px rgba(26, 31, 36, 0.08);
  border: 1px solid #e2e6ea;
}
.media--card .media__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  object-position: center center;
}
.media--about {
  position: relative;
  margin: 0;
  width: 100%;
  height: clamp(12rem, 26vw, 20.5rem);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(26, 31, 36, 0.1);
  border: 1px solid #e2e6ea;
}
.media--about .media__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  object-position: center center;
}
.media--pricing-hero {
  position: relative;
  margin: 0;
  align-self: start;
  min-width: 0;
  width: 100%;
  height: clamp(13.5rem, 24vw, 18.75rem);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(26, 31, 36, 0.12);
}
.media--pricing-hero .media__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  object-position: center 42%;
}
.media__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #e2e6ea;
  box-shadow: 0 4px 28px rgba(26, 31, 36, 0.08);
  background: #f4f8f5;
}

.section {
  position: relative;
  padding: 2.75rem 0;
}
.section--muted {
  border-top: 1px solid #e2e6ea;
  border-bottom: 1px solid #e2e6ea;
  background-color: #eef3f0;
  background-image: linear-gradient(105deg, rgba(13, 107, 77, 0.09) 0%, transparent 40%), linear-gradient(118deg, rgba(252, 222, 214, 0.22) 0%, transparent 36%), linear-gradient(-12deg, transparent 55%, rgba(26, 31, 36, 0.04) 100%), radial-gradient(ellipse 80% 50% at 50% 100%, rgba(13, 107, 77, 0.07), transparent 52%);
}

.value-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 36rem) {
  .value-grid {
    gap: 2rem;
  }
}
@media (min-width: 40rem) {
  .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem 1.5rem;
  }
}
@media (min-width: 60rem) {
  .value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem 1.75rem;
  }
}
.value-grid li p {
  margin: 0;
  color: #4a5560;
  font-size: 1rem;
}

.phases {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: phase;
}

.phase {
  position: relative;
  padding: 0 0 0 0.25rem;
  margin: 0 0 2rem;
}
.phase:last-child {
  margin-bottom: 0;
}
.phase h3 {
  margin-bottom: 0.5rem;
}
.phase p {
  margin: 0;
  color: #4a5560;
  font-size: 1rem;
}

.phase__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #b97262;
  margin-bottom: 0.25rem;
}

.faq {
  border-top: 1px solid #e2e6ea;
}

.faq details {
  border-bottom: 1px solid #e2e6ea;
  padding: 0.85rem 0;
}
.faq details[open] summary {
  margin-bottom: 0.65rem;
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  color: #1a1f24;
  list-style: none;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: "";
  float: right;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.45rem;
  border-right: 2px solid #4a5560;
  border-bottom: 2px solid #4a5560;
  transform: rotate(45deg);
  transition: transform 0.15s ease;
}

.faq details[open] summary::after {
  transform: rotate(-135deg);
  margin-top: 0.55rem;
}

.faq summary:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 4px;
  border-radius: 2px;
}

.faq p {
  margin: 0;
  color: #4a5560;
  font-size: 0.98rem;
  clear: both;
}

.cta {
  position: relative;
  text-align: center;
  padding: 3rem 0;
  overflow: clip;
  background-image: radial-gradient(ellipse 90% 75% at 50% 120%, rgba(13, 107, 77, 0.2), transparent 52%), radial-gradient(circle at 15% 35%, rgba(13, 107, 77, 0.11), transparent 36%), radial-gradient(circle at 82% 18%, rgba(245, 205, 195, 0.2), transparent 34%), radial-gradient(circle at 88% 20%, rgba(13, 107, 77, 0.09), transparent 32%), linear-gradient(180deg, transparent 0%, rgba(13, 107, 77, 0.08) 50%, transparent 100%);
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(-18deg, transparent, transparent 38px, rgba(13, 107, 77, 0.06) 38px, rgba(13, 107, 77, 0.06) 39px);
  opacity: 0.85;
  z-index: 0;
}
.cta .wrap {
  position: relative;
  z-index: 1;
}
.cta h2 {
  margin-bottom: 0.75rem;
}
.cta .intro {
  margin-bottom: 1.5rem;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.guarantee {
  text-align: left;
  box-sizing: border-box;
}
.guarantee__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #083d2c;
}
.guarantee__statement {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 650;
  line-height: 1.45;
  color: #1a1f24;
  letter-spacing: -0.01em;
}
.guarantee__note {
  margin: 0.65rem 0 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #4a5560;
}
.guarantee__mark {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 11px;
  background: #083d2c;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 3px 14px rgba(8, 61, 44, 0.35);
}
.guarantee__mark svg {
  width: 1.45rem;
  height: 1.45rem;
}
.guarantee__content {
  flex: 1;
  min-width: 0;
}
.guarantee--band {
  max-width: none;
  width: 100%;
  margin: 1.75rem 0 1.5rem;
  padding: 1.5rem 1.35rem 1.55rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(13, 107, 77, 0.42);
  border-left: 5px solid #0d6b4d;
  background: linear-gradient(118deg, rgba(13, 107, 77, 0.28) 0%, rgba(26, 155, 116, 0.2) 38%, rgba(255, 255, 255, 0.94) 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.55) inset, 0 8px 32px rgba(8, 61, 44, 0.14), 0 2px 12px rgba(26, 31, 36, 0.06);
}
@media (min-width: 40rem) {
  .guarantee--band {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.35rem 1.65rem;
    padding: 1.55rem 1.75rem 1.6rem 1.65rem;
  }
}
.guarantee--band .guarantee__eyebrow {
  margin-bottom: 0.35rem;
}
.guarantee--band .guarantee__note {
  margin-top: 0.55rem;
}
.guarantee--cta {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.35rem;
}
.guarantee--intake {
  margin-top: 1.5rem;
  margin-bottom: 1.75rem;
}
.guarantee.guarantee--band.guarantee--intake {
  padding: 1.2rem 1.1rem 1.28rem;
  background: linear-gradient(118deg, rgba(13, 107, 77, 0.11) 0%, rgba(26, 155, 116, 0.07) 46%, rgba(255, 255, 255, 0.98) 100%);
  border-color: rgba(13, 107, 77, 0.2);
  border-left-width: 4px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85) inset, 0 3px 16px rgba(26, 31, 36, 0.04);
}
.guarantee.guarantee--band.guarantee--intake .guarantee__mark {
  width: 2.65rem;
  height: 2.65rem;
  box-shadow: 0 2px 10px rgba(8, 61, 44, 0.28);
}
.guarantee.guarantee--band.guarantee--intake .guarantee__mark svg {
  width: 1.28rem;
  height: 1.28rem;
}
@media (min-width: 40rem) {
  .guarantee.guarantee--band.guarantee--intake {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.15rem 1.35rem;
    padding: 1.28rem 1.35rem 1.32rem 1.25rem;
  }
}
@media (min-width: 52rem) {
  .guarantee.guarantee--band.guarantee--intake .guarantee__statement {
    font-size: 1.0625rem;
    line-height: 1.45;
  }
}
@media (min-width: 52rem) {
  .guarantee--band .guarantee__statement {
    font-size: 1.125rem;
    line-height: 1.42;
  }
}

.intro + .guarantee--band {
  margin-top: 1rem;
}

.pricing-packages__intro + .guarantee--band {
  margin-top: 0;
}

.value-grid + .guarantee--band {
  margin-top: 2rem;
  margin-bottom: 0;
}

.intake-fieldset--plans + .guarantee--band.guarantee--intake {
  margin-top: 1.35rem;
  margin-bottom: 1.65rem;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.35rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.btn:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 3px;
}

.btn-primary {
  background: #0d6b4d;
  color: #fff;
}
.btn-primary:hover {
  background: #09523a;
}

.site-footer {
  position: relative;
  padding: 1.5rem 0 2.5rem;
  border-top: 1px solid #e2e6ea;
  background: linear-gradient(180deg, rgba(13, 107, 77, 0.07) 0%, rgba(252, 222, 214, 0.22) 55%, transparent 100%);
}

.footer-note {
  margin: 0;
  font-size: 0.875rem;
  color: #4a5560;
  text-align: center;
}

.footer-link {
  color: #0d6b4d;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.footer-link:hover {
  color: #09523a;
}
.footer-link:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 3px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wrap--intake {
  max-width: 34rem;
}

.intake-page-header {
  padding-bottom: 1.25rem;
}

.intake-main {
  padding: 0 0 3rem;
  min-height: 55vh;
}

.intake-recaptcha {
  margin: 0 0 1.25rem;
  min-height: 4.5rem;
}

.intake-progress {
  margin: 0 0 1.25rem;
}

.intake-progress__track {
  height: 4px;
  border-radius: 4px;
  background: #e2e6ea;
  overflow: hidden;
}

.intake-progress__fill {
  height: 100%;
  width: 0%;
  border-radius: 4px;
  background: linear-gradient(90deg, #083d2c, #0d6b4d, #1a9b74, #eb8f78);
  transition: width 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  .intake-progress__fill {
    transition: none;
  }
}
.intake-progress__label {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #4a5560;
}

.intake-progress__label:empty {
  display: none;
}

.intake-error {
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  color: #9b1c1c;
  background: rgba(155, 28, 28, 0.08);
  border: 1px solid rgba(155, 28, 28, 0.25);
  border-radius: 8px;
}

.intake-error--step {
  margin-top: 0.35rem;
}

.intake-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.intake-screen {
  padding: 0.25rem 0 2rem;
  animation: intake-fade 0.22s ease;
}

@keyframes intake-fade {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .intake-screen {
    animation: none;
  }
}
.intake-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 4.5vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.intake-q {
  margin: 0 0 1.25rem;
  font-size: clamp(1.25rem, 3.5vw, 1.5rem);
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -0.015em;
}

.intake-screen--plan {
  padding-top: 0.35rem;
  padding-bottom: 2.5rem;
}
.intake-screen--plan .intake-q {
  margin-bottom: 1.5rem;
}

.intake-desc {
  margin: 0 0 1.5rem;
  font-size: 1.0625rem;
  color: #4a5560;
  line-height: 1.6;
}
.intake-desc--contact-lede {
  margin-bottom: 1.25rem;
}

.intake-hint {
  margin: -0.65rem 0 1rem;
  font-size: 0.9rem;
  color: #4a5560;
}

.intake-field {
  margin: 0 0 1.5rem;
}

.intake-label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
  font-size: 0.9rem;
}

.intake-input,
.intake-textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  font: inherit;
  font-size: 1rem;
  color: #1a1f24;
  border: 1px solid #e2e6ea;
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.intake-input::placeholder,
.intake-textarea::placeholder {
  color: rgba(74, 85, 96, 0.75);
}
.intake-input:hover,
.intake-textarea:hover {
  border-color: rgba(13, 107, 77, 0.35);
}
.intake-input:focus,
.intake-textarea:focus {
  outline: none;
  border-color: #0d6b4d;
  box-shadow: 0 0 0 3px rgba(13, 107, 77, 0.18);
}

.intake-textarea {
  resize: vertical;
  min-height: 7rem;
  line-height: 1.55;
}

.intake-fieldset {
  margin: 0 0 1.5rem;
  padding: 0;
  border: none;
  display: grid;
  gap: 0.65rem;
}

.intake-fieldset--stack {
  gap: 0.55rem;
}

.intake-plan-note {
  margin: 0 0 1.25rem;
  padding: 1rem 1.05rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #4a5560;
  background: rgba(13, 107, 77, 0.06);
  border: 1px solid rgba(13, 107, 77, 0.12);
  border-radius: 10px;
}
.intake-plan-note strong {
  color: #1a1f24;
  font-weight: 650;
}

.intake-block--context {
  margin-bottom: 1.5rem;
}
.intake-block--context .intake-plan-note {
  margin: 0;
}

.intake-legend {
  float: none;
  width: auto;
  padding: 0;
  margin: 0 0 0.55rem;
  font-size: 0.8125rem;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.065em;
  color: #4a5560;
}

.intake-fieldset--plans {
  margin-bottom: 0;
  gap: 0.65rem;
}

.intake-block--addon {
  margin-top: 0.35rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(26, 31, 36, 0.1);
}
.intake-block--addon .intake-subq {
  margin: 0 0 0.4rem;
}
.intake-block--addon .intake-hint {
  margin: 0 0 1rem;
}
.intake-block--addon .intake-fieldset {
  margin-bottom: 0;
}

.intake-fieldset--inline-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}
@media (max-width: 28rem) {
  .intake-fieldset--inline-pair {
    grid-template-columns: 1fr;
  }
}

.intake-subq {
  margin: 1.35rem 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.35;
  color: #1a1f24;
}

.intake-choice__hint {
  display: block;
  margin-top: 0.2rem;
  font-weight: 400;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #4a5560;
}

.intake-choice {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid #e2e6ea;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.intake-choice input {
  margin: 0.2rem 0 0;
  accent-color: #0d6b4d;
}
.intake-choice span {
  font-size: 0.98rem;
  line-height: 1.45;
  color: #1a1f24;
}
.intake-choice:hover {
  border-color: rgba(13, 107, 77, 0.35);
}
.intake-choice:has(input:focus-visible) {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}
.intake-choice:has(input:checked) {
  border-color: #0d6b4d;
  background: rgba(13, 107, 77, 0.06);
}

.intake-actions {
  margin-top: 1.25rem;
}
.intake-actions--split {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.intake-actions--split .intake-next {
  margin-left: auto;
}

.intake-thankyou {
  padding: 1rem 0 2rem;
  text-align: center;
}
.intake-thankyou .intake-title {
  margin-bottom: 0.65rem;
}
.intake-thankyou .intake-desc {
  margin-bottom: 1.5rem;
}

.btn-ghost {
  background: transparent;
  color: #4a5560;
  border-color: #e2e6ea;
}
.btn-ghost:hover {
  color: #0d6b4d;
  border-color: #0d6b4d;
  background: rgba(13, 107, 77, 0.04);
}

button.btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.page-pricing .pricing-header + main .section:first-of-type {
  padding-top: 1.5rem;
}

.pricing-lede__grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 52rem) {
  .pricing-lede__grid {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 32rem);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
  }
}
.pricing-lede__copy {
  min-width: 0;
  max-width: 38rem;
}
.pricing-lede h1 {
  margin-bottom: 1rem;
}
.pricing-lede .lede {
  margin-bottom: 1.5rem;
}

.pricing-trust {
  border-top: 1px solid #e2e6ea;
  padding-top: 2.25rem;
}
.pricing-trust__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.8125rem;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #b97262;
}
.pricing-trust h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  line-height: 1.25;
  max-width: 32rem;
}
.pricing-trust__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem 1.5rem;
}
@media (min-width: 40rem) {
  .pricing-trust__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 62rem) {
  .pricing-trust__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}
.pricing-trust__item {
  margin: 0;
  padding: 1.1rem 1rem 1.15rem;
  border-radius: 12px;
  border: 1px solid rgba(26, 31, 36, 0.1);
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 2px 16px rgba(26, 31, 36, 0.04);
}
.pricing-trust__item strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
  font-weight: 650;
  color: #1a1f24;
}
.pricing-trust__item span:not(.pricing-trust__icon) {
  font-size: 0.92rem;
  line-height: 1.55;
  color: #4a5560;
}
.pricing-trust__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  margin-bottom: 0.75rem;
  border-radius: 10px;
  background: rgba(235, 143, 120, 0.2);
  color: #b97262;
}
.pricing-trust__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.pricing-pillars h2 {
  margin-bottom: 1.5rem;
}

.pricing-pillar {
  margin: 0 0 1.75rem;
}
.pricing-pillar:last-child {
  margin-bottom: 0;
}
.pricing-pillar__head {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 0.5rem;
}
.pricing-pillar__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 0.05rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(13, 107, 77, 0.2);
  color: #0d6b4d;
  box-shadow: 0 2px 10px rgba(26, 31, 36, 0.05);
}
.pricing-pillar__icon svg {
  width: 1.2rem;
  height: 1.2rem;
}
.pricing-pillar h3 {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.35;
  padding-top: 0.2rem;
}
.pricing-pillar p {
  margin: 0;
  padding-left: 0;
  color: #4a5560;
  font-size: 1rem;
  line-height: 1.6;
}
@media (min-width: 40rem) {
  .pricing-pillar p {
    padding-left: 3.35rem;
  }
}

.pricing-packages h2 {
  margin-bottom: 0.65rem;
}
.pricing-packages__intro {
  margin: 0 0 1.75rem;
  max-width: 40rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #4a5560;
}

.pricing-founder {
  border-top: 1px solid #e2e6ea;
  background: linear-gradient(165deg, rgba(13, 107, 77, 0.06) 0%, transparent 42%), rgba(255, 255, 255, 0.92);
}
.pricing-founder__layout {
  display: grid;
  gap: 1.75rem;
  align-items: start;
}
@media (min-width: 48rem) {
  .pricing-founder__layout {
    grid-template-columns: 13.5rem minmax(0, 1fr);
    gap: 2.5rem;
  }
}
.pricing-founder__body {
  min-width: 0;
}
.pricing-founder__photo {
  position: relative;
  margin: 0;
  justify-self: center;
  width: 13.5rem;
  max-width: min(13.5rem, 100%);
  aspect-ratio: 4/5;
  border-radius: 14px;
  border: 1px solid #e2e6ea;
  box-shadow: 0 12px 36px rgba(26, 31, 36, 0.12);
  background: #f4f8f5;
  overflow: hidden;
}
@media (min-width: 48rem) {
  .pricing-founder__photo {
    justify-self: start;
  }
}
.pricing-founder__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  margin: 0;
  background: #f4f8f5;
}
.pricing-founder__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.8125rem;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #b97262;
}
.pricing-founder h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 2.4vw, 1.6rem);
  line-height: 1.25;
  max-width: 28rem;
}
.pricing-founder__lede {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #4a5560;
  max-width: 36rem;
}

.pricing-tier-grid {
  display: grid;
  gap: 1.35rem;
}
@media (min-width: 48rem) {
  .pricing-tier-grid {
    grid-template-columns: 1fr 1fr;
  }
  .pricing-tier-grid .pricing-card:last-child {
    grid-column: 1/-1;
    max-width: 40rem;
    justify-self: center;
    width: 100%;
  }
}

.pricing-card__start {
  margin-top: auto;
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.pricing-card__start .btn {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.pricing-redesign-check {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #4a5560;
  cursor: pointer;
}
.pricing-redesign-check input {
  margin: 0.15rem 0 0;
  width: 1.05rem;
  height: 1.05rem;
  accent-color: #0d6b4d;
  flex-shrink: 0;
}
.pricing-redesign-check span {
  flex: 1;
}
.pricing-redesign-check:has(input:focus-visible) {
  outline: 2px solid #2563eb;
  outline-offset: 3px;
  border-radius: 4px;
}

.pricing-card {
  margin: 0;
  padding: 1.35rem 1.25rem 1.5rem;
  border: 1px solid #e2e6ea;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 4px 22px rgba(26, 31, 36, 0.06);
  display: flex;
  flex-direction: column;
}
.pricing-card--featured {
  border-color: rgba(13, 107, 77, 0.35);
  box-shadow: 0 6px 28px rgba(13, 107, 77, 0.1);
}
.pricing-card__name {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 650;
  line-height: 1.3;
  color: #1a1f24;
}
.pricing-card__price {
  margin: 0 0 0.65rem;
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0d6b4d;
  line-height: 1.15;
}
.pricing-card__period {
  font-size: 1rem;
  font-weight: 600;
  color: #4a5560;
}
.pricing-card__tagline {
  margin: 0 0 1rem;
  font-size: 0.98rem;
  color: #4a5560;
  line-height: 1.55;
}
.pricing-card__detail {
  margin: 0;
  font-size: 0.98rem;
  color: #4a5560;
  line-height: 1.6;
  flex-grow: 1;
}
.pricing-card__list-label {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #1a1f24;
}
.pricing-card__notes {
  margin-top: 1.15rem;
  padding-top: 1.1rem;
  border-top: 1px solid #e2e6ea;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #4a5560;
}
.pricing-card__notes p {
  margin: 0 0 0.75rem;
}
.pricing-card__notes p:last-child {
  margin-bottom: 0;
}
.pricing-card__notes strong {
  color: #1a1f24;
  font-weight: 650;
}

.pricing-features {
  margin: 0;
  padding: 0 0 0 1.15rem;
  color: #4a5560;
  font-size: 0.95rem;
  line-height: 1.55;
}
.pricing-features li {
  margin-bottom: 0.35rem;
}
.pricing-features li:last-child {
  margin-bottom: 0;
}

.pricing-addon {
  margin-top: 1.35rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
  width: 100%;
  padding: 1.35rem 1.25rem 1.35rem;
  border: 1px dashed rgba(13, 107, 77, 0.35);
  border-radius: 12px;
  background: rgba(13, 107, 77, 0.04);
}
.pricing-addon__title {
  margin: 0 0 0.35rem;
  font-size: 1.125rem;
  font-weight: 650;
}
.pricing-addon__price {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d6b4d;
}
.pricing-addon__fee {
  font-size: 0.95rem;
  font-weight: 600;
  color: #4a5560;
}
.pricing-addon__lede {
  margin: 0 0 1rem;
  font-size: 0.98rem;
  color: #4a5560;
  line-height: 1.55;
}
.pricing-addon__tiein {
  margin: 1.15rem 0 0;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(13, 107, 77, 0.2);
  font-size: 0.92rem;
  line-height: 1.55;
  color: #4a5560;
}

.pricing-footer-cta {
  text-align: center;
}
.pricing-footer-cta h2 {
  margin-bottom: 0.65rem;
}
.pricing-footer-cta .intro {
  margin-bottom: 1.35rem;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}
