.praisi-sign-page {
  background: #f7f1e6;
}

.sign-commercial-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  background: #082f33;
}

.sign-hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 32, 35, 0.92) 0%, rgba(5, 32, 35, 0.78) 42%, rgba(5, 32, 35, 0.28) 100%),
    url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1900&q=86") center/cover no-repeat;
}

.sign-commercial-hero .launch-hero-inner {
  position: relative;
  z-index: 1;
}

.sign-proof-panel {
  position: absolute;
  right: max(28px, calc((100vw - 1180px) / 2));
  bottom: 34px;
  z-index: 2;
  width: min(560px, calc(100% - 56px));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(234, 215, 166, 0.72);
  border-radius: 8px;
  background: rgba(234, 215, 166, 0.72);
  box-shadow: 0 26px 70px rgba(4, 24, 26, 0.34);
}

.sign-proof-panel div {
  min-height: 96px;
  padding: 18px;
  background: rgba(255, 251, 241, 0.97);
  color: #082f33;
}

.sign-proof-panel span,
.sign-step-grid span {
  display: block;
  color: #a77929;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sign-proof-panel strong {
  display: block;
  margin-top: 8px;
  color: #082f33;
  font-size: 20px;
  line-height: 1.12;
}

.sign-commercial-hero .sign-proof-panel span,
.sign-commercial-hero .sign-proof-panel strong {
  color: #082f33 !important;
  text-shadow: none !important;
}

body.praisi-sign-page .sign-commercial-hero .sign-proof-panel div,
body.praisi-sign-page .sign-commercial-hero .sign-proof-panel span,
body.praisi-sign-page .sign-commercial-hero .sign-proof-panel strong {
  color: #082f33 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

.sign-section {
  background: #fbf7ee;
}

.sign-step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.sign-step-grid article,
.sign-evidence-card {
  border: 1px solid rgba(8, 47, 51, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 50px rgba(8, 47, 51, 0.08);
}

.sign-step-grid article {
  min-height: 232px;
  padding: 24px;
}

.sign-step-grid h3,
.sign-evidence-card h3 {
  margin: 18px 0 10px;
  color: #082f33;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  letter-spacing: 0;
}

.sign-step-grid p,
.sign-split p,
.sign-evidence-card li {
  color: #607579;
  line-height: 1.56;
}

.sign-split {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: 34px;
  align-items: start;
  padding: 48px;
  border: 1px solid rgba(201, 160, 82, 0.45);
  border-radius: 10px;
  background: linear-gradient(135deg, #fffdf8, #f6ecda);
}

.sign-split h2 {
  max-width: 720px;
}

.sign-evidence-card {
  padding: 28px;
}

.sign-evidence-card h3 {
  margin-top: 0;
}

.sign-evidence-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
}

.sign-final {
  background:
    linear-gradient(90deg, rgba(8, 47, 51, 0.95), rgba(10, 75, 79, 0.88)),
    url("https://images.unsplash.com/photo-1542744173-8e7e53415bb0?auto=format&fit=crop&w=1800&q=84") center/cover no-repeat;
}

@media (max-width: 980px) {
  .sign-commercial-hero {
    min-height: 700px;
  }

  .sign-step-grid,
  .sign-split {
    grid-template-columns: 1fr 1fr;
  }

  .sign-proof-panel {
    left: 18px;
    right: 18px;
    width: auto;
  }
}

@media (max-width: 680px) {
  .sign-commercial-hero {
    min-height: 780px;
  }

  .sign-proof-panel,
  .sign-step-grid,
  .sign-split {
    grid-template-columns: 1fr;
  }

  .sign-split {
    width: min(100% - 24px, 1180px);
    padding: 26px;
  }
}
