.pt{padding:var(--section-py) 0}.pt--light,.pt--subtle{background:var(--bg-subtle)}.pt--subtle{padding-bottom:clamp(48px,6vw,80px);padding-top:clamp(24px,3vw,40px)}.pt--dark{background:var(--aspire-charcoal)}.pt__heading{font-family:var(--font-primary);font-size:var(--text-title-1);font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0 auto 64px;max-width:820px;text-align:center;text-wrap:balance}.pt--light .pt__heading,.pt--subtle .pt__heading{color:var(--aspire-charcoal)}.pt--dark .pt__heading{color:var(--aspire-white)}.pt__timeline{margin-bottom:32px}.pt__timeline-labels{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-bottom:16px}.pt__timeline-label{font-family:var(--font-mono);font-size:.8125rem;font-weight:500;letter-spacing:.02em}.pt--light .pt__timeline-label,.pt--subtle .pt__timeline-label{color:var(--aspire-dark)}.pt--dark .pt__timeline-label{color:hsla(0,0%,100%,.6)}.pt__timeline-bar{height:1px;overflow:visible;position:relative}.pt--light .pt__timeline-bar,.pt--subtle .pt__timeline-bar{background:var(--aspire-border)}.pt--dark .pt__timeline-bar{background:hsla(0,0%,100%,.08)}.pt__timeline-fill{height:100%;left:0;opacity:.4;position:absolute;top:0;width:100%}.pt--light .pt__timeline-fill,.pt--subtle .pt__timeline-fill{background:var(--aspire-charcoal)}.pt--dark .pt__timeline-fill{background:hsla(0,0%,100%,.35)}.pt__timeline-dot{border-radius:50%;height:10px;left:100%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}.pt--light .pt__timeline-dot,.pt--subtle .pt__timeline-dot{background:var(--aspire-charcoal);box-shadow:0 0 0 3px rgba(26,26,26,.1)}.pt--dark .pt__timeline-dot{background:var(--aspire-white);box-shadow:0 0 0 3px hsla(0,0%,100%,.15)}.pt__cards{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.pt__card{border-radius:12px;padding:32px;transition:border-color .2s ease}.pt--light .pt__card,.pt--subtle .pt__card{background:var(--aspire-white);border:1px solid var(--bento-border,#e2e2e2)}.pt--dark .pt__card{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08)}@media (pointer:fine){.pt--light .pt__card:hover,.pt--subtle .pt__card:hover{border-color:var(--aspire-border)}.pt--dark .pt__card:hover{border-color:hsla(0,0%,100%,.15)}}.pt__card-label{display:none;font-family:var(--font-mono);font-size:.6875rem;font-weight:500;letter-spacing:.06em;margin-bottom:16px;text-transform:uppercase}.pt--light .pt__card-label,.pt--subtle .pt__card-label{color:var(--aspire-light-text)}.pt--dark .pt__card-label{color:#7ab873}.pt__card-title{font-family:var(--font-primary);font-size:1.25rem;font-weight:700;letter-spacing:-.01em;margin-bottom:20px}.pt--light .pt__card-title,.pt--subtle .pt__card-title{color:var(--aspire-charcoal)}.pt--dark .pt__card-title{color:var(--aspire-white)}.pt__card:last-child .pt__card-title{font-size:1.375rem;position:relative;width:fit-content}.pt__card:last-child .pt__card-title:after{bottom:-2px;content:"";height:1px;left:0;position:absolute;width:100%}.pt--light .pt__card:last-child .pt__card-title:after,.pt--subtle .pt__card:last-child .pt__card-title:after{background:var(--aspire-border)}.pt--dark .pt__card:last-child .pt__card-title:after{background:hsla(0,0%,100%,.15)}.pt__card-content ul{display:flex;flex-direction:column;gap:14px;list-style:none;margin:0;padding:0}.pt__card-content li{align-items:flex-start;display:flex;font-family:var(--font-primary);font-size:.875rem;gap:10px;line-height:1.55}.pt--light .pt__card-content li,.pt--subtle .pt__card-content li{color:var(--aspire-mid)}.pt--dark .pt__card-content li{color:hsla(0,0%,100%,.6)}.pt__card-content li:before{background-repeat:no-repeat;background-size:contain;content:"";display:block;flex-shrink:0;height:18px;margin-top:1px;width:18px}.pt--light .pt__card-content li:before,.pt--subtle .pt__card-content li:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='8' fill='%23f0f7ef'/%3E%3Cpath stroke='%235c9156' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5.5 9 8 11.5 12.5 7'/%3E%3C/svg%3E")}.pt--dark .pt__card-content li:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='8' fill='rgba(92,145,86,0.2)'/%3E%3Cpath stroke='%237ab873' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5.5 9 8 11.5 12.5 7'/%3E%3C/svg%3E")}@media (max-width:900px){.pt__heading{margin-bottom:48px}.pt__cards,.pt__timeline-labels{gap:16px}.pt__card{padding:24px}.pt__card-title{font-size:1.125rem}.pt__card:last-child .pt__card-title{font-size:1.1875rem}}@media (max-width:600px){.pt__timeline{display:none}.pt__card-label{display:block}.pt__cards{gap:20px;grid-template-columns:1fr}}