.scs-wrapper {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 48px 24px 72px;
}

.scs-header {
  text-align: center;
  margin-bottom: 36px;
}

.scs-header h2 {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #39505c;
}

.scs-header p {
  max-width: 920px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.75;
  color: #5d6b73;
}

.scs-tabs {
  margin-bottom: 56px;
}

.scs-tab-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
  justify-content: center;
}

.scs-tab-btn {
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(57, 80, 92, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #39505c;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.scs-tab-btn:hover {
  border-color: #7d2027;
  color: #7d2027;
  transform: translateY(-1px);
}

.scs-tab-btn.is-active {
  background: #39505c;
  border-color: #39505c;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(57, 80, 92, 0.18);
}

.scs-tab-panel {
  display: none;
}

.scs-tab-panel.is-active {
  display: block;
}

.scs-section {
  margin-bottom: 40px;
}

.scs-section h3 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.2;
  color: #39505c;
  text-align: center;
}

.scs-section-desc {
  max-width: 860px;
  margin: 0 auto 28px;
  color: #5d6b73;
  line-height: 1.75;
  text-align: center;
}

.scs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 420px));
  gap: 24px;
  justify-content: center;
  align-items: stretch;
}

.scs-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(57, 80, 92, 0.10);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 10px 24px rgba(57, 80, 92, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.scs-card:hover {
  transform: translateY(-3px);
  border-color: rgba(125, 32, 39, 0.12);
  box-shadow: 0 14px 30px rgba(57, 80, 92, 0.08);
}

.scs-card h4 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.25;
  color: #39505c;
}

.scs-badge {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(125, 32, 39, 0.08);
  color: #7d2027;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.scs-price {
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  color: #7d2027;
}

.scs-price span {
  font-size: 14px;
  font-weight: 500;
  color: #6c7880;
}

.scs-desc {
  margin-bottom: 18px;
  color: #48565e;
  line-height: 1.75;
  font-size: 15px;
}

.scs-desc p {
  margin: 0 0 10px;
}

.scs-meta-block,
.scs-list-block {
  margin-bottom: 16px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #fbfcfd;
  border: 1px solid rgba(57, 80, 92, 0.06);
}

.scs-meta-title,
.scs-list-title {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #7d2027;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.scs-meta-value {
  color: #39505c;
  font-weight: 600;
  line-height: 1.6;
}

.scs-specs {
  margin: 0;
  padding-left: 18px;
  color: #46555d;
  line-height: 1.7;
  font-size: 14px;
}

.scs-specs li {
  margin-bottom: 6px;
}

.scs-actions {
  margin-top: 10px;
  padding-top: 0;
  width: 90%;
}

.scs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: 100%;
  padding: 0 20px;
  border-radius: 14px;
  background: #ee9626;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  box-shadow: 0 14px 28px rgba(238, 150, 38, 0.22);
}

.scs-btn:hover {
  background: #d78319;
  transform: translateY(-1px);
}

.scs-empty-state {
  padding: 24px;
  border-radius: 18px;
  background: #f8fafb;
  border: 1px dashed #cdd7dc;
  color: #5f6b72;
  text-align: center;
}

.scs-lead-form-wrap {
  margin-top: 60px;
  background: linear-gradient(180deg, #f8fafb 0%, #ffffff 100%);
  border: 1px solid #e5eaed;
  border-radius: 24px;
  padding: 34px;
  box-shadow: 0 14px 36px rgba(57, 80, 92, 0.06);
}

.scs-lead-form-wrap h3 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.2;
  color: #39505c;
}

.scs-lead-form-wrap p {
  margin: 0 0 22px;
  color: #5d6b73;
  line-height: 1.7;
}

.scs-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.scs-form-grid label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #39505c;
}

.scs-form-grid input[type="text"],
.scs-form-grid input[type="email"],
.scs-form-grid select,
.scs-form-grid textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #d5dde1;
  border-radius: 14px;
  padding: 12px 14px;
  background: #fff;
  color: #24343c;
  box-sizing: border-box;
  font-size: 15px;
}

.scs-form-grid textarea {
  min-height: 130px;
  resize: vertical;
}

.scs-form-grid input:focus,
.scs-form-grid select:focus,
.scs-form-grid textarea:focus {
  outline: none;
  border-color: #39505c;
  box-shadow: 0 0 0 4px rgba(57, 80, 92, 0.08);
}

.scs-col-span-2 {
  grid-column: span 2;
}

.scs-checkbox {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400 !important;
}

.scs-checkbox input {
  margin-top: 3px;
  min-height: auto !important;
  width: auto !important;
}

.scs-alert {
  padding: 14px 16px;
  border-radius: 14px;
  margin-bottom: 18px;
  font-size: 14px;
}

.scs-alert-success {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
}

.scs-alert-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

@media (max-width: 1200px) {
  .scs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .scs-wrapper {
    padding: 32px 16px 56px;
  }

  .scs-header h2 {
    font-size: 30px;
  }

  .scs-section h3,
  .scs-lead-form-wrap h3 {
    font-size: 24px;
  }

  .scs-grid,
  .scs-form-grid {
    grid-template-columns: 1fr;
  }

  .scs-col-span-2 {
    grid-column: span 1;
  }

  .scs-tab-buttons {
    flex-direction: column;
  }

  .scs-tab-btn {
    width: 100%;
  }

  .scs-card,
  .scs-lead-form-wrap {
    padding: 22px 18px;
  }
}
