@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/sourcesans3-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/sourcesans3-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/sourcesans3-600-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/sourcesans3-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--ivory: #f8fafc;
	--surface: #fff;
	--cream: #e2e8f0;
	--cream-soft: #f1f5f9;
	--ink: #0f172a;
	--muted: #475569;
	--line: #cbd5e1;
	--line-soft: #e2e8f0;
	--copper: #4f46e5;
	--copper-deep: #3730a3;
	--steel: #0284c7;
	--cta-a: #4f46e5;
	--cta-b: #2563eb;
	--cta-c: #06b6d4;
	--r: 4px;
	--r-btn: 8px;
	--shell: 1320px;
	--gut: clamp(20px, 4vw, 56px);
	--sp: clamp(64px, 7.5vw, 128px);
	--e-out: cubic-bezier(.23, 1, .32, 1);
	--e-io: cubic-bezier(.77, 0, .175, 1);
	--head-h: 74px;
	--cookie-h: 0px;
	--z-head: 30;
	--z-nav: 35;
	--z-cookie: 55;
	--z-age: 60;
	--z-toast: 65;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--head-h) + 18px);
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	width: 100%;
	max-width: 100vw;
}

body {
	margin: 0;
	background: var(--ivory);
	color: var(--ink);
	font: 400 clamp(16px, 1.05vw, 17.5px)/1.68 'Source Sans 3', system-ui, sans-serif;
	overflow-x: hidden;
	width: 100%;
	max-width: 100vw;
	position: relative;
}

[hidden] {
	display: none !important;
}

img,
svg {
	max-width: 100%;
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans 3', system-ui, sans-serif;
	font-weight: 700;
	color: var(--ink);
	margin: 0;
	line-height: 1.15;
	letter-spacing: -.02em;
	overflow-wrap: break-word;
	word-break: break-word;
	text-wrap: balance;
}

p {
	margin: 0 0 1.05em;
	text-wrap: pretty;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: var(--copper-deep);
	overflow-wrap: break-word;
	word-break: break-word;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.container {
	max-width: var(--shell);
	margin-inline: auto;
	padding-inline: var(--gut);
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.no-select,
.btn,
.nav a,
.burger,
.chat__toggle,
.social {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	user-select: none;
}

.x-wrap {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-top: clamp(18px, 2.5vw, 30px);
	border: 1px solid var(--line);
	border-radius: var(--r);
	background: var(--surface);
	box-shadow: 0 4px 18px -8px rgba(26, 29, 35, 0.08);
}

.x-wrap table {
	min-width: 620px;
	width: 100%;
	margin-top: 0 !important;
	border: none !important;
	border-radius: 0 !important;
}

.btn {
	position: relative;
	overflow: clip;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 13px 22px;
	border: 0;
	border-radius: var(--r-btn);
	background: var(--copper-deep);
	color: #fff;
	font: 600 15.5px/1 'Source Sans 3', system-ui, sans-serif;
	letter-spacing: -.01em;
	cursor: pointer;
	transition: transform 160ms var(--e-out), background-color 200ms var(--e-out);
}

.btn svg {
	width: 17px;
	height: 17px;
	flex: none;
	transition: transform 200ms var(--e-out);
}

.btn:hover svg,
.js-more:hover svg {
	transform: translateX(4px);
}

.btn:active {
	transform: scale(.98);
}

.btn--go,
.js-more {
	background: #2563eb;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.btn--go:active,
.js-more:active {
	transform: scale(0.98);
	background: #1e40af;
}

@media (hover: hover) and (pointer: fine) {
	.btn--go:hover,
	.js-more:hover {
		background: #1d4ed8;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
	}
}

.btn:focus-visible {
	outline: 2px solid var(--steel);
	outline-offset: 3px;
}

.jp-hidlink,
.hidlink,
.btn a.jp-hidlink,
.btn a.hidlink,
.btn:hover a.jp-hidlink,
.btn:hover a.hidlink {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	text-decoration: none !important;
	color: transparent !important;
	z-index: -10;
}

@media (hover: hover) and (pointer: fine) {
	.btn:hover {
		background: var(--copper);
	}

	.btn:hover svg {
		translate: 4px 0;
	}
}

.site-head {
	position: sticky;
	top: 0;
	z-index: var(--z-head);
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 1px 0 var(--line-soft);
	border-bottom: 1px solid var(--line-soft);
}

.head__in {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: var(--head-h);
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	text-decoration: none;
	color: var(--ink);
	font: 600 18px/1 'Source Sans 3', system-ui, sans-serif;
	letter-spacing: -.02em;
}

.brand svg {
	width: 38px;
	height: 38px;
	flex: none;
}

.nav ul {
	display: flex;
	align-items: center;
	gap: clamp(20px, 2.4vw, 40px);
}

.nav a {
	position: relative;
	display: block;
	padding: 6px 2px;
	color: var(--ink);
	text-decoration: none;
	font: 600 15px/1 'Source Sans 3', system-ui, sans-serif;
	letter-spacing: -.01em;
	transition: color 200ms var(--e-out);
}

.nav a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: var(--copper);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 240ms var(--e-out);
}

.nav a:hover,
.nav a:focus-visible,
.nav a[aria-current] {
	color: var(--copper-deep);
}

.nav a:hover::after,
.nav a:focus-visible::after,
.nav a[aria-current]::after {
	transform: scaleX(1);
}

.burger {
	display: none;
	width: 44px;
	height: 40px;
	padding: 0;
	border: 1px solid var(--line);
	border-radius: var(--r);
	background: var(--surface);
	cursor: pointer;
}

.burger i {
	display: block;
	width: 19px;
	height: 2px;
	margin: 4px auto;
	background: #090e1a;
	transition: transform 260ms var(--e-out), opacity 160ms var(--e-out);
}

.burger[aria-expanded="true"] i:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.burger[aria-expanded="true"] i:nth-child(2) {
	opacity: 0;
}

.burger[aria-expanded="true"] i:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 1220px) {
	.burger {
		display: block;
	}

	.site-head {
		position: sticky;
	}

	.nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: var(--z-nav);
		background: var(--surface);
		border-bottom: 1px solid var(--line);
		box-shadow: 0 22px 40px -26px rgb(26 29 35 / .3);
		opacity: 0;
		visibility: hidden;
		translate: 0 -8px;
		transition: opacity 220ms var(--e-out), translate 240ms var(--e-out), visibility 240ms;
	}

	.nav.is-open {
		opacity: 1;
		visibility: visible;
		translate: 0 0;
	}

	.nav ul {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 6px var(--gut) 14px;
	}

	.nav li + li {
		border-top: 1px solid var(--line-soft);
	}

	.nav a {
		padding: 14px 0;
		font-size: 16px;
	}

	.nav a::after {
		display: none;
	}
}

.hero {
	padding: clamp(14px, 2vw, 26px) 0 10px;
	text-align: left;
}

.hero__in {
	display: grid;
	grid-template-columns: 1fr 340px;
	align-items: center;
	gap: clamp(20px, 3vw, 40px);
}

.hero__text {
	max-width: 720px;
}

.hero h1 {
	font-size: clamp(1.85rem, 3.2vw, 2.75rem);
	line-height: 1.15;
	letter-spacing: -.02em;
	margin: 0;
}

.hero h1 .ln {
	display: inline;
}

.hero h1 .ln span {
	display: inline;
}

.hero__lead {
	margin: 8px 0 0;
	font-size: clamp(14.5px, 1.1vw, 16.5px);
	color: var(--muted);
	max-width: 660px;
	line-height: 1.45;
}

.hero__visual {
	flex: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.hero__art {
	width: 100%;
	max-width: 340px;
	height: auto;
	max-height: 170px;
	object-fit: cover;
	border-radius: 12px;
	box-shadow: 0 10px 28px -12px rgba(26, 29, 35, 0.2);
}

.hero__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 20px;
	margin-top: 10px;
	padding-top: 8px;
	border-top: 1px solid var(--line);
	font: 600 13.5px/1 'Source Sans 3', system-ui, sans-serif;
	color: var(--muted);
}

.hero__meta b {
	color: var(--ink);
}

/* ── Ranking Cards (toplist) ──────────────────────────────── */
.toplist {
	margin-top: 14px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

/* first card spans full width */
.rc--top {
	grid-column: 1 / -1;
}

.rc {
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--surface);
	border: 1px solid var(--line-soft);
	border-radius: 14px;
	padding: 20px 22px 18px;
	gap: 12px;
	box-shadow: 0 6px 22px -10px rgba(26,29,35,0.09);
	transition: box-shadow 220ms ease, transform 220ms ease;
	overflow: hidden;
}

.rc:hover {
	box-shadow: 0 10px 24px -6px rgba(15, 23, 42, 0.08);
	transform: translateY(-2px);
}

.rc__badge {
	position: absolute;
	top: 14px;
	right: 16px;
	font: 700 11.5px/1 'Source Sans 3', system-ui, sans-serif;
	color: var(--copper-deep);
	background: rgba(79, 70, 229, 0.08);
	border: 1px solid rgba(79, 70, 229, 0.15);
	padding: 4px 9px;
	border-radius: 99px;
}

/* head: logo + name + score bar */
.rc__head {
	display: flex;
	align-items: center;
	gap: 14px;
}

.rc__logo {
	width: 48px;
	height: 48px;
	flex: none;
	filter: drop-shadow(0 3px 8px rgba(0,0,0,0.08));
}

.rc--top .rc__logo {
	width: 58px;
	height: 58px;
}

.rc__id {
	min-width: 0;
	flex: 1;
}

.rc__name {
	font-size: clamp(17px, 1.5vw, 21px);
	font-weight: 700;
	color: var(--ink);
	margin: 0 0 7px;
	line-height: 1.2;
}

.rc--top .rc__name {
	font-size: clamp(22px, 2vw, 28px);
	margin-bottom: 9px;
}

/* score row: bar + number */
.rc__bar-wrap {
	display: flex;
	align-items: center;
	gap: 9px;
}

.rc__bar {
	flex: 1;
	height: 6px;
	background: var(--line-soft);
	border-radius: 99px;
	overflow: hidden;
}

.rc__bar span {
	display: block;
	height: 100%;
	background: #2563eb;
	border-radius: 99px;
}

.rc__score {
	font-family: 'Source Sans 3', system-ui, sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: var(--accent);
	white-space: nowrap;
	flex: none;
}

/* tag pills */
.rc__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.rc__tags li {
	font: 600 12px/1.2 'Source Sans 3', system-ui, sans-serif;
	color: #3730a3;
	background: rgba(79,70,229,0.07);
	border: 1px solid rgba(79,70,229,0.15);
	padding: 4px 10px;
	border-radius: 99px;
}

/* short description */
.rc__desc {
	font-size: 13.5px;
	line-height: 1.55;
	color: var(--muted);
	margin: 0;
	flex: 1;
}

/* CTA: push to bottom */
.rc__cta {
	margin-top: auto;
	padding-top: 4px;
}

.rc__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 11px 18px;
	border-radius: 9px;
	font: 600 14px/1 'Source Sans 3', system-ui, sans-serif;
	color: #fff;
	background: #2563eb;
	border: 1px solid rgba(0,0,0,0.06);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
	cursor: pointer;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.rc__btn:hover {
	background: #1d4ed8;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.rc__btn svg {
	width: 14px;
	height: 14px;
	flex: none;
	transition: transform 180ms ease;
}

.rc__btn:hover svg {
	transform: translateX(3px);
}



@media (max-width: 900px) {
	.hero__in {
		grid-template-columns: 1fr 240px;
		gap: 20px;
	}

	.hero__art {
		max-width: 240px;
		max-height: 140px;
	}

	.toplist {
		gap: 10px;
	}
}

@media (max-width: 768px) {
	:root {
		--head-h: 56px;
		--gut: 16px;
	}

	.site-head {
		min-height: 56px;
	}

	.head__in {
		min-height: 56px;
	}

	.brand {
		font-size: 16px;
		gap: 9px;
	}

	.brand svg {
		width: 28px;
		height: 28px;
	}

	.hero {
		padding: 12px 0 6px;
	}

	.hero__in {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.hero__visual {
		display: none;
	}

	.hero h1 {
		font-size: 1.35rem;
		line-height: 1.2;
	}

	.hero__lead {
		font-size: 12.5px;
		line-height: 1.4;
		margin-top: 4px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.hero__meta {
		gap: 8px 14px;
		margin-top: 6px;
		padding-top: 5px;
		font-size: 11.5px;
	}

	.toplist {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 10px;
	}

	.rc--top {
		grid-column: auto;
	}

	.rc {
		padding: 14px 16px 14px;
		gap: 8px;
		border-radius: 12px;
	}

	.rc__badge {
		top: 10px;
		right: 12px;
		font-size: 11px;
		padding: 3px 8px;
	}

	.rc__logo {
		width: 40px;
		height: 40px;
	}

	.rc--top .rc__logo {
		width: 46px;
		height: 46px;
	}

	.rc__name {
		font-size: 17px;
		margin-bottom: 5px;
	}

	.rc--top .rc__name {
		font-size: 20px;
	}

	.rc__bar {
		height: 5px;
	}

	.rc__desc {
		font-size: 13px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.rc__tags li {
		font-size: 11px;
		padding: 3px 8px;
	}

	.rc__btn {
		padding: 10px 14px;
		font-size: 13.5px;
	}
}

.sect {
	padding-block: var(--sp);
}

.sect--tint {
	background: var(--cream-soft);
	border-block: 1px solid var(--line-soft);
}

.sect h1 {
	font-size: clamp(2rem, 3.8vw, 3.3rem);
	margin-bottom: clamp(14px, 1.8vw, 22px);
}

.sect h2 {
	font-size: clamp(1.85rem, 3.4vw, 3.05rem);
	margin-bottom: clamp(20px, 2.4vw, 34px);
}

.pg-hero {
	padding: clamp(16px, 2.2vw, 28px) 0 clamp(12px, 1.8vw, 18px);
	border-bottom: 1px solid var(--line);
}

.pg-hero h1 {
	font-size: clamp(1.85rem, 3.2vw, 2.75rem);
	letter-spacing: -.02em;
	margin: 0;
}

.pg-lead {
	font-size: clamp(14px, 1.05vw, 16px);
	color: var(--muted);
	margin: 6px 0 0;
	max-width: 720px;
	line-height: 1.45;
}

.sect h3 {
	font-size: clamp(19px, 1.5vw, 23px);
}

.sect h4 {
	font-family: 'Source Sans 3', system-ui, sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .01em;
	color: var(--copper-deep);
	margin: 22px 0 8px;
}

.whatis__text {
	columns: 2 320px;
	column-gap: clamp(28px, 4vw, 68px);
}

.whatis__text p {
	margin-bottom: 1.1em;
}

.whatis__note {
	margin-top: clamp(26px, 3vw, 40px);
	padding: clamp(20px, 2.4vw, 30px);
	background: var(--surface);
	border: 1px solid var(--line);
	border-left: 3px solid var(--copper);
	border-radius: var(--r);
	font-size: clamp(17px, 1.25vw, 20px);
	font-weight: 600;
}

.review {
	display: grid;
	grid-template-columns: minmax(0, .44fr) minmax(0, 1.56fr);
	gap: clamp(20px, 3.4vw, 56px);
	padding-block: clamp(30px, 3.6vw, 52px);
}

.review__id {
	position: sticky;
	top: calc(var(--head-h) + 24px);
	align-self: start;
}

.review + .review {
	border-top: 1px solid var(--line);
}

.review__id svg.dlogo {
	width: 66px;
	height: 66px;
	margin-bottom: 16px;
}

.review__body ul {
	display: grid;
	gap: 7px;
}

.review__body ul li {
	position: relative;
	padding-left: 18px;
	color: var(--muted);
}

.review__body ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: .62em;
	width: 7px;
	height: 7px;
	background: var(--copper);
}

.review__body .btn {
	margin-top: 26px;
}

.types__grid {
	display: grid;
	gap: clamp(16px, 1.8vw, 26px);
}

.type-card {
	display: grid;
	grid-template-columns: minmax(0, .45fr) minmax(0, .55fr);
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--r);
	overflow: clip;
	transition: transform 240ms var(--e-out), box-shadow 240ms var(--e-out), border-color 240ms var(--e-out);
}

.type-card:nth-child(even) {
	direction: rtl;
}

.type-card:nth-child(even) > * {
	direction: ltr;
}

.type-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.type-card__txt {
	padding: clamp(20px, 2vw, 32px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.type-card p {
	margin: 9px 0 0;
	font-size: 15.5px;
	color: var(--muted);
}

@media (hover: hover) and (pointer: fine) {
	.type-card:hover {
		transform: translateY(-3px);
		border-color: var(--copper);
		box-shadow: 0 18px 36px -24px rgb(26 29 35 / .45);
	}
}

.why__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(14px, 1.6vw, 22px);
	margin-top: clamp(28px, 3vw, 44px);
}

.why-card {
	padding: clamp(22px, 2.2vw, 32px);
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--r);
	border-top: 3px solid var(--copper);
	transition: transform 240ms var(--e-out), box-shadow 240ms var(--e-out);
}

.why-card h3 {
	margin: 0 0 8px;
}

.why-card p {
	font-size: 15.5px;
	color: var(--muted);
}

@media (hover: hover) and (pointer: fine) {
	.why-card:hover {
		transform: translateY(-4px);
		box-shadow: 0 22px 40px -30px rgb(26 29 35 / .45);
	}
}

.process__rail {
	margin-top: clamp(28px, 3vw, 44px);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(14px, 1.6vw, 22px);
}

.step {
	position: relative;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--r);
	padding: clamp(22px, 2.2vw, 30px);
}

.step__dot {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--ivory);
	border: 2px solid var(--copper);
	font: 600 18px/1 'Source Sans 3', system-ui, sans-serif;
	color: var(--copper-deep);
	margin-bottom: 14px;
	transition: transform 300ms var(--e-out), background-color 300ms var(--e-out), color 300ms var(--e-out);
}

.step h3 {
	margin-bottom: 8px;
}

.step p {
	margin: 0;
	color: var(--muted);
	font-size: 15px;
}

@media (hover: hover) and (pointer: fine) {
	.step:hover .step__dot {
		background: var(--copper-deep);
		color: #fff;
		transform: scale(1.08);
	}
}

.practice__cols {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(10px, 1.4vw, 18px) clamp(24px, 3.4vw, 54px);
	margin-top: clamp(24px, 2.6vw, 36px);
}

.practice__cols li {
	position: relative;
	padding: 14px 0 14px 32px;
	border-bottom: 1px solid var(--line-soft);
}

.practice__cols li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 17px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: var(--copper) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12.8l5 5L20 6.5'/%3E%3C/svg%3E") center/11px 11px no-repeat;
}

.practice__cols b {
	font-family: 'Source Sans 3', system-ui, sans-serif;
	font-weight: 600;
	font-size: 16.5px;
	display: block;
	margin-bottom: 3px;
}

.practice__cols span {
	color: var(--muted);
	font-size: 15.5px;
}

.cost__top {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
	gap: clamp(22px, 3.4vw, 56px);
	align-items: center;
}

.cost__top img {
	width: 100%;
	height: auto;
	border: 1px solid var(--line);
	border-radius: var(--r);
}

table.data {
	width: 100%;
	margin-top: clamp(26px, 3vw, 40px);
	border-collapse: collapse;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--r);
	font-size: 15.5px;
}

table.data caption {
	text-align: left;
	padding-bottom: 10px;
	color: var(--muted);
	font-size: 15px;
}

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

table.data thead th {
	font-family: 'Source Sans 3', system-ui, sans-serif;
	font-weight: 600;
	font-size: 14.5px;
	letter-spacing: -.005em;
	background: var(--cream-soft);
	white-space: nowrap;
}

table.data tbody th {
	font-family: 'Source Sans 3', system-ui, sans-serif;
	font-weight: 600;
}

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

table.data td b {
	font-family: 'Source Sans 3', system-ui, sans-serif;
	font-weight: 600;
	color: var(--copper-deep);
	white-space: nowrap;
}

.benefit__wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(22px, 3.4vw, 56px);
}

.benefit__list li {
	position: relative;
	padding: 0 0 16px 30px;
	color: var(--muted);
}

.benefit__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: .48em;
	width: 12px;
	height: 12px;
	border: 2px solid var(--copper);
	rotate: 45deg;
}

.benefit__list b {
	font-family: 'Source Sans 3', system-ui, sans-serif;
	font-weight: 600;
	color: var(--ink);
}

.legal-head {
	padding: clamp(38px, 5vw, 78px) 0 clamp(22px, 2.6vw, 36px);
	border-bottom: 1px solid var(--line);
}

.legal-head h1 {
	font-size: clamp(2.1rem, 4.4vw, 3.6rem);
}

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

.legal-content {
	padding-block: clamp(34px, 4.4vw, 66px);
}

.legal-content h2 {
	font-size: clamp(1.35rem, 2.1vw, 1.75rem);
	margin: clamp(30px, 3vw, 44px) 0 12px;
}

.legal-content h2:first-child {
	margin-top: 0;
}

.legal-content ul {
	display: grid;
	gap: 8px;
	margin: 0 0 1.05em;
}

.legal-content ul li {
	position: relative;
	padding-left: 20px;
	color: var(--muted);
}

.legal-content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: .62em;
	width: 7px;
	height: 7px;
	background: var(--copper);
}

.site-foot {
	background: #090e1a;
	color: #e0d8ce;
	padding-top: clamp(34px, 4vw, 58px);
}

.foot__top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 18px 24px;
	padding-bottom: clamp(20px, 2.4vw, 30px);
	border-bottom: 1px solid rgb(255 255 255 / .12);
}

.foot__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr) minmax(0, .6fr);
	gap: clamp(24px, 4vw, 64px);
	padding-block: clamp(24px, 3vw, 42px);
}

.foot__brand {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	color: #fff;
	text-decoration: none;
	font: 600 clamp(22px, 2.2vw, 30px)/1 'Source Sans 3', system-ui, sans-serif;
	letter-spacing: -.02em;
}

.foot__brand svg {
	width: clamp(30px, 2.8vw, 38px);
	height: clamp(30px, 2.8vw, 38px);
}

.foot__about {
	margin: 0;
	color: #a8a098;
	font-size: clamp(16px, 1.2vw, 18px);
}

.socials {
	display: flex;
	gap: 10px;
}

.social {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgb(255 255 255 / .18);
	border-radius: 50%;
	color: #e0d8ce;
	transition: background-color 220ms var(--e-out), color 220ms var(--e-out), border-color 220ms var(--e-out);
}

.social svg {
	width: 17px;
	height: 17px;
}

.foot__col-title {
	font-family: 'Source Sans 3', system-ui, sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: #a8a098;
	margin-bottom: 14px;
}

.foot__links {
	display: grid;
	gap: 11px;
}

.foot__links a {
	color: #e0d8ce;
	text-decoration: none;
	font-size: 16px;
	transition: color 200ms var(--e-out), translate 220ms var(--e-out);
}

.foot__bar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 34px;
	justify-content: space-between;
	padding: 20px 0 26px;
	border-top: 1px solid rgb(255 255 255 / .12);
	color: #8a8078;
	font-size: 14.5px;
}

@media (hover: hover) and (pointer: fine) {
	.social:hover {
		background: var(--copper);
		border-color: var(--copper);
		color: #fff;
	}

	.foot__links a:hover {
		color: #fff;
		translate: 3px 0;
	}
}

.cookie {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: var(--z-cookie);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px clamp(18px, 2.4vw, 34px);
	padding: 16px var(--gut);
	background: var(--surface);
	border-top: 1px solid var(--line);
	box-shadow: 0 -18px 40px -30px rgb(26 29 35 / .45);
}

.cookie p {
	flex: 1 1 320px;
	margin: 0;
	font-size: 15px;
	color: var(--muted);
}

.cookie strong {
	display: block;
	font-family: 'Source Sans 3', system-ui, sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: var(--ink);
	margin-bottom: 4px;
}

.cookie__acts {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.btn--ghost {
	background: transparent;
	color: var(--ink);
	border: 1px solid var(--line);
}

@media (hover: hover) and (pointer: fine) {
	.btn--ghost:hover {
		background: var(--cream-soft);
		border-color: var(--copper);
	}
}

.age-gate {
	position: fixed;
	inset: 0;
	z-index: var(--z-age);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(15, 23, 42, 0.88);
}

.age-gate__box {
	width: 100%;
	max-width: 440px;
	padding: clamp(30px, 3.5vw, 46px);
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--r);
	text-align: center;
	box-shadow: 0 24px 50px -20px rgb(26 29 35 / .6);
}

.age-gate__box h2 {
	font-size: clamp(1.6rem, 2.4vw, 2rem);
	margin-bottom: 12px;
}

.age-gate__box p {
	color: var(--muted);
	margin-bottom: 24px;
}

.age-gate__acts {
	display: flex;
	gap: 12px;
	justify-content: center;
}

.age-gate__acts .btn {
	min-width: 140px;
}

/* Support Chat Widget */
.chat {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: var(--z-toast);
}

.chat__toggle {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: var(--copper);
	color: #fff;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
	transition: transform 0.2s var(--e-out), background-color 0.2s;
}

.chat__toggle:hover {
	transform: scale(1.06);
	background: var(--copper-deep);
}

.chat__toggle svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.chat__panel {
	display: none;
	position: absolute;
	right: 0;
	bottom: 66px;
	width: 340px;
	max-width: calc(100vw - 32px);
	height: 440px;
	max-height: calc(100vh - 120px);
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: 14px;
	box-shadow: 0 16px 40px -12px rgba(26, 29, 35, 0.25);
	flex-direction: column;
	overflow: hidden;
}

.chat.is-open .chat__panel {
	display: flex;
}

.chat__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 18px;
	background: #090e1a;
	color: #fff;
}

.chat__who {
	display: flex;
	flex-direction: column;
}

.chat__who b {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}

.chat__who span {
	font-size: 12px;
	color: #a8a098;
}

.chat__close {
	background: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.8;
	transition: opacity 0.2s;
}

.chat__close:hover {
	opacity: 1;
}

.chat__close svg {
	width: 15px;
	height: 15px;
	stroke: currentColor;
	fill: currentColor;
}

.chat__log {
	flex: 1;
	padding: 16px;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 13.5px;
	line-height: 1.45;
	background: var(--ivory);
}

.chat__msg {
	max-width: 85%;
	padding: 9px 13px;
	border-radius: 12px;
	word-break: break-word;
}

.chat__msg--bot {
	align-self: flex-start;
	background: var(--surface);
	border: 1px solid var(--line-soft);
	color: var(--ink);
	border-bottom-left-radius: 2px;
}

.chat__msg--user {
	align-self: flex-end;
	background: var(--copper);
	color: #fff;
	border-bottom-right-radius: 2px;
}

.chat__form {
	display: flex;
	gap: 6px;
	padding: 10px 12px;
	border-top: 1px solid var(--line-soft);
	background: var(--surface);
	align-items: center;
}

.chat__form input {
	flex: 1;
	border: 1px solid var(--line);
	border-radius: 6px;
	padding: 8px 12px;
	font-size: 13px;
	font-family: inherit;
	background: var(--ivory);
	color: var(--ink);
	min-width: 0;
}

.chat__form input:focus {
	outline: none;
	border-color: var(--copper);
}

.chat__send {
	width: 36px;
	height: 36px;
	padding: 0;
	border-radius: 6px;
	background: var(--copper);
	color: #fff;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	transition: background-color 0.2s;
}

.chat__send:hover {
	background: var(--copper-deep);
}

.chat__send svg {
	width: 15px;
	height: 15px;
	fill: currentColor;
}

@media (max-width: 480px) {
	.chat {
		right: 14px;
		bottom: 14px;
	}
	.chat__panel {
		right: -4px;
		bottom: 60px;
		width: calc(100vw - 24px);
		height: 390px;
	}
}

@keyframes lineUp {
	from {
		transform: translateY(105%);
	}
}

@keyframes softIn {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
}

.hero h1 .ln span {
	animation: lineUp 900ms var(--e-out) both;
}

.hero h1 .ln:nth-child(2) span {
	animation-delay: 95ms;
}

.hero__lead {
	animation: softIn 760ms var(--e-out) 220ms both;
}

.hero__meta {
	animation: softIn 760ms var(--e-out) 320ms both;
}

.hero__art {
	animation: softIn 820ms var(--e-out) 180ms both;
}

.js .reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 500ms var(--e-out), transform 500ms var(--e-out);
	transition-delay: calc(var(--i, 0) * 70ms);
}

.js .reveal.is-in {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}

	.js .reveal {
		opacity: 1;
		transform: none;
		filter: none;
	}
}

.method-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(16px, 2vw, 24px);
	margin-top: clamp(24px, 3vw, 40px);
}

.method-card {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--r);
	padding: clamp(20px, 2.2vw, 28px);
	display: flex;
	flex-direction: column;
	gap: 12px;
	border-top: 4px solid var(--copper);
}

.method-card__weight {
	font: 700 24px/1 'Source Sans 3', system-ui, sans-serif;
	color: var(--copper-deep);
}

.method-card h3 {
	font-size: 19px;
	margin: 0;
}

.method-card p {
	font-size: 14.5px;
	color: var(--muted);
	margin: 0;
}

.comparison-table {
	width: 100%;
	border-collapse: collapse;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--r);
	margin-top: clamp(24px, 3vw, 36px);
}

.comparison-table th,
.comparison-table td {
	padding: 16px 20px;
	text-align: left;
	border-bottom: 1px solid var(--line-soft);
	font-size: 15px;
	vertical-align: middle;
}

.comparison-table thead th {
	background: var(--cream-soft);
	font-weight: 600;
	font-size: 13.5px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: var(--muted);
}

.comparison-table tbody tr:hover {
	background: rgba(247, 243, 238, 0.6);
}

.comparison-table .company-cell {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	color: var(--ink);
}

.comparison-table .company-cell svg {
	width: 28px;
	height: 28px;
	flex: none;
}

.trends-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(18px, 2.2vw, 28px);
	margin-top: clamp(24px, 3vw, 36px);
}

.trend-card {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--r);
	padding: clamp(22px, 2.4vw, 32px);
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.trend-card__tag {
	display: inline-block;
	align-self: flex-start;
	background: var(--cream-soft);
	color: var(--copper-deep);
	padding: 4px 10px;
	border-radius: 4px;
	font: 600 12px/1 'Source Sans 3', system-ui, sans-serif;
	letter-spacing: 0.01em;
}

.trend-card h3 {
	font-size: 20px;
	margin: 0;
}

.trend-card p {
	font-size: 15px;
	color: var(--muted);
	margin: 0;
}

.checklist-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(16px, 2vw, 24px);
	margin-top: clamp(24px, 3vw, 36px);
}

.check-item {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--r);
	padding: clamp(18px, 2vw, 26px);
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.check-item__num {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--copper);
	color: #fff;
	display: grid;
	place-items: center;
	font: 600 13px/1 'Source Sans 3', system-ui, sans-serif;
}

.check-item h3 {
	font-size: 17px;
	margin: 0;
}

.check-item p {
	font-size: 14px;
	color: var(--muted);
	margin: 0;
}

.faq-list {
	display: grid;
	gap: 14px;
	max-width: 900px;
	margin: clamp(24px, 3vw, 36px) auto 0;
}

.faq-item {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--r);
	overflow: hidden;
	transition: border-color 200ms ease, box-shadow 200ms ease;
}

.faq-item[open] {
	border-color: var(--copper);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.faq-summary {
	padding: 18px 24px;
	font: 600 17px/1.4 'Source Sans 3', system-ui, sans-serif;
	color: var(--ink);
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	user-select: none;
}

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

.faq-summary::after {
	content: '+';
	font-size: 22px;
	font-weight: 400;
	color: var(--copper);
	transition: transform 200ms ease;
	flex: none;
}

.faq-item[open] .faq-summary::after {
	content: '−';
	transform: rotate(180deg);
}

.faq-body {
	padding: 0 24px 22px;
	font-size: 15.5px;
	color: var(--muted);
	line-height: 1.65;
	border-top: 1px solid var(--line-soft);
	padding-top: 16px;
}

@media (max-width: 1100px) {
	.method-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.why__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.process__rail {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.foot__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
}

@media (max-width: 820px) {
	.ticks li {
		font-size: 13px;
	}

	.type-card {
		grid-template-columns: minmax(0, 1fr);
	}

	.type-card:nth-child(even) {
		direction: ltr;
	}

	.cookie {
		padding: 10px var(--gut);
		gap: 8px 12px;
	}

	.cookie p {
		flex-basis: 100%;
		font-size: 13px;
		line-height: 1.45;
	}

	.cookie strong {
		font-size: 14px;
		margin-bottom: 2px;
	}

	.cookie .btn {
		padding: 9px 15px;
		font-size: 13px;
	}

	.msg {
		font-size: 13.5px;
	}

	.review {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	.review__id {
		position: static;
	}

	.cost__top,
	.benefit__wrap,
	.foot__grid {
		grid-template-columns: minmax(0, 1fr);
	}

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

	.whatis__text {
		columns: 1;
	}

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

	.trends-grid {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 640px) {
	.checklist-grid {
		grid-template-columns: 1fr;
	}
	.method-grid {
		grid-template-columns: 1fr;
	}
	.why__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.foot__bar {
		gap: 8px;
	}
}
