.sppg-wrap {
  position: relative;
  overflow: hidden;
  padding: 52px 34px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 12%, rgba(198, 227, 201, 0.32) 0, rgba(198, 227, 201, 0.14) 14%, transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(214, 234, 216, 0.24) 0, rgba(214, 234, 216, 0.1) 16%, transparent 32%),
    linear-gradient(180deg, #f6faf4 0%, #eef5ec 42%, #edf4ea 100%);
  box-shadow: 0 22px 44px rgba(21, 45, 28, 0.09), inset 0 1px 0 rgba(255,255,255,.65);
  border: 1px solid rgba(68, 113, 79, 0.12);
  color: #173323;
}
.sppg-wrap *, .sppg-wrap *::before, .sppg-wrap *::after { box-sizing: border-box; }
.sppg-grid, .sppg-side-formula {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.sppg-grid-fine {
  opacity: .9;
  background-image:
    linear-gradient(rgba(77, 121, 89, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 121, 89, 0.08) 1px, transparent 1px);
  background-size: 12px 12px;
}
.sppg-grid-major {
  background-image:
    linear-gradient(rgba(77, 121, 89, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 121, 89, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
}
.sppg-side-formula {
  display: flex;
  align-items: center;
  width: 34px;
  inset: 26px auto 26px 8px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font: 600 11px/1.2 Orbitron, Rajdhani, Arial, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(58, 92, 66, 0.36);
}
.sppg-side-formula-right {
  left: auto;
  right: 8px;
}
.sppg-shell {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
}
.sppg-heading {
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: center;
}
.sppg-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(52, 91, 61, 0.16);
  background: rgba(255,255,255,0.55);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
  color: #355b3d;
  font: 700 12px/1.2 Orbitron, Rajdhani, Arial, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.sppg-title {
  margin: 0;
  color: #163824;
  font-family: Orbitron, Rajdhani, Arial, sans-serif;
  font-size: clamp(32px, 4vw, 56px);
  line-height: .98;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.sppg-subtitle {
  margin: 16px auto 0;
  max-width: 840px;
  color: #496653;
  font: 500 20px/1.5 Rajdhani, Arial, sans-serif;
}
.sppg-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.sppg-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 14%, rgba(199, 226, 203, 0.34), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.86) 0%, rgba(245, 250, 245, 0.98) 100%);
  border: 1px solid rgba(77, 121, 89, 0.16);
  box-shadow: 0 16px 30px rgba(31, 55, 37, 0.08), inset 0 1px 0 rgba(255,255,255,.72);
}
.sppg-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(77, 121, 89, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 121, 89, 0.045) 1px, transparent 1px);
  background-size: 12px 12px;
  opacity: .65;
  pointer-events: none;
}
.sppg-card-topline {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px 0;
  color: #5f7b68;
  font: 700 10px/1.2 Orbitron, Rajdhani, Arial, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.sppg-card-media {
  position: relative;
  z-index: 2;
  padding: 18px 18px 0;
}
.sppg-card-media img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(77, 121, 89, 0.15);
}
.sppg-media-placeholder {
  position: relative;
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 44%, rgba(214, 236, 216, 0.72) 0, rgba(214, 236, 216, 0.34) 12%, rgba(236, 246, 236, 0.72) 22%, rgba(232, 242, 233, 0.98) 60%, rgba(242, 248, 242, 1) 100%);
  border: 1px solid rgba(77, 121, 89, 0.15);
}
.sppg-media-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(77, 121, 89, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 121, 89, 0.07) 1px, transparent 1px);
  background-size: 12px 12px;
}
.sppg-media-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 144px;
  height: 144px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(77, 121, 89, 0.18);
  box-shadow:
    0 0 0 18px rgba(179, 212, 184, 0.18),
    0 0 0 38px rgba(179, 212, 184, 0.1),
    inset 0 0 0 10px rgba(255,255,255,.5);
  background:
    radial-gradient(circle at 50% 50%, rgba(128, 176, 137, 0.24), rgba(255,255,255,0.92) 58%, rgba(255,255,255,0.6) 100%);
}
.sppg-media-caption {
  position: absolute;
  left: 18px;
  bottom: 14px;
  color: #5b7864;
  font: 700 10px/1.2 Orbitron, Rajdhani, Arial, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.sppg-card-body {
  position: relative;
  z-index: 2;
  padding: 18px;
}
.sppg-card-tag {
  margin-bottom: 10px;
  color: #577361;
  font: 700 11px/1.2 Orbitron, Rajdhani, Arial, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.sppg-card-title {
  margin: 0;
  color: #173824;
  font-family: Orbitron, Rajdhani, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.04;
}
.sppg-card-desc {
  margin: 12px 0 16px;
  color: #4a6754;
  font: 500 17px/1.55 Rajdhani, Arial, sans-serif;
}
.sppg-card-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.sppg-card-meta-row span {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(235, 244, 236, 0.9);
  border: 1px solid rgba(77, 121, 89, 0.12);
  color: #54705d;
  font: 700 10px/1.2 Orbitron, Rajdhani, Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.sppg-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #173824;
  text-decoration: none;
  font: 700 13px/1.2 Orbitron, Rajdhani, Arial, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.sppg-card-link:hover { opacity: .78; }
@media (max-width: 1024px) {
  .sppg-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sppg-side-formula { display: none; }
}
@media (max-width: 767px) {
  .sppg-wrap { padding: 32px 16px; border-radius: 22px; }
  .sppg-title { font-size: clamp(28px, 9vw, 42px); }
  .sppg-subtitle { font-size: 18px; }
  .sppg-cards { grid-template-columns: 1fr; gap: 18px; }
  .sppg-card-media img, .sppg-media-placeholder { height: 200px; }
  .sppg-card-title { font-size: 21px; }
}


.sppg-wrap-equipment {
  background:
    radial-gradient(circle at 14% 16%, rgba(211, 232, 220, 0.36) 0, rgba(211, 232, 220, 0.18) 14%, transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(225, 233, 210, 0.26) 0, rgba(225, 233, 210, 0.12) 16%, transparent 32%),
    linear-gradient(180deg, #f8fbf3 0%, #f1f7ee 44%, #eef5e7 100%);
}
.sppg-cards-equipment {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sppg-card-equipment {
  background:
    radial-gradient(circle at 82% 14%, rgba(220, 233, 201, 0.34), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.88) 0%, rgba(248, 251, 244, 0.98) 100%);
}
.sppg-media-placeholder-equipment {
  background:
    radial-gradient(circle at 50% 44%, rgba(226, 238, 214, 0.76) 0, rgba(226, 238, 214, 0.4) 12%, rgba(241, 247, 236, 0.8) 22%, rgba(243, 248, 239, 0.98) 60%, rgba(248, 251, 244, 1) 100%);
}
.sppg-media-circle-equipment {
  box-shadow:
    0 0 0 18px rgba(200, 216, 159, 0.16),
    0 0 0 38px rgba(200, 216, 159, 0.09),
    inset 0 0 0 10px rgba(255,255,255,.5);
  background:
    radial-gradient(circle at 50% 50%, rgba(166, 184, 109, 0.18), rgba(255,255,255,0.94) 58%, rgba(255,255,255,0.62) 100%);
}
.sppg-relay-lines {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(55deg, transparent 47%, rgba(115, 141, 76, 0.18) 48%, rgba(115, 141, 76, 0.18) 49%, transparent 50%) 50% 50% / 180px 180px no-repeat,
    linear-gradient(-55deg, transparent 47%, rgba(115, 141, 76, 0.14) 48%, rgba(115, 141, 76, 0.14) 49%, transparent 50%) 50% 50% / 180px 180px no-repeat;
}
@media (max-width: 767px) {
  .sppg-cards-equipment { grid-template-columns: 1fr; }
}

/* Media Range Widget */
.sppg-media-range-wrap .sppg-heading {
  max-width: 980px;
}
.sppg-media-rows {
  display: grid;
  gap: 24px;
}
.sppg-media-row {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, .95fr);
  gap: 24px;
  align-items: stretch;
}
.sppg-media-row.is-reverse {
  grid-template-columns: minmax(340px, .95fr) minmax(0, 1.45fr);
}
.sppg-media-row.is-reverse .sppg-media-video {
  order: 2;
}
.sppg-media-row.is-reverse .sppg-media-info-card {
  order: 1;
}
.sppg-media-video-shell,
.sppg-media-info-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 14%, rgba(199, 226, 203, 0.30), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.88) 0%, rgba(245, 250, 245, 0.98) 100%);
  border: 1px solid rgba(77, 121, 89, 0.16);
  box-shadow: 0 16px 30px rgba(31, 55, 37, 0.08), inset 0 1px 0 rgba(255,255,255,.72);
}
.sppg-media-video-shell::before,
.sppg-media-info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(77, 121, 89, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 121, 89, 0.045) 1px, transparent 1px);
  background-size: 12px 12px;
  opacity: .65;
  pointer-events: none;
}
.sppg-media-video-shell {
  min-height: 100%;
}
.sppg-media-video-shell iframe,
.sppg-video-placeholder {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  min-height: 340px;
  height: 100%;
  border: 0;
  border-radius: 24px;
}
.sppg-video-placeholder {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(188, 220, 193, .48), rgba(255,255,255,.94) 48%, rgba(244,248,244,1) 100%);
}
.sppg-video-placeholder-grid,
.sppg-video-placeholder-ring {
  position: absolute;
  inset: 0;
}
.sppg-video-placeholder-grid {
  background-image:
    linear-gradient(rgba(77, 121, 89, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 121, 89, 0.07) 1px, transparent 1px);
  background-size: 12px 12px;
}
.sppg-video-placeholder-ring {
  inset: 50% auto auto 50%;
  width: 144px;
  height: 144px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(77,121,89,.18);
  box-shadow: 0 0 0 18px rgba(179,212,184,.18), 0 0 0 38px rgba(179,212,184,.10), inset 0 0 0 10px rgba(255,255,255,.5);
}
.sppg-video-placeholder-label {
  position: absolute;
  left: 22px;
  bottom: 18px;
  z-index: 2;
  color: #55715f;
  font: 700 11px/1.2 Orbitron, Rajdhani, Arial, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.sppg-media-info-card {
  padding: 18px;
  display: flex;
  flex-direction: column;
}
.sppg-media-info-topline {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #5f7b68;
  font: 700 10px/1.2 Orbitron, Rajdhani, Arial, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.sppg-media-info-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding-top: 22px;
}
.sppg-media-info-body h3 {
  margin: 0 0 14px;
  color: #173323;
  font-family: Orbitron, Rajdhani, Arial, sans-serif;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.02;
  text-transform: uppercase;
}
.sppg-media-info-body p {
  margin: 0 0 18px;
  color: #4f6858;
  font: 500 18px/1.5 Rajdhani, Arial, sans-serif;
}
.sppg-media-info-meta {
  color: #486453;
  font: 700 11px/1.2 Orbitron, Rajdhani, Arial, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .sppg-media-row,
  .sppg-media-row.is-reverse {
    grid-template-columns: 1fr;
  }
  .sppg-media-row.is-reverse .sppg-media-video,
  .sppg-media-row.is-reverse .sppg-media-info-card {
    order: initial;
  }
  .sppg-media-video-shell iframe,
  .sppg-video-placeholder {
    min-height: 280px;
  }
}
@media (max-width: 767px) {
  .sppg-media-row {
    gap: 18px;
  }
  .sppg-media-video-shell iframe,
  .sppg-video-placeholder {
    min-height: 220px;
  }
  .sppg-media-info-body p {
    font-size: 17px;
  }
}
