/* Health Check product page — loaded via single-product-health-check.php */

/* ── Local variables (not in lib.css) ─────────────────────────── */
.tt-health-check {
	--text-mid: #4a5568;
	--border-light: rgba(50,61,76,0.06);
	--teal-pale: rgba(78,165,156,0.10);
	--navy-pale: rgba(10,30,63,0.08);
	--salmon-pale: rgba(249,130,119,0.10);
	--orange-pale: rgba(255,139,89,0.12);
	--shadow-sm: 0 1px 4px rgba(10,30,63,0.06), 0 1px 2px rgba(10,30,63,0.04);
	--shadow: 0 4px 20px rgba(10,30,63,0.08), 0 1px 4px rgba(10,30,63,0.04);
	--shadow-lg: 0 16px 48px rgba(10,30,63,0.12), 0 4px 12px rgba(10,30,63,0.06);
	--gradient-hero: linear-gradient(160deg, #0A1E3F 40%, #4EA59C 100%);
}

/* ── Shared ── */
.tt-health-check .section-eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--wp--preset--color--teal);
	margin-bottom: 12px;
	text-align: center;
}
.tt-health-check .section-heading {
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	font-weight: 400;
	color: var(--wp--preset--color--primary);
	text-align: center;
	margin-bottom: 16px;
	letter-spacing: -0.02em;
}
.tt-health-check .section-lead {
	text-align: center;
	color: var(--text-mid);
	font-size: 15px;
	line-height: 1.7;
	max-width: 640px;
	margin: 0 auto 40px;
}
.tt-health-check .btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--wp--preset--color--teal);
	color: #fff;
	font-family: var(--wp--preset--font-family--body);
	font-size: 16px;
	font-weight: 600;
	padding: 14px 36px;
	border-radius: 100px;
	border: none;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.2s cubic-bezier(0.34,1.56,0.64,1);
	box-shadow: var(--shadow-teal);
}
.tt-health-check .btn-primary:hover {
	background: var(--wp--preset--color--teal-dark);
	color: #fff;
	transform: translateY(-2px);
}
.tt-health-check .btn-ghost {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: transparent;
	color: var(--wp--preset--color--teal);
	font-family: var(--wp--preset--font-family--body);
	font-size: 14px;
	font-weight: 600;
	padding: 10px 24px;
	border-radius: 100px;
	border: 1.5px solid var(--wp--preset--color--teal);
	text-decoration: none;
	transition: all 0.2s;
}
.tt-health-check .btn-ghost:hover {
	background: var(--wp--preset--color--teal-light);
	color: var(--wp--preset--color--teal-dark);
}

/* ── Hero ── */
.tt-health-check .hc-hero {
	background: var(--wp--preset--gradient--hero);
	padding: 80px 24px 64px;
	position: relative;
	overflow: hidden;
}
.tt-health-check .hc-hero::before {
	content: '';
	position: absolute;
	top: -200px;
	right: -150px;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: rgba(78,165,156,0.08);
	z-index: 1;
}
.tt-health-check .hc-hero-bg {
	position: absolute;
	inset: 0;
	background: url('https://www.tourismtribe.com/wp-content/uploads/Pam-Lyons-Bendigo-operator-DEHC-photo-800.jpg') center/cover no-repeat;
	opacity: 0.12;
	mix-blend-mode: luminosity;
}
.tt-health-check .hc-hero::after {
	content: '';
	position: absolute;
	bottom: -120px;
	left: -100px;
	width: 350px;
	height: 350px;
	border-radius: 50%;
	background: rgba(249,130,119,0.05);
}
.tt-health-check .hc-hero-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 380px;
	gap: 48px;
	align-items: center;
	position: relative;
	z-index: 1;
}
.tt-health-check .hc-hero-eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--wp--preset--color--salmon);
	margin-bottom: 16px;
}
.tt-health-check .hc-hero h1 {
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 400;
	color: #fff;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin-bottom: 16px;
}
.tt-health-check .hc-hero h1 em {
	font-style: italic;
	color: var(--wp--preset--color--salmon);
}
.tt-health-check .hc-hero-lead {
	font-size: 16px;
	color: rgba(255,255,255,0.75);
	line-height: 1.7;
	max-width: 520px;
	margin-bottom: 24px;
}
.tt-health-check .hc-hero-meta {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 28px;
}
.tt-health-check .hc-hero-meta-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: rgba(255,255,255,0.6);
}
.tt-health-check .hc-hero-meta-item svg {
	flex-shrink: 0;
	opacity: 0.5;
}

/* ── Price card ── */
.tt-health-check .price-card {
	background: var(--wp--preset--color--white);
	border-radius: 24px;
	padding: 36px 28px;
	box-shadow: var(--shadow-lg);
	text-align: center;
	overflow: hidden;
}
.tt-health-check .price-card-label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--wp--preset--color--teal);
	margin-bottom: 8px;
}
.tt-health-check .price-card-amount {
	font-family: var(--wp--preset--font-family--display);
	font-size: 3rem;
	font-weight: 400;
	color: var(--wp--preset--color--primary);
	line-height: 1;
	margin-bottom: 4px;
}
.tt-health-check .price-card-unit {
	font-size: 14px;
	color: var(--wp--preset--color--mid-grey);
	margin-bottom: 20px;
}
.tt-health-check .price-card-features {
	list-style: none;
	text-align: left;
	margin-bottom: 24px;
	padding: 0;
}
.tt-health-check .price-card-features li {
	font-size: 14px;
	color: var(--text-mid);
	padding: 8px 0;
	border-bottom: 1px solid var(--border-light);
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.tt-health-check .price-card-features li:last-child {
	border-bottom: none;
}
.tt-health-check .price-card-features li::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: var(--wp--preset--color--teal);
	border-radius: 50%;
	flex-shrink: 0;
	margin-top: 2px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 11px;
}
.tt-health-check .price-card-btn {
	display: block;
	width: 100%;
	background: var(--wp--preset--color--deep-navy);
	color: #fff;
	font-family: var(--wp--preset--font-family--body);
	font-size: 16px;
	font-weight: 600;
	padding: 14px;
	border-radius: 100px;
	border: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	transition: all 0.2s;
	box-shadow: 0 6px 20px rgba(10,30,63,0.28);
}
.tt-health-check .price-card-btn:hover {
	background: #0d2a52;
	color: #fff;
	transform: translateY(-2px);
}
.tt-health-check .price-card-guarantee {
	font-size: 12px;
	color: var(--wp--preset--color--mid-grey);
	margin-top: 12px;
}
.tt-health-check .price-card-combo {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--border-light);
}
.tt-health-check .price-card-combo a {
	font-size: 13px;
	color: var(--wp--preset--color--teal);
	font-weight: 600;
	text-decoration: none;
}
.tt-health-check .price-card-combo a:hover {
	text-decoration: underline;
}
.tt-health-check .price-card-combo span {
	display: block;
	font-size: 12px;
	color: var(--wp--preset--color--mid-grey);
	margin-top: 2px;
}

/* ── Social proof ── */
.tt-health-check .social-proof {
	background: var(--wp--preset--color--white);
	border-bottom: 1px solid var(--border);
	padding: 20px 24px;
}
.tt-health-check .social-proof-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}
.tt-health-check .social-proof-stat {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: var(--text-mid);
}
.tt-health-check .social-proof-stat strong {
	font-size: 20px;
	font-weight: 600;
	color: var(--wp--preset--color--teal-dark);
}

/* ── Assess section ── */
.tt-health-check .hc-assess {
	background: var(--wp--preset--color--white);
	padding: 64px 24px;
}
.tt-health-check .hc-assess--bordered {
	border-bottom: 1px solid var(--border);
}
.tt-health-check .hc-assess-inner {
	max-width: 960px;
	margin: 0 auto;
}
.tt-health-check .hc-stats-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 8px;
}
.tt-health-check .hc-stat-box {
	border-radius: 16px;
	padding: 20px;
	text-align: center;
}
.tt-health-check .hc-stat-box--teal {
	background: var(--wp--preset--color--teal-light);
}
.tt-health-check .hc-stat-box--salmon {
	background: var(--wp--preset--color--salmon-light);
}
.tt-health-check .hc-stat-box--navy {
	background: var(--navy-light);
}
.tt-health-check .hc-stat-number {
	font-family: var(--wp--preset--font-family--display);
	font-size: 2rem;
	margin-bottom: 4px;
}
.tt-health-check .hc-stat-box--teal .hc-stat-number {
	color: var(--wp--preset--color--teal-dark);
}
.tt-health-check .hc-stat-box--salmon .hc-stat-number {
	color: var(--wp--preset--color--salmon-dark);
}
.tt-health-check .hc-stat-box--navy .hc-stat-number {
	color: var(--wp--preset--color--deep-navy);
}
.tt-health-check .hc-stat-label {
	font-size: 13px;
}
.tt-health-check .hc-stat-box--teal .hc-stat-label {
	color: var(--wp--preset--color--teal-dark);
}
.tt-health-check .hc-stat-box--salmon .hc-stat-label {
	color: var(--wp--preset--color--salmon-dark);
}
.tt-health-check .hc-stat-box--navy .hc-stat-label {
	color: var(--wp--preset--color--deep-navy);
}
.tt-health-check .hc-quotes-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 32px;
}
.tt-health-check .hc-quote-card img {
	border-radius: 16px;
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.tt-health-check .hc-quote-card p {
	font-size: 13px;
	color: var(--wp--preset--color--mid-grey);
	margin-top: 8px;
	font-style: italic;
	line-height: 1.6;
}
.tt-health-check .hc-quote-card strong {
	color: var(--wp--preset--color--primary);
	font-style: normal;
}

/* ── Assess grid (channels) ── */
.tt-health-check .assess-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.tt-health-check .assess-card {
	background: var(--wp--preset--color--off-white);
	border: 1px solid var(--border);
	border-radius: 16px;
	padding: 24px;
	transition: transform 0.2s, box-shadow 0.2s;
}
.tt-health-check .assess-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow);
}
.tt-health-check .assess-icon {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}
.tt-health-check .assess-icon--teal {
	background: var(--teal-pale);
	color: var(--wp--preset--color--teal);
}
.tt-health-check .assess-icon--salmon {
	background: var(--salmon-pale);
	color: var(--wp--preset--color--salmon);
}
.tt-health-check .assess-icon--navy {
	background: var(--navy-pale);
	color: var(--wp--preset--color--deep-navy);
}
.tt-health-check .assess-icon--orange {
	background: var(--orange-pale);
	color: var(--wp--preset--color--orange);
}
.tt-health-check .assess-card h3 {
	font-size: 15px;
	font-weight: 600;
	color: var(--wp--preset--color--primary);
	margin-bottom: 6px;
}
.tt-health-check .assess-card p {
	font-size: 14px;
	color: var(--wp--preset--color--mid-grey);
	line-height: 1.6;
}

/* ── Photo strip ── */
.tt-health-check .hc-photo-strip {
	background: var(--wp--preset--color--off-white);
	padding: 0 24px 48px;
}
.tt-health-check .hc-photo-strip-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}
.tt-health-check .hc-photo-item {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}
.tt-health-check .hc-photo-item img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.tt-health-check .hc-photo-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(10,30,63,0.8));
	padding: 10px 14px 8px;
}
.tt-health-check .hc-photo-name {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}
.tt-health-check .hc-photo-role {
	font-size: 11px;
	color: rgba(255,255,255,0.7);
}

/* ── How it works (steps) ── */
.tt-health-check .hc-how {
	background: var(--wp--preset--color--off-white);
	padding: 64px 24px;
}
.tt-health-check .hc-how-inner {
	max-width: 900px;
	margin: 0 auto;
}
.tt-health-check .hc-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}
.tt-health-check .hc-step {
	text-align: center;
	position: relative;
}
.tt-health-check .hc-step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--wp--preset--color--teal);
	color: white;
	font-family: var(--wp--preset--font-family--display);
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 16px;
}
.tt-health-check .hc-step h3 {
	font-size: 16px;
	font-weight: 600;
	color: var(--wp--preset--color--primary);
	margin-bottom: 8px;
}
.tt-health-check .hc-step p {
	font-size: 14px;
	color: var(--wp--preset--color--mid-grey);
	line-height: 1.6;
}
.tt-health-check .hc-step-connector {
	display: none;
}
@media (min-width: 769px) {
	.tt-health-check .hc-step-connector {
		display: block;
		position: absolute;
		top: 26px;
		left: calc(50% + 36px);
		right: -32px;
		height: 2px;
		background: var(--border);
	}
	.tt-health-check .hc-step-connector::after {
		content: '';
		position: absolute;
		right: -4px;
		top: -4px;
		width: 0;
		height: 0;
		border-left: 8px solid var(--border);
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
}

/* ── Sample report preview ── */
.tt-health-check .hc-report {
	background: var(--wp--preset--color--white);
	padding: 64px 24px;
}
.tt-health-check .hc-report-inner {
	max-width: 900px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}
.tt-health-check .hc-report-text h2 {
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1.4rem, 2.5vw, 1.9rem);
	font-weight: 400;
	color: var(--wp--preset--color--primary);
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin-bottom: 16px;
}
.tt-health-check .hc-report-text p {
	font-size: 15px;
	color: var(--text-mid);
	line-height: 1.7;
	margin-bottom: 14px;
}
.tt-health-check .hc-report-features {
	list-style: none;
	margin-bottom: 20px;
	padding: 0;
}
.tt-health-check .hc-report-features li {
	font-size: 14px;
	color: var(--text-mid);
	padding: 6px 0;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.tt-health-check .hc-report-features li svg {
	flex-shrink: 0;
	margin-top: 2px;
	color: var(--wp--preset--color--teal);
}
.tt-health-check .hc-report-mockup {
	background: linear-gradient(135deg, var(--wp--preset--color--deep-navy) 0%, #1a3460 100%);
	border-radius: 24px;
	padding: 32px 24px;
	color: white;
	position: relative;
	overflow: hidden;
	box-shadow: var(--shadow-lg);
}
.tt-health-check .hc-report-mockup::before {
	content: '';
	position: absolute;
	top: -40px;
	right: -40px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: rgba(78,165,156,0.1);
}
.tt-health-check .hc-mockup-header {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--preset--color--salmon);
	margin-bottom: 16px;
}
.tt-health-check .hc-report-mockup h4 {
	font-family: var(--wp--preset--font-family--display);
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.3;
}
.tt-health-check .hc-score-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}
.tt-health-check .hc-score-label {
	font-size: 12px;
	color: rgba(255,255,255,0.6);
	width: 100px;
	flex-shrink: 0;
}
.tt-health-check .hc-score-track {
	flex: 1;
	height: 8px;
	background: rgba(255,255,255,0.1);
	border-radius: 100px;
	overflow: hidden;
}
.tt-health-check .hc-score-fill {
	height: 100%;
	border-radius: 100px;
}
.tt-health-check .hc-score-fill--high {
	background: linear-gradient(90deg, var(--wp--preset--color--teal), #6ec5ba);
}
.tt-health-check .hc-score-fill--mid {
	background: linear-gradient(90deg, var(--wp--preset--color--orange), #ffb088);
}
.tt-health-check .hc-score-fill--low {
	background: linear-gradient(90deg, var(--wp--preset--color--salmon), #fba8a1);
}
.tt-health-check .hc-score-pct {
	font-size: 12px;
	font-weight: 600;
	color: rgba(255,255,255,0.8);
	width: 36px;
	text-align: right;
}
.tt-health-check .hc-mockup-footer {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid rgba(255,255,255,0.08);
	font-size: 11px;
	color: rgba(255,255,255,0.4);
}

/* ── Report samples strip ── */
.tt-health-check .hc-samples {
	background: var(--wp--preset--color--white);
	padding: 0 24px 48px;
}
.tt-health-check .hc-samples-inner {
	max-width: 900px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.tt-health-check .hc-sample-card {
	background: var(--wp--preset--color--off-white);
	border: 1px solid var(--border);
	border-radius: 16px;
	overflow: hidden;
}
.tt-health-check .hc-sample-card img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.tt-health-check .hc-sample-card-body {
	padding: 16px;
}
.tt-health-check .hc-sample-card-body h3 {
	font-size: 14px;
	font-weight: 600;
	color: var(--wp--preset--color--primary);
	margin-bottom: 4px;
}
.tt-health-check .hc-sample-card-body p {
	font-size: 13px;
	color: var(--wp--preset--color--mid-grey);
	line-height: 1.6;
}

/* ── Video ── */
.tt-health-check .hc-video {
	background: var(--wp--preset--color--white);
	padding: 64px 24px;
}
.tt-health-check .hc-video-inner {
	max-width: 800px;
	margin: 0 auto;
}
.tt-health-check .video-embed {
	position: relative;
	padding-bottom: 56.25%;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: var(--shadow-lg);
	margin-top: 32px;
}
.tt-health-check .video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* ── What happens after ── */
.tt-health-check .hc-after {
	background: var(--wp--preset--color--off-white);
	padding: 64px 24px;
}
.tt-health-check .hc-after-inner {
	max-width: 900px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: start;
}
.tt-health-check .hc-after-inner h2 {
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1.4rem, 2.5vw, 1.9rem);
	font-weight: 400;
	color: var(--wp--preset--color--primary);
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin-bottom: 16px;
}
.tt-health-check .hc-after-inner > div > p {
	font-size: 15px;
	color: var(--text-mid);
	line-height: 1.7;
	margin-bottom: 14px;
}
.tt-health-check .hc-after-option {
	border-radius: 16px;
	padding: 24px;
}
.tt-health-check .hc-after-option--report {
	background: var(--wp--preset--color--teal-light);
	border: 2px solid var(--wp--preset--color--teal);
	margin-bottom: 16px;
}
.tt-health-check .hc-after-option--coaching {
	background: var(--wp--preset--color--salmon-light);
	border: 1px solid rgba(249,130,119,0.2);
}
.tt-health-check .hc-after-label {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 100px;
	margin-bottom: 10px;
}
.tt-health-check .hc-after-label--included {
	background: var(--teal-pale);
	color: var(--wp--preset--color--teal-dark);
}
.tt-health-check .hc-after-label--addon {
	background: var(--salmon-pale);
	color: var(--wp--preset--color--salmon-dark);
}
.tt-health-check .hc-after-option h3 {
	font-family: var(--wp--preset--font-family--body);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 8px;
}
.tt-health-check .hc-after-option--report h3 {
	color: var(--wp--preset--color--teal-dark);
}
.tt-health-check .hc-after-option--coaching h3 {
	color: var(--wp--preset--color--salmon-dark);
}
.tt-health-check .hc-after-option p {
	font-size: 14px;
	color: var(--text-mid);
	line-height: 1.6;
	margin-bottom: 0;
}
.tt-health-check .hc-after-option a {
	display: inline-block;
	margin-top: 10px;
	font-size: 13px;
	font-weight: 600;
	color: var(--wp--preset--color--teal);
	text-decoration: none;
}
.tt-health-check .hc-after-option a:hover {
	text-decoration: underline;
}

/* ── Testimonials ── */
.tt-health-check .hc-testimonials {
	background: var(--wp--preset--color--deep-navy);
	padding: 64px 24px;
	position: relative;
	overflow: hidden;
}
.tt-health-check .hc-testimonials::before {
	content: '';
	position: absolute;
	bottom: -100px;
	left: -80px;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: rgba(78,165,156,0.06);
}
.tt-health-check .hc-testimonials-inner {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.tt-health-check .hc-testimonials .section-eyebrow {
	color: var(--wp--preset--color--salmon);
}
.tt-health-check .hc-testimonials .section-heading {
	color: #fff;
}
.tt-health-check .testimonials-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}
.tt-health-check .testi-card {
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 16px;
	padding: 28px;
	display: flex;
	flex-direction: column;
}
.tt-health-check .testi-card-header {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 16px;
}
.tt-health-check .testi-card-avatar {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(255,255,255,0.15);
}
.tt-health-check .testi-card-avatar-placeholder {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(255,255,255,0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: rgba(255,255,255,0.3);
	border: 2px solid rgba(255,255,255,0.1);
	flex-shrink: 0;
}
.tt-health-check .testi-stars {
	color: var(--wp--preset--color--orange);
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 4px;
}
.tt-health-check .testi-card blockquote {
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	line-height: 1.7;
	font-style: italic;
	margin-bottom: 16px;
	flex: 1;
}
.tt-health-check .testi-author {
	font-size: 13px;
	font-weight: 600;
	color: var(--wp--preset--color--teal-light);
}
.tt-health-check .testi-role {
	font-size: 12px;
	color: rgba(255,255,255,0.45);
}
.tt-health-check .testimonials-footer {
	text-align: center;
	margin-top: 32px;
}
.tt-health-check .testimonials-footer .btn-ghost {
	border-color: rgba(255,255,255,0.3);
	color: rgba(255,255,255,0.8);
}
.tt-health-check .testimonials-footer .btn-ghost:hover {
	background: rgba(255,255,255,0.06);
	color: #fff;
}

/* ── FAQ ── */
.tt-health-check .hc-faq {
	background: var(--wp--preset--color--white);
	padding: 64px 24px;
}
.tt-health-check .hc-faq-inner {
	max-width: 700px;
	margin: 0 auto;
}
.tt-health-check .faq-item {
	border-bottom: 1px solid var(--border);
}
.tt-health-check .faq-item:first-child {
	border-top: 1px solid var(--border);
}
.tt-health-check .faq-question {
	width: 100%;
	background: none;
	border: none;
	padding: 20px 0;
	font-family: var(--wp--preset--font-family--body);
	font-size: 15px;
	font-weight: 600;
	color: var(--wp--preset--color--primary);
	text-align: left;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
.tt-health-check .faq-question:hover {
	color: var(--wp--preset--color--teal-dark);
}
.tt-health-check .faq-chevron {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	transition: transform 0.3s;
}
.tt-health-check .faq-item.open .faq-chevron {
	transform: rotate(180deg);
}
.tt-health-check .faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}
.tt-health-check .faq-item.open .faq-answer {
	max-height: 300px;
}
.tt-health-check .faq-answer-inner {
	padding: 0 0 20px;
	font-size: 14px;
	color: var(--text-mid);
	line-height: 1.7;
}
.tt-health-check .faq-answer-inner a {
	color: var(--wp--preset--color--teal);
	font-weight: 600;
}

/* ── CTA ── */
.tt-health-check .hc-cta {
	background: var(--wp--preset--color--off-white);
	padding: 64px 24px;
	text-align: center;
}
.tt-health-check .hc-cta-inner {
	max-width: 600px;
	margin: 0 auto;
}
.tt-health-check .hc-cta h2 {
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	font-weight: 400;
	color: var(--wp--preset--color--primary);
	margin-bottom: 12px;
	letter-spacing: -0.02em;
}
.tt-health-check .hc-cta p {
	font-size: 15px;
	color: var(--wp--preset--color--mid-grey);
	margin-bottom: 28px;
	line-height: 1.7;
}
.tt-health-check .hc-cta-price-note {
	font-size: 13px;
	color: var(--wp--preset--color--mid-grey);
	margin-top: 12px;
}
.tt-health-check .hc-cta-links {
	margin-top: 20px;
	display: flex;
	gap: 24px;
	justify-content: center;
	flex-wrap: wrap;
}
.tt-health-check .hc-cta-links a {
	font-size: 13px;
	color: var(--wp--preset--color--teal);
	font-weight: 600;
	text-decoration: none;
}
.tt-health-check .hc-cta-links a:hover {
	text-decoration: underline;
}

/* ── Responsive ── */
@media (max-width: 900px) {
	.tt-health-check .hc-hero-inner {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.tt-health-check .hc-hero-lead {
		margin: 0 auto 24px;
	}
	.tt-health-check .hc-hero-meta {
		justify-content: center;
	}
	.tt-health-check .price-card {
		max-width: 380px;
		margin: 0 auto;
	}
	.tt-health-check .hc-report-inner {
		grid-template-columns: 1fr;
	}
	.tt-health-check .hc-report-mockup {
		order: -1;
	}
	.tt-health-check .hc-after-inner {
		grid-template-columns: 1fr;
	}
	.tt-health-check .testimonials-grid {
		grid-template-columns: 1fr;
	}
	.tt-health-check .assess-grid {
		grid-template-columns: 1fr 1fr;
	}
	.tt-health-check .hc-photo-strip-inner {
		grid-template-columns: 1fr 1fr;
	}
	.tt-health-check .hc-samples-inner {
		grid-template-columns: 1fr;
	}
	.tt-health-check .hc-quotes-row {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 600px) {
	.tt-health-check .hc-hero {
		padding: 60px 20px 40px;
	}
	.tt-health-check .assess-grid {
		grid-template-columns: 1fr;
	}
	.tt-health-check .hc-steps {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.tt-health-check .hc-step-connector {
		display: none;
	}
	.tt-health-check .hc-stats-row {
		grid-template-columns: 1fr;
	}
	.tt-health-check .hc-photo-strip-inner {
		grid-template-columns: 1fr 1fr;
	}
}
