/* HPWPT - isolated styles (no shadows, no rounded) */
.hpwpt{box-sizing:border-box;width:100%;margin:0;padding:0;background:transparent!important;border:0;border-radius:0!important;box-shadow:none!important}
.hpwpt,.hpwpt *,.hpwpt *::before,.hpwpt *::after{box-sizing:border-box}
.hpwpt *{border-radius:0!important;box-shadow:none!important;text-shadow:none!important;filter:none!important}
.hpwpt__inner{max-width:1200px;margin:0 auto;padding:40px 24px}
.hpwpt__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
@media (max-width:900px){.hpwpt__grid{grid-template-columns:1fr;gap:28px}}
.hpwpt-layout--text-right .hpwpt__col--text{order:2}
.hpwpt-layout--text-right .hpwpt__col--media{order:1}
.hpwpt__eyebrow{letter-spacing:.12em;text-transform:uppercase;font-size:12px;opacity:.75;margin-bottom:10px}
.hpwpt__title{margin:0 0 16px 0;font-family:"Playfair Display",Georgia,"Times New Roman",serif;font-weight:600;font-size:42px;line-height:1.1}
@media (max-width:900px){.hpwpt__title{font-size:34px}}
.hpwpt__desc{font-size:16px;line-height:1.7;opacity:.9;margin-bottom:18px}
.hpwpt__features{list-style:none;padding:0;margin:0 0 26px 0}
.hpwpt__feature{display:flex;align-items:flex-start;gap:12px;padding:8px 0}
.hpwpt__check{font-weight:700;transform:translateY(1px);opacity:.75}
.hpwpt__feature-text{font-size:14px;line-height:1.5}
.hpwpt__btn{display:inline-block;padding:14px 22px;border:1px solid currentColor;text-decoration:none!important;text-transform:uppercase;letter-spacing:.10em;font-size:12px;font-weight:700;background:transparent}
.hpwpt__btn:hover{opacity:.85}
.hpwpt-media{position:relative;background:transparent;border:0}
.hpwpt-media--frame{outline:1px solid rgba(0,0,0,.18);outline-offset:-18px;padding:18px}
.hpwpt__img{display:block;width:100%;height:auto;border:0;margin:0}
