.ps3-section{background:#fff;overflow:hidden;padding:80px 0 100px}.ps3-container{margin:0 auto;max-width:1200px;padding:0 24px}.ps3-header{margin-bottom:40px;text-align:center}.ps3-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}.ps3-header__title em{color:var(--azure);font-style:normal}.ps3-pills{align-items:center;display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-bottom:32px}.ps3-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}.ps3-pill:hover{background:var(--baby-blue-10);border-color:var(--baby-blue-40)}.ps3-pill.is-active{background:var(--oxford-blue);border-color:var(--oxford-blue);color:#fff}.ps3-pill__icon{align-items:center;display:flex;flex-shrink:0;height:15px;justify-content:center;width:15px}.ps3-pill__icon img{height:14px;object-fit:contain;width:14px}.ps3-pill__icon--svg svg{height:14px;stroke:var(--azure);stroke-width:2;width:14px}.ps3-pill.is-active .ps3-pill__icon--svg svg{stroke:var(--honey-yellow)}.ps3-panels{position:relative}.ps3-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}.ps3-panel.is-active{align-items:stretch;display:grid;gap:48px;grid-template-columns:1fr 1fr;opacity:1;transform:translateY(0)}.ps3-panel__left{display:flex;flex-direction:column}.ps3-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}.ps3-icon-badge svg{height:22px;stroke:var(--azure);stroke-width:1.75;width:22px}.ps3-icon-badge img{height:22px;object-fit:contain;width:22px}.ps3-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}.ps3-block{margin-bottom:16px}.ps3-block__label{color:var(--azure);font-family:var(--font);font-size:.75rem;font-weight:700;letter-spacing:.01em;margin-bottom:3px}.ps3-block__text{color:var(--crayon-black);font-family:var(--font);font-size:.85rem;font-weight:400;line-height:1.65}.ps3-caps-label{color:var(--oxford-blue);font-family:var(--font);font-size:.75rem;font-weight:700;letter-spacing:.01em;margin-bottom:10px}.ps3-features{display:flex;flex-direction:column;gap:0;margin-bottom:24px}.ps3-feat{align-items:center;border-bottom:1px solid var(--baby-blue-10);display:flex;gap:10px;padding:9px 0}.ps3-feat:last-child{border-bottom:none}.ps3-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}.ps3-feat:hover .ps3-feat__check{background:var(--baby-blue-20)}.ps3-feat__check svg{height:11px;stroke:var(--azure);stroke-width:2.5;width:11px}.ps3-feat__label{font-size:.825rem;font-weight:600;line-height:1.4}.ps3-cta,.ps3-feat__label{color:var(--oxford-blue);font-family:var(--font)}.ps3-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)}.ps3-cta:hover{background:#e5a200;border-color:#e5a200}.ps3-cta svg{height:14px;transition:transform .3s cubic-bezier(.4,0,.2,1);width:14px}.ps3-cta:hover svg{transform:translateX(3px)}.ps3-panel__right{align-items:center;display:flex;justify-content:center}.ps3-right-inner{align-items:center;display:flex;flex-direction:column;gap:16px;height:100%;width:100%}.ps3-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%}.ps3-image-wrap img{display:block;height:100%;object-fit:cover;width:100%}.ps3-image-placeholder{align-items:center;display:flex;flex-direction:column;gap:8px;height:100%;justify-content:center;min-height:280px;width:100%}.ps3-image-placeholder svg{height:48px;stroke:var(--baby-blue-40);width:48px}.ps3-image-placeholder span{color:var(--oxford-blue);font-size:.7rem;font-weight:600;opacity:.4}.ps3-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%}.ps3-metric{align-items:center;background:#fff;display:flex;flex-direction:column;gap:2px;padding:14px 16px;position:relative;text-align:center}.ps3-metric:after{border-radius:2px;bottom:0;content:"";height:2px;left:20%;position:absolute;right:20%}.ps3-metric:first-child:after{background:var(--azure)}.ps3-metric:nth-child(2):after{background:var(--honey-yellow)}.ps3-metric:nth-child(3):after{background:var(--oxford-blue)}.ps3-metric__value{font-size:1.25rem;font-weight:800;letter-spacing:-.02em;line-height:1}.ps3-metric__label,.ps3-metric__value{color:var(--oxford-blue);font-family:var(--font)}.ps3-metric__label{font-size:.6rem;font-weight:600;letter-spacing:.04em;line-height:1.3;opacity:.5;text-transform:uppercase}.ps3-panel__richtext{grid-column:1/-1;min-width:0;overflow-wrap:break-word}.ps3-panel__richtext>:first-child{margin-top:0}.ps3-panel__richtext>:last-child{margin-bottom:0}.ps3-panel__richtext h2,.ps3-panel__richtext h3,.ps3-panel__richtext h4{color:var(--oxford-blue);font-family:var(--font);font-weight:700;letter-spacing:-.02em;line-height:1.25}.ps3-panel__richtext h2{font-size:1.25rem;margin:0 0 10px}.ps3-panel__richtext h3{font-size:1.0625rem;margin:20px 0 8px}.ps3-panel__richtext h4{font-size:.9375rem;margin:16px 0 6px}.ps3-panel__richtext p{color:var(--crayon-black);font-family:var(--font);font-size:.85rem;font-weight:400;line-height:1.65;margin-bottom:12px}.ps3-panel__richtext ol,.ps3-panel__richtext ul{margin-bottom:12px;padding-left:20px}.ps3-panel__richtext li{color:var(--crayon-black);font-family:var(--font);font-size:.85rem;line-height:1.65;margin-bottom:4px}.ps3-panel__richtext a{color:var(--azure);text-decoration:underline;text-underline-offset:3px}.ps3-panel__richtext a:hover{color:var(--oxford-blue)}.ps3-panel__richtext strong{color:var(--oxford-blue);font-weight:700}.ps3-panel__richtext iframe{aspect-ratio:8/5;height:auto;width:100%}.ps3-progress{background:var(--baby-blue-20);border-radius:99px;height:3px;margin-top:28px;overflow:hidden}.ps3-progress__bar{background:var(--oxford-blue);border-radius:99px;height:100%;transition:width linear;width:0}@media (max-width:960px){.ps3-panel.is-active{gap:32px;grid-template-columns:1fr;padding:32px}.ps3-panel__right{order:-1}.ps3-panel__richtext{order:1}.ps3-image-placeholder{min-height:240px}}@media (max-width:640px){.ps3-section{padding:60px 0 80px}.ps3-pills{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.ps3-pills::-webkit-scrollbar{display:none}.ps3-pill{font-size:.75rem;padding:8px 14px}.ps3-pill__label{display:none}.ps3-pill__icon{height:20px;width:20px}.ps3-panel.is-active{border-radius:20px;padding:24px}.ps3-image-placeholder{min-height:200px}.ps3-metrics{grid-template-columns:1fr}.ps3-panel__richtext--hide-mobile{display:none}}.ps3-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}.ps3-eyebrow:before{background:var(--azure);border-radius:99px;content:"";display:inline-block;flex-shrink:0;height:2px;width:20px}.ps3-eyebrow--on-dark{color:var(--baby-blue-eyes)}