/* ============================================================
   Pro-Care Sign — shared content page styles
   Used on product/service pages and reusable content sections.
   Brand teal: #00bfc8 | Accent: #AD5251 | Open Sans | Bootstrap 3
   ============================================================ */

:root {
	--pc-teal: #00bfc8;
	--pc-teal-deep: #00838a;
	--pc-teal-soft: #e3f6f7;
	--pc-ink: #2b2b2b;
	--pc-muted: #5f5f5f;
	--pc-line: #ececec;
	--pc-alt: #f7fbfb;
	--pc-dark: #0b1012;
	--pc-red: #AD5251;
}

/* --- Section rhythm + headers --- */
.pc-section {
	padding: 64px 0;
	position: relative;
}

.pc-section-lg {
	padding: 80px 0;
}

.pc-section-alt {
	background: var(--pc-alt);
}

.pc-head {
	text-align: center;
	margin-bottom: 40px;
}

.pc-head h2 {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .6px;
	margin: 0 0 16px;
	color: var(--pc-ink);
	text-wrap: balance;
}

.pc-rule {
	width: 62px;
	height: 4px;
	background: var(--pc-teal);
	border: 0;
	margin: 0 auto 20px;
	border-radius: 2px;
}

.pc-head p {
	max-width: 720px;
	margin: 0 auto;
	color: #6b6b6b;
	font-size: 16px;
	line-height: 1.7;
	text-wrap: pretty;
}

.pc-eyebrow {
	display: inline-block;
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	color: var(--pc-teal-deep);
	margin-bottom: 14px;
}

/* --- Content typography --- */
.pc-content p {
	line-height: 1.8;
	color: #4f4f4f;
	margin-bottom: 16px;
	text-wrap: pretty;
}

.pc-content h1 {
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 14px;
	color: var(--pc-ink);
	font-size: 34px;
	text-wrap: balance;
}

.pc-content h1 .pc-accent {
	color: var(--pc-teal);
}

.pc-content h2 {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin: 0 0 18px;
	font-size: 22px;
	color: var(--pc-ink);
	text-wrap: balance;
}

.pc-content h3 {
	font-weight: 700;
	margin: 0 0 10px;
	font-size: 17px;
	color: var(--pc-ink);
}

.pc-lead {
	font-size: 17px;
	line-height: 1.75;
	color: #4a4a4a;
}

.pc-hero-sub {
	font-size: 17px !important;
	font-weight: 600 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	line-height: 1.45 !important;
	color: #4a4a4a !important;
	margin: 0 0 18px !important;
}

/* --- Product hero --- */
.pc-hero {
	padding: 48px 0 56px;
	background:
		radial-gradient(520px 280px at 92% -10%, rgba(0, 191, 200, .14), transparent 70%),
		radial-gradient(420px 240px at -6% 110%, rgba(0, 131, 138, .08), transparent 70%),
		#fff;
	overflow: hidden;
}

.pc-hero-media {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 28px 56px -28px rgba(0, 131, 138, .55);
	background: #eaf6f7;
}

.pc-hero-media .owl-carousel,
.pc-hero-media .owl-item,
.pc-hero-media img {
	margin: 0;
	border-radius: 0;
}

.pc-hero-media img {
	width: 100%;
	height: auto;
	display: block;
}

.pc-hero-media .owl-wrapper-outer.autoHeight {
	transition: height 400ms ease;
}

.pc-hero-badge {
	position: absolute;
	left: 18px;
	bottom: 18px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	background: rgba(11, 16, 18, .78);
	color: #fff;
	border-radius: 40px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .4px;
	backdrop-filter: blur(6px);
}

.pc-hero-badge i {
	color: var(--pc-teal);
}

.pc-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.pc-hero-meta li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	background: var(--pc-teal-soft);
	border-radius: 8px;
	font-size: 13px;
	font-weight: 700;
	color: var(--pc-ink);
}

.pc-hero-meta i {
	color: var(--pc-teal-deep);
}

.pc-hero-actions {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.pc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 26px;
	border-radius: 50px;
	font-weight: 800;
	font-size: 13px;
	letter-spacing: .6px;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.pc-btn:hover,
.pc-btn:focus {
	transform: translateY(-2px);
}

.pc-btn-primary {
	background: var(--pc-teal);
	color: #fff !important;
	box-shadow: 0 10px 24px rgba(0, 131, 138, .35);
}

.pc-btn-primary:hover,
.pc-btn-primary:focus {
	background: #06a7ae;
	color: #fff !important;
}

.pc-btn-ghost {
	background: #fff;
	color: var(--pc-teal-deep) !important;
	border: 1px solid #cfecee;
}

.pc-btn-ghost:hover,
.pc-btn-ghost:focus {
	border-color: var(--pc-teal);
	color: var(--pc-teal-deep) !important;
}

/* --- Spec / style cards --- */
.pc-card-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}

.pc-card-grid > [class*="col-"] {
	display: flex;
	flex-direction: column;
	padding-left: 12px;
	padding-right: 12px;
}

.pc-card {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	height: 100%;
	width: 100%;
	margin-bottom: 24px;
	background: #eef9fa;
	border: 1px solid #d4eef0;
	border-radius: 14px;
	padding: 24px 22px 22px;
	position: relative;
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.pc-card-grid > [class*="col-"]:nth-child(1) .pc-card:not(.pc-light-night) {
	background: #eef9fa;
	border-color: #d4eef0;
}

.pc-card-grid > [class*="col-"]:nth-child(2) .pc-card:not(.pc-light-night) {
	background: #f7f5f0;
	border-color: #ebe6dc;
}

.pc-card-grid > [class*="col-"]:nth-child(3) .pc-card:not(.pc-light-night) {
	background: #f2f6f8;
	border-color: #dde6eb;
}

.pc-card-grid > [class*="col-"]:nth-child(4) .pc-card:not(.pc-light-night) {
	background: #f3f9f4;
	border-color: #dcebe0;
}

.pc-card-grid > [class*="col-"]:nth-child(5) .pc-card:not(.pc-light-night) {
	background: #faf5f7;
	border-color: #eedee3;
}

.pc-card-grid > [class*="col-"]:nth-child(6) .pc-card:not(.pc-light-night) {
	background: #f5f3fa;
	border-color: #e4dff0;
}

.pc-card-grid > [class*="col-"]:nth-child(7) .pc-card:not(.pc-light-night) {
	background: #f8f6ef;
	border-color: #ebe5d4;
}

.pc-card-grid > [class*="col-"]:nth-child(8) .pc-card:not(.pc-light-night) {
	background: #eff5f9;
	border-color: #d8e6ef;
}

.pc-card-grid > [class*="col-"]:nth-child(9) .pc-card:not(.pc-light-night) {
	background: #f9f8f2;
	border-color: #ebe8d8;
}

.pc-card-grid > [class*="col-"]:nth-child(10) .pc-card:not(.pc-light-night) {
	background: #f0f7f5;
	border-color: #d5ebe6;
}

.pc-card-grid > [class*="col-"]:nth-child(11) .pc-card:not(.pc-light-night) {
	background: #faf8f5;
	border-color: #ede8e0;
}

.pc-card-grid > [class*="col-"]:nth-child(12) .pc-card:not(.pc-light-night) {
	background: #f2f4f9;
	border-color: #dde2ed;
}

.pc-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 46px -22px rgba(0, 131, 138, .45);
	border-color: rgba(0, 191, 200, .4);
}

.pc-card-ic {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: var(--pc-teal-soft);
	color: var(--pc-teal-deep);
	font-size: 18px;
	margin-bottom: 16px;
	transition: background .25s ease, color .25s ease, transform .25s ease;
}

.pc-card:hover .pc-card-ic {
	background: var(--pc-teal);
	color: #fff;
	transform: rotate(-6deg);
}

.pc-card h3 {
	margin: 0 0 10px;
	font-size: 17px;
	font-weight: 800;
	color: var(--pc-ink);
	line-height: 1.35;
}

.pc-card p {
	margin: 0;
	flex: 1 1 auto;
	color: var(--pc-muted);
	font-size: 14.5px;
	line-height: 1.7;
}

.pc-card-tag {
	display: inline-block;
	margin-top: auto;
	padding-top: 14px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: var(--pc-teal-deep);
}

/* --- Lighting comparison --- */
.pc-light-grid .pc-card {
	padding-top: 28px;
}

.pc-light-night {
	background: linear-gradient(165deg, #101820 0%, #0b1012 100%);
	border-color: #1a2a2e;
	color: #e8f4f5;
}

.pc-light-night h3,
.pc-light-night .pc-card-tag {
	color: #7fe8ee;
}

.pc-light-night p {
	color: #b6c4c7;
}

.pc-light-night .pc-card-ic {
	background: rgba(0, 191, 200, .18);
	color: #7fe8ee;
	box-shadow: 0 0 0 1px rgba(0, 191, 200, .25), 0 0 18px rgba(0, 191, 200, .2);
}

.pc-light-night:hover {
	border-color: rgba(0, 191, 200, .35);
	box-shadow: 0 24px 46px -18px rgba(0, 191, 200, .4);
}

.pc-note {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	margin-top: 8px;
	padding: 18px 20px;
	background: #fff;
	border: 1px solid #d8f4f5;
	border-left: 4px solid var(--pc-teal);
	border-radius: 10px;
}

.pc-note i {
	color: var(--pc-teal);
	font-size: 18px;
	margin-top: 2px;
}

.pc-note p {
	margin: 0;
	color: #4f4f4f;
	line-height: 1.7;
}

/* --- Materials --- */
.pc-mat {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-bottom: 24px;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--pc-line);
	background: #fff;
	transition: transform .25s ease, box-shadow .25s ease;
}

.pc-mat:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 46px -22px rgba(0, 131, 138, .4);
}

.pc-mat-top {
	padding: 22px 24px 18px;
	background: linear-gradient(140deg, #00c6cf 0%, #0a929b 100%);
	color: #fff;
}

.pc-mat-top h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 800;
	color: #fff;
}

.pc-mat-top span {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	opacity: .9;
	letter-spacing: .4px;
	text-transform: uppercase;
	font-weight: 700;
}

.pc-mat-body {
	padding: 22px 24px 24px;
	flex: 1;
}

.pc-mat-body p {
	margin: 0;
	color: var(--pc-muted);
	line-height: 1.7;
	font-size: 15px;
}

.pc-mat-canvas .pc-mat-top {
	background: linear-gradient(140deg, #5a6a72 0%, #3a454c 100%);
}

/* --- Audience / who needs --- */
.pc-audience {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.pc-audience li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 18px 18px;
	background: #fff;
	border: 1px solid var(--pc-line);
	border-radius: 12px;
	color: #4f4f4f;
	line-height: 1.55;
	font-size: 14.5px;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.pc-audience li:hover {
	border-color: #d8f4f5;
	box-shadow: 0 14px 28px -18px rgba(0, 131, 138, .4);
}

.pc-audience i {
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	border-radius: 9px;
	background: var(--pc-teal-soft);
	color: var(--pc-teal-deep);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	margin-top: 1px;
}

/* --- Brand / proof strip --- */
.pc-proof {
	display: flex;
	align-items: center;
	gap: 28px;
	padding: 28px 32px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid var(--pc-line);
	box-shadow: 0 18px 40px -28px rgba(0, 131, 138, .35);
}

.pc-proof-mark {
	flex: 0 0 auto;
	width: 72px;
	height: 72px;
	border-radius: 18px;
	background: linear-gradient(145deg, #00c6cf, #0a6f78);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	box-shadow: 0 14px 28px rgba(0, 131, 138, .35);
}

.pc-proof p {
	margin: 0;
	color: #4f4f4f;
	line-height: 1.75;
	font-size: 16px;
}

.pc-proof strong {
	color: var(--pc-ink);
}

.pc-proof-title {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: var(--pc-ink);
}

/* --- Brand / gallery thumbnails --- */
.pc-thumbs {
	margin-top: 28px;
}

.pc-thumbs > [class*="col-"] {
	margin-bottom: 20px;
}

.pc-thumb {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	aspect-ratio: 4 / 3;
	background: #eaf6f7;
	box-shadow: 0 12px 28px -18px rgba(0, 131, 138, .45);
	transition: transform .25s ease, box-shadow .25s ease;
}

.pc-thumb::after {
	content: "\f00e";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(11, 16, 18, .45);
	color: #fff;
	font-size: 22px;
	opacity: 0;
	transition: opacity .25s ease;
}

.pc-thumb:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 36px -18px rgba(0, 131, 138, .55);
}

.pc-thumb:hover::after {
	opacity: 1;
}

.pc-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* --- Process timeline --- */
.pc-process {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: pc-step;
}

.pc-process li {
	position: relative;
	display: flex;
	gap: 22px;
	padding: 0 0 28px 0;
	counter-increment: pc-step;
}

.pc-process li:last-child {
	padding-bottom: 0;
}

.pc-process li::before {
	content: counter(pc-step);
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: var(--pc-teal);
	color: #fff;
	font-weight: 800;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 22px rgba(0, 131, 138, .32);
	position: relative;
	z-index: 1;
}

.pc-process li:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 23px;
	top: 48px;
	bottom: 0;
	width: 2px;
	background: linear-gradient(180deg, var(--pc-teal), rgba(0, 191, 200, .15));
}

.pc-process-body {
	flex: 1;
	background: #fff;
	border: 1px solid var(--pc-line);
	border-radius: 14px;
	padding: 18px 22px;
}

.pc-process-body h3 {
	margin: 0 0 8px;
	font-size: 17px;
	font-weight: 800;
	color: var(--pc-ink);
}

.pc-process-body p {
	margin: 0;
	color: var(--pc-muted);
	line-height: 1.7;
	font-size: 14.5px;
}

.pc-timeline-note {
	margin-top: 28px;
	text-align: center;
	padding: 18px 22px;
	background: var(--pc-teal-soft);
	border-radius: 12px;
	color: var(--pc-ink);
	font-weight: 600;
	line-height: 1.6;
}

/* --- Requirement / code list --- */
.pc-reqs {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
}

.pc-reqs li {
	position: relative;
	padding: 16px 18px 16px 52px;
	margin-bottom: 12px;
	background: #fff;
	border: 1px solid var(--pc-line);
	border-radius: 12px;
	color: #4f4f4f;
	line-height: 1.65;
	font-size: 15px;
}

.pc-reqs li::before {
	content: "\f058";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 18px;
	top: 17px;
	color: var(--pc-teal);
	font-size: 18px;
}

/* --- Service area chips --- */
.pc-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.pc-chips li {
	padding: 8px 14px;
	border-radius: 40px;
	background: #fff;
	border: 1px solid var(--pc-line);
	font-size: 13px;
	font-weight: 700;
	color: var(--pc-ink);
	transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.pc-chips li:hover {
	background: var(--pc-teal);
	border-color: var(--pc-teal);
	color: #fff;
}

/* --- Data tables (kept for pages that still use them) --- */
.pc-table {
	margin-top: 8px;
	margin-bottom: 24px;
}

.pc-table th {
	background: var(--pc-teal);
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .5px;
	border-color: #06a7ae !important;
}

.pc-table td {
	vertical-align: top !important;
	line-height: 1.65;
	color: #4f4f4f;
}

.pc-table td strong {
	color: var(--pc-ink);
}

.pc-steps td:first-child {
	font-weight: 700;
	color: var(--pc-teal-deep);
	white-space: nowrap;
	width: 1%;
}

/* --- Lists --- */
.pc-list li {
	padding: 6px 0;
	line-height: 1.7;
	color: #4f4f4f;
}

/* --- Arrow / CTA links --- */
.pc-links a,
.service-links a {
	display: inline-block;
	margin-right: 22px;
	color: var(--pc-teal);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 12.5px;
	transition: color .2s ease;
}

.pc-links a:hover,
.service-links a:hover {
	color: #06a7ae;
}

/* --- FAQ accordion --- */
.faq-block {
	border: 1px solid #ededed;
	border-left: 4px solid var(--pc-teal);
	border-radius: 6px;
	margin-bottom: 14px;
	background: #fff;
	overflow: hidden;
	transition: box-shadow .25s ease;
}

.faq-block:hover {
	box-shadow: 0 12px 30px rgba(0, 0, 0, .07);
}

.faq-q {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--pc-ink);
	cursor: pointer;
	user-select: none;
	padding: 18px 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	transition: color .2s ease;
	text-wrap: balance;
}

.faq-q:hover,
.faq-q:focus,
.faq-block.open .faq-q {
	color: var(--pc-teal);
	outline: none;
}

.faq-ico {
	flex: 0 0 auto;
	font-size: 15px;
	color: var(--pc-teal);
	transition: transform .3s ease;
}

.faq-block.open .faq-ico {
	transform: rotate(180deg);
}

.faq-a {
	max-height: 0;
	overflow: hidden;
	transition: max-height .35s ease;
}

.faq-a-inner {
	padding: 0 22px 18px;
}

.faq-a-inner p {
	margin: 0 0 8px;
	color: #555;
	line-height: 1.75;
	text-wrap: pretty;
}

.faq-a-inner p:last-child {
	margin-bottom: 0;
}

/* --- Dark callout band (simple) --- */
.pc-callout-dark {
	background-color: #2b2b2b;
}

.pc-callout-dark h3 {
	margin-top: 0;
	color: #fff;
}

.pc-callout-dark p {
	color: #fff;
}

/* --- Quote CTA band (matches homepage language) --- */
.callout.dark.pc-quote {
	position: relative;
	overflow: hidden;
	padding: 66px 0;
	background-color: #04353a;
	background-image:
		radial-gradient(135% 130% at 50% -25%, rgba(0, 214, 224, .55) 0%, rgba(0, 160, 170, 0) 55%),
		linear-gradient(160deg, #076b71 0%, #04444a 55%, #022d31 100%);
}

.callout.dark.pc-quote::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	z-index: 3;
	background: linear-gradient(90deg, #00bfc8 0%, #00bfc8 55%, #AD5251 100%);
}

.pc-quote-glow {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background-image: radial-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px);
	background-size: 22px 22px;
}

.pc-quote-inner {
	position: relative;
	z-index: 2;
}

.callout.dark.pc-quote h2,
.callout.dark.pc-quote h3,
.callout.dark.pc-quote h4,
.callout.dark.pc-quote p {
	background-color: transparent;
}

.pc-quote-eyebrow {
	display: inline-block;
	margin-bottom: 14px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: #9fe9ee;
}

.callout.dark.pc-quote h2 {
	margin: 0;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 32px;
	color: #fff;
	text-shadow: 0 2px 18px rgba(0, 0, 0, .25);
	text-wrap: balance;
}

.pc-quote-rule {
	display: block;
	width: 64px;
	height: 3px;
	margin: 16px auto 20px;
	background: #00e0ea;
	border-radius: 2px;
}

.callout.dark.pc-quote p {
	color: #e8fcfd;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.75;
}

.callout.dark.pc-quote a:not(.btn) {
	color: #fff;
	text-decoration: underline;
	font-weight: 700;
}

.callout.dark.pc-quote a:not(.btn):hover {
	color: #b9f3f7;
}

.callout.dark.pc-quote .btn-primary {
	margin-top: 28px;
	padding: 14px 40px;
	background-color: var(--pc-red);
	border-color: var(--pc-red);
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: .5px;
	text-transform: uppercase;
	border-radius: 50px;
	box-shadow: 0 10px 26px rgba(0, 0, 0, .28);
	transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.callout.dark.pc-quote .btn-primary:hover,
.callout.dark.pc-quote .btn-primary:focus,
.callout.dark.pc-quote .btn-primary:active {
	background-color: #bd5b5a;
	border-color: #bd5b5a;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(0, 0, 0, .32);
}

/* --- Scroll reveal (optional; pages can add .pc-anim) --- */
.pc-anim {
	opacity: 0;
}

.pc-anim.in {
	animation: pcRise .55s ease-out forwards;
}

@keyframes pcRise {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pc-anim,
	.pc-anim.in {
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
	}

	.pc-card:hover,
	.pc-mat:hover,
	.pc-btn:hover {
		transform: none;
	}
}

/* --- Parallax "OR EMAIL US" CTA --- */
.pc-btn-email {
	display: inline-block;
	margin-top: 8px;
	padding: 10px 22px;
	background: #fff !important;
	border: 2px solid #fff !important;
	color: #00838a !important;
	font-weight: 800;
	font-size: 13px;
	letter-spacing: .8px;
	text-transform: uppercase;
	text-decoration: none !important;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .28);
	transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.pc-btn-email:hover,
.pc-btn-email:focus,
.pc-btn-email:active {
	background: var(--pc-teal) !important;
	border-color: var(--pc-teal) !important;
	color: #fff !important;
	transform: translateY(-2px);
	text-decoration: none !important;
}

/* --- Utility notes --- */
.pc-foot-note {
	max-width: 780px;
	margin: 12px auto 0;
	text-align: center;
	color: #5f5f5f;
	line-height: 1.75;
}

.pc-foot-cta {
	margin-top: 12px;
}

.pc-foot-space {
	margin-top: 22px;
}

/* --- Responsive --- */
@media (max-width: 991px) {
	.pc-content h1 {
		font-size: 28px;
	}

	.pc-hero {
		padding-top: 36px;
	}

	.pc-hero-media {
		margin-bottom: 28px;
	}

	.pc-proof {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
		padding: 24px;
	}
}

@media (max-width: 767px) {
	.pc-section,
	.pc-section-lg,
	.pc-hero {
		padding: 40px 0;
	}

	.pc-audience {
		grid-template-columns: 1fr;
	}

	.pc-table th,
	.pc-table td {
		font-size: 14px;
	}

	.callout.dark.pc-quote h2 {
		font-size: 24px;
	}

	.pc-process li {
		gap: 14px;
	}

	.pc-process-body {
		padding: 16px 16px;
	}
}
