/* ── SERVICES PAGE ── */

.services-hero {
  background: var(--steel-blue);
  padding: 4rem 0 3rem;
  position: relative;
  overflow: hidden;
}

.services-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 90% 50%, rgba(201,168,76,0.08) 0%, transparent 70%),
    linear-gradient(rgba(214,224,240,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214,224,240,0.03) 1px, transparent 1px);
  background-size: auto, 48px 48px, 48px 48px;
}

.services-hero .container { position: relative; }

.services-hero-sub {
  color: var(--light-steel-blue);
  font-size: 1.0625rem;
  max-width: 580px;
  line-height: 1.75;
}

/* ── Intro ── */
.services-intro { background: var(--white); }

.services-intro-text {
  font-size: 1.0625rem;
  color: var(--text-mid);
  line-height: 1.8;
  max-width: 760px;
}

/* ── Service Cards ── */
.services-section { background: var(--light-gray); }

.services-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.service-card {
  background: var(--white);
  border-radius: var(--radius-md);
  border: 1px solid rgba(31,56,100,0.08);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}

.service-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.service-card-header {
  background: var(--steel-blue);
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.service-icon {
  font-size: 1.75rem;
  flex-shrink: 0;
}

.service-card-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.125rem;
  color: var(--white);
  line-height: 1.25;
}

.service-card-body {
  padding: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}

.service-card-body.two-col {
  grid-template-columns: 1.5fr 1fr 1fr;
}

.service-desc {
  font-size: 0.9375rem;
  color: var(--text-mid);
  line-height: 1.75;
}

.service-col-heading {
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.875rem;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.service-list li {
  font-size: 0.875rem;
  color: var(--text-mid);
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.service-list li::before {
  content: '✦';
  color: var(--gold);
  font-size: 0.6rem;
  flex-shrink: 0;
  margin-top: 0.3rem;
}

.service-benefits li::before {
  content: '✓';
  color: #065F46;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

/* ── Why Choose ── */
.why-section { background: var(--white); }

.why-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.why-text p {
  font-size: 1.0625rem;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.why-goals {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}

.why-goal {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--light-gray);
  border-radius: var(--radius-sm);
  padding: 1rem 1.25rem;
  border-left: 4px solid var(--gold);
}

.why-goal-icon { font-size: 1.5rem; flex-shrink: 0; }

.why-goal-text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--steel-blue);
}

.why-goal-sub {
  font-size: 0.8125rem;
  color: var(--text-mid);
  margin-top: 0.2rem;
}

.why-visual {
  background: var(--steel-blue);
  border-radius: var(--radius-md);
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}

.why-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(214,224,240,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214,224,240,0.04) 1px, transparent 1px);
  background-size: 32px 32px;
}

.why-visual-inner { position: relative; z-index: 1; }

.why-stat {
  text-align: center;
  padding: 1.25rem;
  background: rgba(255,255,255,0.06);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(214,224,240,0.1);
  margin-bottom: 1rem;
}

.why-stat:last-child { margin-bottom: 0; }

.why-stat-num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 2rem;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.35rem;
}

.why-stat-label {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--light-steel-blue);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ── CTA Banner ── */
.services-cta {
  background: var(--steel-blue);
  padding: 5rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.services-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 100%, rgba(201,168,76,0.12) 0%, transparent 70%);
}

.services-cta .container { position: relative; }

.services-cta h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  color: var(--white);
  margin-bottom: 0.875rem;
}

.services-cta-sub {
  color: var(--light-steel-blue);
  font-size: 1.0625rem;
  max-width: 560px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}

.services-cta-note {
  margin-top: 2rem;
  font-size: 0.9375rem;
  color: rgba(214,224,240,0.65);
  font-style: italic;
  font-family: var(--font-serif);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .service-card-body,
  .service-card-body.two-col {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .why-layout { grid-template-columns: 1fr; }
  .why-visual { display: none; }
}
