/* Subwise light minimal theme */
:root {
	--sw-bg: #ffffff;
	--sw-bg-light: #f5f7fa;
	--sw-card: #ffffff;
	--sw-border: #e5e9f0;
	--sw-text: #111827;
	--sw-primary: #1e2a38;
	--sw-muted: #4b5563;
	--sw-muted-2: #9ca3af;
	--sw-accent: #1fa971;
	--accent: #1fa971;
	--accent-hover: #179160;
	--sw-radius: 16px;
	--sw-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

body {
	font-size: 16px;
	line-height: 1.6;
	font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	background: var(--sw-bg);
	color: var(--sw-text);
	font-weight: 400;
}

h1, h2, h3 {
	line-height: 1.2;
	color: var(--sw-primary);
}

h1, .sw-h1 {
	font-size: 40px;
	font-weight: 700;
}

h2, .sw-h2 {
	font-size: 32px;
	font-weight: 600;
}

h3, .sw-h3 {
	font-size: 24px;
	font-weight: 600;
}

.sw-text-small {
	font-size: 14px;
	color: var(--sw-muted);
}

/* Header polish */
.ct-header {
	background: #ffffff;
	border-bottom: 1px solid var(--sw-border);
}

.ct-header .ct-container {
	max-width: 1120px;
	padding: 4px 12px;
}

.ct-header .site-description,
.ct-header .ct-tagline {
	display: none;
}

.ct-header .ct-header-row {
	padding-top: 1px;
	padding-bottom: 1px;
}

.ct-header .site-title,
.ct-header .ct-logo {
	transform: scale(0.9);
	transform-origin: left center;
}

.ct-header .menu > li > a {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 11px;
}

.ct-header [data-id="search"] {
	transform: scale(0.85);
}

.ct-header .menu > li > a {
	color: var(--sw-text);
}

.ct-header .menu > .current-menu-item > a,
.ct-header .menu > .current_page_item > a {
	color: var(--sw-accent);
	text-decoration: underline;
	text-underline-offset: 6px;
}

body,
body.home,
body.front-page,
body.post-type-archive-services,
body.post-type-archive-scenarios,
body.single-services,
body.single-scenarios {
	background: var(--sw-bg);
	color: var(--sw-text);
}

.sw-page {
	max-width: 1120px;
	margin: 0 auto;
	padding: 24px 16px 72px;
}

.sw-header {
	padding-bottom: 6px;
}

.sw-home {
	max-width: 1120px;
	margin: 0 auto;
	padding: 24px 16px 72px;
	text-align: center;
}

.sw-page,
.sw-article {
	max-width: 1120px;
	margin: 0 auto;
	padding: 24px 16px 72px;
}

.sw-article {
	padding: 0;
}

.sw-header {
	background: var(--sw-card);
	border: 1px solid var(--sw-border);
	border-radius: var(--sw-radius);
	padding: 12px 14px;
	box-shadow: var(--sw-shadow);
	margin-bottom: 12px;
}

.sw-hero {
	padding: 12px 0 6px;
	background: var(--sw-bg);
}

.sw-hero h1 {
	margin: 0 0 10px;
	font-size: 28px;
	letter-spacing: -0.01em;
}

.sw-hero p {
	margin: 0 0 16px;
	color: var(--sw-muted);
}

.sw-hero-anchor {
	margin-top: -6px;
	font-size: 13px;
	color: var(--sw-muted);
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}

.sw-hero-meta {
	margin: 8px 0 10px;
	font-size: 14px;
	color: var(--sw-muted);
}

.sw-geo-summary {
	margin: 0;
	font-size: 12px;
	color: var(--sw-muted);
	max-width: 640px;
}

.sw-hero-text .sw-geo-summary {
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
}

.sw-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.sw-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	border-radius: 12px;
	text-decoration: none;
	font-size: 14px;
	min-height: 44px;
	font-weight: 600;
}

.sw-btn--primary {
	background: var(--sw-accent);
	color: #fff;
}

.sw-btn--ghost {
	border: 1px solid var(--sw-border);
	color: var(--sw-text);
	background: #fff;
}

.sw-btn--primary:hover,
.sw-btn--primary:focus-visible {
	background: var(--accent-hover);
}

.sw-btn--ghost:hover,
.sw-btn--ghost:focus-visible {
	background: #f1f4f8;
	border-color: #d7dde5;
	color: var(--sw-text);
}

.sw-btn:focus-visible {
	outline: 3px solid rgba(31, 169, 113, 0.25);
	outline-offset: 2px;
}

.sw-section {
	margin-top: 48px;
	text-align: center;
}

.sw-section h2 {
	margin: 6px 0 14px;
	font-size: 24px;
}

.sw-section-title-small {
	margin: 6px 0 10px;
	font-size: 16px;
	color: var(--sw-text);
}

.sw-trust-block {
	margin-top: 20px;
}

.sw-trust-list {
	margin: 0;
	padding-left: 18px;
	color: var(--sw-muted);
}

.sw-trust-list li {
	margin-bottom: 10px;
	list-style: none;
	position: relative;
	padding-left: 18px;
}

.sw-trust-list li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--sw-accent);
}

.sw-trust-title {
	display: block;
	font-weight: 600;
	color: var(--sw-text);
}


.sw-scenarios-page .sw-hero {
	padding-bottom: 0;
}

.sw-bullets {
	margin: 0;
	padding-left: 18px;
	color: var(--sw-muted);
	text-align: left;
}

.sw-bullets li {
	margin-bottom: 6px;
	text-align: left;
}

.sw-fallback {
	color: var(--sw-muted);
}

.sw-scenario-intro {
	margin: 0 0 12px;
	color: var(--sw-muted);
}

.sw-archive-title {
	margin: 0 0 16px;
	font-size: 22px;
	letter-spacing: -0.01em;
}

.sw-steps {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.sw-step {
	background: var(--sw-card);
	border: 1px solid var(--sw-border);
	border-radius: var(--sw-radius);
	padding: 14px;
	display: flex;
	gap: 12px;
	align-items: center;
}

.sw-step-num {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #eef2f7;
	color: var(--sw-accent);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 600;
	flex: 0 0 auto;
}

.sw-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	grid-auto-rows: 1fr;
	text-align: left;
}

.sw-card {
	background: var(--sw-card);
	border: 1px solid var(--sw-border);
	border-radius: var(--sw-radius);
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 140px;
	height: 100%;
	text-decoration: none;
	color: inherit;
	transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.sw-card-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	gap: 8px;
}

.sw-card--scenario {
	min-height: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.sw-card--scenario.sw-card--featured {
	min-height: 210px;
}

.sw-card--scenario:not(.sw-card--featured) {
	border-color: var(--sw-border);
	box-shadow: none;
}

.sw-card-title {
	margin: 0;
	font-size: 17px;
}

.sw-card-emoji {
	font-size: 20px;
}

.sw-card-cta,
.sw-card-link {
	margin-top: auto;
	font-size: 13px;
	color: var(--sw-accent);
	text-decoration: none;
}

.sw-scenarios-page .sw-grid {
	grid-auto-rows: auto;
}

.sw-scenarios-page .sw-card--scenario .sw-card-body {
	flex: 1 1 auto;
}

.sw-scenarios-page .sw-card--scenario .sw-card-cta {
	margin-top: auto;
}

.sw-card-actions {
	margin-top: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sw-card-cta:hover,
.sw-card-link:hover {
	text-decoration: underline;
}

.sw-card:hover {
	box-shadow: var(--sw-shadow);
	transform: translateY(-1px);
	border-color: var(--sw-accent);
}

.sw-card--scenario:hover {
	background: var(--sw-bg-light);
}

.sw-card:focus-visible {
	outline: 3px solid rgba(31, 169, 113, 0.25);
	outline-offset: 2px;
}

/* Guides archive cards: keep CTA at bottom and remove large empty gap */
body.post-type-archive-guides [data-archive] .entry-card.card-content,
body.post-type-archive-guides [data-archive] .entry-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

body.post-type-archive-guides [data-archive] .entry-card .entry-excerpt,
body.post-type-archive-guides [data-archive] .entry-card .entry-meta,
body.post-type-archive-guides [data-archive] .entry-card .entry-title {
	flex: 0 0 auto;
}

body.post-type-archive-guides [data-archive] .entry-card .entry-excerpt {
	margin-bottom: 10px;
}

body.post-type-archive-guides [data-archive] .entry-card .entry-button,
body.post-type-archive-guides [data-archive] .entry-card .ct-read-more {
	margin-top: auto;
}

.sw-card-meta {
	display: flex;
	align-items: center;
	gap: 10px;
}

.sw-logo-box {
	width: 44px;
	height: 44px;
	border: 1px solid var(--sw-border);
	border-radius: 10px;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	overflow: hidden;
}

.sw-logo-box--hero {
	width: 52px;
	height: 52px;
}

.sw-logo {
	width: 74%;
	height: 74%;
	object-fit: contain;
	display: block;
}

.sw-logo-missing {
	font-size: 11px;
	color: #b0b5bb;
}

.sw-card-meta .sw-logo-box {
	align-self: flex-start;
}

.sw-fit,
.sw-lead {
	margin: 0;
	font-size: 13px;
	color: var(--sw-muted);
}

.sw-lead {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sw-fit {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sw-scenario-meta {
	font-size: 12px;
	color: var(--sw-muted);
}

.sw-scenario-list {
	margin: 0;
	padding-left: 18px;
	list-style: disc;
}

.sw-marker {
	color: var(--sw-accent);
	margin-right: 6px;
}

.sw-scenario-bestfor {
	font-size: 12px;
	color: var(--sw-text);
	margin: 0;
}

.sw-scenario-indicator {
	display: flex;
	gap: 8px;
	font-size: 12px;
	color: var(--sw-muted);
}

.sw-scenario-indicator span {
	background: #f2f4f7;
	padding: 4px 8px;
	border-radius: 999px;
}

.sw-scenario-indicator-featured {
	background: rgba(31, 169, 113, 0.1);
	color: #1fa971;
	border: 1px solid rgba(31, 169, 113, 0.3);
}

.sw-scenario-indicator-popular {
	background: rgba(15, 23, 42, 0.06);
	color: #1f2937;
}

.sw-scenario-meta {
	font-size: 12px;
	color: var(--sw-muted);
}

.sw-card-heading {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.sw-badge {
	font-size: 11px;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(31, 169, 113, 0.1);
	color: #1fa971;
	border: 1px solid rgba(31, 169, 113, 0.3);
}

.sw-badge--best {
	background: rgba(31, 169, 113, 0.1);
	color: #1fa971;
	border: 1px solid rgba(31, 169, 113, 0.3);
}

.sw-card--featured {
	border-color: var(--sw-accent);
	background: var(--sw-bg-light);
	box-shadow: 0 14px 28px rgba(31, 27, 41, 0.1);
	border-width: 2px;
}

.sw-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.sw-tags span {
	font-size: 11px;
	padding: 4px 8px;
	border-radius: 999px;
	background: #eef2f7;
	color: var(--sw-muted);
	white-space: nowrap;
}

.sw-tags--scenario {
	gap: 6px;
	margin-top: 6px;
}

.sw-service-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	font-size: 12px;
	color: var(--sw-muted);
}

.sw-service-price {
	font-size: 12px;
	color: var(--sw-text);
	font-weight: 600;
	margin-bottom: 4px;
}

.sw-framework-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	list-style: none;
	padding: 0;
	margin: 0;
	color: var(--sw-muted);
}

.sw-framework-list li {
	padding: 6px 10px;
	border-radius: 999px;
	background: #f2f4f7;
	font-size: 12px;
}

/* Scenario single */
.sw-scenario-page {
	max-width: 1120px;
	margin: 0 auto;
	padding: 24px 16px 60px;
}

.sw-scenario-header {
	margin-bottom: 20px;
}

.sw-scenario-title {
	margin: 0 0 12px;
	font-size: clamp(36px, 4vw, 40px);
	line-height: 1.15;
	font-weight: 700;
}

.sw-scenario-lead {
	color: #555;
	font-size: 20px;
	line-height: 1.45;
	max-width: 640px;
	margin: 0 0 24px;
}

.sw-scenario-caption {
	font-size: 13px;
	color: #999;
	margin: 0;
}

.sw-scenario-content {
	max-width: 720px;
	margin: 32px 0;
	font-size: 17px;
	line-height: 1.7;
	color: #2d2d2d;
}

.sw-scenario-content p {
	margin: 0 0 14px;
}

.sw-scenario-divider {
	border-bottom: 1px solid #eee;
	margin: 14px 0 0;
}

.sw-scenario-block {
	margin-top: 48px;
}

.sw-fit-box {
	border: 1px solid var(--sw-border);
	border-radius: var(--sw-radius);
	padding: 12px;
	background: var(--sw-bg-light);
}

.sw-fit-title {
	font-weight: 600;
	margin-bottom: 6px;
}

.sw-fit-list {
	margin: 0;
	padding-left: 18px;
}

.sw-scenario-services {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.sw-scenario-service-card {
	border: 1px solid var(--sw-border);
	border-radius: var(--sw-radius);
	padding: 10px 12px;
	background: #ffffff;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.sw-scenario-service-card:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.sw-scenario-service-meta {
	font-size: 12px;
	color: var(--sw-muted);
	margin-top: 4px;
	background: #eef2f7;
	padding: 4px 8px;
	border-radius: 999px;
	display: inline-block;
}

.sw-scenario-service-short {
	font-size: 12px;
	color: var(--sw-text);
	margin-top: 4px;
}

.sw-scenario-service-card--best {
	border-color: var(--sw-accent);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
	border-width: 2px;
}

.sw-scenario-service-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}

.sw-scenario-service-ident {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.sw-scenario-service-logo-wrap {
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eef2f7;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.sw-scenario-service-logo {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sw-scenario-service-heading {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.sw-scenario-service-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.sw-scenario-service-title {
	margin: 0;
	font-size: 16px;
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.sw-scenario-rating {
	font-size: 12px;
	color: var(--sw-muted);
	font-weight: 500;
}

.sw-scenario-opinion {
	margin: 6px 0 4px;
	font-size: 13px;
	color: var(--sw-text);
}

.sw-scenario-service-score {
	font-size: 12px;
	color: var(--sw-muted);
	margin: 6px 0;
}

.sw-rating-disclaimer {
	font-size: 11px;
	color: var(--sw-muted);
	line-height: 1.4;
	margin: 4px 0 0;
	max-width: 520px;
}

.sw-scenario-service-why {
	color: var(--sw-muted);
	font-size: 13px;
	margin: 0 0 6px;
}

.sw-scenario-service-why ul {
	margin: 6px 0 0;
	padding-left: 16px;
	color: var(--sw-muted);
}

.sw-scenario-why {
	margin: 6px 0 10px;
}

.sw-scenario-why-title {
	font-size: 12px;
	letter-spacing: 0.02em;
	color: var(--sw-muted);
	font-weight: 600;
	margin-bottom: 4px;
}

.sw-scenario-why-text {
	margin: 0;
	font-size: 13px;
	color: var(--sw-text);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sw-scenario-why-list {
	margin: 6px 0 0;
	padding-left: 16px;
	color: var(--sw-muted);
}

.sw-why-title {
	font-weight: 600;
	color: var(--sw-text);
}

.sw-scenario-service-price {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 8px;
}

.sw-scenario-service-actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.sw-scenario-service-actions .sw-btn--ghost {
	border: 1px solid #d1d5db;
	background: #fff;
	color: #1f2937;
}

.sw-scenario-service-actions .sw-btn--primary {
	background: #1fa971;
	border-color: #1fa971;
	color: #fff;
}

.sw-scenario-block--important .sw-scenario-list--pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.sw-scenario-block--important .sw-scenario-list--pills li {
	background: #f0faf5;
	border-radius: 8px;
	padding: 10px 16px;
	font-weight: 500;
	list-style: none;
}

.sw-scenario-block--warn {
	background: #fff8f0;
	border-left: 3px solid #f0a500;
	border-radius: 8px;
	padding: 20px 24px;
}

.sw-scenario-block--warn .sw-scenario-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sw-scenario-block--warn .sw-scenario-list li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 10px;
}

.sw-scenario-block--warn .sw-scenario-list li::before {
	content: "✕";
	position: absolute;
	left: 0;
	top: 0;
	color: #c27100;
	font-weight: 700;
}

@media (max-width: 768px) {
	.sw-hero-actions,
	.sw-actions,
	.sw-scenario-service-actions,
	.sw-article__footer-cta {
		flex-direction: column;
	}

	.sw-hero-actions .sw-btn,
	.sw-actions .sw-btn,
	.sw-scenario-service-actions .sw-btn,
	.sw-article__footer-cta .sw-btn {
		width: 100%;
	}

	.sw-scenario-page {
		padding-left: 16px;
		padding-right: 16px;
	}

	.sw-scenario-title {
		font-size: 28px;
	}

	.sw-scenario-block--important .sw-scenario-list--pills {
		flex-direction: column;
	}

	.sw-scenario-services {
		grid-template-columns: 1fr !important;
	}
}

/* Single service */
.sw-service-summary {
	border: 1px solid var(--sw-border);
	border-radius: var(--sw-radius);
	padding: 12px;
	background: #fff;
	margin: 14px 0 18px;
	box-shadow: var(--sw-shadow);
}

.sw-score {
	background: rgba(31, 169, 113, 0.08);
	border: 1px solid rgba(31, 169, 113, 0.3);
	border-radius: 12px;
	padding: 8px 12px;
	min-width: 110px;
	text-align: center;
	white-space: nowrap;
}

.sw-service-summary-main {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.sw-service-short {
	margin-top: 6px;
	font-size: 13px;
	color: var(--sw-muted);
}

.sw-service-position {
	margin: 4px 0 14px;
	font-size: 13px;
	color: var(--sw-text);
}

.sw-score--compact {
	font-weight: 700;
	font-size: 16px;
	color: var(--sw-text);
}

.sw-summary-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-top: 6px;
}

.sw-summary-row--top {
	margin-top: 6px;
	gap: 10px;
}

.sw-summary-row--trial {
	margin-top: 4px;
}

.sw-price-primary {
	font-size: 15px;
	font-weight: 600;
	color: var(--sw-text);
}

.trial-period {
	font-size: 0.85em;
	color: #6b7280;
}

.trial-period span {
	display: inline-block;
}

.sw-chip--trial {
	display: none;
}

.sw-details .sw-text {
	line-height: 1.5;
}

.sw-card--service .sw-fit {
	line-height: 1.35;
}

.sw-card--service .sw-card-title {
	margin-bottom: 4px;
}

/* Table accordion (mobile) */
.sw-table-accordion {
	display: grid;
	gap: 12px;
}

.sw-table-accordion__item {
	border: 1px solid var(--sw-border);
	border-radius: var(--sw-radius);
	background: #fff;
	box-shadow: var(--sw-shadow);
	overflow: hidden;
}

.sw-table-accordion__item > summary {
	cursor: pointer;
	padding: 14px 16px;
	font-weight: 600;
	color: var(--sw-text);
	list-style: none;
}

.sw-table-accordion__item > summary::-webkit-details-marker {
	display: none;
}

.sw-table-accordion__body {
	padding: 0 16px 14px;
	display: grid;
	gap: 10px;
}

.sw-table-accordion__row {
	display: grid;
	gap: 4px;
}

.sw-table-accordion__label {
	font-size: 12px;
	color: var(--sw-muted-2);
}

.sw-table-accordion__value {
	font-size: 14px;
	color: var(--sw-text);
}

.sw-icon {
	width: 24px;
	height: 24px;
	stroke-width: 2;
	stroke: currentColor;
	fill: none;
}

.sw-card--service .sw-tags {
	margin-top: 2px;
}

.sw-card--service .sw-service-facts {
	margin-top: 4px;
}

.sw-card--scenario .sw-card-cta,
.sw-card--service .sw-card-actions {
	margin-top: auto;
}

.sw-details details {
	border: 1px solid var(--sw-border);
	border-radius: var(--sw-radius);
	padding: 10px 12px;
	background: #fff;
	margin-bottom: 10px;
}

.sw-details summary {
	position: relative;
	padding-right: 22px;
	cursor: pointer;
	font-weight: 600;
	list-style: none;
}

.sw-details summary::-webkit-details-marker {
	display: none;
}

.sw-details summary::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-60%) rotate(45deg);
	transition: transform 0.2s ease;
}

.sw-details details[open] > summary::after {
	transform: translateY(-30%) rotate(-135deg);
}

.sw-actions .sw-btn {
	padding: 14px 20px;
	font-size: 15px;
	min-height: 48px;
}

.sw-footnote {
	font-size: 12px;
	color: var(--sw-muted);
}

.sw-service-facts span {
	background: #f2f4f7;
	padding: 4px 8px;
	border-radius: 999px;
}

.sw-cover {
	margin-top: 14px;
	border: 1px solid var(--sw-border);
	border-radius: var(--sw-radius);
	overflow: hidden;
	background: var(--sw-bg-light);
	min-height: 220px;
}

.sw-cover img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: cover;
}

.sw-cover--gradient {
	background:
		radial-gradient(600px 220px at 15% 0%, rgba(31, 169, 113, 0.12), transparent 68%),
		linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
}

.sw-cover--contain-mobile img {
	width: 100%;
	height: auto;
	max-height: 220px;
	min-height: 220px;
	object-fit: contain;
}

@media (max-width: 768px) {
	.sw-cover {
		min-height: 140px;
	}

	.sw-cover img,
	.sw-cover--contain-mobile img {
		min-height: 140px;
		max-height: 180px;
	}

	.sw-cover--hide-mobile {
		display: none;
	}
}

.sw-scenario-cta {
	margin-top: 28px;
	padding-top: 16px;
	border-top: 1px solid var(--sw-border);
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sw-scenario-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

@media (min-width: 700px) {
	.sw-scenario-services {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sw-scenario-services .sw-scenario-service-card:nth-child(3):last-child {
		grid-column: 1 / -1;
		max-width: calc(50% - 6px);
	}
}

@media (max-width: 768px) {
	.sw-scenarios-page .sw-grid {
		gap: 10px;
	}

	.sw-scenarios-page .sw-card {
		padding: 12px;
	}
}

.sw-service-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	font-size: 12px;
	color: var(--sw-muted);
}

.sw-tag-more {
	background: #eef2f7;
	color: var(--sw-muted);
}

.sw-tagline {
	margin: 4px 0 0;
	font-size: 12px;
	color: var(--sw-muted);
}

.sw-trust-note {
	margin-top: 24px;
}

.sw-trust-box {
	border-left: 3px solid var(--sw-accent);
	background: var(--sw-bg-light);
	padding: 12px 14px;
	border-radius: 10px;
	color: var(--sw-muted);
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.sw-trust-icon {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid var(--sw-border);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: var(--sw-accent);
	flex: 0 0 auto;
}

.sw-seo p,
.sw-faq p {
	color: var(--sw-muted);
}

.sw-faq details {
	background: var(--sw-card);
	border: 1px solid var(--sw-border);
	border-radius: var(--sw-radius);
	padding: 12px 14px;
	margin-bottom: 10px;
}

.sw-faq summary {
	cursor: pointer;
	font-weight: 500;
}

.sw-faq summary:focus-visible {
	outline: 3px solid rgba(31, 169, 113, 0.25);
	outline-offset: 3px;
}

@media (min-width: 700px) {
	.sw-hero h1 {
		font-size: 32px;
	}

	.sw-steps {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sw-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sw-section {
		margin-top: 64px;
	}
}

@media (min-width: 1024px) {
	.sw-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sw-card--featured {
		grid-column: span 2;
	}
}

@media (max-width: 699px) {
	.sw-hero-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.sw-card--featured {
		background: var(--sw-bg-light);
		border-color: var(--sw-accent);
		box-shadow: var(--sw-shadow);
		padding: 18px;
	}
}

/* Header and footer polish */
.ct-header {
	background: #ffffff;
	border-bottom: 1px solid var(--sw-border);
}

.ct-header .ct-container {
	max-width: 1120px;
}

.ct-header .menu > li > a {
	color: var(--sw-text);
}

.ct-header .menu > .current-menu-item > a,
.ct-header .menu > .current_page_item > a {
	color: var(--sw-accent);
	text-decoration: underline;
	text-underline-offset: 6px;
}

.sw-footer {
	margin-top: 56px;
	padding: 28px 16px 40px;
	border-top: 1px solid var(--sw-border);
	background: #ffffff;
}

.sw-footer-inner {
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: var(--sw-muted);
	font-size: 14px;
}

.sw-footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.sw-footer-links a {
	color: var(--sw-text);
	text-decoration: none;
	font-weight: 500;
}

.sw-footer-links a:hover,
.sw-footer-links a:focus-visible {
	color: var(--sw-accent);
	text-decoration: underline;
}
}
