/* sektorler/ozel-hastaneler sayfa stilleri (blade'den tasindi) */
.hst-hero-sec { padding-top:72px;padding-bottom:64px;background:linear-gradient(160deg,#fef2f4 0%,#fff 55%,#f3f0ff 100%); }
.hst-crumb { margin-bottom:24px; }
.hst-crumb-list { list-style:none;padding:0;margin:0;display:flex;gap:6px;align-items:center;font-size:13px;color:var(--mut); }
.hst-crumb-link { color:var(--mut);text-decoration:none; }
.hst-mut { color:var(--mut); }
.hst-crumb-current { color:var(--fg);font-weight:600; }
.hst-hero-inner { max-width:840px; }
.hst-mt14 { margin-top:14px; }
.hst-hero-lead { font-size:18px;line-height:1.75;color:var(--sub);margin-top:18px;max-width:680px; }
.hst-mt28 { margin-top:28px; }
.hst-hero-legal { font-size:13px;color:var(--mut);margin-top:14px; }
.hst-bg-white { background:#fff; }
.hst-mt40 { margin-top:40px; }
.hst-problem-card { border:1px solid var(--brd);border-radius:16px;padding:32px;background:#fff; }
.hst-mk-cookie { background:rgba(61,90,254,0.10);color:var(--cookie); }
.hst-mk-a11y { background:rgba(14,165,164,0.10);color:var(--a11y); }
.hst-mt16 { margin-top:16px; }
.hst-bg-gray { background:#f9fafb; }
.hst-bh-35 { --h:35%; }
.hst-bh-42 { --h:42%; }
.hst-bh-48 { --h:48%; }
.hst-bh-52 { --h:52%; }
.hst-bh-55 { --h:55%; }
.hst-bh-62 { --h:62%; }
.hst-bh-68 { --h:68%; }
.hst-legal-card { border:1px solid var(--brd);border-radius:16px;padding:32px;background:#fafafa; }
.hst-legal-list { list-style:none;padding:0;margin:0;line-height:2;font-size:14.5px;color:var(--sub); }
.hst-roadmap-wrap { max-width:800px;margin:40px auto 0;display:flex;flex-direction:column;gap:16px; }
.hst-step-card { display:flex;gap:20px;align-items:flex-start;background:#fff;border:1px solid var(--brd);border-radius:14px;padding:24px; }
.hst-step-num { flex-shrink:0;width:44px;height:44px;background:linear-gradient(135deg,var(--cookie) 0%,#22D3EE 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px; }
.hst-step-title { font-size:16px;font-weight:700;color:var(--fg);margin-bottom:6px; }
.hst-step-desc { font-size:14px;color:var(--sub);line-height:1.7;margin:0; }
.hst-plan-grid { max-width:780px;margin:40px auto 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px; }
.hst-plan-card-cookie { border:2px solid var(--cookie);border-radius:16px;padding:32px;background:#fff; }
.hst-plan-badge-cookie { display:inline-block;background:var(--cookie);color:#fff;padding:4px 12px;border-radius:99px;font-size:11px;font-weight:700;margin-bottom:14px; }
.hst-plan-title { font-size:20px;font-weight:800;color:var(--fg);margin-bottom:8px; }
.hst-plan-desc { font-size:13px;color:var(--sub);line-height:1.7;margin-bottom:16px; }
.hst-fs14 { font-size:14px; }
.hst-btn-mt20 { margin-top:20px;display:inline-flex;align-items:center;gap:8px; }
.hst-plan-card-gray { border:1px solid var(--brd);border-radius:16px;padding:32px;background:#f9fafb; }
.hst-plan-badge-dark { display:inline-block;background:var(--fg);color:#fff;padding:4px 12px;border-radius:99px;font-size:11px;font-weight:700;margin-bottom:14px; }
