/* Service content uses the homepage's hero, cards, colors and motion. */
.fastvps-service-page .hero h1 { font-size:clamp(42px,5.2vw,72px); line-height:1.02; overflow-wrap:anywhere; hyphens:auto; }
.service-breadcrumb { display:flex; flex-wrap:wrap; gap:10px; margin:0 0 24px; color:var(--muted); font-size:12px; }
.service-breadcrumb a:hover { color:var(--cyan); }
.service-breadcrumb i::after { content:"/"; font-style:normal; }
.service-proof { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); margin-top:32px; border-top:1px solid var(--line); }
.service-proof > div { display:grid; align-content:start; gap:8px; padding:20px 12px 0 0; }
.service-proof strong { color:#eef6ff; font-size:15px; }
.service-proof span { color:var(--muted); font-size:12px; line-height:1.5; }
.service-details { display:grid; grid-template-columns:1fr 1fr; gap:54px; }
.service-details h2 { margin-top:12px; }
.service-prose p { color:var(--paper-muted); font-size:17px; line-height:1.7; margin:0 0 20px; }
.service-prose > a { color:#0567bd; font-weight:750; }
.service-details .eyebrow { color:#0567bd; }
.service-details .eyebrow::before { background:#0567bd; }
.service-features { padding-top:0; }
.service-feature-tag { display:block; color:#0567bd; font:750 11px/1.3 ui-monospace,monospace; margin-bottom:22px; text-transform:uppercase; letter-spacing:.08em; }
.service-faq details { border-bottom:1px solid var(--line); padding:22px 0; }
.service-faq summary { cursor:pointer; color:#eef6ff; font-size:18px; font-weight:750; line-height:1.5; }
.service-faq p { color:var(--muted); line-height:1.7; }
.section.dark .service-prose p { color:var(--muted); }
.section.dark .service-prose .eyebrow { color:var(--cyan); }
.service-cta { display:flex; gap:36px; justify-content:space-between; align-items:center; }
.service-cta h2 { margin:0 0 16px; }
.service-cta p { color:var(--paper-muted); line-height:1.6; }
.service-cta .actions { flex-wrap:wrap; flex-shrink:0; }
.service-cta .button.secondary { color:var(--paper-ink); border-color:rgba(22,32,51,.2); }
.service-related__links { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; margin-top:32px; }
.service-related__links a { display:flex; align-items:center; justify-content:space-between; gap:16px; min-height:80px; padding:22px; border:1px solid var(--line); transition:border-color .2s,color .2s; }
.service-related__links a:hover { color:var(--cyan); border-color:var(--cyan); }
@media(max-width:900px) { .service-details { grid-template-columns:1fr; gap:28px; } .service-cta { align-items:flex-start; flex-direction:column; } .service-related__links { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:600px) { .service-proof { gap:8px; } .service-proof strong { font-size:13px; } .service-proof span { font-size:11px; } .service-related__links { grid-template-columns:1fr; } .service-cta .actions { width:100%; } .service-cta .button { flex:1; } }
