/* ==============================================
   SERVICE PAGES — SHARED STYLES v3
============================================== */
.sp-hero{min-height:60vh;background:var(--navy);display:flex;align-items:center;padding-top:72px;position:relative;overflow:hidden}
.sp-hero::after{content:'';position:absolute;top:72px;left:0;right:0;height:3px;background:var(--gold)}
.sp-hero-bg{position:absolute;inset:0;pointer-events:none}
.sp-hero-bg::before{content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 79px,rgba(255,255,255,.02) 80px),repeating-linear-gradient(90deg,transparent,transparent 79px,rgba(255,255,255,.02) 80px)}
.sp-hero-bg-blue::after{content:'';position:absolute;top:-80px;right:-80px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(28,95,160,.18) 0%,transparent 70%)}
.sp-hero-bg-gold::after{content:'';position:absolute;top:-80px;right:-80px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,.12) 0%,transparent 70%)}
.sp-hero-bg-teal::after{content:'';position:absolute;top:-80px;right:-80px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(13,122,103,.15) 0%,transparent 70%)}
.sp-hero-bg-navy::after{content:'';position:absolute;top:-80px;right:-80px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(30,49,72,.4) 0%,transparent 70%)}
.sp-hero-inner{position:relative;padding:60px 28px}
.sp-breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;color:rgba(255,255,255,.4);margin-bottom:32px;flex-wrap:wrap}
.sp-breadcrumb a{color:rgba(255,255,255,.4);transition:color .2s}.sp-breadcrumb a:hover{color:var(--gold)}.sp-breadcrumb span:last-child{color:var(--gold)}
.sp-hero-content{max-width:760px;animation:fadeUp .9s var(--ease) both}
.sp-service-number{font-size:11px;font-weight:600;letter-spacing:.18em;color:var(--gold);margin-bottom:14px}
.sp-icon-wrap{width:62px;height:62px;background:rgba(201,168,76,.12);border:1px solid rgba(201,168,76,.25);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;color:var(--gold);margin-bottom:20px}
.sp-hero-title{font-family:var(--font-display);font-size:clamp(34px,5vw,58px);font-weight:600;color:var(--white);line-height:1.1;margin-bottom:18px}
.sp-hero-sub{font-size:16px;color:rgba(255,255,255,.58);line-height:1.8;max-width:640px;margin-bottom:32px}
.sp-hero-ctas{display:flex;gap:13px;flex-wrap:wrap}

.sp-stats-bar{background:var(--navy-mid);border-bottom:1px solid rgba(201,168,76,.12)}
.sp-stats-inner{display:flex;align-items:center;justify-content:center;max-width:1180px;margin:0 auto;padding:0 28px}
.sp-stat{display:flex;flex-direction:column;align-items:center;padding:26px 44px;text-align:center}
.sp-stat-n{font-family:var(--font-display);font-size:34px;font-weight:600;color:var(--gold);line-height:1}
.sp-stat-l{font-size:12px;color:rgba(255,255,255,.4);margin-top:4px;letter-spacing:.04em}
.sp-stat-div{width:1px;height:44px;background:rgba(255,255,255,.08);flex-shrink:0}

.sp-section{padding:100px 0}

.sp-offerings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.sp-offering{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:32px 28px;transition:transform .3s var(--ease),box-shadow .3s,border-color .3s}
.sp-offering:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--gray-400)}
.sp-offering-icon{width:50px;height:50px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.sp-offering-title{font-family:var(--font-display);font-size:22px;font-weight:600;color:var(--navy);margin-bottom:10px;line-height:1.2}
.sp-offering-desc{font-size:14px;color:var(--text-muted);line-height:1.8;margin-bottom:16px}
.sp-offering-list{display:flex;flex-direction:column;gap:2px}
.sp-offering-list li{font-size:13px;color:var(--text-muted);padding:5px 0;border-bottom:1px solid var(--gray-100);display:flex;align-items:center;gap:7px}
.sp-offering-list li::before{content:'→';color:var(--gold);font-size:11px;flex-shrink:0}
.sp-offering-list li:last-child{border-bottom:none}

.sp-process-section{background:var(--navy);padding:100px 0}
.sp-process-section .section-eyebrow{color:var(--gold)}.sp-process-section .section-title{color:var(--white)}
.sp-process{display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative}
.sp-process::before{content:'';position:absolute;top:27px;left:5%;right:5%;height:1px;background:rgba(201,168,76,.2)}
.sp-process-step{padding:0 14px;text-align:center;position:relative}
.sp-step-num{font-family:var(--font-display);font-size:13px;font-weight:600;color:var(--gold);background:var(--navy);border:1px solid rgba(201,168,76,.3);width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;position:relative;z-index:1}
.sp-step-line{display:none}
.sp-step-title{font-size:14px;font-weight:600;color:var(--white);margin-bottom:8px}
.sp-step-desc{font-size:12.5px;color:rgba(255,255,255,.42);line-height:1.7}

.sp-tech-section{background:var(--off-white)}
.sp-tech-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.sp-tech-group{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:26px;transition:box-shadow .3s}
.sp-tech-group:hover{box-shadow:var(--shadow)}
.sp-tech-label{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:13px}
.sp-tech-tags{display:flex;flex-wrap:wrap;gap:8px}
.sp-tech-tags span{background:var(--off-white);border:1px solid var(--gray-200);color:var(--navy);font-size:13px;font-weight:500;padding:5px 12px;border-radius:100px;transition:background .2s,border-color .2s}
.sp-tech-tags span:hover{background:var(--gold-pale);border-color:var(--gold)}

.sp-cta-section{background:var(--navy-deep);border-top:3px solid var(--gold);padding:68px 0}
.sp-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:36px;flex-wrap:wrap}
.sp-cta-title{font-family:var(--font-display);font-size:clamp(24px,3vw,36px);font-weight:600;color:var(--white);margin-bottom:9px}
.sp-cta-sub{font-size:15px;color:rgba(255,255,255,.5);line-height:1.7;max-width:540px}

.sp-other-services{background:var(--off-white)}
.sp-other-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.sp-other-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:24px 20px;display:flex;flex-direction:column;gap:7px;transition:transform .3s var(--ease),box-shadow .3s,border-color .3s}
.sp-other-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--gold)}
.sp-other-num{font-size:11px;font-weight:600;letter-spacing:.12em;color:var(--gold)}
.sp-other-card h4{font-family:var(--font-display);font-size:18px;font-weight:600;color:var(--navy);line-height:1.25}
.sp-other-card p{font-size:13px;color:var(--text-muted);line-height:1.6;flex:1}
.sp-other-arrow{font-size:17px;color:var(--gold);transition:transform .2s}
.sp-other-card:hover .sp-other-arrow{transform:translateX(4px)}
.sp-footer-home{font-size:13px;color:rgba(255,255,255,.4);border-bottom:1px solid rgba(201,168,76,.3);padding-bottom:1px;transition:color .2s}
.sp-footer-home:hover{color:var(--gold)}

/* Advisory 3-col grid */
.advisory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.advisory-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:28px 24px;transition:transform .3s var(--ease),box-shadow .3s,border-color .3s}
.advisory-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--gray-400)}
.advisory-card-num{font-size:11px;font-weight:600;letter-spacing:.12em;color:var(--gold);margin-bottom:9px}
.advisory-icon{width:46px;height:46px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:13px}
.advisory-title{font-family:var(--font-display);font-size:19px;font-weight:600;color:var(--navy);line-height:1.25;margin-bottom:8px}
.advisory-desc{font-size:13.5px;color:var(--text-muted);line-height:1.75;margin-bottom:13px}
.advisory-list{list-style:none;display:flex;flex-direction:column;gap:1px}
.advisory-list li{font-size:13px;color:var(--text-muted);padding:4px 0;border-bottom:1px solid var(--gray-100);display:flex;align-items:center;gap:7px}
.advisory-list li::before{content:'→';color:var(--gold);font-size:11px;flex-shrink:0}
.advisory-list li:last-child{border-bottom:none}

@media(max-width:1024px){.sp-other-grid{grid-template-columns:repeat(2,1fr)}.advisory-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.sp-offerings-grid{grid-template-columns:1fr}.sp-process{grid-template-columns:1fr}.sp-process::before{display:none}.sp-process-step{text-align:left;display:flex;gap:15px;align-items:flex-start;padding:0 0 22px}.sp-step-num{flex-shrink:0;margin:0}.sp-tech-grid{grid-template-columns:1fr}.sp-stats-inner{flex-wrap:wrap}.sp-stat{padding:18px 22px}.sp-stat-div{display:none}}
@media(max-width:600px){.sp-other-grid{grid-template-columns:1fr}.advisory-grid{grid-template-columns:1fr}.sp-hero-ctas{flex-direction:column}.sp-cta-inner{flex-direction:column;text-align:center}.sp-cta-inner .btn-gold{width:100%;text-align:center}}
