/* ============================================================
   Vers Service Center — /service
   Brand: #ed1b24 · #c9a962 · cream #faf8f4
   ============================================================ */

:root {
  --vers-service-cream: #faf8f4;
  --vers-service-cream-deep: #f3efe8;
}

/* ============================================================
   Service Banner Modifier
   ============================================================ */
.vers-page-banner--service {
  background:
    radial-gradient(ellipse 68% 55% at 22% 35%, rgba(201, 169, 98, 0.2) 0%, transparent 58%),
    radial-gradient(ellipse 52% 45% at 86% 62%, rgba(237, 27, 36, 0.07) 0%, transparent 52%),
    var(--vers-service-cream);
}

.vers-page-banner--service::before {
  background:
    radial-gradient(ellipse 62% 48% at 78% 38%, rgba(201, 169, 98, 0.17) 0%, transparent 54%),
    radial-gradient(ellipse 48% 42% at 18% 68%, rgba(25, 53, 45, 0.06) 0%, transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, var(--vers-service-cream) 72%);
}

.vers-page-banner--service .vers-page-banner-accent {
  opacity: 0.38;
  background-image:
    linear-gradient(90deg, rgba(201, 169, 98, 0.09) 1px, transparent 1px),
    linear-gradient(0deg, rgba(201, 169, 98, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
}

/* ============================================================
   Service Grid Section
   ============================================================ */
.vers-service-grid-section {
  position: relative;
  padding: 88px 0 104px;
  background: #fff;
  overflow: hidden;
}

.vers-service-grid-section::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 34%;
  background: linear-gradient(270deg, rgba(201, 169, 98, 0.06) 0%, transparent 100%);
  pointer-events: none;
}

.vers-service-grid-head {
  max-width: 640px;
  margin-bottom: 48px;
}

.vers-service-grid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.vers-service-grid .vers-service-card {
  height: 100%;
}

/* ============================================================
   Service Process Section
   ============================================================ */
.vers-service-process {
  position: relative;
  padding: 96px 0 120px;
  background: var(--vers-service-cream);
}

.vers-service-process::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 92% 12%, rgba(201, 169, 98, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 40% 35% at 4% 88%, rgba(237, 27, 36, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.vers-service-process-side {
  position: relative;
  z-index: 1;
  padding-right: 24px;
}

.vers-service-process-side .vers-section-title::after {
  margin-top: 16px;
}

.vers-service-process-lead {
  margin: 28px 0 36px;
  font-size: 18px;
  line-height: 1.75;
  color: var(--vers-muted);
  letter-spacing: 0.04em;
}

.vers-service-process-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
  background: var(--vers-brand);
  border: 2px solid var(--vers-brand);
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(237, 27, 36, 0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.vers-service-process-cta i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.vers-service-process-cta:hover {
  color: #fff;
  background: var(--vers-brand-dark);
  border-color: var(--vers-brand-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(237, 27, 36, 0.38);
}

.vers-service-process-cta:hover i {
  transform: translateX(4px);
}

.vers-service-process-timeline {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.vers-service-process-step {
  position: relative;
  display: grid;
  grid-template-columns: 72px 64px 1fr;
  gap: 0 24px;
  align-items: start;
  padding: 0 0 36px;
}

.vers-service-process-step:last-child {
  padding-bottom: 0;
}

.vers-service-process-step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 72px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(201, 169, 98, 0.55) 0%, rgba(201, 169, 98, 0.15) 100%);
}

.vers-service-process-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--vers-gold);
  background: #fff;
  border: 2px solid rgba(201, 169, 98, 0.45);
  box-shadow: 0 8px 24px rgba(14, 16, 20, 0.06);
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.vers-service-process-step:hover .vers-service-process-num {
  color: #fff;
  background: linear-gradient(145deg, var(--vers-brand) 0%, var(--vers-brand-dark) 100%);
  border-color: var(--vers-brand);
  transform: scale(1.05);
}

.vers-service-process-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-top: 4px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(201, 169, 98, 0.28);
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.vers-service-process-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.vers-service-process-step:hover .vers-service-process-icon {
  border-color: rgba(237, 27, 36, 0.2);
  box-shadow: 0 8px 24px rgba(237, 27, 36, 0.08);
}

.vers-service-process-body {
  padding: 8px 28px 28px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(201, 169, 98, 0.2);
  box-shadow: 0 8px 32px rgba(14, 16, 20, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.vers-service-process-step:hover .vers-service-process-body {
  transform: translateX(6px);
  border-color: rgba(237, 27, 36, 0.12);
  box-shadow: 0 16px 48px rgba(14, 16, 20, 0.08);
}

.vers-service-process-title {
  margin: 0 0 12px;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 700;
  color: var(--vers-text);
  letter-spacing: 0.03em;
  transition: color 0.25s ease;
}

.vers-service-process-step:hover .vers-service-process-title {
  color: var(--vers-brand);
}

.vers-service-process-desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--vers-muted);
}

/* ============================================================
   Service Detail Pages — highlights, layout, scenarios, CTA
   ============================================================ */
.vers-page-banner--service-item .vers-page-banner-accent {
  opacity: 0.32;
}

.vers-page-banner--service-item {
  background:
    radial-gradient(ellipse 68% 55% at 22% 35%, rgba(201, 169, 98, 0.2) 0%, transparent 58%),
    radial-gradient(ellipse 52% 45% at 86% 62%, rgba(237, 27, 36, 0.07) 0%, transparent 52%),
    var(--vers-service-cream);
}

.vers-page-banner--service-item::before {
  background:
    radial-gradient(ellipse 62% 48% at 78% 38%, rgba(201, 169, 98, 0.17) 0%, transparent 54%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, var(--vers-service-cream) 72%);
}

.vers-svc-highlights {
  position: relative;
  margin-top: -32px;
  padding: 0 0 8px;
  z-index: 2;
}

.vers-svc-highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.vers-svc-highlight {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 22px 20px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(201, 169, 98, 0.22);
  box-shadow: 0 12px 40px rgba(14, 16, 20, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.vers-svc-highlight:hover {
  transform: translateY(-4px);
  border-color: rgba(237, 27, 36, 0.15);
  box-shadow: 0 18px 48px rgba(14, 16, 20, 0.1);
}

.vers-svc-highlight-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(237, 27, 36, 0.1) 0%, rgba(201, 169, 98, 0.12) 100%);
  color: var(--vers-brand);
  font-size: 20px;
}

.vers-svc-highlight strong {
  font-size: 16px;
  font-weight: 700;
  color: var(--vers-text);
  letter-spacing: 0.03em;
}

.vers-svc-highlight span {
  font-size: 13px;
  line-height: 1.65;
  color: var(--vers-muted);
}

.vers-svc-detail {
  padding: 56px 0 88px;
  background: #fff;
}

.vers-svc-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 40px;
  align-items: start;
}

.vers-svc-article-head {
  margin-bottom: 32px;
}

.vers-svc-article-head h2 {
  margin: 0 0 12px;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  color: var(--vers-text);
}

.vers-svc-article-head p {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: var(--vers-muted);
}

.vers-svc-article-body h3 {
  margin: 32px 0 14px;
  font-size: 20px;
  font-weight: 700;
  color: var(--vers-brand);
}

.vers-svc-article-body h3:first-child {
  margin-top: 0;
}

.vers-svc-article-body p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.9;
  color: var(--vers-muted);
  text-align: justify;
}

.vers-svc-sidebar {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vers-svc-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 36px 24px;
  border-radius: 20px;
  background: linear-gradient(160deg, var(--vers-service-cream) 0%, #fff 100%);
  border: 1px solid rgba(201, 169, 98, 0.25);
}

.vers-svc-visual img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 16px;
}

.vers-svc-visual h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--vers-text);
}

.vers-svc-visual p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--vers-muted);
}

.vers-svc-specs {
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(25, 53, 45, 0.08);
  box-shadow: 0 8px 32px rgba(14, 16, 20, 0.04);
}

.vers-svc-specs h4 {
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 700;
  color: var(--vers-text);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vers-svc-specs dl {
  margin: 0;
}

.vers-svc-specs dt {
  font-size: 13px;
  font-weight: 600;
  color: var(--vers-gold);
  margin-top: 12px;
}

.vers-svc-specs dt:first-child {
  margin-top: 0;
}

.vers-svc-specs dd {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--vers-muted);
}

.vers-svc-scenarios {
  padding: 72px 0 88px;
  background: var(--vers-service-cream);
}

.vers-svc-scenarios-head {
  max-width: 560px;
  margin-bottom: 36px;
}

.vers-svc-scenarios-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.vers-svc-scenario {
  padding: 24px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(201, 169, 98, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vers-svc-scenario:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(14, 16, 20, 0.06);
}

.vers-svc-scenario i {
  display: block;
  font-size: 22px;
  color: var(--vers-brand);
  margin-bottom: 12px;
}

.vers-svc-scenario strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--vers-text);
  margin-bottom: 6px;
}

.vers-svc-scenario span {
  font-size: 13px;
  line-height: 1.65;
  color: var(--vers-muted);
}

.vers-svc-related {
  padding: 72px 0 48px;
  background: #fff;
}

.vers-svc-related-head {
  margin-bottom: 28px;
}

.vers-svc-related-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.vers-svc-related-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 18px 10px;
  border-radius: 14px;
  background: var(--vers-service-cream);
  border: 1px solid transparent;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.vers-svc-related-link i {
  font-size: 20px;
  color: var(--vers-brand);
}

.vers-svc-related-link span {
  font-size: 13px;
  font-weight: 600;
  color: var(--vers-text);
  text-align: center;
}

.vers-svc-related-link:hover {
  background: #fff;
  border-color: rgba(201, 169, 98, 0.35);
  transform: translateY(-2px);
}

.vers-svc-cta {
  padding: 0 0 88px;
  background: #fff;
}

.vers-svc-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 40px 48px;
  border-radius: 20px;
  background: linear-gradient(135deg, #19352d 0%, #1f4539 55%, #19352d 100%);
  box-shadow: 0 20px 60px rgba(25, 53, 45, 0.18);
}

.vers-svc-cta-tag {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vers-gold);
}

.vers-svc-cta-copy h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700;
  color: #fff;
}

.vers-svc-cta-copy p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  max-width: 480px;
}

.vers-svc-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}

.vers-svc-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vers-svc-cta-btn--phone {
  color: #fff;
  background: var(--vers-brand);
  border: 2px solid var(--vers-brand);
}

.vers-svc-cta-btn--phone:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(237, 27, 36, 0.35);
}

.vers-svc-cta-btn--outline {
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.35);
}

.vers-svc-cta-btn--outline:hover {
  color: #fff;
  border-color: var(--vers-gold);
  transform: translateY(-2px);
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 991px) {
  .vers-service-grid-section {
    padding: 64px 0 80px;
  }

  .vers-svc-highlights-grid,
  .vers-svc-scenarios-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vers-svc-related-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .vers-svc-detail-grid {
    grid-template-columns: 1fr;
  }

  .vers-svc-sidebar {
    position: static;
  }

  .vers-svc-cta-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 28px;
  }

  .vers-service-process {
    padding: 72px 0 88px;
  }

  .vers-service-process-side {
    margin-bottom: 48px;
    padding-right: 0;
    text-align: center;
  }

  .vers-service-process-side .vers-section-title::after {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .vers-service-process-step {
    grid-template-columns: 56px 1fr;
    grid-template-rows: auto auto;
    gap: 0 16px;
    padding-bottom: 28px;
  }

  .vers-service-process-step:not(:last-child)::before {
    left: 27px;
    top: 56px;
  }

  .vers-service-process-num {
    width: 56px;
    height: 56px;
    font-size: 13px;
    grid-row: 1 / 3;
  }

  .vers-service-process-icon {
    display: none;
  }

  .vers-service-process-body {
    grid-column: 2;
    padding: 20px 22px 24px;
  }

  .vers-service-process-step:hover .vers-service-process-body {
    transform: none;
  }
}

@media (max-width: 575px) {
  .vers-service-grid-head {
    margin-bottom: 36px;
  }

  .vers-svc-highlights {
    margin-top: -16px;
  }

  .vers-svc-highlights-grid,
  .vers-svc-scenarios-grid,
  .vers-svc-related-grid {
    grid-template-columns: 1fr 1fr;
  }

  .vers-svc-cta-actions {
    width: 100%;
  }

  .vers-svc-cta-btn {
    flex: 1;
    justify-content: center;
    min-width: calc(50% - 6px);
  }
}
