/* Public SEO pages (/services/*). Matches the homepage palette: brand green #046400, ink #1a1d29. */
:root {
  --vp-brand: #046400;
  --vp-brand-rgb: 4, 100, 0;
  --vp-brand-dark: #034a00;
  --vp-brand-soft: #e9f5e8;
  --vp-ink: #1a1d29;
  --vp-text: #374151;
  --vp-muted: #6b7280;
  --vp-line: #e5e7eb;
  --vp-bg: #ffffff;
  --vp-bg-alt: #f7f9f7;
  --vp-radius: 14px;
  --vp-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 4px 12px rgba(16, 24, 40, .06);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  color: var(--vp-text);
  background: var(--vp-bg);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--vp-brand); }
h1, h2, h3 { font-family: 'Space Grotesk', 'DM Sans', sans-serif; color: var(--vp-ink); line-height: 1.2; }
h2 { font-size: clamp(1.4rem, 2.6vw, 1.85rem); margin-bottom: 18px; }
h3 { font-size: 1.05rem; }
.vp-wrap { max-width: 1160px; margin: 0 auto; padding: 0 20px; }

/* nav */
.vp-nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-bottom: 1px solid var(--vp-line); }
.vp-nav-in { display: flex; align-items: center; gap: 24px; height: 68px; }
.vp-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 19px; color: var(--vp-brand); }
.vp-brand img { width: 40px; height: 40px; border-radius: 9px; object-fit: cover; background: #fff; }
.vp-nav-links { display: flex; gap: 22px; margin-left: 12px; }
.vp-nav-links a { color: var(--vp-muted); text-decoration: none; font-weight: 500; font-size: 15px; }
.vp-nav-links a:hover { color: var(--vp-brand); }
.vp-nav-cta { margin-left: auto; display: flex; gap: 10px; }

/* buttons */
.vp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 9px 18px; border-radius: 9px; font-weight: 600; font-size: 14px; text-decoration: none; border: 1.5px solid transparent; transition: background .15s, color .15s, border-color .15s; white-space: nowrap; }
.vp-btn-lg { padding: 13px 24px; font-size: 15.5px; border-radius: 11px; }
.vp-btn-solid { background: var(--vp-brand); color: #fff; }
.vp-btn-solid:hover { background: var(--vp-brand-dark); }
.vp-btn-ghost { color: var(--vp-brand); border-color: var(--vp-brand); background: transparent; }
.vp-btn-ghost:hover { background: var(--vp-brand-soft); }
.vp-btn-white { background: #fff; color: var(--vp-brand); }
.vp-btn-white:hover { background: #f0f7ef; }
.vp-btn-outline-white { color: #fff; border-color: rgba(255,255,255,.7); }
.vp-btn-outline-white:hover { background: rgba(255,255,255,.1); }

/* hero */
.vp-hero { padding: 28px 0 56px; background: linear-gradient(160deg, #f3faf2 0%, #ffffff 70%); border-bottom: 1px solid var(--vp-line); }
.vp-crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13.5px; color: var(--vp-muted); margin-bottom: 26px; }
.vp-crumbs a { color: var(--vp-muted); text-decoration: none; }
.vp-crumbs a:hover { color: var(--vp-brand); text-decoration: underline; }
.vp-crumbs [aria-current] { color: var(--vp-ink); font-weight: 500; }
.vp-hero-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 48px; align-items: start; }
.vp-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; letter-spacing: .02em; color: var(--vp-brand); background: var(--vp-brand-soft); padding: 5px 12px; border-radius: 999px; margin-bottom: 16px; }
.vp-hero h1 { font-size: clamp(1.9rem, 4.2vw, 2.9rem); margin-bottom: 16px; letter-spacing: -.01em; }
.vp-lede { font-size: 1.08rem; color: var(--vp-text); max-width: 62ch; margin-bottom: 28px; }
.vp-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.vp-center { justify-content: center; }
.vp-price-box { background: #fff; border: 1px solid var(--vp-line); border-radius: var(--vp-radius); box-shadow: var(--vp-shadow); padding: 24px; display: flex; flex-direction: column; gap: 4px; }
.vp-price-label { font-size: 13px; font-weight: 600; color: var(--vp-muted); text-transform: uppercase; letter-spacing: .05em; }
.vp-price-big { font-family: 'Space Grotesk', sans-serif; font-size: 2.4rem; font-weight: 700; color: var(--vp-ink); line-height: 1.1; }
.vp-price-mid { font-family: 'Space Grotesk', sans-serif; font-size: 1.4rem; font-weight: 700; color: var(--vp-ink); }
.vp-price-note { font-size: 13.5px; color: var(--vp-muted); margin-bottom: 14px; }
.vp-ticks { list-style: none; border-top: 1px solid var(--vp-line); padding-top: 14px; display: grid; gap: 8px; font-size: 14.5px; }
.vp-ticks i { color: var(--vp-brand); margin-right: 8px; }

/* sections */
.vp-section { padding: 56px 0; }
.vp-section-alt { background: var(--vp-bg-alt); border-top: 1px solid var(--vp-line); border-bottom: 1px solid var(--vp-line); }
.vp-prose { max-width: 820px; }
.vp-prose p { margin-bottom: 14px; }
.vp-section-intro { color: var(--vp-muted); max-width: 70ch; margin: -8px 0 26px; }

.vp-variants { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.vp-variant { background: #fff; border: 1px solid var(--vp-line); border-radius: var(--vp-radius); padding: 18px 20px; }
.vp-variant-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; margin-bottom: 6px; }
.vp-variant p { font-size: 14.5px; color: var(--vp-muted); }
.vp-price-chip { display: inline-block; font-size: 13px; font-weight: 700; color: var(--vp-brand); background: var(--vp-brand-soft); padding: 3px 10px; border-radius: 999px; white-space: nowrap; }

.vp-two { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.vp-panel { border: 1px solid var(--vp-line); border-radius: var(--vp-radius); padding: 24px; }
.vp-panel h2 { font-size: 1.25rem; display: flex; align-items: center; gap: 10px; }
.vp-panel h2 i { color: var(--vp-brand); }
.vp-list { list-style: none; display: grid; gap: 10px; }
.vp-list li { position: relative; padding-left: 26px; }
.vp-list li::before { content: ''; position: absolute; left: 4px; top: .62em; width: 8px; height: 8px; border-radius: 50%; background: var(--vp-brand); }

.vp-steps { list-style: none; counter-reset: s; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.vp-steps li { counter-increment: s; background: #fff; border: 1px solid var(--vp-line); border-radius: var(--vp-radius); padding: 50px 18px 18px; position: relative; font-size: 15px; }
.vp-steps li::before { content: counter(s); position: absolute; top: 16px; left: 18px; width: 26px; height: 26px; border-radius: 50%; background: var(--vp-brand); color: #fff; font-weight: 700; font-size: 13px; display: flex; align-items: center; justify-content: center; }

.vp-faq { display: grid; gap: 10px; }
.vp-faq details { border: 1px solid var(--vp-line); border-radius: 12px; background: #fff; }
.vp-faq summary { cursor: pointer; list-style: none; padding: 16px 48px 16px 18px; font-weight: 600; color: var(--vp-ink); position: relative; }
.vp-faq summary::-webkit-details-marker { display: none; }
.vp-faq summary::after { content: '+'; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); font-size: 22px; font-weight: 400; color: var(--vp-brand); }
.vp-faq details[open] summary::after { content: '−'; }
.vp-faq details p { padding: 0 18px 16px; color: var(--vp-text); }

/* cards (hub + related) */
.vp-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 16px; }
.vp-card { display: flex; gap: 14px; background: #fff; border: 1px solid var(--vp-line); border-radius: var(--vp-radius); padding: 18px; text-decoration: none; color: inherit; transition: border-color .15s, box-shadow .15s, transform .15s; }
.vp-card:hover { border-color: rgba(var(--vp-brand-rgb), .45); box-shadow: var(--vp-shadow); transform: translateY(-1px); }
.vp-card-icon { flex: 0 0 44px; height: 44px; border-radius: 11px; background: var(--vp-brand-soft); color: var(--vp-brand); display: flex; align-items: center; justify-content: center; font-size: 18px; }
.vp-card-body { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.vp-card-title { font-weight: 700; color: var(--vp-ink); font-size: 16px; }
.vp-card-text { font-size: 14px; color: var(--vp-muted); }
.vp-card-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 6px; }
.vp-card-more { font-size: 13.5px; font-weight: 600; color: var(--vp-brand); }

.vp-cat { margin-bottom: 44px; scroll-margin-top: 90px; }
.vp-cat-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.vp-cat-head i { color: var(--vp-brand); font-size: 20px; }
.vp-cat-head h2 { margin: 0; }

/* cta + footer */
.vp-cta { background: linear-gradient(135deg, var(--vp-brand) 0%, #0b7a05 100%); color: #fff; padding: 56px 0; text-align: center; }
.vp-cta h2 { color: #fff; margin-bottom: 10px; }
.vp-cta p { opacity: .92; margin-bottom: 24px; }
.vp-foot { background: var(--vp-ink); color: rgba(255,255,255,.78); padding: 52px 0 28px; font-size: 14.5px; }
.vp-foot-grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 32px; margin-bottom: 32px; }
.vp-brand-light { color: #8ee08a; margin-bottom: 12px; }
.vp-foot-brand p { margin-bottom: 12px; }
.vp-foot-links-inline a, .vp-foot-col a { color: rgba(255,255,255,.78); text-decoration: none; }
.vp-foot-links-inline a:hover, .vp-foot-col a:hover { color: #fff; text-decoration: underline; }
.vp-foot-col h2 { font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 12px; }
.vp-foot-col ul { list-style: none; display: grid; gap: 7px; }
.vp-foot-note { border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; font-size: 13px; color: rgba(255,255,255,.6); }
.vp-foot-copy { font-size: 13px; color: rgba(255,255,255,.5); margin-top: 10px; }

@media (max-width: 1000px) {
  .vp-foot-grid { grid-template-columns: 1fr 1fr; }
  .vp-foot-brand { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
  .vp-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .vp-two { grid-template-columns: 1fr; }
  .vp-nav-links { display: none; }
}
@media (max-width: 520px) {
  .vp-wrap { padding: 0 16px; }
  .vp-nav-in { height: 60px; gap: 10px; }
  .vp-brand span { font-size: 17px; }
  .vp-nav-cta .vp-btn-ghost { display: none; }
  .vp-section { padding: 42px 0; }
  .vp-hero-cta .vp-btn-lg { width: 100%; }
  .vp-foot-grid { grid-template-columns: 1fr; }
}
