:root {
	--sn-navy: #0b2545;
	--sn-blue: #0b73d9;
	--sn-blue-dark: #0756a6;
	--sn-sky: #eaf5ff;
	--sn-sky-2: #f5fbff;
	--sn-green: #15a46b;
	--sn-yellow: #f7b500;
	--sn-red: #e45858;
	--sn-ink: #102033;
	--sn-muted: #64748b;
	--sn-line: #dbe7f3;
	--sn-soft-line: #edf3f9;
	--sn-white: #fff;
	--sn-shadow: 0 10px 28px rgba(11, 37, 69, 0.08);
	--sn-shadow-soft: 0 4px 14px rgba(11, 37, 69, 0.06);
	--sn-radius: 8px;
	--sn-radius-sm: 6px;
	--sn-width: min(1160px, calc(100vw - 32px));
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--sn-white);
	color: var(--sn-ink);
	letter-spacing: 0;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: var(--sn-width);
}

a {
	text-underline-offset: 0.18em;
}

img {
	max-width: 100%;
	height: auto;
}

.sn-main,
.sn-front-main,
.sn-archive,
.sn-single {
	background: var(--sn-white);
}

.sn-site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid var(--sn-soft-line);
	box-shadow: 0 2px 16px rgba(11, 37, 69, 0.04);
	backdrop-filter: blur(10px);
}

.sn-header-inner {
	width: var(--sn-width);
	margin: 0 auto;
	min-height: 68px;
	gap: 24px;
}

.sn-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: max-content;
}

.sn-brand-icon {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 30px;
	border: 2px solid var(--sn-blue);
	border-radius: 5px;
	background: linear-gradient(180deg, #fff, var(--sn-sky));
	box-shadow: inset 0 -4px 0 rgba(11, 115, 217, 0.08);
}

.sn-brand-icon::after {
	content: "";
	position: absolute;
	bottom: 3px;
	left: 50%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--sn-blue);
	transform: translateX(-50%);
}

.sn-site-title a,
.sn-site-title {
	color: var(--sn-blue);
	font-size: clamp(18px, 2vw, 25px);
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.sn-main-nav {
	flex: 1 1 auto;
	justify-content: flex-end;
	font-size: 14px;
	font-weight: 700;
}

.sn-main-nav .wp-block-navigation-item__content {
	color: var(--sn-ink);
	padding: 12px 10px;
	text-decoration: none;
}

.sn-main-nav .wp-block-navigation-item__content:hover {
	color: var(--sn-blue);
}

.sn-header-search {
	width: 42px;
	min-width: 42px;
}

.sn-header-search .wp-block-search__inside-wrapper {
	border: 0;
	padding: 0;
}

.sn-header-search .wp-block-search__button {
	width: 42px;
	height: 42px;
	border: 1px solid var(--sn-line);
	border-radius: 50%;
	background: var(--sn-white);
	color: var(--sn-navy);
	padding: 0;
}

.sn-section {
	padding: 44px 0;
}

.sn-section + .sn-section {
	padding-top: 14px;
}

.sn-container {
	width: var(--sn-width);
	margin: 0 auto;
}

.sn-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.sn-section-title {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: var(--sn-ink);
	font-size: clamp(22px, 2.6vw, 30px);
	font-weight: 800;
	line-height: 1.35;
}

.sn-section-title::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 24px;
	border-radius: 4px;
	background: var(--sn-blue);
}

.sn-more-link {
	color: var(--sn-ink);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.sn-more-link::after {
	content: ">";
	margin-left: 8px;
	color: var(--sn-blue);
}

.sn-hero {
	position: relative;
	overflow: hidden;
	padding: 54px 0 36px;
	background: linear-gradient(180deg, #fff 0%, #f8fcff 100%);
}

.sn-hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.98fr);
	align-items: center;
	gap: 34px;
	width: var(--sn-width);
	margin: 0 auto;
}

.sn-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px;
	padding: 6px 12px;
	border: 1px solid var(--sn-line);
	border-radius: 999px;
	background: var(--sn-white);
	color: var(--sn-blue-dark);
	font-size: 13px;
	font-weight: 800;
}

.sn-hero h1,
.sn-page-hero h1 {
	margin: 0;
	color: var(--sn-navy);
	font-size: clamp(34px, 5vw, 58px);
	font-weight: 900;
	line-height: 1.18;
	letter-spacing: 0;
}

.sn-hero-lead,
.sn-page-lead {
	max-width: 670px;
	margin: 18px 0 0;
	color: #334155;
	font-size: clamp(16px, 1.6vw, 18px);
	font-weight: 600;
	line-height: 1.9;
}

.sn-hero-actions,
.sn-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.sn-btn,
.sn-btn-secondary,
.sn-btn-small,
.sn-btn .wp-block-button__link,
.sn-btn-secondary .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	border-radius: var(--sn-radius-sm);
	border: 0;
	font-weight: 800;
	line-height: 1.3;
	text-decoration: none;
	transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.sn-btn,
.sn-btn .wp-block-button__link {
	min-width: 190px;
	padding: 13px 20px;
	background: var(--sn-blue);
	color: var(--sn-white) !important;
	box-shadow: 0 8px 18px rgba(11, 115, 217, 0.22);
}

.sn-btn-secondary,
.sn-btn-secondary .wp-block-button__link {
	min-width: 178px;
	padding: 12px 20px;
	border: 1px solid #9ec8ee;
	background: var(--sn-white);
	color: var(--sn-blue-dark) !important;
}

.wp-block-button.sn-btn,
.wp-block-button.sn-btn-secondary {
	min-width: 0;
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.sn-btn-small {
	min-height: 40px;
	padding: 10px 16px;
	background: var(--sn-blue);
	color: var(--sn-white) !important;
	font-size: 14px;
}

.sn-btn:hover,
.sn-btn-secondary:hover,
.sn-btn-small:hover,
.sn-btn .wp-block-button__link:hover,
.sn-btn-secondary .wp-block-button__link:hover {
	transform: translateY(-1px);
}

.sn-hero-media {
	position: relative;
	margin: 0;
	border-radius: var(--sn-radius);
}

.sn-hero-media img {
	display: block;
	width: 100%;
	border-radius: var(--sn-radius);
}

.sn-trust-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 24px;
	padding: 0;
	list-style: none;
}

.sn-trust-list li {
	padding: 10px 12px;
	border: 1px solid var(--sn-soft-line);
	border-radius: var(--sn-radius-sm);
	background: var(--sn-white);
	color: #334155;
	font-size: 13px;
	font-weight: 700;
}

.sn-grid {
	display: grid;
	gap: 18px;
}

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

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

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

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

.sn-card {
	position: relative;
	border: 1px solid var(--sn-soft-line);
	border-radius: var(--sn-radius);
	background: var(--sn-white);
	box-shadow: var(--sn-shadow-soft);
}

.sn-card-pad {
	padding: 22px;
}

.sn-category-card {
	display: flex;
	min-height: 160px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 20px 14px;
	color: var(--sn-ink);
	text-align: center;
	text-decoration: none;
}

.sn-icon-tile {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: var(--sn-radius-sm);
	background: var(--sn-sky);
	color: var(--sn-blue);
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
}

.sn-icon-tile.green {
	background: #e9f9f1;
	color: var(--sn-green);
}

.sn-icon-tile.yellow {
	background: #fff7dc;
	color: #9f6700;
}

.sn-category-card h3 {
	margin: 0;
	color: var(--sn-ink);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.35;
}

.sn-category-card p {
	margin: 0;
	color: var(--sn-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.55;
}

.sn-category-card::after {
	content: ">";
	position: absolute;
	right: 16px;
	bottom: 14px;
	color: var(--sn-blue);
	font-weight: 900;
}

.sn-rank-card {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 16px;
	padding: 20px;
}

.sn-rank-badge {
	position: absolute;
	top: -11px;
	left: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--sn-yellow);
	color: var(--sn-white);
	font-size: 16px;
	font-weight: 900;
	box-shadow: 0 5px 12px rgba(247, 181, 0, 0.28);
}

.sn-rank-badge.silver {
	background: #9aa6b2;
}

.sn-rank-badge.bronze {
	background: #b87333;
}

.sn-logo-box {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 92px;
	border: 1px solid var(--sn-line);
	border-radius: var(--sn-radius-sm);
	background: #fbfdff;
	color: var(--sn-blue);
	font-size: 18px;
	font-weight: 900;
	text-align: center;
}

.sn-rank-content h3,
.sn-card h3 {
	margin: 0 0 8px;
	color: var(--sn-ink);
	font-size: 19px;
	font-weight: 900;
	line-height: 1.4;
}

.sn-price {
	margin: 0 0 8px;
	color: var(--sn-navy);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.25;
}

.sn-price small {
	color: var(--sn-muted);
	font-size: 13px;
	font-weight: 700;
}

.sn-rating {
	margin: 0 0 10px;
	color: #9f6700;
	font-size: 13px;
	font-weight: 800;
}

.sn-check-list {
	margin: 10px 0 16px;
	padding: 0;
	list-style: none;
}

.sn-check-list li {
	position: relative;
	margin: 6px 0;
	padding-left: 20px;
	color: #334155;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
}

.sn-check-list li::before {
	content: "";
	position: absolute;
	top: 0.74em;
	left: 2px;
	width: 8px;
	height: 4px;
	border-bottom: 2px solid var(--sn-green);
	border-left: 2px solid var(--sn-green);
	transform: rotate(-45deg);
}

.sn-note {
	margin: 12px 0 0;
	color: var(--sn-muted);
	font-size: 12px;
	line-height: 1.7;
}

.sn-pr-note {
	margin: 18px auto;
	padding: 13px 16px;
	border: 1px solid #f2d6a4;
	border-radius: var(--sn-radius-sm);
	background: #fff9eb;
	color: #62420b;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.7;
}

.sn-campaign {
	display: grid;
	gap: 10px;
	min-height: 148px;
	padding: 18px;
	overflow: hidden;
}

.sn-campaign[data-tone="green"] {
	border-color: #bfe8d4;
	background: linear-gradient(180deg, #f2fff8, #fff);
}

.sn-campaign[data-tone="pink"] {
	border-color: #f3c3dc;
	background: linear-gradient(180deg, #fff5fb, #fff);
}

.sn-campaign[data-tone="blue"] {
	border-color: #b8d9f6;
	background: linear-gradient(180deg, #f1f8ff, #fff);
}

.sn-campaign[data-tone="yellow"] {
	border-color: #f6dc83;
	background: linear-gradient(180deg, #fff9de, #fff);
}

.sn-campaign-label {
	display: inline-flex;
	width: fit-content;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(11, 115, 217, 0.1);
	color: var(--sn-blue-dark);
	font-size: 12px;
	font-weight: 900;
}

.sn-campaign h3 {
	margin: 0;
	font-size: 20px;
	line-height: 1.35;
}

.sn-campaign strong {
	color: var(--sn-red);
	font-size: 26px;
}

.sn-post-card {
	overflow: hidden;
}

.sn-post-card .wp-block-post-featured-image {
	aspect-ratio: 16 / 9;
	margin: 0;
	overflow: hidden;
	background: var(--sn-sky);
}

.sn-post-card .wp-block-post-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sn-post-body {
	padding: 14px;
}

.sn-label {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 8px;
	padding: 3px 8px;
	border-radius: 999px;
	background: var(--sn-sky);
	color: var(--sn-blue-dark);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
}

.sn-guide-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	overflow: hidden;
	border: 1px solid var(--sn-soft-line);
	border-radius: var(--sn-radius);
	background: var(--sn-white);
	box-shadow: var(--sn-shadow-soft);
}

.sn-guide-step {
	position: relative;
	padding: 26px 22px;
}

.sn-guide-step + .sn-guide-step {
	border-left: 1px solid var(--sn-soft-line);
}

.sn-step-num {
	display: block;
	margin-bottom: 8px;
	color: var(--sn-blue);
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
}

.sn-guide-step h3 {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 900;
}

.sn-guide-step p {
	margin: 0;
	color: #334155;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
}

.sn-faq-list {
	display: grid;
	gap: 10px;
}

.sn-faq-item {
	border: 1px solid var(--sn-soft-line);
	border-radius: var(--sn-radius-sm);
	background: var(--sn-white);
	box-shadow: var(--sn-shadow-soft);
}

.sn-faq-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 16px 18px;
	color: var(--sn-ink);
	cursor: pointer;
	font-weight: 800;
	line-height: 1.55;
}

.sn-faq-item summary::after {
	content: "+";
	color: var(--sn-blue);
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
}

.sn-faq-item[open] summary::after {
	content: "-";
}

.sn-faq-item p {
	margin: 0;
	padding: 0 18px 18px;
	color: #334155;
	font-size: 14px;
	line-height: 1.8;
}

.sn-table-scroll {
	overflow-x: auto;
	border: 1px solid var(--sn-soft-line);
	border-radius: var(--sn-radius);
	background: var(--sn-white);
	box-shadow: var(--sn-shadow-soft);
}

.sn-table-scroll table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	font-size: 14px;
}

.sn-table-scroll th,
.sn-table-scroll td {
	padding: 14px;
	border-bottom: 1px solid var(--sn-soft-line);
	text-align: left;
	vertical-align: top;
}

.sn-table-scroll thead th {
	background: var(--sn-sky);
	color: var(--sn-navy);
	font-weight: 900;
}

.sn-table-scroll tbody th {
	color: var(--sn-navy);
	font-weight: 900;
}

.sn-table-scroll tr:last-child th,
.sn-table-scroll tr:last-child td {
	border-bottom: 0;
}

.sn-table-badge {
	display: inline-flex;
	padding: 3px 8px;
	border-radius: 999px;
	background: #eaf8f1;
	color: var(--sn-green);
	font-size: 12px;
	font-weight: 900;
}

.sn-page-hero {
	padding: 44px 0 28px;
	background: linear-gradient(180deg, #f4faff 0%, #fff 100%);
}

.sn-page-hero-inner {
	width: var(--sn-width);
	margin: 0 auto;
}

.sn-summary-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 22px;
}

.sn-summary-cards .sn-card {
	padding: 18px;
}

.sn-summary-cards h3 {
	font-size: 16px;
}

.sn-cta-box {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 22px;
	padding: 24px;
	border: 1px solid #b8d9f6;
	border-radius: var(--sn-radius);
	background: linear-gradient(135deg, #f1f8ff 0%, #fff 100%);
	box-shadow: var(--sn-shadow);
}

.sn-cta-box h2,
.sn-cta-box h3 {
	margin: 0 0 8px;
	color: var(--sn-navy);
	font-size: clamp(22px, 2.4vw, 30px);
	font-weight: 900;
	line-height: 1.35;
}

.sn-cta-box p {
	margin: 0;
	color: #334155;
	font-weight: 700;
}

.sn-footer {
	margin-top: 36px;
	padding: 40px 0;
	background: var(--sn-navy);
	color: #d8e8f7;
}

.sn-footer a {
	color: #d8e8f7;
	text-decoration: none;
}

.sn-footer a:hover {
	color: var(--sn-white);
}

.sn-footer-inner {
	width: var(--sn-width);
	margin: 0 auto;
}

.sn-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr repeat(3, 1fr);
	gap: 28px;
}

.sn-footer h2,
.sn-footer h3 {
	margin: 0 0 12px;
	color: var(--sn-white);
	font-weight: 900;
	line-height: 1.4;
}

.sn-footer p,
.sn-footer li {
	margin: 0;
	color: #d8e8f7;
	font-size: 14px;
	line-height: 1.8;
}

.sn-footer ul {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sn-footer-copy {
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	color: #a9c2da;
	font-size: 13px;
}

.sn-single-title {
	width: min(860px, calc(100vw - 32px));
	margin: 42px auto 10px;
}

.sn-single-title h1 {
	margin: 0;
	color: var(--sn-navy);
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.28;
}

.sn-single-meta {
	width: min(860px, calc(100vw - 32px));
	margin: 0 auto 16px;
	color: var(--sn-muted);
	font-size: 13px;
	font-weight: 700;
}

@media (max-width: 980px) {
	.sn-header-inner {
		min-height: 62px;
	}

	.sn-main-nav {
		flex: 0 0 auto;
	}

	.sn-hero-inner {
		grid-template-columns: 1fr;
	}

	.sn-hero-media {
		max-width: 640px;
	}

	.sn-grid-6,
	.sn-grid-4,
	.sn-grid-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.sn-summary-cards {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	:root {
		--sn-width: min(100vw - 24px, 1160px);
	}

	.sn-site-header {
		position: relative;
	}

	.sn-header-inner {
		gap: 12px;
	}

	.sn-site-title a,
	.sn-site-title {
		font-size: 18px;
	}

	.sn-hero {
		padding-top: 34px;
	}

	.sn-hero h1,
	.sn-page-hero h1 {
		font-size: 34px;
	}

	.sn-hero-actions,
	.sn-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.sn-btn,
	.sn-btn-secondary,
	.sn-btn-small,
	.sn-btn .wp-block-button__link,
	.sn-btn-secondary .wp-block-button__link {
		width: 100%;
		min-width: 0;
	}

	.sn-trust-list {
		grid-template-columns: 1fr;
	}

	.sn-section {
		padding: 34px 0;
	}

	.sn-section-head {
		align-items: flex-start;
	}

	.sn-grid-6,
	.sn-grid-4,
	.sn-grid-3,
	.sn-grid-2 {
		grid-template-columns: 1fr;
	}

	.sn-category-card {
		min-height: 126px;
	}

	.sn-rank-card {
		grid-template-columns: 1fr;
		padding-top: 28px;
	}

	.sn-logo-box {
		min-height: 72px;
	}

	.sn-guide-grid {
		grid-template-columns: 1fr;
	}

	.sn-guide-step + .sn-guide-step {
		border-top: 1px solid var(--sn-soft-line);
		border-left: 0;
	}

	.sn-cta-box {
		grid-template-columns: 1fr;
	}

	.sn-footer-grid {
		grid-template-columns: 1fr;
	}
}
