.sigis-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding: 145px 0 88px;
  color: #fff;
  background: linear-gradient(135deg, #061724 0%, #092c3c 58%, #07514f 145%);
}

.sigis-grid {
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.sigis-glow {
  position: absolute;
  width: 650px;
  height: 650px;
  top: -250px;
  right: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(44,221,194,.2), transparent 68%);
}

.sigis-hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 60px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 38px;
  color: #91aeb8;
  font-size: .7rem;
  font-weight: 700;
}

.back-link:hover { color: #fff; }
.sigis-hero .eyebrow { margin-bottom: 17px; }

.sigis-hero h1 {
  max-width: 720px;
  margin: 0;
  font: 700 clamp(3.4rem, 5.2vw, 5.6rem)/1 var(--font-display);
  letter-spacing: -.055em;
}

.sigis-hero h1 em {
  color: var(--teal-light);
  font-style: normal;
}

.sigis-lead {
  max-width: 650px;
  margin: 27px 0 32px;
  color: #b9cbd3;
  font-size: 1rem;
}

.sigis-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}

.sigis-highlights span {
  position: relative;
  padding: 8px 13px 8px 31px;
  color: #c6d8de;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 30px;
  background: rgba(255,255,255,.04);
  font-size: .67rem;
  font-weight: 700;
}

.sigis-highlights span::before {
  content: "✓";
  position: absolute;
  left: 11px;
  color: #55dfcd;
}

.sigis-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 42px 0 25px;
}

.sigis-hero-visual::before {
  content: "";
  position: absolute;
  inset: 13% 4% 0 12%;
  border: 1px solid rgba(70,232,208,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(70,232,208,.025), 0 0 0 90px rgba(70,232,208,.018);
}

.sigis-hero-visual img {
  position: relative;
  z-index: 2;
  width: min(100%, 720px);
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 32px 38px rgba(0,0,0,.34));
}

.visual-label,
.visual-card {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(7,31,43,.9);
  box-shadow: 0 16px 35px rgba(0,0,0,.25);
  backdrop-filter: blur(12px);
}

.visual-label {
  top: 20px;
  right: 5%;
  padding: 9px 13px;
  border-radius: 30px;
  color: #b9ccd3;
  font-size: .62rem;
  font-weight: 700;
}

.visual-label i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #42d8c5;
  box-shadow: 0 0 0 4px rgba(66,216,197,.14);
}

.visual-card {
  display: flex;
  flex-direction: column;
  min-width: 142px;
  padding: 13px 15px;
  border-radius: 9px;
}

.visual-card strong { color: #65e0d0; font-size: .68rem; }
.visual-card span { color: #a8bcc5; font-size: .58rem; }
.visual-card-stock { left: -2%; bottom: 18%; }
.visual-card-sales { right: -4%; bottom: 6%; }

.sigis-proof {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.sigis-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.sigis-proof-grid div {
  position: relative;
  min-height: 106px;
  padding: 27px 27px 22px 53px;
  border-right: 1px solid var(--line);
}

.sigis-proof-grid div:last-child { border-right: 0; }

.sigis-proof-grid div::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 34px;
  width: 12px;
  height: 12px;
  border: 2px solid #0a9e8f;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #e5f6f3;
}

.sigis-proof-grid strong {
  display: block;
  margin-bottom: 4px;
  font: 700 .82rem var(--font-display);
}

.sigis-proof-grid span {
  display: block;
  color: var(--muted);
  font-size: .65rem;
  line-height: 1.5;
}

.sigis-intro { background: #f6f9f9; }

.sigis-intro-layout {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: end;
  gap: 100px;
  margin-bottom: 55px;
}

.sigis-intro-heading h2,
.workflow-copy h2,
.fit-copy h2 {
  margin: 0;
  font: 700 clamp(2.45rem, 4vw, 4.2rem)/1.07 var(--font-display);
  letter-spacing: -.045em;
}

.sigis-intro-copy {
  padding-bottom: 8px;
  border-left: 2px solid #22a998;
  padding-left: 28px;
}

.sigis-intro-copy p {
  margin: 0 0 13px;
  color: var(--muted);
  font-size: .9rem;
}

.sigis-intro-copy p:last-child { margin-bottom: 0; }

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  background: #fff;
}

.benefit-card {
  position: relative;
  min-height: 290px;
  padding: 32px;
  border-right: 1px solid var(--line);
}

.benefit-card:last-child { border-right: 0; }

.benefit-number {
  position: absolute;
  top: 28px;
  right: 28px;
  color: #9babb2;
  font: 600 .68rem var(--font-display);
}

.benefit-icon,
.module-icon {
  display: grid;
  place-items: center;
  width: 51px;
  height: 51px;
  color: #078d78;
  border-radius: 9px;
  background: #e7f7f4;
}

.benefit-icon { margin-bottom: 42px; }
.benefit-icon svg, .module-icon svg {
  width: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-card h3,
.module-card h3 {
  margin: 0 0 12px;
  font: 700 1.12rem var(--font-display);
}

.benefit-card p,
.module-card p {
  margin: 0;
  color: var(--muted);
  font-size: .79rem;
}

.module-section { background: #fff; }

.module-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.module-card {
  position: relative;
  min-height: 315px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  background: #fff;
  transition: transform .25s, border-color .25s, box-shadow .25s;
}

.module-card::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -65px;
  bottom: -68px;
  border: 1px solid rgba(24,172,157,.15);
  border-radius: 50%;
  box-shadow: 0 0 0 27px rgba(24,172,157,.025);
}

.module-card:hover {
  transform: translateY(-5px);
  border-color: #b9d5d2;
  box-shadow: 0 18px 42px rgba(7,24,39,.09);
}

.module-icon { margin-bottom: 38px; }
.module-card p { max-width: 330px; }

.module-card > span {
  position: absolute;
  left: 30px;
  bottom: 27px;
  color: #078d78;
  font-size: .65rem;
  font-weight: 800;
}

.workflow-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #082333;
}

.workflow-section::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -280px;
  bottom: -340px;
  border: 1px solid rgba(70,232,208,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(70,232,208,.025), 0 0 0 140px rgba(70,232,208,.02);
}

.workflow-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 110px;
}

.workflow-copy > p:not(.eyebrow) {
  max-width: 520px;
  color: #a9bdc6;
  font-size: .9rem;
}

.text-link {
  display: inline-flex;
  gap: 30px;
  margin-top: 22px;
  padding-bottom: 6px;
  color: #61ddcd;
  border-bottom: 1px solid rgba(97,221,205,.45);
  font-size: .73rem;
  font-weight: 800;
}

.workflow-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.15);
}

.workflow-list li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  padding: 24px 5px;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.workflow-list li > span {
  color: #4ed8c6;
  font: 700 .72rem var(--font-display);
}

.workflow-list strong {
  display: block;
  margin-bottom: 4px;
  font: 700 .95rem var(--font-display);
}

.workflow-list p {
  margin: 0;
  color: #94aab4;
  font-size: .75rem;
}

.fit-section { background: #f5f8f8; }

.fit-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 95px;
}

.fit-visual {
  position: relative;
  min-height: 480px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #dff2ef, #edf7f6);
}

.fit-visual::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(9,145,129,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(9,145,129,.035), 0 0 0 110px rgba(9,145,129,.025);
}

.fit-visual img {
  position: relative;
  z-index: 1;
  width: 88%;
  filter: drop-shadow(0 25px 25px rgba(14,73,77,.16));
}

.fit-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: .9rem;
}

.fit-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.fit-list li {
  position: relative;
  padding: 18px 15px 18px 30px;
  color: #324b58;
  border-bottom: 1px solid var(--line);
  font-size: .75rem;
  font-weight: 700;
}

.fit-list li:nth-child(odd) { border-right: 1px solid var(--line); }

.fit-list li::before {
  content: "✓";
  position: absolute;
  left: 4px;
  color: #099181;
}

@media (max-width: 1020px) {
  .sigis-hero-layout { gap: 25px; }
  .sigis-hero-visual img { width: 100%; }
  .sigis-proof-grid { grid-template-columns: 1fr 1fr; }
  .sigis-proof-grid div:nth-child(2) { border-right: 0; }
  .sigis-proof-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .sigis-intro-layout, .workflow-layout, .fit-layout { gap: 55px; }
  .module-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 800px) {
  .sigis-hero { min-height: auto; padding: 130px 0 75px; }
  .sigis-hero-layout,
  .sigis-intro-layout,
  .workflow-layout,
  .fit-layout { grid-template-columns: 1fr; }
  .sigis-hero-copy { max-width: 720px; }
  .sigis-hero-visual { max-width: 680px; margin: 0 auto; }
  .sigis-intro-layout { align-items: start; }
  .sigis-intro-copy { padding-left: 22px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 255px; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit-card:last-child { border-bottom: 0; }
  .workflow-copy { max-width: 680px; }
  .fit-visual { min-height: 400px; }
}

@media (max-width: 580px) {
  .sigis-hero { padding: 112px 0 62px; }
  .back-link { margin-bottom: 30px; }
  .sigis-hero h1 { font-size: 2.85rem; }
  .sigis-lead { font-size: .9rem; }
  .sigis-hero-visual { margin: 8px -16px 0; padding-bottom: 50px; }
  .sigis-hero-visual img { width: 100%; margin: 0 auto; }
  .visual-label { right: 4%; }
  .visual-card { min-width: 125px; padding: 10px 12px; }
  .visual-card-stock { left: 3%; bottom: 11%; }
  .visual-card-sales { right: 2%; bottom: 0; }
  .sigis-proof-grid { grid-template-columns: 1fr; }
  .sigis-proof-grid div { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--line); }
  .sigis-proof-grid div:last-child { border-bottom: 0; }
  .sigis-intro-heading h2,
  .workflow-copy h2,
  .fit-copy h2 { font-size: 2.35rem; }
  .module-grid { grid-template-columns: 1fr; }
  .module-card { min-height: 290px; }
  .fit-visual { min-height: 320px; }
  .fit-list { grid-template-columns: 1fr; }
  .fit-list li:nth-child(odd) { border-right: 0; }
}
