.spgh-wrap {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  border-radius: 30px;
  padding: 48px;
  color: #eff5ef;
  background:
    radial-gradient(circle at 16% 18%, rgba(178, 225, 184, 0.18) 0, rgba(178, 225, 184, 0.06) 18%, transparent 36%),
    radial-gradient(circle at 82% 14%, rgba(162, 212, 170, 0.16) 0, rgba(162, 212, 170, 0.06) 16%, transparent 36%),
    linear-gradient(135deg, rgba(109, 160, 118, 0.78) 0%, rgba(72, 121, 80, 0.66) 8%, #143823 12%, #0d2f1c 48%, #184329 100%);
  box-shadow: 0 18px 44px rgba(4, 16, 10, 0.14), inset 0 1px 0 rgba(255,255,255,.12);
}
.spgh-wrap *, .spgh-wrap *::before, .spgh-wrap *::after { box-sizing: border-box; }
.spgh-bg-grid,
.spgh-bg-dots,
.spgh-bg-glow,
.spgh-formula {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.spgh-grid-fine {
  background-image:
    linear-gradient(rgba(214, 235, 217, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214, 235, 217, 0.12) 1px, transparent 1px);
  background-size: 11px 11px;
  opacity: 1;
}
.spgh-grid-major {
  background-image:
    linear-gradient(rgba(214, 235, 217, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214, 235, 217, 0.06) 1px, transparent 1px);
  background-size: 55px 55px;
}
.spgh-bg-dots {
  background-image: radial-gradient(rgba(250,255,250,0.22) 0.8px, transparent 0.9px);
  background-size: 6px 6px;
  mix-blend-mode: screen;
  opacity: .22;
}
.spgh-bg-glow {
  background:
    radial-gradient(circle at 78% 44%, rgba(224, 239, 224, 0.15), transparent 28%),
    radial-gradient(circle at 71% 47%, rgba(122, 191, 137, 0.14), transparent 30%),
    linear-gradient(90deg, rgba(255,255,255,0.08), rgba(255,255,255,0) 18%, rgba(255,255,255,0) 100%);
}
.spgh-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 24px;
  align-items: center;
}
.spgh-copy {
  max-width: 700px;
  padding-right: 10px;
}
.spgh-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 12px;
  font: 600 12px/1.2 Orbitron, Rajdhani, Arial, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #dce8dc;
  border: 1px solid rgba(224,240,224,.24);
  background: rgba(255,255,255,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.spgh-title {
  margin: 0;
  font-family: Orbitron, Rajdhani, Arial, sans-serif;
  font-size: clamp(46px, 6vw, 82px);
  line-height: .95;
  letter-spacing: -.03em;
  color: #f6faf6;
  text-transform: uppercase;
}
.spgh-subtitle {
  margin-top: 42px;
  max-width: 720px;
  font: 500 22px/1.45 Rajdhani, Arial, sans-serif;
  color: #dce8dd;
}
.spgh-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 26px;
  max-width: 720px;
}
.spgh-meta-item {
  padding-left: 14px;
  border-left: 2px solid rgba(192, 228, 198, 0.28);
  color: #d0ded2;
  font: 600 14px/1.4 Orbitron, Rajdhani, Arial, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.spgh-visual {
  position: relative;
  min-height: 500px;
}
.spgh-orbit {
  position: absolute;
  left: 56%;
  top: 51%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(222, 238, 224, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}
.spgh-orbit-1 { width: 470px; height: 470px; }
.spgh-orbit-2 { width: 360px; height: 360px; }
.spgh-orbit-3 { width: 260px; height: 260px; }
.spgh-drone-circle {
  position: absolute;
  left: 56%;
  top: 51%;
  width: 365px;
  height: 365px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(230, 240, 232, 0.22);
  box-shadow: 0 18px 50px rgba(0,0,0,.22), 0 0 45px rgba(157, 208, 166, .12), inset 0 0 0 18px rgba(255,255,255,.045);
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,.15), rgba(255,255,255,.04) 60%, rgba(0,0,0,.08) 100%);
}
.spgh-drone-circle::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, transparent 58%, rgba(244,251,245,.16) 58.6%, transparent 60%),
    linear-gradient(0deg, rgba(255,255,255,.09), rgba(255,255,255,0));
  z-index: 2;
  pointer-events: none;
}
.spgh-drone-circle img {
  width: 112%;
  max-width: none;
  height: 112%;
  object-fit: cover;
  object-position: 52% 52%;
  transform: translate(-3%, -1%);
  filter: saturate(.95) contrast(1.02);
}
.spgh-ring-text {
  position: absolute;
  left: 56%;
  transform: translateX(-50%);
  width: 520px;
  text-align: center;
  font: 600 11px/1.2 Orbitron, Rajdhani, Arial, sans-serif;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(223, 237, 225, 0.48);
}
.spgh-ring-text-top { top: 28px; }
.spgh-ring-text-bottom { bottom: 34px; }
.spgh-marker {
  position: absolute;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(8, 29, 18, .62);
  border: 1px solid rgba(221, 238, 223, .16);
  color: #e8f0e9;
  font: 700 11px/1.1 Orbitron, Rajdhani, Arial, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
  box-shadow: 0 10px 26px rgba(0,0,0,.16);
}
.spgh-marker-a { right: 6%; top: 13%; }
.spgh-marker-b { left: 6%; bottom: 16%; }
.spgh-marker-c { right: 14%; bottom: 11%; }
.spgh-formula {
  font: 600 12px/1.5 Orbitron, Rajdhani, Arial, sans-serif;
  color: rgba(226, 238, 227, 0.44);
  letter-spacing: .05em;
  text-transform: uppercase;
}
.spgh-formula-left {
  left: 42px;
  top: 34px;
  right: auto;
  bottom: auto;
  width: 420px;
}
.spgh-formula-right {
  right: 36px;
  bottom: 26px;
  left: auto;
  top: auto;
  width: 420px;
  text-align: right;
}
@media (max-width: 1100px) {
  .spgh-inner { grid-template-columns: 1fr; }
  .spgh-copy { max-width: none; }
  .spgh-visual { min-height: 460px; }
  .spgh-formula-left, .spgh-formula-right { width: 280px; }
}
@media (max-width: 767px) {
  .spgh-wrap { padding: 28px 22px; min-height: auto; border-radius: 24px; }
  .spgh-title { font-size: clamp(34px, 11vw, 54px); }
  .spgh-subtitle { font-size: 18px; }
  .spgh-visual { min-height: 320px; }
  .spgh-orbit-1 { width: 270px; height: 270px; }
  .spgh-orbit-2 { width: 210px; height: 210px; }
  .spgh-orbit-3 { width: 150px; height: 150px; }
  .spgh-drone-circle { width: 215px; height: 215px; }
  .spgh-ring-text { width: 290px; font-size: 9px; letter-spacing: .14em; }
  .spgh-formula { display: none; }
  .spgh-marker { font-size: 9px; padding: 8px 10px; letter-spacing: .12em; }
}

.spgh-contact-button-wrap {
  margin-top: 48px;
  display: flex;
  align-items: flex-start;
}

.spgh-contact-button-wrap .spftr-contact-button.spgh-contact-button {
  max-width: 100%;
}

@media (max-width: 767px) {
  .spgh-contact-button-wrap {
    margin-top: 42px;
  }

  .spgh-contact-button-wrap .spftr-contact-button.spgh-contact-button {
    width: 100%;
    max-width: 100%;
  }
}


@media (max-width: 1100px) {
  .spgh-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 124px;
    height: 124px;
    z-index: 1;
    pointer-events: none;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 28px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background: linear-gradient(135deg, rgba(219, 239, 222, 0.78) 0%, rgba(188, 220, 194, 0.54) 34%, rgba(141, 186, 150, 0.22) 70%, rgba(141, 186, 150, 0) 100%);
    box-shadow: 0 14px 28px rgba(6, 24, 14, 0.16), 0 5px 12px rgba(112, 164, 122, 0.10), inset 0 1px 0 rgba(255,255,255,.20);
  }

  .spgh-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 112px;
    height: 112px;
    z-index: 1;
    pointer-events: none;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    border-top-left-radius: 30px;
    border-bottom-right-radius: 24px;
    background: linear-gradient(135deg, rgba(228, 244, 230, 0.50) 0%, rgba(198, 227, 203, 0.28) 40%, rgba(155, 197, 163, 0.12) 76%, rgba(155, 197, 163, 0) 100%);
    border-top: 1px solid rgba(239, 248, 240, 0.46);
    border-left: 1px solid rgba(214, 234, 218, 0.34);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
    filter: drop-shadow(0 8px 14px rgba(72, 118, 81, 0.08));
  }

  .spgh-formula-left {
    padding: 14px 18px 16px 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(219, 238, 222, 0.28), rgba(170, 205, 177, 0.12));
    border: 1px solid rgba(214, 234, 218, 0.22);
    box-shadow: 0 8px 18px rgba(8, 27, 16, 0.12), 0 3px 10px rgba(104, 152, 113, 0.06), inset 0 1px 0 rgba(255,255,255,.10);
  }
}

@media (max-width: 767px) {
  .spgh-wrap::before {
    width: 102px;
    height: 102px;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 22px;
    background: linear-gradient(135deg, rgba(218, 238, 221, 0.72) 0%, rgba(186, 218, 192, 0.48) 34%, rgba(140, 184, 149, 0.18) 70%, rgba(140, 184, 149, 0) 100%);
    box-shadow: 0 12px 22px rgba(6, 24, 14, 0.14), 0 4px 10px rgba(112, 164, 122, 0.08), inset 0 1px 0 rgba(255,255,255,.16);
  }

  .spgh-wrap::after {
    width: 90px;
    height: 90px;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 18px;
    background: linear-gradient(135deg, rgba(227, 243, 229, 0.42) 0%, rgba(196, 225, 201, 0.20) 40%, rgba(151, 193, 159, 0.08) 76%, rgba(151, 193, 159, 0) 100%);
    border-top: 1px solid rgba(237, 247, 238, 0.38);
    border-left: 1px solid rgba(214, 234, 218, 0.26);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
    filter: drop-shadow(0 6px 10px rgba(72, 118, 81, 0.06));
  }

  .spgh-formula-left {
    padding: 14px 16px 16px 14px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(219, 238, 222, 0.22), rgba(170, 205, 177, 0.08));
    border: 1px solid rgba(214, 234, 218, 0.18);
    box-shadow: 0 6px 14px rgba(8, 27, 16, 0.10), 0 3px 8px rgba(104, 152, 113, 0.05), inset 0 1px 0 rgba(255,255,255,.08);
  }
}
