.p360 { padding: 72px 0 64px; scroll-margin-top: 126px; background: linear-gradient(#fff, #f6f6f7); }
.p360 [hidden] { display: none !important; }
.p360-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 32px; }
.p360-heading h2 { margin: 0; font-size: clamp(36px, 4.5vw, 60px); line-height: 1.04; letter-spacing: -.05em; }
.p360-heading h2 em { color: var(--red); font-style: normal; }
.p360-heading > p { max-width: 340px; margin: 0 0 4px; color: #60646b; font-size: 16px; line-height: 1.65; }
.p360-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.p360-switch { display: inline-flex; gap: 4px; margin: 0; padding: 5px; background: #ececef; border: 1px solid #e1e2e5; }
.p360-switch button { min-height: 48px; padding: 12px 24px; border: 0; background: transparent; color: #545861; font: inherit; font-size: 15px; font-weight: 800; cursor: pointer; transition: background .18s, color .18s; }
.p360-switch button[aria-pressed="true"] { background: var(--dark); color: #fff; box-shadow: 0 3px 8px #191b1f18; }
.p360-switch button:hover:not([aria-pressed="true"]) { background: #fff; color: var(--dark); }
.p360-toolbar-note { color: #464a51; font-size: 14px; font-weight: 700; }
.p360-toolbar-note > span { margin-right: 7px; color: var(--red); font-size: 18px; }
.p360-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.p360-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid #d9dce1; background: #fff; box-shadow: 0 10px 30px #191b1f07; }
.p360-card--featured { border-color: var(--red); box-shadow: 0 12px 35px #d9081b13, 0 0 0 1px var(--red); }
.p360-card-label { display: flex; align-items: center; justify-content: space-between; min-height: 38px; padding: 9px 26px; background: #eff0f2; color: #4f535c; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.p360-card-label > span { font-size: 15px; line-height: 1; }
.p360-card--featured .p360-card-label { background: var(--red); color: #fff; }
.p360-card-heading { min-height: 128px; padding: 23px 26px 21px; }
.p360-card-heading h3 { margin: 0 0 10px; font-size: 34px; line-height: 1.05; letter-spacing: -.04em; }
.p360-card-heading p { margin: 0; max-width: 265px; color: #60646c; font-size: 15px; line-height: 1.5; }
.p360-price-slot { margin: 0 12px; background: var(--dark); }
.p360-price { padding: 22px 14px 18px; color: #fff; }
.p360-price-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; color: #fff; font-size: 14px; line-height: 1.1; letter-spacing: .045em; font-weight: 800; }
.p360-price-kicker > span { padding: 5px 7px; color: #fff; background: var(--red); font-size: 12px; }
.p360-amount { display: flex; align-items: baseline; gap: 7px; min-height: 49px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.p360-times { color: #c3c6cc; font-size: 22px; font-weight: 400; }
.p360-amount strong { color: #fff; font-size: clamp(36px, 3.15vw, 44px); line-height: 1; letter-spacing: -.04em; }
.p360-amount strong > small { font-size: .48em; letter-spacing: -.02em; }
.p360-currency { position: relative; top: -2px; color: #fff; font-size: 15px; font-weight: 800; line-height: 1.15; }
.p360-currency > small { display: block; margin-top: 3px; color: #d6d8dd; font-size: 10px; font-weight: 500; white-space: nowrap; }
.p360-total { margin: 10px 0 0; color: #c4c7ce; font-size: 12px; line-height: 1.4; }
.p360-total b { color: #fff; font-weight: 600; }
.p360-term { margin: 12px 0 0; padding-top: 13px; border-top: 1px solid #ffffff20; color: #fff; font-size: 16px; font-weight: 700; line-height: 1.3; }
.p360-amount--quote strong { font-size: 32px; }
.p360-features { flex: 1; padding: 23px 26px 20px; }
.p360-scope { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.p360-scope h4 { margin: 0; color: var(--ink); font-size: 15px; }
.p360-scope > span { padding: 6px 8px; background: #f2f3f5; color: #565b64; font-size: 11px; font-weight: 800; white-space: nowrap; }
.p360-card--featured .p360-scope > span { background: #fff0f2; color: #b70718; }
.p360-includes { display: flex; align-items: center; min-height: 36px; margin: 10px 0 8px; color: #4f545d; font-size: 12px; font-weight: 700; line-height: 1.4; }
.p360-features ul { display: grid; gap: 0; list-style: none; margin: 0; padding: 0; }
.p360-features li { display: flex; align-items: center; gap: 10px; min-height: 36px; padding: 6px 0; border-bottom: 1px solid #eef0f2; color: #434852; font-size: 14px; line-height: 1.35; }
.p360-features li:last-child { border-bottom: none; }
.p360-features li > span { flex-shrink: 0; color: var(--red); font-size: 14px; font-weight: 800; }
.p360-card-footer { padding: 0 26px 26px; }
.p360-cta { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 54px; padding: 14px 19px; border: 1px solid var(--dark); background: var(--dark); color: #fff; font-size: 15px; font-weight: 800; text-decoration: none; transition: background .18s, border-color .18s; }
.p360-cta > span { font-size: 23px; font-weight: 400; line-height: 1; }
.p360-card--featured .p360-cta { background: var(--red); border-color: var(--red); }
.p360-cta:hover { background: #b70718; border-color: #b70718; }
.p360-payment-note { margin: 19px 0 25px; color: #6a707a; font-size: 12px; line-height: 1.6; text-align: center; }
.p360-compare { border: 1px solid #d9dce1; background: #fff; }
.p360-compare > summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 27px; list-style: none; cursor: pointer; }
.p360-compare > summary::-webkit-details-marker { display: none; }
.p360-compare > summary strong { display: block; font-size: 20px; letter-spacing: -.02em; }
.p360-compare > summary small { display: block; margin-top: 6px; color: #666c75; font-size: 13px; }
.p360-compare-icon { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 38px; background: #fff0f2; color: var(--red); font-size: 25px; }
.p360-compare-icon::before { content: '+'; }
.p360-compare[open] .p360-compare-icon::before { content: '−'; }
.p360-table-wrap { border-top: 1px solid #d9dce1; }
.p360-compare table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.p360-compare th, .p360-compare td { padding: 11px 15px; border-bottom: 1px solid #e9ebef; text-align: center; font-size: 13px; }
.p360-compare thead th { padding: 20px 12px; background: #f1f2f4; color: var(--dark); font-size: 16px; }
.p360-compare thead th:first-child { width: 40%; padding-left: 27px; text-align: left; }
.p360-compare thead th small { display: block; margin-top: 5px; color: #666c75; font-size: 11px; font-weight: 400; }
.p360-compare thead .p360-table-featured { background: #fff0f2; color: #b70718; }
.p360-compare tbody th { padding-left: 27px; text-align: left; color: #4b515c; font-weight: 500; }
.p360-compare .p360-table-group th { padding: 13px 27px; background: #24262b; color: #fff; font-size: 12px; font-weight: 700; }
.p360-compare tbody tr:not(.p360-table-group):hover { background: #fafafb; }
.p360-included { color: #b70718; font-size: 18px; font-weight: 800; }
.p360-excluded { color: #9b9fa6; font-size: 16px; }
.p360-sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.p360 a:focus-visible, .p360 button:focus-visible, .p360 summary:focus-visible, .p360-table-wrap:focus-visible { outline: 3px solid #ee8791; outline-offset: 4px; }
@media (min-width: 951px) and (max-width: 1100px) {
    .p360-cards { gap: 14px; }
    .p360-card-heading, .p360-features { padding-left: 20px; padding-right: 20px; }
    .p360-card-footer { padding-left: 20px; padding-right: 20px; }
    .p360-card-heading h3 { font-size: 31px; }
    .p360-amount strong { font-size: 35px; }
    .p360-features li { min-height: 47px; }
}
@media (max-width: 950px) {
    .p360 { padding: 48px 0; }
    .p360-heading { gap: 24px; }
    .p360-heading > p { max-width: 270px; font-size: 14px; }
    .p360-cards { grid-template-columns: 1fr; max-width: 580px; margin: 0 auto; gap: 24px; }
    .p360-card-heading { min-height: 0; }
    .p360-card-heading p { max-width: none; }
    .p360-amount strong { font-size: 44px; }
    .p360-includes { min-height: 0; }
    .p360-features li { min-height: 36px; font-size: 14px; }
    .p360-payment-note { max-width: 560px; margin: 20px auto 24px; }
}
@media (max-width: 600px) {
    .p360 { padding: 36px 0; scroll-margin-top: 153px; }
    .p360-heading { display: block; margin-bottom: 22px; }
    .p360-heading h2 { font-size: 37px; }
    .p360-heading .eyebrow { font-size: 10px; margin-bottom: 13px; }
    .p360-heading > p { max-width: none; margin: 15px 0 0; font-size: 14px; }
    .p360-toolbar { flex-direction: column; align-items: stretch; gap: 12px; margin-bottom: 23px; }
    .p360-switch { display: grid; grid-template-columns: 1fr 1fr; }
    .p360-switch button { padding: 12px 6px; font-size: 13px; }
    .p360-toolbar-note { text-align: center; font-size: 12px; }
    .p360-card-label { padding-inline: 22px; }
    .p360-card-heading { padding: 22px; }
    .p360-card-heading h3 { font-size: 32px; }
    .p360-card-heading p { font-size: 14px; }
    .p360-price-slot { margin-inline: 10px; }
    .p360-price { padding-inline: 12px; }
    .p360-features { padding: 22px; }
    .p360-card-footer { padding: 0 22px 22px; }
    .p360-cta { justify-content: center; position: relative; }
    .p360-cta > span { position: absolute; right: 17px; }
    .p360-payment-note { font-size: 11px; }
    .p360-compare > summary { padding: 20px 16px; gap: 12px; }
    .p360-compare > summary strong { font-size: 17px; }
    .p360-compare > summary small { font-size: 12px; line-height: 1.5; }
    .p360-compare-icon { width: 30px; height: 30px; flex-basis: 30px; }
    .p360-compare th, .p360-compare td { padding: 9px 3px; font-size: 11px; overflow-wrap: anywhere; }
    .p360-compare thead th { padding: 16px 2px; font-size: 10px; }
    .p360-compare thead th:first-child { width: 35%; padding-left: 10px; }
    .p360-compare thead th small { font-size: 9px; }
    .p360-compare tbody th { padding-left: 10px; }
    .p360-compare .p360-table-group th { padding: 12px 10px; font-size: 11px; }
}
@media (max-width: 360px) {
    .p360-heading h2 { font-size: 32px; }
    .p360-amount strong { font-size: 37px; }
    .p360-amount { gap: 5px; }
    .p360-features li { font-size: 13px; }
}
