/* Generated reference-style artwork and opportunity disclosures. */
.pg-icon { display: block; width: 64px; height: 64px; object-fit: contain; flex: none; border-radius: 50%; }
.pgh-pts .pg-icon { width: 38px; height: 38px; }
.pgo-c i, .pgw-c i { width: 64px; height: 64px; background: transparent; }
.pgo { background: radial-gradient(ellipse at 50% 100%, #eaf5ff, transparent 75%), #fff; }
.pgo-c { appearance: none; width: 100%; border: 1px solid var(--line); font: inherit; text-align: left; cursor: pointer; grid-template-columns: 64px 1fr; box-shadow: 0 8px 28px rgba(15, 28, 77, .04); }
.pgo-c em { font-size: 24px; font-weight: 500; line-height: 1; }
.pgo-c[aria-expanded="true"] { border-color: #2481e8; background: linear-gradient(135deg, #eaf5ff, #fff); box-shadow: 0 0 0 1px #2481e8, 0 12px 28px #0e5fb011; }
.pgo-c[aria-expanded="true"]::before { content: ''; position: absolute; left: 20px; right: 48%; top: -1px; height: 3px; background: #f01c2b; border-radius: 3px; }
.pgo-c:hover em { transform: none; }
.pgo-c:focus-visible, .pg-detail-close:focus-visible, .pg-detail .pg-btn:focus-visible { outline: 3px solid #247fea; outline-offset: 5px; }
.pg-detail { position: relative; margin-top: 18px; padding: clamp(24px, 2.4vw, 40px); border: 1px solid #deebfa; border-radius: 15px; background: linear-gradient(125deg, #fff 65%, #f8fbff); box-shadow: 0 12px 38px #134d8010; scroll-margin-top: 110px; animation: partner-reveal .25s ease-out; }
.pg-detail[hidden] { display: none; }
.pg-detail .pg-kick { margin-bottom: 12px; }
.pg-detail h3 { margin: 0; padding-right: 42px; font-size: clamp(25px, 2.15vw, 36px); line-height: 1.15; letter-spacing: -.025em; font-weight: 900; color: var(--head); }
.pg-detail-lead { margin: 10px 0 0; color: #455b87; font-size: clamp(17px, 1.3vw, 21px); line-height: 1.45; }
.pg-detail-copy { max-width: 1060px; margin: 10px 0 0; font-size: 16px; line-height: 1.6; color: var(--mut); }
.pg-detail-close { position: absolute; right: 20px; top: 20px; display: grid; place-items: center; width: 40px; height: 40px; border: 0; border-radius: 50%; background: #f1f7fd; color: #0866ba; cursor: pointer; }
.pg-detail-features { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 28px 0; padding: 0; list-style: none; }
.pg-detail-features li { display: flex; gap: 16px; padding: 0 22px; }
.pg-detail-features li:first-child { padding-left: 0; }
.pg-detail-features li:last-child { padding-right: 0; }
.pg-detail-features li + li { border-left: 1px solid #d8e6f6; }
.pg-detail-features h4 { margin: 5px 0 7px; font-size: 16px; line-height: 1.3; font-weight: 800; color: #173d7c; }
.pg-detail-features p { margin: 0; font-size: 14px; line-height: 1.5; color: var(--mut); }
.pg-detail-bottom { display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; align-items: center; padding-top: 20px; border-top: 1px solid #d8e6f6; }
.pg-detail-outcome { display: flex; align-items: center; gap: 12px; flex: 1 1 370px; padding: 10px 14px; border-radius: 9px; background: #eef7ff; }
.pg-detail-outcome .pg-icon { width: 44px; height: 44px; }
.pg-detail-outcome b { display: block; color: #173d7c; font-size: 15px; line-height: 1.4; }
.pg-detail-outcome p { margin: 3px 0 0; color: var(--mut); font-size: 13px; line-height: 1.45; }
.pg-detail-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.pg-detail-actions .pg-btn { height: auto; min-height: 46px; padding: 12px 20px; font-size: 14px; text-align: center; }
.pga-copy, .pga-form, .pga-form label { min-width: 0; }
.pga-form input, .pga-form select, .pga-form textarea { min-width: 0; width: 100%; }
@keyframes partner-reveal { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1500px) {
  .pgo-c { grid-template-columns: 1fr; }
  .pg-detail-features { gap: 24px 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pg-detail-features li:nth-child(3) { padding-left: 0; border-left: 0; }
}
@media (min-width: 1101px) and (max-width: 1400px) {
  .pg .hx-command .hx-ua { display: none; }
  .pg .hx-command .hx-in { gap: 16px; }
  .pg .hx-command .hx-right { gap: 12px; }
  .pg .hx-command .hx-menu > a, .pg .hx-command .hx-dd > button { padding-inline: 10px; }
}
@media (max-width: 640px) {
  .pg .hx-command .hx-in { gap: 12px; }
  .pg .hx-command .hx-right { gap: 6px; }
  .pg .hx-command .hx-tab { width: 128px; padding-inline: 8px; }
  .pg .hx-command .hx-tab [data-logo] { width: 112px; }
  .pg .hx-command .hx-btn { padding-inline: 10px; font-size: 12px; }
  .pgo-c { grid-template-columns: 56px 1fr; grid-template-rows: auto 1fr auto; gap: 6px 14px; padding: 18px; }
  .pgo-c i { grid-row: span 2; width: 56px; height: 56px; margin: 0; }
  .pgo-c .pg-icon { width: 56px; height: 56px; }
  .pgo-c em { grid-column: 2; }
  .pg-detail { padding: 24px 20px; }
  .pg-detail .pg-kick { max-width: calc(100% - 30px); font-size: 10px; letter-spacing: .16em; }
  .pg-detail-features { grid-template-columns: 1fr; gap: 20px; }
  .pg-detail-features li { padding: 0; }
  .pg-detail-features li + li { padding-top: 20px; border-left: 0; border-top: 1px solid #d8e6f6; }
  .pg-detail-actions, .pg-detail-actions .pg-btn { width: 100%; }
  .pg-detail-outcome { flex-basis: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .pg-detail { animation: none; }
  .pgo-c, .pg-btn { transition: none; }
}
@media (max-width: 380px) {
  .pg .hx-command .hx-tab { width: 120px; }
  .pg .hx-command .hx-tab [data-logo] { width: 104px; }
  .pg .hx-command .hx-btn { max-width: 98px; white-space: normal; text-align: center; line-height: 1.2; }
}
