/* ===== SERVICE PAGE STYLES ===== */

/* Breadcrumb */
.breadcrumb { padding: 14px 0; font-size: 0.82rem; color: var(--slate); border-bottom: 1px solid var(--line); }
.breadcrumb a { color: var(--brass); transition: color 0.15s; }
.breadcrumb a:hover { color: var(--navy); }
.breadcrumb span { margin: 0 8px; color: var(--line); }

/* Service Hero */
.service-hero { padding: 64px 0 72px; background: radial-gradient(ellipse 60% 60% at 90% 0%, rgba(184,146,74,0.10), transparent 60%), var(--cream); border-bottom: 1px solid var(--line); }
.service-hero-inner { display: grid; grid-template-columns: 1fr 380px; gap: 56px; align-items: start; }
.service-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(184,146,74,0.12); border: 1px solid rgba(184,146,74,0.3); border-radius: 100px; padding: 6px 14px; font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brass); margin-bottom: 18px; font-weight: 500; }
.service-hero h1 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 18px; }
.service-hero-lede { font-size: 1.05rem; max-width: 520px; margin-bottom: 32px; color: var(--slate); }
.service-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.service-hero-meta { display: flex; gap: 28px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid var(--line); }
.meta-item { display: flex; flex-direction: column; gap: 3px; }
.meta-label { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--slate); }
.meta-value { font-family: var(--serif); font-size: 1.1rem; font-weight: 600; color: var(--navy); }

/* Sticky CTA card */
.service-cta-card { background: var(--navy); border-radius: var(--radius); padding: 32px; position: sticky; top: 90px; }
.service-cta-card h3 { color: var(--cream); font-size: 1.15rem; margin-bottom: 8px; }
.service-cta-card p { color: rgba(247,244,237,0.7); font-size: 0.9rem; margin-bottom: 24px; }
.service-cta-card .btn-primary { width: 100%; margin-bottom: 12px; background: var(--brass); border-color: var(--brass); color: var(--navy); font-weight: 700; }
.service-cta-card .btn-primary:hover { background: var(--brass-light); border-color: var(--brass-light); }
.service-cta-card .btn-ghost { width: 100%; color: var(--cream); border-color: rgba(247,244,237,0.25); }
.service-cta-card .btn-ghost:hover { border-color: var(--cream); }
.cta-card-divider { border: none; border-top: 1px solid rgba(247,244,237,0.12); margin: 20px 0; }
.cta-card-contact { display: flex; flex-direction: column; gap: 10px; }
.cta-card-contact a { display: flex; align-items: center; gap: 10px; color: rgba(247,244,237,0.75); font-size: 0.87rem; transition: color 0.15s; }
.cta-card-contact a:hover { color: var(--brass-light); }

/* Content sections */
.service-body { padding: 80px 0; }
.service-body-inner { display: grid; grid-template-columns: 1fr 380px; gap: 56px; align-items: start; }
.service-content { min-width: 0; }
.service-sidebar { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 20px; }

/* What's included */
.include-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.include-card { background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; transition: border-color 0.2s; }
.include-card:hover { border-color: var(--brass); }
.include-card .icon { font-size: 1.4rem; margin-bottom: 10px; display: block; }
.include-card h4 { font-family: var(--sans); font-weight: 700; font-size: 0.9rem; color: var(--navy); margin-bottom: 4px; }
.include-card p { font-size: 0.84rem; }

/* Steps */
.steps-list { display: flex; flex-direction: column; gap: 0; margin-top: 28px; counter-reset: step; }
.step-item { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.step-item:last-child { border-bottom: 1px solid var(--line); }
.step-num { width: 38px; height: 38px; border-radius: 50%; background: var(--navy); color: var(--cream); display: flex; align-items: center; justify-content: center; font-family: var(--mono); font-size: 0.76rem; font-weight: 500; flex-shrink: 0; margin-top: 2px; }
.step-body h4 { font-family: var(--sans); font-weight: 700; color: var(--navy); margin-bottom: 4px; font-size: 0.97rem; }
.step-body p { font-size: 0.9rem; }

/* Documents */
.doc-list { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.doc-item { display: flex; align-items: center; gap: 12px; padding: 14px 18px; background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--radius); font-size: 0.9rem; color: var(--charcoal); }
.doc-item::before { content: "📄"; font-size: 1rem; flex-shrink: 0; }

/* FAQ */
.sp-faq { margin-top: 28px; }

/* Sidebar cards */
.sidebar-card { background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.sidebar-card h4 { font-family: var(--serif); font-size: 1rem; color: var(--navy); margin-bottom: 14px; font-weight: 600; }
.sidebar-links { display: flex; flex-direction: column; gap: 2px; }
.sidebar-links a { font-size: 0.88rem; color: var(--slate); padding: 7px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; transition: color 0.15s; }
.sidebar-links a:last-child { border-bottom: none; }
.sidebar-links a:hover { color: var(--brass); }
.sidebar-links a::after { content: "→"; font-size: 0.8rem; }
.sidebar-highlight { background: var(--navy); border-color: var(--navy); }
.sidebar-highlight h4 { color: var(--cream); }
.sidebar-highlight p { color: rgba(247,244,237,0.7); font-size: 0.88rem; margin-bottom: 16px; }
.sidebar-highlight .btn { width: 100%; background: var(--brass); border-color: var(--brass); color: var(--navy); font-weight: 700; }
.sidebar-highlight .btn:hover { background: var(--brass-light); }

/* Section headings inside content */
.service-content h2 { font-size: 1.6rem; margin: 48px 0 6px; }
.service-content h2:first-child { margin-top: 0; }
.service-content > p { margin-bottom: 16px; }

/* Responsive */
@media(max-width: 980px) {
  .service-hero-inner { grid-template-columns: 1fr; }
  .service-cta-card { position: static; }
  .service-body-inner { grid-template-columns: 1fr; }
  .service-sidebar { position: static; }
  .include-grid { grid-template-columns: 1fr 1fr; }
}
@media(max-width: 600px) {
  .include-grid { grid-template-columns: 1fr; }
  .service-hero { padding: 40px 0 48px; }
  .service-hero-meta { gap: 16px; }
}

/* Clickable service tags on homepage */
.statute-tags li a { color: var(--navy); text-decoration: none; display: block; }
.statute-tags li:has(a) { transition: background 0.15s, border-color 0.15s; cursor: pointer; }
.statute-tags li:has(a):hover { background: rgba(184,146,74,0.12); border-color: var(--brass); }
