.project-pricing, .project-pricing * { box-sizing: border-box; }
.project-pricing { padding: 80px 0; color: #373737; scroll-margin-top: 100px; }
.pricing-heading { max-width: 800px; margin-bottom: 35px; }
.pricing-heading h2 { font-size: clamp(32px, 3.5vw, 46px); line-height: 1.14; letter-spacing: -.04em; font-weight: 600; margin: 0 0 20px; }
.pricing-heading > p:last-child { font-size: 16px; line-height: 1.7; max-width: 680px; color: #726779; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pricing-card { display: flex; flex-direction: column; padding: 30px; border-radius: 28px; background: #f5f2f8; border: 1px solid #e6deed; }
.pricing-card--featured { background: #eae0f7; border-color: #d9c7ed; }
.pricing-scenario { color: #665075; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; line-height: 1.6; }
.pricing-card h3 { font-size: 23px; font-weight: 600; letter-spacing: -.035em; line-height: 1.25; margin: 20px 0 16px; min-height: 58px; }
.pricing-price { font-size: clamp(26px, 2.55vw, 35px); font-weight: 600; letter-spacing: -.04em; margin: 0 0 20px; white-space: nowrap; }
.pricing-price span { font-size: .75em; }
.pricing-description { font-size: 14px; line-height: 1.7; color: #695e73; margin: 0 0 24px; }
.pricing-deliverable { border-top: 1px solid #dcd0e8; padding-top: 20px; margin-top: auto; }
.pricing-deliverable b { font-size: 12px; color: #604779; }
.pricing-deliverable p { font-size: 13px; line-height: 1.7; margin: 9px 0 18px; color: #67566f; }
.pricing-boundary { font-size: 12px; line-height: 1.7; color: #65516f; margin: 0 0 25px; }
.pricing-cta { border: 0; border-radius: 22px; background: #fff; color: #4f395f; padding: 15px 18px; font: inherit; font-size: 12px; font-weight: 600; display: flex; justify-content: space-between; align-items: center; gap: 12px; line-height: 1.5; cursor: pointer; margin-top: auto; text-align: left; }
.pricing-card--featured .pricing-cta { background: #65507e; color: #fff; }
.pricing-cta span { font-size: 20px; }
.delivery-heading { margin: 72px 0 28px; scroll-margin-top: 100px; }
.delivery-heading h3 { font-size: clamp(30px, 3vw, 40px); font-weight: 600; letter-spacing: -.035em; line-height: 1.15; margin: 0; }
.delivery-stages { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; list-style: none; padding: 0; margin: 0; }
.delivery-stages li { min-width: 0; padding: 26px; border-radius: 28px; background: #f3edf9; color: #514068; }
.delivery-stages li:nth-child(2) { background: #edf3fb; color: #405b7b; }
.delivery-stages li:nth-child(3) { background: #f8f1e9; color: #795c40; }
.delivery-stages li:nth-child(4) { background: #edeafa; color: #514580; }
.delivery-stage-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 34px; }
.delivery-number { display: inline-flex; justify-content: center; align-items: center; width: 42px; height: 42px; border-radius: 50%; background: #fff; color: inherit; font-size: 14px; font-weight: 600; }
.delivery-stage-top svg { width: 38px; height: 38px; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.delivery-stages h4 { font-size: 22px; line-height: 1.25; letter-spacing: -.025em; color: #373737; font-weight: 600; margin: 0 0 16px; }
.delivery-stages p { font-size: 15px; line-height: 1.65; color: #645e6b; margin: 0; }
.pricing-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 28px 32px; margin-top: 25px; border: 1px solid #e6deed; border-radius: 24px; }
.pricing-bottom p { font-size: 14px; line-height: 1.75; color: #7c7280; margin: 0; }
.pricing-bottom strong { color: #55455f; font-weight: 500; }
.pricing-bottom a { padding: 15px 22px; border-radius: 25px; background: #373737; color: white; font-size: 12px; line-height: 1.6; font-weight: 500; }
.project-pricing :is(a,button):focus-visible { outline: 3px solid #a889d3; outline-offset: 4px; }
@media (max-width: 1050px) {
  .pricing-grid { grid-template-columns: minmax(0, 1fr); }
  .pricing-card { display: grid; grid-template-columns: 1fr 1fr; column-gap: 28px; }
  .pricing-scenario { grid-column: 1; grid-row: 1; }
  .pricing-card h3 { grid-column: 1; grid-row: 2; min-height: 0; }
  .pricing-price { grid-column: 1; grid-row: 3; }
  .pricing-description { grid-column: 1; grid-row: 4 / 6; margin-bottom: 0; }
  .pricing-deliverable { grid-column: 2; grid-row: 1 / 4; border-top: 0; padding-top: 0; margin-top: 0; }
  .pricing-boundary { grid-column: 2; grid-row: 4; }
  .pricing-cta { grid-column: 2; grid-row: 5; }
  .pricing-card { padding: 24px 20px; }
  .pricing-card h3 { font-size: 21px; }
  .pricing-price { font-size: 26px; }
  .delivery-stages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .project-pricing { padding: 45px 0; }
  .pricing-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .pricing-card { display: flex; padding: 26px; }
  .pricing-card h3 { min-height: 0; font-size: 25px; margin: 16px 0; }
  .pricing-price { font-size: 32px; }
  .pricing-description { margin-bottom: 20px; }
  .pricing-deliverable { border-top: 1px solid #dcd0e8; padding-top: 20px; }
  .delivery-heading { margin-top: 48px; margin-bottom: 24px; }
  .pricing-bottom { display: block; padding: 24px; }
  .pricing-bottom a { display: inline-block; margin-top: 20px; }
}
@media (max-width: 600px) {
  .delivery-stages { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .delivery-stages li { padding: 24px; border-radius: 24px; }
  .delivery-stage-top { margin-bottom: 24px; }
  .delivery-stages h4 br { display: none; }
}
.pricing-scope-note { font-size: 14px; line-height: 1.7; color: #695e73; max-width: 900px; margin: 0 0 24px; }
.pricing-service-links { display: flex; flex-wrap: wrap; gap: 14px 28px; margin: 26px 0; font-size: 14px; line-height: 1.6; }
.pricing-service-links a { color: #644d7a; text-decoration: underline; text-underline-offset: 4px; }
