/* ═══════════════════════════════════════
   SERVICES PAGE — services.css
═══════════════════════════════════════ */

/* ── Hero ───────────────────────────── */
.services-hero {
  position: relative;
  /* min-height: 400px; */
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  /* background: #07090d; */
  background: linear-gradient(135deg, #031a30, #0b1d3a, #031a30);
}

.services-hero__bg {
  position: absolute;
  inset: 0;
  /* background: url('../assets/img/services-hero.jpg') center/cover no-repeat; */
  filter: brightness(.40) saturate(1.1);
}

.services-hero__inner {
  position: relative;
  padding: 70px 0 56px;
}

.services-hero__kicker {
  color: #c9a84c;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
}

.services-hero h1 {
  font-size: clamp(26px, 4.5vw, 50px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 14px;
}

.services-hero p {
  color: rgba(255,255,255,.72);
  font-size: 15px;
  max-width: 58ch;
  margin: 0;
}

.breadcrumb-item,
.breadcrumb-item a { color: rgba(255,255,255,.55); font-size: 13px; }
.breadcrumb-item.active { color: #c9a84c; }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.30); }

/* ── Overview Strip ─────────────────── */
.srv-strip {
  background: #040b17;
  padding: 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.srv-strip__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 22px 12px;
  color: rgba(255,255,255,.70);
  font-size: 13px;
  font-weight: 500;
  border-right: 1px solid rgba(255,255,255,.08);
  transition: .2s ease;
}

.srv-strip__item:last-child { border-right: none; }
.srv-strip__item:hover { background: rgba(201,168,76,.08); color: #c9a84c; }

.srv-strip__icon {
  font-size: 20px;
  color: #c9a84c;
}

/* ── Services Section ───────────────── */
.srv-section {
  padding: 80px 0;
  background: #f8f9fb;
}

.srv-kicker {
  display: block;
  color: #c9a84c;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 8px;
}

.srv-h2 {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  color: #0b1d3a;
  margin: 0 0 14px;
  line-height: 1.2;
}

.srv-lead {
  color: #666;
  font-size: 15px;
  line-height: 1.7;
  max-width: 62ch;
  margin: 0;
}

/* ── Service Card ───────────────────── */
.srv-card {
  background: #fff;
  border: 1px solid rgba(11,29,58,.09);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 28px rgba(0,0,0,.07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.srv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,.13);
  border-color: rgba(201,168,76,.35);
}

/* Image */
.srv-card__img-wrap {
  position: relative;
  height: 210px;
  overflow: hidden;
  flex-shrink: 0;
}

.srv-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
  display: block;
}

.srv-card:hover .srv-card__img {
  transform: scale(1.06);
}

/* Icon badge over image */
.srv-card__badge {
  position: absolute;
  bottom: -18px;
  left: 20px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #c9a84c;
  color: #111;
  display: grid;
  place-items: center;
  font-size: 17px;
  box-shadow: 0 6px 20px rgba(201,168,76,.40);
  border: 2px solid #fff;
  z-index: 2;
}

/* Body */
.srv-card__body {
  padding: 30px 20px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.srv-card__title {
  font-size: 17px;
  font-weight: 700;
  color: #0b1d3a;
  margin: 0 0 10px;
}

.srv-card__text {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  margin: 0 0 14px;
  flex: 1;
}

.srv-card__text strong {
  color: #c9a84c;
  font-weight: 600;
}

/* Feature list */
.srv-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 7px;
}

.srv-card__list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #555;
}

.srv-card__list li i {
  color: #c9a84c;
  font-size: 12px;
  flex-shrink: 0;
}

/* Learn more link */
.srv-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #c9a84c;
  text-decoration: none;
  letter-spacing: .02em;
  margin-top: auto;
  transition: gap .2s ease;
}

.srv-card__link:hover {
  gap: 10px;
  color: #b8943e;
}

/* ── Why JVS ────────────────────────── */
.srv-why {
  padding: 70px 0;
  background: linear-gradient(135deg,
    rgba(3,26,48,.98),
    rgba(11,29,58,.95),
    rgba(3,26,48,.98));
  position: relative;
  overflow: hidden;
}

.srv-why::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(201,168,76,.05) 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none;
}

.why-box {
  position: relative;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 28px 16px;
  text-align: center;
  transition: .2s ease;
}

.why-box:hover {
  background: rgba(201,168,76,.10);
  border-color: rgba(201,168,76,.30);
  transform: translateY(-3px);
}

.why-box__num {
  font-size: 2rem;
  font-weight: 800;
  color: #c9a84c;
  line-height: 1;
}

.why-box__label {
  font-size: 12px;
  color: rgba(255,255,255,.60);
  margin-top: 8px;
  font-weight: 500;
}

/* ── CTA Strip ──────────────────────── */
.srv-cta {
  background: #c9a84c;
  padding: 48px 0;
}

.srv-cta h3 {
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 700;
  color: #111;
  margin: 0;
}

.srv-cta p {
  color: rgba(0,0,0,.65);
  margin: 6px 0 0;
  font-size: 15px;
}

.srv-cta__btn {
  display: inline-flex;
  align-items: center;
  background: #0b1d3a;
  color: #fff;
  padding: 13px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: .2s ease;
}

.srv-cta__btn:hover {
  background: #0d2347;
  color: #fff;
}

/* ── Responsive ─────────────────────── */
@media (max-width: 991px) {
  .srv-card__img-wrap { height: 190px; }
  .srv-section { padding: 60px 0; }
}

@media (max-width: 767px) {
  /* .services-hero { min-height: 300px; } */
  /* .services-hero__inner { padding: 70px 0 40px; } */
  .srv-strip__item { font-size: 12px; padding: 16px 8px; }
  .srv-strip__icon { font-size: 17px; }
  .srv-card__img-wrap { height: 200px; }
  .srv-why { padding: 50px 0; }
  .srv-cta { padding: 36px 0; }
  .srv-cta__btn { width: 100%; justify-content: center; }
}

@media (max-width: 576px) {
  .srv-section { padding: 48px 0; }
  .srv-card__img-wrap { height: 185px; }
  .srv-card__body { padding: 28px 16px 18px; }
  .srv-card__title { font-size: 16px; }
  .why-box { padding: 20px 10px; }
  .why-box__num { font-size: 1.6rem; }
}