/* FooterV6 — Castle Windows (Figma 15301:27966): black panel with a full-width
   accent rule across the top, accent support label over the phone, and the
   design's 2px inner ring on the primary CTA. */

.ftr.v6 {
	border-top: 8px solid var(--accent);

	.ftr-v6-udl {
		text-decoration: underline solid;
		text-underline-position: from-font;
	}

	/* "24/7 Customer Support" support line above the phone number */
	.ftr-247 {
		color: var(--accent);
	}

	/* design draws a 2px inside stroke on the footer's filled CTA */
	.btn.v1 {
		box-shadow: inset 0 0 0 2px var(--btn-pry-txt);
	}
}
