/* =========================================================
   PHOENIX — SERVICES PAGE (PREMIUM ENTERPRISE)
========================================================= */

.phoenix-services {
  background: #ffffff;
  color: #0f172a;
  overflow-x: hidden;
}

/* =====================================
   SHARED WRAP (CONTROLLED WIDTH)
===================================== */
.services-wrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}

/* ===============================
   HERO — FULL WIDTH LUXURY
================================ */
.services-hero {
  position: relative;
  padding: 120px 0 70px;
  background:
    linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-bottom: none;
}

.services-hero::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(
    to bottom,
    rgba(241,245,249,1) 0%,
    rgba(255,255,255,1) 100%
  );
}

.services-hero h1 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.services-hero p {
  font-size: 19px;
  line-height: 1.7;
  color: #475569;
  max-width: 780px;
}

/* ===============================
   SERVICES CONTENT
================================ */
.services-section {
  padding: 0px 0 100px;
  background: #ffffff;
}

.service-block {
  margin-bottom: 90px;
  position: relative;
}

.service-block:not(:last-child)::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #e2e8f0;
  margin-top: 50px;
}

.service-block h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
}

.service-block p {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 24px;
  color: #334155;
  max-width: 780px;
}

.service-block ul {
  padding-left: 20px;
  margin-bottom: 04px;
}

.service-block li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #334155;
  line-height: 1.6;
}

/* ===============================
   CONNECT BUTTON (Premium Feel)
================================ */
.service-connect-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 22px;
  background: #0f172a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.service-connect-btn:hover {
  background: #1e293b;
  transform: translateY(-2px);
}

/* ===============================
   CTA SECTION
================================ */
.services-cta {
  padding: 120px 0;
  background: linear-gradient(135deg, #0f172a, #020617);
  color: #ffffff;
}

.services-cta h2 {
  font-size: 36px;
  margin-bottom: 18px;
  letter-spacing: -0.4px;
}

.services-cta p {
  font-size: 18px;
  margin-bottom: 36px;
  color: #cbd5f5;
  max-width: 780px;
}

/* ===============================
   MOBILE
================================ */
@media (max-width: 1024px) {

  .services-hero {
    padding: 100px 0 80px;
  }

  .services-hero h1 {
    font-size: 40px;
  }

  .services-section {
    padding: 90px 0 80px;
  }

  .service-block {
    margin-bottom: 70px;
  }
}

@media (max-width: 768px) {

  .services-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-hero {
    padding: 80px 0 60px;
  }

  .services-hero h1 {
    font-size: 32px;
  }

  .services-hero p {
    font-size: 16px;
  }

  .services-section {
    padding: 70px 0 60px;
  }

  .service-block h2 {
    font-size: 24px;
  }

}
