.stigosana-page {
  background: #fff;
  padding: 40px 0 70px;
}

.stigosana-page .st-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.stigosana-page .st-page-content {
  margin-bottom: 32px;
}

.stigosana-page .st-intro-card {
  margin-bottom: 48px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 32px;
}

.stigosana-page .st-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) 300px;
  gap: 32px;
  align-items: start;
}

.stigosana-page .st-title {
  margin: 0 0 18px;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 800;
  color: #111;
}

.stigosana-page .st-copy {
  color: #111;
  font-size: 16px;
  line-height: 1.8;
}

.stigosana-page .st-copy p {
  margin: 0 0 16px;
}

.stigosana-page .st-copy a,
.stigosana-page .st-location-note a,
.stigosana-page .st-table a {
  color: inherit;
  text-decoration: underline;
}

.stigosana-page .st-intro-image img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
}

.stigosana-page .st-location-note {
  margin: 22px 0 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #111;
}

.stigosana-page .st-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 54px;
  padding: 0 24px;
  background: #000;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: underline;
  border: none;
  transition: opacity 0.2s ease;
}

.stigosana-page .st-button:hover {
  opacity: 0.85;
  color: #fff;
}

.stigosana-page .st-section {
  margin-bottom: 56px;
}

.stigosana-page .st-section--compact {
  margin-bottom: 20px;
}

.stigosana-page .st-section-separator {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
}

.stigosana-page .st-section-separator__line {
  flex: 1;
  height: 1px;
  background: #dcdcdc;
}

.stigosana-page .st-section-separator__title {
  margin: 0;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
  color: #111;
  text-align: center;
}

.stigosana-page .st-center-title {
  margin: 0 0 28px;
  text-align: center;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 800;
  color: #111;
}

.stigosana-page .st-subsection {
  margin-bottom: 36px;
}

.stigosana-page .st-subtitle {
  margin: 0 0 18px;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
  color: #111;
}

.stigosana-page .st-table-wrap {
  overflow-x: auto;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.stigosana-page .st-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
}

.stigosana-page .st-table th,
.stigosana-page .st-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
  text-align: left;
  color: #111;
  font-size: 15px;
  line-height: 1.65;
}

.stigosana-page .st-table th {
  background: #f8f8f8;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.stigosana-page .st-table tbody tr:last-child td {
  border-bottom: none;
}

.stigosana-page .st-name {
  font-weight: 800;
  min-width: 220px;
}

.stigosana-page .st-price {
  font-weight: 800;
  white-space: nowrap;
  min-width: 150px;
}

@media (max-width: 1024px) {
  .stigosana-page .st-intro-grid {
    grid-template-columns: 1fr;
  }

  .stigosana-page .st-intro-image {
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  .stigosana-page {
    padding: 24px 0 50px;
  }

  .stigosana-page .st-intro-card {
    padding: 22px;
  }

  .stigosana-page .st-title {
    font-size: 28px;
  }

  .stigosana-page .st-section-separator {
    gap: 10px;
  }

  .stigosana-page .st-section-separator__title {
    font-size: 20px;
  }

  .stigosana-page .st-center-title {
    font-size: 20px;
  }

  .stigosana-page .st-subtitle {
    font-size: 18px;
  }
}