/**
 * BRO Electrical — EICRs & Electrical Testing (page-eicrs-electrical-testing.php).
 * New page. Two genuine photographs only — the Kewtech KT65DL testing
 * photo (hero) and Tom O'Brien's Qualified Supervisor portrait
 * (Technical Oversight section). No reviews section (no verified
 * EICR-specific review currently exists in the shared testimonial
 * source).
 */

.bro-eicr-page section {
	padding: var(--bro-section-spacing) 0;
}

/* ---- Hero ---- */

.bro-eicr-hero {
	position: relative;
	min-height: calc(100svh - var(--bro-header-height));
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: var(--bro-charcoal);
	padding: 0;
}

.bro-eicr-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.bro-eicr-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 56%;
	display: block;
}

.bro-eicr-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(20, 23, 26, 0.78) 0%, rgba(20, 23, 26, 0.38) 48%, rgba(20, 23, 26, 0.12) 78%),
		linear-gradient(0deg, rgba(20, 23, 26, 0.86) 0%, rgba(20, 23, 26, 0.28) 42%, rgba(20, 23, 26, 0.08) 65%);
}

.bro-eicr-hero__content {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: var(--bro-max-width);
	margin: 0 auto;
	padding: calc(var(--bro-section-spacing) * 0.6) var(--bro-gutter) var(--bro-section-spacing);
}

.bro-eicr-hero__heading {
	font-size: var(--bro-text-hero);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: var(--bro-white);
	margin: 0 0 1.5rem;
	max-width: 18ch;
}

.bro-eicr-hero__lead {
	font-size: var(--bro-text-lg);
	font-weight: 600;
	line-height: 1.5;
	color: var(--bro-white);
	max-width: 48ch;
	margin: 0 0 1rem;
}

.bro-eicr-hero__body p {
	font-size: var(--bro-text-base);
	line-height: 1.6;
	color: var(--bro-text-muted-on-dark);
	max-width: 54ch;
	margin: 0 0 1.5rem;
}

.bro-eicr-hero__trust {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 0 1.75rem;
	padding: 1.25rem 0 0;
	border-top: 1px solid var(--bro-border-on-dark);
	gap: 0.5rem 1.5rem;
	font-family: var(--bro-font-display);
	font-size: var(--bro-text-xs);
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--bro-text-muted-on-dark);
}

.bro-eicr-hero__trust li {
	display: flex;
	align-items: center;
}

.bro-eicr-hero__trust li:not(:last-child)::after {
	content: '\00b7';
	color: var(--bro-orange);
	margin: 0 0 0 1.5rem;
	font-weight: 700;
}

.bro-eicr-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.bro-eicr-hero__actions .bro-btn--ghost {
	color: var(--bro-text-muted-on-dark);
	border-color: rgba(245, 242, 236, 0.35);
}

@media (hover: hover) and (pointer: fine) {
	.bro-eicr-hero__actions .bro-btn--ghost:hover,
	.bro-eicr-hero__actions .bro-btn--ghost:focus-visible {
		color: var(--bro-white);
	}
}

@media (max-width: 640px) {
	.bro-eicr-hero {
		min-height: 100svh;
	}

	.bro-eicr-hero__media img {
		object-position: 50% 52%;
	}

	.bro-eicr-hero__overlay {
		background:
			linear-gradient(0deg, rgba(20, 23, 26, 0.92) 0%, rgba(20, 23, 26, 0.52) 32%, rgba(20, 23, 26, 0.12) 60%),
			linear-gradient(180deg, rgba(20, 23, 26, 0.3) 0%, rgba(20, 23, 26, 0) 25%);
	}

	.bro-eicr-hero__content {
		padding: 2rem var(--bro-gutter) 2.75rem;
	}

	.bro-eicr-hero__heading {
		max-width: none;
	}

	.bro-eicr-hero__actions {
		flex-direction: column;
	}

	.bro-eicr-hero__actions .bro-btn {
		width: 100%;
		white-space: normal;
		text-align: center;
	}
}

/* ---- Shared reveal stagger ---- */

.bro-eicr-page .bro-eyebrow.bro-reveal-fade {
	transition-delay: 0ms;
}

.bro-eicr-page h2.bro-reveal-fade {
	transition-delay: 90ms;
}

.bro-eicr-page .bro-reveal-fade[data-reveal="body"] {
	transition-delay: 170ms;
}

.bro-eicr-page .bro-reveal-fade[data-reveal="extra"] {
	transition-delay: 240ms;
}

/* ---- 2. An EICR is more than a certificate ---- */

.bro-eicr-intro {
	background: var(--bro-offwhite);
}

.bro-eicr-intro__inner {
	max-width: 52rem;
}

.bro-eicr-intro__inner h2 {
	font-size: var(--bro-text-h1);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.01em;
	color: var(--bro-text-on-light);
	margin: 1rem 0 1.5rem;
}

.bro-eicr-intro__inner p {
	font-size: var(--bro-text-base);
	line-height: 1.65;
	color: var(--bro-text-muted-on-light);
	max-width: 58ch;
	margin: 0 0 1.25rem;
}

.bro-eicr-intro__note {
	font-family: var(--bro-font-display);
	font-size: var(--bro-text-h3);
	font-weight: 700;
	line-height: 1.35;
	color: var(--bro-text-on-light);
	max-width: 40ch;
	margin: 1.75rem 0 0;
	padding-left: 1.25rem;
	border-left: 3px solid var(--bro-orange);
}

/* ---- 3. What does an EICR involve — 6-step process ---- */

.bro-eicr-process {
	background: var(--bro-white);
}

.bro-eicr-process__intro {
	max-width: 40rem;
	margin: 0 0 clamp(3rem, 6vw, 4.5rem);
}

.bro-eicr-process__intro h2 {
	font-size: var(--bro-text-h1);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.01em;
	color: var(--bro-text-on-light);
	margin: 1rem 0 0;
}

.bro-eicr-process__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bro-eicr-process__step {
	padding: clamp(1.75rem, 3.5vw, 2.75rem) 0;
	border-top: 1px solid var(--bro-border-on-light);
}

.bro-eicr-process__list > .bro-eicr-process__step:last-child {
	border-bottom: 1px solid var(--bro-border-on-light);
}

.bro-eicr-process__step-inner {
	display: flex;
	align-items: flex-start;
	gap: clamp(1.5rem, 4vw, 3rem);
}

.bro-eicr-process__index {
	flex: 0 0 auto;
	font-family: var(--bro-font-display);
	font-size: var(--bro-text-h2);
	font-weight: 700;
	line-height: 1;
	color: var(--bro-border-on-light);
}

.bro-eicr-process__body {
	flex: 1 1 auto;
	max-width: 34rem;
}

.bro-eicr-process__title {
	font-family: var(--bro-font-display);
	font-size: var(--bro-text-sm);
	font-weight: 700;
	letter-spacing: var(--bro-tracking-label);
	text-transform: uppercase;
	color: var(--bro-text-on-light);
	margin: 0 0 0.65rem;
}

.bro-eicr-process__text {
	font-size: var(--bro-text-base);
	line-height: 1.6;
	color: var(--bro-text-muted-on-light);
	margin: 0;
}

@media (max-width: 780px) {
	.bro-eicr-process__step-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 1.25rem;
	}
}

/* ---- 4. Pricing ---- */

.bro-eicr-pricing {
	background: var(--bro-charcoal);
}

.bro-eicr-pricing__inner {
	max-width: 46rem;
}

.bro-eicr-pricing__price {
	font-family: var(--bro-font-display);
	font-size: clamp(2.5rem, 6vw, 3.75rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: var(--bro-white);
	margin: 1rem 0 1.5rem;
}

.bro-eicr-pricing__price span {
	color: var(--bro-orange);
}

.bro-eicr-pricing__inner > p {
	font-size: var(--bro-text-base);
	line-height: 1.65;
	color: var(--bro-text-muted-on-dark);
	max-width: 56ch;
	margin: 0 0 1.5rem;
}

.bro-eicr-pricing__note {
	background: rgba(245, 242, 236, 0.06);
	border-left: 3px solid var(--bro-orange);
	padding: 1.5rem clamp(1.25rem, 3vw, 2rem);
	margin-top: 2rem;
}

.bro-eicr-pricing__note-heading {
	font-family: var(--bro-font-display);
	font-size: var(--bro-text-sm);
	font-weight: 700;
	letter-spacing: var(--bro-tracking-label);
	text-transform: uppercase;
	color: var(--bro-white);
	margin: 0 0 0.75rem;
}

.bro-eicr-pricing__note p {
	font-size: var(--bro-text-base);
	line-height: 1.65;
	color: var(--bro-text-muted-on-dark);
	max-width: 56ch;
	margin: 0 0 0.9rem;
}

.bro-eicr-pricing__note p:last-child {
	margin-bottom: 0;
}

/* ---- 5. Understanding EICR results ---- */

.bro-eicr-codes {
	background: var(--bro-offwhite);
}

.bro-eicr-codes__intro {
	max-width: 50rem;
	margin: 0 0 clamp(2.5rem, 5vw, 3.5rem);
}

.bro-eicr-codes__intro h2 {
	font-size: var(--bro-text-h1);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.01em;
	color: var(--bro-text-on-light);
	margin: 1rem 0 1.5rem;
}

.bro-eicr-codes__intro p {
	font-size: var(--bro-text-base);
	line-height: 1.65;
	color: var(--bro-text-muted-on-light);
	max-width: 58ch;
	margin: 0 0 1.25rem;
}

.bro-eicr-codes__list {
	border-top: 1px solid var(--bro-border-on-light);
	margin: 0 0 clamp(2rem, 4vw, 3rem);
}

.bro-eicr-code {
	display: grid;
	grid-template-columns: 6rem 1fr;
	gap: clamp(1.25rem, 3vw, 2.5rem);
	padding: clamp(1.25rem, 2.5vw, 1.75rem) 0;
	border-bottom: 1px solid var(--bro-border-on-light);
	align-items: baseline;
}

.bro-eicr-code__tag {
	font-family: var(--bro-font-display);
	font-size: var(--bro-text-h3);
	font-weight: 800;
	line-height: 1;
	color: var(--bro-orange-burnt);
}

.bro-eicr-code__title {
	font-family: var(--bro-font-display);
	font-size: var(--bro-text-sm);
	font-weight: 700;
	letter-spacing: var(--bro-tracking-label);
	text-transform: uppercase;
	color: var(--bro-text-on-light);
	margin: 0 0 0.5rem;
}

.bro-eicr-code__text {
	font-size: var(--bro-text-base);
	line-height: 1.6;
	color: var(--bro-text-muted-on-light);
	max-width: 52ch;
	margin: 0;
}

.bro-eicr-codes__note {
	font-size: var(--bro-text-base);
	line-height: 1.65;
	color: var(--bro-text-muted-on-light);
	max-width: 58ch;
	margin: 0 0 1.25rem;
}

.bro-eicr-codes__helpline {
	font-family: var(--bro-font-display);
	font-size: var(--bro-text-base);
	font-weight: 600;
	color: var(--bro-text-on-light);
	max-width: 54ch;
	margin: 1.5rem 0 0;
	padding-left: 1.25rem;
	border-left: 3px solid var(--bro-orange);
}

@media (max-width: 480px) {
	.bro-eicr-code {
		grid-template-columns: 1fr;
		gap: 0.4rem;
	}
}

/* ---- Shared editorial image + text grid ---- */

.bro-eicr-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: clamp(2.5rem, 6vw, 5rem);
}

.bro-eicr-grid__media {
	flex: 1 1 320px;
	max-width: 22rem;
}

.bro-eicr-grid__media img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 3 / 4;
	background: var(--bro-white);
}

.bro-eicr-grid__body {
	flex: 1 1 400px;
	max-width: 36rem;
}

@media (max-width: 780px) {
	.bro-eicr-grid {
		flex-direction: column;
	}

	.bro-eicr-grid__media {
		max-width: 16rem;
	}
}

/* ---- 6. Technical oversight — Tom O'Brien ---- */

.bro-eicr-team {
	background: var(--bro-white);
}

.bro-eicr-team__eyebrow {
	margin-bottom: 1rem;
}

.bro-eicr-team__body h2 {
	font-size: var(--bro-text-h1);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.01em;
	color: var(--bro-text-on-light);
	margin: 0 0 1.5rem;
}

.bro-eicr-team__name {
	font-family: var(--bro-font-display);
	font-size: var(--bro-text-lg);
	font-weight: 700;
	color: var(--bro-text-on-light);
	margin: 0 0 0.2rem;
}

.bro-eicr-team__role {
	display: block;
	font-family: var(--bro-font-display);
	font-size: var(--bro-text-xs);
	font-weight: 700;
	letter-spacing: var(--bro-tracking-label);
	text-transform: uppercase;
	color: var(--bro-orange-burnt);
	margin: 0 0 1.25rem;
}

.bro-eicr-team__body p {
	font-size: var(--bro-text-base);
	line-height: 1.65;
	color: var(--bro-text-muted-on-light);
	max-width: 52ch;
	margin: 0 0 1.25rem;
}

.bro-eicr-team__link {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	font-family: var(--bro-font-display);
	font-size: var(--bro-text-sm);
	font-weight: 700;
	letter-spacing: var(--bro-tracking-label);
	text-transform: uppercase;
	color: var(--bro-text-on-light);
	text-decoration: none;
	margin-top: 0.5rem;
}

.bro-eicr-team__link .bro-icon-arrow {
	transition: transform var(--bro-transition-base);
}

@media (hover: hover) and (pointer: fine) {
	.bro-eicr-team__link:hover .bro-icon-arrow,
	.bro-eicr-team__link:focus-visible .bro-icon-arrow {
		transform: translateX(4px);
	}
}

.bro-eicr-team__link:hover,
.bro-eicr-team__link:focus-visible {
	color: var(--bro-orange);
}

/* ---- 7. Homeowners ---- */

.bro-eicr-homeowners {
	background: var(--bro-offwhite);
}

.bro-eicr-homeowners__inner {
	max-width: 52rem;
}

.bro-eicr-homeowners__inner h2 {
	font-size: var(--bro-text-h1);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.01em;
	color: var(--bro-text-on-light);
	margin: 1rem 0 1.5rem;
}

.bro-eicr-homeowners__inner > p {
	font-size: var(--bro-text-base);
	line-height: 1.65;
	color: var(--bro-text-muted-on-light);
	max-width: 58ch;
	margin: 0 0 1.5rem;
}

.bro-eicr-homeowners__list {
	list-style: none;
	margin: 0 0 1.75rem;
	padding: 1.25rem 0 0;
	border-top: 1px solid var(--bro-border-on-light);
}

.bro-eicr-homeowners__list li {
	position: relative;
	padding-left: 1.2rem;
	font-size: var(--bro-text-base);
	line-height: 1.55;
	color: var(--bro-text-on-light);
	margin-bottom: 0.65rem;
}

.bro-eicr-homeowners__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 8px;
	height: 1px;
	background: var(--bro-orange);
}

.bro-eicr-homeowners__note {
	font-size: var(--bro-text-base);
	line-height: 1.65;
	color: var(--bro-text-muted-on-light);
	max-width: 58ch;
	margin: 0;
}

/* ---- 8. Landlords & letting agents ---- */

.bro-eicr-landlords {
	background: var(--bro-charcoal);
}

.bro-eicr-landlords__inner {
	max-width: 52rem;
}

.bro-eicr-landlords__inner h2 {
	font-size: var(--bro-text-h1);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.005em;
	text-transform: uppercase;
	color: var(--bro-white);
	margin: 1rem 0 1.5rem;
}

.bro-eicr-landlords__inner > p {
	font-size: var(--bro-text-base);
	line-height: 1.65;
	color: var(--bro-text-muted-on-dark);
	max-width: 58ch;
	margin: 0 0 1.5rem;
}

.bro-eicr-landlords__list {
	list-style: none;
	margin: 0;
	padding: 1.25rem 0 0;
	border-top: 1px solid var(--bro-border-on-dark);
	columns: 2;
	column-gap: 2.5rem;
}

.bro-eicr-landlords__list li {
	position: relative;
	padding-left: 1.2rem;
	font-size: var(--bro-text-base);
	line-height: 1.6;
	color: var(--bro-white);
	margin-bottom: 0.75rem;
	break-inside: avoid;
}

.bro-eicr-landlords__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 8px;
	height: 1px;
	background: var(--bro-orange);
}

@media (max-width: 560px) {
	.bro-eicr-landlords__list {
		columns: 1;
	}
}

/* ---- 9. Property portfolios ---- */

.bro-eicr-portfolio {
	background: var(--bro-white);
}

.bro-eicr-portfolio__inner {
	max-width: 46rem;
	padding: clamp(2.5rem, 5vw, 3.5rem);
	border: 1px solid var(--bro-border-on-light);
	border-radius: var(--bro-radius-sm);
}

.bro-eicr-portfolio__inner h2 {
	font-size: var(--bro-text-h2);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.005em;
	color: var(--bro-text-on-light);
	margin: 1rem 0 1.25rem;
}

.bro-eicr-portfolio__inner p {
	font-size: var(--bro-text-base);
	line-height: 1.65;
	color: var(--bro-text-muted-on-light);
	max-width: 54ch;
	margin: 0 0 1.75rem;
}

@media (max-width: 480px) {
	.bro-eicr-portfolio__inner .bro-btn {
		white-space: normal;
		text-align: center;
	}
}

/* ---- 10. Remedial work ---- */

.bro-eicr-remedial {
	background: var(--bro-offwhite);
}

.bro-eicr-remedial__inner {
	max-width: 50rem;
}

.bro-eicr-remedial__inner h2 {
	font-size: var(--bro-text-h1);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.01em;
	color: var(--bro-text-on-light);
	margin: 1rem 0 1.5rem;
}

.bro-eicr-remedial__inner p {
	font-size: var(--bro-text-base);
	line-height: 1.65;
	color: var(--bro-text-muted-on-light);
	max-width: 58ch;
	margin: 0 0 1.25rem;
}

.bro-eicr-remedial__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.75rem;
	list-style: none;
	margin: 1.75rem 0 0;
	padding: 1.5rem 0 0;
	border-top: 1px solid var(--bro-border-on-light);
}

.bro-eicr-remedial__links a {
	font-family: var(--bro-font-display);
	font-size: var(--bro-text-sm);
	font-weight: 700;
	letter-spacing: var(--bro-tracking-label);
	text-transform: uppercase;
	color: var(--bro-text-on-light);
	text-decoration: none;
	border-bottom: 1px solid var(--bro-border-on-light);
	padding-bottom: 0.2em;
	transition: color var(--bro-transition-base), border-color var(--bro-transition-base);
}

.bro-eicr-remedial__links a:hover,
.bro-eicr-remedial__links a:focus-visible {
	color: var(--bro-orange);
	border-color: var(--bro-orange);
}

/* ---- 11. Why BRO Electrical ---- */

.bro-eicr-why {
	background: var(--bro-charcoal);
}

.bro-eicr-why__intro {
	max-width: 40rem;
	margin: 0 0 clamp(2.5rem, 5vw, 3.5rem);
}

.bro-eicr-why__intro h2 {
	font-size: var(--bro-text-h1);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.005em;
	text-transform: uppercase;
	color: var(--bro-white);
	margin: 1rem 0 0;
}

.bro-eicr-why__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--bro-border-on-dark);
}

.bro-eicr-why__item {
	padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.25rem, 2.5vw, 2rem);
	border-bottom: 1px solid var(--bro-border-on-dark);
	border-right: 1px solid var(--bro-border-on-dark);
}

.bro-eicr-why__list > .bro-eicr-why__item:nth-child(3n) {
	border-right: none;
}

.bro-eicr-why__list > .bro-eicr-why__item:last-child {
	border-right: none;
}

.bro-eicr-why__title {
	font-family: var(--bro-font-display);
	font-size: var(--bro-text-sm);
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--bro-white);
	margin: 0 0 0.6rem;
}

.bro-eicr-why__text {
	font-size: var(--bro-text-sm);
	line-height: 1.55;
	color: var(--bro-text-muted-on-dark);
	margin: 0;
}

@media (max-width: 767px) {
	.bro-eicr-why__list {
		grid-template-columns: 1fr;
	}

	.bro-eicr-why__item {
		border-right: none;
	}
}

/* ---- 12. FAQs ---- */

.bro-eicr-faq {
	background: var(--bro-white);
}

.bro-eicr-faq__inner {
	max-width: 52rem;
}

.bro-eicr-faq__inner h2 {
	font-size: var(--bro-text-h1);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.01em;
	color: var(--bro-text-on-light);
	margin: 1rem 0 clamp(2rem, 4vw, 3rem);
}

.bro-eicr-faq__list {
	border-top: 1px solid var(--bro-border-on-light);
}

.bro-eicr-faq__item {
	border-bottom: 1px solid var(--bro-border-on-light);
}

.bro-eicr-faq__item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 1.5rem 0;
	font-family: var(--bro-font-display);
	font-size: var(--bro-text-base);
	font-weight: 700;
	color: var(--bro-text-on-light);
	cursor: pointer;
	list-style: none;
}

.bro-eicr-faq__item summary::-webkit-details-marker {
	display: none;
}

.bro-eicr-faq__item summary::after {
	content: '+';
	flex: 0 0 auto;
	font-size: 1.5rem;
	font-weight: 400;
	color: var(--bro-orange);
	line-height: 1;
	transition: transform var(--bro-transition-base);
}

.bro-eicr-faq__item[open] summary::after {
	transform: rotate(45deg);
}

.bro-eicr-faq__item summary:focus-visible {
	outline: 2px solid var(--bro-orange);
	outline-offset: 3px;
}

.bro-eicr-faq__answer {
	margin: 0 0 1.75rem;
	font-size: var(--bro-text-base);
	line-height: 1.65;
	color: var(--bro-text-muted-on-light);
	max-width: 58ch;
}

.bro-eicr-faq__answer a {
	color: var(--bro-text-on-light);
	text-decoration: underline;
	text-decoration-color: var(--bro-border-on-light);
	text-underline-offset: 3px;
}

.bro-eicr-faq__answer a:hover,
.bro-eicr-faq__answer a:focus-visible {
	color: var(--bro-orange);
	text-decoration-color: var(--bro-orange);
}

/* ---- 13. Final CTA ---- */

.bro-eicr-cta {
	background: var(--bro-charcoal);
	text-align: center;
}

.bro-eicr-cta__inner {
	max-width: 46rem;
	margin: 0 auto;
}

.bro-eicr-cta__eyebrow {
	justify-content: center;
}

.bro-eicr-cta__heading {
	font-size: var(--bro-text-h1);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.005em;
	text-transform: uppercase;
	color: var(--bro-white);
	margin: 0 0 1.5rem;
}

.bro-eicr-cta__text {
	font-size: var(--bro-text-base);
	line-height: 1.65;
	color: var(--bro-text-muted-on-dark);
	max-width: 54ch;
	margin: 0 auto 1.75rem;
}

.bro-eicr-cta__price {
	font-family: var(--bro-font-display);
	font-size: var(--bro-text-sm);
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--bro-orange);
	margin: 0 0 2rem;
}

.bro-eicr-cta__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}

@media (max-width: 480px) {
	.bro-eicr-cta__actions {
		flex-direction: column;
	}

	.bro-eicr-cta__actions .bro-btn {
		width: 100%;
		white-space: normal;
		text-align: center;
	}
}
