.hpt3 .btn { display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 22px;border:1px solid transparent;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:background 120ms ease,color 120ms ease,border-color 120ms ease }
.hpt3 .btn--primary { background:#0073E6;color:#fff }
.hpt3 .btn--primary:hover { background:#0047AB;color:#fff }
.hpt3 .btn--secondary { background:#FFFFFF;color:#0047AB;border-color:#9BB7DD }
.hpt3 .btn--secondary:hover { background:#F5F8FE;color:#0047AB }
.hpt3 .btn--block { width:100% }
.hpt3 .btn:focus-visible { outline:2px solid #0073E6;outline-offset:2px }
.hpt3 .sec-head h2 { font-size:32px;color:#011E48 }
.hpt3 .sec-head p { margin-top:10px;font-size:15.5px;line-height:1.65;color:#4F5B66;max-width:680px;text-wrap:pretty }
.hpt3 .ctrl__label { font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6B7280;margin-bottom:8px }
.hpt3 .plans { display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch }
.hpt3 .plan { display:flex;flex-direction:column;background:#FFFFFF;border:1px solid #D7E3F3;box-shadow:0 4px 3px rgba(51,51,51,.30);padding:28px 26px;transition:box-shadow 150ms ease,transform 150ms ease }
.hpt3 .plan:hover { transform:translateY(-2px);box-shadow:0 8px 6px rgba(51,51,51,.30) }
.hpt3 .plan--rec { border-color:#0073E6 }
.hpt3 .plan__flag { display:inline-flex;align-items:center;gap:8px;align-self:center;border-radius:999px;background:#F5F8FE;border:1px solid #D7E3F3;padding:5px 13px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#0047AB;margin-bottom:16px }
.hpt3 .plan__flag .spot { width:8px;height:8px;border-radius:50%;background:#F1C611 }
.hpt3 .plan__name { font-size:22px;color:#011E48;text-align:center }
.hpt3 .plan__who { margin-top:6px;font-size:13.5px;line-height:1.55;color:#6B7280;min-height:40px;text-align:center }
.hpt3 .plan__price { margin-top:22px;display:flex;align-items:flex-end;justify-content:center;gap:8px }
.hpt3 .plan__amount { font-family:'Funnel Display', Arial, sans-serif;font-size:40px;font-weight:700;color:#011E48;line-height:1;font-variant-numeric:tabular-nums }
.hpt3 .plan__per { font-size:13px;color:#6B7280;padding-bottom:5px;line-height:1.35 }
.hpt3 .plan__billed { margin-top:10px;font-size:12.5px;line-height:1.55;color:#6B7280;min-height:20px;text-align:center }
.hpt3 .plan__was { font-size:16px;font-weight:600;color:#6B7280;text-decoration:line-through;padding-bottom:6px;font-variant-numeric:tabular-nums }
.hpt3 .plan__save { margin:12px auto 2px;font-size:12.5px;font-weight:700;line-height:1.3;color:#333333;text-align:center;display:flex;align-items:center;justify-content:center;gap:7px;background:#F5F8FE;border:1px solid #D7E3F3;padding:0 14px;min-height:38px;border-radius:999px;width:fit-content;max-width:100% }
.hpt3 .plan__save svg { width:16px;height:16px;flex:0 0 auto }
.hpt3 .plan__save:empty { visibility:hidden }
.hpt3 .seatopt { margin-top:16px;min-height:74px }
.hpt3 .seatopt legend { text-align:center;width:100% }
.hpt3 .seatopt .ctrl__label { text-align:center }
.hpt3 .seatopt .billnote__row { justify-content:center;border-radius:999px }
.hpt3 .billnote { margin:18px 0 0;min-height:74px }
.hpt3 .billnote__row { display:flex;align-items:center;gap:10px;height:42px;padding:0 14px;border:1px solid #D7E3F3;background:#F5F8FE;font-size:13px;font-weight:600;color:#4F5B66 }
.hpt3 .plan__cta { margin-top:22px }
.hpt3 .plan__inclhead { margin-top:36px;padding-top:26px;border-top:1px solid #D7E3F3;font-size:12.5px;font-weight:600;color:#333333;margin-bottom:18px }
.hpt3 .plan__incl { display:flex;flex-direction:column;list-style:none }
.hpt3 .plan__incl li { display:flex;gap:12px;align-items:flex-start;padding:14px 0 }
.hpt3 .plan__incl li+li { border-top:1px solid #D7E3F3 }
.hpt3 .feat__ic { flex:0 0 auto;width:20px;height:20px;margin-top:1px;color:#0047AB }
.hpt3 .feat__ic svg { width:20px;height:20px;display:block }
.hpt3 .feat__tx { display:flex;flex-direction:column;gap:3px;flex:1;min-width:0 }
.hpt3 .feat__t { font-size:14px;font-weight:700;color:#333333;line-height:1.35 }
.hpt3 .feat__d { font-size:13px;color:#6B7280;line-height:1.5 }
.hpt3 .plan__foot { margin-top:auto;padding-top:20px;font-size:12px;line-height:1.55;color:#6B7280 }
.hpt3 .plan__strip { margin-top:18px;background:#F5F8FE;border:1px solid #D7E3F3;padding:12px 14px;font-size:12.5px;line-height:1.55;color:#4F5B66 }
.hpt3 .plan__strip strong { color:#333333;font-weight:600 }
/* Base wrapper: neutral container so the resolved rules sit on the design system's own foundations. */
.hpt3 { font-family: 'Geist', Arial, sans-serif; color: #333333; -webkit-font-smoothing: antialiased; }
.hpt3 *, .hpt3 *::before, .hpt3 *::after { box-sizing: border-box; }
.hpt3 .sec { padding: 0; }
.hpt3 h2, .hpt3 h3, .hpt3 p, .hpt3 ul { margin: 0; }
.hpt3 .plan__amount { font-family: 'Funnel Display', Arial, sans-serif; font-size: 40px; font-weight: 700; color: #011E48; line-height: 1; }
.hpt3 .plan__incl { padding: 0; margin: 0; }
.hpt3 .plan__was { text-decoration: line-through; }

/* Responsive: single column on narrow screens (matches the standalone at <=1080px). */
@media (max-width: 1080px) {
  .hpt3 .plans { grid-template-columns: 1fr; }
}

/* Interactive Team card: seat pills + billing segments. */
.hpt3 .plan__save--nudge { color:#333333;background:#F5F8FE }
.hpt3 .billopt { border:0;margin:18px 0 0;padding:0;min-height:74px }
.hpt3 .seatopt legend { text-align:center;width:100% }
.hpt3 .seatopt .ctrl__label { text-align:center }
.hpt3 .hpt-pillopts { display:flex;gap:7px;justify-content:center }
.hpt3 .hpt-pillopts button { appearance:none;-webkit-appearance:none;box-shadow:none;flex:1;min-width:0;height:40px;padding:0 6px;white-space:nowrap;border:1.5px solid #D7E3F3;background:#FFFFFF;border-radius:999px;font-family:inherit;font-size:13px;font-weight:600;color:#6B7280;cursor:pointer;transition:border-color 120ms ease,color 120ms ease }
.hpt3 .hpt-pillopts button:hover { border-color:#0073E6;color:#4F5B66 }
.hpt3 .hpt-pillopts button[aria-pressed="true"] { border-color:#0073E6;border-width:2px;color:#333333;background:#FFFFFF }
.hpt3 .hpt-pillopts button:focus-visible { outline:2px solid #0073E6;outline-offset:2px }
.hpt3 .billopt legend { padding:0;margin-bottom:10px }
.hpt3 .hpt-segpill { display:flex;width:100%;padding:5px;gap:4px;background:#F3F4F6;border-radius:999px }
.hpt3 .hpt-segpill button { appearance:none;-webkit-appearance:none;flex:1;min-width:0;height:38px;padding:0 10px;border:0;background:transparent;border-radius:999px;font-family:inherit;font-size:14px;font-weight:500;color:#4F5B66;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px;transition:background 120ms ease,color 120ms ease,box-shadow 120ms ease }
.hpt3 .hpt-segpill button:hover { color:#333333 }
.hpt3 .hpt-segpill button[aria-pressed="true"] { background:#fff;color:#333333;font-weight:700;box-shadow:0 1px 2px rgba(1,30,72,.08) }
.hpt3 .hpt-segpill button:focus-visible { outline:2px solid #0073E6;outline-offset:2px }
.hpt3 .savepill { display:inline-block;margin-left:0;border-radius:999px;background:#C7D87E;color:#065D38;font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:3px 8px;line-height:1.2 }
