/* ═══════════════════════════════════════
   services.css — Services landing page
   ═══════════════════════════════════════ */

/* ─── PAGE HERO ─── */
.page-hero { background: linear-gradient(135deg,#060606 0%,#111 50%,#0a0a0a 100%); padding: 100px 0 70px; position: relative; overflow: hidden; width: 100%; }
.page-hero-pattern { position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px,rgba(184,134,11,.05) 1px,transparent 0); background-size: 32px 32px; }
.page-hero-content { position: relative; z-index: 2; }
.breadcrumb-bar { display: flex; align-items: center; gap: .5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.breadcrumb-bar a { font-size: .76rem; color: rgba(255,255,255,.4); letter-spacing: .06em; text-transform: uppercase; transition: color .28s; }
.breadcrumb-bar a:hover { color: var(--gold-light); }
.breadcrumb-bar span { font-size: .65rem; color: rgba(255,255,255,.2); }
.breadcrumb-bar p { font-size: .76rem; color: var(--gold-light); letter-spacing: .06em; text-transform: uppercase; margin: 0; }
.page-title { font-size: clamp(2rem,4vw,3.2rem); color: #fff; line-height: 1.15; margin-bottom: 1rem; }
.page-title span { color: var(--gold-bright); }
.page-subtitle { font-size: 1rem; color: rgba(255,255,255,.55); line-height: 1.78; max-width: 600px; }

/* ─── SERVICES INTRO ─── */
.sec-svc-intro { padding: 80px 0 60px; background: #fff; }

/* ─── SERVICE DETAIL CARDS ─── */
.sec-svc-detail { padding: 60px 0; }
.sec-svc-detail:nth-child(even) { background: #F9F8F5; }
.sec-svc-detail:nth-child(odd) { background: #fff; }
.svc-detail-icon { width: 72px; height: 72px; background: var(--gold-pale); border: 2px solid rgba(184,134,11,.2); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; color: var(--gold); margin-bottom: 1.4rem; }
.svc-detail-title { font-size: clamp(1.4rem,2.5vw,2rem); color: var(--dark); margin-bottom: .8rem; }
.svc-detail-title span { color: var(--gold); }
.svc-detail-body { font-size: .96rem; color: #555; line-height: 1.82; margin-bottom: 1.6rem; }
.svc-feat-list { list-style: none; padding: 0; margin: 0 0 2rem; display: flex; flex-direction: column; gap: .7rem; }
.svc-feat-list li { display: flex; align-items: flex-start; gap: .75rem; font-size: .88rem; color: #444; line-height: 1.6; }
.svc-feat-list li i { color: var(--gold); font-size: 1rem; flex-shrink: 0; margin-top: 2px; }
.svc-tag-list { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 2rem; }
.svc-tag-list span { font-size: .72rem; padding: .3rem .8rem; background: var(--gold-pale); color: var(--gold); border-radius: 3px; font-weight: 600; letter-spacing: .04em; border: 1px solid rgba(184,134,11,.2); }
.svc-detail-img { border-radius: 10px; overflow: hidden; background: var(--gold-pale); min-height: 340px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(184,134,11,.15); }
.svc-detail-img-inner { width: 60%; margin: auto; filter: drop-shadow(0 4px 20px rgba(184,134,11,.2)); }
.svc-number { font-family: 'Playfair Display',serif; font-size: 5rem; color: rgba(184,134,11,.08); font-weight: 700; line-height: 1; margin-bottom: -.5rem; }

/* ─── PROCESS (shared) ─── */
.sec-process { background: linear-gradient(135deg,var(--dark) 0%,#111 100%); padding: 90px 0; position: relative; overflow: hidden; }
.sec-process::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 70% at 50% 50%,rgba(184,134,11,.06) 0%,transparent 70%); }
.process-row { display: flex; align-items: flex-start; gap: 0; flex-wrap: wrap; position: relative; z-index: 2; }
.process-step { flex: 1; min-width: 160px; text-align: center; padding: 0 1rem; }
.ps-num { font-family: 'Playfair Display',serif; font-size: 3rem; color: rgba(184,134,11,.15); font-weight: 700; line-height: 1; margin-bottom: .5rem; }
.ps-icon { width: 60px; height: 60px; background: rgba(184,134,11,.1); border: 1px solid rgba(184,134,11,.25); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: var(--gold-bright); margin: 0 auto 1rem; }
.ps-title { color: #fff; font-size: .92rem; font-weight: 600; margin-bottom: .45rem; font-family: 'Inter',sans-serif; }
.ps-body { font-size: .8rem; color: rgba(255,255,255,.45); line-height: 1.65; }
.process-connector { display: flex; align-items: center; padding-top: 2.5rem; color: rgba(184,134,11,.35); font-size: 1.4rem; flex-shrink: 0; }

/* ─── INDUSTRIES SERVED ─── */
.sec-industries { padding: 90px 0; background: #fff; }
.ind-card { background: #F9F8F5; border: 1px solid rgba(184,134,11,.12); border-radius: 8px; padding: 1.8rem 1.5rem; text-align: center; transition: all .3s; height: 100%; }
.ind-card:hover { border-color: rgba(184,134,11,.35); background: var(--gold-pale); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(184,134,11,.09); }
.ind-icon { font-size: 2rem; color: var(--gold); margin-bottom: .85rem; }
.ind-card h6 { font-size: .88rem; font-weight: 700; color: var(--dark); margin: 0; font-family: 'Inter',sans-serif; }

/* ─── CTA ─── */
.sec-cta { background: var(--gold); padding: 70px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 2rem; }
.cta-title { font-size: clamp(1.4rem,3vw,2rem); color: #000; margin-bottom: .4rem; }
.cta-sub { font-size: .92rem; color: rgba(0,0,0,.62); margin: 0; }
.cta-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.2rem; }
.btn-dark-solid { display: inline-flex; align-items: center; background: var(--dark); color: #fff; font-weight: 700; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; padding: .78rem 2rem; border-radius: 3px; transition: all .28s; }
.btn-dark-solid:hover { background: #000; color: #fff; transform: translateY(-2px); }
.cta-call { display: inline-flex; align-items: center; color: rgba(0,0,0,.72); font-weight: 700; font-size: .85rem; letter-spacing: .06em; text-transform: uppercase; transition: color .28s; }
.cta-call:hover { color: #000; }

/* ─── RESPONSIVE ─── */
@media(max-width:991px) {
  .page-hero { padding: 80px 0 55px; }
  .svc-detail-img { min-height: 260px; margin-bottom: 2rem; }
  .process-connector { display: none; }
  .process-step { min-width: 120px; }
}
@media(max-width:767px) {
  .page-title { font-size: 1.75rem; }
  .svc-number { font-size: 3.5rem; }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }
  .sec-svc-detail { padding: 48px 0; }
}
@media(max-width:480px) {
  .page-title { font-size: 1.45rem; }
  .page-hero { padding: 70px 0 45px; }
  .svc-detail-title { font-size: 1.3rem; }
}