/* Lire Clinic - stylish, dependency-light design layer (overrides legacy theme.1.css) */

:root {
	--lire-primary: #24466f;
	--lire-primary-dark: #17304f;
	--lire-primary-soft: #eef3f9;
	--lire-accent: #d98a2b;
	--lire-text: #2c313a;
	--lire-text-light: #667085;
	--lire-bg: #ffffff;
	--lire-bg-soft: #f6f8fb;
	--lire-border: #e5e9f0;
	--lire-radius: 12px;
	--lire-radius-sm: 8px;
	--lire-shadow: 0 4px 20px rgba(23, 40, 70, 0.07);
	--lire-shadow-lg: 0 12px 40px rgba(23, 40, 70, 0.12);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
	color: var(--lire-text);
	line-height: 1.75;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
	background: var(--lire-bg);
	-webkit-font-smoothing: antialiased;
}

a {
	transition: color .15s ease, background-color .15s ease, border-color .15s ease, opacity .15s ease, transform .15s ease;
}

::selection {
	background: var(--lire-primary);
	color: #fff;
}

a:focus-visible,
button:focus-visible,
.uk-button:focus-visible {
	outline: 2px solid var(--lire-accent);
	outline-offset: 2px;
}

.uk-container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

/* ---- Headings & content typography ---- */
.entry-content h2,
.uk-panel h2 {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 2.2em 0 .8em;
	padding-bottom: .5em;
	border-bottom: 3px solid var(--lire-primary-soft);
	position: relative;
}

.entry-content h2::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 56px;
	height: 3px;
	background: var(--lire-accent);
}

.entry-content h3 {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 1.8em 0 .6em;
	color: var(--lire-primary);
}

.entry-content p {
	margin: 0 0 1.1em;
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 1.2em;
	padding-left: 1.4em;
}

.entry-content li {
	margin-bottom: .4em;
}

.entry-content a {
	color: var(--lire-primary);
	text-decoration: underline;
	text-decoration-color: rgba(36, 70, 111, .3);
	text-underline-offset: 3px;
}

.entry-content a:hover {
	color: var(--lire-accent);
	text-decoration-color: currentColor;
}

.entry-content img {
	border-radius: var(--lire-radius);
	max-width: 100%;
	height: auto;
}

.entry-title {
	font-weight: 800;
	letter-spacing: -.01em;
}

/* ---- Buttons: clean, dependency-free (used sitewide, including raw uk-button markup in page content) ---- */
.uk-button,
.lire-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding: 0 22px !important;
	line-height: 1.2 !important;
	border-radius: 999px;
	font-weight: 700;
	font-size: 15px !important;
	text-decoration: none !important;
	white-space: nowrap;
	box-sizing: border-box;
	box-shadow: var(--lire-shadow);
	transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.uk-button-primary,
.lire-btn-primary {
	background: linear-gradient(135deg, var(--lire-primary), var(--lire-primary-dark)) !important;
	color: #fff !important;
	border: none !important;
}

.uk-button-primary:hover,
.lire-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: var(--lire-shadow-lg);
	color: #fff !important;
}

.uk-button-default {
	background: #fff !important;
	color: var(--lire-primary) !important;
	border: 1px solid var(--lire-border) !important;
	box-shadow: none;
}

.lire-btn svg {
	width: 18px;
	height: 18px;
	flex: none;
	fill: currentColor;
}

/* Icon placeholder left over from legacy uk-icon spans: hide instead of showing a broken empty box */
.uk-button [uk-icon] {
	display: none;
}

/* ---- Header ---- */
.tm-header-mobile,
.tm-header {
	position: sticky;
	top: 0;
	z-index: 200;
}

.tm-header-mobile .uk-navbar-container,
.tm-header .uk-navbar-container {
	background: rgba(255, 255, 255, .96);
	backdrop-filter: saturate(180%) blur(8px);
	border-bottom: 1px solid var(--lire-border);
}

.tm-header-mobile nav[uk-navbar] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 16px;
	box-sizing: border-box;
}

.tm-header-mobile .uk-navbar-left {
	flex: 0 0 auto;
}

.tm-header-mobile .uk-navbar-center {
	flex: 1 1 auto;
	text-align: center;
}

.tm-header-mobile .uk-logo img {
	max-height: 38px;
	width: auto;
}

.tm-header-mobile .uk-navbar-right {
	flex: 0 0 auto;
}

.lire-btn-mobile-call {
	width: 42px !important;
	height: 42px !important;
	min-height: 42px !important;
	padding: 0 !important;
	border-radius: 50%;
}

.lire-btn-mobile-call svg {
	width: 20px;
	height: 20px;
}

.tm-header-mobile .uk-icon-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: var(--lire-radius-sm);
	color: var(--lire-primary);
	text-decoration: none;
}

.tm-header-mobile .uk-icon-link:hover {
	background: var(--lire-primary-soft);
}

.tm-header .uk-container {
	display: block;
}

.tm-header .uk-navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	padding: 14px 0;
}

.tm-header .uk-navbar-left {
	display: flex;
	align-items: center;
	gap: 28px;
	flex-wrap: wrap;
}

.tm-header .uk-logo img {
	transition: opacity .15s ease;
}

.tm-header .uk-logo:hover img {
	opacity: .8;
}

.tm-header .uk-navbar-nav {
	display: flex;
	align-items: center;
	gap: 2px;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tm-header .uk-navbar-nav > li {
	position: relative;
}

.tm-header .uk-navbar-nav > li > a {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	text-decoration: none;
	color: var(--lire-text);
	font-size: 14.5px;
	font-weight: 600;
	border-radius: var(--lire-radius-sm);
}

.tm-header .uk-navbar-nav > li > a:hover,
.tm-header .uk-navbar-nav > li.uk-active > a {
	color: var(--lire-primary);
	background: var(--lire-primary-soft);
}

.tm-header .uk-navbar-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border: 1px solid var(--lire-border);
	border-radius: var(--lire-radius);
	box-shadow: var(--lire-shadow-lg);
	padding: 14px;
	min-width: 280px;
	z-index: 100;
	display: none;
	opacity: 0;
	transform: translateY(4px);
	transition: opacity .15s ease, transform .15s ease;
}

.tm-header .uk-navbar-nav > li:hover .uk-navbar-dropdown {
	display: block;
	opacity: 1;
	transform: translateY(0);
}

.tm-header .uk-navbar-dropdown-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2px 12px;
}

.tm-header .uk-navbar-dropdown-nav > li > a {
	display: block;
	padding: 7px 10px;
	color: var(--lire-text);
	text-decoration: none;
	font-size: 13.5px;
	border-radius: 6px;
}

.tm-header .uk-navbar-dropdown-nav > li > a:hover {
	color: var(--lire-primary);
	background: var(--lire-primary-soft);
}

.tm-header .uk-navbar-right {
	flex: 0 0 auto;
}

.widget-custom-html .uk-grid {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}

.widget-custom-html .uk-text-small {
	color: var(--lire-text-light);
}

/* ---- Mobile offcanvas menu ---- */
#tm-mobile .uk-offcanvas-bar {
	background: #fff;
	color: var(--lire-text);
	padding: 24px 20px;
	box-sizing: border-box;
}

#tm-mobile .uk-nav a {
	display: block;
	padding: 12px 6px;
	color: var(--lire-text);
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid var(--lire-border);
}

#tm-mobile .uk-nav-sub {
	list-style: none;
	margin: 4px 0 8px 12px;
	padding: 0;
}

#tm-mobile .uk-nav-sub a {
	font-weight: 400;
	font-size: 14px;
	padding: 8px 6px;
	border-bottom: none;
	color: var(--lire-text-light);
}

.uk-offcanvas-close {
	background: var(--lire-bg-soft);
	border: none;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
	color: var(--lire-text);
}

/* ---- Hero / cover on homepage ---- */
.uk-position-relative.uk-visible-toggle {
	border-radius: var(--lire-radius);
	overflow: hidden;
	margin-bottom: 2rem;
}

.uk-height-medium[uk-cover],
.uk-height-medium.uk-panel {
	position: relative;
}

.uk-position-relative.uk-visible-toggle::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 25, 45, .15), rgba(15, 25, 45, .55));
	pointer-events: none;
}

.uk-position-center.uk-text-center {
	position: relative;
	z-index: 2;
	color: #fff;
	text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}

/* ---- Breadcrumbs ---- */
.lire-breadcrumbs {
	padding: 14px 0;
	font-size: 13px;
	color: var(--lire-text-light);
}

.lire-breadcrumbs .aioseo-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}

.lire-breadcrumbs a {
	color: var(--lire-text-light);
	text-decoration: none;
}

.lire-breadcrumbs a:hover {
	color: var(--lire-primary);
}

.lire-breadcrumbs .aioseo-breadcrumb-separator {
	color: #c7ccd6;
}

/* ---- Footer ---- */
.tm-footer {
	background: var(--lire-primary-dark);
	color: rgba(255, 255, 255, .85);
	padding: 48px 0 28px;
	margin-top: 56px;
}

.tm-footer .uk-text-lead,
.tm-footer .uk-text-small {
	color: rgba(255, 255, 255, .85);
}

.tm-footer .uk-grid,
.tm-footer .uk-grid-margin {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	justify-content: center;
	text-align: center;
}

.tm-footer .uk-flex-auto {
	flex: 1 1 220px;
	max-width: 320px;
}

.tm-footer .lire-btn-primary {
	background: var(--lire-accent) !important;
}

.tm-footer .lire-btn-primary:hover {
	background: #c17a1f !important;
}

.tm-footer .uk-grid-margin {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, .12);
}

/* ---- Table of contents ---- */
.lire-toc {
	background: var(--lire-bg-soft);
	border: 1px solid var(--lire-border);
	border-left: 4px solid var(--lire-primary);
	border-radius: var(--lire-radius);
	padding: 20px 24px;
	margin: 1.6em 0 2.2em;
}

.lire-toc-title {
	font-weight: 800;
	font-size: 1.05rem;
	margin: 0 0 .6em;
	color: var(--lire-primary);
}

.lire-toc ol {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: lire-toc-counter;
}

.lire-toc > ol > li {
	counter-increment: lire-toc-counter;
	margin: 0 0 .3em;
}

.lire-toc > ol > li::before {
	content: counter(lire-toc-counter) ". ";
	color: var(--lire-accent);
	font-weight: 700;
}

.lire-toc a {
	color: var(--lire-text);
	text-decoration: none;
	font-weight: 600;
}

.lire-toc a:hover {
	color: var(--lire-primary);
	text-decoration: underline;
}

.lire-toc .lire-toc-sub {
	margin: .3em 0 .5em 1.6em;
	counter-reset: none;
}

.lire-toc .lire-toc-sub li {
	margin: 0 0 .25em;
	font-size: .93em;
}

.lire-toc .lire-toc-sub li::before {
	content: "‑ ";
	color: var(--lire-text-light);
	font-weight: 400;
}

.lire-toc .lire-toc-sub a {
	font-weight: 400;
	color: var(--lire-text-light);
}

.entry-content h2[id],
.entry-content h3[id] {
	scroll-margin-top: 90px;
}

/* ---- Related-info / list blocks added by internal linking pass ---- */
.entry-content h2 + ul {
	background: var(--lire-bg-soft);
	border: 1px solid var(--lire-border);
	border-radius: var(--lire-radius);
	padding: 16px 16px 16px 36px;
	list-style: none;
}

.entry-content h2 + ul li {
	position: relative;
	padding-left: 4px;
}

.entry-content h2 + ul li::before {
	content: "→";
	position: absolute;
	left: -20px;
	color: var(--lire-accent);
	font-weight: 700;
}

/* ---- Responsive: mobile cleanup ---- */
@media (max-width: 767px) {
	.uk-container {
		padding-left: 14px;
		padding-right: 14px;
	}

	.uk-button,
	.lire-btn {
		width: 100%;
		font-size: 16px !important;
	}

	.widget-custom-html .uk-grid {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
	}

	.entry-title,
	h1.entry-title {
		font-size: 22px;
		line-height: 1.4;
	}

	.entry-content h2 {
		font-size: 1.25rem;
	}

	.tm-footer .uk-flex-auto {
		max-width: 100%;
		flex-basis: 100%;
	}
}

/* ---- Fix: header responsive toggle was using UIkit3 syntax (uk-hidden@m / uk-visible@m)
   but this site loads UIkit 2.27.5, which does not support the "@" breakpoint syntax.
   Those classes were no-ops, so mobile/desktop header visibility was not actually controlled.
   Replaced with explicit, real display toggles at a matching 767px breakpoint. ---- */
@media (max-width: 767px) {
	.tm-header {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.tm-header-mobile {
		display: none !important;
	}
}

/* ---- Fix: headings that wrap an <a> (common from the site's migrated content)
   were inheriting the underlined link color, making headings indistinguishable
   from body links and creating inconsistent, hard-to-scan typography. ---- */
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a,
.uk-panel h2 a,
.uk-panel h3 a {
	color: inherit;
	text-decoration: none;
}

.entry-content h2 a:hover,
.entry-content h3 a:hover,
.entry-content h4 a:hover,
.entry-content h5 a:hover,
.entry-content h6 a:hover,
.uk-panel h2 a:hover,
.uk-panel h3 a:hover {
	color: var(--lire-accent);
}

.entry-content h4 {
	font-size: 1.05rem;
	font-weight: 700;
	margin: 1.5em 0 .5em;
	color: var(--lire-text);
}

.entry-content h5,
.entry-content h6 {
	font-size: 1rem;
	font-weight: 700;
	margin: 1.2em 0 .5em;
	color: var(--lire-text);
}

/* ---- v4 Pillar page: hero tagline (non-heading) ---- */
.lire-hero-tagline {
	font-size: 1.3rem;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 2px 10px rgba(0,0,0,.35);
	margin: 0;
	letter-spacing: .02em;
}

/* ---- Symptom checklist ---- */
.lire-checklist {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px 18px;
	list-style: none;
	margin: 1.4em 0;
	padding: 0;
}

.lire-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	background: var(--lire-bg-soft);
	border: 1px solid var(--lire-border);
	border-radius: var(--lire-radius-sm);
	padding: 12px 14px;
	font-weight: 600;
	color: var(--lire-text);
	margin: 0;
}

.lire-checklist li::before {
	content: "";
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-top: 1px;
	border-radius: 5px;
	border: 2px solid var(--lire-primary);
	background: var(--lire-primary-soft);
}

@media (max-width: 600px) {
	.lire-checklist { grid-template-columns: 1fr; }
}

/* ---- Compare boxes (保険診療の対象/対象外) ---- */
.lire-compare {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin: 1.6em 0;
}

.lire-compare-box {
	border-radius: var(--lire-radius);
	padding: 18px 20px;
	border: 1px solid var(--lire-border);
}

.lire-compare-box.yes {
	background: var(--lire-primary-soft);
	border-color: rgba(36,70,111,.18);
}

.lire-compare-box.no {
	background: #f7f4ee;
	border-color: #e8e1d2;
}

.lire-compare-box .ttl {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	font-size: .98rem;
	margin: 0 0 .7em;
}

.lire-compare-box.yes .ttl { color: var(--lire-primary-dark); }
.lire-compare-box.no .ttl { color: #8a7a52; }

.lire-compare-box .mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	font-size: .8rem;
	flex-shrink: 0;
}

.lire-compare-box.yes .mark { background: var(--lire-primary); color: #fff; }
.lire-compare-box.no .mark { background: #b8a878; color: #fff; }

.lire-compare-box ul {
	margin: 0;
	padding-left: 1.1em;
	font-size: .92rem;
}

.lire-compare-box li { margin-bottom: .4em; }

@media (max-width: 640px) {
	.lire-compare { grid-template-columns: 1fr; }
}

/* ---- CTA band with reassurance list ---- */
.lire-cta-band {
	background: var(--lire-bg-soft);
	border: 1px solid var(--lire-border);
	border-radius: var(--lire-radius);
	padding: 26px 24px;
	margin: 2.2em 0;
	text-align: center;
}

.lire-cta-band .reassure {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 20px;
	font-size: .88rem;
	color: var(--lire-text-light);
}

.lire-cta-band .reassure li::before {
	content: "✓";
	color: var(--lire-primary);
	font-weight: 700;
	margin-right: 5px;
}

.lire-cta-band .btn-row {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

.lire-btn-line {
	background: #06c755;
	color: #fff;
	border-color: transparent;
}

.lire-btn-line:hover { background: #05b34c; }

@media (max-width: 480px) {
	.lire-cta-band .btn-row { flex-direction: column; }
	.lire-cta-band .btn-row .lire-btn { width: 100%; }
}

/* ---- Related page link cards ---- */
.lire-link-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin: 1.4em 0;
}

.lire-link-card {
	display: block;
	flex: 0 1 250px;
	width: 250px;
	background: var(--lire-bg-soft);
	border: 1px solid var(--lire-border);
	border-radius: var(--lire-radius-sm);
	padding: 16px 18px;
	text-decoration: none !important;
	color: var(--lire-text) !important;
	transition: border-color .15s ease, transform .15s ease;
	box-sizing: border-box;
}

@media (max-width: 560px) {
	.lire-link-card { flex: 0 1 100%; width: 100%; }
}

.lire-link-card:hover {
	border-color: var(--lire-primary);
	transform: translateY(-2px);
}

.lire-link-card .k {
	display: block;
	font-size: .95rem;
	font-weight: 700;
	color: var(--lire-primary-dark);
	margin-bottom: 4px;
}

.lire-link-card .d {
	display: block;
	font-size: .8rem;
	color: var(--lire-text-light);
}

/* ---- Doctor card (no heading) ---- */
.lire-doctor-card {
	display: flex;
	align-items: center;
	gap: 18px;
	background: var(--lire-bg-soft);
	border: 1px solid var(--lire-border);
	border-radius: var(--lire-radius);
	padding: 20px 22px;
	margin: 1.4em 0;
}

.lire-doctor-card img {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	border: 3px solid #fff;
	box-shadow: var(--lire-shadow);
}

.lire-doctor-card .name {
	font-weight: 700;
	font-size: 1.05rem;
	color: var(--lire-text);
}

.lire-doctor-card .role {
	font-size: .78rem;
	color: var(--lire-accent);
	font-weight: 700;
	letter-spacing: .04em;
}

.lire-doctor-card .cred {
	font-size: .82rem;
	color: var(--lire-text-light);
	margin-top: 4px;
	line-height: 1.6;
}

.lire-doctor-card .more {
	font-size: .82rem;
	font-weight: 600;
	color: var(--lire-primary);
	margin-top: 6px;
	display: inline-block;
}

@media (max-width: 480px) {
	.lire-doctor-card { flex-direction: column; text-align: center; }
}

/* ---- v4.1: front page lead intro (non-heading) ---- */
.lire-lead {
	font-size: 1.05rem;
	font-weight: 600;
	text-align: center;
	color: var(--lire-text);
	max-width: 640px;
	margin: 0 auto 1.6em;
}

/* ---- v5: two-column hero (real photo, no crop, CTA in first view) ---- */
.lire-hero-2col {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 36px;
	align-items: center;
	padding: 32px 0 20px;
}

.lire-hero-eyebrow {
	font-size: .85rem;
	font-weight: 700;
	color: var(--lire-accent);
	letter-spacing: .04em;
	margin: 0 0 .6em;
}

.lire-hero-headline {
	font-size: 1.7rem;
	font-weight: 800;
	line-height: 1.4;
	color: var(--lire-text);
	margin: 0 0 .5em;
}

.lire-hero-sub {
	font-size: .95rem;
	color: var(--lire-text-light);
	margin: 0 0 1.2em;
}

.lire-hero-cta {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: .9em;
}

.lire-hero-trust {
	font-size: .8rem;
	color: var(--lire-text-light);
}

.lire-hero-trust::before {
	content: "✓ ";
	color: var(--lire-primary);
	font-weight: 700;
}

.lire-hero-photo img {
	width: 100%;
	height: 100%;
	max-height: 340px;
	object-fit: cover;
	border-radius: var(--lire-radius);
	box-shadow: var(--lire-shadow);
}

@media (max-width: 800px) {
	.lire-hero-2col {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 20px 0 10px;
	}
	.lire-hero-photo { order: -1; }
	.lire-hero-photo img { max-height: 220px; }
	.lire-hero-headline { font-size: 1.4rem; }
}

/* ---- v5: Google Maps embed ---- */
.lire-map-embed {
	margin: 1.2em 0;
	border-radius: var(--lire-radius);
	overflow: hidden;
	border: 1px solid var(--lire-border);
}

.lire-map-embed iframe {
	display: block;
	width: 100%;
	height: 320px;
	border: 0;
}

/* ---- v5: sticky mobile CTA bar (site-wide) ---- */
.lire-sticky-cta {
	display: none;
}

@media (max-width: 767px) {
	.lire-sticky-cta {
		display: flex;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 500;
		background: #fff;
		border-top: 1px solid var(--lire-border);
		box-shadow: 0 -4px 16px rgba(23,40,70,.1);
		padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
		gap: 10px;
	}
	.lire-sticky-cta a {
		flex: 1 1 0;
		text-align: center;
		font-size: 14px;
		padding: 12px 10px;
	}
	body { padding-bottom: 64px; }
}

/* ---- v6: persistent mobile quick-nav strip (always visible, no tap needed) ---- */
.tm-header-mobile .lire-mobile-quicknav {
	border-top: 1px solid var(--lire-border);
	background: rgba(255, 255, 255, .96);
	backdrop-filter: saturate(180%) blur(8px);
}

.lire-mobile-quicknav-list {
	display: flex;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	list-style: none;
	margin: 0;
	padding: 8px 12px;
	gap: 6px;
	scrollbar-width: none;
}

.lire-mobile-quicknav-list::-webkit-scrollbar {
	display: none;
}

.lire-mobile-quicknav-list li {
	flex: 0 0 auto;
}

.lire-mobile-quicknav-list a {
	display: block;
	padding: 7px 13px;
	border-radius: 100px;
	background: var(--lire-primary-soft);
	color: var(--lire-primary-dark);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.lire-mobile-quicknav-list li.current-menu-item a,
.lire-mobile-quicknav-list li.current_page_item a {
	background: var(--lire-primary);
	color: #fff;
}

/* ---- v7: back-to-top link on single posts (column articles) ---- */
.lire-back-to-top {
	margin: 2.4em 0 0;
	padding-top: 1.4em;
	border-top: 1px solid var(--lire-border);
	text-align: center;
}

.lire-back-to-top a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 600;
	font-size: .92rem;
	color: var(--lire-primary);
	text-decoration: none;
	padding: 10px 20px;
	border: 1px solid var(--lire-border);
	border-radius: 100px;
	transition: background .15s ease, border-color .15s ease;
}

.lire-back-to-top a:hover {
	background: var(--lire-primary-soft);
	border-color: var(--lire-primary);
}

/* ---- v8: FAQ accordion ---- */
.lire-faq-item {
	border: 1px solid var(--lire-border);
	border-radius: var(--lire-radius-sm);
	margin-bottom: 10px;
	overflow: hidden;
	background: var(--lire-bg-soft);
}

.lire-faq-item summary {
	cursor: pointer;
	padding: 14px 44px 14px 18px;
	list-style: none;
	position: relative;
	transition: background .15s ease;
}

.lire-faq-item summary:hover {
	background: var(--lire-primary-soft);
}

.lire-faq-item summary::-webkit-details-marker {
	display: none;
}

.lire-faq-item summary h3 {
	display: inline;
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
	color: var(--lire-text);
}

.lire-faq-item summary::after {
	content: "+";
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.3em;
	font-weight: 400;
	color: var(--lire-primary);
	transition: transform .2s ease;
}

.lire-faq-item[open] summary::after {
	transform: translateY(-50%) rotate(45deg);
}

.lire-faq-item p {
	margin: 0;
	padding: 0 18px 16px;
	color: var(--lire-text-light);
	font-size: .92rem;
}

/* ---- v8: treatment flow timeline ---- */
.lire-timeline {
	display: flex;
	flex-direction: column;
	margin: 1.4em 0;
}

.lire-timeline-item {
	display: flex;
	gap: 16px;
	position: relative;
	padding-bottom: 26px;
}

.lire-timeline-item:not(:last-child)::before {
	content: "";
	position: absolute;
	left: 19px;
	top: 44px;
	bottom: 0;
	width: 2px;
	background: var(--lire-border);
}

.lire-timeline-num {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--lire-primary);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-family: ui-monospace, monospace;
	flex-shrink: 0;
}

.lire-timeline-body {
	padding-top: 6px;
}

.lire-timeline-title {
	font-weight: 700;
	color: var(--lire-text);
	margin-bottom: 4px;
}

.lire-timeline-body p {
	margin: 0;
	color: var(--lire-text-light);
	font-size: .92rem;
}

/* ---- v8: scroll reveal (progressive fade-in on existing components) ---- */
.lire-compare,
.lire-cta-band,
.lire-timeline,
.lire-faq-item,
.lire-link-card,
.lire-doctor-card,
.lire-map-embed {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .6s ease, transform .6s ease;
}

.lire-compare.is-visible,
.lire-cta-band.is-visible,
.lire-timeline.is-visible,
.lire-faq-item.is-visible,
.lire-link-card.is-visible,
.lire-doctor-card.is-visible,
.lire-map-embed.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.lire-compare,
	.lire-cta-band,
	.lire-timeline,
	.lire-faq-item,
	.lire-link-card,
	.lire-doctor-card,
	.lire-map-embed {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* ---- v9: interactive symptom checklist ---- */
.lire-checklist li {
	cursor: pointer;
	user-select: none;
	transition: background .15s ease, border-color .15s ease, transform .1s ease;
}

.lire-checklist li:hover {
	border-color: var(--lire-primary);
}

.lire-checklist li:active {
	transform: scale(.98);
}

.lire-checklist li:focus-visible {
	outline: 2px solid var(--lire-accent);
	outline-offset: 2px;
}

.lire-checklist li.is-checked {
	background: var(--lire-primary-soft);
	border-color: var(--lire-primary);
}

.lire-checklist li.is-checked::before {
	background-color: var(--lire-primary);
	border-color: var(--lire-primary);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4,10 8,14 16,6'/%3E%3C/svg%3E");
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: center;
}

.lire-checklist-hint {
	font-size: .8rem;
	color: var(--lire-text-light);
	margin: -0.6em 0 1.2em;
}
