.sptp-wrap {
  position: relative;
  overflow: hidden;
  padding: 54px 28px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 14% 18%, rgba(104, 171, 121, 0.10) 0, rgba(104, 171, 121, 0.04) 20%, transparent 38%),
    radial-gradient(circle at 86% 16%, rgba(122, 186, 138, 0.10) 0, rgba(122, 186, 138, 0.04) 18%, transparent 36%),
    linear-gradient(180deg, #f5f8f4 0%, #eff4ee 100%);
  border: 1px solid rgba(124, 168, 132, 0.20);
  box-shadow: 0 16px 36px rgba(24, 50, 31, 0.08), inset 0 1px 0 rgba(255,255,255,0.65);
}
.sptp-wrap, .sptp-wrap * { box-sizing: border-box; }
.sptp-grid, .sptp-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.sptp-grid-fine {
  background-image:
    linear-gradient(rgba(96, 144, 107, 0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96, 144, 107, 0.10) 1px, transparent 1px);
  background-size: 12px 12px;
}
.sptp-grid-major {
  background-image:
    linear-gradient(rgba(96, 144, 107, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96, 144, 107, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}
.sptp-glow-left {
  background: radial-gradient(circle at 8% 16%, rgba(108, 175, 123, 0.12), transparent 26%);
}
.sptp-glow-right {
  background: radial-gradient(circle at 92% 18%, rgba(108, 175, 123, 0.08), transparent 24%);
}
.sptp-shell {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
}
.sptp-title {
  margin: 0 0 22px;
  color: #0f4525;
  font-family: Orbitron, Rajdhani, Arial, sans-serif;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.sptp-description {
  color: #193e27;
  font: 600 22px/1.5 Rajdhani, Arial, sans-serif;
}
.sptp-description p {
  margin: 0 0 20px;
}
.sptp-description p:last-child {
  margin-bottom: 0;
}
.sptp-button-slot {
  display: flex;
  justify-content: flex-start;
  margin-top: 34px;
  transform: translate(var(--sptp-button-offset-x, 0), var(--sptp-button-offset-y, 0));
}
.sptp-button-slot .spftr-contact-button {
  width: 258px;
  min-width: 258px;
}
@media (max-width: 1024px) {
  .sptp-wrap { padding: 44px 22px; }
  .sptp-title { font-size: clamp(26px, 5vw, 40px); }
  .sptp-description { font-size: 20px; }
}
@media (max-width: 767px) {
  .sptp-wrap { padding: 34px 16px; border-radius: 24px; }
  .sptp-shell { max-width: 100%; }
  .sptp-title {
    text-align: center;
    font-size: clamp(24px, 8.5vw, 36px);
    margin-bottom: 18px;
  }
  .sptp-description {
    font-size: 18px;
    line-height: 1.55;
    text-align: center;
  }
  .sptp-button-slot {
    justify-content: center;
    margin-top: 28px;
  }
}
