.spsp-wrap {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 14% 16%, rgba(170, 204, 177, 0.18) 0, rgba(170, 204, 177, 0.06) 18%, transparent 38%),
    radial-gradient(circle at 84% 18%, rgba(176, 214, 185, 0.12) 0, rgba(176, 214, 185, 0.04) 18%, transparent 38%),
    linear-gradient(180deg, #f7faf5 0%, #f3f7f2 100%);
  border: 1px solid rgba(54, 88, 61, 0.12);
  box-shadow: 0 18px 40px rgba(25, 47, 30, 0.08), inset 0 1px 0 rgba(255,255,255,0.85);
  color: #183021;
}
.spsp-wrap *, .spsp-wrap *::before, .spsp-wrap *::after { box-sizing: border-box; }
.spsp-grid,
.spsp-watermark,
.spsp-side-formula { position: absolute; inset: 0; pointer-events: none; }
.spsp-grid-fine {
  background-image:
    linear-gradient(rgba(41, 79, 52, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(41, 79, 52, 0.08) 1px, transparent 1px);
  background-size: 10px 10px;
}
.spsp-grid-major {
  background-image:
    linear-gradient(rgba(41, 79, 52, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(41, 79, 52, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
}
.spsp-watermark {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(18, 47, 29, 0.03);
  font: 700 clamp(72px, 16vw, 220px)/0.9 Orbitron, Rajdhani, Arial, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.spsp-side-formula {
  inset: 22px 12px auto auto;
  width: auto;
  height: auto;
  color: rgba(25, 58, 35, 0.24);
  font: 600 11px/1.2 Orbitron, Rajdhani, Arial, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.spsp-side-formula-left {
  inset: auto auto 22px 12px;
  max-width: 380px;
}
.spsp-shell {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 24px;
}
.spsp-hero-card,
.spsp-content-card,
.spsp-specs-card,
.spsp-closing-card {
  position: relative;
  border-radius: 24px;
  background: rgba(255,255,255,0.56);
  border: 1px solid rgba(47, 82, 56, 0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.72);
  backdrop-filter: blur(2px);
}
.spsp-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 24px;
  padding: 30px;
}
.spsp-copy { display: flex; flex-direction: column; min-width: 0; }
.spsp-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #33543b;
  background: rgba(120, 162, 131, 0.12);
  border: 1px solid rgba(76, 114, 86, 0.14);
  font: 600 12px/1.2 Orbitron, Rajdhani, Arial, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.spsp-title {
  margin: 0;
  color: #143422;
  font: 700 clamp(32px, 4.4vw, 56px)/0.98 Orbitron, Rajdhani, Arial, sans-serif;
  letter-spacing: -.03em;
}
.spsp-description {
  margin-top: 18px;
  color: #315039;
  font: 600 18px/1.45 Rajdhani, Arial, sans-serif;
  white-space: pre-line;
  max-width: 680px;
}
.spsp-button-slot {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.spsp-button-slot-bottom {
  margin-top: 26px;
}
.spsp-visual-card {
  position: relative;
  min-height: 100%;
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.78), rgba(246, 249, 245, 0.9)),
    radial-gradient(circle at 80% 16%, rgba(174, 214, 183, 0.16), transparent 32%);
  border: 1px solid rgba(55, 88, 63, 0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.82);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spsp-visual-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(38, 71, 47, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 71, 47, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
}
.spsp-visual-caption {
  position: absolute;
  top: 16px;
  right: 18px;
  color: rgba(45, 78, 54, 0.42);
  font: 600 11px/1.2 Orbitron, Rajdhani, Arial, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.spsp-visual-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100%;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spsp-image-stage {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  min-height: 360px;
  height: 620px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.spsp-image-stage-stretch {
  width: 100%;
  max-width: 100%;
}
.spsp-image-stage-empty::before,
.spsp-image-stage-empty::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(39, 71, 48, 0.08);
}
.spsp-image-stage-empty::after {
  inset: 54px 36px;
  background:
    radial-gradient(circle at 50% 50%, rgba(115, 158, 125, 0.08), rgba(115, 158, 125, 0) 58%),
    linear-gradient(180deg, rgba(255,255,255,0.48), rgba(255,255,255,0));
}
.spsp-image {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: 50% 50%;
  margin: 0 auto;
  filter: drop-shadow(0 18px 24px rgba(17, 38, 23, 0.14));
}
.spsp-image-stage-stretch .spsp-image {
  width: 100%;
  max-width: none;
}
.spsp-image-placeholder-text {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(54, 88, 61, 0.12);
  color: rgba(45, 78, 54, 0.72);
  font: 600 11px/1.2 Orbitron, Rajdhani, Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.spsp-content-card,
.spsp-specs-card,
.spsp-closing-card {
  padding: 28px;
}
.spsp-block-title {
  margin: 0 0 22px;
  color: #173725;
  text-align: center;
  font: 700 clamp(24px, 3vw, 36px)/1.14 Orbitron, Rajdhani, Arial, sans-serif;
  letter-spacing: -.02em;
}
.spsp-block-title-tight { margin-bottom: 12px; }
.spsp-richtext,
.spsp-richtext p,
.spsp-richtext li {
  color: #294735;
  font: 600 18px/1.52 Rajdhani, Arial, sans-serif;
}
.spsp-richtext-center,
.spsp-richtext-center p,
.spsp-richtext-center li {
  text-align: center;
}
.spsp-richtext p { margin: 0 0 16px; }
.spsp-richtext p:last-child { margin-bottom: 0; }
.spsp-richtext ul,
.spsp-richtext ol {
  margin: 0;
  padding-left: 28px;
}
.spsp-richtext-center ul,
.spsp-richtext-center ol {
  display: inline-block;
  text-align: left;
}
.spsp-richtext-subheading { margin-bottom: 22px; }
.spsp-note {
  margin-top: 18px;
  text-align: center;
  color: #244130;
  font: 700 18px/1.45 Rajdhani, Arial, sans-serif;
}
.spsp-table {
  display: grid;
  border-top: 1px solid rgba(43, 73, 50, 0.14);
  border-left: 1px solid rgba(43, 73, 50, 0.14);
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255,255,255,0.48);
}
.spsp-row {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.05fr);
}
.spsp-row-section { grid-template-columns: 1fr; }
.spsp-cell {
  padding: 16px 18px;
  border-right: 1px solid rgba(43, 73, 50, 0.14);
  border-bottom: 1px solid rgba(43, 73, 50, 0.14);
  white-space: pre-line;
}
.spsp-row-head .spsp-cell {
  background: rgba(234, 241, 235, 0.92);
  color: #173624;
  font: 700 18px/1.32 Rajdhani, Arial, sans-serif;
}
.spsp-cell-section {
  background: rgba(111, 151, 121, 0.08);
  color: #183524;
  font: 700 18px/1.34 Rajdhani, Arial, sans-serif;
}
.spsp-cell-name {
  background: rgba(111, 151, 121, 0.05);
  color: #203d2a;
  font: 700 17px/1.34 Rajdhani, Arial, sans-serif;
}
.spsp-cell-value {
  background: rgba(255,255,255,0.72);
  color: #274332;
  font: 600 17px/1.48 Rajdhani, Arial, sans-serif;
}
.spsp-closing-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.68), rgba(255,255,255,0.52)),
    radial-gradient(circle at 50% 100%, rgba(169, 210, 179, 0.14), transparent 36%);
}
.spsp-closing-text strong {
  color: #193825;
}
@media (max-width: 1024px) {
  .spsp-wrap { padding: 22px; }
  .spsp-hero-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .spsp-visual-inner { padding-top: 44px; }
  .spsp-image-stage { min-height: 260px; }
}
@media (max-width: 767px) {
  .spsp-wrap { padding: 16px; border-radius: 22px; }
  .spsp-watermark { font-size: 72px; }
  .spsp-side-formula { display: none; }
  .spsp-hero-card,
  .spsp-content-card,
  .spsp-specs-card,
  .spsp-closing-card { padding: 18px; border-radius: 20px; }
  .spsp-copy,
  .spsp-button-slot,
  .spsp-contact-button { width: 100%; }
  .spsp-description,
  .spsp-richtext,
  .spsp-richtext p,
  .spsp-richtext li,
  .spsp-note,
  .spsp-cell-name,
  .spsp-cell-value,
  .spsp-row-head .spsp-cell,
  .spsp-cell-section { font-size: 16px; }
  .spsp-title { font-size: clamp(28px, 9vw, 42px); }
  .spsp-block-title { font-size: clamp(22px, 8vw, 30px); }
  .spsp-row { grid-template-columns: 1fr; }
  .spsp-row-head { grid-template-columns: 1fr; }
  .spsp-cell-name { border-bottom: 0; }
}
