/* Service-page-specific styles (ai-consulting, osint, wordpress-seo,
   workflow-automation). Loaded alongside base.v2.css. */
h1 { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: .97; letter-spacing: -.05em; }
h2 { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.7rem, 3.2vw, 2.6rem); letter-spacing: -.03em; line-height: 1.05; }
section { padding: 60px 0; }
section + section { padding-top: 0; }

.prose p { color: var(--soft-ink); font-size: 1.02rem; margin: 0 0 1.1em; }
.prose p:last-child { margin-bottom: 0; }
.prose ul { margin: 0 0 1.1em 1.3em; padding: 0; color: var(--soft-ink); font-size: 1.02rem; }
.prose li { margin-bottom: .45em; }
.prose strong { color: var(--forest); }

.page-hero { padding: 64px 0 52px; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-family: "IBM Plex Mono", monospace; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--sage); margin-bottom: 20px; }
.breadcrumb a:hover { color: var(--emerald); }
.hero-sub { margin: 20px 0 32px; color: var(--soft-ink); font-size: 1.08rem; max-width: 720px; line-height: 1.6; }
.divider { border: none; border-top: 1px solid var(--line); margin: 0; }
.two-col { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; align-items: start; }
@media(max-width: 860px) { .two-col { grid-template-columns: 1fr; } }
.sidebar-card { padding: 28px; margin-bottom: 18px; }
.sidebar-card h3 { font-size: .88rem; font-weight: 800; color: var(--forest); text-transform: uppercase; letter-spacing: .05em; margin: 0 0 12px; }
.sidebar-card p { font-size: .9rem; color: var(--soft-ink); margin: 0 0 14px; }
.pill-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.pill-list li { padding: 7px 12px; border-radius: 999px; background: var(--fern); color: var(--forest); font-size: .82rem; font-weight: 700; }
.checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.checklist li { padding: 14px 18px; background: var(--fern); border-radius: 14px; color: var(--forest); font-size: .95rem; font-weight: 700; }
.questions-list { list-style: none; margin: 0 0 1.2em; padding: 0; }
.questions-list li { padding: 12px 16px; border-left: 3px solid var(--emerald); margin-bottom: 8px; background: rgba(255,255,255,.6); border-radius: 0 10px 10px 0; color: var(--soft-ink); font-size: .97rem; font-style: italic; }

.how-work-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-top: 24px; }
.how-work-step { padding: 24px; }
.how-work-num { font-family: "IBM Plex Mono", monospace; font-size: .75rem; font-weight: 800; color: var(--emerald); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 10px; }
.how-work-step h3 { font-size: 1rem; font-weight: 800; color: var(--forest); margin: 0 0 8px; }
.how-work-step p { margin: 0; color: var(--soft-ink); font-size: .93rem; }

.stats-grid { display: grid; gap: 10px; }
.stat { padding: 14px; border-radius: 16px; background: rgba(232,241,234,.76); border: 1px solid rgba(15,47,36,.10); }
.stat b { display: block; color: var(--forest); font-size: 1.6rem; line-height: 1; }
.stat span { display: block; margin-top: 6px; color: var(--soft-ink); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }

.note-card { padding: 22px 26px; }

.local-band { background: var(--fern); border: 1px solid rgba(15,47,36,.12); border-radius: 22px; padding: 32px 36px; }
.local-band h3 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.55rem; color: var(--forest); margin: 0 0 10px; letter-spacing: -.02em; }
.local-band p { margin: 0; color: var(--soft-ink); font-size: 1rem; }

.related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-top: 24px; }
.related-card { padding: 22px; display: block; transition: transform .18s ease, box-shadow .18s ease; }
.related-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.related-card .svc-label { font-family: "IBM Plex Mono", monospace; font-size: .7rem; font-weight: 800; color: var(--emerald); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 8px; }
.related-card h3 { font-size: .97rem; font-weight: 800; color: var(--forest); margin: 0 0 6px; line-height: 1.25; }
.related-card p { margin: 0; color: var(--soft-ink); font-size: .88rem; }

.cta-band { background: var(--forest); border-radius: 36px; padding: 44px; color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 28px; flex-wrap: wrap; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 92% 8%, rgba(232,241,234,.10), transparent 26rem); pointer-events: none; }
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; margin-bottom: 10px; }
.cta-band p { color: rgba(255,255,255,.75); margin: 0; max-width: 520px; font-size: 1.02rem; }

.faq-list { display: grid; gap: 14px; margin-top: 24px; }
.faq-item { padding: 24px 28px; }
.faq-item h3 { font-size: 1rem; font-weight: 800; color: var(--forest); margin: 0 0 10px; line-height: 1.3; }
.faq-item p { margin: 0; color: var(--soft-ink); font-size: .97rem; }

@media(max-width: 860px) {
  .cta-band { border-radius: 24px; padding: 32px; }
  .local-band { padding: 24px; }
}
@media(max-width: 580px) {
  section { padding: 44px 0; }
  h1 { font-size: clamp(2.1rem, 10vw, 3rem); }
}
