:root {
  --service-primary: #dc5519;
  --service-primary-dark: #b9410d;
  --service-ink: #303133;
  --service-muted: #606266;
  --service-border: rgba(220, 85, 25, 0.16);
  --service-surface: #ffffff;
  --service-bg: #fffaf7;
}

.page {
  background:
    radial-gradient(circle at top left, rgba(220, 85, 25, 0.08), transparent 30%),
    radial-gradient(circle at right 20%, rgba(243, 173, 75, 0.12), transparent 24%),
    linear-gradient(180deg, #fffdfb 0%, #fff7f2 100%);
  color: var(--service-ink);
}

.service-hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0 102px;
  background:
    linear-gradient(135deg, rgba(34, 36, 38, 0.86), rgba(220, 85, 25, 0.82)),
    url('/static/assets/images/b6cc3596b414791c2131068b5f22b11f.png') center/cover no-repeat;
}

.service-hero::before,
.service-hero::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.service-hero::before {
  width: 260px;
  height: 260px;
  top: -60px;
  right: 10%;
}

.service-hero::after {
  width: 180px;
  height: 180px;
  left: 14%;
  bottom: -70px;
}

.service-hero__inner,
.service-section,
.service-cta__inner {
  width: 1200px;
  margin: 0 auto;
}

.service-hero__inner {
  position: relative;
  z-index: 1;
}

.service-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  letter-spacing: 2px;
}

.service-title {
  margin-top: 26px;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
}

.service-subtitle {
  margin-top: 20px;
  width: 760px;
  font-size: 18px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.88);
}

.service-section {
  padding: 64px 0 0;
}

.service-panel {
  padding: 42px;
  border: 1px solid var(--service-border);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 60px rgba(48, 49, 51, 0.08);
  backdrop-filter: blur(14px);
}

.service-panel + .service-panel {
  margin-top: 30px;
}

.service-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.service-section__title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--service-ink);
}

.service-section__desc {
  max-width: 720px;
  font-size: 16px;
  line-height: 1.9;
  color: var(--service-muted);
}

.service-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--service-primary), #ef7a45);
  color: #fff;
  font-size: 15px;
  box-shadow: 0 14px 28px rgba(220, 85, 25, 0.22);
}

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

.service-card {
  position: relative;
  padding: 30px 28px 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fff6f0 100%);
  border: 1px solid rgba(220, 85, 25, 0.12);
}

.service-card::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(90deg, var(--service-primary), #f1a161);
}

.service-card__title {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
}

.service-card__desc {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.95;
  color: var(--service-muted);
}

.service-card__tag {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(220, 85, 25, 0.1);
  color: var(--service-primary-dark);
  font-size: 14px;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 22px;
  margin-top: 26px;
}

.service-list__item {
  display: flex;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(220, 85, 25, 0.1);
}

.service-list__no {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--service-primary), #ef8b57);
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}

.service-list__text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--service-ink);
}

.service-cta {
  padding: 64px 0 80px;
}

.service-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px 40px;
  border-radius: 30px;
  background: linear-gradient(135deg, #1f2124 0%, #404349 100%);
  box-shadow: 0 20px 40px rgba(31, 33, 36, 0.18);
}

.service-cta__title {
  font-size: 28px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
}

.service-cta__text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
}

.service-cta__actions {
  display: flex;
  flex-shrink: 0;
  gap: 14px;
}

.service-cta__content {
  flex: 1 1 auto;
  min-width: 0;
  max-width: calc(100% - 340px);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.service-cta__content,
.service-cta__content * {
  color: #ffffff !important;
}

.service-btn {
  min-width: 148px;
  height: 50px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-btn:hover {
  transform: translateY(-2px);
}

.service-btn--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #fb923c 0%, #f97316 100%);
  box-shadow: 0 10px 20px rgba(249, 115, 22, 0.24);
}

.service-btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

@media (max-width: 1280px) {
  .service-hero__inner,
  .service-section,
  .service-cta__inner {
    width: calc(100% - 40px);
  }
}

@media (max-width: 900px) {
  .service-grid,
  .service-list {
    grid-template-columns: 1fr;
  }

  .service-section__head,
  .service-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-title {
    font-size: 38px;
  }

  .service-subtitle {
    width: 100%;
  }
}
