/* ============================================================
   SPARK PREDICT ANNOUNCEMENT STRIP · 01b
   Kadence child theme integration
   ============================================================ */

.site-branding {
	padding: 0 !important;
}

.sp-strip-wrapper {
	background: linear-gradient(90deg, #142036 0%, #1f2d4a 55%, #243758 100%);
	position: relative;
	overflow: hidden;
}

.sp-strip-wrapper::before {
	content: '';
	position: absolute;
	right: -120px;
	top: 50%;
	transform: translateY(-50%);
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(13, 148, 136, 0.35) 0%, transparent 65%);
	pointer-events: none;
}

.sp-strip {
	color: #ffffff;
	padding: 16px 24px;
	display: flex;
	align-items: center;
	gap: 32px;
	position: relative;
	overflow: hidden;
	font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	max-width: 1190px;
	margin: 0 auto;
}



.sp-strip__brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 9px;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}

.sp-strip__eyebrow {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: #6ee7d4;
	line-height: 1;
	padding-left: 33px;
	position: relative;
	white-space: nowrap;
}

.sp-strip__eyebrow::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 24px;
	height: 1.5px;
	background: rgba(110, 231, 212, 0.55);
	transform: translateY(-50%);
}

.sp-strip__logo {
	height: 29px;
	width: auto;
	display: block;
}

.sp-strip__copy {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding-left: 28px;
	border-left: 1px solid rgba(255, 255, 255, 0.14);
	position: relative;
	z-index: 1;
}

.sp-strip__tag {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.35;
	letter-spacing: -0.005em;
}

.sp-strip__origin {
	font-size: 12.5px;
	font-weight: 400;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.6);
}

.sp-strip__cta {
	flex-shrink: 0;
	background: #e7a236;
	color: #142036;
	padding: 14px 26px;
	font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
	white-space: nowrap;
	position: relative;
	z-index: 1;
	border-radius: 3px;
}

.sp-strip__cta:hover {
	background: #f4b14e;
	transform: translateY(-1px);
	color: #142036;
	text-decoration: none;
}

.sp-strip__cta:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(110, 231, 212, 0.55);
}

.sp-strip__cta svg {
	width: 14px;
	height: 14px;
}

/* ─── ≤1100px — Laptop / large tablet ─────────────────────── */
@media (max-width: 1100px) {
	.sp-strip          { padding: 14px 32px; gap: 24px; }
	.sp-strip__copy    { padding-left: 22px; }
	.sp-strip__tag     { font-size: 15px; }
	.sp-strip__origin  { font-size: 12px; }
}

/* ─── ≤900px — Tablet / two-row reflow ────────────────────── */
@media (max-width: 900px) {
	.sp-strip {
		flex-wrap: wrap;
		row-gap: 14px;
		column-gap: 16px;
		padding: 14px 28px;
	}
	.sp-strip__brand { order: 1; }
	.sp-strip__cta   { order: 2; margin-left: auto; }
	.sp-strip__copy  {
		order: 3;
		flex-basis: 100%;
		padding-left: 0;
		padding-top: 12px;
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.14);
	}
}

/* ─── ≤560px — Mobile / full vertical stack ───────────────── */
@media (max-width: 560px) {
	.sp-strip {
		padding: 16px 20px 18px;
		row-gap: 12px;
	}
	.sp-strip__brand   { gap: 8px; }
	.sp-strip__eyebrow {
		font-size: 9.5px;
		letter-spacing: 0.22em;
		padding-left: 30px;
	}
	.sp-strip__eyebrow::before { width: 22px; }
	.sp-strip__logo    { height: 26px; }
	.sp-strip__tag     { font-size: 15px; line-height: 1.4; }
	.sp-strip__origin  { font-size: 12px; line-height: 1.5; }
	.sp-strip__copy    { padding-top: 10px; }
	.sp-strip__cta {
		order: 4;
		margin-left: 0;
		width: 100%;
		justify-content: center;
		padding: 14px 18px;
	}
}

/* ─── ≤360px — Very narrow phones ────────────────────────── */
@media (max-width: 360px) {
	.sp-strip          { padding-left: 16px; padding-right: 16px; }
	.sp-strip__cta     { font-size: 11.5px; letter-spacing: 0.1em; }
}
