/* Faster landing flow and selectable product colors. */
.ptpo-hero{min-height:620px!important;height:auto!important;padding-top:54px!important;padding-bottom:54px!important}
.ptpo-hero-copy{align-self:center}
.ptpo-hero-visual{min-height:430px!important}
.ptpo-hero-image{max-height:460px!important}
.ptpo-facts{margin-top:-31px!important}
.ptpo-section{padding-top:78px!important;padding-bottom:78px!important}
.ptpo-offer-grid{margin-top:42px!important}
.ptpo-color-label{margin-top:18px;color:#6e6e73;font-size:12px}
.ptpo-color-label strong{color:#111}
.ptpo-colors{gap:10px!important;margin-top:10px!important}
.ptpo-color-option{position:relative;display:grid;place-items:center;gap:6px;min-width:58px;padding:7px 6px;border:1px solid transparent;border-radius:12px;background:transparent;color:#777;cursor:pointer;font:inherit;transition:border-color .2s,background .2s,transform .2s}
.ptpo-color-option:hover{background:#fff;transform:translateY(-2px)}
.ptpo-color-option.is-selected{border-color:var(--pt-red);background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.08)}
.ptpo-color-option.is-selected:after{content:"✓";position:absolute;top:-7px;right:-7px;display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--pt-red);color:#fff;font-size:11px;font-weight:900}
.ptpo-color-option i{pointer-events:none}
.ptpo-color-option small{max-width:76px;line-height:1.2;pointer-events:none}
.ptpo-plan{cursor:pointer}
@media(max-width:700px){
 .ptpo-hero{min-height:auto!important;padding:38px 18px 48px!important}
 .ptpo-hero-visual{min-height:280px!important}
 .ptpo-hero-image{max-height:300px!important}
 .ptpo-facts{margin-top:-20px!important}
 .ptpo-section{padding-top:58px!important;padding-bottom:58px!important}
 .ptpo-color-option{min-width:50px;padding:6px 4px}
}
