/* Topic pages extend the established theme without changing the home layout. */
.topics-hub{padding-block:48px;background:var(--surface-2);border-bottom:1px solid var(--line)}
.topics-hub h2{margin-top:12px;font-size:clamp(30px,4vw,44px);max-width:26ch}
.topics-hub__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:28px}
.topics-hub__card{display:flex;flex-direction:column;gap:14px;padding:26px;border:1px solid var(--line);border-radius:var(--r);background:var(--surface);color:var(--ink)}
.topics-hub__card:hover{border-color:var(--brand);text-decoration:none;box-shadow:var(--shadow-sm)}
.topics-hub__card h3{font-size:26px;line-height:1.2}
.topics-hub__card p{color:var(--ink-2);font-size:16px}
.topics-hub__card span{margin-top:auto;color:var(--brand);font-weight:700;font-size:15px}
.topic-header{border-bottom:1px solid var(--line);background:var(--surface)}
.topic-header>.wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:16px;flex-wrap:wrap}
.topic-header nav{display:flex;gap:24px;flex-wrap:wrap;font-size:16px;font-weight:600}
.topic-header nav a{padding-block:8px}
.topic-header nav a[aria-current]{color:var(--ink);text-decoration:underline;text-underline-offset:6px}
.topic-phone{font-weight:700;white-space:nowrap;font-variant-numeric:tabular-nums}
.topic-breadcrumbs{padding-block:24px;font-size:14px;color:var(--muted)}
.topic-breadcrumbs ol{display:flex;gap:10px;flex-wrap:wrap;list-style:none}
.topic-breadcrumbs li+li::before{content:"/";margin-right:10px}
.topic-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:center;gap:clamp(24px,6vw,72px);padding-block:24px 56px}
.topic-hero h1{margin-top:16px;font-size:clamp(38px,4.7vw,64px);line-height:1.08;max-width:19ch;overflow-wrap:break-word}
.topic-lead{font-size:clamp(17px,1.7vw,20px);color:var(--ink-2);margin-top:24px;max-width:55ch}
.topic-price{font-family:var(--head);font-weight:700;font-size:clamp(30px,3vw,42px);color:var(--accent);margin-top:26px}
.topic-price span{display:block;margin-top:4px;font-family:var(--body);font-size:16px;font-weight:400;color:var(--ink-2)}
.topic-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:28px}
.topic-page .btn{white-space:normal;text-align:center;max-width:100%}
.topic-hero__media{margin:0;height:460px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:var(--r-lg);background:#fff;border:1px solid var(--line)}
.topic-hero__media img{width:100%;height:100%;object-fit:contain;padding:20px}
.topic-hero__media--wide img{object-fit:cover;padding:0;object-position:64% center}
.topic-body{max-width:920px;margin-inline:auto;padding-bottom:64px}
.topic-section{padding-block:40px;border-top:1px solid var(--line)}
.topic-section h2,.topic-related h2{font-size:clamp(28px,3.8vw,40px);line-height:1.15;margin-bottom:24px}
.topic-section h3{font-size:24px;line-height:1.2}
.topic-section p+p,.topic-section ul+p,.topic-section ol+p{margin-top:18px}
.topic-section p{max-width:72ch;color:var(--ink-2)}
.topic-section p>a,.topic-list a{text-decoration:underline;text-underline-offset:3px}
.topic-section>.btn{margin-top:24px}
.topic-list{padding-left:24px;color:var(--ink-2)}
.topic-list li+li{margin-top:14px}
.topic-prices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:24px}
.topic-prices>div{padding:26px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r)}
.topic-prices strong{display:block;margin-block:14px;font-size:30px;color:var(--accent)}
.topic-prices h3+p{margin-top:14px}
.topic-table-wrap{max-width:100%;overflow-x:auto;margin-bottom:22px}
.topic-table{border-collapse:collapse;width:100%;font-variant-numeric:tabular-nums;background:var(--surface)}
.topic-table caption{text-align:left;font-size:16px;padding-bottom:14px;color:var(--muted)}
.topic-table th,.topic-table td{text-align:left;padding:18px 14px;border:1px solid var(--line)}
.topic-table thead{background:var(--brand-lt)}
.topic-faq details{border-bottom:1px solid var(--line);padding-block:18px}
.topic-faq summary{cursor:pointer;font-weight:600;font-size:18px}
.topic-faq details p{padding-top:14px}
.topic-related{display:flex;flex-direction:column;gap:16px;padding:32px;border-radius:var(--r);background:var(--surface-2);margin-top:24px}
.topic-related h2{margin-bottom:4px}
.topic-related a{font-weight:600}
@media(max-width:900px){.topics-hub__grid{grid-template-columns:1fr}.topics-hub__card h3{font-size:25px}.topic-header nav{order:3;flex-basis:100%;gap:12px 24px}.topic-hero{grid-template-columns:1fr}.topic-hero__media{height:320px;max-width:560px;width:100%;margin-inline:auto}.topic-hero__media--wide{height:auto;aspect-ratio:1672/941}.topic-hero h1{max-width:22ch}}
@media(max-width:560px){.topic-header>.wrap{gap:14px}.topic-header .logo{width:144px}.topic-phone{font-size:14px}.topic-header nav{font-size:15px;gap:8px 18px}.topic-prices{grid-template-columns:1fr}.topic-table th,.topic-table td{font-size:14px;padding:12px 8px}.topic-hero{padding-block:12px 40px}.topic-hero h1{font-size:36px}.topic-actions{align-items:stretch;gap:16px}.topic-actions .btn{flex-basis:100%}.topic-section{padding-block:32px}.topic-related{padding:24px}.topic-breadcrumbs{font-size:14px}.topic-hero__media{height:280px}.topic-hero__media--wide{height:auto}}
