/* TH-WEB-2F — Modern Service Detail Workspace */
.th2f-shell{max-width:1500px;margin:0 auto;padding-left:22px;padding-right:22px}
.th2f-hero{position:relative;background-size:cover;background-position:center;min-height:260px;display:flex;align-items:flex-end;color:#fff}
.th2f-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,26,37,.88),rgba(5,26,37,.45))}
.th2f-hero-inner{position:relative;z-index:1;padding:44px 0 34px}
.th2f-breadcrumb{display:flex;gap:7px;flex-wrap:wrap;font-size:11px;margin-bottom:18px}
.th2f-breadcrumb a{color:#fff;text-decoration:none}.th2f-breadcrumb span{opacity:.85}
.th2f-hero-copy{max-width:880px}.th2f-hero-copy h1{font-size:38px;line-height:1.08;margin:8px 0 10px;color:#fff}
.th2f-hero-copy p{font-size:15px;line-height:1.6;margin:0;max-width:760px}
.th2f-meta-row{display:flex;gap:7px;flex-wrap:wrap}.th2f-pill{padding:5px 9px;border:1px solid rgba(255,255,255,.38);border-radius:999px;background:rgba(255,255,255,.12);font-size:10px;font-weight:700}
.th2f-workspace{background:#f5f8fa;padding:24px 0 44px}
.th2f-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;align-items:start}
.th2f-main{min-width:0}.th2f-service-image{border-radius:14px;overflow:hidden;margin-bottom:18px;background:#fff;border:1px solid #e2e9ed}
.th2f-service-image img{width:100%;max-height:410px;display:block;object-fit:cover}
.th2f-card{background:#fff;border:1px solid #e2e9ed;border-radius:14px;padding:20px;margin-bottom:18px}
.th2f-section-title span{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:9px;color:#6f8794;font-weight:800}
.th2f-section-title h2{font-size:22px;margin:3px 0 14px;color:#173b4b}
.th2f-richtext{font-size:14px;line-height:1.75;color:#435c68}.th2f-richtext img{max-width:100%;height:auto}
.th2f-sidebar{position:relative}.th2f-action-card{position:sticky;top:18px;background:#fff;border:1px solid #dce6eb;border-radius:14px;padding:18px;box-shadow:0 8px 28px rgba(24,58,75,.08);margin-bottom:16px}
.th2f-price-block{border-bottom:1px solid #edf1f3;padding-bottom:14px;margin-bottom:14px}
.th2f-price-block span{display:block;font-size:10px;color:#738994;text-transform:uppercase;font-weight:800;letter-spacing:.08em}
.th2f-price-block strong{display:block;font-size:27px;color:#133d50;margin:3px 0}.th2f-price-block small{color:#657b86}
.th2f-actions{display:grid;gap:9px}.th2f-actions form{margin:0}
.th2f-btn{display:flex;width:100%;min-height:44px;align-items:center;justify-content:center;gap:7px;border-radius:9px;padding:10px 12px;border:1px solid transparent;text-decoration:none!important;font-size:12px;font-weight:800;cursor:pointer}
.th2f-btn-primary{background:#0b7fb1;color:#fff!important}.th2f-btn-dark{background:#173b4b;color:#fff;border:0}.th2f-btn-outline{background:#fff;border-color:#173b4b;color:#173b4b}.th2f-btn-light{background:#f4f8fa;color:#315666}
.th2f-action-note{margin-top:13px;padding-top:12px;border-top:1px solid #edf1f3;color:#70858f;font-size:10px;line-height:1.45}
.th2f-side-card{background:#fff;border:1px solid #e2e9ed;border-radius:14px;padding:16px;margin-bottom:16px}.th2f-side-card h3{font-size:15px;margin:0 0 10px}
.th2f-side-card ul{list-style:none;padding:0;margin:0}.th2f-side-card li{padding:7px 0;border-bottom:1px solid #eef2f4;font-size:11px;color:#57707c}.th2f-side-card li:last-child{border-bottom:0}.th2f-side-card i{width:18px;color:#0b7fb1}
.th2f-placeholder-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.th2f-placeholder{border:1px dashed #cbd9df;background:#fafcfd;border-radius:11px;padding:14px;min-height:115px}.th2f-placeholder i{font-size:20px;color:#0b7fb1}.th2f-placeholder strong,.th2f-placeholder span{display:block}.th2f-placeholder strong{margin:8px 0 4px;font-size:12px}.th2f-placeholder span{font-size:10px;color:#758994}
.th2f-related{margin:22px 0}.th2f-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.th2f-related-card{background:#fff;border:1px solid #e2e9ed;border-radius:12px;overflow:hidden;text-decoration:none!important;color:inherit}.th2f-related-card img,.th2f-related-fallback{width:100%;height:110px;object-fit:cover;background:#edf4f7}.th2f-related-fallback{display:flex;align-items:center;justify-content:center;font-size:25px;color:#6f8894}.th2f-related-card>div:last-child{padding:10px}.th2f-related-card strong,.th2f-related-card span{display:block}.th2f-related-card strong{font-size:12px;color:#214657}.th2f-related-card span{font-size:9px;color:#758994;margin-top:4px;line-height:1.4}
.th2f-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.th2f-form-span{grid-column:1/-1}
.th2f-category-links a{color:#315666;text-decoration:none}
@media(max-width:1100px){.th2f-layout{grid-template-columns:1fr}.th2f-action-card{position:static}.th2f-placeholder-grid,.th2f-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.th2f-shell{padding-left:14px;padding-right:14px}.th2f-hero-copy h1{font-size:28px}.th2f-form-grid,.th2f-placeholder-grid,.th2f-related-grid{grid-template-columns:1fr}.th2f-form-span{grid-column:auto}}
