:root{
  --pxmh-accent: var(--fs-color-primary, #d88a22);
  --pxmh-accent-2: #f4b14b;
  --pxmh-accent-3: #ffd37e;
  --pxmh-accent-deep: #8a4b0b;
  --pxmh-accent-soft: #fff3e2;
  --pxmh-ink: #111827;
  --pxmh-muted: #48566b;
  --pxmh-dark: #0b1220;
  --pxmh-dark-2: #141f34;
  --pxmh-blue: #172033;
  --pxmh-surface: #f7f9fc;
  --pxmh-border: #d8e0ec;
  --pxmh-white: #ffffff;
  --pxmh-radius: 24px;
  --pxmh-shadow: 0 22px 58px rgba(15,23,42,.14);
  --pxmh-shadow-soft: 0 12px 34px rgba(15,23,42,.08);
  --pxmh-wrap: 1180px;
  --pxmh-space: clamp(3rem, 6vw, 6.25rem);
}
.pxmh-home{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--pxmh-ink);line-height:1.65;background:#fff;clear:both;isolation:isolate;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
.pxmh-home *{box-sizing:border-box}.pxmh-home a{color:inherit}.pxmh-wrap{width:min(calc(100% - 2rem),var(--pxmh-wrap));margin-inline:auto}
.pxmh-hero{position:relative;overflow:hidden;padding:clamp(3.4rem,5.8vw,6.8rem) 0;background:radial-gradient(circle at 10% 15%,rgba(244,177,75,.44),transparent 27%),radial-gradient(circle at 88% 12%,rgba(216,138,34,.28),transparent 31%),linear-gradient(135deg,#0a1221 0%,#111b2f 48%,#0f172a 100%);color:#fff}
.pxmh-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(90deg,rgba(0,0,0,.58),transparent 88%);pointer-events:none}.pxmh-hero-glow{position:absolute;right:-110px;bottom:-150px;width:390px;height:390px;border-radius:999px;background:rgba(216,138,34,.28);filter:blur(12px);pointer-events:none}.pxmh-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.76fr);gap:clamp(1.8rem,4vw,3.6rem);align-items:center}.pxmh-copy{display:grid;gap:1rem}
.pxmh-kicker{display:inline-flex;align-items:center;gap:.45rem;width:max-content;max-width:100%;padding:.48rem .9rem;border-radius:999px;background:var(--pxmh-accent-soft);border:1px solid #f0d1a6;font-size:.78rem;line-height:1;letter-spacing:.08em;text-transform:uppercase;font-weight:900;color:var(--pxmh-accent-deep);box-shadow:none}.pxmh-kicker:before{content:"";width:.48rem;height:.48rem;border-radius:999px;background:var(--pxmh-accent);box-shadow:0 0 0 5px rgba(216,138,34,.14)}.pxmh-kicker--dark{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.24);color:#fff;box-shadow:0 8px 22px rgba(0,0,0,.12)}.pxmh-kicker--dark:before{background:var(--pxmh-accent-2);box-shadow:0 0 0 5px rgba(244,177,75,.17)}
.pxmh-home h2{margin:0 0 .9rem;font-size:clamp(1.82rem,3.05vw,3rem);line-height:1.06;letter-spacing:-.035em;color:var(--pxmh-ink);font-weight:950}.pxmh-hero h2,.pxmh-panel--ink h2,.pxmh-final h2{color:#fff!important;text-shadow:0 1px 0 rgba(0,0,0,.18)}.pxmh-home h3{margin:0 0 .55rem;font-size:1.08rem;line-height:1.28;color:var(--pxmh-ink);font-weight:900}.pxmh-home p{margin:0;color:var(--pxmh-muted)}.pxmh-hero p,.pxmh-panel--ink p,.pxmh-final p{color:rgba(255,255,255,.9)!important}.pxmh-hero p{font-size:clamp(1rem,1.35vw,1.18rem);max-width:68ch}
.pxmh-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:.4rem}.pxmh-actions--center{justify-content:center}.pxmh-home .pxmh-btn,.pxmh-home .pxmh-btn:link,.pxmh-home .pxmh-btn:visited{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.55rem!important;min-height:52px!important;padding:.95rem 1.4rem!important;border-radius:999px!important;text-decoration:none!important;font-weight:950!important;border:1px solid transparent!important;line-height:1.15!important;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease!important;letter-spacing:-.01em!important;white-space:normal!important;text-align:center!important;text-shadow:none!important}.pxmh-home .pxmh-btn:hover{transform:translateY(-2px)!important;box-shadow:0 18px 34px rgba(0,0,0,.18)!important;text-decoration:none!important}.pxmh-home .pxmh-btn--primary,.pxmh-home .pxmh-btn--primary:link,.pxmh-home .pxmh-btn--primary:visited{background:linear-gradient(135deg,var(--pxmh-accent) 0%,var(--pxmh-accent-2) 100%)!important;color:#111827!important;border-color:rgba(255,255,255,.22)!important;box-shadow:0 16px 34px rgba(216,138,34,.34)!important}.pxmh-home .pxmh-btn--light,.pxmh-home .pxmh-btn--light:link,.pxmh-home .pxmh-btn--light:visited{background:#fff!important;color:#0f172a!important;border-color:rgba(255,255,255,.72)!important;box-shadow:0 14px 28px rgba(15,23,42,.18)!important}.pxmh-home .pxmh-btn--primary:hover,.pxmh-home .pxmh-btn--primary:focus-visible{color:#111827!important;background:linear-gradient(135deg,#f0a33a 0%,#ffc86d 100%)!important}.pxmh-home .pxmh-btn--light:hover,.pxmh-home .pxmh-btn--light:focus-visible{color:#0f172a!important;background:#fff9ef!important}.pxmh-btn--wide{width:100%;margin-top:1rem}
.pxmh-hero-badges{list-style:none;margin:.1rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.55rem}.pxmh-hero-badges li{display:inline-flex;align-items:center;gap:.42rem;padding:.52rem .74rem;border:1px solid rgba(255,255,255,.26);border-radius:999px;background:rgba(255,255,255,.13);color:#fff!important;font-weight:850;font-size:.92rem;box-shadow:0 10px 24px rgba(0,0,0,.08);backdrop-filter:blur(6px)}.pxmh-hero-badges span{display:grid;place-items:center;width:1.18rem;height:1.18rem;border-radius:999px;background:linear-gradient(135deg,var(--pxmh-accent-2),var(--pxmh-accent));color:#101623;font-size:.72rem;font-weight:1000}
.pxmh-dashboard{position:relative;padding:1rem;border:1px solid rgba(255,255,255,.24);border-radius:var(--pxmh-radius);background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.08));box-shadow:0 30px 78px rgba(0,0,0,.28);backdrop-filter:blur(8px)}.pxmh-dashboard-card{display:grid;grid-template-columns:auto 1fr;gap:.8rem;align-items:center;padding:1rem;border:1px solid rgba(255,255,255,.2);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.08));box-shadow:0 14px 32px rgba(0,0,0,.12)}.pxmh-dashboard-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,var(--pxmh-accent-2),var(--pxmh-accent));color:#111827;font-size:1.15rem;font-weight:1000}.pxmh-dashboard strong{display:block;color:#fff;font-size:1.03rem;line-height:1.2}.pxmh-dashboard span{color:rgba(255,255,255,.84);font-size:.92rem}.pxmh-dashboard-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.55rem;margin:.82rem 0}.pxmh-dashboard-row div{padding:.75rem .45rem;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.08);text-align:center}.pxmh-dashboard-row strong{font-size:.9rem;color:#ffd58d}.pxmh-dashboard-row span{display:block;font-size:.76rem;color:rgba(255,255,255,.8)}.pxmh-stat-list{list-style:none;margin:0;padding:0;display:grid;gap:.74rem}.pxmh-stat-list li{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.1);border-radius:18px;padding:.9rem 1rem}.pxmh-stat-list strong{display:block;color:#fff}.pxmh-stat-list span{display:block;color:rgba(255,255,255,.82);font-size:.92rem;margin-top:.12rem}
.pxmh-panel{padding:var(--pxmh-space) 0;border-top:1px solid rgba(216,224,236,.75);position:relative}.pxmh-panel--white{background:linear-gradient(180deg,#fff 0%,#fffaf3 100%)}.pxmh-panel--soft{background:radial-gradient(circle at 5% 0%,rgba(244,177,75,.12),transparent 28%),linear-gradient(180deg,#f8fafc 0%,#edf2f8 100%)}.pxmh-panel--ink{overflow:hidden;background:radial-gradient(circle at 10% 8%,rgba(244,177,75,.22),transparent 28%),linear-gradient(135deg,#0b1220 0%,#172033 100%);color:#fff}
.pxmh-section-head{max-width:900px;margin:0 0 1.7rem;display:grid;gap:.25rem}.pxmh-section-head--center{text-align:center;margin-inline:auto;justify-items:center}.pxmh-section-head--split{max-width:none;display:grid;grid-template-columns:minmax(0,.7fr) minmax(280px,.55fr);gap:1.5rem;align-items:end}.pxmh-section-head--light h2,.pxmh-section-head--light p{color:#fff!important}.pxmh-section-head p{font-size:clamp(1rem,1.3vw,1.12rem);max-width:75ch;color:#4b5565}.pxmh-section-head--center p{margin-inline:auto}
.pxmh-card-grid{display:grid;gap:1.08rem}.pxmh-card-grid--services{grid-template-columns:repeat(4,minmax(0,1fr))}.pxmh-card-grid--locations{grid-template-columns:repeat(3,minmax(0,1fr))}.pxmh-card{position:relative;background:#fff;border:1px solid var(--pxmh-border);border-radius:22px;padding:1.2rem;box-shadow:var(--pxmh-shadow-soft);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.pxmh-card:after{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--pxmh-accent),var(--pxmh-accent-2));opacity:.95}.pxmh-card:hover{transform:translateY(-3px);box-shadow:var(--pxmh-shadow);border-color:#edc179}.pxmh-service-card{display:flex;flex-direction:column;min-height:100%}.pxmh-service-card p,.pxmh-location-card p{font-size:.97rem;color:#4b5565}.pxmh-card-top,.pxmh-location-head{display:flex;align-items:center;gap:.75rem;margin-bottom:.85rem}.pxmh-icon,.pxmh-pin{display:grid;place-items:center;flex:0 0 auto;width:2.7rem;height:2.7rem;border-radius:16px;background:linear-gradient(135deg,var(--pxmh-accent-soft),#fff);border:1px solid #f0d0a7;color:var(--pxmh-accent-deep);font-weight:950;font-size:.9rem;box-shadow:0 10px 24px rgba(216,138,34,.12)}.pxmh-mini-label{font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;color:var(--pxmh-accent-deep);font-weight:900}.pxmh-location-head h3{margin:0}
.pxmh-text-link{display:inline-flex;align-items:center;gap:.35rem;width:max-content;max-width:100%;margin-top:auto;color:var(--pxmh-accent-deep)!important;font-weight:900;text-decoration:none!important;border-bottom:1px solid transparent;line-height:1.25}.pxmh-text-link:hover{border-bottom-color:currentColor;text-decoration:none!important;color:#7a4309!important}.pxmh-service-sparks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-top:1.1rem}.pxmh-spark-card{display:flex;gap:.8rem;align-items:flex-start;padding:1rem;border:1px solid var(--pxmh-border);border-radius:20px;background:#fff;text-decoration:none!important;color:var(--pxmh-ink)!important;box-shadow:var(--pxmh-shadow-soft);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.pxmh-spark-card:hover{transform:translateY(-2px);border-color:#edc179;box-shadow:var(--pxmh-shadow)}.pxmh-spark-icon{display:grid;place-items:center;flex:0 0 auto;width:2.3rem;height:2.3rem;border-radius:14px;background:var(--pxmh-accent-soft);color:var(--pxmh-accent-deep);font-weight:900}.pxmh-spark-card strong{display:block;color:var(--pxmh-ink)}.pxmh-spark-card em{display:block;color:var(--pxmh-muted);font-style:normal;font-size:.92rem;line-height:1.45;margin-top:.15rem}
.pxmh-link-list{margin:.95rem 0 0;padding:0;list-style:none;display:grid;gap:.5rem}.pxmh-link-list li{position:relative;padding-left:1.15rem}.pxmh-link-list li:before{content:"";position:absolute;left:0;top:.68em;width:.38rem;height:.38rem;border-radius:999px;background:var(--pxmh-accent)}.pxmh-link-list a{display:inline-flex;color:var(--pxmh-accent-deep)!important;font-weight:850;text-decoration:none!important;line-height:1.32}.pxmh-link-list a:hover{text-decoration:underline!important;color:#7a4309!important}
.pxmh-split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(1.75rem,4vw,3.25rem);align-items:start}.pxmh-inline-links{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}.pxmh-inline-links a{display:inline-flex;padding:.55rem .78rem;border-radius:999px;background:#fff7ed;border:1px solid #efcf9c;color:var(--pxmh-accent-deep)!important;font-weight:900;text-decoration:none!important}.pxmh-inline-links a:hover{background:#ffe6bf}.pxmh-process-list{list-style:none;margin:0;padding:0;display:grid;gap:.9rem;counter-reset:none}.pxmh-process-list li{display:grid;grid-template-columns:auto 1fr;gap:.85rem;align-items:start;padding:1.05rem;border:1px solid var(--pxmh-border);border-radius:22px;background:#fff;box-shadow:var(--pxmh-shadow-soft)}.pxmh-process-list li>span{display:grid;place-items:center;width:2.3rem;height:2.3rem;border-radius:16px;background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2));color:#111827;font-weight:1000}.pxmh-process-list strong{display:block;color:var(--pxmh-ink);margin-bottom:.18rem}.pxmh-process-list p{font-size:.97rem}
.pxmh-proof-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:1.08rem}.pxmh-proof-panel,.pxmh-read-panel{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:var(--pxmh-radius);padding:1.2rem;box-shadow:0 22px 54px rgba(0,0,0,.2)}.pxmh-proof-panel h3,.pxmh-read-panel h3{color:#fff}.pxmh-proof-list,.pxmh-read-list{display:grid;gap:.85rem}.pxmh-proof-card,.pxmh-read-card{display:flex;gap:.8rem;align-items:flex-start;padding:1rem;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.1);color:#fff!important;text-decoration:none!important;transition:transform .2s ease,background .2s ease,border-color .2s ease}.pxmh-proof-card:hover,.pxmh-read-card:hover{transform:translateY(-2px);background:rgba(255,255,255,.15);border-color:rgba(244,177,75,.55)}.pxmh-proof-mark,.pxmh-read-tag{display:grid;place-items:center;flex:0 0 auto;min-width:2rem;height:2rem;border-radius:12px;background:linear-gradient(135deg,var(--pxmh-accent-2),var(--pxmh-accent));color:#111827;font-weight:1000}.pxmh-proof-card strong,.pxmh-read-card strong{display:block;color:#fff}.pxmh-proof-card em,.pxmh-read-card em{display:block;color:rgba(255,255,255,.8);font-style:normal;font-size:.92rem;margin-top:.16rem}.pxmh-read-card{display:grid;grid-template-columns:auto 1fr;gap:.35rem .8rem}.pxmh-read-tag{font-size:.72rem;padding:0 .55rem}.pxmh-read-card em{grid-column:2}
.pxmh-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.05rem}.pxmh-faq-item{background:#fff;border:1px solid var(--pxmh-border);border-radius:20px;box-shadow:var(--pxmh-shadow-soft);overflow:hidden}.pxmh-faq-item summary{cursor:pointer;list-style:none;padding:1.05rem 3rem 1.05rem 1.15rem;font-weight:900;color:var(--pxmh-ink);position:relative}.pxmh-faq-item summary::-webkit-details-marker{display:none}.pxmh-faq-item summary:after{content:"+";position:absolute;right:1rem;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:1.8rem;height:1.8rem;border-radius:999px;background:var(--pxmh-accent-soft);color:var(--pxmh-accent-deep);font-weight:1000}.pxmh-faq-item[open] summary:after{content:"−"}.pxmh-faq-item p{padding:0 1.15rem 1.1rem;font-size:.97rem}
.pxmh-final{position:relative;overflow:hidden;padding:var(--pxmh-space) 0;background:radial-gradient(circle at 20% 0%,rgba(244,177,75,.34),transparent 31%),radial-gradient(circle at 86% 80%,rgba(216,138,34,.27),transparent 34%),linear-gradient(135deg,#0b1220 0%,#172033 100%);color:#fff;text-align:center}.pxmh-final:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px);background-size:42px 42px;pointer-events:none;mask-image:linear-gradient(180deg,rgba(0,0,0,.75),transparent)}.pxmh-final-box{position:relative;z-index:1;display:grid;justify-items:center;gap:.45rem;max-width:940px}.pxmh-final p{max-width:760px}
.pxmh-home :focus-visible{outline:3px solid rgba(244,177,75,.65);outline-offset:3px}
@media (max-width:1180px){.pxmh-card-grid--services{grid-template-columns:repeat(2,minmax(0,1fr))}.pxmh-card-grid--locations{grid-template-columns:repeat(2,minmax(0,1fr))}.pxmh-service-sparks{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:920px){.pxmh-hero-grid,.pxmh-split,.pxmh-proof-grid,.pxmh-section-head--split{grid-template-columns:1fr}.pxmh-dashboard{max-width:640px}.pxmh-card-grid--locations,.pxmh-faq-grid{grid-template-columns:1fr}}
@media (max-width:720px){.pxmh-wrap{width:min(calc(100% - 1.25rem),var(--pxmh-wrap))}.pxmh-panel,.pxmh-final{padding:2.7rem 0}.pxmh-hero{padding:3rem 0}.pxmh-card-grid--services,.pxmh-service-sparks{grid-template-columns:1fr}.pxmh-actions{flex-direction:column}.pxmh-home .pxmh-btn{width:100%!important}.pxmh-home h2{font-size:1.78rem}.pxmh-card,.pxmh-proof-panel,.pxmh-read-panel,.pxmh-faq-item{border-radius:19px}.pxmh-dashboard-row{grid-template-columns:repeat(2,1fr)}.pxmh-hero-badges li{font-size:.86rem}.pxmh-read-card{grid-template-columns:1fr}.pxmh-read-card em{grid-column:auto}}

/* V11 homepage refinements: service video placement and curated resource cards */
.pxmh-service-media-grid{display:grid;grid-template-columns:minmax(0,.98fr) minmax(340px,.82fr);gap:1.15rem;margin-top:1.18rem;align-items:stretch}
.pxmh-service-media-grid .pxmh-service-sparks{margin-top:0;grid-template-columns:repeat(2,minmax(0,1fr))}
.pxmh-video-card{position:relative;overflow:hidden;border-radius:24px;border:1px solid #efcf9c;background:linear-gradient(180deg,#fffaf3 0%,#ffffff 58%,#fff5e7 100%);box-shadow:var(--pxmh-shadow);display:flex;flex-direction:column;min-height:100%}
.pxmh-video-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 0%,rgba(244,177,75,.28),transparent 34%);pointer-events:none}
.pxmh-video-frame{position:relative;z-index:1;aspect-ratio:16/9;background:#111827;border-bottom:1px solid #f0d0a7;overflow:hidden}
.pxmh-video-frame iframe{display:block;width:100%;height:100%;border:0}
.pxmh-video-copy{position:relative;z-index:1;display:grid;gap:.55rem;padding:1.15rem}
.pxmh-video-kicker{display:inline-flex;width:max-content;padding:.36rem .68rem;border-radius:999px;background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2));color:#111827;font-size:.75rem;line-height:1;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.pxmh-video-copy h3{font-size:1.22rem;margin:0;color:var(--pxmh-ink)}
.pxmh-video-copy p{color:#4b5565!important;font-size:.98rem}
.pxmh-read-head{display:grid;grid-template-columns:auto 1fr;gap:.8rem;align-items:start;margin-bottom:.95rem}
.pxmh-read-head h3{margin:0;color:#fff!important}
.pxmh-read-head p{margin-top:.25rem;color:rgba(255,255,255,.78)!important;font-size:.95rem;line-height:1.5}
.pxmh-read-head-icon{display:grid;place-items:center;width:2.65rem;height:2.65rem;border-radius:18px;background:linear-gradient(135deg,var(--pxmh-accent-2),var(--pxmh-accent));color:#111827;font-weight:1000;box-shadow:0 14px 32px rgba(244,177,75,.24)}
.pxmh-read-list--curated{gap:.72rem}
.pxmh-read-list--curated .pxmh-read-card{display:grid;grid-template-columns:1fr;gap:.34rem;padding:1rem 1.05rem;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.075));border-color:rgba(255,255,255,.18);box-shadow:0 12px 28px rgba(0,0,0,.14)}
.pxmh-read-list--curated .pxmh-read-card--feature{background:linear-gradient(135deg,rgba(244,177,75,.22),rgba(255,255,255,.09));border-color:rgba(244,177,75,.48)}
.pxmh-read-list--curated .pxmh-read-tag{display:inline-flex;align-items:center;gap:.36rem;width:max-content;max-width:100%;min-width:0;height:auto;padding:.38rem .64rem;border-radius:999px;background:rgba(244,177,75,.18);border:1px solid rgba(244,177,75,.42);color:#ffd58d;font-size:.74rem;line-height:1;font-weight:950;letter-spacing:.04em;text-transform:uppercase}
.pxmh-read-list--curated .pxmh-read-tag span{display:inline-grid;place-items:center;width:1.05rem;height:1.05rem;border-radius:999px;background:linear-gradient(135deg,var(--pxmh-accent-2),var(--pxmh-accent));color:#111827;font-size:.66rem;line-height:1}
.pxmh-read-list--curated .pxmh-read-card strong{font-size:1rem;line-height:1.25;color:#fff!important}
.pxmh-read-list--curated .pxmh-read-card p{color:rgba(255,255,255,.76)!important;font-size:.9rem;line-height:1.45;margin:0}
.pxmh-read-list--curated .pxmh-read-card em{grid-column:auto;color:#ffd58d!important;font-size:.88rem;font-weight:900;margin-top:.08rem}
@media (max-width:1180px){.pxmh-service-media-grid{grid-template-columns:1fr}.pxmh-video-card{max-width:760px;margin-inline:auto}.pxmh-service-media-grid .pxmh-service-sparks{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:720px){.pxmh-service-media-grid .pxmh-service-sparks{grid-template-columns:1fr}.pxmh-read-head{grid-template-columns:1fr}.pxmh-video-card{border-radius:20px}.pxmh-video-copy{padding:1rem}.pxmh-read-list--curated .pxmh-read-tag{white-space:normal;line-height:1.2}}

/* V11.2 compact homepage fixes: resource panel and video card */
.pxmh-home .pxmh-proof-grid{align-items:start!important;}
.pxmh-home .pxmh-read-panel--compact{padding:1.15rem!important;}
.pxmh-home .pxmh-read-panel--compact .pxmh-read-head{margin-bottom:.85rem!important;}
.pxmh-home .pxmh-resource-tiles{display:grid!important;grid-template-columns:1fr!important;gap:.78rem!important;margin:0!important;padding:0!important;}
.pxmh-home .pxmh-resource-tile{position:relative!important;display:grid!important;gap:.48rem!important;padding:1rem!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:18px!important;background:linear-gradient(135deg,rgba(255,255,255,.13),rgba(255,255,255,.07))!important;box-shadow:0 12px 28px rgba(0,0,0,.14)!important;overflow:hidden!important;}
.pxmh-home .pxmh-resource-tile:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--pxmh-accent),var(--pxmh-accent-2));opacity:.95;}
.pxmh-home .pxmh-resource-label{display:inline-flex!important;align-items:center!important;gap:.38rem!important;width:max-content!important;max-width:100%!important;padding:.38rem .62rem!important;border-radius:999px!important;background:rgba(244,177,75,.16)!important;border:1px solid rgba(244,177,75,.38)!important;color:#ffd58d!important;font-size:.72rem!important;line-height:1!important;font-weight:950!important;letter-spacing:.05em!important;text-transform:uppercase!important;box-shadow:none!important;}
.pxmh-home .pxmh-resource-label span{display:inline-grid!important;place-items:center!important;width:1.05rem!important;height:1.05rem!important;border-radius:999px!important;background:linear-gradient(135deg,var(--pxmh-accent-2),var(--pxmh-accent))!important;color:#111827!important;font-size:.62rem!important;line-height:1!important;}
.pxmh-home .pxmh-resource-tile h4{margin:.05rem 0 0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;color:#fff!important;font-size:1.02rem!important;line-height:1.28!important;font-weight:950!important;letter-spacing:-.01em!important;}
.pxmh-home .pxmh-resource-tile p{margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;color:rgba(255,255,255,.78)!important;font-size:.92rem!important;line-height:1.5!important;}
.pxmh-home .pxmh-resource-actions{display:flex!important;flex-wrap:wrap!important;gap:.48rem!important;margin-top:.15rem!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;}
.pxmh-home .pxmh-resource-actions a{display:inline-flex!important;align-items:center!important;min-height:34px!important;padding:.46rem .68rem!important;border-radius:999px!important;border:1px solid rgba(244,177,75,.4)!important;background:rgba(244,177,75,.12)!important;color:#ffd58d!important;text-decoration:none!important;font-weight:900!important;font-size:.86rem!important;line-height:1.15!important;box-shadow:none!important;}
.pxmh-home .pxmh-resource-actions a:hover{background:rgba(244,177,75,.22)!important;color:#fff3c9!important;text-decoration:none!important;transform:translateY(-1px)!important;}
.pxmh-home .pxmh-service-media-grid{grid-template-columns:minmax(0,1fr) minmax(380px,.86fr)!important;gap:1.25rem!important;align-items:stretch!important;}
.pxmh-home .pxmh-video-card--feature{display:flex!important;flex-direction:column!important;min-height:100%!important;padding:0!important;border-radius:24px!important;background:linear-gradient(180deg,#fffaf3 0%,#fff 54%,#fff4e4 100%)!important;border:1px solid #edc179!important;box-shadow:0 24px 62px rgba(15,23,42,.16)!important;overflow:hidden!important;}
.pxmh-home .pxmh-video-copy--top{padding:1.15rem 1.15rem .85rem!important;gap:.5rem!important;}
.pxmh-home .pxmh-video-thumb{position:relative!important;display:block!important;margin:0 1.15rem!important;border-radius:20px!important;overflow:hidden!important;background:#0b1220!important;box-shadow:0 18px 36px rgba(15,23,42,.2)!important;text-decoration:none!important;min-height:220px!important;border:1px solid rgba(15,23,42,.08)!important;}
.pxmh-home .pxmh-video-thumb img{display:block!important;width:100%!important;height:100%!important;min-height:220px!important;object-fit:cover!important;filter:saturate(1.05) contrast(1.04) brightness(.86)!important;transform:scale(1.02)!important;}
.pxmh-home .pxmh-video-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,18,32,.08),rgba(11,18,32,.5));pointer-events:none;}
.pxmh-home .pxmh-video-play{position:absolute!important;left:50%!important;top:50%!important;z-index:2!important;transform:translate(-50%,-50%)!important;display:grid!important;place-items:center!important;width:68px!important;height:68px!important;border-radius:999px!important;background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;color:#111827!important;font-size:1.35rem!important;font-weight:1000!important;box-shadow:0 18px 42px rgba(0,0,0,.34)!important;padding-left:.12rem!important;}
.pxmh-home .pxmh-video-overlay{position:absolute!important;left:1rem!important;right:1rem!important;bottom:1rem!important;z-index:2!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:.62rem .82rem!important;border-radius:999px!important;background:rgba(255,255,255,.94)!important;color:#111827!important;font-weight:950!important;font-size:.9rem!important;line-height:1.1!important;text-align:center!important;box-shadow:0 12px 28px rgba(0,0,0,.24)!important;}
.pxmh-home .pxmh-video-points{display:flex!important;flex-wrap:wrap!important;gap:.48rem!important;margin:.9rem 1.15rem .2rem!important;padding:0!important;}
.pxmh-home .pxmh-video-points span{display:inline-flex!important;align-items:center!important;padding:.42rem .62rem!important;border-radius:999px!important;background:#fff3e2!important;border:1px solid #efcf9c!important;color:var(--pxmh-accent-deep)!important;font-size:.82rem!important;font-weight:900!important;line-height:1!important;}
.pxmh-home .pxmh-video-link{margin:0 1.15rem 1.15rem!important;}
@media (max-width:1180px){.pxmh-home .pxmh-service-media-grid{grid-template-columns:1fr!important}.pxmh-home .pxmh-video-card--feature{max-width:820px!important;margin-inline:auto!important}.pxmh-home .pxmh-video-thumb{min-height:260px!important}.pxmh-home .pxmh-video-thumb img{min-height:260px!important}}
@media (max-width:720px){.pxmh-home .pxmh-resource-tile{padding:.95rem!important}.pxmh-home .pxmh-resource-actions{display:grid!important;grid-template-columns:1fr!important}.pxmh-home .pxmh-resource-actions a{width:100%!important;justify-content:center!important}.pxmh-home .pxmh-video-thumb{min-height:190px!important;margin:0 1rem!important}.pxmh-home .pxmh-video-thumb img{min-height:190px!important}.pxmh-home .pxmh-video-copy--top{padding:1rem .98rem .78rem!important}.pxmh-home .pxmh-video-points{margin:.85rem 1rem .15rem!important}.pxmh-home .pxmh-video-link{margin:0 1rem 1rem!important}.pxmh-home .pxmh-video-play{width:58px!important;height:58px!important}}

/* V11.3 surgical homepage corrections: polished resource panel + video block */
.pxmh-home .pxmh-service-media-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(370px,.86fr)!important;
  gap:1.35rem!important;
  align-items:stretch!important;
  margin-top:1.45rem!important;
}
.pxmh-home .pxmh-service-media-grid .pxmh-service-sparks{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:.95rem!important;
  margin:0!important;
  align-content:start!important;
}
.pxmh-home .pxmh-service-media-grid .pxmh-spark-card{
  min-height:112px!important;
  align-items:flex-start!important;
}
.pxmh-home .pxmh-video-showcase-v11{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:100%!important;
  padding:0!important;
  border-radius:26px!important;
  background:linear-gradient(180deg,#fffaf3 0%,#ffffff 55%,#fff0d8 100%)!important;
  border:1px solid #edc179!important;
  box-shadow:0 26px 70px rgba(15,23,42,.16)!important;
  overflow:hidden!important;
  color:#111827!important;
}
.pxmh-home .pxmh-video-showcase-v11:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:radial-gradient(circle at 92% 0%,rgba(244,177,75,.34),transparent 30%)!important;
  pointer-events:none!important;
}
.pxmh-home .pxmh-video-frame-v11{
  position:relative!important;
  z-index:1!important;
  padding:1rem 1rem 0!important;
}
.pxmh-home .pxmh-video-thumb-v11{
  position:relative!important;
  display:block!important;
  overflow:hidden!important;
  aspect-ratio:16/9!important;
  width:100%!important;
  border-radius:22px!important;
  background:#0b1220!important;
  border:1px solid rgba(15,23,42,.1)!important;
  box-shadow:0 18px 42px rgba(15,23,42,.22)!important;
  text-decoration:none!important;
}
.pxmh-home .pxmh-video-thumb-v11 img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  filter:saturate(1.08) contrast(1.04) brightness(.82)!important;
  transform:scale(1.015)!important;
}
.pxmh-home .pxmh-video-thumb-v11:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(11,18,32,.05),rgba(11,18,32,.58))!important;
  pointer-events:none!important;
}
.pxmh-home .pxmh-video-play-v11{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  z-index:2!important;
  transform:translate(-50%,-50%)!important;
  display:grid!important;
  place-items:center!important;
  width:70px!important;
  height:70px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  color:#111827!important;
  font-size:1.35rem!important;
  font-weight:1000!important;
  box-shadow:0 20px 48px rgba(0,0,0,.35)!important;
  padding-left:.12rem!important;
}
.pxmh-home .pxmh-video-caption-v11{
  position:absolute!important;
  left:1rem!important;
  right:1rem!important;
  bottom:1rem!important;
  z-index:2!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  min-height:38px!important;
  padding:.58rem .82rem!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.95)!important;
  color:#111827!important;
  font-size:.88rem!important;
  font-weight:950!important;
  text-align:center!important;
  line-height:1.1!important;
  box-shadow:0 12px 30px rgba(0,0,0,.25)!important;
}
.pxmh-home .pxmh-video-story-v11{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  gap:.75rem!important;
  padding:1rem 1.2rem 1.2rem!important;
  color:#111827!important;
}
.pxmh-home .pxmh-video-eyebrow-v11{
  display:inline-flex!important;
  width:max-content!important;
  max-width:100%!important;
  align-items:center!important;
  padding:.36rem .62rem!important;
  border-radius:999px!important;
  background:#fff3e2!important;
  color:var(--pxmh-accent-deep)!important;
  border:1px solid #efcf9c!important;
  font-size:.72rem!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
.pxmh-home .pxmh-video-story-v11 h3{
  margin:0!important;
  color:#111827!important;
  font-size:1.28rem!important;
  line-height:1.2!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
}
.pxmh-home .pxmh-video-story-v11 p{
  margin:0!important;
  color:#4b5565!important;
  font-size:.98rem!important;
  line-height:1.55!important;
}
.pxmh-home .pxmh-video-story-v11 ul{
  display:grid!important;
  gap:.45rem!important;
  margin:.05rem 0 0!important;
  padding:0!important;
  list-style:none!important;
}
.pxmh-home .pxmh-video-story-v11 li{
  display:flex!important;
  gap:.5rem!important;
  align-items:flex-start!important;
  color:#263247!important;
  font-size:.93rem!important;
  line-height:1.35!important;
  font-weight:800!important;
}
.pxmh-home .pxmh-video-story-v11 li span{
  display:grid!important;
  place-items:center!important;
  flex:0 0 auto!important;
  width:1.25rem!important;
  height:1.25rem!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  color:#111827!important;
  font-size:.72rem!important;
  font-weight:1000!important;
}
.pxmh-home .pxmh-video-cta-v11{
  display:inline-flex!important;
  justify-content:center!important;
  align-items:center!important;
  min-height:46px!important;
  padding:.8rem 1rem!important;
  margin-top:.15rem!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  border:1px solid rgba(138,75,11,.22)!important;
  color:#111827!important;
  font-weight:950!important;
  text-decoration:none!important;
  line-height:1.15!important;
  box-shadow:0 16px 34px rgba(216,138,34,.24)!important;
}
.pxmh-home .pxmh-video-cta-v11:hover{transform:translateY(-1px)!important;text-decoration:none!important;background:linear-gradient(135deg,#f0a33a,#ffc86d)!important;color:#111827!important;}

.pxmh-home .pxmh-proof-grid{
  display:grid!important;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)!important;
  gap:1.15rem!important;
  align-items:start!important;
}
.pxmh-home .pxmh-decision-panel-v11{
  position:relative!important;
  display:grid!important;
  gap:1rem!important;
  padding:1.25rem!important;
  border-radius:26px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.07))!important;
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:0 24px 58px rgba(0,0,0,.22)!important;
  color:#fff!important;
  overflow:hidden!important;
}
.pxmh-home .pxmh-decision-panel-v11:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:radial-gradient(circle at 92% -12%,rgba(244,177,75,.26),transparent 32%)!important;
  pointer-events:none!important;
}
.pxmh-home .pxmh-decision-intro-v11{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:auto 1fr!important;
  gap:.85rem!important;
  align-items:start!important;
}
.pxmh-home .pxmh-decision-spark-v11{
  display:grid!important;
  place-items:center!important;
  width:2.65rem!important;
  height:2.65rem!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  color:#111827!important;
  font-weight:1000!important;
  box-shadow:0 16px 34px rgba(216,138,34,.28)!important;
}
.pxmh-home .pxmh-decision-intro-v11 h3{
  margin:0!important;
  color:#ffffff!important;
  font-size:1.26rem!important;
  line-height:1.22!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
}
.pxmh-home .pxmh-decision-intro-v11 p{
  margin:.32rem 0 0!important;
  color:#dce8f8!important;
  font-size:.96rem!important;
  line-height:1.52!important;
}
.pxmh-home .pxmh-decision-cards-v11{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  gap:.78rem!important;
}
.pxmh-home .pxmh-decision-card-v11{
  display:grid!important;
  gap:.55rem!important;
  padding:1rem!important;
  border-radius:19px!important;
  background:#ffffff!important;
  border:1px solid rgba(244,177,75,.38)!important;
  box-shadow:0 14px 34px rgba(0,0,0,.16)!important;
  color:#111827!important;
}
.pxmh-home .pxmh-decision-card-head-v11{
  display:flex!important;
  gap:.6rem!important;
  align-items:center!important;
  color:#111827!important;
}
.pxmh-home .pxmh-decision-card-head-v11 span{
  display:grid!important;
  place-items:center!important;
  flex:0 0 auto!important;
  width:2rem!important;
  height:2rem!important;
  border-radius:12px!important;
  background:var(--pxmh-accent-soft)!important;
  color:var(--pxmh-accent-deep)!important;
  border:1px solid #f0d0a7!important;
  font-weight:1000!important;
}
.pxmh-home .pxmh-decision-card-head-v11 strong{
  display:block!important;
  color:#111827!important;
  font-size:1rem!important;
  line-height:1.25!important;
  font-weight:950!important;
  letter-spacing:-.01em!important;
}
.pxmh-home .pxmh-panel--ink .pxmh-decision-card-v11 p,
.pxmh-home .pxmh-decision-card-v11 p{
  margin:0!important;
  color:#46566c!important;
  font-size:.92rem!important;
  line-height:1.5!important;
}
.pxmh-home .pxmh-decision-links-v11{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:.5rem!important;
  margin-top:.08rem!important;
}
.pxmh-home .pxmh-decision-links-v11 a{
  display:inline-flex!important;
  align-items:center!important;
  min-height:34px!important;
  padding:.48rem .7rem!important;
  border-radius:999px!important;
  background:#fff7ec!important;
  border:1px solid #edc179!important;
  color:#7a4309!important;
  font-size:.86rem!important;
  line-height:1.12!important;
  font-weight:950!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
.pxmh-home .pxmh-decision-links-v11 a:hover{
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  color:#111827!important;
  transform:translateY(-1px)!important;
  text-decoration:none!important;
}
.pxmh-home .pxmh-decision-blog-v11{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  min-height:48px!important;
  padding:.78rem 1rem!important;
  border-radius:999px!important;
  background:#ffffff!important;
  border:1px solid rgba(255,255,255,.78)!important;
  color:#111827!important;
  font-weight:950!important;
  line-height:1.12!important;
  text-decoration:none!important;
  box-shadow:0 16px 34px rgba(0,0,0,.18)!important;
}
.pxmh-home .pxmh-decision-blog-v11:hover{background:#fff7ec!important;color:#111827!important;text-decoration:none!important;transform:translateY(-1px)!important;}

@media (max-width:1180px){
  .pxmh-home .pxmh-service-media-grid{grid-template-columns:1fr!important;}
  .pxmh-home .pxmh-video-showcase-v11{max-width:840px!important;margin-inline:auto!important;}
}
@media (max-width:920px){
  .pxmh-home .pxmh-proof-grid{grid-template-columns:1fr!important;}
}
@media (max-width:720px){
  .pxmh-home .pxmh-service-media-grid .pxmh-service-sparks{grid-template-columns:1fr!important;}
  .pxmh-home .pxmh-video-frame-v11{padding:.9rem .9rem 0!important;}
  .pxmh-home .pxmh-video-story-v11{padding:.95rem!important;}
  .pxmh-home .pxmh-video-play-v11{width:58px!important;height:58px!important;font-size:1.1rem!important;}
  .pxmh-home .pxmh-video-caption-v11{font-size:.82rem!important;bottom:.75rem!important;left:.75rem!important;right:.75rem!important;}
  .pxmh-home .pxmh-decision-panel-v11{padding:1rem!important;border-radius:22px!important;}
  .pxmh-home .pxmh-decision-intro-v11{grid-template-columns:1fr!important;}
  .pxmh-home .pxmh-decision-links-v11{display:grid!important;grid-template-columns:1fr!important;}
  .pxmh-home .pxmh-decision-links-v11 a{justify-content:center!important;text-align:center!important;}
}

/* V11.4 compact service/video board: direct grid, no empty holes between cards */
.pxmh-home .pxmh-service-media-grid--v114{
  --pxmh-support-gap:14px;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:var(--pxmh-support-gap)!important;
  align-items:stretch!important;
  margin-top:20px!important;
}
.pxmh-home .pxmh-service-media-grid--v114 > *{min-width:0!important;}
.pxmh-home .pxmh-service-media-grid--v114 .pxmh-support-card-v114{
  display:flex!important;
  gap:12px!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  height:100%!important;
  min-height:0!important;
  padding:16px 17px!important;
  border-radius:18px!important;
  background:#ffffff!important;
  border:1px solid #d8e0ec!important;
  color:#111827!important;
  text-decoration:none!important;
  box-shadow:0 16px 34px rgba(15,23,42,.08)!important;
}
.pxmh-home .pxmh-service-media-grid--v114 .pxmh-support-card-v114:hover{
  transform:translateY(-2px)!important;
  border-color:#efb24a!important;
  box-shadow:0 22px 46px rgba(15,23,42,.12)!important;
  text-decoration:none!important;
}
.pxmh-home .pxmh-service-media-grid--v114 .pxmh-support-card-v114:nth-child(1){grid-column:1!important;grid-row:1!important;}
.pxmh-home .pxmh-service-media-grid--v114 .pxmh-support-card-v114:nth-child(2){grid-column:2!important;grid-row:1!important;}
.pxmh-home .pxmh-service-media-grid--v114 .pxmh-support-card-v114:nth-child(3){grid-column:1!important;grid-row:2!important;}
.pxmh-home .pxmh-service-media-grid--v114 .pxmh-support-card-v114:nth-child(4){grid-column:2!important;grid-row:2!important;}
.pxmh-home .pxmh-service-media-grid--v114 .pxmh-support-card-v114:nth-child(5){grid-column:1!important;grid-row:3!important;}
.pxmh-home .pxmh-service-media-grid--v114 .pxmh-support-card-v114:nth-child(6){grid-column:2!important;grid-row:3!important;}
.pxmh-home .pxmh-service-media-grid--v114 .pxmh-support-card-v114 .pxmh-spark-icon{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  border-radius:14px!important;
  background:#fff2df!important;
  color:#9a5a10!important;
  box-shadow:inset 0 0 0 1px rgba(239,178,74,.28)!important;
  font-size:.95rem!important;
}
.pxmh-home .pxmh-service-media-grid--v114 .pxmh-support-card-v114 strong{
  display:block!important;
  margin:0 0 4px!important;
  color:#101827!important;
  font-size:.98rem!important;
  line-height:1.18!important;
  font-weight:950!important;
}
.pxmh-home .pxmh-service-media-grid--v114 .pxmh-support-card-v114 em{
  display:block!important;
  margin:0!important;
  color:#526070!important;
  font-style:normal!important;
  font-size:.9rem!important;
  line-height:1.42!important;
}
.pxmh-home .pxmh-service-media-grid--v114 .pxmh-video-showcase-v114{
  grid-column:3 / -1!important;
  grid-row:1 / span 3!important;
  align-self:stretch!important;
  height:100%!important;
  min-height:0!important;
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr)!important;
  padding:0!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,#fff8ed 0%,#ffffff 54%,#fff0d8 100%)!important;
  border:1px solid #edb252!important;
  box-shadow:0 24px 58px rgba(15,23,42,.13)!important;
  overflow:hidden!important;
  color:#111827!important;
}
.pxmh-home .pxmh-service-media-grid--v114 .pxmh-video-frame-v11{
  padding:14px 14px 0!important;
}
.pxmh-home .pxmh-service-media-grid--v114 .pxmh-video-thumb-v11{
  border-radius:20px!important;
  aspect-ratio:16/8.8!important;
  min-height:0!important;
}
.pxmh-home .pxmh-service-media-grid--v114 .pxmh-video-play-v11{
  width:64px!important;
  height:64px!important;
}
.pxmh-home .pxmh-service-media-grid--v114 .pxmh-video-caption-v11{
  min-height:36px!important;
  bottom:12px!important;
  left:12px!important;
  right:12px!important;
}
.pxmh-home .pxmh-service-media-grid--v114 .pxmh-video-story-v11{
  display:grid!important;
  align-content:center!important;
  gap:11px!important;
  padding:16px 22px 20px!important;
}
.pxmh-home .pxmh-service-media-grid--v114 .pxmh-video-story-v11 h3{
  font-size:1.34rem!important;
  line-height:1.16!important;
  color:#111827!important;
}
.pxmh-home .pxmh-service-media-grid--v114 .pxmh-video-story-v11 p{
  font-size:.96rem!important;
  line-height:1.55!important;
  color:#475569!important;
}
.pxmh-home .pxmh-service-media-grid--v114 .pxmh-video-story-v11 ul{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:7px!important;
  margin:0!important;
}
.pxmh-home .pxmh-service-media-grid--v114 .pxmh-video-cta-v11{
  width:max-content!important;
  max-width:100%!important;
  min-height:44px!important;
  padding:.78rem 1rem!important;
}
@media (max-width:920px){
  .pxmh-home .pxmh-service-media-grid--v114{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .pxmh-home .pxmh-service-media-grid--v114 .pxmh-support-card-v114:nth-child(n){
    grid-column:auto!important;
    grid-row:auto!important;
  }
  .pxmh-home .pxmh-service-media-grid--v114 .pxmh-video-showcase-v114{
    grid-column:1 / -1!important;
    grid-row:auto!important;
    height:auto!important;
  }
}
@media (max-width:620px){
  .pxmh-home .pxmh-service-media-grid--v114{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  .pxmh-home .pxmh-service-media-grid--v114 .pxmh-video-frame-v11{
    padding:12px 12px 0!important;
  }
  .pxmh-home .pxmh-service-media-grid--v114 .pxmh-video-story-v11{
    padding:15px!important;
  }
  .pxmh-home .pxmh-service-media-grid--v114 .pxmh-video-thumb-v11{
    aspect-ratio:16/10!important;
  }
}


/* V11.5 full rebuild: balanced core services + support/video board */
.pxmh-home .pxmh-core-redesign-v115{
  position:relative!important;
  background:linear-gradient(180deg,#ffffff 0%,#fffaf4 100%)!important;
}
.pxmh-home .pxmh-core-redesign-v115 .pxmh-section-head p{
  max-width:780px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.pxmh-home .pxmh-primary-services-v115{
  margin-top:1.25rem!important;
  align-items:stretch!important;
}
.pxmh-home .pxmh-primary-services-v115 .pxmh-service-card{
  min-height:245px!important;
}
.pxmh-home .pxmh-primary-services-v115 .pxmh-card-top{
  align-items:center!important;
}
.pxmh-home .pxmh-primary-services-v115 .pxmh-icon{
  background:linear-gradient(135deg,#fff3e2,#ffffff)!important;
  border-color:#efcf9c!important;
  box-shadow:0 12px 26px rgba(216,138,34,.13)!important;
}
.pxmh-home .pxmh-core-buildout-v115{
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr)!important;
  gap:22px!important;
  align-items:stretch!important;
  margin-top:28px!important;
}
.pxmh-home .pxmh-support-panel-v115{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  gap:18px!important;
  padding:24px!important;
  border-radius:28px!important;
  background:radial-gradient(circle at 8% 0%,rgba(244,177,75,.32),transparent 28%),linear-gradient(135deg,#111827 0%,#172033 52%,#0b1220 100%)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:0 28px 76px rgba(15,23,42,.18)!important;
  overflow:hidden!important;
  color:#ffffff!important;
}
.pxmh-home .pxmh-support-panel-v115:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px)!important;
  background-size:38px 38px!important;
  opacity:.42!important;
  pointer-events:none!important;
}
.pxmh-home .pxmh-support-panel-v115 > *{
  position:relative!important;
  z-index:1!important;
}
.pxmh-home .pxmh-support-head-v115{
  display:grid!important;
  gap:.55rem!important;
  max-width:700px!important;
}
.pxmh-home .pxmh-support-kicker-v115{
  display:inline-flex!important;
  width:max-content!important;
  max-width:100%!important;
  align-items:center!important;
  padding:.4rem .68rem!important;
  border-radius:999px!important;
  background:rgba(244,177,75,.16)!important;
  color:#ffd68d!important;
  border:1px solid rgba(244,177,75,.42)!important;
  font-size:.73rem!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
.pxmh-home .pxmh-support-head-v115 h3{
  margin:0!important;
  color:#ffffff!important;
  font-size:clamp(1.45rem,2.2vw,2.05rem)!important;
  line-height:1.12!important;
  font-weight:950!important;
  letter-spacing:-.03em!important;
}
.pxmh-home .pxmh-support-head-v115 p{
  margin:0!important;
  color:#d8e5f6!important;
  font-size:1rem!important;
  line-height:1.58!important;
}
.pxmh-home .pxmh-support-grid-v115{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
}
.pxmh-home .pxmh-support-tile-v115{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  gap:12px!important;
  align-items:start!important;
  min-height:118px!important;
  padding:15px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.095)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  color:#ffffff!important;
  text-decoration:none!important;
  box-shadow:0 14px 32px rgba(0,0,0,.16)!important;
  transition:transform .18s ease,border-color .18s ease,background .18s ease!important;
}
.pxmh-home .pxmh-support-tile-v115:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(244,177,75,.62)!important;
  background:rgba(255,255,255,.13)!important;
  color:#ffffff!important;
  text-decoration:none!important;
}
.pxmh-home .pxmh-support-icon-v115{
  display:grid!important;
  place-items:center!important;
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  color:#111827!important;
  font-size:.94rem!important;
  font-weight:1000!important;
  box-shadow:0 12px 24px rgba(216,138,34,.26)!important;
}
.pxmh-home .pxmh-support-tile-v115 strong{
  display:block!important;
  margin:0 0 4px!important;
  color:#ffffff!important;
  font-size:.98rem!important;
  line-height:1.2!important;
  font-weight:950!important;
}
.pxmh-home .pxmh-support-tile-v115 em{
  display:block!important;
  margin:0!important;
  color:#cfdaea!important;
  font-style:normal!important;
  font-size:.9rem!important;
  line-height:1.42!important;
}
.pxmh-home .pxmh-support-cta-row-v115{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  align-items:center!important;
  justify-content:space-between!important;
  padding:14px 15px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.09)!important;
  border:1px solid rgba(244,177,75,.28)!important;
}
.pxmh-home .pxmh-support-cta-row-v115 span{
  color:#f6f9ff!important;
  font-size:.95rem!important;
  font-weight:850!important;
}
.pxmh-home .pxmh-support-cta-row-v115 a{
  display:inline-flex!important;
  align-items:center!important;
  gap:.35rem!important;
  min-height:40px!important;
  padding:.64rem .9rem!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  color:#111827!important;
  text-decoration:none!important;
  font-size:.92rem!important;
  font-weight:950!important;
  box-shadow:0 12px 28px rgba(216,138,34,.2)!important;
}
.pxmh-home .pxmh-support-cta-row-v115 a:hover{
  color:#111827!important;
  text-decoration:none!important;
  transform:translateY(-1px)!important;
}
.pxmh-home .pxmh-video-showcase-v115{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:100%!important;
  padding:16px!important;
  border-radius:28px!important;
  background:linear-gradient(180deg,#fff8ed 0%,#ffffff 52%,#fff0d8 100%)!important;
  border:1px solid #edb252!important;
  box-shadow:0 28px 76px rgba(15,23,42,.15)!important;
  overflow:hidden!important;
  color:#111827!important;
}
.pxmh-home .pxmh-video-showcase-v115:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:radial-gradient(circle at 92% 0%,rgba(244,177,75,.35),transparent 32%)!important;
  pointer-events:none!important;
}
.pxmh-home .pxmh-video-showcase-v115 > *{
  position:relative!important;
  z-index:1!important;
}
.pxmh-home .pxmh-video-thumb-v115{
  position:relative!important;
  display:block!important;
  overflow:hidden!important;
  width:100%!important;
  aspect-ratio:16/9!important;
  min-height:260px!important;
  border-radius:22px!important;
  background:#0b1220!important;
  border:1px solid rgba(15,23,42,.1)!important;
  box-shadow:0 18px 42px rgba(15,23,42,.23)!important;
  text-decoration:none!important;
}
.pxmh-home .pxmh-video-thumb-v115 img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:260px!important;
  object-fit:cover!important;
  filter:saturate(1.08) contrast(1.04) brightness(.82)!important;
  transform:scale(1.015)!important;
}
.pxmh-home .pxmh-video-thumb-v115:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(11,18,32,.04),rgba(11,18,32,.58))!important;
  pointer-events:none!important;
}
.pxmh-home .pxmh-video-play-v115{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  z-index:2!important;
  transform:translate(-50%,-50%)!important;
  display:grid!important;
  place-items:center!important;
  width:72px!important;
  height:72px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  color:#111827!important;
  font-size:1.36rem!important;
  font-weight:1000!important;
  box-shadow:0 20px 48px rgba(0,0,0,.36)!important;
  padding-left:.12rem!important;
}
.pxmh-home .pxmh-video-caption-v115{
  position:absolute!important;
  left:1rem!important;
  right:1rem!important;
  bottom:1rem!important;
  z-index:2!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  min-height:40px!important;
  padding:.6rem .85rem!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.95)!important;
  color:#111827!important;
  font-size:.9rem!important;
  font-weight:950!important;
  text-align:center!important;
  line-height:1.1!important;
  box-shadow:0 12px 30px rgba(0,0,0,.24)!important;
}
.pxmh-home .pxmh-video-copy-v115{
  display:grid!important;
  gap:.75rem!important;
  padding:1.05rem .1rem .1rem!important;
  color:#111827!important;
}
.pxmh-home .pxmh-video-eyebrow-v115{
  display:inline-flex!important;
  width:max-content!important;
  max-width:100%!important;
  align-items:center!important;
  padding:.36rem .62rem!important;
  border-radius:999px!important;
  background:#fff3e2!important;
  color:var(--pxmh-accent-deep)!important;
  border:1px solid #efcf9c!important;
  font-size:.72rem!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
.pxmh-home .pxmh-video-copy-v115 h3{
  margin:0!important;
  color:#111827!important;
  font-size:1.42rem!important;
  line-height:1.16!important;
  font-weight:950!important;
  letter-spacing:-.03em!important;
}
.pxmh-home .pxmh-video-copy-v115 p{
  margin:0!important;
  color:#475569!important;
  font-size:.97rem!important;
  line-height:1.58!important;
}
.pxmh-home .pxmh-video-copy-v115 ul{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:.5rem!important;
  margin:.05rem 0 0!important;
  padding:0!important;
  list-style:none!important;
}
.pxmh-home .pxmh-video-copy-v115 li{
  display:flex!important;
  gap:.52rem!important;
  align-items:flex-start!important;
  color:#263247!important;
  font-size:.93rem!important;
  line-height:1.35!important;
  font-weight:850!important;
}
.pxmh-home .pxmh-video-copy-v115 li span{
  display:grid!important;
  place-items:center!important;
  flex:0 0 auto!important;
  width:1.25rem!important;
  height:1.25rem!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  color:#111827!important;
  font-size:.72rem!important;
  font-weight:1000!important;
}
.pxmh-home .pxmh-video-cta-v115{
  display:inline-flex!important;
  justify-content:center!important;
  align-items:center!important;
  width:max-content!important;
  max-width:100%!important;
  min-height:45px!important;
  padding:.76rem 1rem!important;
  margin-top:.05rem!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  border:1px solid rgba(138,75,11,.22)!important;
  color:#111827!important;
  font-weight:950!important;
  text-decoration:none!important;
  line-height:1.15!important;
  box-shadow:0 16px 34px rgba(216,138,34,.24)!important;
}
.pxmh-home .pxmh-video-cta-v115:hover{
  transform:translateY(-1px)!important;
  text-decoration:none!important;
  background:linear-gradient(135deg,#f0a33a,#ffc86d)!important;
  color:#111827!important;
}
@media (max-width:1180px){
  .pxmh-home .pxmh-core-buildout-v115{grid-template-columns:1fr!important;gap:18px!important;}
  .pxmh-home .pxmh-video-showcase-v115{max-width:860px!important;margin-inline:auto!important;width:100%!important;}
}
@media (max-width:760px){
  .pxmh-home .pxmh-core-buildout-v115{margin-top:20px!important;}
  .pxmh-home .pxmh-support-panel-v115{padding:18px!important;border-radius:23px!important;}
  .pxmh-home .pxmh-support-grid-v115{grid-template-columns:1fr!important;}
  .pxmh-home .pxmh-support-tile-v115{min-height:0!important;}
  .pxmh-home .pxmh-support-cta-row-v115{align-items:flex-start!important;flex-direction:column!important;}
  .pxmh-home .pxmh-support-cta-row-v115 a{width:100%!important;justify-content:center!important;text-align:center!important;}
  .pxmh-home .pxmh-video-showcase-v115{padding:12px!important;border-radius:23px!important;}
  .pxmh-home .pxmh-video-thumb-v115{min-height:200px!important;aspect-ratio:16/10!important;}
  .pxmh-home .pxmh-video-thumb-v115 img{min-height:200px!important;}
  .pxmh-home .pxmh-video-play-v115{width:60px!important;height:60px!important;font-size:1.1rem!important;}
  .pxmh-home .pxmh-video-caption-v115{left:.75rem!important;right:.75rem!important;bottom:.75rem!important;}
  .pxmh-home .pxmh-video-copy-v115{padding:.9rem .1rem .1rem!important;}
  .pxmh-home .pxmh-video-copy-v115 h3{font-size:1.24rem!important;}
}


/* V11.7: fill the service/video board with a purposeful two-card video and planning column */
.pxmh-home .pxmh-core-buildout-v115{
  grid-template-columns:minmax(0,1.04fr) minmax(380px,.96fr)!important;
  gap:22px!important;
  align-items:stretch!important;
}
.pxmh-home .pxmh-video-column-v116{
  display:grid!important;
  grid-template-rows:auto 1fr!important;
  gap:16px!important;
  min-width:0!important;
  min-height:100%!important;
  align-self:stretch!important;
}
.pxmh-home .pxmh-video-feature-v116,
.pxmh-home .pxmh-video-decision-v116{
  position:relative!important;
  overflow:hidden!important;
  border-radius:26px!important;
  box-sizing:border-box!important;
  min-width:0!important;
}
.pxmh-home .pxmh-video-feature-v116{
  padding:14px!important;
  background:linear-gradient(180deg,#fffaf3 0%,#ffffff 74%)!important;
  border:1px solid #edb252!important;
  box-shadow:0 22px 56px rgba(15,23,42,.13)!important;
  color:#111827!important;
}
.pxmh-home .pxmh-video-feature-v116:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:radial-gradient(circle at 92% 0%,rgba(244,177,75,.26),transparent 34%)!important;
  pointer-events:none!important;
}
.pxmh-home .pxmh-video-feature-v116 > *{position:relative!important;z-index:1!important;}
.pxmh-home .pxmh-video-thumb-v116{
  position:relative!important;
  display:block!important;
  width:100%!important;
  aspect-ratio:16/9!important;
  min-height:218px!important;
  overflow:hidden!important;
  border-radius:20px!important;
  background:#0b1220!important;
  border:1px solid rgba(15,23,42,.12)!important;
  box-shadow:0 18px 40px rgba(15,23,42,.23)!important;
  text-decoration:none!important;
}
.pxmh-home .pxmh-video-thumb-v116 img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:218px!important;
  object-fit:cover!important;
  filter:saturate(1.06) contrast(1.04) brightness(.82)!important;
  transform:scale(1.02)!important;
}
.pxmh-home .pxmh-video-thumb-v116:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(11,18,32,.05),rgba(11,18,32,.62))!important;
  pointer-events:none!important;
}
.pxmh-home .pxmh-video-play-v116{
  position:absolute!important;
  left:50%!important;
  top:49%!important;
  z-index:3!important;
  transform:translate(-50%,-50%)!important;
  display:grid!important;
  place-items:center!important;
  width:68px!important;
  height:68px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  color:#111827!important;
  font-size:1.28rem!important;
  font-weight:1000!important;
  box-shadow:0 20px 45px rgba(0,0,0,.36)!important;
  padding-left:.14rem!important;
}
.pxmh-home .pxmh-video-caption-v116{
  position:absolute!important;
  left:1rem!important;
  right:1rem!important;
  bottom:.92rem!important;
  z-index:3!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:39px!important;
  padding:.58rem .8rem!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.95)!important;
  color:#111827!important;
  text-align:center!important;
  font-size:.88rem!important;
  line-height:1.12!important;
  font-weight:950!important;
  box-shadow:0 12px 28px rgba(0,0,0,.24)!important;
}
.pxmh-home .pxmh-video-copy-v116{
  display:grid!important;
  gap:.72rem!important;
  padding:1rem .1rem .1rem!important;
  color:#111827!important;
}
.pxmh-home .pxmh-video-eyebrow-v116{
  display:inline-flex!important;
  width:max-content!important;
  max-width:100%!important;
  align-items:center!important;
  padding:.36rem .62rem!important;
  border-radius:999px!important;
  background:#fff3e2!important;
  color:var(--pxmh-accent-deep)!important;
  border:1px solid #efcf9c!important;
  font-size:.72rem!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  line-height:1!important;
  text-transform:uppercase!important;
}
.pxmh-home .pxmh-video-copy-v116 h3{
  margin:0!important;
  color:#111827!important;
  font-size:clamp(1.2rem,1.8vw,1.55rem)!important;
  line-height:1.12!important;
  font-weight:950!important;
  letter-spacing:-.03em!important;
}
.pxmh-home .pxmh-video-copy-v116 p{
  margin:0!important;
  color:#475569!important;
  font-size:.96rem!important;
  line-height:1.56!important;
}
.pxmh-home .pxmh-video-decision-v116{
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  gap:14px!important;
  height:100%!important;
  min-height:0!important;
  padding:18px!important;
  background:radial-gradient(circle at 8% 0%,rgba(244,177,75,.26),transparent 32%),linear-gradient(135deg,#111827 0%,#172033 55%,#0b1220 100%)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:0 22px 56px rgba(15,23,42,.16)!important;
  color:#ffffff!important;
}
.pxmh-home .pxmh-video-decision-v116:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px)!important;
  background-size:34px 34px!important;
  opacity:.32!important;
  pointer-events:none!important;
}
.pxmh-home .pxmh-video-decision-v116 > *{position:relative!important;z-index:1!important;}
.pxmh-home .pxmh-video-decision-head-v116{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  gap:12px!important;
  align-items:start!important;
}
.pxmh-home .pxmh-video-decision-head-v116 > span{
  display:grid!important;
  place-items:center!important;
  width:36px!important;
  height:36px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  color:#111827!important;
  font-weight:1000!important;
  box-shadow:0 12px 28px rgba(216,138,34,.28)!important;
}
.pxmh-home .pxmh-video-decision-head-v116 strong{
  display:block!important;
  margin:0 0 .3rem!important;
  color:#ffffff!important;
  font-size:1.08rem!important;
  line-height:1.18!important;
  font-weight:950!important;
  letter-spacing:-.015em!important;
}
.pxmh-home .pxmh-video-decision-head-v116 p{
  margin:0!important;
  color:#d8e5f6!important;
  font-size:.94rem!important;
  line-height:1.48!important;
}
.pxmh-home .pxmh-video-check-grid-v116{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}
.pxmh-home .pxmh-video-check-grid-v116 div{
  display:grid!important;
  gap:.28rem!important;
  min-height:96px!important;
  padding:12px!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.095)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 12px 28px rgba(0,0,0,.12)!important;
}
.pxmh-home .pxmh-video-check-grid-v116 strong{
  display:block!important;
  color:#ffffff!important;
  font-size:.91rem!important;
  line-height:1.18!important;
  font-weight:950!important;
}
.pxmh-home .pxmh-video-check-grid-v116 em{
  display:block!important;
  margin:0!important;
  color:#cfdaea!important;
  font-style:normal!important;
  font-size:.84rem!important;
  line-height:1.38!important;
}
.pxmh-home .pxmh-video-action-row-v116{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  align-items:center!important;
  margin-top:2px!important;
}
.pxmh-home .pxmh-video-cta-v116{
  display:inline-flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:.34rem!important;
  min-height:42px!important;
  padding:.7rem .9rem!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  color:#111827!important;
  border:1px solid rgba(138,75,11,.22)!important;
  text-decoration:none!important;
  font-size:.9rem!important;
  line-height:1.12!important;
  font-weight:950!important;
  box-shadow:0 14px 30px rgba(216,138,34,.22)!important;
}
.pxmh-home .pxmh-video-cta-v116:hover{
  transform:translateY(-1px)!important;
  text-decoration:none!important;
  color:#111827!important;
}
.pxmh-home .pxmh-video-cta-v116--light{
  background:rgba(255,255,255,.95)!important;
  color:#111827!important;
  border-color:rgba(255,255,255,.72)!important;
  box-shadow:0 12px 28px rgba(0,0,0,.18)!important;
}
.pxmh-home .pxmh-video-cta-v116--light:hover{color:#111827!important;background:#fff9ef!important;}
@media (max-width:1180px){
  .pxmh-home .pxmh-core-buildout-v115{grid-template-columns:1fr!important;gap:18px!important;}
  .pxmh-home .pxmh-video-column-v116{grid-template-rows:auto auto!important;max-width:860px!important;margin-inline:auto!important;width:100%!important;}
  .pxmh-home .pxmh-video-thumb-v116{min-height:260px!important;}
  .pxmh-home .pxmh-video-thumb-v116 img{min-height:260px!important;}
}
@media (max-width:760px){
  .pxmh-home .pxmh-video-column-v116{gap:14px!important;}
  .pxmh-home .pxmh-video-feature-v116,.pxmh-home .pxmh-video-decision-v116{border-radius:22px!important;}
  .pxmh-home .pxmh-video-feature-v116{padding:12px!important;}
  .pxmh-home .pxmh-video-thumb-v116{min-height:198px!important;aspect-ratio:16/10!important;border-radius:18px!important;}
  .pxmh-home .pxmh-video-thumb-v116 img{min-height:198px!important;}
  .pxmh-home .pxmh-video-play-v116{width:58px!important;height:58px!important;font-size:1.08rem!important;}
  .pxmh-home .pxmh-video-caption-v116{left:.75rem!important;right:.75rem!important;bottom:.75rem!important;}
  .pxmh-home .pxmh-video-check-grid-v116{grid-template-columns:1fr!important;}
  .pxmh-home .pxmh-video-check-grid-v116 div{min-height:0!important;}
  .pxmh-home .pxmh-video-action-row-v116{display:grid!important;grid-template-columns:1fr!important;}
  .pxmh-home .pxmh-video-cta-v116{width:100%!important;text-align:center!important;}
}

/* V11.7: rebuilt core support/video section as one compact, full-width board with no empty side column */
.pxmh-home .pxmh-growth-system-v117,
.pxmh-home .pxmh-growth-system-v117 *{
  box-sizing:border-box!important;
}
.pxmh-home .pxmh-growth-system-v117{
  margin-top:28px!important;
  width:100%!important;
}
.pxmh-home .pxmh-growth-board-v117{
  position:relative!important;
  overflow:hidden!important;
  display:grid!important;
  gap:18px!important;
  width:100%!important;
  padding:24px!important;
  border-radius:30px!important;
  background:radial-gradient(circle at 7% 0%,rgba(244,177,75,.28),transparent 28%),radial-gradient(circle at 92% 18%,rgba(255,255,255,.08),transparent 28%),linear-gradient(135deg,#111827 0%,#172033 55%,#0b1220 100%)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:0 30px 78px rgba(15,23,42,.2)!important;
  color:#ffffff!important;
}
.pxmh-home .pxmh-growth-board-v117:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px)!important;
  background-size:40px 40px!important;
  opacity:.36!important;
  pointer-events:none!important;
}
.pxmh-home .pxmh-growth-board-v117 > *{
  position:relative!important;
  z-index:1!important;
}
.pxmh-home .pxmh-growth-board-head-v117{
  display:grid!important;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;
  gap:18px!important;
  align-items:end!important;
  padding-bottom:4px!important;
}
.pxmh-home .pxmh-growth-kicker-v117{
  display:inline-flex!important;
  width:max-content!important;
  max-width:100%!important;
  align-items:center!important;
  padding:.4rem .7rem!important;
  border-radius:999px!important;
  background:rgba(244,177,75,.16)!important;
  color:#ffd68d!important;
  border:1px solid rgba(244,177,75,.42)!important;
  font-size:.72rem!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
.pxmh-home .pxmh-growth-board-head-v117 h3{
  margin:.65rem 0 0!important;
  color:#ffffff!important;
  font-size:clamp(1.55rem,2.35vw,2.25rem)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  font-weight:950!important;
}
.pxmh-home .pxmh-growth-board-head-v117 p{
  margin:0!important;
  color:#d9e6f7!important;
  font-size:1rem!important;
  line-height:1.58!important;
}
.pxmh-home .pxmh-growth-services-v117{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr))!important;
  gap:12px!important;
}
.pxmh-home .pxmh-growth-service-v117{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  gap:11px!important;
  align-items:start!important;
  min-width:0!important;
  min-height:0!important;
  padding:14px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.095)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  color:#ffffff!important;
  text-decoration:none!important;
  box-shadow:0 14px 30px rgba(0,0,0,.15)!important;
  transition:transform .18s ease,border-color .18s ease,background .18s ease!important;
}
.pxmh-home .pxmh-growth-service-v117:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(244,177,75,.68)!important;
  background:rgba(255,255,255,.13)!important;
  color:#ffffff!important;
  text-decoration:none!important;
}
.pxmh-home .pxmh-growth-icon-v117{
  display:grid!important;
  place-items:center!important;
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  color:#111827!important;
  font-size:.9rem!important;
  font-weight:1000!important;
  box-shadow:0 12px 24px rgba(216,138,34,.27)!important;
}
.pxmh-home .pxmh-growth-service-v117 strong{
  display:block!important;
  margin:0 0 .25rem!important;
  color:#ffffff!important;
  font-size:.95rem!important;
  line-height:1.18!important;
  font-weight:950!important;
}
.pxmh-home .pxmh-growth-service-v117 em{
  display:block!important;
  margin:0!important;
  color:#cfdaea!important;
  font-style:normal!important;
  font-size:.86rem!important;
  line-height:1.38!important;
}
.pxmh-home .pxmh-growth-media-v117{
  display:grid!important;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;
  gap:14px!important;
  align-items:stretch!important;
}
.pxmh-home .pxmh-growth-video-v117,
.pxmh-home .pxmh-growth-decision-v117{
  position:relative!important;
  overflow:hidden!important;
  min-width:0!important;
  border-radius:22px!important;
  border:1px solid rgba(255,255,255,.17)!important;
  background:rgba(255,255,255,.08)!important;
  color:#ffffff!important;
  box-shadow:0 18px 44px rgba(0,0,0,.17)!important;
}
.pxmh-home .pxmh-growth-video-v117{
  display:grid!important;
  grid-template-columns:minmax(190px,.9fr) minmax(0,1.1fr)!important;
  gap:14px!important;
  align-items:center!important;
  padding:14px!important;
}
.pxmh-home .pxmh-growth-video-thumb-v117{
  position:relative!important;
  display:block!important;
  width:100%!important;
  aspect-ratio:16/10!important;
  min-height:170px!important;
  overflow:hidden!important;
  border-radius:18px!important;
  background:#0b1220!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 16px 36px rgba(0,0,0,.26)!important;
  text-decoration:none!important;
}
.pxmh-home .pxmh-growth-video-thumb-v117 img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:170px!important;
  object-fit:cover!important;
  filter:saturate(1.06) contrast(1.04) brightness(.78)!important;
  transform:scale(1.02)!important;
}
.pxmh-home .pxmh-growth-video-thumb-v117:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(11,18,32,.04),rgba(11,18,32,.56))!important;
  pointer-events:none!important;
}
.pxmh-home .pxmh-growth-video-play-v117{
  position:absolute!important;
  left:50%!important;
  top:48%!important;
  z-index:2!important;
  transform:translate(-50%,-50%)!important;
  display:grid!important;
  place-items:center!important;
  width:58px!important;
  height:58px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  color:#111827!important;
  font-size:1.08rem!important;
  font-weight:1000!important;
  box-shadow:0 18px 38px rgba(0,0,0,.35)!important;
  padding-left:.12rem!important;
}
.pxmh-home .pxmh-growth-video-pill-v117{
  position:absolute!important;
  left:.7rem!important;
  right:.7rem!important;
  bottom:.7rem!important;
  z-index:3!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  min-height:34px!important;
  padding:.5rem .7rem!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.95)!important;
  color:#111827!important;
  font-size:.8rem!important;
  line-height:1.12!important;
  font-weight:950!important;
  text-align:center!important;
  box-shadow:0 10px 24px rgba(0,0,0,.24)!important;
}
.pxmh-home .pxmh-growth-video-copy-v117{
  display:grid!important;
  gap:.55rem!important;
  min-width:0!important;
}
.pxmh-home .pxmh-growth-video-copy-v117 > span{
  display:inline-flex!important;
  width:max-content!important;
  max-width:100%!important;
  padding:.34rem .58rem!important;
  border-radius:999px!important;
  background:rgba(244,177,75,.16)!important;
  color:#ffd68d!important;
  border:1px solid rgba(244,177,75,.42)!important;
  font-size:.7rem!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  line-height:1!important;
  text-transform:uppercase!important;
}
.pxmh-home .pxmh-growth-video-copy-v117 h3{
  margin:0!important;
  color:#ffffff!important;
  font-size:clamp(1.12rem,1.45vw,1.38rem)!important;
  line-height:1.14!important;
  letter-spacing:-.025em!important;
  font-weight:950!important;
}
.pxmh-home .pxmh-growth-video-copy-v117 p{
  margin:0!important;
  color:#d8e5f6!important;
  font-size:.92rem!important;
  line-height:1.52!important;
}
.pxmh-home .pxmh-growth-decision-v117{
  display:grid!important;
  grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr)!important;
  gap:14px!important;
  align-items:center!important;
  padding:16px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.105),rgba(255,255,255,.065))!important;
}
.pxmh-home .pxmh-growth-decision-head-v117{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  gap:11px!important;
  align-items:start!important;
}
.pxmh-home .pxmh-growth-decision-head-v117 > span{
  display:grid!important;
  place-items:center!important;
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  color:#111827!important;
  font-weight:1000!important;
  box-shadow:0 12px 28px rgba(216,138,34,.28)!important;
}
.pxmh-home .pxmh-growth-decision-head-v117 strong{
  display:block!important;
  margin:0 0 .3rem!important;
  color:#ffffff!important;
  font-size:1.02rem!important;
  line-height:1.18!important;
  font-weight:950!important;
}
.pxmh-home .pxmh-growth-decision-head-v117 p{
  margin:0!important;
  color:#d8e5f6!important;
  font-size:.88rem!important;
  line-height:1.42!important;
}
.pxmh-home .pxmh-growth-checks-v117{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px!important;
}
.pxmh-home .pxmh-growth-checks-v117 div{
  display:grid!important;
  gap:.18rem!important;
  padding:10px!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.095)!important;
  border:1px solid rgba(255,255,255,.16)!important;
}
.pxmh-home .pxmh-growth-checks-v117 strong{
  display:block!important;
  color:#ffffff!important;
  font-size:.82rem!important;
  line-height:1.14!important;
  font-weight:950!important;
}
.pxmh-home .pxmh-growth-checks-v117 em{
  display:block!important;
  color:#cfdaea!important;
  font-style:normal!important;
  font-size:.76rem!important;
  line-height:1.3!important;
}
.pxmh-home .pxmh-growth-actions-v117{
  grid-column:1 / -1!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  align-items:center!important;
  justify-content:flex-end!important;
  padding-top:2px!important;
}
.pxmh-home .pxmh-growth-actions-v117 a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:38px!important;
  padding:.64rem .88rem!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  color:#111827!important;
  border:1px solid rgba(138,75,11,.22)!important;
  text-decoration:none!important;
  font-size:.84rem!important;
  line-height:1.12!important;
  font-weight:950!important;
  box-shadow:0 12px 26px rgba(216,138,34,.22)!important;
}
.pxmh-home .pxmh-growth-actions-v117 a:last-child{
  background:rgba(255,255,255,.94)!important;
  color:#111827!important;
  border-color:rgba(255,255,255,.7)!important;
  box-shadow:0 10px 22px rgba(0,0,0,.16)!important;
}
.pxmh-home .pxmh-growth-actions-v117 a:hover{
  transform:translateY(-1px)!important;
  color:#111827!important;
  text-decoration:none!important;
}
@media (max-width:980px){
  .pxmh-home .pxmh-growth-board-head-v117,
  .pxmh-home .pxmh-growth-media-v117,
  .pxmh-home .pxmh-growth-video-v117,
  .pxmh-home .pxmh-growth-decision-v117{
    grid-template-columns:1fr!important;
  }
  .pxmh-home .pxmh-growth-video-thumb-v117{min-height:220px!important;}
  .pxmh-home .pxmh-growth-video-thumb-v117 img{min-height:220px!important;}
  .pxmh-home .pxmh-growth-actions-v117{justify-content:flex-start!important;}
}
@media (max-width:680px){
  .pxmh-home .pxmh-growth-board-v117{padding:18px!important;border-radius:24px!important;gap:14px!important;}
  .pxmh-home .pxmh-growth-services-v117{grid-template-columns:1fr!important;}
  .pxmh-home .pxmh-growth-service-v117{padding:13px!important;}
  .pxmh-home .pxmh-growth-video-v117,.pxmh-home .pxmh-growth-decision-v117{padding:12px!important;border-radius:20px!important;}
  .pxmh-home .pxmh-growth-video-thumb-v117{min-height:190px!important;border-radius:16px!important;}
  .pxmh-home .pxmh-growth-video-thumb-v117 img{min-height:190px!important;}
  .pxmh-home .pxmh-growth-checks-v117{grid-template-columns:1fr!important;}
  .pxmh-home .pxmh-growth-actions-v117{display:grid!important;grid-template-columns:1fr!important;}
  .pxmh-home .pxmh-growth-actions-v117 a{width:100%!important;text-align:center!important;}
}
/* V11.8: rebuilt website/search/lead-path section as a balanced two-column board with no loose floating cards */
.pxmh-home .pxmh-growth-system-v118,
.pxmh-home .pxmh-growth-system-v118 *{
  box-sizing:border-box!important;
}
.pxmh-home .pxmh-growth-system-v118{
  width:100%!important;
  margin:28px 0 0!important;
  padding:0!important;
  clear:both!important;
}
.pxmh-home .pxmh-growth-board-v118{
  position:relative!important;
  overflow:hidden!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)!important;
  grid-template-areas:
    "intro video"
    "cards video"
    "strip strip"!important;
  gap:16px!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:clamp(18px,2.35vw,28px)!important;
  border-radius:30px!important;
  background:
    radial-gradient(circle at 5% 0%,rgba(244,177,75,.22),transparent 27%),
    radial-gradient(circle at 88% 18%,rgba(255,255,255,.08),transparent 28%),
    linear-gradient(135deg,#0c1322 0%,#152036 57%,#0b1220 100%)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:0 28px 72px rgba(15,23,42,.21)!important;
  color:#ffffff!important;
  isolation:isolate!important;
}
.pxmh-home .pxmh-growth-board-v118:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  background:linear-gradient(90deg,rgba(255,255,255,.052) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px)!important;
  background-size:42px 42px!important;
  opacity:.32!important;
  pointer-events:none!important;
}
.pxmh-home .pxmh-growth-board-v118 > *{
  position:relative!important;
  z-index:1!important;
  min-width:0!important;
}
.pxmh-home .pxmh-growth-copy-v118{
  grid-area:intro!important;
  display:grid!important;
  align-content:start!important;
  gap:.65rem!important;
  padding:.2rem .2rem 0!important;
}
.pxmh-home .pxmh-growth-kicker-v118{
  display:inline-flex!important;
  width:max-content!important;
  max-width:100%!important;
  align-items:center!important;
  gap:.45rem!important;
  padding:.42rem .72rem!important;
  border-radius:999px!important;
  background:rgba(244,177,75,.16)!important;
  color:#ffd68d!important;
  border:1px solid rgba(244,177,75,.42)!important;
  font-size:.72rem!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
.pxmh-home .pxmh-growth-kicker-v118:before{
  content:""!important;
  width:.48rem!important;
  height:.48rem!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  box-shadow:0 0 0 5px rgba(244,177,75,.16)!important;
}
.pxmh-home .pxmh-growth-copy-v118 h3{
  margin:0!important;
  max-width:14ch!important;
  color:#ffffff!important;
  font-size:clamp(1.62rem,2.45vw,2.35rem)!important;
  line-height:1.04!important;
  letter-spacing:-.04em!important;
  font-weight:950!important;
  text-shadow:0 1px 0 rgba(0,0,0,.22)!important;
}
.pxmh-home .pxmh-growth-copy-v118 p{
  margin:0!important;
  max-width:66ch!important;
  color:#d9e6f7!important;
  font-size:1rem!important;
  line-height:1.56!important;
}
.pxmh-home .pxmh-growth-grid-v118{
  grid-area:cards!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:11px!important;
  align-content:start!important;
}
.pxmh-home .pxmh-growth-card-v118{
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr)!important;
  gap:11px!important;
  align-items:start!important;
  min-height:118px!important;
  margin:0!important;
  padding:13px!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.115),rgba(255,255,255,.078))!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 14px 30px rgba(0,0,0,.15)!important;
  color:#ffffff!important;
}
.pxmh-home .pxmh-growth-icon-v118{
  display:grid!important;
  place-items:center!important;
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  color:#111827!important;
  font-size:.88rem!important;
  font-weight:1000!important;
  line-height:1!important;
  box-shadow:0 12px 24px rgba(216,138,34,.28)!important;
}
.pxmh-home .pxmh-growth-card-v118 h4{
  margin:0 0 .22rem!important;
  color:#ffffff!important;
  font-size:.96rem!important;
  line-height:1.15!important;
  font-weight:950!important;
  letter-spacing:-.01em!important;
}
.pxmh-home .pxmh-growth-card-v118 p{
  margin:0 0 .48rem!important;
  color:#cfdaea!important;
  font-size:.84rem!important;
  line-height:1.34!important;
}
.pxmh-home .pxmh-growth-card-v118 a,
.pxmh-home .pxmh-growth-card-v118 a:link,
.pxmh-home .pxmh-growth-card-v118 a:visited{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  max-width:100%!important;
  color:#ffd68d!important;
  text-decoration:none!important;
  font-size:.78rem!important;
  line-height:1.2!important;
  font-weight:950!important;
  border-bottom:1px solid rgba(255,214,141,.4)!important;
}
.pxmh-home .pxmh-growth-card-v118 a:hover{
  color:#ffffff!important;
  border-bottom-color:#ffffff!important;
  text-decoration:none!important;
}
.pxmh-home .pxmh-growth-video-panel-v118{
  grid-area:video!important;
  display:grid!important;
  grid-template-rows:auto auto 1fr auto!important;
  gap:13px!important;
  min-height:100%!important;
  padding:14px!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,#fffaf3 0%,#ffffff 58%,#fff0d8 100%)!important;
  border:1px solid #efb75b!important;
  color:#111827!important;
  box-shadow:0 26px 62px rgba(15,23,42,.18)!important;
  overflow:hidden!important;
}
.pxmh-home .pxmh-growth-video-thumb-v118{
  position:relative!important;
  display:block!important;
  width:100%!important;
  aspect-ratio:16/9!important;
  min-height:205px!important;
  overflow:hidden!important;
  border-radius:20px!important;
  background:#0b1220!important;
  border:1px solid rgba(15,23,42,.12)!important;
  box-shadow:0 16px 38px rgba(15,23,42,.22)!important;
  text-decoration:none!important;
}
.pxmh-home .pxmh-growth-video-thumb-v118 img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:205px!important;
  object-fit:cover!important;
  filter:saturate(1.06) contrast(1.04) brightness(.82)!important;
  transform:scale(1.015)!important;
}
.pxmh-home .pxmh-growth-video-thumb-v118:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(11,18,32,.02),rgba(11,18,32,.56))!important;
  pointer-events:none!important;
}
.pxmh-home .pxmh-growth-video-play-v118{
  position:absolute!important;
  left:50%!important;
  top:47%!important;
  z-index:3!important;
  transform:translate(-50%,-50%)!important;
  display:grid!important;
  place-items:center!important;
  width:64px!important;
  height:64px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  color:#111827!important;
  font-size:1.18rem!important;
  font-weight:1000!important;
  box-shadow:0 18px 40px rgba(0,0,0,.36)!important;
  padding-left:.12rem!important;
}
.pxmh-home .pxmh-growth-video-pill-v118{
  position:absolute!important;
  left:14px!important;
  right:14px!important;
  bottom:12px!important;
  z-index:4!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:36px!important;
  padding:.56rem .8rem!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.96)!important;
  color:#111827!important;
  font-size:.82rem!important;
  line-height:1.1!important;
  font-weight:950!important;
  text-align:center!important;
  box-shadow:0 10px 24px rgba(0,0,0,.22)!important;
}
.pxmh-home .pxmh-growth-video-copy-v118{
  display:grid!important;
  gap:.45rem!important;
}
.pxmh-home .pxmh-growth-video-copy-v118 > span{
  display:inline-flex!important;
  width:max-content!important;
  max-width:100%!important;
  padding:.36rem .64rem!important;
  border-radius:999px!important;
  background:#fff2dd!important;
  border:1px solid #efc686!important;
  color:#8a4b0b!important;
  font-size:.71rem!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
.pxmh-home .pxmh-growth-video-copy-v118 h3{
  margin:0!important;
  color:#111827!important;
  font-size:clamp(1.12rem,1.45vw,1.38rem)!important;
  line-height:1.13!important;
  letter-spacing:-.025em!important;
  font-weight:950!important;
}
.pxmh-home .pxmh-growth-video-copy-v118 p{
  margin:0!important;
  color:#3f4d60!important;
  font-size:.91rem!important;
  line-height:1.48!important;
}
.pxmh-home .pxmh-growth-checks-v118{
  display:grid!important;
  align-content:start!important;
  gap:.58rem!important;
  padding:12px!important;
  border-radius:18px!important;
  background:#ffffff!important;
  border:1px solid #ead4b5!important;
  box-shadow:0 10px 24px rgba(15,23,42,.07)!important;
}
.pxmh-home .pxmh-growth-checks-v118 strong{
  display:block!important;
  color:#111827!important;
  font-size:.9rem!important;
  line-height:1.18!important;
  font-weight:950!important;
}
.pxmh-home .pxmh-growth-checks-v118 ul{
  list-style:none!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:.42rem!important;
  margin:0!important;
  padding:0!important;
}
.pxmh-home .pxmh-growth-checks-v118 li{
  display:grid!important;
  grid-template-columns:22px minmax(0,1fr)!important;
  align-items:start!important;
  gap:.42rem!important;
  margin:0!important;
  padding:0!important;
  color:#243244!important;
  font-size:.84rem!important;
  line-height:1.28!important;
  font-weight:780!important;
}
.pxmh-home .pxmh-growth-checks-v118 li span{
  display:grid!important;
  place-items:center!important;
  width:20px!important;
  height:20px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  color:#111827!important;
  font-size:.7rem!important;
  font-weight:1000!important;
  line-height:1!important;
}
.pxmh-home .pxmh-growth-actions-v118{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
  align-items:center!important;
}
.pxmh-home .pxmh-growth-actions-v118 a,
.pxmh-home .pxmh-growth-actions-v118 a:link,
.pxmh-home .pxmh-growth-actions-v118 a:visited{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  padding:.72rem .82rem!important;
  border-radius:999px!important;
  text-decoration:none!important;
  text-align:center!important;
  font-size:.82rem!important;
  line-height:1.12!important;
  font-weight:950!important;
  border:1px solid transparent!important;
}
.pxmh-home .pxmh-growth-action-primary-v118{
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  color:#111827!important;
  border-color:rgba(138,75,11,.2)!important;
  box-shadow:0 12px 26px rgba(216,138,34,.28)!important;
}
.pxmh-home .pxmh-growth-action-secondary-v118{
  background:#111827!important;
  color:#ffffff!important;
  border-color:#111827!important;
  box-shadow:0 10px 22px rgba(15,23,42,.18)!important;
}
.pxmh-home .pxmh-growth-actions-v118 a:hover{
  transform:translateY(-1px)!important;
  text-decoration:none!important;
}
.pxmh-home .pxmh-growth-action-primary-v118:hover{color:#111827!important;}
.pxmh-home .pxmh-growth-action-secondary-v118:hover{color:#ffffff!important;}
.pxmh-home .pxmh-growth-strip-v118{
  grid-area:strip!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:14px!important;
  align-items:center!important;
  padding:14px 16px!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.095)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  color:#ffffff!important;
}
.pxmh-home .pxmh-growth-strip-v118 strong{
  display:block!important;
  color:#ffffff!important;
  font-size:.96rem!important;
  line-height:1.2!important;
  font-weight:950!important;
}
.pxmh-home .pxmh-growth-strip-v118 span{
  display:block!important;
  color:#d6e2f2!important;
  font-size:.86rem!important;
  line-height:1.35!important;
  margin-top:.15rem!important;
}
.pxmh-home .pxmh-growth-strip-v118 a,
.pxmh-home .pxmh-growth-strip-v118 a:link,
.pxmh-home .pxmh-growth-strip-v118 a:visited{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  width:max-content!important;
  padding:.68rem 1rem!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  color:#111827!important;
  border:1px solid rgba(255,255,255,.14)!important;
  text-decoration:none!important;
  font-size:.84rem!important;
  line-height:1.12!important;
  font-weight:950!important;
  box-shadow:0 12px 26px rgba(216,138,34,.24)!important;
  text-align:center!important;
}
.pxmh-home .pxmh-growth-strip-v118 a:hover{
  color:#111827!important;
  text-decoration:none!important;
  transform:translateY(-1px)!important;
}
@media (max-width:1040px){
  .pxmh-home .pxmh-growth-board-v118{
    grid-template-columns:1fr!important;
    grid-template-areas:"intro" "cards" "video" "strip"!important;
  }
  .pxmh-home .pxmh-growth-copy-v118 h3{max-width:22ch!important;}
  .pxmh-home .pxmh-growth-video-panel-v118{grid-template-rows:auto auto auto auto!important;}
}
@media (max-width:720px){
  .pxmh-home .pxmh-growth-board-v118{padding:17px!important;border-radius:24px!important;gap:13px!important;}
  .pxmh-home .pxmh-growth-grid-v118{grid-template-columns:1fr!important;}
  .pxmh-home .pxmh-growth-card-v118{min-height:0!important;padding:12px!important;}
  .pxmh-home .pxmh-growth-video-thumb-v118{min-height:185px!important;border-radius:16px!important;}
  .pxmh-home .pxmh-growth-video-thumb-v118 img{min-height:185px!important;}
  .pxmh-home .pxmh-growth-actions-v118{grid-template-columns:1fr!important;}
  .pxmh-home .pxmh-growth-strip-v118{grid-template-columns:1fr!important;}
  .pxmh-home .pxmh-growth-strip-v118 a{width:100%!important;}
}

/* Legacy unused service/video styles retained but not referenced */
.pxmh-home .pxmh-growth-system-v119,.pxmh-home .pxmh-growth-system-v119 *{box-sizing:border-box!important}.pxmh-home .pxmh-growth-system-v119{margin:38px auto 0!important;width:100%!important;clear:both!important}.pxmh-home .pxmh-growth-board-v119{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1.16fr) minmax(340px,.84fr)!important;gap:18px!important;align-items:start!important;padding:22px!important;border-radius:28px!important;background:radial-gradient(circle at 18% 5%,rgba(245,158,11,.18),transparent 30%),radial-gradient(circle at 95% 10%,rgba(255,255,255,.08),transparent 28%),linear-gradient(135deg,#111827 0%,#142136 48%,#0b1424 100%)!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 28px 70px rgba(15,23,42,.22)!important;overflow:hidden!important}.pxmh-home .pxmh-growth-board-v119:before{content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;background:linear-gradient(90deg,rgba(255,255,255,.07),transparent 45%,rgba(245,158,11,.06))!important;opacity:.78!important}.pxmh-home .pxmh-growth-board-v119>*{position:relative!important;z-index:1!important}.pxmh-home .pxmh-growth-main-v119{display:grid!important;gap:16px!important;min-width:0!important}.pxmh-home .pxmh-growth-intro-v119{display:grid!important;gap:9px!important;max-width:760px!important}.pxmh-home .pxmh-growth-kicker-v119{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;width:max-content!important;max-width:100%!important;padding:6px 11px!important;border-radius:999px!important;background:#f5a623!important;color:#111827!important;font-size:11px!important;line-height:1!important;font-weight:900!important;letter-spacing:.07em!important;text-transform:uppercase!important;box-shadow:0 9px 24px rgba(245,166,35,.24)!important}.pxmh-home .pxmh-growth-intro-v119 h3{margin:0!important;max-width:620px!important;color:#fff!important;font-size:clamp(28px,3.2vw,42px)!important;line-height:.98!important;letter-spacing:-.045em!important;font-weight:950!important}.pxmh-home .pxmh-growth-intro-v119 p{margin:0!important;max-width:720px!important;color:rgba(255,255,255,.78)!important;font-size:15px!important;line-height:1.64!important;font-weight:500!important}.pxmh-home .pxmh-growth-services-v119{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.pxmh-home .pxmh-growth-card-v119{min-height:122px!important;display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;gap:12px!important;align-items:start!important;margin:0!important;padding:14px!important;border-radius:16px!important;background:rgba(255,255,255,.075)!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 12px 28px rgba(0,0,0,.16)!important}.pxmh-home .pxmh-growth-card-v119:hover{transform:translateY(-1px)!important;border-color:rgba(245,166,35,.45)!important;background:rgba(255,255,255,.105)!important}.pxmh-home .pxmh-growth-icon-v119{width:38px!important;height:38px!important;border-radius:13px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:rgba(245,166,35,.16)!important;border:1px solid rgba(245,166,35,.38)!important;color:#f5a623!important;font-size:18px!important;font-weight:900!important;line-height:1!important;flex:0 0 auto!important}.pxmh-home .pxmh-growth-card-v119 h4{margin:0 0 5px!important;color:#fff!important;font-size:15px!important;line-height:1.15!important;font-weight:900!important;letter-spacing:-.012em!important}.pxmh-home .pxmh-growth-card-v119 p{margin:0 0 8px!important;color:rgba(255,255,255,.76)!important;font-size:12.6px!important;line-height:1.45!important;font-weight:500!important}.pxmh-home .pxmh-growth-card-v119 a,.pxmh-home .pxmh-growth-card-v119 a:link,.pxmh-home .pxmh-growth-card-v119 a:visited{display:inline-flex!important;align-items:center!important;gap:4px!important;width:auto!important;min-height:0!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;color:#fbbf24!important;font-size:12.4px!important;line-height:1.3!important;font-weight:900!important;text-decoration:none!important;box-shadow:none!important}.pxmh-home .pxmh-growth-card-v119 a:hover{color:#fff!important;text-decoration:underline!important;text-underline-offset:3px!important}.pxmh-home .pxmh-growth-media-v119{display:flex!important;flex-direction:column!important;gap:13px!important;align-self:stretch!important;min-width:0!important;margin:0!important;padding:15px!important;border-radius:24px!important;background:linear-gradient(180deg,#fffaf0 0%,#fff 53%,#fff7e8 100%)!important;border:2px solid rgba(245,166,35,.74)!important;color:#0f172a!important;box-shadow:0 24px 56px rgba(245,166,35,.16)!important}.pxmh-home .pxmh-growth-video-v119{position:relative!important;display:block!important;width:100%!important;aspect-ratio:16/9!important;min-height:0!important;border-radius:18px!important;overflow:hidden!important;background:#101827!important;border:8px solid #0f172a!important;box-shadow:0 18px 38px rgba(15,23,42,.24)!important;text-decoration:none!important}.pxmh-home .pxmh-growth-video-v119 img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;border:0!important;transform:scale(1.04)!important;filter:saturate(.98) contrast(1.04)!important}.pxmh-home .pxmh-growth-video-v119:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(15,23,42,.05),rgba(15,23,42,.48))!important;pointer-events:none!important}.pxmh-home .pxmh-growth-play-v119{position:absolute!important;left:50%!important;top:48%!important;transform:translate(-50%,-50%)!important;z-index:2!important;width:58px!important;height:58px!important;border-radius:999px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding-left:4px!important;background:#f5a623!important;color:#111827!important;font-size:22px!important;font-weight:900!important;box-shadow:0 14px 36px rgba(245,166,35,.42)!important}.pxmh-home .pxmh-growth-watch-v119{position:absolute!important;left:14px!important;right:14px!important;bottom:12px!important;z-index:2!important;display:flex!important;justify-content:center!important;align-items:center!important;min-height:34px!important;padding:7px 12px!important;border-radius:999px!important;background:#fff!important;color:#111827!important;font-size:12.8px!important;font-weight:900!important;line-height:1.1!important;text-align:center!important}.pxmh-home .pxmh-growth-media-copy-v119{display:grid!important;gap:7px!important}.pxmh-home .pxmh-growth-media-copy-v119>span{display:inline-flex!important;width:max-content!important;max-width:100%!important;padding:5px 9px!important;border-radius:999px!important;background:#fff4df!important;border:1px solid rgba(245,166,35,.42)!important;color:#a15c00!important;font-size:10px!important;line-height:1!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important}.pxmh-home .pxmh-growth-media-copy-v119 h4{margin:0!important;color:#0f172a!important;font-size:22px!important;line-height:1.05!important;letter-spacing:-.028em!important;font-weight:950!important}.pxmh-home .pxmh-growth-media-copy-v119 p{margin:0!important;color:#334155!important;font-size:13.7px!important;line-height:1.58!important;font-weight:500!important}.pxmh-home .pxmh-growth-checklist-v119{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;margin:2px 0 0!important}.pxmh-home .pxmh-growth-checklist-v119 div{display:grid!important;grid-template-columns:22px minmax(0,1fr)!important;column-gap:8px!important;row-gap:2px!important;align-items:start!important;min-height:70px!important;padding:10px!important;border-radius:13px!important;background:#fff!important;border:1px solid rgba(15,23,42,.12)!important;box-shadow:0 8px 18px rgba(15,23,42,.06)!important}.pxmh-home .pxmh-growth-checklist-v119 div>span{grid-row:1/span 2!important;width:22px!important;height:22px!important;border-radius:999px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#f5a623!important;color:#111827!important;font-size:12px!important;font-weight:900!important;line-height:1!important}.pxmh-home .pxmh-growth-checklist-v119 strong{display:block!important;margin:0!important;color:#111827!important;font-size:12.4px!important;line-height:1.2!important;font-weight:950!important}.pxmh-home .pxmh-growth-checklist-v119 em{display:block!important;margin:0!important;color:#475569!important;font-size:11.6px!important;line-height:1.32!important;font-style:normal!important;font-weight:600!important}.pxmh-home .pxmh-growth-actions-v119{display:flex!important;flex-wrap:wrap!important;gap:9px!important;margin-top:auto!important}.pxmh-home .pxmh-growth-actions-v119 a,.pxmh-home .pxmh-growth-actions-v119 a:link,.pxmh-home .pxmh-growth-actions-v119 a:visited{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;min-height:39px!important;padding:11px 15px!important;border-radius:999px!important;font-size:12.8px!important;line-height:1.05!important;font-weight:950!important;text-decoration:none!important;box-shadow:none!important}.pxmh-home .pxmh-growth-primary-v119,.pxmh-home .pxmh-growth-primary-v119:link,.pxmh-home .pxmh-growth-primary-v119:visited{background:#f5a623!important;color:#111827!important;border:1px solid #f5a623!important;box-shadow:0 14px 28px rgba(245,166,35,.25)!important}.pxmh-home .pxmh-growth-secondary-v119,.pxmh-home .pxmh-growth-secondary-v119:link,.pxmh-home .pxmh-growth-secondary-v119:visited{background:#111827!important;color:#fff!important;border:1px solid rgba(15,23,42,.24)!important}.pxmh-home .pxmh-growth-actions-v119 a:hover{transform:translateY(-1px)!important;filter:brightness(1.03)!important}.pxmh-home .pxmh-growth-strip-v119{grid-column:1/-1!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important;padding:14px!important;border-radius:18px!important;background:rgba(255,255,255,.07)!important;border:1px solid rgba(255,255,255,.16)!important}.pxmh-home .pxmh-growth-strip-v119 strong{display:block!important;margin:0 0 3px!important;color:#fff!important;font-size:15px!important;line-height:1.2!important;font-weight:950!important}.pxmh-home .pxmh-growth-strip-v119 span{display:block!important;color:rgba(255,255,255,.76)!important;font-size:12.9px!important;line-height:1.42!important;font-weight:500!important}.pxmh-home .pxmh-growth-strip-v119 a,.pxmh-home .pxmh-growth-strip-v119 a:link,.pxmh-home .pxmh-growth-strip-v119 a:visited{display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;min-height:40px!important;padding:11px 16px!important;border-radius:999px!important;background:#f5a623!important;color:#111827!important;border:1px solid #f5a623!important;font-size:12.8px!important;font-weight:950!important;text-decoration:none!important;box-shadow:0 14px 28px rgba(245,166,35,.22)!important}.pxmh-home .pxmh-growth-strip-v119 a:hover{transform:translateY(-1px)!important;color:#111827!important}@media (max-width:980px){.pxmh-home .pxmh-growth-board-v119{grid-template-columns:1fr!important;padding:19px!important}.pxmh-home .pxmh-growth-media-v119{align-self:auto!important}.pxmh-home .pxmh-growth-intro-v119 h3{max-width:760px!important}}@media (max-width:680px){.pxmh-home .pxmh-growth-board-v119{padding:16px!important;border-radius:23px!important;gap:14px!important}.pxmh-home .pxmh-growth-intro-v119 h3{font-size:30px!important;line-height:1.02!important}.pxmh-home .pxmh-growth-intro-v119 p{font-size:14px!important}.pxmh-home .pxmh-growth-services-v119{grid-template-columns:1fr!important;gap:10px!important}.pxmh-home .pxmh-growth-card-v119{min-height:0!important;padding:13px!important}.pxmh-home .pxmh-growth-media-v119{padding:13px!important;border-radius:21px!important}.pxmh-home .pxmh-growth-video-v119{border-width:6px!important;border-radius:16px!important}.pxmh-home .pxmh-growth-checklist-v119{grid-template-columns:1fr!important}.pxmh-home .pxmh-growth-checklist-v119 div{min-height:0!important}.pxmh-home .pxmh-growth-actions-v119{display:grid!important;grid-template-columns:1fr!important}.pxmh-home .pxmh-growth-actions-v119 a{width:100%!important}.pxmh-home .pxmh-growth-strip-v119{grid-template-columns:1fr!important}.pxmh-home .pxmh-growth-strip-v119 a{width:100%!important;white-space:normal!important}}

/* PX Media Homepage Hybrid V11.10 — final simple video planning card replacing the rebuilt service/video block */
.pxmh-home .pxmh-video-card-final-v1110,
.pxmh-home .pxmh-video-card-final-v1110 *{box-sizing:border-box!important;}
.pxmh-home .pxmh-video-card-final-v1110{clear:both!important;width:100%!important;max-width:560px!important;margin:38px auto 0!important;padding:0!important;display:block!important;}
.pxmh-home .pxmh-plan-video-card-v1110{width:100%!important;margin:0!important;padding:16px 16px 18px!important;border-radius:26px!important;background:linear-gradient(180deg,#fffaf0 0%,#ffffff 48%,#fff7e8 100%)!important;border:2px solid rgba(245,166,35,.72)!important;box-shadow:0 24px 60px rgba(245,166,35,.18),0 18px 42px rgba(15,23,42,.10)!important;color:#0f172a!important;overflow:hidden!important;}
.pxmh-home .pxmh-plan-video-link-v1110,.pxmh-home .pxmh-plan-video-link-v1110:link,.pxmh-home .pxmh-plan-video-link-v1110:visited{position:relative!important;display:block!important;width:100%!important;aspect-ratio:16/9!important;min-height:0!important;margin:0 0 18px!important;border-radius:20px!important;overflow:hidden!important;background:#0f172a!important;border:9px solid #0f172a!important;text-decoration:none!important;box-shadow:0 18px 38px rgba(15,23,42,.24)!important;}
.pxmh-home .pxmh-plan-video-link-v1110 img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;border:0!important;margin:0!important;padding:0!important;transform:scale(1.045)!important;filter:saturate(.98) contrast(1.04)!important;}
.pxmh-home .pxmh-plan-video-link-v1110:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(15,23,42,.04),rgba(15,23,42,.48))!important;pointer-events:none!important;}
.pxmh-home .pxmh-plan-play-v1110{position:absolute!important;left:50%!important;top:48%!important;z-index:2!important;display:flex!important;align-items:center!important;justify-content:center!important;width:60px!important;height:60px!important;padding-left:4px!important;transform:translate(-50%,-50%)!important;border-radius:999px!important;background:#f5a623!important;color:#111827!important;font-size:23px!important;font-weight:900!important;line-height:1!important;box-shadow:0 14px 34px rgba(245,166,35,.44)!important;}
.pxmh-home .pxmh-plan-watch-v1110{position:absolute!important;left:16px!important;right:16px!important;bottom:12px!important;z-index:2!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;padding:8px 14px!important;border-radius:999px!important;background:#fff!important;color:#111827!important;font-size:13px!important;font-weight:950!important;line-height:1.08!important;text-align:center!important;box-shadow:0 8px 22px rgba(0,0,0,.16)!important;}
.pxmh-home .pxmh-plan-content-v1110{display:grid!important;gap:12px!important;margin:0!important;padding:0!important;}
.pxmh-home .pxmh-plan-badge-v1110{display:inline-flex!important;align-items:center!important;width:max-content!important;max-width:100%!important;padding:6px 10px!important;border-radius:999px!important;background:#fff3dc!important;border:1px solid rgba(245,166,35,.52)!important;color:#a15c00!important;font-size:10.5px!important;line-height:1!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important;}
.pxmh-home .pxmh-plan-video-card-v1110 h3{margin:8px 0 0!important;color:#0f172a!important;font-size:clamp(22px,2.2vw,29px)!important;line-height:1.03!important;letter-spacing:-.035em!important;font-weight:950!important;text-wrap:balance!important;}
.pxmh-home .pxmh-plan-video-card-v1110 p{margin:0!important;color:#334155!important;font-size:14.5px!important;line-height:1.62!important;font-weight:500!important;}
.pxmh-home .pxmh-plan-checks-v1110{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:6px 0 0!important;padding:0!important;}
.pxmh-home .pxmh-plan-checks-v1110 div{display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;column-gap:9px!important;row-gap:2px!important;align-items:start!important;min-height:76px!important;margin:0!important;padding:11px!important;border-radius:14px!important;background:#fff!important;border:1px solid rgba(15,23,42,.13)!important;box-shadow:0 8px 18px rgba(15,23,42,.06)!important;}
.pxmh-home .pxmh-plan-checks-v1110 div>span{grid-row:1/span 2!important;display:flex!important;align-items:center!important;justify-content:center!important;width:24px!important;height:24px!important;border-radius:999px!important;background:#f5a623!important;color:#111827!important;font-size:12px!important;font-weight:950!important;line-height:1!important;}
.pxmh-home .pxmh-plan-checks-v1110 strong{display:block!important;margin:0!important;color:#111827!important;font-size:12.8px!important;line-height:1.16!important;font-weight:950!important;}
.pxmh-home .pxmh-plan-checks-v1110 em{display:block!important;margin:0!important;color:#475569!important;font-size:11.8px!important;line-height:1.34!important;font-style:normal!important;font-weight:600!important;}
.pxmh-home .pxmh-plan-video-link-v1110:hover .pxmh-plan-play-v1110{transform:translate(-50%,-50%) scale(1.04)!important;}
.pxmh-home .pxmh-plan-video-link-v1110:hover .pxmh-plan-watch-v1110{background:#f8fafc!important;}
@media (max-width:720px){.pxmh-home .pxmh-video-card-final-v1110{max-width:100%!important;margin-top:28px!important}.pxmh-home .pxmh-plan-video-card-v1110{padding:13px 13px 15px!important;border-radius:22px!important}.pxmh-home .pxmh-plan-video-link-v1110{border-width:6px!important;border-radius:17px!important;margin-bottom:15px!important}.pxmh-home .pxmh-plan-play-v1110{width:52px!important;height:52px!important;font-size:20px!important}.pxmh-home .pxmh-plan-watch-v1110{left:11px!important;right:11px!important;bottom:10px!important;min-height:34px!important;font-size:12px!important}.pxmh-home .pxmh-plan-video-card-v1110 h3{font-size:24px!important}.pxmh-home .pxmh-plan-checks-v1110{grid-template-columns:1fr!important;gap:8px!important}.pxmh-home .pxmh-plan-checks-v1110 div{min-height:0!important}}


/* PX Media Homepage Hybrid V11.11 — wide video planning section */
.pxmh-home .pxmh-video-band-v1111,
.pxmh-home .pxmh-video-band-v1111 *{box-sizing:border-box!important;}
.pxmh-home .pxmh-video-band-v1111{clear:both!important;width:100%!important;max-width:1180px!important;margin:46px auto 0!important;padding:0!important;display:block!important;}
.pxmh-home .pxmh-video-band-card-v1111{position:relative!important;display:grid!important;gap:20px!important;width:100%!important;margin:0!important;padding:26px!important;border-radius:30px!important;background:radial-gradient(circle at 6% 0%,rgba(245,166,35,.20),transparent 30%),linear-gradient(135deg,#fffaf0 0%,#ffffff 46%,#fff2d9 100%)!important;border:2px solid rgba(245,166,35,.68)!important;box-shadow:0 30px 80px rgba(245,166,35,.18),0 18px 44px rgba(15,23,42,.10)!important;color:#0f172a!important;overflow:hidden!important;}
.pxmh-home .pxmh-video-band-card-v1111:before{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(115deg,rgba(255,255,255,.70),transparent 50%,rgba(245,166,35,.12))!important;pointer-events:none!important;}
.pxmh-home .pxmh-video-band-card-v1111>*{position:relative!important;z-index:1!important;min-width:0!important;}
.pxmh-home .pxmh-video-hero-v1111{display:grid!important;grid-template-columns:minmax(420px,.98fr) minmax(0,1.02fr)!important;gap:24px!important;align-items:stretch!important;width:100%!important;}
.pxmh-home .pxmh-video-media-v1111{display:grid!important;gap:12px!important;align-content:start!important;min-width:0!important;}
.pxmh-home .pxmh-video-thumb-v1111,.pxmh-home .pxmh-video-thumb-v1111:link,.pxmh-home .pxmh-video-thumb-v1111:visited{position:relative!important;display:block!important;width:100%!important;aspect-ratio:16/9!important;min-height:300px!important;margin:0!important;border-radius:24px!important;overflow:hidden!important;background:#0f172a!important;border:10px solid #0f172a!important;text-decoration:none!important;box-shadow:0 20px 44px rgba(15,23,42,.25)!important;}
.pxmh-home .pxmh-video-thumb-v1111 img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;border:0!important;margin:0!important;padding:0!important;transform:scale(1.045)!important;filter:saturate(1.02) contrast(1.06)!important;}
.pxmh-home .pxmh-video-thumb-v1111:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(15,23,42,.03),rgba(15,23,42,.50))!important;pointer-events:none!important;}
.pxmh-home .pxmh-video-play-v1111{position:absolute!important;left:50%!important;top:48%!important;z-index:2!important;display:flex!important;align-items:center!important;justify-content:center!important;width:72px!important;height:72px!important;padding-left:5px!important;transform:translate(-50%,-50%)!important;border-radius:999px!important;background:#f5a623!important;color:#111827!important;font-size:27px!important;font-weight:950!important;line-height:1!important;box-shadow:0 16px 38px rgba(245,166,35,.48)!important;}
.pxmh-home .pxmh-video-watch-v1111{position:absolute!important;left:22px!important;right:22px!important;bottom:18px!important;z-index:2!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;padding:10px 18px!important;border-radius:999px!important;background:#ffffff!important;color:#111827!important;font-size:14px!important;font-weight:950!important;line-height:1.08!important;text-align:center!important;box-shadow:0 10px 24px rgba(0,0,0,.18)!important;}
.pxmh-home .pxmh-video-proof-row-v1111{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin:0!important;}
.pxmh-home .pxmh-video-proof-row-v1111 span{display:grid!important;gap:4px!important;margin:0!important;padding:13px 14px!important;border-radius:16px!important;background:#ffffff!important;border:1px solid rgba(15,23,42,.12)!important;box-shadow:0 10px 24px rgba(15,23,42,.06)!important;}
.pxmh-home .pxmh-video-proof-row-v1111 strong{display:block!important;color:#111827!important;font-size:12.8px!important;line-height:1.15!important;font-weight:950!important;}
.pxmh-home .pxmh-video-proof-row-v1111 em{display:block!important;color:#475569!important;font-style:normal!important;font-size:11.8px!important;line-height:1.35!important;font-weight:600!important;}
.pxmh-home .pxmh-video-copy-v1111{display:grid!important;gap:15px!important;align-content:center!important;padding:24px!important;border-radius:24px!important;background:rgba(255,255,255,.76)!important;border:1px solid rgba(15,23,42,.10)!important;box-shadow:0 16px 36px rgba(15,23,42,.055)!important;}
.pxmh-home .pxmh-video-badge-v1111{display:inline-flex!important;align-items:center!important;width:max-content!important;max-width:100%!important;padding:7px 11px!important;border-radius:999px!important;background:#fff3dc!important;border:1px solid rgba(245,166,35,.56)!important;color:#985900!important;font-size:11px!important;line-height:1!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important;}
.pxmh-home .pxmh-video-band-card-v1111 h3{margin:0!important;max-width:720px!important;color:#0f172a!important;font-size:clamp(30px,3.25vw,44px)!important;line-height:.98!important;letter-spacing:-.045em!important;font-weight:950!important;text-wrap:balance!important;}
.pxmh-home .pxmh-video-band-card-v1111 p{margin:0!important;color:#334155!important;font-size:15.8px!important;line-height:1.62!important;font-weight:550!important;}
.pxmh-home .pxmh-video-actions-v1111{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-top:2px!important;}
.pxmh-home .pxmh-video-actions-v1111 a,.pxmh-home .pxmh-video-actions-v1111 a:link,.pxmh-home .pxmh-video-actions-v1111 a:visited{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;padding:12px 18px!important;border-radius:999px!important;font-size:13.2px!important;line-height:1.1!important;font-weight:950!important;text-decoration:none!important;box-shadow:none!important;text-align:center!important;}
.pxmh-home .pxmh-video-primary-v1111,.pxmh-home .pxmh-video-primary-v1111:link,.pxmh-home .pxmh-video-primary-v1111:visited{background:#f5a623!important;color:#111827!important;border:1px solid #f5a623!important;box-shadow:0 15px 28px rgba(245,166,35,.28)!important;}
.pxmh-home .pxmh-video-secondary-v1111,.pxmh-home .pxmh-video-secondary-v1111:link,.pxmh-home .pxmh-video-secondary-v1111:visited{background:#111827!important;color:#ffffff!important;border:1px solid rgba(15,23,42,.22)!important;box-shadow:0 14px 28px rgba(15,23,42,.16)!important;}
.pxmh-home .pxmh-video-actions-v1111 a:hover{transform:translateY(-1px)!important;text-decoration:none!important;filter:brightness(1.03)!important;}
.pxmh-home .pxmh-video-check-intro-v1111{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:18px!important;margin:0!important;padding:18px 20px!important;border-radius:20px!important;background:#111827!important;border:1px solid rgba(255,255,255,.12)!important;color:#ffffff!important;}
.pxmh-home .pxmh-video-check-intro-v1111 span{display:block!important;margin:0!important;color:#f5a623!important;font-size:12px!important;line-height:1!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important;}
.pxmh-home .pxmh-video-check-intro-v1111 p{max-width:720px!important;margin:0!important;color:#dbe4f2!important;font-size:13.6px!important;line-height:1.45!important;font-weight:650!important;}
.pxmh-home .pxmh-video-checks-v1111{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;margin:0!important;padding:0!important;}
.pxmh-home .pxmh-video-checks-v1111 div{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;column-gap:11px!important;row-gap:4px!important;align-items:start!important;min-height:134px!important;margin:0!important;padding:16px!important;border-radius:18px!important;background:#ffffff!important;border:1px solid rgba(15,23,42,.13)!important;box-shadow:0 12px 25px rgba(15,23,42,.065)!important;}
.pxmh-home .pxmh-video-checks-v1111 div>span{grid-row:1/span 2!important;display:flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;border-radius:999px!important;background:#f5a623!important;color:#111827!important;font-size:15px!important;font-weight:950!important;line-height:1!important;}
.pxmh-home .pxmh-video-checks-v1111 strong{display:block!important;margin:0!important;color:#111827!important;font-size:14.4px!important;line-height:1.16!important;font-weight:950!important;}
.pxmh-home .pxmh-video-checks-v1111 em{display:block!important;margin:0!important;color:#475569!important;font-size:12.8px!important;line-height:1.42!important;font-style:normal!important;font-weight:600!important;}
.pxmh-home .pxmh-video-close-v1111{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin:0!important;padding:16px 18px!important;border-radius:20px!important;background:#ffffff!important;border:1px solid rgba(15,23,42,.12)!important;box-shadow:0 10px 24px rgba(15,23,42,.06)!important;}
.pxmh-home .pxmh-video-close-v1111 p{max-width:760px!important;margin:0!important;color:#334155!important;font-size:14px!important;line-height:1.5!important;font-weight:600!important;}
.pxmh-home .pxmh-video-close-v1111 strong{color:#111827!important;font-weight:950!important;}
.pxmh-home .pxmh-video-close-v1111 a,.pxmh-home .pxmh-video-close-v1111 a:link,.pxmh-home .pxmh-video-close-v1111 a:visited{display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;min-height:44px!important;padding:12px 18px!important;border-radius:999px!important;background:#f5a623!important;color:#111827!important;border:1px solid #f5a623!important;font-size:13px!important;line-height:1.1!important;font-weight:950!important;text-decoration:none!important;box-shadow:0 14px 28px rgba(245,166,35,.28)!important;}
.pxmh-home .pxmh-video-thumb-v1111:hover .pxmh-video-play-v1111{transform:translate(-50%,-50%) scale(1.04)!important;}
.pxmh-home .pxmh-video-thumb-v1111:hover .pxmh-video-watch-v1111{background:#fff9ef!important;}
@media (max-width:1100px){.pxmh-home .pxmh-video-hero-v1111{grid-template-columns:1fr!important}.pxmh-home .pxmh-video-thumb-v1111{min-height:0!important}.pxmh-home .pxmh-video-copy-v1111{align-content:start!important}.pxmh-home .pxmh-video-checks-v1111{grid-template-columns:repeat(2,minmax(0,1fr))!important}.pxmh-home .pxmh-video-checks-v1111 div{min-height:0!important}.pxmh-home .pxmh-video-check-intro-v1111,.pxmh-home .pxmh-video-close-v1111{align-items:flex-start!important;flex-direction:column!important}}
@media (max-width:720px){.pxmh-home .pxmh-video-band-v1111{margin-top:28px!important}.pxmh-home .pxmh-video-band-card-v1111{padding:15px!important;border-radius:23px!important;gap:15px!important}.pxmh-home .pxmh-video-thumb-v1111{border-width:6px!important;border-radius:18px!important}.pxmh-home .pxmh-video-play-v1111{width:54px!important;height:54px!important;font-size:20px!important}.pxmh-home .pxmh-video-watch-v1111{left:12px!important;right:12px!important;bottom:10px!important;min-height:35px!important;font-size:12px!important}.pxmh-home .pxmh-video-copy-v1111{padding:16px!important;border-radius:19px!important}.pxmh-home .pxmh-video-band-card-v1111 h3{font-size:28px!important}.pxmh-home .pxmh-video-proof-row-v1111,.pxmh-home .pxmh-video-checks-v1111{grid-template-columns:1fr!important}.pxmh-home .pxmh-video-actions-v1111,.pxmh-home .pxmh-video-close-v1111 a{display:grid!important;width:100%!important}.pxmh-home .pxmh-video-actions-v1111 a{width:100%!important}.pxmh-home .pxmh-video-check-intro-v1111{padding:15px!important}.pxmh-home .pxmh-video-close-v1111{padding:15px!important}}

/* PX Media Homepage Hybrid V11.13 — align the three video support cards */
.pxmh-home .pxmh-video-proof-row-v1111{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  grid-auto-flow:row!important;
  gap:14px!important;
  align-items:stretch!important;
  justify-items:stretch!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
}
.pxmh-home .pxmh-video-proof-row-v1111>span{
  display:grid!important;
  grid-template-rows:auto 1fr!important;
  align-content:start!important;
  align-items:start!important;
  justify-self:stretch!important;
  width:100%!important;
  min-width:0!important;
  min-height:92px!important;
  height:100%!important;
  margin:0!important;
  padding:18px 18px 16px!important;
  border-radius:18px!important;
}
.pxmh-home .pxmh-video-proof-row-v1111>span:nth-child(1),
.pxmh-home .pxmh-video-proof-row-v1111>span:nth-child(2),
.pxmh-home .pxmh-video-proof-row-v1111>span:nth-child(3){
  grid-column:auto!important;
  grid-row:auto!important;
}
.pxmh-home .pxmh-video-proof-row-v1111 strong{
  min-height:18px!important;
  margin:0!important;
  font-size:14px!important;
  line-height:1.16!important;
}
.pxmh-home .pxmh-video-proof-row-v1111 em{
  margin:3px 0 0!important;
  font-size:12.9px!important;
  line-height:1.38!important;
}
@media (max-width:640px){
  .pxmh-home .pxmh-video-proof-row-v1111{grid-template-columns:1fr!important;gap:10px!important;}
  .pxmh-home .pxmh-video-proof-row-v1111>span{min-height:0!important;padding:14px!important;}
}


/* PX Media Homepage Hybrid V11.13 — final one-row alignment for the three video support cards */
.pxmh-home .pxmh-video-media-v1111 .pxmh-video-proof-row-v1111{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  grid-auto-flow:column!important;
  gap:12px!important;
  align-items:stretch!important;
  justify-items:stretch!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
}
.pxmh-home .pxmh-video-media-v1111 .pxmh-video-proof-row-v1111>p{
  display:contents!important;
  margin:0!important;
  padding:0!important;
}
.pxmh-home .pxmh-video-media-v1111 .pxmh-video-proof-row-v1111>.pxmh-video-proof-card-v1111,
.pxmh-home .pxmh-video-media-v1111 .pxmh-video-proof-row-v1111>span,
.pxmh-home .pxmh-video-media-v1111 .pxmh-video-proof-row-v1111>p>span,
.pxmh-home .pxmh-video-media-v1111 .pxmh-video-proof-row-v1111>p>.pxmh-video-proof-card-v1111{
  display:grid!important;
  grid-template-rows:auto 1fr!important;
  gap:5px!important;
  align-content:start!important;
  align-items:start!important;
  justify-self:stretch!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  min-height:88px!important;
  height:100%!important;
  margin:0!important;
  padding:15px 14px!important;
  border-radius:17px!important;
  background:#ffffff!important;
  border:1px solid rgba(15,23,42,.13)!important;
  box-shadow:0 12px 26px rgba(15,23,42,.07)!important;
  color:#0f172a!important;
  text-align:left!important;
  box-sizing:border-box!important;
  float:none!important;
  position:relative!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  transform:none!important;
}
.pxmh-home .pxmh-video-media-v1111 .pxmh-video-proof-row-v1111 strong{
  display:block!important;
  margin:0!important;
  min-height:auto!important;
  color:#0f172a!important;
  font-size:13.2px!important;
  line-height:1.16!important;
  font-weight:950!important;
  letter-spacing:-.01em!important;
}
.pxmh-home .pxmh-video-media-v1111 .pxmh-video-proof-row-v1111 em{
  display:block!important;
  margin:0!important;
  color:#334155!important;
  font-style:normal!important;
  font-size:12px!important;
  line-height:1.34!important;
  font-weight:650!important;
}
@media (max-width:720px){
  .pxmh-home .pxmh-video-media-v1111 .pxmh-video-proof-row-v1111{
    grid-template-columns:1fr!important;
    grid-auto-flow:row!important;
    gap:10px!important;
  }
  .pxmh-home .pxmh-video-media-v1111 .pxmh-video-proof-row-v1111>.pxmh-video-proof-card-v1111,
  .pxmh-home .pxmh-video-media-v1111 .pxmh-video-proof-row-v1111>span,
  .pxmh-home .pxmh-video-media-v1111 .pxmh-video-proof-row-v1111>p>span,
  .pxmh-home .pxmh-video-media-v1111 .pxmh-video-proof-row-v1111>p>.pxmh-video-proof-card-v1111{
    min-height:0!important;
    padding:14px!important;
  }
}

/* V11.14 replacement: remove duplicate service-card section and add a cleaner decision + video block */
.pxmh-home .pxmh-next-move-v1114{
  background:radial-gradient(circle at 12% 0%,rgba(244,177,75,.16),transparent 30%),linear-gradient(180deg,#fff 0%,#fff8ed 100%)!important;
}
.pxmh-home .pxmh-next-board-v1114{
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr)!important;
  gap:1.3rem!important;
  align-items:stretch!important;
  padding:clamp(1rem,2vw,1.35rem)!important;
  border:1px solid #efc783!important;
  border-radius:30px!important;
  background:linear-gradient(135deg,#fffaf3 0%,#ffffff 58%,#fff1da 100%)!important;
  box-shadow:0 28px 78px rgba(15,23,42,.12)!important;
}
.pxmh-home .pxmh-next-copy-v1114{
  position:relative!important;
  overflow:hidden!important;
  display:grid!important;
  align-content:start!important;
  gap:1rem!important;
  min-height:100%!important;
  padding:clamp(1.35rem,2.5vw,2rem)!important;
  border-radius:24px!important;
  background:radial-gradient(circle at 8% 0%,rgba(244,177,75,.20),transparent 30%),linear-gradient(135deg,#0b1220 0%,#172033 100%)!important;
  color:#fff!important;
  box-shadow:0 22px 58px rgba(15,23,42,.20)!important;
}
.pxmh-home .pxmh-next-copy-v1114:after{
  content:""!important;
  position:absolute!important;
  right:-120px!important;
  bottom:-160px!important;
  width:290px!important;
  height:290px!important;
  border-radius:999px!important;
  background:rgba(244,177,75,.16)!important;
  pointer-events:none!important;
}
.pxmh-home .pxmh-next-copy-v1114 > *{position:relative!important;z-index:1!important;}
.pxmh-home .pxmh-next-copy-v1114 h2{
  max-width:13ch!important;
  margin:0!important;
  color:#fff!important;
  font-size:clamp(2rem,3.5vw,3.55rem)!important;
  line-height:.98!important;
  letter-spacing:-.052em!important;
}
.pxmh-home .pxmh-next-copy-v1114 p{
  max-width:68ch!important;
  color:#e6edf7!important;
  font-size:clamp(1rem,1.25vw,1.08rem)!important;
  line-height:1.65!important;
}
.pxmh-home .pxmh-next-insight-v1114{
  display:grid!important;
  gap:.25rem!important;
  padding:1rem 1.1rem!important;
  border:1px solid rgba(255,255,255,.20)!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.09)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
}
.pxmh-home .pxmh-next-insight-v1114 strong{
  color:#ffd891!important;
  font-weight:950!important;
  line-height:1.25!important;
}
.pxmh-home .pxmh-next-insight-v1114 span{
  color:#d9e5f4!important;
  font-size:.98rem!important;
  line-height:1.55!important;
}
.pxmh-home .pxmh-next-checks-v1114{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:.82rem!important;
}
.pxmh-home .pxmh-next-checks-v1114 article{
  display:grid!important;
  grid-template-columns:auto 1fr!important;
  grid-template-areas:"num title" "num text"!important;
  column-gap:.75rem!important;
  row-gap:.15rem!important;
  min-height:116px!important;
  padding:1rem!important;
  border-radius:20px!important;
  border:1px solid rgba(255,255,255,.20)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.07))!important;
  box-shadow:0 14px 34px rgba(0,0,0,.12)!important;
}
.pxmh-home .pxmh-next-checks-v1114 article span{
  grid-area:num!important;
  display:grid!important;
  place-items:center!important;
  width:2.15rem!important;
  height:2.15rem!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  color:#101623!important;
  font-weight:1000!important;
  font-size:.78rem!important;
}
.pxmh-home .pxmh-next-checks-v1114 article strong{
  grid-area:title!important;
  color:#fff!important;
  font-weight:950!important;
  line-height:1.2!important;
}
.pxmh-home .pxmh-next-checks-v1114 article em{
  grid-area:text!important;
  color:#d5e0ee!important;
  font-style:normal!important;
  font-size:.92rem!important;
  line-height:1.45!important;
}
.pxmh-home .pxmh-next-actions-v1114{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:.75rem!important;
  margin-top:.2rem!important;
}
.pxmh-home .pxmh-next-actions-v1114 .pxmh-btn--light,
.pxmh-home .pxmh-next-actions-v1114 .pxmh-btn--light:link,
.pxmh-home .pxmh-next-actions-v1114 .pxmh-btn--light:visited{
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.32)!important;
  box-shadow:none!important;
}
.pxmh-home .pxmh-video-compact-v1114{
  display:grid!important;
  align-content:start!important;
  gap:1rem!important;
  min-height:100%!important;
  padding:clamp(1rem,2vw,1.25rem)!important;
  border-radius:24px!important;
  border:1px solid #efc783!important;
  background:linear-gradient(180deg,#ffffff 0%,#fffaf3 100%)!important;
  color:#111827!important;
  box-shadow:0 22px 58px rgba(15,23,42,.10)!important;
}
.pxmh-home .pxmh-video-thumb-v1114{
  position:relative!important;
  display:block!important;
  overflow:hidden!important;
  width:100%!important;
  aspect-ratio:16/9!important;
  border-radius:22px!important;
  background:#0b1220!important;
  border:10px solid #0b1220!important;
  box-shadow:0 20px 52px rgba(15,23,42,.25)!important;
  text-decoration:none!important;
  color:#111827!important;
}
.pxmh-home .pxmh-video-thumb-v1114 img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  filter:saturate(1.08) contrast(1.04) brightness(.82)!important;
  transform:scale(1.02)!important;
}
.pxmh-home .pxmh-video-thumb-v1114:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(11,18,32,.04),rgba(11,18,32,.58))!important;
  pointer-events:none!important;
}
.pxmh-home .pxmh-video-play-v1114{
  position:absolute!important;
  z-index:2!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  display:grid!important;
  place-items:center!important;
  width:68px!important;
  height:68px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  color:#101623!important;
  font-size:1.35rem!important;
  font-weight:1000!important;
  padding-left:.1rem!important;
  box-shadow:0 18px 46px rgba(0,0,0,.34)!important;
}
.pxmh-home .pxmh-video-watch-v1114{
  position:absolute!important;
  z-index:2!important;
  left:1rem!important;
  right:1rem!important;
  bottom:1rem!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  padding:.65rem 1rem!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.96)!important;
  color:#101623!important;
  font-weight:950!important;
  line-height:1.1!important;
  text-align:center!important;
}
.pxmh-home .pxmh-video-copy-v1114{
  display:grid!important;
  gap:.85rem!important;
  padding:.15rem .1rem .15rem!important;
}
.pxmh-home .pxmh-video-badge-v1114{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  max-width:100%!important;
  padding:.38rem .68rem!important;
  border-radius:999px!important;
  background:#fff3e2!important;
  border:1px solid #efcf9c!important;
  color:#8a4b0b!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  font-weight:950!important;
  font-size:.72rem!important;
}
.pxmh-home .pxmh-video-copy-v1114 h3{
  margin:0!important;
  color:#111827!important;
  font-size:clamp(1.35rem,2.2vw,2rem)!important;
  line-height:1.05!important;
  letter-spacing:-.035em!important;
}
.pxmh-home .pxmh-video-copy-v1114 p{
  color:#48566b!important;
  line-height:1.6!important;
  font-size:1rem!important;
}
.pxmh-home .pxmh-video-small-grid-v1114{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:.72rem!important;
}
.pxmh-home .pxmh-video-small-grid-v1114 div{
  min-height:112px!important;
  padding:.92rem!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid #d8e0ec!important;
  box-shadow:0 12px 28px rgba(15,23,42,.08)!important;
}
.pxmh-home .pxmh-video-small-grid-v1114 strong{
  display:block!important;
  color:#111827!important;
  font-weight:950!important;
  line-height:1.2!important;
  margin-bottom:.25rem!important;
}
.pxmh-home .pxmh-video-small-grid-v1114 span{
  display:block!important;
  color:#48566b!important;
  font-size:.9rem!important;
  line-height:1.38!important;
}
.pxmh-home .pxmh-video-link-v1114,
.pxmh-home .pxmh-video-link-v1114:link,
.pxmh-home .pxmh-video-link-v1114:visited{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:max-content!important;
  max-width:100%!important;
  min-height:46px!important;
  padding:.82rem 1.1rem!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--pxmh-accent),var(--pxmh-accent-2))!important;
  border:1px solid rgba(138,75,11,.18)!important;
  color:#101623!important;
  font-weight:950!important;
  text-decoration:none!important;
  line-height:1.15!important;
  box-shadow:0 16px 34px rgba(216,138,34,.22)!important;
}
.pxmh-home .pxmh-video-link-v1114:hover,
.pxmh-home .pxmh-video-link-v1114:focus-visible{
  color:#101623!important;
  background:linear-gradient(135deg,#f0a33a,#ffc86d)!important;
  text-decoration:none!important;
}
/* Contrast safety for generated PX Media button components */
body .pxmh-home a.pxmh-btn--primary,
body .pxmh-home a.pxmh-btn--primary:link,
body .pxmh-home a.pxmh-btn--primary:visited,
body .pxmh-home a[class*="primary"],
body .pxmh-home a[class*="primary"]:link,
body .pxmh-home a[class*="primary"]:visited,
body .pxm-builder a.pxm-btn--primary,
body .pxm-builder a.pxm-btn--primary:link,
body .pxm-builder a.pxm-btn--primary:visited,
body .pxml-legacy a.pxml-btn,
body .pxml-legacy a.pxml-btn:link,
body .pxml-legacy a.pxml-btn:visited{
  color:#111827!important;
  text-decoration:none!important;
}
body .pxmh-home a.pxmh-btn--light,
body .pxmh-home a.pxmh-btn--light:link,
body .pxmh-home a.pxmh-btn--light:visited,
body .pxm-builder a.pxm-btn--secondary,
body .pxm-builder a.pxm-btn--secondary:link,
body .pxm-builder a.pxm-btn--secondary:visited{
  text-decoration:none!important;
}
body .pxm-builder .pxm-cta-band a.pxm-btn--primary,
body .pxm-builder .pxm-cta-band a.pxm-btn--primary:link,
body .pxm-builder .pxm-cta-band a.pxm-btn--primary:visited,
body .pxml-legacy .pxml-cta a.pxml-btn,
body .pxml-legacy .pxml-cta a.pxml-btn:link,
body .pxml-legacy .pxml-cta a.pxml-btn:visited{
  color:#111827!important;
  background:#d88a22!important;
  border-color:#d88a22!important;
  text-decoration:none!important;
}
body .pxm-builder .pxm-cta-band a.pxm-btn--secondary,
body .pxm-builder .pxm-cta-band a.pxm-btn--secondary:link,
body .pxm-builder .pxm-cta-band a.pxm-btn--secondary:visited{
  color:#ffffff!important;
  border-color:rgba(255,255,255,.72)!important;
  text-decoration:none!important;
}
@media (max-width: 1020px){
  .pxmh-home .pxmh-next-board-v1114{grid-template-columns:1fr!important;}
  .pxmh-home .pxmh-next-copy-v1114 h2{max-width:18ch!important;}
}
@media (max-width: 760px){
  .pxmh-home .pxmh-next-board-v1114{padding:.85rem!important;border-radius:24px!important;}
  .pxmh-home .pxmh-next-copy-v1114{padding:1.25rem!important;border-radius:20px!important;}
  .pxmh-home .pxmh-next-copy-v1114 h2{font-size:2rem!important;max-width:none!important;}
  .pxmh-home .pxmh-next-checks-v1114,.pxmh-home .pxmh-video-small-grid-v1114{grid-template-columns:1fr!important;}
  .pxmh-home .pxmh-video-small-grid-v1114 div{min-height:auto!important;}
  .pxmh-home .pxmh-next-actions-v1114 .pxmh-btn,.pxmh-home .pxmh-video-link-v1114{width:100%!important;}
}

/* PX Media homepage visual system correction v11.19
   Client requested square corners everywhere, consistent section spacing, left-aligned FAQ intro, and cleaned local/proof block rhythm. */
body .pxmh-home,
body .pxmh-divi-section{--pxmh-radius:0!important;}
body .pxmh-home,
body .pxmh-home *,
body .pxmh-home *::before,
body .pxmh-home *::after,
body .pxmh-divi-section,
body .pxmh-divi-section *,
body .pxmh-divi-section *::before,
body .pxmh-divi-section *::after{
  border-radius:0!important;
}
body.home .pxmh-divi-section.et_pb_section.pxmh-panel,
body.page .pxmh-divi-section.et_pb_section.pxmh-panel,
body.home .pxmh-home .pxmh-panel,
body.page .pxmh-home .pxmh-panel{
  padding-top:clamp(64px,6vw,88px)!important;
  padding-bottom:clamp(64px,6vw,88px)!important;
}
body.home .pxmh-divi-section .pxmh-wrap,
body.page .pxmh-divi-section .pxmh-wrap,
body.home .pxmh-home .pxmh-wrap,
body.page .pxmh-home .pxmh-wrap{
  width:min(calc(100% - 40px),1180px)!important;
}
body.home .pxmh-divi-section .pxmh-section-head,
body.page .pxmh-divi-section .pxmh-section-head,
body.home .pxmh-home .pxmh-section-head,
body.page .pxmh-home .pxmh-section-head{
  margin-bottom:clamp(26px,3vw,38px)!important;
}
body.home .pxmh-divi-section .pxmh-section-head--split,
body.page .pxmh-divi-section .pxmh-section-head--split,
body.home .pxmh-home .pxmh-section-head--split,
body.page .pxmh-home .pxmh-section-head--split{
  align-items:start!important;
  gap:clamp(24px,4vw,54px)!important;
}
body.home .pxmh-divi-section .pxmh-card-grid--locations,
body.page .pxmh-divi-section .pxmh-card-grid--locations,
body.home .pxmh-home .pxmh-card-grid--locations,
body.page .pxmh-home .pxmh-card-grid--locations{
  gap:clamp(22px,2.8vw,32px)!important;
}
body.home .pxmh-divi-section .pxmh-location-card,
body.page .pxmh-divi-section .pxmh-location-card,
body.home .pxmh-home .pxmh-location-card,
body.page .pxmh-home .pxmh-location-card{
  padding:clamp(22px,2.4vw,30px)!important;
  box-shadow:0 18px 42px rgba(15,23,42,.08)!important;
}
body.home .pxmh-divi-section .pxmh-location-head h3,
body.page .pxmh-divi-section .pxmh-location-head h3,
body.home .pxmh-home .pxmh-location-head h3,
body.page .pxmh-home .pxmh-location-head h3{
  font-weight:850!important;
  letter-spacing:-.015em!important;
}
body.home .pxmh-divi-section .pxmh-location-card p,
body.page .pxmh-divi-section .pxmh-location-card p,
body.home .pxmh-home .pxmh-location-card p,
body.page .pxmh-home .pxmh-location-card p{
  font-weight:450!important;
  line-height:1.62!important;
}
body.home .pxmh-divi-section .pxmh-link-list,
body.page .pxmh-divi-section .pxmh-link-list,
body.home .pxmh-home .pxmh-link-list,
body.page .pxmh-home .pxmh-link-list{
  list-style:none!important;
  margin:1rem 0 0!important;
  padding:0!important;
}
body.home .pxmh-divi-section .pxmh-link-list li,
body.page .pxmh-divi-section .pxmh-link-list li,
body.home .pxmh-home .pxmh-link-list li,
body.page .pxmh-home .pxmh-link-list li{
  list-style:none!important;
  margin:0!important;
  padding-left:1rem!important;
}
body.home .pxmh-divi-section .pxmh-link-list li::marker,
body.page .pxmh-divi-section .pxmh-link-list li::marker,
body.home .pxmh-home .pxmh-link-list li::marker,
body.page .pxmh-home .pxmh-link-list li::marker{
  content:""!important;
  font-size:0!important;
}
body.home .pxmh-divi-section .pxmh-link-list li::before,
body.page .pxmh-divi-section .pxmh-link-list li::before,
body.home .pxmh-home .pxmh-link-list li::before,
body.page .pxmh-home .pxmh-link-list li::before{
  width:.38rem!important;
  height:.38rem!important;
  top:.78em!important;
  background:#d18a2f!important;
}
body.home .pxmh-divi-section .pxmh-link-list a,
body.page .pxmh-divi-section .pxmh-link-list a,
body.home .pxmh-home .pxmh-link-list a,
body.page .pxmh-home .pxmh-link-list a{
  font-weight:760!important;
  text-decoration:none!important;
}
body.home .pxmh-divi-section .pxmh-panel--ink,
body.page .pxmh-divi-section .pxmh-panel--ink,
body.home .pxmh-home .pxmh-panel--ink,
body.page .pxmh-home .pxmh-panel--ink{
  padding-top:clamp(64px,6vw,88px)!important;
  padding-bottom:clamp(64px,6vw,88px)!important;
}
body.home .pxmh-divi-section .pxmh-panel--ink .pxmh-section-head,
body.page .pxmh-divi-section .pxmh-panel--ink .pxmh-section-head,
body.home .pxmh-home .pxmh-panel--ink .pxmh-section-head,
body.page .pxmh-home .pxmh-panel--ink .pxmh-section-head{
  max-width:100%!important;
  margin-bottom:clamp(28px,3vw,42px)!important;
}
body.home .pxmh-divi-section .pxmh-panel--ink .pxmh-section-head h2,
body.page .pxmh-divi-section .pxmh-panel--ink .pxmh-section-head h2,
body.home .pxmh-home .pxmh-panel--ink .pxmh-section-head h2,
body.page .pxmh-home .pxmh-panel--ink .pxmh-section-head h2{
  max-width:none!important;
  font-size:clamp(2.1rem,3.15vw,3.15rem)!important;
  line-height:1.05!important;
}
@media (min-width:1120px){
  body.home .pxmh-divi-section .pxmh-panel--ink .pxmh-section-head h2,
  body.page .pxmh-divi-section .pxmh-panel--ink .pxmh-section-head h2,
  body.home .pxmh-home .pxmh-panel--ink .pxmh-section-head h2,
  body.page .pxmh-home .pxmh-panel--ink .pxmh-section-head h2{
    white-space:nowrap!important;
  }
}
body.home .pxmh-divi-section .pxmh-proof-grid,
body.page .pxmh-divi-section .pxmh-proof-grid,
body.home .pxmh-home .pxmh-proof-grid,
body.page .pxmh-home .pxmh-proof-grid{
  gap:clamp(24px,3vw,36px)!important;
  align-items:stretch!important;
}
body.home .pxmh-divi-section .pxmh-proof-panel,
body.page .pxmh-divi-section .pxmh-proof-panel,
body.home .pxmh-divi-section .pxmh-decision-panel-v11,
body.page .pxmh-divi-section .pxmh-decision-panel-v11,
body.home .pxmh-home .pxmh-proof-panel,
body.page .pxmh-home .pxmh-proof-panel,
body.home .pxmh-home .pxmh-decision-panel-v11,
body.page .pxmh-home .pxmh-decision-panel-v11{
  padding:clamp(22px,2.6vw,32px)!important;
}
body.home .pxmh-divi-section .pxmh-proof-list,
body.page .pxmh-divi-section .pxmh-proof-list,
body.home .pxmh-home .pxmh-proof-list,
body.page .pxmh-home .pxmh-proof-list{
  gap:clamp(12px,1.7vw,18px)!important;
}
body.home .pxmh-divi-section .pxmh-proof-card,
body.page .pxmh-divi-section .pxmh-proof-card,
body.home .pxmh-home .pxmh-proof-card,
body.page .pxmh-home .pxmh-proof-card{
  grid-template-columns:1fr!important;
  padding:clamp(14px,1.7vw,18px)!important;
  gap:0!important;
}
body.home .pxmh-divi-section .pxmh-proof-mark,
body.page .pxmh-divi-section .pxmh-proof-mark,
body.home .pxmh-home .pxmh-proof-mark,
body.page .pxmh-home .pxmh-proof-mark{
  display:none!important;
}
body.home .pxmh-divi-section .pxmh-decision-cards-v11,
body.page .pxmh-divi-section .pxmh-decision-cards-v11,
body.home .pxmh-home .pxmh-decision-cards-v11,
body.page .pxmh-home .pxmh-decision-cards-v11{
  gap:clamp(14px,2vw,20px)!important;
}
body.home .pxmh-divi-section section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head--center,
body.page .pxmh-divi-section section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head--center,
body.home .pxmh-home section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head--center,
body.page .pxmh-home section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head--center{
  text-align:left!important;
  justify-items:start!important;
  margin-left:0!important;
  margin-right:0!important;
  max-width:100%!important;
  gap:.55rem!important;
}
body.home .pxmh-divi-section section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head--center h2,
body.page .pxmh-divi-section section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head--center h2,
body.home .pxmh-home section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head--center h2,
body.page .pxmh-home section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head--center h2{
  max-width:none!important;
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  font-size:clamp(2rem,3vw,3rem)!important;
  line-height:1.06!important;
  text-align:left!important;
}
@media (min-width:1160px){
  body.home .pxmh-divi-section section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head--center h2,
  body.page .pxmh-divi-section section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head--center h2,
  body.home .pxmh-home section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head--center h2,
  body.page .pxmh-home section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head--center h2{
    white-space:nowrap!important;
  }
}
body.home .pxmh-divi-section section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head--center p,
body.page .pxmh-divi-section section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head--center p,
body.home .pxmh-home section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head--center p,
body.page .pxmh-home section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head--center p{
  max-width:900px!important;
  margin-left:0!important;
  margin-right:0!important;
  text-align:left!important;
}
body.home .pxmh-divi-section .pxmh-faq-grid,
body.page .pxmh-divi-section .pxmh-faq-grid,
body.home .pxmh-home .pxmh-faq-grid,
body.page .pxmh-home .pxmh-faq-grid{
  margin-top:clamp(24px,3vw,36px)!important;
  gap:clamp(16px,2vw,24px)!important;
}
@media (max-width:980px){
  body.home .pxmh-divi-section.et_pb_section.pxmh-panel,
  body.page .pxmh-divi-section.et_pb_section.pxmh-panel,
  body.home .pxmh-home .pxmh-panel,
  body.page .pxmh-home .pxmh-panel{
    padding-top:50px!important;
    padding-bottom:50px!important;
  }
  body.home .pxmh-divi-section .pxmh-wrap,
  body.page .pxmh-divi-section .pxmh-wrap,
  body.home .pxmh-home .pxmh-wrap,
  body.page .pxmh-home .pxmh-wrap{
    width:min(calc(100% - 24px),1180px)!important;
  }
  body.home .pxmh-divi-section .pxmh-panel--ink .pxmh-section-head h2,
  body.page .pxmh-divi-section .pxmh-panel--ink .pxmh-section-head h2,
  body.home .pxmh-home .pxmh-panel--ink .pxmh-section-head h2,
  body.page .pxmh-home .pxmh-panel--ink .pxmh-section-head h2,
  body.home .pxmh-divi-section section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head--center h2,
  body.page .pxmh-divi-section section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head--center h2,
  body.home .pxmh-home section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head--center h2,
  body.page .pxmh-home section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head--center h2{
    white-space:normal!important;
  }
}

/* V11.19 Divi-specific refinements for same-element section classes. */
body.home .pxmh-divi-section.pxmh-panel--ink,
body.page .pxmh-divi-section.pxmh-panel--ink,
body.home .pxmh-home.pxmh-panel--ink,
body.page .pxmh-home.pxmh-panel--ink{
  padding-top:clamp(64px,6vw,88px)!important;
  padding-bottom:clamp(64px,6vw,88px)!important;
}
body.home .pxmh-divi-section.pxmh-panel--ink .pxmh-section-head,
body.page .pxmh-divi-section.pxmh-panel--ink .pxmh-section-head,
body.home .pxmh-home.pxmh-panel--ink .pxmh-section-head,
body.page .pxmh-home.pxmh-panel--ink .pxmh-section-head{
  max-width:100%!important;
  margin-bottom:clamp(28px,3vw,42px)!important;
}
body.home .pxmh-divi-section.pxmh-panel--ink .pxmh-section-head h2,
body.page .pxmh-divi-section.pxmh-panel--ink .pxmh-section-head h2,
body.home .pxmh-home.pxmh-panel--ink .pxmh-section-head h2,
body.page .pxmh-home.pxmh-panel--ink .pxmh-section-head h2{
  max-width:none!important;
  font-size:clamp(2.1rem,3.15vw,3.15rem)!important;
  line-height:1.05!important;
}
@media (min-width:1120px){
  body.home .pxmh-divi-section.pxmh-panel--ink .pxmh-section-head h2,
  body.page .pxmh-divi-section.pxmh-panel--ink .pxmh-section-head h2,
  body.home .pxmh-home.pxmh-panel--ink .pxmh-section-head h2,
  body.page .pxmh-home.pxmh-panel--ink .pxmh-section-head h2{white-space:nowrap!important;}
}
body.home .pxmh-divi-section.pxmh-faq-panel-v1119 .pxmh-section-head--center,
body.page .pxmh-divi-section.pxmh-faq-panel-v1119 .pxmh-section-head--center,
body.home .pxmh-home .pxmh-faq-panel-v1119 .pxmh-section-head--center,
body.page .pxmh-home .pxmh-faq-panel-v1119 .pxmh-section-head--center,
body.home .pxmh-faq-panel-v1119 .pxmh-section-head--center,
body.page .pxmh-faq-panel-v1119 .pxmh-section-head--center{
  text-align:left!important;
  justify-items:start!important;
  margin-left:0!important;
  margin-right:0!important;
  max-width:100%!important;
  gap:.55rem!important;
}
body.home .pxmh-divi-section.pxmh-faq-panel-v1119 #pxmh-home-faq,
body.page .pxmh-divi-section.pxmh-faq-panel-v1119 #pxmh-home-faq,
body.home .pxmh-faq-panel-v1119 #pxmh-home-faq,
body.page .pxmh-faq-panel-v1119 #pxmh-home-faq{
  text-align:left!important;
  max-width:none!important;
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  font-size:clamp(2rem,3vw,3rem)!important;
  line-height:1.06!important;
}
@media (min-width:1160px){
  body.home .pxmh-divi-section.pxmh-faq-panel-v1119 #pxmh-home-faq,
  body.page .pxmh-divi-section.pxmh-faq-panel-v1119 #pxmh-home-faq,
  body.home .pxmh-faq-panel-v1119 #pxmh-home-faq,
  body.page .pxmh-faq-panel-v1119 #pxmh-home-faq{white-space:nowrap!important;}
}
body.home .pxmh-divi-section.pxmh-faq-panel-v1119 .pxmh-section-head--center p,
body.page .pxmh-divi-section.pxmh-faq-panel-v1119 .pxmh-section-head--center p,
body.home .pxmh-faq-panel-v1119 .pxmh-section-head--center p,
body.page .pxmh-faq-panel-v1119 .pxmh-section-head--center p{
  max-width:900px!important;
  margin-left:0!important;
  margin-right:0!important;
  text-align:left!important;
}
@media (max-width:980px){
  body.home .pxmh-divi-section.pxmh-panel--ink .pxmh-section-head h2,
  body.page .pxmh-divi-section.pxmh-panel--ink .pxmh-section-head h2,
  body.home .pxmh-divi-section.pxmh-faq-panel-v1119 #pxmh-home-faq,
  body.page .pxmh-divi-section.pxmh-faq-panel-v1119 #pxmh-home-faq,
  body.home .pxmh-faq-panel-v1119 #pxmh-home-faq,
  body.page .pxmh-faq-panel-v1119 #pxmh-home-faq{white-space:normal!important;}
}

/* V11.19 fallback for already-installed Divi FAQ section before the v11.19 class exists. */
body.home .pxmh-divi-section .pxmh-section-head--center:has(#pxmh-home-faq),
body.page .pxmh-divi-section .pxmh-section-head--center:has(#pxmh-home-faq),
body.home .pxmh-home .pxmh-section-head--center:has(#pxmh-home-faq),
body.page .pxmh-home .pxmh-section-head--center:has(#pxmh-home-faq){
  text-align:left!important;
  justify-items:start!important;
  margin-left:0!important;
  margin-right:0!important;
  max-width:100%!important;
}
body.home .pxmh-divi-section #pxmh-home-faq,
body.page .pxmh-divi-section #pxmh-home-faq,
body.home .pxmh-home #pxmh-home-faq,
body.page .pxmh-home #pxmh-home-faq{
  text-align:left!important;
  max-width:none!important;
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
}
body.home .pxmh-divi-section #pxmh-home-faq + p,
body.page .pxmh-divi-section #pxmh-home-faq + p,
body.home .pxmh-home #pxmh-home-faq + p,
body.page .pxmh-home #pxmh-home-faq + p{
  text-align:left!important;
  margin-left:0!important;
  margin-right:0!important;
  max-width:900px!important;
}


/* V11.20 final spacing and square-corner correction.
   Fixes the marked homepage sections and keeps the same square/no-radius rhythm for all generated PX Media content. */
body .pxmh-home,
body .pxmh-divi-section{
  --pxmh-radius:0!important;
  --pxmh-space:clamp(64px,6vw,88px)!important;
}
body .pxmh-home,
body .pxmh-home *,
body .pxmh-home *::before,
body .pxmh-home *::after,
body .pxmh-divi-section,
body .pxmh-divi-section *,
body .pxmh-divi-section *::before,
body .pxmh-divi-section *::after,
body .pxm-builder,
body .pxm-builder *,
body .pxm-builder *::before,
body .pxm-builder *::after,
body .pxml-legacy,
body .pxml-legacy *,
body .pxml-legacy *::before,
body .pxml-legacy *::after{
  border-radius:0!important;
}
body .pxmh-home .pxmh-panel,
body .pxmh-divi-section.pxmh-panel,
body .pxmh-divi-section.et_pb_section.pxmh-panel{
  padding-top:clamp(64px,6vw,88px)!important;
  padding-bottom:clamp(64px,6vw,88px)!important;
}
body .pxmh-home .pxmh-wrap,
body .pxmh-divi-section .pxmh-wrap{
  width:min(calc(100% - 40px),1180px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body .pxmh-home .pxmh-section-head,
body .pxmh-divi-section .pxmh-section-head{
  margin-top:0!important;
  margin-bottom:clamp(30px,3.2vw,44px)!important;
  gap:clamp(10px,1.2vw,16px)!important;
}
body .pxmh-home .pxmh-section-head .pxmh-kicker,
body .pxmh-divi-section .pxmh-section-head .pxmh-kicker,
body .pxmh-home .pxmh-final .pxmh-kicker,
body .pxmh-divi-section .pxmh-final .pxmh-kicker{
  display:flex!important;
  width:max-content!important;
  max-width:100%!important;
  margin:0 0 clamp(12px,1.1vw,16px)!important;
  padding:.48rem .9rem!important;
}
body .pxmh-home .pxmh-section-head h2,
body .pxmh-divi-section .pxmh-section-head h2{
  margin-top:0!important;
  margin-bottom:0!important;
}
body .pxmh-home .pxmh-section-head h2 + p,
body .pxmh-divi-section .pxmh-section-head h2 + p,
body .pxmh-home .pxmh-section-head .pxmh-kicker + h2 + p,
body .pxmh-divi-section .pxmh-section-head .pxmh-kicker + h2 + p{
  margin-top:clamp(14px,1.4vw,20px)!important;
}
body .pxmh-home .pxmh-section-head--split,
body .pxmh-divi-section .pxmh-section-head--split{
  grid-template-columns:minmax(0,.66fr) minmax(300px,.58fr)!important;
  align-items:start!important;
  gap:clamp(28px,4vw,64px)!important;
}
body .pxmh-home .pxmh-card-grid--locations,
body .pxmh-divi-section .pxmh-card-grid--locations{
  gap:clamp(24px,2.8vw,36px)!important;
  margin-top:0!important;
}
body .pxmh-home .pxmh-location-card,
body .pxmh-divi-section .pxmh-location-card{
  padding:clamp(26px,2.6vw,34px)!important;
  box-shadow:0 18px 42px rgba(15,23,42,.08)!important;
}
body .pxmh-home .pxmh-location-head,
body .pxmh-divi-section .pxmh-location-head{
  align-items:flex-start!important;
  gap:clamp(14px,1.6vw,20px)!important;
  margin-bottom:clamp(14px,1.6vw,18px)!important;
}
body .pxmh-home .pxmh-location-head h3,
body .pxmh-divi-section .pxmh-location-head h3{
  font-weight:900!important;
  letter-spacing:-.015em!important;
  line-height:1.18!important;
}
body .pxmh-home .pxmh-location-card p,
body .pxmh-divi-section .pxmh-location-card p{
  color:#445164!important;
  font-weight:500!important;
  line-height:1.62!important;
}
body .pxmh-home .pxmh-link-list,
body .pxmh-divi-section .pxmh-link-list{
  list-style:none!important;
  list-style-type:none!important;
  margin:clamp(16px,1.6vw,20px) 0 0!important;
  padding:0!important;
  display:grid!important;
  gap:.52rem!important;
}
body .pxmh-home .pxmh-link-list li,
body .pxmh-divi-section .pxmh-link-list li{
  display:block!important;
  position:relative!important;
  list-style:none!important;
  list-style-type:none!important;
  margin:0!important;
  padding-left:1.05rem!important;
}
body .pxmh-home .pxmh-link-list li::marker,
body .pxmh-divi-section .pxmh-link-list li::marker{
  content:""!important;
  font-size:0!important;
  color:transparent!important;
}
body .pxmh-home .pxmh-link-list li::before,
body .pxmh-divi-section .pxmh-link-list li::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:.68em!important;
  width:.38rem!important;
  height:.38rem!important;
  background:#d18a2f!important;
  border-radius:0!important;
}
body .pxmh-home .pxmh-link-list a,
body .pxmh-divi-section .pxmh-link-list a{
  font-weight:780!important;
  color:#93580f!important;
  line-height:1.32!important;
  text-decoration:none!important;
}
body .pxmh-home .pxmh-panel--ink,
body .pxmh-divi-section.pxmh-panel--ink,
body .pxmh-divi-section .pxmh-panel--ink{
  padding-top:clamp(64px,6vw,88px)!important;
  padding-bottom:clamp(64px,6vw,88px)!important;
}
body .pxmh-home .pxmh-panel--ink .pxmh-section-head,
body .pxmh-divi-section.pxmh-panel--ink .pxmh-section-head,
body .pxmh-divi-section .pxmh-panel--ink .pxmh-section-head{
  max-width:100%!important;
  margin-bottom:clamp(32px,3.5vw,48px)!important;
}
body .pxmh-home .pxmh-panel--ink .pxmh-section-head h2,
body .pxmh-divi-section.pxmh-panel--ink .pxmh-section-head h2,
body .pxmh-divi-section .pxmh-panel--ink .pxmh-section-head h2{
  max-width:100%!important;
  font-size:clamp(2rem,3vw,2.85rem)!important;
  line-height:1.04!important;
}
@media (min-width:1000px){
  body .pxmh-home .pxmh-panel--ink .pxmh-section-head h2,
  body .pxmh-divi-section.pxmh-panel--ink .pxmh-section-head h2,
  body .pxmh-divi-section .pxmh-panel--ink .pxmh-section-head h2{
    white-space:nowrap!important;
  }
}
body .pxmh-home .pxmh-proof-grid,
body .pxmh-divi-section .pxmh-proof-grid{
  gap:clamp(28px,3.2vw,44px)!important;
  align-items:start!important;
}
body .pxmh-home .pxmh-proof-panel,
body .pxmh-home .pxmh-decision-panel-v11,
body .pxmh-divi-section .pxmh-proof-panel,
body .pxmh-divi-section .pxmh-decision-panel-v11{
  padding:clamp(26px,2.8vw,36px)!important;
}
body .pxmh-home .pxmh-proof-list,
body .pxmh-divi-section .pxmh-proof-list{
  gap:clamp(14px,1.8vw,22px)!important;
}
body .pxmh-home .pxmh-proof-card,
body .pxmh-divi-section .pxmh-proof-card{
  grid-template-columns:1fr!important;
  gap:0!important;
  padding:clamp(16px,1.8vw,22px)!important;
}
body .pxmh-home .pxmh-proof-mark,
body .pxmh-divi-section .pxmh-proof-mark,
body .pxmh-home .pxmh-decision-spark-v11,
body .pxmh-divi-section .pxmh-decision-spark-v11,
body .pxmh-home .pxmh-decision-card-head-v11 > span,
body .pxmh-divi-section .pxmh-decision-card-head-v11 > span{
  display:none!important;
}
body .pxmh-home .pxmh-decision-intro-v11,
body .pxmh-divi-section .pxmh-decision-intro-v11{
  grid-template-columns:1fr!important;
  gap:0!important;
}
body .pxmh-home .pxmh-decision-card-head-v11,
body .pxmh-divi-section .pxmh-decision-card-head-v11{
  grid-template-columns:1fr!important;
  gap:0!important;
}
body .pxmh-home .pxmh-decision-cards-v11,
body .pxmh-divi-section .pxmh-decision-cards-v11{
  gap:clamp(16px,2vw,24px)!important;
}
body .pxmh-home .pxmh-faq-panel-v1119 .pxmh-section-head,
body .pxmh-divi-section.pxmh-faq-panel-v1119 .pxmh-section-head,
body .pxmh-divi-section .pxmh-faq-panel-v1119 .pxmh-section-head,
body .pxmh-home section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head,
body .pxmh-divi-section section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head{
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  margin-bottom:clamp(30px,3.2vw,44px)!important;
  text-align:left!important;
  justify-items:start!important;
}
body .pxmh-home .pxmh-faq-panel-v1119 .pxmh-section-head--center,
body .pxmh-divi-section.pxmh-faq-panel-v1119 .pxmh-section-head--center,
body .pxmh-home section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head--center,
body .pxmh-divi-section section[aria-labelledby="pxmh-home-faq"] .pxmh-section-head--center{
  text-align:left!important;
  justify-items:start!important;
  margin-left:0!important;
  margin-right:0!important;
}
body .pxmh-home #pxmh-home-faq,
body .pxmh-divi-section #pxmh-home-faq{
  text-align:left!important;
  max-width:none!important;
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  line-height:1.04!important;
  font-size:clamp(2rem,3vw,2.9rem)!important;
}
@media (min-width:1100px){
  body .pxmh-home #pxmh-home-faq,
  body .pxmh-divi-section #pxmh-home-faq{white-space:nowrap!important;}
}
body .pxmh-home #pxmh-home-faq + p,
body .pxmh-divi-section #pxmh-home-faq + p{
  max-width:860px!important;
  margin-left:0!important;
  margin-right:0!important;
  text-align:left!important;
}
body .pxmh-home .pxmh-faq-grid,
body .pxmh-divi-section .pxmh-faq-grid{
  margin-top:0!important;
  gap:clamp(18px,2.2vw,28px)!important;
}
body .pxmh-home .pxmh-faq-item,
body .pxmh-divi-section .pxmh-faq-item{
  padding:clamp(18px,2vw,24px)!important;
}
@media (max-width:980px){
  body .pxmh-home .pxmh-section-head--split,
  body .pxmh-divi-section .pxmh-section-head--split,
  body .pxmh-home .pxmh-proof-grid,
  body .pxmh-divi-section .pxmh-proof-grid{
    grid-template-columns:1fr!important;
  }
  body .pxmh-home .pxmh-wrap,
  body .pxmh-divi-section .pxmh-wrap{
    width:min(calc(100% - 24px),1180px)!important;
  }
  body .pxmh-home .pxmh-panel,
  body .pxmh-divi-section.pxmh-panel,
  body .pxmh-divi-section.et_pb_section.pxmh-panel{
    padding-top:52px!important;
    padding-bottom:52px!important;
  }
  body .pxmh-home .pxmh-panel--ink .pxmh-section-head h2,
  body .pxmh-divi-section.pxmh-panel--ink .pxmh-section-head h2,
  body .pxmh-home #pxmh-home-faq,
  body .pxmh-divi-section #pxmh-home-faq{
    white-space:normal!important;
  }
}

