.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-tax-included { display: inline-flex; align-items: center; gap: 6px; margin: 7px 0 0; padding: 5px 9px; border: 1px solid #ffffff40; border-radius: 4px; background: #ffffff12; color: #fff; font-size: 13px; font-weight: 800; line-height: 1.3; }
.p360-tax-included > span { color: #86efac; }
.p360-tax-included + .p360-total { display: flex; flex-wrap: wrap; gap: 3px 6px; margin-top: 13px; font-size: 14px; }
.p360-tax-included + .p360-total b { font-weight: 800; white-space: nowrap; }
.p360-tax-breakdown { display: grid; gap: 5px; margin-top: 12px; color: #d1d5dc; font-size: 11px; line-height: 1.5; }
.p360-tax-breakdown > span { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2px 8px; }
.p360-tax-breakdown b { color: #eef0f4; white-space: nowrap; 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 { order: -1; font-size: 23px; font-weight: 400; line-height: 1; }
.p360-cta { justify-content: center; }
.p360-card--featured .p360-cta { background: var(--dark); border-color: var(--dark); }
.p360-card--featured .p360-cta:hover { background: #245b36; border-color: #245b36; color: #fff; }
.p360-cta:hover { background: #245b36; border-color: #245b36; color: #fff; }
.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-all-modules{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:20px;padding:15px 14px;background:#14532d;color:#fff!important;border:2px solid #14532d;text-decoration:none!important;font-size:13px;font-weight:850;letter-spacing:0;box-shadow:0 5px 15px #14532d22;transition:background .18s,border-color .18s}
.p360-all-modules:hover{background:#0d3d20;border-color:#0d3d20}.p360-all-modules>span:last-child{font-size:23px;line-height:1}
.p360-modules-dialog.p360-compare{width:min(1240px,calc(100vw - 48px));max-width:none;height:min(860px,90dvh);max-height:90dvh;margin:auto;padding:0;border:0;border-top:5px solid #df0024;border-radius:12px;background:#fff;color:#191b1f;box-shadow:0 25px 90px #0006;overflow:hidden}
.p360-modules-dialog:not([open]){display:none}.p360-modules-dialog[open]{display:flex;flex-direction:column}
.p360-modules-dialog::backdrop{background:rgb(10 15 24 / 76%);backdrop-filter:blur(4px)}
.p360-dialog-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px 30px;background:#fff;flex-shrink:0}
.p360-dialog-heading .eyebrow{font-size:11px;margin:0 0 8px}.p360-dialog-heading h2{font-size:clamp(22px,3vw,34px);line-height:1.2;margin:0 0 8px;color:#191b1f}.p360-dialog-heading p:last-child{font-size:14px;color:#666;margin:0;line-height:1.5}
.p360-dialog-close{flex:0 0 44px;width:44px;height:44px;border:0;border-radius:8px;background:#191b1f;color:#fff;font-size:22px;cursor:pointer}
.p360-dialog-content{flex:1;min-height:0;display:flex;overflow:hidden}.p360-dialog-content>.p360-table-wrap{width:100%;overflow:auto;overscroll-behavior:contain}
.p360-modules-dialog thead th{position:sticky;top:0;z-index:2;box-shadow:0 1px #ddd}.p360-modules-dialog table{border-collapse:separate;border-spacing:0}
.p360-dialog-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 30px;background:#f3f4f6;border-top:1px solid #ddd;flex-shrink:0;font-size:13px}.p360-dialog-footer b{color:#15803d}.p360-dialog-footer button{border:0;background:#df0024;color:white;padding:12px 18px;font-weight:750;cursor:pointer;border-radius:5px}
@media(max-width:600px){.p360-modules-dialog.p360-compare{width:calc(100vw - 16px);height:94dvh;max-height:94dvh;border-radius:8px}.p360-dialog-heading{padding:16px 12px;gap:8px}.p360-dialog-heading .eyebrow{font-size:9px}.p360-dialog-heading h2{font-size:22px}.p360-dialog-heading p:last-child{font-size:12px}.p360-dialog-close{width:36px;height:36px;flex-basis:36px;font-size:18px}.p360-dialog-footer{padding:12px;gap:8px;font-size:11px}.p360-dialog-footer button{padding:11px;font-size:11px}}
.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: static; }
    .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; }
}
.p360-custom-invite{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:30px 34px;margin:28px 0;background:#002b49;color:#fff;border-radius:16px;border-left:5px solid #0057b8}
.p360-custom-invite p{margin:0 0 10px;color:#a7cbff;font-size:11px;font-weight:800;letter-spacing:.12em}
.p360-custom-invite h3{color:#fff;font-size:clamp(25px,3vw,38px);line-height:1.15;letter-spacing:-.035em;margin:0 0 12px}
.p360-custom-invite div>span{display:block;max-width:650px;color:#c7d5e5;font-size:14px;line-height:1.6}
.p360-custom-invite>a{display:flex;align-items:center;justify-content:center;gap:18px;flex-shrink:0;background:#fff;color:#002b49;padding:18px 24px;border-radius:8px;font-size:15px;font-weight:800;text-decoration:none}
.p360-custom-invite>a:hover{background:#dbeaff}.p360-custom-invite>a:focus-visible{outline:3px solid #a7cbff;outline-offset:5px}
@media(max-width:760px){.p360-custom-invite{flex-direction:column;align-items:stretch;padding:24px;gap:22px}.p360-custom-invite>a{width:100%;font-size:14px;padding:16px}}
.p360-compare .p360-production-roadmap th{background:#fff8ee;text-align:left;padding:20px;color:#674517}
.p360-production-roadmap strong{display:block;font-size:15px}
.p360-production-roadmap p{margin:8px 0 0;font-size:12px;line-height:1.6;font-weight:400;max-width:800px}
.p360-planned-label{display:inline-block;color:#785014;background:#fff4dd;border:1px solid #edd6ad;border-radius:5px;padding:5px 7px;font-size:11px;font-weight:700}
.p360-compare .p360-planned-feature th{font-weight:500}
@media(max-width:560px){.p360-planned-label{font-size:9px;padding:4px 3px}.p360-compare .p360-production-roadmap th{padding:15px 12px}}
.p360:has(.p360-cards--four)>.wrap,.site-page .s360-home-slider>.slider-stage{width:min(1480px,calc(100% - 248px));max-width:none;margin-inline:auto}
@media(max-width:1199px){.p360:has(.p360-cards--four)>.wrap,.site-page .s360-home-slider>.slider-stage{width:calc(100% - 48px);margin-inline:auto}}
@media(max-width:760px){.p360:has(.p360-cards--four)>.wrap,.site-page .s360-home-slider>.slider-stage{width:calc(100% - 28px)}}
.p360 .p360-cards--four{grid-template-columns:repeat(4,minmax(0,1fr));max-width:none;gap:16px}
.p360-cards--four .p360-card-heading,.p360-cards--four .p360-features{padding-inline:18px}
.p360-cards--four .p360-card-heading h3{font-size:30px}
.p360-cards--four .p360-card-label{padding-inline:18px;min-height:44px}
.p360-cards--four .p360-card-footer{padding-inline:18px}
.p360-cards--four .p360-cta{padding-inline:13px;font-size:14px}
.p360-bespoke-card{display:flex;flex-direction:column;min-width:0;background:linear-gradient(155deg,#0057b8,#002b49 65%);color:#fff;border:1px solid #216ec2;box-shadow:0 12px 34px #0057b826}
.p360-bespoke-label{display:flex;justify-content:space-between;gap:8px;align-items:center;min-height:44px;padding:10px 20px;background:#ffffff12;color:#d7e9ff;font-size:10px;font-weight:800;letter-spacing:.07em}
.p360-bespoke-card header{padding:24px 22px 18px}
.p360-bespoke-icon{display:block;font-size:24px;font-weight:800;color:#a5d3ff;margin-bottom:16px}
.p360-bespoke-card h3{margin:0 0 14px;font-size:clamp(27px,2.4vw,35px);letter-spacing:-.035em;line-height:1.15;color:#fff}
.p360-bespoke-card header p{color:#cfdef1;font-size:14px;line-height:1.5;margin:0}
.p360-bespoke-price{margin:0 20px;padding:20px 0;border-block:1px solid #ffffff35}
.p360-bespoke-price strong{display:block;font-size:clamp(32px,3vw,43px);letter-spacing:-.04em;line-height:1.1;color:#fff}
.p360-bespoke-price strong small{font-size:16px;letter-spacing:0}
.p360-bespoke-price>span{display:block;margin-top:9px;font-size:14px;font-weight:700}
.p360-bespoke-price>span small{display:block;font-weight:400;font-size:11px;color:#bcd1e9;margin-top:6px}
.p360-bespoke-body{flex:1;padding:20px 22px;color:#d7e6f7;font-size:14px;line-height:1.6}
.p360-bespoke-body p{margin:0 0 16px}.p360-bespoke-body ul{padding-left:17px;margin:0 0 18px}.p360-bespoke-body li{margin-bottom:8px}.p360-bespoke-body>small{font-size:11px;color:#afc7e2}
.p360-bespoke-card footer{padding:0 18px 26px}
.p360-bespoke-card footer a{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:54px;padding:14px 13px;background:#fff;color:#00366a;font-size:14px;font-weight:800;text-decoration:none}
.p360-bespoke-card footer a:hover{background:#deedff}.p360-bespoke-card footer a:focus-visible{outline:3px solid #fff;outline-offset:5px}
@media(max-width:1199px){.p360 .p360-cards--four{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.p360 .p360-cards--four{grid-template-columns:minmax(0,1fr);max-width:580px;margin-inline:auto;gap:24px}}
@media(min-width:1200px) and (max-width:2399px){
 .p360 .p360-cards--four{grid-template-columns:repeat(4,minmax(0,1fr));max-width:none;gap:14px}
 .p360-heading{align-items:flex-start;flex-direction:column;gap:18px}
 .p360-heading>p{max-width:none}
 .site-page .s360-home-slider .slide{gap:24px}
 .site-page .s360-home-slider .slide .display{font-size:clamp(30px,2.8vw,54px)}
 .site-page .s360-home-slider .lead{font-size:16px}
 .site-page .s360-home-slider .btns{flex-wrap:wrap}
}
