.pricing-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 116px) 0 clamp(82px, 10vw, 132px);
  text-align: center;
}

.pricing-hero::before {
  content: '';
  position: absolute;
  top: -220px;
  left: 50%;
  width: min(84vw, 900px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47,157,78,.15), rgba(79,70,229,.06) 44%, transparent 69%);
  pointer-events: none;
  transform: translateX(-50%);
}

.pricing-hero > * {
  position: relative;
}

.pricing-hero h1 {
  max-width: 1000px;
  margin: 0 auto;
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(48px, 7vw, 82px);
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1;
}

.pricing-hero > p:last-child {
  max-width: 770px;
  margin: 28px auto 0;
  color: #505850;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
}

.pricing-hero > p:last-child strong {
  display: block;
  margin-bottom: 14px;
  color: var(--brand-green-dark);
  font-family: 'Sora', sans-serif;
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.25;
}

.fast-start {
  padding: clamp(76px, 9vw, 124px) 0;
  border-top: 1px solid #e3e7e1;
  background: var(--white);
}

.fast-start__heading {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .48fr);
  align-items: end;
  gap: clamp(36px, 7vw, 88px);
  margin-bottom: clamp(42px, 6vw, 68px);
}

.fast-start__heading h2 {
  max-width: 820px;
  margin: 0;
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(42px, 5.5vw, 64px);
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.02;
}

.fast-start__heading > p {
  margin: 0;
  color: var(--neutral-500);
  font-size: 17px;
  line-height: 1.7;
}

.fast-start-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.fast-start-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 610px;
  flex-direction: column;
  padding: clamp(32px, 4vw, 48px);
  border: 1px solid #d9dfd7;
  border-radius: 26px;
  background: #fbfcfa;
  box-shadow: 0 34px 80px -64px rgba(19, 31, 23, .75);
}

.fast-start-card--self {
  background: linear-gradient(145deg, #fbfdf9 0%, #f0f7ee 100%);
}

.fast-start-card--workshop {
  border-color: #17201a;
  background: #17201a;
  color: var(--white);
}

.fast-start-card--workshop::before {
  content: '';
  position: absolute;
  top: -190px;
  right: -150px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(124, 235, 205, .26);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(79, 70, 229, .08), 0 0 0 116px rgba(35, 122, 60, .06);
  pointer-events: none;
}

.fast-start-card > * {
  position: relative;
  z-index: 1;
}

.fast-start-card__topline {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 44px;
  color: var(--brand-green-dark);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.fast-start-card--workshop .fast-start-card__topline {
  color: #7cebd0;
}

.fast-start-card__topline span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.fast-start-card__topline p {
  margin: 0;
}

.fast-start-card h3 {
  max-width: 520px;
  margin: 0;
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(36px, 4.2vw, 50px);
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.04;
}

.fast-start-card__lede {
  max-width: 600px;
  margin: 24px 0 0;
  color: #586158;
  font-size: 16px;
  line-height: 1.68;
}

.fast-start-card--workshop .fast-start-card__lede {
  color: rgba(255, 255, 255, .76);
}

.fast-start-route {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 38px 0 34px;
  padding: 0;
  list-style: none;
}

.fast-start-route li {
  position: relative;
  min-width: 0;
  padding: 22px 18px 0 0;
  border-top: 2px solid #91c89d;
}

.fast-start-route li:not(:last-child) {
  margin-right: 10px;
}

.fast-start-route li::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #f4faf2;
  border-radius: 50%;
  background: var(--brand-green-dark);
}

.fast-start-card--workshop .fast-start-route li {
  border-top-color: rgba(124, 235, 208, .52);
}

.fast-start-card--workshop .fast-start-route {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fast-start-card--workshop .fast-start-route li::before {
  border-color: #17201a;
  background: #7cebd0;
}

.fast-start-route span {
  display: block;
  margin-bottom: 8px;
  color: var(--brand-green-dark);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.fast-start-card--workshop .fast-start-route span {
  color: #7cebd0;
}

.fast-start-route strong {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 12px;
  line-height: 1.45;
}

.fast-start-card__meta {
  margin: -12px 0 28px;
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  line-height: 1.5;
}

.fast-start-card .button {
  align-self: flex-start;
  margin-top: auto;
}

.fast-start-card__workshop-button {
  border-color: var(--white);
  background: var(--white);
  color: #17201a;
}

.pricing-cta-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.solution-cta .pricing-cta-actions__secondary {
  border-color: rgba(255, 255, 255, .72);
  background: transparent;
  color: var(--white);
}

.pricing-features,
.pricing-difference,
.pricing-faq {
  padding: var(--section-pad) 0;
}

.pricing-features {
  background: var(--brand-paper);
}

.pricing-difference {
  background: var(--white);
}

.pricing-section-heading {
  display: grid;
  grid-template-columns: minmax(0,.8fr) minmax(320px,.5fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 46px;
}

.pricing-section-heading h2,
.pricing-faq h2 {
  max-width: 760px;
  margin: 0;
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(36px, 4.5vw, 50px);
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: 1.08;
}

.pricing-section-heading > p {
  margin: 0;
  color: var(--neutral-500);
  font-size: 17px;
}

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

.feature-group {
  padding: clamp(26px, 3vw, 34px);
  border: 1px solid #d9dfd7;
  border-radius: 18px;
  background: var(--white);
}

.feature-group__heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e9e3;
}

.feature-group__heading span,
.difference-grid article > span {
  color: var(--brand-green-dark);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
}

.feature-group h3 {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.feature-group ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.feature-group li {
  position: relative;
  padding-left: 25px;
  color: #505850;
  font-size: 14px;
  line-height: 1.5;
}

.feature-group li::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  color: var(--brand-green);
  font-weight: 800;
}

.beyond-compliance {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr);
  gap: clamp(30px, 5vw, 68px);
  margin-top: 18px;
  padding: clamp(32px, 5vw, 54px);
  border: 1px solid #17201a;
  border-radius: 22px;
  background: #17201a;
  color: var(--white);
  box-shadow: 0 34px 80px -64px rgba(19, 31, 23, .85);
}

.beyond-compliance::before {
  content: '';
  position: absolute;
  right: -180px;
  bottom: -270px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(124, 235, 208, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 72px rgba(79, 70, 229, .055), 0 0 0 144px rgba(35, 122, 60, .045);
  pointer-events: none;
}

.beyond-compliance > * {
  position: relative;
  z-index: 1;
}

.beyond-compliance__intro {
  align-self: center;
}

.beyond-compliance__label {
  margin: 0 0 22px;
  color: #7cebd0;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.beyond-compliance__intro h3 {
  max-width: 430px;
  margin: 0;
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(31px, 3.6vw, 44px);
  font-weight: 500;
  letter-spacing: -.018em;
  line-height: 1.06;
}

.beyond-compliance__intro > p:last-child {
  max-width: 440px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.65;
}

.beyond-compliance__outputs {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 8px 24px;
  border: 1px solid rgba(124, 235, 208, .24);
  border-radius: 18px;
  background: rgba(255, 255, 255, .055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
  list-style: none;
}

.beyond-compliance__outputs li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: start;
  gap: 15px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.beyond-compliance__outputs li:last-child {
  border-bottom: 0;
}

.beyond-compliance__check {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  border: 1px solid rgba(124, 235, 208, .42);
  border-radius: 50%;
  color: #7cebd0;
  background: rgba(124, 235, 208, .09);
  font-size: 14px;
  font-weight: 800;
}

.beyond-compliance__outputs strong {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.4;
}

.beyond-compliance__outputs p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .61);
  font-size: 12px;
  line-height: 1.5;
}

.pricing-boundary {
  max-width: 900px;
  margin: 30px auto 0;
  color: var(--neutral-500);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.difference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}

.difference-grid article {
  min-height: 250px;
  padding: 30px;
  border: 1px solid #d9dfd7;
  border-radius: 18px;
  background: #fbfcfa;
}

.difference-grid h3 {
  margin: 42px 0 12px;
  font-family: 'Sora', sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.difference-grid p {
  margin: 0;
  color: var(--neutral-500);
  font-size: 14px;
  line-height: 1.65;
}

.pricing-faq__grid {
  display: grid;
  grid-template-columns: minmax(0,.75fr) minmax(420px,.85fr);
  gap: clamp(54px,8vw,100px);
  align-items: start;
}

.pricing-faq__grid > div:first-child > p:last-child {
  max-width: 540px;
  margin: 24px 0 0;
  color: var(--neutral-500);
  font-size: 17px;
}

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

.faq-list details {
  border-bottom: 1px solid #dce1da;
}

.faq-list summary {
  position: relative;
  padding: 22px 44px 22px 0;
  cursor: pointer;
  color: #2d352f;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 650;
  list-style: none;
}

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

.faq-list summary:focus-visible {
  outline: 3px solid var(--brand-indigo);
  outline-offset: 4px;
}

.faq-list summary::after {
  content: '+';
  position: absolute;
  top: 17px;
  right: 0;
  color: var(--brand-green);
  font-size: 26px;
  font-weight: 400;
}

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

.faq-list details p {
  margin: -4px 44px 22px 0;
  color: var(--neutral-500);
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .fast-start__heading,
  .fast-start-grid {
    grid-template-columns: 1fr;
  }

  .fast-start__heading {
    align-items: start;
  }

  .pricing-faq__grid {
    grid-template-columns: 1fr;
  }

  .beyond-compliance {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .pricing-section-heading,
  .feature-group-grid,
  .difference-grid {
    grid-template-columns: 1fr;
  }

  .pricing-section-heading {
    gap: 22px;
  }

  .fast-start-card {
    min-height: 0;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .fast-start-card__topline {
    margin-bottom: 32px;
  }

  .fast-start-route {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .fast-start-card--workshop .fast-start-route {
    grid-template-columns: 1fr;
  }

  .fast-start-route li:not(:last-child) {
    margin-right: 0;
  }

  .fast-start-card .button,
  .pricing-cta-actions,
  .pricing-cta-actions .button {
    width: 100%;
  }

  .pricing-cta-actions {
    flex-direction: column;
    justify-content: flex-start;
  }

  .pricing-faq__grid {
    gap: 42px;
  }

  .beyond-compliance {
    gap: 34px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .beyond-compliance__outputs {
    padding: 7px 20px;
  }

  .beyond-compliance__outputs li {
    padding: 16px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-list summary {
    scroll-behavior: auto;
  }
}
