.ps2-section{background:#fff;overflow:hidden;padding:80px 0 100px}.ps2-container{margin:0 auto;max-width:1200px;padding:0 24px}.ps2-header{margin-bottom:40px;text-align:center}.ps2-header__title{color:var(--oxford-blue);font-family:var(--font);font-size:clamp(28px,4vw,44px);font-weight:800;letter-spacing:-.03em;line-height:1.15}.ps2-header__title em{color:var(--azure);font-style:normal}.ps2-pills{align-items:center;display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-bottom:32px}.ps2-pill{align-items:center;background:#fff;border:1.5px solid var(--baby-blue-20);border-radius:50px;color:var(--oxford-blue);cursor:pointer;display:inline-flex;font-family:var(--font);font-size:.8125rem;font-weight:600;gap:7px;padding:10px 20px;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.ps2-pill:hover{background:var(--baby-blue-10);border-color:var(--baby-blue-40)}.ps2-pill.is-active{background:var(--oxford-blue);border-color:var(--oxford-blue);color:#fff}.ps2-pill__icon{align-items:center;display:flex;flex-shrink:0;height:15px;justify-content:center;width:15px}.ps2-pill__icon img{height:14px;object-fit:contain;width:14px}.ps2-pill__icon--svg svg{height:14px;stroke:var(--azure);stroke-width:2;width:14px}.ps2-pill.is-active .ps2-pill__icon--svg svg{stroke:var(--honey-yellow)}.ps2-panels{position:relative}.ps2-panel{background:rgba(171,210,250,.06);border:1.5px solid var(--baby-blue-20);border-radius:28px;display:none;opacity:0;padding:44px;transform:translateY(12px);transition:opacity .4s ease,transform .4s ease}.ps2-panel.is-active{align-items:stretch;display:grid;gap:48px;grid-template-columns:1fr 1fr;opacity:1;transform:translateY(0)}.ps2-panel__left{display:flex;flex-direction:column}.ps2-icon-badge{align-items:center;background:var(--baby-blue-10);border-radius:10px;display:flex;height:48px;justify-content:center;margin-bottom:16px;width:48px}.ps2-icon-badge svg{height:22px;stroke:var(--azure);stroke-width:1.75;width:22px}.ps2-icon-badge img{height:22px;object-fit:contain;width:22px}.ps2-title{color:var(--oxford-blue);font-family:var(--font);font-size:clamp(22px,2.8vw,30px);font-weight:800;letter-spacing:-.025em;line-height:1.15;margin-bottom:20px}.ps2-block{margin-bottom:16px}.ps2-block__label{color:var(--azure);font-family:var(--font);font-size:.75rem;font-weight:700;letter-spacing:.01em;margin-bottom:3px}.ps2-block__text{color:var(--crayon-black);font-family:var(--font);font-size:.85rem;font-weight:400;line-height:1.65}.ps2-caps-label{color:var(--oxford-blue);font-family:var(--font);font-size:.75rem;font-weight:700;letter-spacing:.01em;margin-bottom:10px}.ps2-features{display:flex;flex-direction:column;gap:0;margin-bottom:24px}.ps2-feat{align-items:center;border-bottom:1px solid var(--baby-blue-10);display:flex;gap:10px;padding:9px 0}.ps2-feat:last-child{border-bottom:none}.ps2-feat__check{align-items:center;background:var(--baby-blue-10);border-radius:5px;display:flex;flex-shrink:0;height:20px;justify-content:center;transition:background .3s ease;width:20px}.ps2-feat:hover .ps2-feat__check{background:var(--baby-blue-20)}.ps2-feat__check svg{height:11px;stroke:var(--azure);stroke-width:2.5;width:11px}.ps2-feat__label{font-size:.825rem;font-weight:600;line-height:1.4}.ps2-cta,.ps2-feat__label{color:var(--oxford-blue);font-family:var(--font)}.ps2-cta{align-items:center;align-self:flex-start;background:var(--honey-yellow);border:2px solid var(--honey-yellow);border-radius:10px;cursor:pointer;display:inline-flex;font-size:.8125rem;font-weight:700;gap:8px;line-height:1;margin-top:auto;padding:12px 28px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.ps2-cta:hover{background:#e5a200;border-color:#e5a200}.ps2-cta svg{height:14px;transition:transform .3s cubic-bezier(.4,0,.2,1);width:14px}.ps2-cta:hover svg{transform:translateX(3px)}.ps2-panel__right{align-items:center;display:flex;justify-content:center}.ps2-right-inner{align-items:center;display:flex;flex-direction:column;gap:16px;height:100%;width:100%}.ps2-image-wrap{background:linear-gradient(145deg,rgba(171,210,250,.08),rgba(171,210,250,.18));border:1.5px solid var(--baby-blue-20);border-radius:20px;flex:1;min-height:0;overflow:hidden;width:100%}.ps2-image-wrap img{display:block;height:100%;object-fit:cover;width:100%}.ps2-image-placeholder{align-items:center;display:flex;flex-direction:column;gap:8px;height:100%;justify-content:center;min-height:280px;width:100%}.ps2-image-placeholder svg{height:48px;stroke:var(--baby-blue-40);width:48px}.ps2-image-placeholder span{color:var(--oxford-blue);font-size:.7rem;font-weight:600;opacity:.4}.ps2-metrics{background:var(--baby-blue-20);border-radius:10px;display:grid;flex-shrink:0;gap:1px;grid-template-columns:repeat(3,1fr);overflow:hidden;width:100%}.ps2-metric{align-items:center;background:#fff;display:flex;flex-direction:column;gap:2px;padding:14px 16px;position:relative;text-align:center}.ps2-metric:after{border-radius:2px;bottom:0;content:"";height:2px;left:20%;position:absolute;right:20%}.ps2-metric:first-child:after{background:var(--azure)}.ps2-metric:nth-child(2):after{background:var(--honey-yellow)}.ps2-metric:nth-child(3):after{background:var(--oxford-blue)}.ps2-metric__value{font-size:1.25rem;font-weight:800;letter-spacing:-.02em;line-height:1}.ps2-metric__label,.ps2-metric__value{color:var(--oxford-blue);font-family:var(--font)}.ps2-metric__label{font-size:.6rem;font-weight:600;letter-spacing:.04em;line-height:1.3;opacity:.5;text-transform:uppercase}.ps2-progress{background:var(--baby-blue-20);border-radius:99px;height:3px;margin-top:28px;overflow:hidden}.ps2-progress__bar{background:var(--oxford-blue);border-radius:99px;height:100%;transition:width linear;width:0}@media (max-width:960px){.ps2-panel.is-active{gap:32px;grid-template-columns:1fr;padding:32px}.ps2-panel__right{order:-1}.ps2-image-placeholder{min-height:240px}}@media (max-width:640px){.ps2-section{padding:60px 0 80px}.ps2-pills{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.ps2-pills::-webkit-scrollbar{display:none}.ps2-pill{font-size:.75rem;padding:8px 14px}.ps2-pill__label{display:none}.ps2-pill__icon{height:20px;width:20px}.ps2-panel.is-active{border-radius:20px;padding:24px}.ps2-image-placeholder{min-height:200px}.ps2-metrics{grid-template-columns:1fr}}.ps2-eyebrow{align-items:center;color:var(--oxford-blue);display:inline-flex;font-family:var(--font);font-size:.7rem;font-weight:700;gap:8px;letter-spacing:.1em;margin-bottom:10px;text-transform:uppercase}.ps2-eyebrow:before{background:var(--azure);border-radius:99px;content:"";display:inline-block;flex-shrink:0;height:2px;width:20px}.ps2-eyebrow--on-dark{color:var(--baby-blue-eyes)}