body.pgse-page,
body.pgse-page *,
body.proxima-engine-page,
body.proxima-engine-page * {
  box-sizing: border-box;
}

html,
body.pgse-page,
body.proxima-engine-page {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  background: #071525 !important;
}

body.pgse-page .site,
body.pgse-page .site-content,
body.pgse-page .content-area,
body.pgse-page .entry-content,
body.pgse-page .entry,
body.pgse-page article,
body.pgse-page main,
body.pgse-page .container,
body.pgse-page .content,
body.pgse-page .page,
body.pgse-page .wrap,
body.pgse-page .wp-site-blocks,
body.proxima-engine-page .site,
body.proxima-engine-page .site-content,
body.proxima-engine-page .content-area,
body.proxima-engine-page .entry-content,
body.proxima-engine-page main,
body.proxima-engine-page article,
body.proxima-engine-page .wp-site-blocks {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.pgse-page .entry-title,
body.pgse-page .page-title,
body.pgse-page h1.entry-title,
body.pgse-page .wp-block-post-title,
body.proxima-engine-page .entry-title,
body.proxima-engine-page .page-title,
body.proxima-engine-page h1.entry-title {
  display: none !important;
}

body.pgse-page img,
body.pgse-page svg,
body.pgse-page video,
body.pgse-page canvas {
  max-width: 100%;
}

:root {
  --pgse-navy: #061f3d;
  --pgse-deep: #031225;
  --pgse-ink: #071a33;
  --pgse-muted: #5e6b7b;
  --pgse-gold: #d89d32;
  --pgse-gold-soft: #f5bf55;
  --pgse-green: #16a34a;
  --pgse-bg: #f5f7fb;
  --pgse-line: #dfe7f0;
  --pgse-shadow: 0 22px 55px rgba(4, 25, 54, .16);
}

.pgse-wrapper {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: var(--pgse-bg);
  color: var(--pgse-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pgse-wrapper a {
  color: inherit;
  text-decoration: none;
}

.pgse-inner,
.pgse-section-inner {
  width: min(100% - 32px, 1280px);
  margin-inline: auto;
}

.pgse-header {
  width: 100%;
  min-height: 74px;
  background: rgba(3, 18, 37, .99);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(250px, auto) 1fr auto;
  align-items: center;
  gap: clamp(18px, 3vw, 36px);
  padding: 0 clamp(20px, 5vw, 72px);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 0 rgba(255,255,255,.08);
}

.pgse-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.pgse-logo-mark {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border: 2px solid var(--pgse-gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--pgse-gold-soft);
  font: 900 30px/1 Georgia, serif;
}

.pgse-logo-img {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border: 2px solid var(--pgse-gold);
  border-radius: 50%;
  object-fit: contain;
  background: rgba(255,255,255,.08);
  padding: 4px;
}

.pgse-brand b {
  display: block;
  color: #fff;
  font-size: 21px;
  line-height: 1.1;
}

.pgse-brand small {
  display: block;
  max-width: 280px;
  margin-top: 3px;
  color: #c9d7e8;
  font-size: 11px;
  line-height: 1.35;
}

.pgse-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 30px);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.pgse-nav a:hover {
  color: var(--pgse-gold-soft);
}

.pgse-header-actions {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.pgse-lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 58px;
  z-index: 240;
  min-width: 138px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: #031225;
  box-shadow: var(--pgse-shadow);
}

.pgse-lang-menu button {
  width: 100%;
  margin: 3px 0;
}

.pgse-header button,
.pgse-lang {
  min-height: 42px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 12px;
  background: transparent;
  color: #fff;
  padding: 0 14px;
  font-weight: 900;
}

.pgse-wa {
  min-height: 42px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--pgse-green);
  color: #fff !important;
  padding: 0 16px;
  font-weight: 900;
  white-space: nowrap;
}

.pgse-menu {
  display: none !important;
}

.pgse-drawer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(1, 10, 22, .64);
}

.pgse-drawer.open {
  display: block;
}

.pgse-drawer > div {
  width: min(100%, 430px);
  height: 100%;
  margin-left: auto;
  background: #061f3d;
  color: #fff;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.pgse-drawer a,
.pgse-drawer button {
  min-height: 48px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 13px;
  background: rgba(255,255,255,.04);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.pgse-hero {
  position: relative;
  min-height: 585px;
  background: #031225;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.pgse-shade {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 22%, rgba(216,157,50,.22), transparent 34%);
  pointer-events: none;
}

.pgse-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 790px;
  margin: 0;
  color: #fff;
  padding: 74px 6vw 90px;
}

.pgse-hero-content > p:first-child {
  margin: 0 0 14px;
  color: var(--pgse-gold-soft) !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.pgse-hero h1,
.pgse-hero-title,
.pgse-page-hero h1 {
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.pgse-hero h1,
.pgse-hero-title {
  max-width: 100%;
  margin: 14px 0 20px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(44px, 6vw, 82px);
  line-height: .98;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.pgse-hero p,
.pgse-page-hero p {
  color: rgba(255,255,255,.88) !important;
  opacity: 1 !important;
}

.pgse-section-title {
  max-width: 860px;
  margin: 0 auto 28px;
  text-align: center;
}

.pgse-section-title h2 {
  margin: 0 0 10px;
  color: var(--pgse-ink);
  font-family: Georgia, serif;
  font-size: clamp(32px,4vw,46px);
}

.pgse-section-title p {
  margin: 0;
  color: var(--pgse-muted);
  font-size: 17px;
  line-height: 1.65;
}

.pgse-transaction {
  background: linear-gradient(180deg,#f5f7fb,#eef3f8);
}

.pgse-transaction-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 22px;
}

.pgse-transaction-grid article {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--pgse-line);
  border-radius: 22px;
  box-shadow: var(--pgse-shadow);
  display: flex;
  flex-direction: column;
}

.pgse-transaction-grid img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.pgse-transaction-grid article > div {
  padding: 24px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.pgse-transaction-grid h3 {
  margin: 0 0 10px;
  color: var(--pgse-navy);
  font-size: 24px;
}

.pgse-transaction-grid p {
  flex: 1;
  color: var(--pgse-muted);
  line-height: 1.65;
}

.pgse-hero h1 + p {
  max-width: 720px;
  margin: 0;
  font-size: 18px;
  line-height: 1.62;
}

.pgse-actions,
.pgse-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pgse-btn {
  min-height: 52px;
  border: 0;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  text-align: center;
  white-space: normal;
}

.pgse-primary {
  background: linear-gradient(135deg, var(--pgse-gold-soft), var(--pgse-gold));
  color: #031225 !important;
}

.pgse-secondary {
  background: #0b3b70;
  color: #fff !important;
}

.pgse-outline {
  border: 2px solid var(--pgse-gold);
  background: rgba(3,18,37,.32);
  color: #fff !important;
}

.pgse-stats {
  position: relative;
  z-index: 4;
  margin: -42px auto 52px;
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--pgse-shadow);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 20px;
}

.pgse-stats article {
  padding: 14px 18px;
  border-right: 1px solid var(--pgse-line);
}

.pgse-stats article:last-child {
  border-right: 0;
}

.pgse-stats b {
  display: block;
  color: var(--pgse-gold);
  font-size: 30px;
  line-height: 1;
}

.pgse-stats span {
  display: block;
  margin-top: 8px;
  color: var(--pgse-muted);
  font-weight: 900;
}

.pgse-section {
  padding: clamp(34px, 5vw, 64px) 0;
}

.pgse-section h2,
.pgse-steps h2 {
  margin: 0 0 28px;
  color: var(--pgse-ink);
  font-family: Georgia, serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  text-align: center;
}

.pgse-services,
.pgse-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pgse-card {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 386px;
  background: #fff;
  border: 1px solid var(--pgse-line);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(4,25,54,.08);
}

.pgse-card img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.pgse-card div {
  padding: 20px;
}

.pgse-service-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.pgse-card h3 {
  margin: 0 0 9px;
  color: var(--pgse-navy);
  font-size: 21px;
  line-height: 1.18;
}

.pgse-card p {
  margin: 0 0 13px;
  color: var(--pgse-muted);
  line-height: 1.55;
  flex: 1;
}

.pgse-card span,
.pgse-service-cta {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 34px;
  margin-top: auto;
  color: var(--pgse-gold);
  font-weight: 900;
}

.pgse-page-hero {
  min-height: 280px;
  padding: 58px 5vw;
  background: linear-gradient(135deg, #031225, #0b3b70);
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
}

.pgse-page-hero h1 {
  margin: 0 0 10px;
  font-family: Georgia, serif;
  font-size: clamp(42px, 5vw, 58px);
  line-height: 1.05;
}

.pgse-page-hero p {
  margin: 0;
  font-size: 18px;
}

.pgse-steps {
  width: min(100% - 32px, 1280px);
  margin: clamp(28px, 5vw, 52px) auto;
  padding: clamp(24px, 4vw, 38px);
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--pgse-shadow);
}

.pgse-steps > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.pgse-steps article {
  text-align: center;
}

.pgse-steps b {
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: var(--pgse-gold);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 22px;
}

.pgse-about,
.pgse-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
  gap: 24px;
  margin-bottom: 42px;
  padding: 28px;
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--pgse-shadow);
}

.pgse-about img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 18px;
}

.pgse-form {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(22px, 4vw, 34px);
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--pgse-shadow);
}

.pgse-form h2 {
  margin: 0 0 18px;
  color: var(--pgse-ink);
  font-family: Georgia, serif;
  font-size: clamp(28px, 4vw, 38px);
}

.pgse-form > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pgse-form input,
.pgse-form select,
.pgse-form textarea {
  width: 100%;
  min-height: 52px;
  margin-bottom: 14px;
  border: 1px solid var(--pgse-line);
  border-radius: 12px;
  padding: 12px;
  font: inherit;
}

.pgse-form textarea {
  min-height: 116px;
  resize: vertical;
}

.pgse-hp {
  position: absolute !important;
  left: -9999px !important;
}

.pgse-review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-bottom: 26px;
}

.pgse-review-grid article {
  padding: 22px;
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--pgse-shadow);
}

.pgse-cta {
  margin: 0 auto 52px;
  padding: 30px;
  background: linear-gradient(135deg, var(--pgse-gold), var(--pgse-gold-soft));
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.pgse-cta h2 {
  margin: 0;
  color: #031225;
}

.pgse-footer {
  width: 100%;
  background: linear-gradient(135deg, #031225, #061f3d);
  color: #fff;
  padding: 48px clamp(20px, 6vw, 84px) 34px;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 32px;
  border-top: 1px solid rgba(245,191,85,.18);
}

.pgse-footer h3,
.pgse-footer h4,
footer h3,
footer h4 {
  color: #ffffff !important;
  opacity: 1 !important;
  margin: 12px 0;
}

.pgse-footer .pgse-logo-mark {
  color: var(--pgse-gold-soft) !important;
}

.pgse-footer p,
.pgse-footer a,
.pgse-footer li,
.pgse-footer span,
footer p,
footer a,
footer li,
footer span {
  display: block;
  color: rgba(255,255,255,.82) !important;
  margin: 8px 0;
  line-height: 1.55;
}

.pgse-footer a:hover,
footer a:hover {
  color: #e0a328 !important;
}

.pgse-dot {
  width: max-content;
  font-size: 10px;
  opacity: .18 !important;
}

.pgse-dot:hover {
  opacity: .7;
}

.pgse-chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 180;
}

.pgse-chat-open {
  min-width: 60px;
  height: 60px;
  border: 0;
  border-radius: 999px;
  background: var(--pgse-green);
  color: #fff;
  font-weight: 900;
  box-shadow: var(--pgse-shadow);
}

.pgse-chat-box {
  width: min(330px, calc(100vw - 28px));
  overflow: hidden;
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--pgse-shadow);
}

.pgse-chat-box header {
  padding: 14px;
  background: var(--pgse-navy);
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.pgse-chat-choice {
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.pgse-chat-choice a,
.pgse-chat-choice button,
.pgse-site-chat button {
  min-height: 44px;
  border: 1px solid var(--pgse-line);
  border-radius: 10px;
  background: #f8fafc;
  color: var(--pgse-ink);
  font-weight: 900;
}

.pgse-site-chat {
  padding: 14px;
}

.pgse-site-chat input,
.pgse-site-chat textarea {
  width: 100%;
  min-height: 48px;
  margin-bottom: 10px;
  border: 1px solid var(--pgse-line);
  border-radius: 12px;
  padding: 10px;
}

.pgse-chat-msg {
  margin: 8px 0;
  padding: 10px;
  border-radius: 12px;
  background: #f0f4f8;
}

.pgse-chat-msg.admin {
  background: #e8f8ee;
}

.pgse-control-body {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(135deg, #031225, #0b3b70);
  display: grid;
  place-items: center;
  font-family: Inter, system-ui, sans-serif;
  padding: 20px;
}

.pgse-control-card {
  width: min(420px, 100%);
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--pgse-shadow);
  padding: 30px;
}

.pgse-control-card h1 {
  color: var(--pgse-navy);
  font-family: Georgia, serif;
}

.pgse-control-card input {
  width: 100%;
  min-height: 52px;
  margin: 12px 0;
  border: 1px solid var(--pgse-line);
  border-radius: 12px;
  padding: 12px;
}

.pgse-error {
  color: #991b1b;
  background: #fee2e2;
  padding: 10px;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .pgse-header {
    grid-template-columns: auto 1fr auto;
    gap: 16px;
  }

  .pgse-nav {
    gap: 14px;
    font-size: 13px;
  }

  .pgse-stats,
  .pgse-steps > div,
  .pgse-services,
  .pgse-service-grid,
  .pgse-transaction-grid,
  .pgse-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pgse-hero {
    min-height: auto;
  }

  .pgse-hero h1,
  .pgse-hero-title {
    font-size: 56px;
  }
}

@media (max-width: 768px) {
  .pgse-header {
    min-height: 70px;
    grid-template-columns: 1fr auto;
    padding: 9px 16px;
  }

  .pgse-nav,
  .pgse-header-actions > .pgse-wa {
    display: none !important;
  }

  .pgse-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }

  .pgse-header-actions > .pgse-lang {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  .pgse-menu {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  .pgse-logo-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    font-size: 25px;
  }

  .pgse-logo-img {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .pgse-brand b {
    font-size: 18px;
  }

  .pgse-brand small {
    max-width: 230px;
    font-size: 11px;
  }

  .pgse-hero {
    min-height: auto;
    align-items: stretch;
  }

  .pgse-shade {
    background: linear-gradient(180deg, rgba(2,13,28,.30), rgba(2,13,28,.88) 34%, rgba(2,13,28,.98));
  }

  .pgse-hero-content {
    width: 100%;
    max-width: 100%;
    padding: 120px 20px 60px;
    text-align: center;
  }

  .pgse-hero-content > p:first-child {
    font-size: 11px;
  }

  .pgse-hero h1,
  .pgse-hero-title {
    margin: 10px auto 16px;
    font-size: clamp(42px, 12vw, 64px);
    line-height: 1.02;
  }

  .pgse-hero h1 + p {
    margin-inline: auto;
    font-size: 15px;
    line-height: 1.55;
  }

  .pgse-actions,
  .pgse-hero-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    margin-top: 24px;
  }

  .pgse-btn {
    width: 100%;
    min-height: 50px;
  }

  .pgse-page-hero {
    min-height: 230px;
    padding: 46px 18px;
  }

  .pgse-page-hero h1 {
    font-size: 42px;
  }

  .pgse-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: -22px auto 32px;
    padding: 12px;
  }

  .pgse-stats article {
    border-right: 0;
    border-bottom: 1px solid var(--pgse-line);
    padding: 12px;
  }

  .pgse-services,
  .pgse-service-grid,
  .pgse-steps > div,
  .pgse-contact,
  .pgse-about,
  .pgse-form > div,
  .pgse-footer {
    grid-template-columns: 1fr !important;
  }

  .pgse-card {
    display: flex;
    min-height: 0;
  }

  .pgse-card img {
    height: 180px;
    min-height: 0;
  }

  .pgse-card div {
    padding: 14px;
  }

  .pgse-card h3 {
    font-size: 18px;
  }

  .pgse-card p {
    font-size: 13px;
  }

  .pgse-transaction-grid {
    grid-template-columns: 1fr;
  }

  .pgse-service-card-content,
  .pgse-card div {
    text-align: center;
  }

  .pgse-service-cta {
    justify-content: center;
  }

  .pgse-cta {
    display: grid;
    text-align: center;
  }

  .pgse-chat {
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 680px) {
  .pgse-inner,
  .pgse-section-inner {
    width: min(100% - 28px, 1280px);
  }

  .pgse-hero {
    min-height: 515px;
  }

  .pgse-hero-content {
    padding: 84px 18px 34px;
  }

  .pgse-hero h1,
  .pgse-hero-title {
    font-size: clamp(36px, 10.5vw, 46px);
    line-height: 1.02;
  }

  .pgse-hero h1 + p {
    font-size: 14px;
  }

  .pgse-hero-buttons {
    gap: 9px;
  }

  .pgse-service-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 430px) {
  .pgse-header {
    min-height: 68px;
    padding: 8px 14px;
  }

  .pgse-brand {
    gap: 9px;
  }

  .pgse-logo-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    font-size: 22px;
  }

  .pgse-logo-img {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .pgse-brand b {
    font-size: 17px;
  }

  .pgse-brand small {
    max-width: 178px;
    font-size: 10px;
  }

  .pgse-header button {
    min-height: 40px;
    padding: 0 11px;
  }

  .pgse-hero-content {
    padding-top: 66px;
  }

  .pgse-hero-content > p:first-child {
    margin-bottom: 8px;
    font-size: 10px;
    letter-spacing: .11em;
  }

  .pgse-hero h1,
  .pgse-hero-title {
    font-size: clamp(34px, 10vw, 42px);
  }

  .pgse-hero h1 + p {
    font-size: 13px;
    line-height: 1.5;
  }

  .pgse-btn {
    min-height: 46px;
  }

  .pgse-stats {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 1280px);
    padding: 10px;
    margin-top: -18px;
  }

  .pgse-stats article {
    display: grid;
    grid-template-columns: 76px 1fr;
    align-items: center;
    gap: 8px;
    min-width: 0;
  }

  .pgse-stats b {
    font-size: 26px;
  }

  .pgse-stats span {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.25;
  }

  .pgse-card img {
    height: 160px;
    min-height: 0;
  }

  .pgse-chat-open {
    min-width: 56px;
    height: 56px;
  }
}
