/* Service details only: inherit the estate's light and dark theme tokens. */
.service-start{padding-block:36px 54px;--service-tint:color-mix(in srgb,var(--accent) 8%,var(--surface))}
.service-start .service-back{display:inline-block;margin-bottom:26px;font-size:13px;color:var(--muted)}
.service-start .service-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,350px);gap:42px;align-items:start}
.service-start .service-heading .page-title{font-size:clamp(32px,3.6vw,53px);line-height:1.12;margin:16px 0 20px;max-width:800px}
.service-start .service-description{font-size:15px;line-height:1.85;color:var(--muted);max-width:780px;white-space:pre-line}
.service-start .service-tags{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:22px;font-size:12px;color:var(--muted)}
.service-start .service-price-panel,.service-start .service-panel{border:1px solid var(--line);border-radius:12px;background:var(--surface);padding:26px}
.service-start .service-price-panel{border-top:3px solid var(--accent)}
.service-start .service-price{display:block;font-size:39px;letter-spacing:-.05em;line-height:1.2;margin:13px 0 4px;color:var(--text)}
.service-start .service-price-panel>p{font-size:13px;color:var(--muted)}
.service-start .service-price-panel .button{width:100%;margin-top:22px;gap:14px;white-space:normal;text-align:center;line-height:1.5}
.service-start .service-small{font-size:12px!important;line-height:1.8;color:var(--muted)}
.service-start .service-availability{padding:19px 24px;margin:30px 0;background:var(--service-tint);border:1px solid var(--line);border-left:3px solid var(--accent);border-radius:8px}
.service-start .service-availability strong{font-size:14px}
.service-start .service-availability p{font-size:13px;line-height:1.8;color:var(--muted);margin-top:5px}
.service-start .service-content-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,350px);gap:28px;align-items:start}
.service-start .service-content-grid>div,.service-start .service-contract-rail{display:grid;gap:24px;min-width:0}
.service-start .service-panel{min-width:0}
.service-start .service-panel h2{font-size:25px;line-height:1.25;margin:0 0 18px}
.service-start .service-panel h3{font-size:15px;line-height:1.4;letter-spacing:-.01em;margin:0 0 8px}
.service-start .service-panel p{font-size:14px;line-height:1.8;color:var(--muted)}
.service-start .service-panel p+p{margin-top:12px}
.service-start .service-panel .eyebrow{font-size:10px;line-height:1.6;color:var(--accent);margin-bottom:12px}
.service-start .service-io-summary,.service-start .service-example-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.service-start .service-limits{margin-top:24px;border-top:1px solid var(--line);padding-top:20px}
.service-start .service-example-grid{margin-top:22px;gap:14px}
.service-start .service-example pre{background:var(--service-tint);border:1px solid var(--line);padding:16px;border-radius:7px;margin:0;color:var(--text);font-size:12px;line-height:1.75;overflow-wrap:anywhere}
.service-start .service-criteria{padding-left:22px;margin:0 0 20px}
.service-start .service-criteria li{padding:0 0 16px 7px}
.service-start .service-criteria li::marker{color:var(--accent);font-weight:600}
.service-start .service-criteria span{font-size:11px;color:var(--muted)}
.service-start .service-contract-rail .service-panel h2{font-size:20px}
.service-start .service-contract-rail .service-panel p{font-size:13px}
.service-start .service-provider{color:var(--text)!important;font-weight:600;font-size:16px!important}
.service-start .service-id{display:block;margin:10px 0 16px;overflow-wrap:anywhere;color:var(--muted);font-size:11px;line-height:1.7}
.service-start dl{grid-template-columns:minmax(0,1fr) minmax(0,1fr);font-size:12px;gap:14px;margin:20px 0}
.service-start dd{overflow-wrap:anywhere}
.service-start .service-link{display:block;font-size:12px;color:var(--accent);margin-top:16px;line-height:1.7}
.service-start details{border-bottom:1px solid var(--line)}
.service-start details summary{font-size:13px;padding:15px 0;line-height:1.6}
.service-start details pre{font-size:11px;background:var(--service-tint);padding:12px;border-radius:5px;overflow:auto;max-height:460px}
.service-start .service-handoff{scroll-margin-top:28px;border-top:3px solid var(--accent)}
.service-start .service-handoff label{display:block;font-size:13px;font-weight:600;margin:22px 0 10px;color:var(--text)}
.service-start .service-handoff textarea{display:block;width:100%;min-height:240px;resize:vertical;border:1px solid var(--line);border-radius:7px;padding:16px;background:var(--service-tint);color:var(--text);font:12px/1.75 var(--mono);overflow-wrap:anywhere}
.service-start .service-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin:18px 0}
.service-start .service-actions a{font-size:12px;color:var(--accent);text-decoration:underline;text-underline-offset:3px}
.service-start .button{min-height:44px}
@media(max-width:1100px){.service-start .service-heading{gap:26px}.service-start .service-heading,.service-start .service-content-grid{grid-template-columns:minmax(0,1fr) minmax(260px,310px)}.service-start .service-example-grid{grid-template-columns:1fr}.service-start .service-io-summary{grid-template-columns:1fr;gap:20px}}
@media(max-width:760px){.service-start .service-heading,.service-start .service-content-grid{grid-template-columns:1fr;gap:24px}.service-start .service-heading .page-title{font-size:35px}.service-start .service-price-panel,.service-start .service-panel{padding:22px}.service-start .service-heading .eyebrow{font-size:10px;overflow-wrap:anywhere}.service-start .service-availability{margin:24px 0;padding:18px}.service-start .service-panel h2{font-size:23px}.service-start .service-description{font-size:14px}.service-start .service-actions{align-items:flex-start;gap:18px}.service-start .service-actions .button{width:100%}.service-start .service-handoff textarea{font-size:12px}}
