/* Основные стили */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

:root {
	--font-size-body: clamp(0.95rem, 0.3vw + 0.85rem, 1rem);
	--font-size-small: clamp(0.82rem, 0.2vw + 0.76rem, 0.9rem);
	--font-size-subtitle: clamp(0.95rem, 0.45vw + 0.88rem, 1.1rem);
	--font-size-lead: clamp(1rem, 0.7vw + 0.95rem, 1.25rem);
	--font-size-card-title: clamp(1.15rem, 0.9vw + 1rem, 1.5rem);
	--font-size-hero: clamp(1.6rem, 3vw, 2.4rem);
	--font-size-eyebrow: clamp(0.75rem, 0.18vw + 0.7rem, 0.85rem);
	--line-height-body: 1.6;
}

body.nav-open {
	overflow: hidden;
}
.btn-primary.is-loading,
.btn-secondary-outline.is-loading,
.btn-secondary.is-loading {
	position: relative;
	opacity: 0.85;
	pointer-events: none;
}
.btn-primary.is-loading::after,
.btn-secondary-outline.is-loading::after,
.btn-secondary.is-loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	margin-left: -9px;
	border-radius: 999px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-top-color: #ffffff;
	animation: exchange-submit-spin 0.8s linear infinite;
}

@keyframes exchange-submit-spin {
	to {
		transform: rotate(360deg);
	}
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: linear-gradient(120deg, rgba(5, 8, 22, 0.95), rgba(15, 23, 42, 0.92));
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.nav-toggle {
	position: absolute;
	top: -9999px;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
}

.site-header .header-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 clamp(18px, 4vw, 60px);
	display: flex;
	align-items: center;
	gap: 28px;
}

.site-header .header-brand {
	display: flex;
	align-items: center;
	gap: 18px;
	flex: 1;
}

.site-header .header-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-shrink: 0;
}

.site-header .header-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	color: #94a3b8;
	font-size: 12px;
}

.logo-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

@media (max-width: 900px) {
	.site-header .header-inner {
		flex-wrap: wrap;
		gap: 18px;
	}

	.site-header .header-meta {
		display: none;
	}

	.site-header .nav-cta--desktop {
		display: none;
	}

	.site-header .nav-panel-footer {
		display: flex;
		flex-direction: column;
		gap: 16px;
		width: 100%;
		margin-top: 18px;
		padding-top: 18px;
		border-top: 1px solid rgba(148, 163, 184, 0.2);
	}

	.site-header .nav-cta--mobile {
		display: inline-flex;
	}

	.site-header .nav-meta-mobile {
		display: flex;
		flex-direction: column;
		gap: 8px;
		font-size: 13px;
		color: #cbd5f5;
		align-items: center;
		text-align: center;
		margin-bottom: 18px;
		width: 100%;
	}

	.site-header .nav-meta-mobile .header-pill {
		margin-bottom: 6px;
	}
}

.header-pill {
	padding: 4px 10px;
	border-radius: 999px;
	border: 1px solid rgba(248, 250, 252, 0.25);
	font-size: 11px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.header-contact {
	color: #cbd5f5;
	text-decoration: none;
	opacity: 0.85;
}

.header-contact:hover {
	opacity: 1;
}

.site-header .burger {
	width: 36px;
	height: 36px;
	min-width: 36px;
	min-height: 36px;
	border-radius: 50%;
	border: 1px solid rgba(148, 163, 184, 0.6);
	background: rgba(15, 23, 42, 0.95);
	display: none;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	line-height: 0;
	padding: 0;
	cursor: pointer;
}

.site-header .burger span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	background: transparent;
	border-radius: 0;
	transform: none !important;
	opacity: 1 !important;
}

.site-header .burger-icon {
	display: block;
	color: #f8fafc;
	transition: opacity 0.15s ease, transform 0.15s ease;
}

.site-header .burger-icon svg {
	display: block;
}

.site-header .burger-icon--close {
	display: none !important;
}

.logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none;
	color: inherit;
}

.logo-mark {
	position: relative;
	width: 36px;
	height: 36px;
	border-radius: 14px;
	background:
		linear-gradient(145deg, rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.5)),
		radial-gradient(circle at 30% 30%, rgba(148, 163, 184, 0.35), transparent 60%);
	border: 1px solid rgba(248, 250, 252, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08), 0 8px 20px rgba(2, 6, 23, 0.5);
}

.logo-mark-initial {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #d7ecff;
	text-shadow: 0 2px 8px rgba(2, 6, 23, 0.6);
}

.logo-subtitle {
	font-size: 11px;
	color: #94a3b8;
	font-weight: 400;
}

.main-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	font-size: 13px;
	flex: 1;
}

.nav-list {
	display: flex;
	align-items: center;
	gap: 22px;
	list-style: none;
}

.nav-link {
	color: #e5e7eb;
	text-decoration: none;
	font-weight: 500;
	position: relative;
	padding-bottom: 6px;
	opacity: 0.82;
}

.nav-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 0;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, #22d3ee, #6366f1);
	opacity: 0;
	transition: width 0.18s ease-out, opacity 0.18s ease-out;
}

.nav-link:hover,
.nav-link:focus-visible {
	color: #ffffff;
}

.nav-link:hover::after,
.nav-link:focus-visible::after {
	width: 100%;
	opacity: 1;
}

.nav-list-item--cta,
.nav-cta {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 12px 24px;
	border-radius: 16px;
	background: radial-gradient(circle at 20% 20%, rgba(248, 250, 252, 0.3), rgba(14, 165, 233, 0.05)),
		linear-gradient(120deg, rgba(14, 165, 233, 0.92), rgba(99, 102, 241, 0.92));
	color: #f8fafc;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0.02em;
	box-shadow: 0 12px 30px rgba(14, 165, 233, 0.35);
	border: 1px solid rgba(148, 163, 184, 0.25);
	position: relative;
	overflow: hidden;
}

.nav-cta::after {
	content: "";
	position: absolute;
	inset: 1px;
	border-radius: 14px;
	border: 1px solid rgba(248, 250, 252, 0.25);
	opacity: 0.5;
	pointer-events: none;
}

.nav-cta:hover {
	filter: brightness(1.05);
}

.nav-cta-icon {
	width: 28px;
	height: 28px;
	border-radius: 12px;
	background: rgba(15, 23, 42, 0.35);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: inset 0 0 0 1px rgba(248, 250, 252, 0.25);
}

.nav-cta--desktop {
	display: inline-flex;
}

.nav-cta--mobile {
	display: none;
	width: 100%;
	justify-content: center;
}

.nav-panel-footer {
	display: none;
}

.nav-meta-mobile {
	display: none;
}

.nav-cta-icon svg {
	display: block;
}

@media (max-width: 1150px) {
	body:has(#nav-toggle:checked) {
		overflow: hidden;
	}

	.site-header .burger {
		display: inline-flex;
	}

	.site-header .header-actions {
		margin-left: auto;
		position: relative;
		z-index: 60;
	}

	.site-header .main-nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 100vh;
		padding: 110px 28px 36px;
		background: rgba(5, 8, 22, 0.96);
		backdrop-filter: blur(14px);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 18px;
		transform: translateY(-100%);
		opacity: 0;
		pointer-events: none;
		transition: none;
		z-index: 40;
		overflow-y: auto;
	}

	.site-header .nav-list {
		flex-direction: column;
		gap: 14px;
		align-items: center;
	}

	.site-header .nav-toggle:checked ~ .main-nav {
		transform: translateY(0);
		opacity: 1;
		pointer-events: auto;
	}

	.site-header .nav-toggle:checked ~ .header-actions .burger-icon--menu {
		display: none !important;
	}

	.site-header .nav-toggle:checked ~ .header-actions .burger-icon--close {
		display: flex !important;
	}

	.site-header .nav-toggle:checked ~ .header-actions .nav-cta--desktop {
		display: none;
	}

	body:has(#nav-toggle:checked) .site-header .main-nav {
		transition: transform 0.25s ease, opacity 0.25s ease;
	}
}

@media (max-width: 720px) {
	.site-header .nav-list-item--cta,
	.site-header .nav-link--cta {
		display: flex;
	}
}

.badge {
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(16, 185, 129, 0.12);
	border: 1px solid rgba(45, 212, 191, 0.5);
	color: #a7f3d0;
	font-size: 11px;
	font-weight: 500;
}

main {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 12px 16px 40px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	flex: 1 0 auto;
}

.hero-title {
	font-size: var(--font-size-hero);
	font-weight: 700;
	line-height: 1.18;
	margin-bottom: 10px;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.hero-subtitle {
	font-size: var(--font-size-subtitle);
	color: #9ca3af;
	max-width: 430px;
	margin-bottom: 18px;
}

.section-title {
	font-size: var(--font-size-card-title);
	font-weight: 600;
	margin: 26px 0 12px;
}

.section-headline {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 18px;
}

.section-eyebrow {
	font-size: var(--font-size-eyebrow);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #94a3b8;
}

.benefits {
	background: rgba(15, 23, 42, 0.7);
	border: 1px solid rgba(148, 163, 184, 0.15);
	border-radius: 24px;
	padding: 24px;
}

.benefits-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.benefit-card {
	border-radius: 18px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	padding: 18px;
	background: linear-gradient(160deg, rgba(56, 189, 248, 0.08), rgba(8, 145, 178, 0.05));
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.benefit-card h3 {
	font-size: 15px;
	margin: 0;
}

.benefit-card p {
	font-size: 13px;
	color: #cbd5f5;
	margin: 0;
}

.faq {
	border-radius: 24px;
	border: 1px solid rgba(148, 163, 184, 0.15);
	padding: 24px;
	background: rgba(2, 6, 23, 0.7);
}

.faq--exchange {
	background: radial-gradient(circle at bottom right, rgba(14, 165, 233, 0.08), transparent 60%), rgba(8, 12, 35, 0.85);
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 28px;
	padding: clamp(20px, 3vw, 36px);
	box-shadow: 0 18px 35px rgba(2, 6, 23, 0.45);
}

.faq-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.faq-cta {
	margin-top: 18px;
	display: flex;
	justify-content: flex-start;
}

.faq-cta__link {
	padding: 10px 18px;
	border-radius: 14px;
	border: 1px solid rgba(148, 163, 184, 0.45);
	background: rgba(15, 23, 42, 0.8);
	color: #e0f2fe;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.92rem;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.15s ease;
}

.faq-cta__link:hover,
.faq-cta__link:focus-visible {
	border-color: rgba(56, 189, 248, 0.7);
	background: rgba(15, 23, 42, 0.95);
	color: #7dd3fc;
	transform: translateY(-1px);
	text-decoration: none;
}

.faq-item {
	border-radius: 16px;
	border: 1px solid rgba(71, 85, 105, 0.8);
	background: rgba(15, 23, 42, 0.9);
	padding: 12px 18px;
}

.faq-item summary {
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	list-style: none;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item__question {
	flex: 1;
	color: #f8fafc;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}

.faq-item__question-text {
	flex: 1 1 100%;
}

.faq-item__chevron {
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	border-radius: 10px;
	background: rgba(148, 163, 184, 0.14);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #94a3b8;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.faq-item__chevron svg {
	width: 18px;
	height: 18px;
}

.faq-item[open] .faq-item__chevron {
	transform: rotate(180deg);
	background: rgba(56, 189, 248, 0.15);
	color: #7dd3fc;
}

.faq-item p {
	margin-top: 10px;
	font-size: 13px;
	color: #cbd5f5;
}

.faq-hero {
	border-radius: 24px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	padding: 24px;
	background: rgba(2, 6, 23, 0.75);
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.faq-hero__breadcrumbs {
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #94a3b8;
	display: inline-flex;
	gap: 8px;
	flex-wrap: wrap;
}

.faq-hero__breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.faq-hero__breadcrumbs a:hover {
	text-decoration: underline;
}

.faq-hero__lead {
	font-size: 0.95rem;
	color: #cbd5f5;
	max-width: 720px;
}

.faq-hero__meta {
	font-size: 0.85rem;
	color: #94a3b8;
}

.faq-hero__links {
	margin-top: 8px;
	padding: 16px;
	border-radius: 20px;
	background: rgba(15, 23, 42, 0.85);
	border: 1px solid rgba(56, 68, 99, 0.55);
	display: flex;
	flex-direction: column;
	gap: 12px;
	color: #e2e8f0;
	font-size: 0.95rem;
}

.faq-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.faq-hero__chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 999px;
	border: 1px solid rgba(56, 189, 248, 0.45);
	background: rgba(8, 47, 73, 0.6);
	color: #7dd3fc;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.85rem;
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.15s ease;
}

.faq-hero__chip:hover,
.faq-hero__chip:focus-visible {
	color: #e0f2fe;
	border-color: rgba(14, 165, 233, 0.9);
	background: rgba(14, 165, 233, 0.12);
	transform: translateY(-1px);
}

.faq-hero__updated {
	font-size: 0.85rem;
	color: #94a3b8;
}

.faq-hero__stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 12px;
}

.faq-hero__stat {
	border-radius: 18px;
	border: 1px solid rgba(148, 163, 184, 0.35);
	background: rgba(15, 23, 42, 0.9);
	padding: 14px;
	text-align: center;
}

.faq-hero__stat-value {
	display: block;
	font-size: 1.5rem;
	font-weight: 600;
}

.faq-hero__stat-label {
	display: block;
	font-size: 0.85rem;
	color: #94a3b8;
}

.faq-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.faq-archive {
	border-radius: 24px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	padding: 24px;
	background: rgba(2, 6, 23, 0.7);
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.faq-archive__intro {
	color: #cbd5f5;
	max-width: 680px;
}

.faq-archive__group {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.faq-archive__group h3 {
	margin: 0;
	font-size: 1.05rem;
}

.faq-archive__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.faq-archive__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 10px;
	border-radius: 999px;
	font-size: 0.7rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	background: rgba(56, 189, 248, 0.15);
	color: #7dd3fc;
	border: 1px solid rgba(56, 189, 248, 0.4);
}

.faq-archive__item {
	border-color: rgba(71, 85, 105, 0.65);
	background: rgba(4, 6, 16, 0.85);
}

.faq-archive__empty {
	border-radius: 16px;
	border: 1px dashed rgba(148, 163, 184, 0.4);
	padding: 16px;
	text-align: center;
	color: #cbd5f5;
	background: rgba(15, 23, 42, 0.45);
}

.faq-support {
	border-radius: 24px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	padding: 24px;
	background: rgba(2, 6, 23, 0.8);
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.faq-support__lead {
	color: #cbd5f5;
	max-width: 520px;
}

.faq-support__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 12px;
}

.faq-support__card {
	border-radius: 18px;
	border: 1px solid rgba(71, 85, 105, 0.6);
	background: rgba(15, 23, 42, 0.85);
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.faq-support__card h3 {
	margin: 0;
	font-size: 1rem;
}

.faq-support__card p {
	margin: 0;
	color: #cbd5f5;
	font-size: 0.92rem;
}

.faq-support__link {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 600;
	color: #7dd3fc;
	text-decoration: none;
}

.faq-support__link:hover {
	text-decoration: underline;
}

.faq-support__links {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.faq-support__links .faq-support__link {
	margin-top: 0;
}

.legal-hero {
	border-radius: 28px;
	border: 1px solid rgba(148, 163, 184, 0.25);
	background: rgba(2, 6, 23, 0.78);
	padding: clamp(22px, 4vw, 32px);
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.legal-hero__breadcrumbs {
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #94a3b8;
	display: inline-flex;
	gap: 8px;
	flex-wrap: wrap;
}

.legal-hero__breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.legal-hero__breadcrumbs a:hover {
	text-decoration: underline;
}

.legal-hero__lead {
	font-size: 1rem;
	color: #e2e8f0;
	max-width: 780px;
}

.legal-hero__stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
}

.legal-hero__stat {
	border-radius: 20px;
	border: 1px solid rgba(71, 85, 105, 0.6);
	background: rgba(15, 23, 42, 0.85);
	padding: 14px;
	text-align: center;
}

.legal-hero__stat-value {
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
	color: #f8fafc;
}

.legal-hero__stat-label {
	display: block;
	font-size: 0.85rem;
	color: #94a3b8;
}

.legal-hero__meta {
	font-size: 0.9rem;
	color: #94a3b8;
}

.legal-section {
	border-radius: 26px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	background: rgba(2, 6, 23, 0.72);
	padding: 24px;
	margin-top: 24px;
}

.legal-section--cards {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.legal-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.legal-card {
	border-radius: 20px;
	border: 1px solid rgba(56, 68, 99, 0.6);
	background: rgba(15, 23, 42, 0.9);
	padding: 18px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.legal-card h3 {
	margin: 0;
	font-size: 1rem;
}

.legal-card p {
	margin: 0;
	color: #cbd5f5;
	font-size: 0.95rem;
}

.legal-steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 14px;
}

.legal-steps--flat {
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.legal-step {
	border-radius: 20px;
	border: 1px solid rgba(71, 85, 105, 0.55);
	background: rgba(15, 23, 42, 0.88);
	padding: 18px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.legal-step h3 {
	margin: 0;
	font-size: 1rem;
	color: #f8fafc;
}

.legal-step p {
	margin: 0;
	color: #cbd5f5;
	font-size: 0.95rem;
	line-height: 1.6;
}

.legal-section--split {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.legal-split {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 16px;
}

.legal-list-card {
	border-radius: 20px;
	border: 1px solid rgba(56, 68, 99, 0.6);
	background: rgba(4, 6, 16, 0.9);
	padding: 18px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.legal-list-card h3 {
	margin: 0;
	font-size: 1rem;
}

.legal-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.legal-list li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: #cbd5f5;
	font-size: 0.95rem;
}

.legal-badge {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: linear-gradient(135deg, #38bdf8, #6366f1);
	flex-shrink: 0;
	margin-top: 6px;
}

.legal-cta {
	margin-top: 24px;
	border-radius: 28px;
	border: 1px solid rgba(56, 189, 248, 0.25);
	background:
		linear-gradient(140deg, rgba(14, 165, 233, 0.18), rgba(99, 102, 241, 0.12)),
		rgba(2, 6, 23, 0.85);
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.legal-cta h2 {
	margin: 0;
}

.legal-cta p {
	margin: 0;
	color: #e2e8f0;
}

.legal-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.legal-link {
	color: #7dd3fc;
	text-decoration: underline;
	text-decoration-color: rgba(125, 211, 252, 0.4);
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.legal-link:hover,
.legal-link:focus-visible {
	color: #bae6fd;
	text-decoration-color: #bae6fd;
}

.btn-secondary-outline--ghost {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border-color: rgba(226, 232, 240, 0.35);
	color: #e2e8f0;
	background: rgba(255, 255, 255, 0.03);
}

.btn-secondary-outline--ghost svg {
	stroke: currentColor;
}

.contact-section {
	border-radius: 24px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	background: rgba(2, 6, 23, 0.78);
	padding: 24px;
	margin-top: 24px;
}

.contact-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
}

.contact-card {
	border-radius: 22px;
	border: 1px solid rgba(71, 85, 105, 0.55);
	background: rgba(15, 23, 42, 0.9);
	padding: 18px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.contact-card h3 {
	margin: 0;
	font-size: 1.05rem;
}

.contact-card p {
	margin: 0;
	color: #cbd5f5;
	line-height: 1.6;
}

.contact-card__cta {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.contact-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 999px;
	border: 1px solid rgba(56, 189, 248, 0.45);
	background: rgba(8, 47, 73, 0.6);
	color: #7dd3fc;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.15s ease;
}

.contact-chip:hover,
.contact-chip:focus-visible {
	color: #e0f2fe;
	border-color: rgba(14, 165, 233, 0.9);
	background: rgba(14, 165, 233, 0.12);
	transform: translateY(-1px);
}

.contact-card__hint {
	font-size: 0.85rem;
	color: #94a3b8;
}

.contact-guidelines {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.contact-guidelines li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: #cbd5f5;
	line-height: 1.6;
}

.contact-guidelines__badge {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: linear-gradient(135deg, #38bdf8, #6366f1);
	flex-shrink: 0;
	margin-top: 7px;
}

.contact-section__intro {
	color: #cbd5f5;
	max-width: 640px;
}

.contact-alert {
	margin-bottom: 14px;
	padding: 12px 14px;
	border-radius: 16px;
	font-size: 0.95rem;
}

.contact-alert--success {
	background: rgba(16, 185, 129, 0.15);
	border: 1px solid rgba(16, 185, 129, 0.35);
	color: #bbf7d0;
}

.contact-alert--error {
	background: rgba(248, 113, 113, 0.12);
	border: 1px solid rgba(248, 113, 113, 0.35);
	color: #fecdd3;
}

.contact-alert ul {
	margin: 0;
	padding-left: 18px;
	line-height: 1.5;
}

.contact-form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.contact-form__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 16px;
}

.contact-form__group {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.contact-form__group--full {
	grid-column: 1 / -1;
}

.contact-form__label {
	font-size: 0.9rem;
	color: #e2e8f0;
}

.contact-input {
	width: 100%;
	border-radius: 18px;
	border: 1px solid rgba(148, 163, 184, 0.4);
	background: rgba(15, 23, 42, 0.85);
	color: #f8fafc;
	padding: 14px;
	font-size: 0.95rem;
}

.contact-input:focus-visible {
	outline: none;
	border-color: rgba(56, 189, 248, 0.7);
	box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.3);
}

.contact-input--invalid {
	border-color: rgba(248, 113, 113, 0.6);
	box-shadow: 0 0 0 1px rgba(248, 113, 113, 0.2);
}

.contact-form__textarea {
	min-height: 140px;
	resize: vertical;
}

.contact-form__actions {
	display: flex;
	justify-content: flex-start;
	margin-top: 6px;
}

.contact-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: relative;
}

.contact-auth {
	border-radius: 22px;
	border: 1px dashed rgba(148, 163, 184, 0.5);
	background: rgba(15, 23, 42, 0.85);
	padding: 18px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

/* Exchange confirmation */
.confirmation-page {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: clamp(16px, 3vw, 40px);
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.confirmation-hero {
	background: rgba(15, 23, 42, 0.8);
	border: 1px solid rgba(148, 163, 184, 0.25);
	border-radius: 28px;
	padding: clamp(20px, 4vw, 36px);
	box-shadow: 0 20px 45px rgba(2, 6, 23, 0.45);
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.confirmation-hero__eyebrow {
	font-size: var(--font-size-eyebrow);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #94a3b8;
}

.confirmation-hero__title {
	margin: 0;
	font-size: var(--font-size-hero);
}

.confirmation-hero__lead {
	margin: 0;
	color: #cbd5f5;
	line-height: 1.5;
	font-size: var(--font-size-lead);
}

.confirmation-hero__stats {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
}

.confirmation-hero__stats li {
	border-radius: 18px;
	background: rgba(8, 12, 35, 0.85);
	border: 1px solid rgba(148, 163, 184, 0.25);
	padding: 14px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.confirmation-hero__stats li span {
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #94a3b8;
}

.confirmation-hero__stats li strong {
	font-size: 1.05rem;
	color: #f8fafc;
}

.confirmation-form {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.confirmation-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 18px;
}

.confirmation-card {
	background: rgba(8, 12, 35, 0.88);
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 24px;
	padding: 24px;
	box-shadow: 0 16px 34px rgba(2, 6, 23, 0.4);
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.confirmation-card__title {
	margin: 0;
	font-size: var(--font-size-card-title);
}

.confirmation-card--note {
	background: linear-gradient(150deg, rgba(14, 165, 233, 0.12), rgba(99, 102, 241, 0.1));
	border: 1px solid rgba(56, 189, 248, 0.25);
}

.confirmation-details {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.confirmation-details__row {
	display: flex;
	flex-direction: column;
	gap: 6px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.15);
	padding-bottom: 12px;
}

.confirmation-details__row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.confirmation-details__row dt {
	font-size: var(--font-size-small);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #94a3b8;
}

.confirmation-details__row dd {
	margin: 0;
	font-size: 1rem;
	color: #f8fafc;
}

.confirmation-note {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: #e2e8f0;
	font-size: 0.95rem;
}

.confirmation-note li {
	padding-left: 18px;
	position: relative;
}

.confirmation-note li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: linear-gradient(135deg, #38bdf8, #6366f1);
}

.confirmation-alert {
	margin-top: 8px;
	padding: 14px;
	border-radius: 16px;
	background: rgba(15, 23, 42, 0.75);
	border: 1px dashed rgba(148, 163, 184, 0.4);
	color: #cbd5f5;
	font-size: 0.92rem;
	line-height: 1.5;
}

.confirmation-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.confirmation-actions .btn-secondary,
.confirmation-actions .btn-primary {
	padding: 12px 18px;
	justify-content: center;
}

@media (max-width: 640px) {
	.confirmation-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.confirmation-actions .btn-secondary,
	.confirmation-actions .btn-primary {
		flex: none;
		width: 100%;
	}
}

/* Exchange pay */
.pay-page {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: clamp(16px, 3vw, 40px);
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.pay-hero {
	background:
		radial-gradient(circle at 30% 20%, rgba(56, 189, 248, 0.12), transparent 55%),
		rgba(8, 12, 35, 0.92);
	border: 1px solid rgba(148, 163, 184, 0.25);
	border-radius: 32px;
	padding: clamp(24px, 4vw, 48px);
	box-shadow: 0 28px 60px rgba(2, 6, 23, 0.45);
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.pay-hero__eyebrow {
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #94a3b8;
}

.pay-hero__title {
	margin: 0;
	font-size: clamp(1.6rem, 4vw, 2.3rem);
	word-break: break-word;
	overflow-wrap: anywhere;
}

@media (max-width: 480px) {
	.pay-hero__title {
		font-size: clamp(1.2rem, 7vw, 1.6rem);
	}
}

.pay-hero__lead {
	margin: 0;
	color: #cbd5f5;
	line-height: 1.6;
}

.pay-hero__timer-block {
	margin-top: 12px;
	display: flex;
	align-items: flex-start;
}

.pay-hero__timer {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	padding: 14px 18px;
	border-radius: 22px;
	background: rgba(2, 6, 23, 0.9);
	border: 1px solid rgba(14, 165, 233, 0.35);
	box-shadow:
		0 18px 35px rgba(2, 6, 23, 0.45),
		inset 0 0 30px rgba(14, 165, 233, 0.08);
}

.pay-hero__timer-label {
	font-size: var(--font-size-eyebrow);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #67e8f9;
}

.pay-hero__timer-value {
	font-size: clamp(1.2rem, 3.2vw, 1.7rem);
	color: #f0f9ff;
	letter-spacing: 0.04em;
}

@media (max-width: 480px) {
	.pay-hero__timer {
		padding: 12px 16px;
	}

	.pay-hero__timer-value {
		font-size: clamp(1.05rem, 6vw, 1.35rem);
	}
}

.pay-hero__stats {
	display: grid;
	font-size: var(--font-size-hero);
	word-break: break-word;
	overflow-wrap: anywhere;
}

.pay-hero__stat {
	background: rgba(5, 8, 22, 0.75);
	color: #cbd5f5;
	line-height: 1.5;
	font-size: var(--font-size-lead);
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.pay-hero__stat span {
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #94a3b8;
}

.pay-hero__stat strong {
	font-size: 1.1rem;
	color: #f8fafc;
}

.pay-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
}

.pay-card {
	background: rgba(8, 12, 35, 0.9);
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 26px;
	padding: clamp(20px, 3vw, 32px);
	box-shadow: 0 20px 45px rgba(2, 6, 23, 0.4);
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.pay-card--primary {
	background:
		radial-gradient(circle at top right, rgba(14, 165, 233, 0.08), transparent 55%),
		rgba(8, 12, 35, 0.9);
}

.pay-card--note {
	background:
		linear-gradient(150deg, rgba(13, 148, 136, 0.18), rgba(56, 189, 248, 0.14));
	border: 1px solid rgba(45, 212, 191, 0.4);
}

.pay-card__eyebrow {
	font-size: var(--font-size-eyebrow);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #a5b4fc;
}

.pay-card__title {
	margin: 0;
	font-size: var(--font-size-card-title);
}

.pay-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.pay-steps::-webkit-scrollbar {
	height: 6px;
}

.pay-steps::-webkit-scrollbar-track {
	background: rgba(15, 23, 42, 0.6);
	border-radius: 999px;
}

.pay-steps::-webkit-scrollbar-thumb {
	background: rgba(56, 189, 248, 0.5);
	border-radius: 999px;
}

.pay-step {
	display: flex;
	gap: 16px;
}

.pay-step__index {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(56, 189, 248, 0.35), rgba(14, 165, 233, 0.18));
	border: 1px solid rgba(56, 189, 248, 0.5);
	font-weight: 600;
	font-size: 1.05rem;
	color: #f8fafc;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.pay-step__content h3 {
	margin: 0 0 6px;
	font-size: var(--font-size-card-title);
}

.pay-step__content p {
	margin: 0;
	color: #cbd5f5;
	line-height: 1.5;
}

.pay-highlight {
	margin-top: 12px;
	padding: 14px;
	border-radius: 18px;
	background: rgba(5, 8, 22, 0.7);
	border: 1px dashed rgba(148, 163, 184, 0.35);
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.pay-highlight span {
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #94a3b8;
}

.pay-copy-block {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.pay-copy-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0.55rem 0.85rem;
	border-radius: 999px;
	border: 1px solid rgba(248, 250, 252, 0.2);
	background: rgba(2, 6, 23, 0.9);
	color: #f9fafb;
	font-size: 0.95rem;
	font-weight: 500;
	cursor: pointer;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
	font-family: inherit;
	line-height: 1.2;
	flex: 0 0 auto;
	max-width: 100%;
	white-space: normal;
	overflow-wrap: anywhere;
	text-align: left;
}

.pay-copy-pill::after {
	content: '⧉';
	font-size: 0.85rem;
	color: #94a3b8;
}

.pay-copy-pill:hover,
.pay-copy-pill:focus-visible {
	border-color: #38bdf8;
	box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.35);
	outline: none;
}

.pay-copy-notice {
	position: relative;
	display: none;
	align-items: center;
	gap: 6px;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(14, 165, 233, 0.12);
	color: #bae6fd;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border: 1px solid rgba(14, 165, 233, 0.4);
	box-shadow: inset 0 0 0 1px rgba(14, 165, 233, 0.2);
	flex: 0 0 auto;
}

.pay-copy-notice::before {
	content: '\2713';
	font-size: 0.85rem;
	color: #38bdf8;
}

.pay-copy-notice.is-visible {
	display: inline-flex;
}

.pay-actions {
	display: flex;
	gap: 12px;
	margin-top: 8px;
}

.pay-actions .btn-primary,
.pay-actions .btn-secondary {
	flex: 1 1 180px;
	padding: 12px 18px;
}

@media (max-width: 700px) {
	.pay-steps {
		gap: 14px;
	}

	.pay-step {
		flex-direction: column;
		align-items: flex-start;
	}

	.pay-step__index {
		width: 40px;
		height: 40px;
		font-size: 1rem;
	}

	.pay-actions {
		flex-direction: column;
	}

	.pay-actions .btn-primary,
	.pay-actions .btn-secondary {
		flex: 1 1 auto;
		width: 100%;
		font-size: 1rem;
		padding: 14px 20px;
	}
}

@media (max-width: 520px) {
	.pay-step {
		flex-direction: column;
	}

	.pay-step__index {
		margin-bottom: 8px;
	}
}
.pay-note {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: #e2e8f0;
	font-size: 0.95rem;
}

.pay-note li {
	position: relative;
	padding-left: 16px;
}

.pay-note li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: linear-gradient(135deg, #14b8a6, #38bdf8);
}

.pay-alert {
	padding: 14px;
	border-radius: 18px;
	border: 1px dashed rgba(248, 250, 252, 0.35);
	background: rgba(5, 8, 22, 0.75);
	color: #d1fae5;
	font-size: 0.92rem;
	line-height: 1.5;
}

.pay-details__list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.pay-details__row {
	display: flex;
	flex-direction: column;
	gap: 6px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.15);
	padding-bottom: 12px;
}

.pay-details__row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.pay-details__row dt {
	font-size: 0.82rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #94a3b8;
}

.pay-details__row dd {
	margin: 0;
	font-size: 1rem;
	color: #f8fafc;
}

@media (max-width: 640px) {
	.pay-actions {
		flex-direction: column;
	}

	.pay-actions .btn-primary,
	.pay-actions .btn-secondary {
		width: 100%;
	}
}

/* Exchange order */
.order-page {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: clamp(16px, 3vw, 40px);
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.order-hero {
	background:
		radial-gradient(circle at 25% 20%, rgba(59, 130, 246, 0.12), transparent 55%),
		rgba(8, 12, 35, 0.92);
	border: 1px solid rgba(148, 163, 184, 0.25);
	border-radius: 32px;
	padding: clamp(24px, 4vw, 48px);
	box-shadow: 0 28px 60px rgba(2, 6, 23, 0.45);
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.order-hero__eyebrow {
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #94a3b8;
}

.order-hero__title {
	margin: 0;
	font-size: var(--font-size-hero);
	word-break: break-word;
	overflow-wrap: anywhere;
}

.order-hero__lead {
	margin: 0;
	color: #cbd5f5;
	line-height: 1.5;
	font-size: var(--font-size-lead);
}

.order-hero__stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 16px;
	margin-top: 8px;
}

.order-hero__stat {
	background: rgba(5, 8, 22, 0.78);
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 24px;
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.order-hero__stat span {
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #94a3b8;
}

.order-hero__stat strong {
	font-size: 1.05rem;
	color: #f8fafc;
}

.order-grid {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.order-card {
	background: rgba(8, 12, 35, 0.9);
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 26px;
	padding: clamp(20px, 3vw, 32px);
	box-shadow: 0 20px 45px rgba(2, 6, 23, 0.4);
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.order-card--primary {
	background:
		radial-gradient(circle at top right, rgba(56, 189, 248, 0.08), transparent 55%),
		rgba(8, 12, 35, 0.92);
}

.order-card--tone-success {
	border-color: rgba(16, 185, 129, 0.55);
	box-shadow: 0 20px 40px rgba(16, 185, 129, 0.2);
}

.order-card--tone-info {
	border-color: rgba(59, 130, 246, 0.5);
	box-shadow: 0 20px 40px rgba(59, 130, 246, 0.18);
}

.order-card--tone-warning {
	border-color: rgba(251, 191, 36, 0.6);
	box-shadow: 0 20px 40px rgba(251, 191, 36, 0.18);
}

.order-card--tone-danger {
	border-color: rgba(248, 113, 113, 0.65);
	box-shadow: 0 20px 40px rgba(248, 113, 113, 0.18);
}

.order-card--tone-neutral {
	border-color: rgba(148, 163, 184, 0.25);
}

.order-card__eyebrow {
	font-size: var(--font-size-eyebrow);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #a5b4fc;
}

.order-card__title {
	margin: 0;
	font-size: var(--font-size-card-title);
}

.order-card__body {
	display: flex;
	flex-direction: column;
	gap: 12px;
	color: #dbeafe;
	line-height: 1.6;
}

.order-card__body p {
	margin: 0;
}

.order-card__body a {
	color: #38bdf8;
	text-decoration: none;
}

.order-card__body a:hover {
	text-decoration: underline;
}

.order-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.order-actions .btn-primary,
.order-actions .btn-secondary {
	flex: 1 1 200px;
	justify-content: center;
	text-decoration: none;
}

.order-actions .btn-primary:hover,
.order-actions .btn-secondary:hover {
	text-decoration: none;
}

.order-details {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.order-details__row {
	display: flex;
	flex-direction: column;
	gap: 6px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.18);
	padding-bottom: 12px;
}

.order-details__row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.order-details__row dt {
	font-size: var(--font-size-small);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #94a3b8;
}

.order-details__row dd {
	margin: 0;
	font-size: 1rem;
	color: #f8fafc;
}

.order-alert {
	margin-top: 4px;
	padding: 14px;
	border-radius: 18px;
	border: 1px dashed rgba(248, 250, 252, 0.35);
	background: rgba(5, 8, 22, 0.75);
	color: #d1fae5;
	font-size: 0.92rem;
	line-height: 1.5;
}

@media (max-width: 640px) {
	.order-actions {
		flex-direction: column;
		align-items: flex-start;
	}

	.order-actions .btn-primary,
	.order-actions .btn-secondary {
		flex: 0 0 auto;
		width: auto;
		min-width: 200px;
		padding: 10px 18px;
		font-size: 0.95rem;
	}
}

@media (max-width: 420px) {
	.order-hero__title {
		font-size: clamp(1.4rem, 7vw, 1.9rem);
	}
}

/* Exchange landing */
.exchange-page {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: clamp(16px, 3vw, 32px) clamp(18px, 4vw, 56px) clamp(32px, 4vw, 64px);
}

.exchange-hero {
	background: rgba(15, 23, 42, 0.75);
	border: 1px solid rgba(148, 163, 184, 0.25);
	border-radius: 28px;
	padding: clamp(24px, 4vw, 48px);
	box-shadow: 0 25px 40px rgba(2, 6, 23, 0.45);
}

.exchange-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: #94a3b8;
	margin-bottom: 12px;
}

.exchange-breadcrumbs a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.exchange-breadcrumbs a:hover {
	color: #38bdf8;
}

.exchange-hero__lead {
	margin-top: 16px;
	color: #cbd5f5;
	font-size: var(--font-size-lead);
	line-height: 1.5;
}

.exchange-hero__meta {
	margin-top: 18px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	font-size: 0.92rem;
	color: #cbd5f5;
}

.exchange-hero__meta span {
	padding: 8px 14px;
	border-radius: 14px;
	background: rgba(15, 23, 42, 0.7);
	border: 1px solid rgba(148, 163, 184, 0.35);
	backdrop-filter: blur(6px);
	line-height: 1.4;
}

.exchange-hero__note {
	margin-top: 16px;
	font-size: 0.88rem;
	color: #94a3b8;
	line-height: 1.5;
	border-radius: 14px;
	background: rgba(8, 12, 35, 0.7);
	border: 1px dashed rgba(148, 163, 184, 0.35);
	padding: 10px 16px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}


.exchange-step__index::after {
	content: "";
	position: absolute;
	inset: -4px;
	border-radius: 50%;
	border: 1px solid rgba(56, 189, 248, 0.25);
	filter: blur(1px);
}

.exchange-layout__grid {
	display: flex;
	flex-direction: column;
	gap: 26px;
}


.exchange-form-card,
.exchange-aside-card,
.exchange-info-card,
.exchange-step,
.exchange-related-list li,
.exchange-cta {
	background: rgba(8, 12, 35, 0.85);
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 22px;
	box-shadow: 0 16px 30px rgba(2, 6, 23, 0.4);
}

.exchange-form-card {
	padding: clamp(18px, 2vw, 28px);
}

.exchange-form-card__eyebrow {
	font-size: var(--font-size-eyebrow);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #93c5fd;
	margin-bottom: 6px;
}

.exchange-form-card__title {
	font-size: var(--font-size-card-title);
	margin-bottom: 6px;
}

.exchange-form-card__text {
	color: #cbd5f5;
	font-size: var(--font-size-subtitle);
	line-height: 1.5;
}

.exchange-form-card__body {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.exchange-form-card__body .exchange-simple__meta-group {
	margin-top: 6px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.exchange-form-card__body .exchange-simple__meta-row {
	display: flex;
	gap: 6px;
	font-size: 12px;
	color: #94a3b8;
}

.exchange-form-card__body .exchange-simple__meta-key {
	font-weight: 500;
	color: #cbd5f5;
}

.exchange-form-card__legal {
	font-size: 12px;
	color: #94a3b8;
	margin-top: -6px;
}

.exchange-form-card__legal a {
	color: #38bdf8;
	text-decoration: none;
}

.exchange-form-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.exchange-aside-card {
	padding: clamp(18px, 2vw, 28px);
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.exchange-aside-card__eyebrow {
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #a5b4fc;
}

.exchange-aside-card__title {
	font-size: 1.25rem;
	line-height: 1.4;
}

.exchange-aside-card__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.exchange-aside-card__list p {
	margin-top: 4px;
	color: #cbd5f5;
	font-size: 0.95rem;
	line-height: 1.5;
}

.exchange-pill-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.exchange-pill {
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid rgba(148, 163, 184, 0.4);
	font-size: 12px;
	color: #a5b4fc;
}

.exchange-info-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 18px;
}

.exchange-info,
.exchange-steps,
.exchange-related {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.exchange-info {
	background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.08), transparent 60%), rgba(8, 12, 35, 0.85);
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 28px;
	padding: clamp(20px, 3vw, 36px);
	box-shadow: 0 18px 35px rgba(2, 6, 23, 0.45);
}

.exchange-steps {
	background: radial-gradient(circle at top left, rgba(14, 165, 233, 0.08), transparent 55%), rgba(8, 12, 35, 0.85);
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 28px;
	padding: clamp(20px, 3vw, 36px);
	box-shadow: 0 18px 35px rgba(2, 6, 23, 0.45);
}

.exchange-related {
	background: radial-gradient(circle at bottom right, rgba(14, 165, 233, 0.08), transparent 60%), rgba(8, 12, 35, 0.85);
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 28px;
	padding: clamp(20px, 3vw, 36px);
	box-shadow: 0 18px 35px rgba(2, 6, 23, 0.45);
}

.exchange-info-card {
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.exchange-info-card h3 {
	margin: 0;
	font-size: 1.1rem;
}

.exchange-info-card p {
	margin: 0;
	color: #cbd5f5;
	line-height: 1.5;
}

.exchange-steps__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

@media (max-width: 720px) {
	.exchange-steps__list {
		grid-template-columns: 1fr;
	}
}

.exchange-step {
	display: flex;
	gap: 16px;
	padding: 20px;
}

.exchange-step__index {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(56, 189, 248, 0.25), rgba(14, 165, 233, 0.15));
	border: 1px solid rgba(56, 189, 248, 0.4);
	font-weight: 600;
	font-size: 1.1rem;
	color: #f8fafc;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: none;
	position: relative;
}

.exchange-step__title {
	margin: 0 0 6px;
	font-size: 1.05rem;
}

.exchange-step__text {
	margin: 0;
	color: #94a3b8;
	line-height: 1.5;
}


.exchange-related-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 12px;
}

.exchange-related-list li {
	padding: 18px;
	border-radius: 18px;
	background: rgba(15, 23, 42, 0.8);
	border: 1px solid rgba(148, 163, 184, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.exchange-related-list a {
	color: #38bdf8;
	text-decoration: none;
	font-weight: 500;
}

.exchange-cta {
	padding: clamp(24px, 3vw, 40px);
	display: flex;
	flex-direction: column;
	gap: 14px;
	text-align: left;
}

.exchange-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

@media (max-width: 640px) {
	.exchange-page {
		padding: 16px;
		gap: 30px;
	}
	.exchange-hero__actions,
	.exchange-form-card__actions,
	.exchange-cta__actions {
		flex-direction: column;
	}
}

.contact-auth__text {
	color: #cbd5f5;
	line-height: 1.6;
	margin: 0;
}

.contact-auth__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.contact-cta {
	margin-top: 24px;
	border-radius: 28px;
	border: 1px solid rgba(56, 189, 248, 0.25);
	background:
		linear-gradient(140deg, rgba(14, 165, 233, 0.18), rgba(99, 102, 241, 0.12)),
		rgba(2, 6, 23, 0.85);
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.contact-cta h2 {
	margin: 0;
}

.contact-cta p {
	margin: 0;
	color: #e2e8f0;
}

.contact-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

/* Partners page */
.partners-hero {
	border-radius: 28px;
	border: 1px solid rgba(56, 189, 248, 0.25);
	background:
		linear-gradient(140deg, rgba(14, 165, 233, 0.25), rgba(30, 27, 75, 0.7)),
		rgba(2, 6, 23, 0.85);
	padding: clamp(22px, 5vw, 36px);
	display: flex;
	flex-direction: column;
	gap: 16px;
	box-shadow: 0 30px 60px rgba(8, 47, 73, 0.45);
}

.partners-hero__breadcrumbs {
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #94a3b8;
	display: inline-flex;
	gap: 8px;
}

.partners-hero__breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.partners-hero__breadcrumbs a:hover {
	text-decoration: underline;
}

.partners-hero__title {
	font-size: clamp(28px, 4.4vw, 40px);
	margin: 0;
	line-height: 1.15;
}

.partners-hero__lead {
	font-size: 1rem;
	color: #dbeafe;
	max-width: 780px;
}

.partners-hero__metrics {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 12px;
}

.partners-hero__metric {
	border-radius: 18px;
	border: 1px solid rgba(148, 163, 184, 0.35);
	background: rgba(15, 23, 42, 0.85);
	padding: 14px 16px;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.partners-hero__metric-label {
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #94a3b8;
}

.partners-hero__metric-value {
	font-size: 1.6rem;
	font-weight: 600;
}

.partners-hero__metric-hint {
	color: #cbd5f5;
	font-size: 0.88rem;
}

.partners-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.partners-hero__cta {
	min-width: 180px;
}

.partners-hero__anchor {
	color: #7dd3fc;
	text-decoration: none;
	font-weight: 600;
}

.partners-hero__anchor:hover {
	text-decoration: underline;
}

.partners-section {
	border-radius: 26px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	background: rgba(2, 6, 23, 0.8);
	padding: clamp(22px, 4vw, 32px);
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.partners-section + .partners-section {
	margin-top: 6px;
}

.partners-section__intro {
	color: #cbd5f5;
	max-width: 720px;
}

.partners-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.partners-card {
	border-radius: 20px;
	border: 1px solid rgba(59, 130, 246, 0.25);
	background: rgba(13, 17, 38, 0.9);
	padding: 18px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	box-shadow: 0 18px 35px rgba(2, 6, 23, 0.45);
}

.partners-card__icon {
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: rgba(59, 130, 246, 0.2);
	border: 1px solid rgba(148, 163, 184, 0.3);
	color: #dbeafe;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.partners-card h3 {
	margin: 0;
	font-size: 1rem;
}

.partners-card p {
	margin: 0;
	color: #cbd5f5;
	font-size: 0.95rem;
	line-height: 1.55;
}

.partners-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.partners-list li {
	display: flex;
	gap: 12px;
	align-items: center;
	border-radius: 18px;
	border: 1px solid rgba(71, 85, 105, 0.6);
	background: rgba(15, 23, 42, 0.8);
	padding: 14px 18px;
}

.partners-list__bullet {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(140deg, #38bdf8, #6366f1);
	box-shadow: 0 6px 12px rgba(15, 23, 42, 0.4);
	position: relative;
}

.partners-list__bullet::after {
	content: '';
	width: 6px;
	height: 10px;
	border-right: 2px solid #f8fafc;
	border-bottom: 2px solid #f8fafc;
	transform: rotate(45deg);
	margin-top: -1px;
}

.partners-list p {
	margin: 0;
	color: #dbeafe;
	line-height: 1.6;
}

@media (max-width: 540px) {
	.partners-list li {
		gap: 10px;
		padding: 12px 14px;
	}

	.partners-list__bullet {
		width: 18px;
		height: 18px;
	}

	.partners-list__bullet::after {
		width: 5px;
		height: 8px;
	}
}

.partners-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.partners-steps li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	border-radius: 20px;
	border: 1px solid rgba(148, 163, 184, 0.25);
	background: rgba(6, 11, 28, 0.9);
	padding: 18px;
}

.partners-steps__index {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(56, 189, 248, 0.2);
	border: 1px solid rgba(56, 189, 248, 0.4);
	color: #7dd3fc;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.partners-steps p {
	margin: 0;
	color: #e2e8f0;
	line-height: 1.5;
}

.partners-table {
	display: flex;
	flex-direction: column;
	border-radius: 22px;
	border: 1px solid rgba(148, 163, 184, 0.25);
	overflow: hidden;
}

.partners-table__row {
	display: grid;
	grid-template-columns: 180px 180px minmax(0, 1fr);
	gap: 12px;
	padding: 16px 20px;
	background: rgba(4, 6, 16, 0.9);
	border-top: 1px solid rgba(15, 23, 42, 0.9);
}

.partners-table__row--head {
	background: rgba(15, 23, 42, 0.95);
	border-top: none;
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #94a3b8;
}

.partners-table__row strong {
	font-size: 1rem;
}

.partners-table__accent {
	color: #7dd3fc;
	font-weight: 600;
}

.partners-article {
	border-radius: 26px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	background: rgba(2, 6, 23, 0.78);
	padding: clamp(22px, 4vw, 32px);
	display: flex;
	flex-direction: column;
	gap: 14px;
	line-height: 1.7;
	color: #e2e8f0;
}

.partners-article p {
	margin: 0;
}

.partners-rates {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 18px;
	border-radius: 28px;
	border: 1px solid rgba(96, 165, 250, 0.35);
	background: rgba(5, 9, 25, 0.9);
	padding: clamp(22px, 4vw, 32px);
}

.partners-faq {
	border-radius: 26px;
	border: 1px solid rgba(148, 163, 184, 0.25);
	background: rgba(5, 10, 31, 0.9);
	padding: clamp(22px, 4vw, 32px);
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.partners-faq__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.partners-faq__item {
	border-radius: 18px;
	border: 1px solid rgba(71, 85, 105, 0.6);
	background: rgba(15, 23, 42, 0.82);
}

.partners-faq__item summary {
	color: #f1f5f9;
}

.partners-faq__item p {
	margin: 10px 0 0;
	color: #cbd5f5;
	line-height: 1.55;
}

@media (max-width: 680px) {
	.partners-table__row {
		grid-template-columns: 1fr;
	}

	.partners-hero__metrics {
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	}
}

.how-list {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.how-list li {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 6px;
	font-size: 13px;
	color: #e5e7eb;
}

.how-step {
	color: #9ca3af;
}

.how-intro {
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 1.7;
	color: #e2e8f0;
}

.how-text {
	color: #d1d5db;
	line-height: 1.6;
}

.how-text strong {
	display: inline-block;
	font-weight: 600;
	color: #f8fafc;
	margin-right: 6px;
}

.how-link {
	color: #38bdf8;
	text-decoration: underline;
	text-decoration-color: rgba(56, 189, 248, 0.4);
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.how-link:hover,
.how-link:focus-visible {
	color: #7dd3fc;
	text-decoration-color: #7dd3fc;
}

.how-note {
	margin-top: 16px;
	font-size: 13px;
	line-height: 1.6;
	color: #f8fafc;
	background: rgba(15, 23, 42, 0.85);
	border: 1px solid rgba(148, 163, 184, 0.35);
	border-radius: 16px;
	padding: 12px 16px;
}

.reviews-section {
	margin-top: 24px;
	border-radius: 24px;
	border: 1px solid rgba(148, 163, 184, 0.15);
	padding: 24px;
	background: rgba(2, 6, 23, 0.75);
}

.reviews-breadcrumbs {
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #94a3b8;
	display: inline-flex;
	gap: 8px;
	margin-bottom: 6px;
}

.reviews-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.reviews-breadcrumbs a:hover,
.reviews-breadcrumbs a:focus-visible {
	text-decoration: underline;
}

.reviews-header {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.reviews-subtitle {
	margin: 6px 0 0;
	color: #cbd5f5;
	font-size: 14px;
	line-height: 1.6;
	max-width: 520px;
}

.reviews-context {
	margin-top: 14px;
	padding: 16px;
	border-radius: 18px;
	background: rgba(15, 23, 42, 0.8);
	border: 1px solid rgba(56, 68, 99, 0.6);
	display: flex;
	flex-direction: column;
	gap: 12px;
	color: #e2e8f0;
	font-size: 14px;
	line-height: 1.6;
}

.reviews-context__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.reviews-context__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 999px;
	border: 1px solid rgba(56, 189, 248, 0.45);
	background: rgba(15, 23, 42, 0.9);
	color: #7dd3fc;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.15s ease;
}

.reviews-context__link:hover,
.reviews-context__link:focus-visible {
	color: #e0f2fe;
	border-color: rgba(14, 165, 233, 0.9);
	background: rgba(14, 165, 233, 0.12);
	transform: translateY(-1px);
}

.reviews-meta {
	margin-top: 16px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 12px;
}

.reviews-meta__item {
	background: rgba(15, 23, 42, 0.85);
	border: 1px solid rgba(71, 85, 105, 0.55);
	border-radius: 16px;
	padding: 14px;
}

.reviews-meta__label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #94a3b8;
	margin-bottom: 4px;
}

.reviews-meta__value {
	display: block;
	font-size: 24px;
	font-weight: 600;
	color: #f8fafc;
}

.reviews-meta__stars {
	margin-top: 4px;
	display: inline-flex;
	gap: 2px;
}

.reviews-meta__stars span,
.review-card__stars span {
	display: inline-flex;
	color: rgba(226, 232, 240, 0.35);
}

.reviews-meta__stars span.is-active,
.review-card__stars span.is-active {
	color: #fbbf24;
}

.reviews-meta__stars svg,
.review-card__stars svg {
	width: 18px;
	height: 18px;
}

.reviews-meta__hint {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	color: #cbd5f5;
	opacity: 0.9;
}

.reviews-grid {
	margin-top: 18px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 14px;
}

.reviews-faq {
	margin-top: 24px;
	border-radius: 24px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	background: rgba(5, 8, 22, 0.85);
	padding: 24px;
}

.reviews-faq__header {
	margin-bottom: 18px;
}

.reviews-faq__intro {
	color: #cbd5f5;
	font-size: 14px;
	line-height: 1.6;
	max-width: 560px;
}

.reviews-faq__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.reviews-faq__item {
	border-radius: 18px;
	border: 1px solid rgba(71, 85, 105, 0.6);
	background: rgba(15, 23, 42, 0.92);
	padding: 14px 18px;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.reviews-faq__item[open] {
	border-color: rgba(56, 189, 248, 0.6);
	background: rgba(15, 23, 42, 0.95);
}

.reviews-faq__item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	list-style: none;
	cursor: pointer;
}

.reviews-faq__item summary::-webkit-details-marker {
	display: none;
}

.reviews-faq__question {
	font-weight: 600;
	color: #f8fafc;
	flex: 1;
}

.reviews-faq__chevron {
	color: #94a3b8;
	transition: transform 0.2s ease;
}

.reviews-faq__item[open] .reviews-faq__chevron {
	transform: rotate(180deg);
}

.reviews-faq__item p {
	margin: 12px 0 0;
	color: #cbd5f5;
	line-height: 1.6;
}

/* Reviews pagination (needs its own styles because account.css isn't loaded here) */
.reviews-pagination {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 6px;
	font-size: 0.85rem;
}

.reviews-pagination .account-pagination__button {
	display: inline-flex;
	min-width: 32px;
	align-items: center;
	justify-content: center;
	padding: 4px 8px;
	margin: 0 2px;
	border-radius: 999px;
	border: 1px solid rgba(148, 163, 184, 0.4);
	color: #e2e8f0;
	text-decoration: none;
	background: rgba(15, 23, 42, 0.65);
	transition: border-color 0.2s ease, background 0.2s ease;
}

.reviews-pagination .account-pagination__button:hover {
	border-color: rgba(59, 130, 246, 0.6);
	background: rgba(59, 130, 246, 0.2);
}

.reviews-pagination .account-pagination__button.is-active {
	border-color: rgba(59, 130, 246, 0.9);
	background: rgba(37, 99, 235, 0.3);
}

.reviews-pagination .account-pagination__button.is-disabled {
	opacity: 0.4;
	pointer-events: none;
	cursor: default;
}

.reviews-pagination .account-pagination__ellipsis {
	margin: 0 4px;
	color: #94a3b8;
}

.review-card {
	border-radius: 18px;
	background: rgba(15, 23, 42, 0.92);
	border: 1px solid rgba(56, 68, 99, 0.6);
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 200px;
}

.review-card__head {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: flex-start;
}

.review-card__name {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #f8fafc;
}

.review-card__date {
	display: block;
	font-size: 12px;
	color: #94a3b8;
	margin-top: 2px;
}

.review-card__rating {
	text-align: right;
}

.review-card__stars {
	display: inline-flex;
	gap: 2px;
	font-size: 13px;
}

.review-card__stars span {
	color: rgba(148, 163, 184, 0.3);
}

.review-card__stars .is-active {
	color: #fbbf24;
}

.review-card__text {
	margin: 0;
	color: #e2e8f0;
	font-size: 13px;
	line-height: 1.6;
}

.reviews-empty {
	margin-top: 16px;
	border-radius: 18px;
	border: 1px dashed rgba(148, 163, 184, 0.35);
	background: rgba(15, 23, 42, 0.6);
	color: #cbd5f5;
	padding: 18px;
}

.reviews-empty__actions {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.about-text {
	font-size: 13px;
	color: #d1d5db;
	margin-bottom: 6px;
}

.about-section {
	border-radius: 24px;
	border: 1px solid rgba(148, 163, 184, 0.15);
	padding: 24px;
	background: rgba(2, 6, 23, 0.7);
	margin-top: 24px;
}

.about-lead {
	font-size: 14px;
	line-height: 1.8;
	color: #e2e8f0;
}

.about-link {
	color: #38bdf8;
	text-decoration: underline;
	text-decoration-color: rgba(56, 189, 248, 0.4);
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.about-link:hover,
.about-link:focus-visible {
	color: #7dd3fc;
	text-decoration-color: #7dd3fc;
}

.about-list {
	list-style: none;
	margin: 16px 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
}

.about-list li {
	background: rgba(15, 23, 42, 0.85);
	border: 1px solid rgba(71, 85, 105, 0.5);
	border-radius: 16px;
	padding: 14px;
	min-height: 120px;
}

.about-list__title {
	display: block;
	font-weight: 600;
	color: #f8fafc;
	margin-bottom: 6px;
}

.about-list__desc {
	display: block;
	color: #cbd5f5;
	font-size: 13px;
	line-height: 1.5;
}

.about-card {
	margin-top: 16px;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(56, 189, 248, 0.1), rgba(14, 116, 144, 0.1));
	border: 1px solid rgba(56, 189, 248, 0.25);
	padding: 18px;
}

.about-card__title {
	margin: 0 0 8px;
	font-size: 16px;
	color: #f0f9ff;
}

.about-card__text {
	margin: 0;
	line-height: 1.6;
	color: #e0f2fe;
}

.about-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 18px;
}

.about-cta__btn {
	font-size: 14px;
	padding: 10px 22px;
}

.about-cta__link {
	color: #94a3b8;
	font-size: 13px;
	text-decoration: none;
	transition: color 0.2s ease;
}

.about-cta__link:hover,
.about-cta__link:focus-visible {
	color: #e2e8f0;
	text-decoration: underline;
}

.hero-metrics {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
	margin: 26px 0 18px;
}

.metric-card {
	border-radius: 20px;
	border: 1px solid rgba(148, 163, 184, 0.35);
	background:
		linear-gradient(140deg, rgba(56, 189, 248, 0.12), rgba(14, 165, 233, 0.08), rgba(15, 23, 42, 0.9));
	padding: 18px;
	display: flex;
	align-items: center;
	gap: 14px;
	box-shadow: 0 12px 30px rgba(2, 6, 23, 0.6);
}

.metric-icon,
.benefit-icon {
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background:
		linear-gradient(145deg, rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.5)),
		radial-gradient(circle at 30% 30%, rgba(148, 163, 184, 0.35), transparent 60%);
	border: 1px solid rgba(248, 250, 252, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #d0e5ff;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08), 0 8px 20px rgba(2, 6, 23, 0.5);
}

.metric-icon svg,
.benefit-icon svg {
	width: 26px;
	height: 26px;
	stroke: currentColor;
}

.benefit-icon {
	margin: 0 auto 10px;
}

.metric-label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #94a3b8;
	margin: 0 0 4px;
}

.metric-value {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	color: #f8fafc;
}

.metric-value--link a {
	color: #38bdf8;
	text-decoration: none;
}

.metric-value--link a:hover {
	text-decoration: underline;
}

/* Account-specific styles moved to /public/css/account.css */

/* Калькулятор обмена (простой двухколоночный блок) */
.exchange-simple {
	margin-top: 2.5rem;
	padding: 2.25rem 1.75rem;
	border-radius: 24px;
	background:
		linear-gradient(160deg, rgba(56, 189, 248, 0.08), rgba(15, 23, 42, 0.92)),
		rgba(15, 23, 42, 0.75);
	border: 1px solid rgba(148, 163, 184, 0.2);
	box-shadow: 0 25px 60px rgba(2, 6, 23, 0.7);
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(12px);
}

.exchange-simple::before,
.exchange-simple::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	opacity: 0.8;
	filter: blur(40px);
	pointer-events: none;
}

.exchange-simple::before {
	width: 260px;
	height: 260px;
	background: radial-gradient(circle, rgba(56, 189, 248, 0.35), transparent 60%);
	top: -120px;
	left: -60px;
}

.exchange-simple::after {
	width: 200px;
	height: 200px;
	background: radial-gradient(circle, rgba(99, 102, 241, 0.3), transparent 65%);
	bottom: -80px;
	right: -40px;
}

.exchange-simple__error {
	margin-bottom: 0.75rem;
	padding: 0.6rem 0.85rem;
	border-radius: 10px;
	background: #b91c1c;
	border: none;
	color: #fee2e2;
	font-size: 0.85rem;
}

.exchange-simple__loader {
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: radial-gradient(circle at top, rgba(15, 23, 42, 0.88), rgba(2, 6, 23, 0.65));
	backdrop-filter: blur(4px);
	z-index: 5;
}

.exchange-simple__loader[hidden] {
	display: none !important;
}

.exchange-simple__loader-inner {
	display: inline-flex;
	align-items: center;
	gap: 0.9rem;
	padding: 0.95rem 1.4rem;
	border-radius: 999px;
	background: rgba(2, 6, 23, 0.92);
	border: 1px solid rgba(99, 102, 241, 0.35);
	box-shadow: 0 20px 50px rgba(2, 6, 23, 0.85);
	position: relative;
	overflow: hidden;
}

.exchange-simple__loader-glow {
	position: absolute;
	inset: -40% auto auto -10%;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle, rgba(56, 189, 248, 0.4), transparent 65%);
	filter: blur(20px);
	animation: exchange-simple-loader-pulse 3.2s ease-in-out infinite;
	opacity: 0.7;
}

.exchange-simple__loader-glow::after {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	background: radial-gradient(circle, rgba(99, 102, 241, 0.3), transparent 70%);
	bottom: -20px;
	right: -30px;
	filter: blur(15px);
}

.exchange-simple__loader-icon {
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background:
		linear-gradient(145deg, rgba(56, 189, 248, 0.22), rgba(99, 102, 241, 0.25)),
		rgba(15, 23, 42, 0.85);
	border: 1px solid rgba(148, 163, 184, 0.25);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #38bdf8;
	position: relative;
	z-index: 1;
}

.exchange-simple__loader-icon svg {
	animation: exchange-simple-loader-rotate 1s linear infinite;
}

.exchange-simple__loader-copy {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	position: relative;
	z-index: 1;
}

.exchange-simple__loader-title {
	font-size: 0.92rem;
	font-weight: 600;
	color: #f8fafc;
}

.exchange-simple__loader-text {
	font-size: 0.8rem;
	color: #cbd5f5;
}

@keyframes exchange-simple-loader-rotate {
	to {
		transform: rotate(360deg);
	}
}

@keyframes exchange-simple-loader-pulse {
	0%,
	100% {
		opacity: 0.45;
		transform: translateY(0);
	}
	50% {
		opacity: 0.9;
		transform: translateY(6px);
	}
}

.exchange-simple__columns {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.exchange-simple__card {
	flex: 1 1 260px;
	min-width: 0;
	border-radius: 16px;
	background: rgba(8, 10, 26, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.06);
	padding: 1.25rem 1rem 1.1rem;
}

.exchange-simple__title {
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #a6b7ff;
	margin-bottom: 0.9rem;
}

.exchange-simple__row {
	display: flex;
	align-items: stretch;
	gap: 0.75rem;
	margin-bottom: 0.9rem;
	flex-wrap: wrap;
}

.exchange-simple__row > .exchange-simple__input,
.exchange-simple__row > .exchange-simple__select {
	flex: 1 1 280px;
	max-width: 100%;
	min-width: 0;
}

.exchange-simple__input {
	min-width: 0;
}

.exchange-simple__input input {
	width: 100%;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(2, 6, 23, 0.9);
	color: #f9fafb;
	padding: 0.7rem 0.9rem;
	font-size: 0.95rem;
	min-height: 48px;
	outline: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.exchange-simple__input input::placeholder {
	color: rgba(148, 163, 184, 0.9);
}

.exchange-simple__input input:focus {
	border-color: #38bdf8;
	box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.4);
	background-color: rgba(15, 23, 42, 0.98);
}

.exchange-simple__select {
	border-radius: 14px;
	border: 1px solid rgba(148, 163, 184, 0.45);
	background: rgba(15, 23, 42, 0.95);
	color: #e5e7eb;
	padding: 0.75rem 3.4rem 0.75rem 1.1rem;
	font-size: 0.92rem;
	font-weight: 500;
	min-height: 64px;
	white-space: normal;
	cursor: pointer;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.65rem;
	width: 100%;
	min-width: 0;
	position: relative;
	transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.08s ease;

}
.exchange-simple__select-icon {
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: rgba(15, 23, 42, 0.85);
	border: 1px solid rgba(148, 163, 184, 0.35);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
	flex-shrink: 0;
}

.exchange-simple__select-icon[hidden] {
	display: none !important;
}

.exchange-simple__select-icon img {
	width: 26px;
	height: 26px;
	border-radius: 8px;
	display: block;
	object-fit: contain;
}

.exchange-simple__select-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.2;
	flex: 1 1 auto;
	white-space: normal;
	word-break: break-word;
}

.exchange-simple__select-name {
	font-size: 0.9rem;
}

.exchange-simple__select-currency {
	font-size: 0.75rem;
	color: #9ca3af;
}


.exchange-simple__select-chevron {
	width: 26px;
	height: 26px;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.12);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #cbd5f5;
	transition: background-color 0.16s ease, color 0.16s ease;
	position: absolute;
	right: 0.85rem;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.exchange-simple__select-chevron svg {
	width: 16px;
	height: 16px;
}

.exchange-simple__select:hover {
	background-color: rgba(30, 64, 175, 0.85);
	border-color: rgba(129, 140, 248, 0.7);
	color: #f9fafb;
	transform: translateY(-1px);
}

.exchange-simple__select:hover .exchange-simple__select-chevron {
	background-color: rgba(56, 189, 248, 0.2);
	color: #ffffff;
}

.exchange-simple__meta-row {
	display: flex;
	justify-content: space-between;
	gap: 0.75rem;
	font-size: 0.8rem;
	color: #9ca3af;
}

.exchange-simple__meta-row + .exchange-simple__meta-row {
	margin-top: 0.25rem;
}

.exchange-simple__meta-key {
	color: #6b7280;
}

.exchange-simple__meta-value {
	color: #e5e7eb;
	font-variant-numeric: tabular-nums;
}

.exchange-simple__actions {
	margin-top: 1.5rem;
	display: flex;
	justify-content: flex-end;
}

.exchange-simple__submit {
	min-width: 160px;
}

.exchange-modal-open {
	overflow: hidden;
}

.exchange-modal {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 40;
}

.exchange-modal.is-open {
	display: flex;
}

.exchange-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.86);
	backdrop-filter: blur(6px);
}

.exchange-modal__dialog {
	position: relative;
	max-width: 420px;
	width: calc(100% - 32px);
	background: rgba(15, 23, 42, 0.98);
	border-radius: 18px;
	border: 1px solid rgba(148, 163, 184, 0.5);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
	padding: 1rem 1rem 1.1rem;
}

.exchange-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.6rem;
}

.exchange-modal__title {
	font-size: 0.95rem;
	font-weight: 600;
}

.exchange-modal__close {
	border-radius: 999px;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(71, 85, 105, 0.8);
	background: rgba(2, 6, 23, 0.75);
	color: #9ca3af;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.08s ease;
}

.exchange-modal__close svg {
	width: 16px;
	height: 16px;
}

.exchange-modal__close:hover {
	background: rgba(56, 189, 248, 0.15);
	border-color: rgba(56, 189, 248, 0.4);
	color: #f8fafc;
	transform: translateY(-1px);
}

.exchange-modal__body {
	margin-top: 0.25rem;
}

.exchange-modal__list {
	max-height: 320px;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.exchange-modal__item {
	width: 100%;
	border-radius: 12px;
	border: 1px solid rgba(55, 65, 81, 0.9);
	background: rgba(15, 23, 42, 0.96);
	color: #e5e7eb;
	padding: 0.55rem 0.75rem;
	display: flex;
	align-items: center;
	gap: 0.8rem;
	cursor: pointer;
	text-align: left;
}

.exchange-modal__item:hover {
	border-color: rgba(129, 140, 248, 0.8);
	background: rgba(30, 64, 175, 0.85);
}

.exchange-modal__item-icon {
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: rgba(15, 23, 42, 0.85);
	border: 1px solid rgba(148, 163, 184, 0.35);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
	flex-shrink: 0;
}

.exchange-modal__item-icon img {
	width: 26px;
	height: 26px;
	border-radius: 8px;
	display: block;
	object-fit: contain;
}

.exchange-modal__item-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.exchange-modal__item-name {
	font-size: 0.9rem;
}

.exchange-modal__item-currency {
	font-size: 0.75rem;
	color: #d1d5db;
}

.exchange-modal__empty,
.exchange-modal__error,
.exchange-modal__loading {
	font-size: 0.85rem;
	color: #9ca3af;
	padding: 0.5rem 0.25rem;
}

.exchange-modal__wallet-type,
.exchange-modal__search {
	border-radius: 10px;
	border: 1px solid rgba(55, 65, 81, 0.9);
	background: rgba(15, 23, 42, 0.96);
	color: #e5e7eb;
	padding: 0.4rem 0.55rem;
	font-size: 0.8rem;
}

.exchange-modal__wallet-type:focus,
.exchange-modal__search:focus {
	outline: none;
	border-color: rgba(129, 140, 248, 0.9);
	box-shadow: 0 0 0 1px rgba(129, 140, 248, 0.2);
}

.exchange-modal__controls {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	margin-bottom: 0.5rem;
}

.exchange-modal__wallet-types {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.exchange-modal__wallet-type-btn {
	border-radius: 999px;
	border: 1px solid rgba(55, 65, 81, 0.9);
	background: rgba(15, 23, 42, 0.96);
	color: #e5e7eb;
	padding: 0.25rem 0.6rem;
	font-size: 0.78rem;
	cursor: pointer;
}

.exchange-modal__wallet-type-btn--active {
	border-color: rgba(129, 140, 248, 0.9);
	background: rgba(30, 64, 175, 0.9);
}

.exchange-modal__search {
	border-radius: 10px;
	border: 1px solid rgba(55, 65, 81, 0.9);
	background: rgba(15, 23, 42, 0.96);
	color: #e5e7eb;
	padding: 0.4rem 0.55rem;
	font-size: 0.8rem;
	width: 100%;
}

.exchange-modal__search::placeholder {
	color: #6b7280;
}

.exchange-modal__search:focus {
	outline: none;
	border-color: rgba(129, 140, 248, 0.9);
	box-shadow: 0 0 0 1px rgba(129, 140, 248, 0.2);
}

.exchange-modal__controls + .exchange-modal__list {
	margin-top: 0.25rem;
}

@media (max-width: 768px) {
	.exchange-simple {
		padding: 1.5rem 1rem;
		margin-top: 2rem;
	}

	.exchange-simple__columns {
		flex-direction: column;
	}

	.exchange-simple__row > .exchange-simple__input,
	.exchange-simple__row > .exchange-simple__select {
		flex-basis: 100%;
		max-width: 100%;
	}

	.exchange-simple__actions {
		justify-content: stretch;
	}

	.exchange-simple__submit {
		width: 100%;
	}
}

/* Фон для карточек и примеров cron в админке */
.card-admin .card-body {
	background-color: #ffffff;
	color: #212529;
}

.card-admin pre.bg-light {
	background-color: #f8f9fa;
	border-radius: 4px;
	border: 1px solid #e5e7eb;
}

.rates-card {
	margin-top: 10px;
	border-radius: 24px;
	background: rgba(15, 23, 42, 0.7);
	border: 1px solid rgba(148, 163, 184, 0.15);
	padding: 24px;
}

.rates-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 6px;
}

.rates-title {
	font-size: 13px;
	font-weight: 600;
}

.rates-time {
	font-size: 11px;
	color: #9ca3af;
}

.popular-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 12px;
}

@media (max-width: 860px) {
	.popular-grid {
		grid-template-columns: 1fr;
	}
}

.popular-card {
	border-radius: 16px;
	border: 1px solid rgba(148, 163, 184, 0.25);
	background: rgba(5, 8, 22, 0.85);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 28px rgba(5, 8, 22, 0.65);
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.popular-card__direction {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.popular-card__icons {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	align-self: center;
}

.popular-card__icon {
	width: 38px;
	height: 38px;
	border-radius: 12px;
	object-fit: cover;
	background: rgba(15, 23, 42, 0.85);
	border: 1px solid rgba(148, 163, 184, 0.35);
	padding: 4px;
}

.popular-card__arrow {
	color: #cbd5f5;
	font-size: 18px;
}

.popular-card__labels {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	width: 100%;
}

.popular-card__labels-col {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 14px;
	border-radius: 14px;
	background: rgba(15, 23, 42, 0.75);
	border: 1px solid rgba(148, 163, 184, 0.2);
}

.popular-card__hint {
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #94a3b8;
}

.popular-card__name {
	font-size: 13px;
	font-weight: 600;
	color: #f8fafc;
	line-height: 1.2;
}

.popular-card__name--muted {
	color: #cbd5f5;
}

.popular-card__rate {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border-radius: 12px;
	border: 1px solid rgba(56, 189, 248, 0.25);
	background: rgba(14, 23, 42, 0.65);
	font-size: 12px;
	color: #e2e8f0;
}

.popular-card__rate strong {
	color: #f8fafc;
	font-size: 12px;
}

.popular-card__meta {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 12px;
	width: 100%;
}

.popular-card__meta-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 14px;
	border-radius: 14px;
	background: rgba(15, 23, 42, 0.8);
	border: 1px solid rgba(148, 163, 184, 0.3);
	color: #94a3b8;
	width: 100%;
}

.popular-card__meta-item strong {
	color: #f8fafc;
}

.popular-card__footer {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	flex-wrap: wrap;
}

.popular-card__status {
	padding: 4px 12px;
	border-radius: 999px;
	font-size: 11px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 1px solid transparent;
	flex: 1 1 160px;
	text-align: center;
}

.popular-card__status--success {
	background: rgba(16, 185, 129, 0.18);
	color: #bbf7d0;
	border-color: rgba(16, 185, 129, 0.45);
}

.popular-card__status--muted {
	background: rgba(148, 163, 184, 0.18);
	color: #cbd5f5;
	border-color: rgba(148, 163, 184, 0.4);
}

.popular-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 20px;
	border-radius: 999px;
	text-decoration: none;
	font-size: 0.88rem;
	font-weight: 600;
	color: #020617;
	background: linear-gradient(120deg, rgba(14, 165, 233, 0.92), rgba(99, 102, 241, 0.92));
	box-shadow: 0 12px 30px rgba(14, 165, 233, 0.35);
	flex: 1 1 200px;
	justify-content: center;
	text-align: center;
}

.popular-card__cta--disabled {
	color: #94a3b8;
	background: rgba(15, 23, 42, 0.75);
	box-shadow: none;
	border: 1px solid rgba(148, 163, 184, 0.25);
}

.rates-empty {
	margin-top: 12px;
	padding: 18px;
	border-radius: 14px;
	border: 1px dashed rgba(148, 163, 184, 0.4);
	text-align: center;
	color: #94a3b8;
	font-size: 0.92rem;
}

@media (max-width: 620px) {
	.popular-card__labels {
		grid-template-columns: 1fr;
	}

	.popular-card__direction {
		flex-direction: column;
	}
}

table {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
}

th,
td {
	padding: 6px 4px;
	text-align: left;
}

th {
	color: #9ca3af;
	font-weight: 500;
}

tr + tr {
	border-top: 1px dashed rgba(55, 65, 81, 0.9);
}

.tag {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 10px;
}

.tag-green {
	background: rgba(22, 163, 74, 0.15);
	color: #bbf7d0;
}

.tag-amber {
	background: rgba(245, 158, 11, 0.12);
	color: #fed7aa;
}

.tag-red {
	background: rgba(220, 38, 38, 0.12);
	color: #fecaca;
}

.exchange-card {
	align-self: flex-start;
	border-radius: 18px;
	background: radial-gradient(circle at top, rgba(37, 99, 235, 0.45), rgba(15, 23, 42, 0.96));
	border: 1px solid rgba(148, 163, 184, 0.4);
	padding: 16px 16px 14px;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 1);
}

.exchange-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.exchange-title {
	font-size: 15px;
	font-weight: 600;
}

.exchange-subtitle {
	font-size: 11px;
	color: #9ca3af;
}

.tabs {
	display: flex;
	gap: 6px;
	margin-bottom: 12px;
}

.tab {
	flex: 1;
	font-size: 11px;
	padding: 6px 8px;
	text-align: center;
	border-radius: 999px;
	border: 1px solid rgba(148, 163, 184, 0.4);
	background: rgba(15, 23, 42, 0.8);
	color: #e5e7eb;
}

.tab.active {
	background: linear-gradient(to right, #22c55e, #0ea5e9);
	border-color: transparent;
	color: #020617;
	font-weight: 600;
}

.field-label {
	font-size: 16px;
	color: #9ca3af;
	margin-bottom: 5px;
}

.field-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 8px;
}

@media (max-width: 480px) {
	.field-row {
		grid-template-columns: 1fr;
	}
}

.select-like,
.input-like {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	border-radius: 12px;
	background: rgba(15, 23, 42, 0.9);
	border: 1px solid rgba(55, 65, 81, 0.9);
	padding: 8px 10px;
	font-size: 12px;
}

.select-main {
	display: flex;
	align-items: center;
	gap: 8px;
}

.asset-icon {
	width: 20px;
	height: 20px;
	border-radius: 999px;
	background: radial-gradient(circle at 30% 30%, #facc15, #eab308);
}

.asset-icon--sbp {
	background: radial-gradient(circle at 30% 30%, #22c55e, #16a34a);
}

.asset-name {
	font-weight: 500;
}

.asset-chain {
	font-size: 10px;
	color: #9ca3af;
}

.chevron {
	font-size: 14px;
	color: #6b7280;
}

.input-like input {
	all: unset;
	color: #f9fafb;
	width: 100%;
	text-align: left;
}

.input-like span {
	font-size: 11px;
	color: #6b7280;
}

.rate-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 11px;
	color: #9ca3af;
	margin-bottom: 8px;
}

.rate-row strong {
	color: #e5e7eb;
}

.pill {
	padding: 2px 8px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.9);
	border: 1px solid rgba(55, 65, 81, 0.9);
}

.reserve-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 11px;
	color: #9ca3af;
	margin-bottom: 10px;
}

.agreement {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 11px;
	color: #9ca3af;
	margin-bottom: 12px;
}

.agreement input {
	margin-top: 2px;
}

.agreement a {
	color: #0ea5e9;
	text-decoration: none;
}

.agreement a:hover {
	text-decoration: underline;
}

.btn-primary {
	width: 100%;
	padding: 10px 12px;
	border-radius: 999px;
	border: none;
	background: linear-gradient(135deg, #22c55e, #0ea5e9);
	color: #020617;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 12px 30px rgba(34, 197, 94, 0.35);
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn-primary:hover {
	filter: brightness(1.05);
}

.btn-primary:active {
	transform: translateY(1px);
}

.btn-outline-light {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 8px 18px;
	border-radius: 999px;
	border: 1px solid rgba(226, 232, 240, 0.5);
	background: transparent;
	color: #e2e8f0;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.btn-outline-light:hover,
.btn-outline-light:focus-visible {
	color: #0ea5e9;
	border-color: rgba(14, 165, 233, 0.7);
	background: rgba(14, 165, 233, 0.08);
}

.btn-secondary-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 999px;
	border: 1px solid rgba(148, 163, 184, 0.7);
	background: transparent;
	color: #e2e8f0;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn-secondary-outline.is-danger {
	border-color: rgba(239, 68, 68, 0.65);
	color: #fecaca;
}

.btn-secondary-outline.is-success {
	border-color: rgba(34, 197, 94, 0.6);
	color: #bbf7d0;
}

.btn-secondary-outline:hover {
	border-color: rgba(255, 255, 255, 0.8);
	background: rgba(15, 23, 42, 0.7);
}

.btn-secondary-outline.is-danger:hover {
	border-color: rgba(248, 113, 113, 0.9);
	background: rgba(127, 29, 29, 0.25);
	color: #ffe4e6;
}

.btn-secondary-outline.is-success:hover {
	border-color: rgba(34, 197, 94, 0.85);
	background: rgba(22, 163, 74, 0.18);
	color: #ecfccb;
}

.btn-secondary {
	width: 100%;
	padding: 10px 12px;
	border-radius: 999px;
	border: 1px solid rgba(148, 163, 184, 0.7);
	background: transparent;
	color: #e5e7eb;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	box-shadow: none;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.btn-secondary:hover {
	background: rgba(15, 23, 42, 0.9);
}

.site-footer {
	width: 100%;
	margin: 32px 0 0;
	padding: 32px 20px 40px;
	color: #cbd5f5;
	background: rgba(2, 6, 23, 0.75);
	border: 1px solid rgba(148, 163, 184, 0.15);
	border-radius: 32px 32px 0 0;
	flex-shrink: 0;
}

.site-footer__content {
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	justify-content: space-between;
}

.site-footer__brand {
	flex: 1 1 280px;
	max-width: 360px;
}

.site-footer__logo {
	display: flex;
	flex-direction: column;
	gap: 2px;
	text-decoration: none;
}

.site-footer__brand-name {
	font-size: 20px;
	font-weight: 700;
	color: #f8fafc;
}

.site-footer__tagline {
	font-size: 13px;
	color: #94a3b8;
}

.site-footer__desc {
	margin: 12px 0;
	font-size: 13px;
	line-height: 1.7;
}

.site-footer__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.site-footer__badge {
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid rgba(148, 163, 184, 0.35);
	font-size: 11px;
	color: #f1f5f9;
	background: rgba(15, 23, 42, 0.7);
}

.site-footer__links {
	flex: 1 1 420px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 20px;
}

.site-footer__column {
	min-width: 160px;
}

.site-footer__heading {
	margin: 0 0 10px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #94a3b8;
}

.site-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.site-footer__list a {
	color: #e2e8f0;
	text-decoration: none;
	font-size: 13px;
	opacity: 0.85;
	transition: opacity 0.2s ease, color 0.2s ease;
}

.site-footer__list a:hover,
.site-footer__list a:focus-visible {
	opacity: 1;
	color: #38bdf8;
}


.site-footer__bottom {
	max-width: 1140px;
	margin: 28px auto 0;
	padding-top: 18px;
	border-top: 1px solid rgba(148, 163, 184, 0.2);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	font-size: 12px;
	color: #94a3b8;
}

.site-footer__legal a {
	color: #38bdf8;
	text-decoration: none;
}

.site-footer__legal a:hover {
	text-decoration: underline;
}

@media (max-width: 640px) {
	.site-footer {
		padding: 24px 16px 32px;
		border-radius: 24px 24px 0 0;
	}

	.site-footer__content {
		flex-direction: column;
	}

	.site-footer__links {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	header {
		padding: 12px 12px 6px;
	}

	.logo-subtitle {
		display: none;
	}

	.burger {
		display: flex;
	}

	nav[data-nav] {
		position: absolute;
		top: 54px;
		left: 0;
		right: 0;
		margin: 0 auto;
		max-width: 1120px;
		padding: 10px 12px 12px;
		background: rgba(15, 23, 42, 0.98);
		border-bottom: 1px solid rgba(31, 41, 55, 0.9);
		display: none;
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		z-index: 10;
	}

	nav[data-nav].is-open {
		display: flex;
	}

	nav[data-nav] .badge {
		margin-top: 4px;
	}
}

@media (max-width: 400px) {
	main {
		padding: 10px 10px 32px;
	}
}

/* Дополнительные стили для site1, переопределяющие базовую тему под палитру в духе sova.gg */

body {
	background: radial-gradient(circle at top, #111827 0%, #020617 55%, #020617 100%);
	color: #f9fafb;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	font-size: var(--font-size-body);
	line-height: var(--line-height-body);
}

.gradient-bg {
	background:
		radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.22), transparent 60%),
		radial-gradient(circle at 100% 0%, rgba(129, 140, 248, 0.26), transparent 60%),
		radial-gradient(circle at 50% 100%, rgba(59, 130, 246, 0.3), transparent 60%);
	position: fixed;
	inset: 0;
	opacity: 0.85;
	z-index: 0;
	pointer-events: none;
}

header.site-header {
	position: relative;
	z-index: 10;
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 18px 0 14px;
	background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.92));
	border-bottom: 1px solid rgba(148, 163, 184, 0.25);
	box-shadow: 0 14px 40px rgba(15, 23, 42, 0.85);
}
