/**
 * Supersearches landing page (/supersearches/)
 *
 * Content lives in Beaver Builder modules. This file only styles them, keyed off
 * the CSS classes set on each row/column/module (Advanced > HTML Element > Class).
 * Loaded only on the Supersearches page — see functions.php.
 */

:root {
	--ss-navy: #23295d;
	--ss-navy-dark: #181d48;
	--ss-orange: #fb6a02;
	--ss-orange-large: #ea5f00; /* brand orange nudged darker: large text on light backgrounds (3:1) */
	--ss-orange-text: #c24c00; /* small text on light backgrounds (4.5:1) */
	--ss-cyan: #30bdee;
	--ss-cyan-text: #0b7196;
	--ss-ink: #20263a;
	--ss-muted: #505a6f;
	--ss-line: #dde2ec;
	--ss-soft: #f4f6fa;
	--ss-download-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E");
}

.ss-page {
	font-family: 'Work Sans', sans-serif;
	color: var(--ss-ink);
}

.ss-page h1,
.ss-page h2,
.ss-page h3,
.ss-page .ss-count strong,
.ss-page .ss-states-solution,
.ss-page .ss-core-statement,
.ss-page .ss-quote,
.ss-page .ss-ribbon-copy,
.ss-page .ss-repo-badge {
	font-family: 'Poppins', sans-serif;
}

:where(.ss-page .fl-module > p:last-child, .ss-page .fl-module > ul:last-child) {
	margin-bottom: 0;
}

/* Spacing below single-paragraph modules (BB zeroes the last paragraph's margin) */
.ss-page .ss-eyebrow.fl-module { margin-bottom: 18px; }
.ss-page .ss-count.fl-module { margin-bottom: 16px; }
.ss-page .ss-hero-side-copy.fl-module { margin-bottom: 22px; }
.ss-page .ss-chips-label.fl-module { margin-bottom: 10px; }
.ss-page .ss-why-copy.fl-module { margin-bottom: 24px; }

.ss-orange { color: var(--ss-orange); }
.ss-cyan { color: var(--ss-cyan); }

.ss-page .ss-eyebrow p {
	margin: 0 0 18px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--ss-cyan);
}

/* ================= HERO ================= */
.ss-hero .fl-row-content-wrap {
	position: relative;
	overflow: hidden;
}

.ss-hero .fl-row-content-wrap::after {
	content: "";
	position: absolute;
	right: -245px;
	top: -200px;
	width: 1030px;
	height: 1030px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 50%;
	box-shadow: 0 0 0 115px rgba(255, 255, 255, .025), 0 0 0 230px rgba(255, 255, 255, .018);
	pointer-events: none;
}

.ss-hero .fl-row-content {
	position: relative;
	z-index: 1;
}

.ss-hero .fl-col-group {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.ss-hero-main > .fl-col-content {
	padding-right: 60px;
}

.ss-hero .ss-hero-title.fl-heading {
	overflow-wrap: normal;
	word-break: keep-all;
	margin: 4px 0 0;
	font-size: 83px;
	line-height: .95;
	letter-spacing: -3px;
	font-weight: 800;
	color: #fff;
}

.ss-hero .ss-hero-sub.fl-heading {
	margin: 24px 0 14px;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: -.5px;
	font-weight: 700;
	color: #fff;
}

.ss-hero-copy p {
	margin: 0;
	max-width: 855px;
	font-size: 20px;
	line-height: 1.55;
	font-weight: 500;
	color: #f1f3fa;
}

.ss-page .ss-hero-callout.fl-module {
	margin-top: 30px;
}

.ss-hero-callout p {
	max-width: 855px;
	padding: 8px 0 8px 21px;
	border-left: 5px solid var(--ss-orange);
	font-size: 19px;
	line-height: 1.5;
	font-weight: 700;
	color: #fff;
}

/* Side panel */
.ss-hero-side > .fl-col-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-left: 45px;
	border-left: 1px solid rgba(255, 255, 255, .22);
}

.ss-count p {
	margin: 0 0 16px;
	font-size: 25px;
	line-height: 1.28;
	font-weight: 700;
	color: #fff;
}

.ss-count strong {
	display: block;
	margin-bottom: 6px;
	font-size: 44px;
	line-height: .9;
	font-weight: 800;
	color: var(--ss-orange);
}

.ss-count .ss-cyan {
	font-family: 'Poppins', sans-serif;
}

.ss-hero-side-copy p {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #d3d8ec;
}

.ss-chips-label p {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .4px;
	color: #c0c7f2;
}

/* BB clearfix pseudo-elements would otherwise take up cells in these grids */
.ss-chips.fl-button-group-buttons::before,
.ss-chips.fl-button-group-buttons::after,
.ss-repo-item > .fl-col-content::before,
.ss-repo-item > .fl-col-content::after,
.ss-benefits > .fl-col-content::before,
.ss-benefits > .fl-col-content::after {
	display: none;
}

/* Product "chips" — Beaver Builder Button Group module */
.ss-chips.fl-button-group-buttons {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.ss-chips .fl-button-group-button,
.ss-chips .fl-button-wrap {
	display: block;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ss-chips .fl-button-group-button a.fl-button,
.ss-page .ss-chips a.fl-button:visited {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	min-height: 44px;
	padding: 9px 10px;
	border: 1px solid rgba(255, 255, 255, .38);
	border-radius: 8px;
	background: rgba(255, 255, 255, .06);
	box-shadow: none;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: .5px;
	color: #fff;
	text-decoration: none;
	transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.ss-chips .fl-button-group-button a.fl-button .fl-button-text {
	color: inherit;
}

.ss-chips .fl-button-group-button a.fl-button::after {
	/* download icon (inherits text color) */
	content: "";
	flex: none;
	width: 14px;
	height: 14px;
	background-color: currentColor;
	-webkit-mask: var(--ss-download-icon) center / contain no-repeat;
	mask: var(--ss-download-icon) center / contain no-repeat;
	opacity: .75;
}

.ss-chips .fl-button-group-button a.fl-button:hover::after,
.ss-chips .fl-button-group-button a.fl-button:focus-visible::after {
	opacity: 1;
}

.ss-chips .fl-button-group-button a.fl-button:hover,
.ss-chips .fl-button-group-button a.fl-button:focus-visible {
	border-color: #fff;
	background: #fff;
	color: var(--ss-navy);
}

.ss-chips .fl-button-group-button a.fl-button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.ss-page .ss-chip-soon.fl-module {
	margin-top: 10px;
}

.ss-chip-soon p span {
	display: block;
	padding: 10px;
	border: 1px solid var(--ss-cyan);
	border-radius: 8px;
	background: rgba(48, 189, 238, .08);
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #c6f3ff;
	cursor: default;
}

/* ================= ORANGE RIBBON ================= */
.ss-ribbon .fl-col-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.ss-ribbon .ss-ribbon-title.fl-heading {
	margin: 0;
	padding-right: 40px;
	font-size: 30px;
	line-height: 1.15;
	letter-spacing: -.4px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
}

.ss-ribbon-copy p {
	padding-left: 36px;
	border-left: 2px solid rgba(35, 41, 93, .38);
	font-size: 20px;
	line-height: 1.38;
	font-weight: 700;
	color: var(--ss-navy);
}

/* ================= TWO QUESTIONS ================= */
.ss-questions .ss-center-title.fl-heading {
	max-width: 1060px;
	margin: 0 auto 38px;
	text-align: center;
	font-size: 42px;
	line-height: 1.12;
	letter-spacing: -1.4px;
	font-weight: 700;
	color: var(--ss-navy);
}

.ss-qcard > .fl-col-content {
	position: relative;
	height: 100%;
	padding: 32px 34px 34px 122px;
	border: 1px solid var(--ss-line);
	border-radius: 18px;
	background: linear-gradient(145deg, #f7f8fb, #f0f3f8);
}

.ss-qcard-1 > .fl-col-content { margin-right: 14px; }
.ss-qcard-2 > .fl-col-content { margin-left: 14px; }

.ss-qcard > .fl-col-content::before {
	position: absolute;
	top: 32px;
	left: 34px;
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: var(--ss-navy);
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 800;
	color: #fff;
}

.ss-qcard-1 > .fl-col-content::before { content: "1"; }
.ss-qcard-2 > .fl-col-content::before { content: "2"; }

.ss-qcard .ss-qcard-title.fl-heading {
	margin: 3px 0 15px;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: -.3px;
	font-weight: 700;
	color: var(--ss-navy);
}

.ss-qcard-body p {
	margin: 0 0 14px;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 600;
	color: #485166;
}

.ss-qcard-body ul {
	margin: 0;
	padding-left: 21px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #30384b;
}

.ss-qcard-body li {
	margin: 8px 0;
}

.ss-qcard-body li::marker {
	color: var(--ss-orange);
}

@media (max-width: 1199px) {
	.ss-questions .ss-center-title .ss-br { display: none; }
}

.ss-core-statement {
	padding: 34px 10px 19px;
	text-align: center;
}

.ss-core-statement p {
	margin: 0;
	line-height: 1.18;
	letter-spacing: -.6px;
}

.ss-core-statement .ss-line1 {
	font-size: 30px;
	font-weight: 700;
	color: var(--ss-navy);
}

.ss-core-statement .ss-line2 {
	margin-top: 8px;
	font-size: 32px;
	font-weight: 800;
	color: var(--ss-orange-large);
}

/* ================= REPOSITORY BAND ================= */
.ss-repo-item > .fl-col-content {
	display: grid;
	grid-template-columns: 110px 1fr;
	column-gap: 26px;
	align-content: center;
	height: 100%;
	padding: 34px 34px 36px 0;
}

.ss-repo-yes > .fl-col-content {
	padding-left: 44px;
	padding-right: 0;
	border-left: 1px solid rgba(255, 255, 255, .17);
}

.ss-repo-item .ss-repo-badge {
	grid-row: 1 / span 2;
	align-self: center;
}

.ss-repo-badge p {
	display: grid;
	place-items: center;
	width: 108px;
	height: 108px;
	padding: 10px 8px;
	border-radius: 50%;
	text-align: center;
	font-size: 13px;
	line-height: 1.12;
	font-weight: 800;
	text-transform: uppercase;
}

.ss-repo-no .ss-repo-badge p { background: var(--ss-orange); color: var(--ss-navy); }
.ss-repo-yes .ss-repo-badge p { background: #fff; color: var(--ss-navy); }

.ss-repo .ss-repo-title.fl-heading {
	margin: 0 0 7px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}

.ss-repo-copy p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #e6e9f5;
}

/* ================= STATE TABLE ================= */
.ss-states .fl-col-group:first-child {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: 29px;
}

.ss-states .ss-states-title.fl-heading,
.ss-states-solution p {
	margin: 0;
	font-size: 44px;
	line-height: 1.08;
	letter-spacing: -1.3px;
	font-weight: 700;
}

.ss-states .ss-states-title.fl-heading { color: var(--ss-navy); padding-right: 20px; }
.ss-states-solution p { color: var(--ss-orange-large); }
.ss-states-head-right > .fl-col-content { padding-left: 14px; }

.ss-table-wrap {
	border: 1px solid #dce1eb;
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(35, 41, 93, .06);
	overflow: hidden;
}

.ss-page table.ss-table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.ss-table th:nth-child(1) { width: 16%; }
.ss-table th:nth-child(2) { width: 24%; }
.ss-table th:nth-child(3) { width: 30%; }
.ss-table th:nth-child(4) { width: 14%; }
.ss-table th:nth-child(5) { width: 16%; }

.ss-page .ss-table th {
	padding: 17px 16px;
	border: 0;
	background: var(--ss-navy);
	vertical-align: bottom;
	text-align: left;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: .3px;
	text-transform: uppercase;
	color: #fff;
}

.ss-page .ss-table td {
	padding: 19px 16px;
	overflow-wrap: normal;
	word-wrap: normal;
	hyphens: none;
	border: 0;
	border-bottom: 1px solid #e2e6ee;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.42;
	color: #384052;
}

.ss-table tbody tr:nth-child(even) td { background: #fbfcfe; }
.ss-table tbody tr:last-child td { border-bottom: 0; }

/* col 1: state + product code */
.ss-table td:nth-child(1) strong {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	line-height: 1.1;
	font-weight: 700;
	color: var(--ss-navy);
}

.ss-table td:nth-child(1) br { display: none; }

.ss-table td:nth-child(1) a,
.ss-table td:nth-child(1) a:visited {
	display: inline-block;
	margin-top: 2px;
	padding: 4px 0;
	font-size: 14px;
	font-weight: 700;
	color: var(--ss-orange-text);
	text-decoration: underline;
	text-decoration-color: rgba(194, 76, 0, .35);
	text-underline-offset: 3px;
}

.ss-table td:nth-child(1) a::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	vertical-align: -1px;
	background-color: currentColor;
	-webkit-mask: var(--ss-download-icon) center / contain no-repeat;
	mask: var(--ss-download-icon) center / contain no-repeat;
}

.ss-table td:nth-child(1) a:hover,
.ss-table td:nth-child(1) a:focus-visible {
	text-decoration-color: currentColor;
}

/* col 2: challenge */
.ss-table td:nth-child(2) { font-weight: 600; color: #2d3548; }
/* col 3: approach */
.ss-table td:nth-child(3) { font-weight: 500; }
.ss-table td:nth-child(3) strong { font-weight: 700; color: var(--ss-navy); }
/* col 4: coverage */
.ss-table td:nth-child(4) { font-weight: 700; color: var(--ss-orange-text); }
/* col 5: key difference */
.ss-table td:nth-child(5) { font-weight: 500; }

/* Michigan / coming soon row */
.ss-table tr.ss-coming-row td { background: #f3fafd; font-weight: 600; }
.ss-table tr.ss-coming-row td:nth-child(1) { font-size: 14px; font-weight: 700; color: var(--ss-cyan-text); }
.ss-table tr.ss-coming-row td:nth-child(2),
.ss-table tr.ss-coming-row td:nth-child(4),
.ss-table tr.ss-coming-row td:nth-child(5) { font-weight: 700; color: var(--ss-cyan-text); }
.ss-table tr.ss-coming-row td:nth-child(1) br { display: block; }

/* ================= THE SUPERSEARCH IDEA ================= */
.ss-why .fl-col-group {
	display: flex;
	flex-wrap: wrap;
}

.ss-why-main > .fl-col-content { padding-right: 56px; }

.ss-why .ss-eyebrow-orange p { color: var(--ss-orange-text); }

.ss-why .ss-why-title.fl-heading {
	margin: 0 0 24px;
	font-size: 46px;
	line-height: 1.07;
	letter-spacing: -1.5px;
	font-weight: 700;
	color: var(--ss-navy);
}

.ss-why-copy p {
	max-width: 650px;
	margin: 0 0 22px;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 500;
	color: var(--ss-muted);
}

.ss-quote p {
	padding: 16px 0 16px 23px;
	border-left: 6px solid var(--ss-orange);
	font-size: 22px;
	line-height: 1.4;
	font-weight: 700;
	color: var(--ss-navy);
}

.ss-benefits > .fl-col-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	height: 100%;
}

.ss-benefit.fl-module {
	height: 100%;
	padding: 27px 26px 28px;
	border: 1px solid var(--ss-line);
	border-radius: 16px;
	background: linear-gradient(145deg, #f6f8fb, #eef2f7);
}

.ss-benefit h3 {
	margin: 0 0 11px;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 700;
	color: var(--ss-navy);
}

.ss-benefit p {
	font-size: 16px;
	line-height: 1.55;
	font-weight: 500;
	color: #566176;
}

/* ================= CTA ================= */
.ss-cta .fl-col-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.ss-cta .ss-cta-title.fl-heading {
	margin: 0 0 8px;
	padding-right: 40px;
	font-size: 34px;
	line-height: 1.18;
	letter-spacing: -.7px;
	font-weight: 700;
	color: #fff;
}

.ss-cta-copy p {
	font-size: 17px;
	font-weight: 500;
	color: #d2d6e8;
}

.ss-cta-buttons.fl-button-group-buttons {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 14px;
}

.ss-cta-buttons.fl-button-group-buttons::before,
.ss-cta-buttons.fl-button-group-buttons::after {
	display: none;
}

.ss-cta-buttons .fl-button-group-button,
.ss-cta-buttons .fl-button-wrap {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ss-cta-buttons .fl-button-group-button a.fl-button,
.ss-page .ss-cta-buttons a.fl-button:visited {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 52px;
	padding: 14px 26px;
	border: 2px solid #ee5a00;
	border-radius: 100px;
	background: #ee5a00; /* slightly deeper than brand orange so white text passes contrast */
	box-shadow: none;
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.ss-cta-buttons .fl-button-group-button a.fl-button .fl-button-text,
.ss-cta-buttons .fl-button-group-button a.fl-button .fl-button-icon {
	margin: 0;
	color: inherit;
	font-size: inherit;
}

.ss-cta-buttons .fl-button-group-button a.fl-button .fl-button-icon {
	font-size: .85em;
}

.ss-cta-buttons .fl-button-group-button a.fl-button:hover,
.ss-cta-buttons .fl-button-group-button a.fl-button:focus-visible {
	border-color: #d65000;
	background: #d65000;
	color: #fff;
}

/* second button (phone): outline */
.ss-cta-buttons .fl-button-group-button + .fl-button-group-button a.fl-button,
.ss-page .ss-cta-buttons .fl-button-group-button + .fl-button-group-button a.fl-button:visited {
	border-color: rgba(255, 255, 255, .55);
	background: transparent;
	color: #fff;
}

.ss-cta-buttons .fl-button-group-button + .fl-button-group-button a.fl-button:hover,
.ss-cta-buttons .fl-button-group-button + .fl-button-group-button a.fl-button:focus-visible {
	border-color: #fff;
	background: #fff;
	color: var(--ss-navy);
}

.ss-cta-buttons a.fl-button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

/* ================= TABLET (≤1100px) ================= */
@media (max-width: 1100px) {
	.ss-hero .ss-hero-title.fl-heading { font-size: 68px; }
	.ss-hero-main > .fl-col-content { padding-right: 36px; }
	.ss-hero-side > .fl-col-content { padding-left: 32px; }
	.ss-states .ss-states-title.fl-heading,
	.ss-states-solution p { font-size: 38px; }
	.ss-why .ss-why-title.fl-heading { font-size: 40px; }
}

/* ================= TABLET (≤1023px, BB medium breakpoint) =================
 * Hero, question cards and "Supersearch idea" columns are set to 100% width
 * at this size in their BB column settings (Medium Device Width). */
@media (max-width: 1023px) {
	.ss-hero .ss-hero-title.fl-heading { font-size: 72px; }
	.ss-hero-main > .fl-col-content { padding-right: 0; }
	.ss-hero-side > .fl-col-content {
		margin-top: 40px;
		padding: 34px 0 0;
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, .2);
	}
	.ss-chips.fl-button-group-buttons { grid-template-columns: repeat(4, 1fr); }

	.ss-questions .ss-center-title .ss-br { display: none; }
	.ss-qcard-1 > .fl-col-content,
	.ss-qcard-2 > .fl-col-content { margin: 0; height: auto; }
	.ss-page .ss-qcard-1.fl-col { margin-bottom: 22px; }

	.ss-why-main > .fl-col-content { padding-right: 0; margin-bottom: 40px; }
}

/* ================= TABLE -> CARDS (≤960px) ================= */
@media (max-width: 960px) {
	.ss-table-wrap {
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		overflow: visible;
	}

	.ss-page table.ss-table,
	.ss-table tbody,
	.ss-table tr,
	.ss-table td {
		display: block;
		width: 100%;
	}

	.ss-table thead {
		/* visually hidden but still read by screen readers */
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}

	.ss-table tr {
		margin-bottom: 16px;
		border: 1px solid #dce1eb;
		border-radius: 14px;
		background: #fff;
		box-shadow: 0 8px 22px rgba(35, 41, 93, .06);
		overflow: hidden;
	}

	.ss-page .ss-table td,
	.ss-table tbody tr:nth-child(even) td {
		padding: 12px 18px;
		background: #fff;
		border-bottom: 1px solid #edf0f5;
	}

	.ss-table tbody tr:last-child td { border-bottom: 1px solid #edf0f5; }
	.ss-table tbody tr td:last-child { border-bottom: 0; }

	.ss-table td::before {
		display: block;
		margin-bottom: 3px;
		font-family: 'Poppins', sans-serif;
		font-size: 11.5px;
		font-weight: 700;
		letter-spacing: .5px;
		text-transform: uppercase;
		color: #6a7389;
	}

	.ss-table td:nth-child(2)::before { content: "Traditional statewide challenge"; }
	.ss-table td:nth-child(3)::before { content: "What the Supersearch actually does"; }
	.ss-table td:nth-child(4)::before { content: "Coverage"; }
	.ss-table td:nth-child(5)::before { content: "Key difference"; }

	/* card header: state + PDF link */
	.ss-page .ss-table td:nth-child(1),
	.ss-table tbody tr:nth-child(even) td:nth-child(1) {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 12px;
		padding: 14px 18px;
		background: var(--ss-navy);
		border-bottom: 0;
	}

	.ss-table td:nth-child(1) strong { color: #fff; font-size: 19px; }

	.ss-table td:nth-child(1) a,
	.ss-table td:nth-child(1) a:visited {
		margin-top: 0;
		padding: 4px 10px;
		border-radius: 6px;
		background: var(--ss-orange);
		color: #fff;
		text-decoration: none;
		white-space: nowrap;
	}

	.ss-table td:nth-child(1) a::before {
		content: "Data sheet \00b7  ";
		font-weight: 600;
	}

	.ss-table tr.ss-coming-row td,
	.ss-table tr.ss-coming-row td:nth-child(1) { background: #f3fafd; }
	.ss-table tr.ss-coming-row td:nth-child(1) { color: var(--ss-cyan-text); }
	.ss-table tr.ss-coming-row td:nth-child(1) strong { color: var(--ss-navy); }
	.ss-table tr.ss-coming-row td:nth-child(1) br { display: none; }
	.ss-table tr.ss-coming-row td:nth-child(2) { display: none; }
}

/* ================= STACKED (≤767px, BB mobile breakpoint) ================= */
@media (max-width: 767px) {
	.ss-hero .ss-hero-title.fl-heading { font-size: clamp(28px, calc((100vw - 48px) / 8.4), 58px); letter-spacing: -.03em; }
	.ss-hero .ss-hero-sub.fl-heading { font-size: 25px; }
	.ss-hero-copy p { font-size: 18px; }
	.ss-hero-callout p { font-size: 17px; }
	.ss-hero-main > .fl-col-content { padding-right: 0; }
	.ss-hero-side > .fl-col-content {
		margin-top: 34px;
		padding: 30px 0 0;
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, .2);
	}
	.ss-page .ss-eyebrow p { font-size: 14px; letter-spacing: 2px; }
	.ss-chips.fl-button-group-buttons { grid-template-columns: 1fr 1fr; }

	.ss-ribbon .ss-ribbon-title.fl-heading { padding-right: 0; margin-bottom: 14px; font-size: 24px; }
	.ss-ribbon-copy p { padding-left: 0; border-left: 0; font-size: 18px; }

	.ss-questions .ss-center-title.fl-heading { font-size: 30px; letter-spacing: -.8px; margin-bottom: 26px; }
	.ss-questions .ss-center-title .ss-br { display: none; }
	.ss-page .ss-qcard-1.fl-col { margin-bottom: 18px; }
	.ss-qcard > .fl-col-content { padding: 94px 22px 26px; }
	.ss-qcard > .fl-col-content::before { top: 24px; left: 22px; width: 54px; height: 54px; font-size: 26px; }
	.ss-qcard .ss-qcard-title.fl-heading { font-size: 21px; }
	.ss-core-statement { padding: 16px 0 6px; }
	.ss-core-statement .ss-line1 { font-size: 22px; }
	.ss-core-statement .ss-line2 { font-size: 24px; }

	.ss-repo-item > .fl-col-content,
	.ss-repo-yes > .fl-col-content {
		grid-template-columns: 86px 1fr;
		column-gap: 18px;
		padding: 28px 0;
		border-left: 0;
	}
	.ss-repo-yes > .fl-col-content { border-top: 1px solid rgba(255, 255, 255, .17); }
	.ss-repo-item .ss-repo-badge { align-self: start; }
	.ss-repo-badge p { width: 86px; height: 86px; font-size: 10.5px; }
	.ss-repo .ss-repo-title.fl-heading { font-size: 21px; }
	.ss-repo-copy p { font-size: 15px; }

	.ss-states .fl-col-group:first-child { margin-bottom: 22px; }
	.ss-states .ss-states-title.fl-heading,
	.ss-states-solution p { font-size: 30px; letter-spacing: -.8px; padding: 0; }
	.ss-states-head-right > .fl-col-content { padding: 6px 0 0; }

	.ss-why-main > .fl-col-content { padding-right: 0; margin-bottom: 34px; }
	.ss-why .ss-why-title.fl-heading { font-size: 32px; letter-spacing: -.8px; }
	.ss-why-copy p { font-size: 17px; }
	.ss-quote p { font-size: 19px; }
	.ss-benefits > .fl-col-content { grid-template-columns: 1fr; gap: 14px; }
	.ss-benefit.fl-module { padding: 22px; }

	.ss-cta .ss-cta-title.fl-heading { padding-right: 0; font-size: 27px; }
	.ss-cta-side > .fl-col-content { margin-top: 24px; }
	.ss-cta-buttons.fl-button-group-buttons { justify-content: flex-start; }
}

@media (max-width: 400px) {
	.ss-table td:nth-child(1) a::before { content: none; }
}


/* ================= MOBILE COLUMN SPACING FIX (≤767px) =================
 * When columns stack, Beaver Builder's generated layout CSS applies
 *   @media (max-width:767px){ .fl-col[data-node] .fl-col-content{margin:0;padding-left:0;padding-right:0} }
 * which is more specific than `.ss-x > .fl-col-content` and so strips the
 * card padding and the spacing between stacked sections. These rules use the
 * same `.fl-col[data-node]` prefix to win it back. */
@media (max-width: 767px) {
	/* card padding */
	.fl-col[data-node].ss-qcard > .fl-col-content {
		padding-left: 22px;
		padding-right: 22px;
	}

	/* space between stacked sections */
	.fl-col[data-node].ss-hero-side > .fl-col-content { margin-top: 34px; }
	.fl-col[data-node].ss-why-main > .fl-col-content { margin-bottom: 34px; }
	.fl-col[data-node].ss-cta-side > .fl-col-content { margin-top: 26px; }
	.fl-col[data-node].ss-states-head-right > .fl-col-content { padding-top: 6px; }

	/* repository band: badge above the text so the copy gets the full width */
	.fl-col[data-node].ss-repo-item > .fl-col-content {
		grid-template-columns: 1fr;
		row-gap: 10px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.ss-repo-item .ss-repo-badge {
		grid-row: auto;
	}

	.ss-repo-badge p {
		width: 92px;
		height: 92px;
		font-size: 11px;
	}
}


/* ================= SINGLE-COLUMN TEXT ALIGNMENT (≤1023px) =================
 * Below the desktop breakpoint every section stacks into one narrow column, so
 * headings, sub-headings and body copy all share the same left edge instead of
 * mixing centred headings with left-aligned text under them. Above 1023px the
 * centred section heading and closing statement stay as designed.
 * Circular badges and the product chips stay centred at every size. */
@media (max-width: 1023px) {
	.ss-questions .ss-center-title.fl-heading,
	.ss-core-statement,
	.ss-core-statement p {
		text-align: left;
	}

	.ss-questions .ss-center-title.fl-heading {
		margin-left: 0;
		margin-right: 0;
	}

	.ss-core-statement {
		padding-left: 0;
		padding-right: 0;
	}

	/* accent-bar callouts: same bar width and text indent in both sections */
	.ss-quote p {
		border-left-width: 5px;
		padding-left: 21px;
	}
}

/* State cards use the same inner padding as the question and benefit cards,
 * from the width where the comparison table turns into cards. */
@media (max-width: 960px) {
	.ss-page .ss-table td,
	.ss-table tbody tr:nth-child(even) td,
	.ss-page .ss-table td:nth-child(1),
	.ss-table tbody tr:nth-child(even) td:nth-child(1) {
		padding-left: 22px;
		padding-right: 22px;
	}
}


/* ================= STACKED COLUMN WIDTH (≤767px) =================
 * Beaver Builder caps stacked "small" columns (anything under half width) at
 *   @media (max-width:767px){ .fl-col-small:not(.fl-col-small-full-width){max-width:400px} }
 * and centres them with auto margins. On screens wider than ~450px that leaves
 * the ribbon copy, the "So the solution is different." line and the CTA buttons
 * floating in a centred 400px box while the headings above them sit against the
 * page gutter. These columns stack full width and stay left-aligned instead. */
@media (max-width: 767px) {
	.ss-page .fl-col.fl-col-small {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
