/* =============================================================
   Components: hero, picks, archetypes, bundles, comparison, faq, newsletter, trust, footer extras
   ============================================================= */

/* ---------- HERO ---------- */
.sts-hero {
	background: var(--sts-grad-hero);
	color: white; position: relative; overflow: hidden;
	padding: 120px 0 100px;
	max-width: 100vw;
}
.sts-section { overflow-x: clip; }
.sts-hero::before {
	content: ""; position: absolute; inset: 0;
	background:
		radial-gradient(60% 80% at 80% 10%, rgba(56, 189, 248, .35), transparent 60%),
		radial-gradient(60% 60% at 20% 90%, rgba(20, 184, 166, .25), transparent 60%);
	pointer-events: none;
}
.sts-hero__fx { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.sts-hero__steam {
	position: absolute; inset: 0;
	background: radial-gradient(ellipse at 50% 90%, rgba(255,255,255,.08), transparent 60%);
	animation: stsSteam 12s ease-in-out infinite alternate;
}
@keyframes stsSteam {
	0% { transform: translateY(20px) scale(1); opacity: .6; }
	100% { transform: translateY(-20px) scale(1.15); opacity: 1; }
}
.sts-hero__particles { position: absolute; inset: 0; }
.sts-hero__particles span {
	position: absolute; width: 4px; height: 4px; border-radius: 50%;
	background: rgba(255, 255, 255, .6); box-shadow: 0 0 10px rgba(56, 189, 248, .6);
	animation: stsRise 14s linear infinite;
}
.sts-hero__particles span:nth-child(1) { left: 5%; bottom: -10px; animation-delay: 0s; }
.sts-hero__particles span:nth-child(2) { left: 12%; bottom: -10px; animation-delay: 2s; }
.sts-hero__particles span:nth-child(3) { left: 22%; bottom: -10px; animation-delay: 5s; }
.sts-hero__particles span:nth-child(4) { left: 32%; bottom: -10px; animation-delay: 1s; }
.sts-hero__particles span:nth-child(5) { left: 40%; bottom: -10px; animation-delay: 7s; }
.sts-hero__particles span:nth-child(6) { left: 50%; bottom: -10px; animation-delay: 3s; }
.sts-hero__particles span:nth-child(7) { left: 58%; bottom: -10px; animation-delay: 9s; }
.sts-hero__particles span:nth-child(8) { left: 66%; bottom: -10px; animation-delay: 4s; }
.sts-hero__particles span:nth-child(9) { left: 74%; bottom: -10px; animation-delay: 6s; }
.sts-hero__particles span:nth-child(10) { left: 82%; bottom: -10px; animation-delay: 8s; }
.sts-hero__particles span:nth-child(11) { left: 90%; bottom: -10px; animation-delay: 0s; }
.sts-hero__particles span:nth-child(12) { left: 15%; bottom: -10px; animation-delay: 10s; }
.sts-hero__particles span:nth-child(13) { left: 28%; bottom: -10px; animation-delay: 11s; }
.sts-hero__particles span:nth-child(14) { left: 45%; bottom: -10px; animation-delay: 13s; }
.sts-hero__particles span:nth-child(15) { left: 62%; bottom: -10px; animation-delay: 12s; }
.sts-hero__particles span:nth-child(16) { left: 78%; bottom: -10px; animation-delay: 6s; }
.sts-hero__particles span:nth-child(17) { left: 88%; bottom: -10px; animation-delay: 4s; }
.sts-hero__particles span:nth-child(18) { left: 95%; bottom: -10px; animation-delay: 2s; }
@keyframes stsRise {
	0% { transform: translateY(0); opacity: 0; }
	30% { opacity: 1; }
	100% { transform: translateY(-100vh); opacity: 0; }
}
.sts-hero__glow {
	position: absolute; right: -100px; top: -100px; width: 480px; height: 480px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(56, 189, 248, .35), transparent 60%);
	filter: blur(20px);
}
.sts-hero__inner {
	position: relative; z-index: 2;
	display: grid; gap: 60px; grid-template-columns: 1fr; align-items: center;
}
@media (min-width: 1024px) { .sts-hero__inner { grid-template-columns: 1.1fr .9fr; } }
.sts-hero__content .sts-eyebrow { color: var(--sts-accent); background: rgba(56, 189, 248, .12); border-color: rgba(56, 189, 248, .3); }
.sts-hero__title { color: white; font-size: clamp(2.2rem, 5vw, 3.8rem); margin: 20px 0; }
.sts-hero__subtitle { color: #cbd5e1; font-size: 1.1rem; max-width: 580px; }
.sts-hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; margin: 28px 0 32px; }
.sts-hero__ctas .sts-btn--ghost { background: rgba(255,255,255,.08); color: white; border-color: rgba(255,255,255,.2); }
.sts-hero__ctas .sts-btn--ghost:hover { background: rgba(255,255,255,.16); color: white; }
.sts-hero__trust { display: flex; flex-wrap: wrap; gap: 32px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.sts-trust-item { display: flex; flex-direction: column; }
.sts-trust-item strong { font-family: var(--sts-font-display); font-size: 1.8rem; color: white; }
.sts-trust-item span { color: #94a3b8; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.sts-hero .sts-disclosure { background: rgba(255,255,255,.06); color: #cbd5e1; border-left-color: var(--sts-accent); }

.sts-hero__visual { position: relative; display: flex; flex-direction: column; gap: 16px; }
@media (min-width: 1024px) {
	.sts-hero__visual { display: block; }
}
.sts-hero__card {
	background: rgba(255, 255, 255, .08);
	backdrop-filter: blur(20px) saturate(180%);
	-webkit-backdrop-filter: blur(20px) saturate(180%);
	border: 1px solid rgba(255,255,255,.18);
	border-radius: var(--sts-radius-lg);
	padding: 26px;
	box-shadow: var(--sts-shadow-lg);
	color: white;
}
.sts-hero__card-head {
	display: flex; align-items: center; gap: 10px; font-size: 12px;
	letter-spacing: .12em; text-transform: uppercase; color: #cbd5e1;
	padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.08);
	margin-bottom: 16px;
}
.sts-hero__metrics { display: flex; flex-direction: column; gap: 18px; }
.sts-metric { display: grid; grid-template-columns: 100px 1fr 40px; align-items: center; gap: 12px; }
.sts-metric__label { font-size: 13px; color: #cbd5e1; }
.sts-metric__val { font-family: var(--sts-font-grotesk); font-weight: 600; color: white; text-align: right; }
.sts-meter { height: 8px; border-radius: 999px; background: rgba(255,255,255,.1); overflow: hidden; }
.sts-meter span { display: block; height: 100%; background: var(--sts-grad-aqua); border-radius: 999px; }
.sts-meter--teal span { background: var(--sts-grad-teal); }
.sts-hero__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.sts-hero__chips .sts-chip { background: rgba(56, 189, 248, .15); color: white; border: 1px solid rgba(56, 189, 248, .3); }
.sts-hero__card--mini {
	position: static; padding: 16px 18px;
	display: flex; flex-direction: column; gap: 10px; min-width: 0; max-width: 100%;
	background: white; color: var(--sts-navy);
	border-radius: var(--sts-radius);
	box-shadow: var(--sts-shadow-lg);
	border: 1px solid var(--sts-border);
}
@media (min-width: 1024px) {
	.sts-hero__card--mini {
		position: absolute; right: 0; bottom: -30px;
		min-width: 240px; max-width: calc(100% - 20px);
		animation: stsBob 5s ease-in-out infinite;
	}
}
.sts-hero__card--mini .sts-eyebrow { background: rgba(20, 184, 166, .12); color: var(--sts-teal); border-color: rgba(20, 184, 166, .3); }
@keyframes stsBob {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}

/* ---------- QUICK STARTS ---------- */
.sts-quick-starts__head { text-align: center; margin-bottom: 30px; }
.sts-quick-starts__grid {
	display: grid; gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.sts-quick-card {
	display: flex; justify-content: space-between; align-items: center;
	padding: 18px 22px; border-radius: var(--sts-radius);
	background: white; border: 1px solid var(--sts-border);
	box-shadow: var(--sts-shadow-sm); color: var(--sts-navy);
	font-weight: 600; transition: all .25s ease;
}
.sts-quick-card:hover {
	transform: translateY(-3px); color: var(--sts-primary);
	box-shadow: var(--sts-shadow-md); border-color: var(--sts-accent);
}
.sts-quick-card__arrow { font-size: 1.2rem; color: var(--sts-accent); transition: transform .2s ease; }
.sts-quick-card:hover .sts-quick-card__arrow { transform: translateX(4px); }

/* ---------- EDITOR PICKS ---------- */
.sts-pick-grid {
	display: grid; gap: 22px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.sts-pick {
	background: white; border: 1px solid var(--sts-border);
	border-radius: var(--sts-radius); padding: 28px 24px;
	position: relative; display: flex; flex-direction: column;
	transition: all .3s ease; overflow: hidden;
}
.sts-pick:hover { transform: translateY(-4px); box-shadow: var(--sts-shadow-md); border-color: var(--sts-accent); }
.sts-pick__badge {
	position: absolute; top: 14px; right: 14px;
	background: var(--sts-grad-aqua); color: white;
	font-size: 11px; font-weight: 600; letter-spacing: .06em;
	padding: 6px 12px; border-radius: 999px;
	box-shadow: 0 6px 16px rgba(37, 99, 235, .25);
}
.sts-pick__media {
	height: 140px; display: grid; place-items: center;
	background: radial-gradient(circle at 50% 60%, rgba(56, 189, 248, .25), transparent 70%);
	border-radius: var(--sts-radius); margin-bottom: 18px; position: relative;
	color: var(--sts-primary);
}
.sts-pick__glow {
	position: absolute; inset: 0; border-radius: var(--sts-radius);
	background: radial-gradient(circle at 50% 100%, rgba(56, 189, 248, .15), transparent 70%);
}
.sts-pick__name { font-size: 1.1rem; line-height: 1.3; margin: 0 0 6px; }
.sts-pick__meta { color: var(--sts-muted); font-size: 0.88rem; margin-bottom: 12px; }
.sts-pick__poc { display: grid; gap: 8px; margin-bottom: 16px; flex-grow: 1; }
.sts-pick__ctas { margin-top: auto; }

/* ---------- ARCHETYPES ---------- */
.sts-archetypes__grid {
	display: grid; gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	margin-bottom: 28px;
}
.sts-arch-card {
	display: flex; flex-direction: column; gap: 6px;
	padding: 22px 18px; background: white;
	border: 1px solid var(--sts-border); border-radius: var(--sts-radius);
	cursor: pointer; transition: all .25s ease; text-align: left;
	position: relative; min-height: 150px;
}
.sts-arch-card:hover { transform: translateY(-3px); box-shadow: var(--sts-shadow-sm); border-color: var(--sts-accent); }
.sts-arch-card[aria-pressed="true"] {
	background: var(--sts-grad-luxe); color: white; border-color: transparent;
	box-shadow: var(--sts-shadow-md);
}
.sts-arch-card[aria-pressed="true"] .sts-arch-card__tag { color: rgba(255,255,255,.8); }
.sts-arch-card[aria-pressed="true"] .sts-arch-card__icon { color: var(--sts-accent); background: rgba(56, 189, 248, .15); }
.sts-arch-card__icon {
	display: grid; place-items: center; width: 44px; height: 44px;
	border-radius: 12px; background: rgba(37, 99, 235, .1);
	color: var(--sts-primary); margin-bottom: 8px;
}
.sts-arch-card__name { font-family: var(--sts-font-display); font-weight: 700; }
.sts-arch-card__tag { color: var(--sts-muted); font-size: 0.85rem; }
.sts-arch-card__check {
	position: absolute; top: 16px; right: 16px;
	width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center;
	background: rgba(56, 189, 248, .15); color: var(--sts-accent);
	font-size: 12px; opacity: 0; transform: scale(.7); transition: all .2s ease;
}
.sts-arch-card[aria-pressed="true"] .sts-arch-card__check { opacity: 1; transform: scale(1); }
.sts-arch-detail {
	background: white; border: 1px solid var(--sts-border);
	border-radius: var(--sts-radius); padding: 28px;
	box-shadow: var(--sts-shadow-sm);
}
.sts-arch-detail h3 { margin-top: 0; }
.sts-arch-detail__grid {
	display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	margin: 20px 0;
}
.sts-arch-detail__cell {
	padding: 14px; background: var(--sts-mist);
	border-radius: var(--sts-radius-sm); border: 1px solid var(--sts-border);
}
.sts-arch-detail__cell strong {
	display: block; font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
	color: var(--sts-muted); margin-bottom: 4px;
}

/* ---------- BUNDLES ---------- */
.sts-bundles__grid {
	display: grid; gap: 22px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.sts-bundle {
	background: white; border: 1px solid var(--sts-border);
	border-radius: var(--sts-radius); padding: 24px;
	transition: all .25s ease; display: flex; flex-direction: column;
}
.sts-bundle:hover { transform: translateY(-3px); box-shadow: var(--sts-shadow-md); border-color: var(--sts-accent); }
.sts-bundle__head { display: flex; gap: 14px; align-items: center; margin-bottom: 14px; }
.sts-bundle__icon {
	display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px;
	background: var(--sts-grad-teal); color: white; flex-shrink: 0;
}
.sts-bundle__name { margin: 0; font-size: 1.05rem; }
.sts-bundle__tag { font-size: 12px; color: var(--sts-muted); }
.sts-bundle__desc { color: var(--sts-muted); font-size: 0.92rem; }
.sts-bundle__list { list-style: none; padding: 0; margin: 0 0 12px; flex-grow: 1; }
.sts-bundle__list li { padding: 8px 0; border-bottom: 1px dashed var(--sts-border); }
.sts-bundle__list a { font-weight: 500; color: var(--sts-navy); }
.sts-bundle__list a:hover { color: var(--sts-primary); }
.sts-bundle__note {
	font-size: 12px; color: var(--sts-muted); padding: 10px 12px;
	background: rgba(20, 184, 166, .06); border-left: 3px solid var(--sts-teal);
	border-radius: var(--sts-radius-sm); margin: 0;
}

/* ---------- COMPARISON ---------- */
.sts-compare__scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.sts-compare {
	width: 100%; min-width: 760px; border-collapse: separate; border-spacing: 0;
	background: white; border-radius: var(--sts-radius); overflow: hidden;
	box-shadow: var(--sts-shadow-sm);
}
.sts-compare thead { background: var(--sts-grad-luxe); color: white; }
.sts-compare th, .sts-compare td {
	padding: 16px 14px; text-align: left;
	border-bottom: 1px solid var(--sts-border); font-size: 0.92rem;
}
.sts-compare thead th { position: sticky; top: 64px; }
.sts-compare tbody tr.is-pick { background: rgba(56, 189, 248, .06); }
.sts-compare tbody tr:hover { background: var(--sts-mist); }
.sts-compare__pick {
	display: inline-block; margin-left: 6px; padding: 2px 8px;
	background: var(--sts-grad-aqua); color: white; font-size: 10px;
	border-radius: 999px; letter-spacing: .08em;
}
.sts-compare__score { font-family: var(--sts-font-display); font-weight: 700; color: var(--sts-primary); font-size: 1.1rem; }

/* ---------- FAQ ---------- */
.sts-faq__wrap { max-width: 860px; }
.sts-faq__list { display: flex; flex-direction: column; gap: 12px; }
.sts-faq-item {
	background: white; border: 1px solid var(--sts-border);
	border-radius: var(--sts-radius); overflow: hidden;
	transition: all .25s ease;
}
.sts-faq-item:hover { border-color: var(--sts-accent); }
.sts-faq-item[open] { box-shadow: var(--sts-shadow-sm); }
.sts-faq-item__q {
	font-family: var(--sts-font-display); font-weight: 600;
	padding: 18px 22px; cursor: pointer; list-style: none;
	display: flex; justify-content: space-between; align-items: center;
	color: var(--sts-navy);
}
.sts-faq-item__q::-webkit-details-marker { display: none; }
.sts-faq-item__q span { font-size: 1.4rem; color: var(--sts-primary); transition: transform .3s ease; }
.sts-faq-item[open] .sts-faq-item__q span { transform: rotate(45deg); }
.sts-faq-item__a { padding: 0 22px 18px; color: var(--sts-muted); }

/* ---------- NEWSLETTER ---------- */
.sts-newsletter__card {
	background: var(--sts-grad-luxe); color: white;
	border-radius: var(--sts-radius-lg); padding: 50px;
	display: grid; gap: 32px; grid-template-columns: 1fr;
	position: relative; overflow: hidden;
	box-shadow: var(--sts-shadow-lg);
}
.sts-newsletter__card::before {
	content: ""; position: absolute; inset: 0;
	background: radial-gradient(circle at 90% 10%, rgba(56, 189, 248, .3), transparent 50%);
}
@media (min-width: 768px) { .sts-newsletter__card { grid-template-columns: 1fr 1fr; align-items: center; } }
.sts-newsletter__copy, .sts-newsletter__form { position: relative; z-index: 1; }
.sts-newsletter__title { color: white; font-size: 1.8rem; }
.sts-newsletter__desc { color: #cbd5e1; }
.sts-newsletter__perks { list-style: none; padding: 0; margin: 16px 0; color: #cbd5e1; font-size: 0.95rem; }
.sts-newsletter__perks li { padding: 4px 0; }
.sts-newsletter__form { display: flex; flex-direction: column; gap: 12px; }
.sts-newsletter__form input[type="email"] {
	padding: 16px 20px; border-radius: 14px; border: 1px solid rgba(255,255,255,.2);
	background: rgba(255,255,255,.08); color: white; font-size: 1rem;
	backdrop-filter: blur(10px);
}
.sts-newsletter__form input::placeholder { color: rgba(255,255,255,.5); }
.sts-newsletter__form input:focus { outline: 2px solid var(--sts-accent); outline-offset: 2px; }
.sts-newsletter__note { color: #94a3b8; font-size: 12px; }
.sts-newsletter__msg { font-size: 0.9rem; }

/* ---------- TRUST ---------- */
.sts-trust__grid {
	display: grid; gap: 22px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	margin-bottom: 28px;
}
.sts-trust-card {
	background: white; border: 1px solid var(--sts-border);
	border-radius: var(--sts-radius); padding: 28px; position: relative;
}
.sts-trust-card__num {
	font-family: var(--sts-font-display); font-weight: 700;
	font-size: 2rem; color: rgba(37, 99, 235, .25);
	display: block; margin-bottom: 8px;
}
.sts-trust-card h3 { font-size: 1.1rem; }

.sts-disclaimer {
	text-align: center; color: var(--sts-muted); font-size: 13px;
	max-width: 740px; margin: 24px auto 0;
}

/* ---------- POST GRID / SINGLE ---------- */
.sts-page-hero { padding: 80px 0 40px; background: var(--sts-grad-luxe); color: white; }
.sts-page-hero__title { color: white; }
.sts-page-hero__desc { color: #cbd5e1; max-width: 720px; }
.sts-page-hero__title em { font-style: normal; color: var(--sts-accent); }
.sts-layout { display: grid; gap: 32px; grid-template-columns: 1fr; }
@media (min-width: 1024px) { .sts-layout { grid-template-columns: 1fr 320px; } }
.sts-post-grid {
	display: grid; gap: 22px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.sts-post-card {
	background: white; border: 1px solid var(--sts-border);
	border-radius: var(--sts-radius); overflow: hidden;
	transition: all .25s ease; display: flex; flex-direction: column;
}
.sts-post-card:hover { transform: translateY(-3px); box-shadow: var(--sts-shadow-md); }
.sts-post-card__media { display: block; aspect-ratio: 16/10; background: var(--sts-mist); overflow: hidden; }
.sts-post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.sts-post-card:hover .sts-post-card__media img { transform: scale(1.05); }
.sts-post-card__body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex-grow: 1; }
.sts-post-card__meta { font-size: 12px; color: var(--sts-muted); }
.sts-post-card__title { font-size: 1.15rem; margin: 0; line-height: 1.3; }
.sts-post-card__title a { color: var(--sts-navy); }
.sts-post-card__title a:hover { color: var(--sts-primary); }
.sts-post-card__excerpt { color: var(--sts-muted); font-size: 0.95rem; margin: 0; flex-grow: 1; }
.sts-post-card__more { font-weight: 600; }

.sts-article {
	background: white; border-radius: var(--sts-radius-lg);
	padding: 40px; box-shadow: var(--sts-shadow-sm);
}
.sts-breadcrumbs { font-size: 13px; color: var(--sts-muted); display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin-bottom: 16px; }
.sts-breadcrumbs a { color: var(--sts-muted); }
.sts-breadcrumbs a:hover { color: var(--sts-primary); }
.sts-article__title { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.sts-article__meta { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; color: var(--sts-muted); font-size: 0.92rem; margin: 18px 0; }
.sts-article__author { display: inline-flex; align-items: center; gap: 8px; }
.sts-article__author img { border-radius: 50%; }
.sts-article__hero { margin: 30px -40px; }
.sts-article__hero img { width: 100%; height: auto; }
.sts-article__body { font-size: 1.05rem; line-height: 1.8; }
.sts-article__body h2 { margin-top: 1.6em; }
.sts-article__body img { border-radius: var(--sts-radius); margin: 1.5em 0; }
.sts-article__body blockquote {
	border-left: 4px solid var(--sts-primary); padding: 16px 22px;
	background: var(--sts-mist); border-radius: var(--sts-radius-sm);
	font-style: italic; margin: 1.5em 0;
}
.sts-article__body pre {
	background: var(--sts-navy); color: #e2e8f0; padding: 16px;
	border-radius: var(--sts-radius-sm); overflow-x: auto;
}
.sts-article__footer { margin-top: 32px; padding-top: 32px; border-top: 1px solid var(--sts-border); }
.sts-share { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.sts-share__label { font-weight: 600; color: var(--sts-muted); font-size: 13px; }
.sts-share__btn {
	padding: 6px 14px; border-radius: 999px;
	background: var(--sts-mist); border: 1px solid var(--sts-border);
	color: var(--sts-navy); font-size: 13px; font-weight: 500;
}
.sts-share__btn:hover { background: var(--sts-primary); color: white; border-color: var(--sts-primary); }

.sts-sidebar { display: flex; flex-direction: column; gap: 22px; }
.sts-widget, .sts-sidebar .widget {
	background: white; border: 1px solid var(--sts-border);
	border-radius: var(--sts-radius); padding: 22px;
}
.sts-widget--cta {
	background: var(--sts-grad-luxe); color: white; border-color: transparent;
}
.sts-widget--cta .widget-title { color: white; }
.sts-widget--cta p { color: #cbd5e1; }
.sts-widget-list { list-style: none; padding: 0; margin: 0; }
.sts-widget-list li { padding: 8px 0; border-bottom: 1px dashed var(--sts-border); }
.sts-widget-list li:last-child { border-bottom: none; }
.sts-widget--cta .sts-widget-list li { border-color: rgba(255,255,255,.1); }
.sts-widget--cta a { color: white; }

.sts-pagination { margin-top: 32px; text-align: center; }
.sts-pagination .nav-links { display: inline-flex; gap: 8px; }
.sts-pagination .page-numbers {
	padding: 10px 16px; border-radius: var(--sts-radius-sm);
	background: white; border: 1px solid var(--sts-border); color: var(--sts-navy);
	font-weight: 600;
}
.sts-pagination .page-numbers.current,
.sts-pagination .page-numbers:hover { background: var(--sts-primary); color: white; border-color: var(--sts-primary); }

/* Product box (shortcode) */
.sts-product-box {
	background: white; border: 1px solid var(--sts-border);
	border-radius: var(--sts-radius); padding: 22px; margin: 24px 0;
	display: grid; gap: 18px; grid-template-columns: 1fr; position: relative;
	box-shadow: var(--sts-shadow-sm);
}
@media (min-width: 600px) { .sts-product-box { grid-template-columns: 220px 1fr; } }
.sts-product-box__badge {
	position: absolute; top: -10px; left: 22px;
	background: var(--sts-grad-aqua); color: white;
	padding: 4px 12px; font-size: 11px; border-radius: 999px; font-weight: 600;
}
.sts-product-box__media { background: var(--sts-mist); border-radius: var(--sts-radius-sm); display: grid; place-items: center; }
.sts-product-box__title { font-size: 1.15rem; margin: 0; }
.sts-product-box__meta { font-size: 12px; color: var(--sts-muted); text-transform: uppercase; letter-spacing: .08em; margin: 6px 0; }
.sts-product-box__desc { color: var(--sts-muted); font-size: 0.95rem; }
.sts-product-box__poc { display: grid; gap: 12px; grid-template-columns: 1fr; margin: 12px 0; }
@media (min-width: 500px) { .sts-product-box__poc { grid-template-columns: 1fr 1fr; } }

.sts-cta-box {
	background: var(--sts-grad-luxe); color: white;
	padding: 24px; border-radius: var(--sts-radius); margin: 24px 0;
	display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
}
.sts-cta-box p { margin: 0; font-weight: 500; }

/* Search form */
.sts-searchform__inner {
	display: flex; align-items: center; gap: 0;
	background: white; border: 1px solid var(--sts-border);
	border-radius: 14px; overflow: hidden;
	box-shadow: var(--sts-shadow-sm);
}
.sts-searchform__icon { margin-left: 14px; color: var(--sts-muted); }
.sts-searchform__input { flex-grow: 1; padding: 14px 16px; border: none; outline: none; font-size: 1rem; background: transparent; }
.sts-searchform__submit { padding: 14px 22px; background: var(--sts-grad-aqua); color: white; border: none; font-weight: 600; cursor: pointer; }
