:root {
	--fintech-primary: #16796b;
	--fintech-primary-dark: #115d53;
	--fintech-ink: #2c2c2c;
	--fintech-muted: #5f6b76;
	--fintech-white: #ffffff;
	--fintech-bg: #f7f9fa;
	--fintech-surface: #ffffff;
	--fintech-border: #e5e7eb;
	--fintech-success: #10b981;
	--fintech-error: #ef4444;
	--fintech-shadow: 0 20px 45px rgba(24, 39, 75, 0.08);
	--fintech-shadow-soft: 0 12px 30px rgba(17, 24, 39, 0.06);
	--fintech-radius-lg: 24px;
	--fintech-radius-md: 14px;
	--fintech-radius-sm: 10px;
	--fintech-max-width: 1180px;
}

body {
	background:
		radial-gradient(circle at top left, rgba(22, 121, 107, 0.09), transparent 32%),
		linear-gradient(180deg, #fcfefd 0%, var(--fintech-bg) 55%, #eef4f2 100%);
	color: var(--fintech-ink);
	font-family: Inter, system-ui, -apple-system, sans-serif;
}

.page-content-wrapper,
.page_content {
	background: transparent;
}

.page-breadcrumbs,
.breadcrumb-container,
.page-header-wrapper,
.page-footer {
	display: none;
}

.fintech-page {
	max-width: var(--fintech-max-width);
	margin: 0 auto;
	padding: 32px 20px 72px;
}

.fintech-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 0 28px;
}

.fintech-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--fintech-ink);
	font-weight: 700;
	font-size: 1.05rem;
	text-decoration: none;
}

.fintech-brand-logo {
	display: block;
	height: 34px;
	width: auto;
	max-width: min(190px, 34vw);
	object-fit: contain;
}

.fintech-brand-mark {
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--fintech-primary), #27a18f);
	box-shadow: 0 10px 24px rgba(22, 121, 107, 0.22);
	position: relative;
	overflow: hidden;
}

.fintech-brand-mark::before,
.fintech-brand-mark::after {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	height: 3px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	transform: skewX(-24deg);
}

.fintech-brand-mark::before {
	top: 15px;
	box-shadow: 0 8px 0 rgba(255, 255, 255, 0.7);
}

.fintech-brand-mark::after {
	top: 23px;
	width: 14px;
	right: 12px;
	left: auto;
}

.fintech-nav-links,
.fintech-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.fintech-homepage .fintech-nav-links {
	gap: 28px;
}

.fintech-homepage .fintech-nav-links a {
	font-size: 0.98rem;
	font-weight: 600;
}

.fintech-nav-links a,
.fintech-footer-links a {
	color: var(--fintech-muted);
	text-decoration: none;
	font-weight: 500;
}

.fintech-nav-links a:hover,
.fintech-footer-links a:hover {
	color: var(--fintech-primary);
}

.fintech-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 18px;
	min-height: 46px;
	border-radius: var(--fintech-radius-sm);
	border: 1px solid transparent;
	text-decoration: none;
	font-weight: 600;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.fintech-button:hover {
	transform: translateY(-1px);
}

.fintech-button-primary {
	background: var(--fintech-primary);
	color: var(--fintech-white);
	box-shadow: 0 14px 28px rgba(22, 121, 107, 0.2);
}

.fintech-button-primary:hover {
	background: var(--fintech-primary-dark);
	color: var(--fintech-white);
}

.fintech-button-secondary {
	border-color: var(--fintech-primary);
	background: rgba(255, 255, 255, 0.78);
	color: var(--fintech-primary);
}

.fintech-button-muted {
	border-color: var(--fintech-border);
	background: var(--fintech-white);
	color: var(--fintech-ink);
}

.fintech-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	gap: 28px;
	align-items: stretch;
	padding: 20px 0 24px;
}

.fintech-hero-copy {
	padding: 18px 0;
}

.fintech-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(22, 121, 107, 0.1);
	color: var(--fintech-primary);
	font-size: 0.92rem;
	font-weight: 700;
	margin-bottom: 18px;
}

.fintech-hero h1,
.fintech-section-heading h2 {
	letter-spacing: -0.03em;
}

.fintech-hero h1 {
	font-size: clamp(2.6rem, 6vw, 4.7rem);
	line-height: 0.98;
	margin: 0 0 18px;
	max-width: 11ch;
}

.fintech-hero p {
	max-width: 60ch;
	font-size: 1.08rem;
	line-height: 1.7;
	color: var(--fintech-muted);
	margin-bottom: 24px;
}

.fintech-hero-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.fintech-stat,
.fintech-card,
.fintech-dashboard-shell,
.fintech-security-panel,
.fintech-pricing-panel,
.fintech-faq-item,
.fintech-bank-strip,
.fintech-wallet-panel {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(229, 231, 235, 0.95);
	box-shadow: var(--fintech-shadow-soft);
	backdrop-filter: blur(8px);
}

.fintech-stat,
.fintech-card,
.fintech-security-panel,
.fintech-pricing-panel,
.fintech-faq-item,
.fintech-bank-strip,
.fintech-wallet-panel {
	border-radius: var(--fintech-radius-md);
	padding: 24px;
}

.fintech-stat strong,
.fintech-card strong,
.fintech-metric strong {
	display: block;
	font-size: 1.6rem;
	margin-bottom: 6px;
}

.fintech-stat span,
.fintech-card p,
.fintech-card li,
.fintech-copy,
.fintech-metric span,
.fintech-transaction-meta,
.fintech-section-heading p,
.fintech-pricing-price small {
	color: var(--fintech-muted);
}

.fintech-wallet-panel {
	border-radius: 28px;
	padding: 24px;
	position: relative;
	overflow: hidden;
}

.fintech-home-hero {
	align-items: start;
}

.fintech-hero-stats-compact {
	grid-template-columns: 1.25fr 1fr 1fr;
}

.fintech-stat-accent {
	border-color: rgba(22, 121, 107, 0.28);
	box-shadow: 0 18px 34px rgba(22, 121, 107, 0.12);
}

.fintech-wallet-panel::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 160px;
	background: linear-gradient(135deg, rgba(22, 121, 107, 0.98), rgba(48, 170, 151, 0.9));
}

.fintech-wallet-panel > * {
	position: relative;
}

.fintech-wallet-balance {
	padding: 18px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: var(--fintech-white);
	margin-bottom: 18px;
}

.fintech-wallet-balance span,
.fintech-wallet-balance p {
	color: rgba(255, 255, 255, 0.82);
}

.fintech-wallet-balance strong {
	display: block;
	font-size: 2.4rem;
	line-height: 1.1;
	margin-top: 8px;
}

.fintech-wallet-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 190px;
}

.fintech-dashboard-preview {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 247, 0.98));
	border: 1px solid rgba(229, 231, 235, 0.95);
	border-radius: 30px;
	box-shadow: var(--fintech-shadow);
	padding: 24px;
	display: grid;
	gap: 18px;
}

.fintech-dashboard-preview-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.fintech-dashboard-preview-top h3 {
	margin: 6px 0 0;
	font-size: 1.4rem;
}

.fintech-dashboard-balance {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	padding: 20px 22px;
	border-radius: 24px;
	background: linear-gradient(135deg, var(--fintech-primary), #28a18f);
	color: var(--fintech-white);
}

.fintech-dashboard-balance strong {
	display: block;
	font-size: 2.5rem;
	line-height: 1.05;
	margin-top: 6px;
}

.fintech-dashboard-balance .fintech-copy,
.fintech-dashboard-balance-trend {
	color: rgba(255, 255, 255, 0.84);
}

.fintech-dashboard-balance-trend {
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	font-weight: 700;
}

.fintech-transaction-list-compact .fintech-transaction-item {
	background: var(--fintech-white);
}

.fintech-mini-card {
	padding: 16px;
	border-radius: 18px;
	background: var(--fintech-white);
	border: 1px solid var(--fintech-border);
}

.fintech-mini-card strong {
	display: block;
	font-size: 1rem;
	margin-bottom: 6px;
}

.fintech-section {
	padding: 32px 0;
}

.fintech-homepage .fintech-section {
	padding: 56px 0;
}

.fintech-site-nav {
	padding: 14px 0 40px;
}

.fintech-home-hero-block {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: 56px;
	align-items: start;
	padding: 12px 0 34px;
}

.fintech-home-hero-copy {
	max-width: 640px;
	padding-top: 22px;
}

.fintech-home-hero-copy h1 {
	font-size: clamp(3.2rem, 6.6vw, 5.2rem);
	line-height: 0.98;
	letter-spacing: -0.05em;
	margin: 0 0 22px;
	max-width: 10ch;
}

.fintech-home-hero-copy p {
	max-width: 56ch;
	font-size: 1.04rem;
	line-height: 1.68;
	margin-bottom: 28px;
	color: var(--fintech-muted);
}

.fintech-home-hero-panel {
	padding: 30px;
	border-radius: 28px;
	border: 1px solid rgba(229, 231, 235, 0.95);
	background: rgba(255, 255, 255, 0.88);
	box-shadow: var(--fintech-shadow);
	position: relative;
	overflow: hidden;
}

.fintech-home-hero-panel::before {
	content: "";
	position: absolute;
	width: 220px;
	height: 220px;
	top: -90px;
	right: -70px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(22, 121, 107, 0.18), transparent 70%);
}

.fintech-home-section-label {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(22, 121, 107, 0.1);
	color: var(--fintech-primary);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.fintech-home-hero-panel h2 {
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	line-height: 1.12;
	letter-spacing: -0.03em;
	margin: 16px 0 14px;
}

.fintech-home-hero-panel p {
	font-size: 0.98rem;
	line-height: 1.66;
	color: var(--fintech-muted);
	margin-bottom: 22px;
}

.fintech-store-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 22px;
}

.fintech-store-row-large {
	margin-top: 0;
}

.fintech-store-badge {
	min-width: 180px;
	padding: 14px 16px;
	border-radius: 18px;
	background: #101717;
	color: var(--fintech-white);
	text-decoration: none;
	box-shadow: 0 16px 30px rgba(16, 23, 23, 0.18);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fintech-store-badge:hover {
	transform: translateY(-2px);
	color: var(--fintech-white);
	box-shadow: 0 20px 36px rgba(16, 23, 23, 0.24);
}

.fintech-store-mini,
.fintech-store-platform {
	display: block;
}

.fintech-store-mini {
	font-size: 0.74rem;
	opacity: 0.74;
	margin-bottom: 3px;
}

.fintech-store-badge strong {
	display: block;
	font-size: 1.02rem;
	margin-bottom: 4px;
}

.fintech-store-platform {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.72);
}

.fintech-mockup-stack {
	position: relative;
	min-height: 420px;
	margin-top: 18px;
}

.fintech-phone-mockup {
	position: absolute;
	width: 220px;
	height: 420px;
	border-radius: 34px;
	padding: 20px 18px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	box-shadow: 0 28px 50px rgba(24, 39, 75, 0.16);
	backdrop-filter: blur(10px);
	animation: fintechFloat 5s ease-in-out infinite;
}

.fintech-phone-primary {
	left: 10px;
	top: 8px;
	background: linear-gradient(180deg, #0d6a5f 0%, #179483 100%);
	color: var(--fintech-white);
	transform: rotate(-6deg);
}

.fintech-phone-secondary {
	right: 0;
	top: 78px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(240, 246, 244, 0.94));
	transform: rotate(8deg);
	animation-delay: 0.8s;
}

.fintech-phone-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.92rem;
	font-weight: 700;
	margin-bottom: 18px;
}

.fintech-dot {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
}

.fintech-dot-soft {
	background: var(--fintech-primary);
}

.fintech-phone-balance {
	padding: 18px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.12);
	margin-bottom: 18px;
}

.fintech-phone-balance small {
	display: block;
	color: rgba(255, 255, 255, 0.74);
	margin-bottom: 6px;
}

.fintech-phone-balance strong {
	display: block;
	font-size: 1.6rem;
}

.fintech-phone-list {
	display: grid;
	gap: 10px;
}

.fintech-phone-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 14px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.12);
	font-size: 0.9rem;
}

.fintech-phone-secondary .fintech-phone-row {
	background: rgba(22, 121, 107, 0.08);
}

.fintech-phone-chart {
	height: 120px;
	border-radius: 20px;
	margin-bottom: 18px;
	background:
		linear-gradient(180deg, rgba(22, 121, 107, 0.14), rgba(22, 121, 107, 0.04)),
		linear-gradient(135deg, rgba(22, 121, 107, 0.7) 20%, transparent 20%) 0 75px / 48px 48px repeat-x;
}

.fintech-phone-pill-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.fintech-phone-pill {
	padding: 10px 12px;
	border-radius: 999px;
	background: rgba(22, 121, 107, 0.08);
	color: var(--fintech-primary);
	font-size: 0.84rem;
	font-weight: 700;
}

.fintech-home-trust-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.fintech-home-trust-item {
	padding: 18px;
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(247, 249, 250, 0.95), rgba(255, 255, 255, 0.95));
	border: 1px solid rgba(229, 231, 235, 0.95);
}

.fintech-home-trust-item strong {
	display: block;
	font-size: 1rem;
	margin-bottom: 6px;
}

.fintech-home-trust-item span {
	color: var(--fintech-muted);
	line-height: 1.65;
}

.fintech-home-band {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
	gap: 30px;
	align-items: start;
	padding: 24px 0 8px;
}

.fintech-home-band-copy h2 {
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.05;
	letter-spacing: -0.04em;
	margin: 16px 0 12px;
}

.fintech-home-band-copy p {
	max-width: 58ch;
	font-size: 1.02rem;
	line-height: 1.8;
	color: var(--fintech-muted);
}

.fintech-home-band-points {
	display: grid;
	gap: 18px;
}

.fintech-home-band-points .fintech-card,
.fintech-grid-4 .fintech-card,
.fintech-article-card,
.fintech-faq-item,
.fintech-bank-strip {
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.fintech-home-band-points .fintech-card:hover,
.fintech-grid-4 .fintech-card:hover,
.fintech-article-card:hover,
.fintech-faq-item:hover,
.fintech-bank-strip:hover {
	transform: translateY(-3px);
	box-shadow: 0 22px 36px rgba(24, 39, 75, 0.1);
	border-color: rgba(22, 121, 107, 0.24);
}

.fintech-article-card h3 {
	font-size: 1.22rem;
	line-height: 1.3;
}

.fintech-highlight-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(234, 246, 243, 0.96));
	border-color: rgba(22, 121, 107, 0.22);
}

.fintech-home-footer {
	padding-top: 70px;
}

.fintech-construction-page {
	min-height: calc(100vh - 80px);
}

.fintech-construction-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
	gap: 38px;
	align-items: center;
	padding: 34px 0 12px;
}

.fintech-construction-copy h1 {
	font-size: clamp(3rem, 6.6vw, 5.4rem);
	line-height: 0.96;
	letter-spacing: -0.05em;
	margin: 0 0 18px;
	max-width: 10ch;
}

.fintech-construction-copy p {
	max-width: 52ch;
	font-size: 1.06rem;
	line-height: 1.74;
	color: var(--fintech-muted);
	margin-bottom: 26px;
}

.fintech-construction-panel {
	padding: 28px;
	border-radius: 30px;
	border: 1px solid rgba(229, 231, 235, 0.95);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--fintech-shadow);
}

.fintech-construction-card {
	padding: 24px;
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(22, 121, 107, 0.92), rgba(20, 102, 91, 0.95));
	color: var(--fintech-white);
	margin-bottom: 18px;
}

.fintech-construction-card h3 {
	font-size: 1.5rem;
	line-height: 1.15;
	margin: 14px 0 10px;
}

.fintech-construction-card p {
	color: rgba(255, 255, 255, 0.78);
	margin: 0;
}

.fintech-construction-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.fintech-download-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 20px;
	padding: 30px;
	border-radius: 28px;
	background: linear-gradient(135deg, rgba(15, 28, 28, 0.98), rgba(22, 121, 107, 0.94));
	color: var(--fintech-white);
	box-shadow: 0 28px 50px rgba(15, 28, 28, 0.24);
}

.fintech-download-panel h2 {
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.04;
	margin: 14px 0 10px;
}

.fintech-download-panel p {
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
}

@keyframes fintechFloat {
	0%, 100% {
		transform: translateY(0) rotate(var(--fintech-tilt, 0deg));
	}
	50% {
		transform: translateY(-8px) rotate(var(--fintech-tilt, 0deg));
	}
}

.fintech-phone-primary {
	--fintech-tilt: -6deg;
}

.fintech-phone-secondary {
	--fintech-tilt: 8deg;
}

.fintech-home-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 6px 0 10px;
}

.fintech-home-strip-item {
	padding: 18px 20px;
	border-radius: 18px;
	border: 1px solid rgba(22, 121, 107, 0.14);
	background: rgba(255, 255, 255, 0.68);
}

.fintech-home-strip-item strong {
	display: block;
	margin-bottom: 6px;
}

.fintech-home-strip-item span {
	color: var(--fintech-muted);
}

.fintech-section-heading {
	max-width: 720px;
	margin-bottom: 20px;
}

.fintech-section-heading h2 {
	font-size: clamp(2rem, 4vw, 3rem);
	margin: 0 0 12px;
}

.fintech-grid-3,
.fintech-grid-4,
.fintech-home-panels,
.fintech-dashboard-grid,
.fintech-pricing-grid,
.fintech-bank-grid,
.fintech-footer {
	display: grid;
	gap: 18px;
}

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

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

.fintech-home-panels {
	grid-template-columns: 1.15fr 0.85fr;
}

.fintech-card h3,
.fintech-faq-item h3,
.fintech-dashboard-panel h3 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 1.15rem;
}

.fintech-card ul,
.fintech-checklist,
.fintech-faq-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.fintech-checklist li,
.fintech-card li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
}

.fintech-check {
	width: 22px;
	height: 22px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(16, 185, 129, 0.12);
	color: var(--fintech-success);
	font-size: 0.9rem;
	font-weight: 700;
}

.fintech-steps {
	counter-reset: fintech-step;
}

.fintech-steps .fintech-card h3::before {
	counter-increment: fintech-step;
	content: "0" counter(fintech-step);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin-right: 12px;
	border-radius: 12px;
	background: rgba(22, 121, 107, 0.1);
	color: var(--fintech-primary);
	font-size: 0.95rem;
	font-weight: 700;
}

.fintech-bank-strip {
	text-align: center;
	font-weight: 700;
	color: var(--fintech-ink);
}

.fintech-card-emphasis {
	border-color: rgba(22, 121, 107, 0.26);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(236, 247, 244, 0.92));
}

.fintech-security-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
	gap: 18px;
}

.fintech-security-panel {
	min-height: 100%;
}

.fintech-pricing-panel.featured {
	border-color: rgba(22, 121, 107, 0.35);
	box-shadow: 0 22px 40px rgba(22, 121, 107, 0.12);
	position: relative;
}

.fintech-badge {
	display: inline-flex;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(22, 121, 107, 0.11);
	color: var(--fintech-primary);
	font-weight: 700;
	font-size: 0.85rem;
}

.fintech-pricing-price {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin: 14px 0 18px;
}

.fintech-pricing-price strong {
	font-size: 2.4rem;
}

.fintech-faq-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.fintech-footer {
	grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 1fr));
	padding-top: 28px;
	border-top: 1px solid rgba(229, 231, 235, 0.9);
}

.fintech-footer small {
	color: var(--fintech-muted);
}

.fintech-footer-links {
	display: grid;
	gap: 10px;
}

.fintech-dashboard-shell {
	border-radius: 28px;
	padding: 22px;
}

.fintech-dashboard-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.fintech-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(22, 121, 107, 0.1);
	color: var(--fintech-primary);
	font-weight: 600;
}

.fintech-dashboard-grid {
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.fintech-dashboard-panel {
	background: var(--fintech-white);
	border: 1px solid var(--fintech-border);
	border-radius: 22px;
	padding: 22px;
}

.fintech-action-grid,
.fintech-metrics-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.fintech-action-card,
.fintech-metric,
.fintech-transaction-item {
	padding: 18px;
	border-radius: 18px;
	border: 1px solid var(--fintech-border);
	background: #fbfcfc;
}

.fintech-action-card h4,
.fintech-metric h4,
.fintech-transaction-item h4 {
	margin: 0 0 6px;
	font-size: 1rem;
}

.fintech-transaction-list {
	display: grid;
	gap: 12px;
}

.fintech-transaction-item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.fintech-transaction-amount {
	text-align: right;
	font-weight: 700;
}

.fintech-status {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 0.84rem;
	font-weight: 700;
}

.fintech-status-success {
	background: rgba(16, 185, 129, 0.12);
	color: var(--fintech-success);
}

.fintech-status-error {
	background: rgba(239, 68, 68, 0.1);
	color: var(--fintech-error);
}

.fintech-status-neutral {
	background: rgba(95, 107, 118, 0.12);
	color: var(--fintech-muted);
}

.fintech-empty-state {
	padding: 24px;
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(22, 121, 107, 0.05), rgba(22, 121, 107, 0.02));
	border: 1px dashed rgba(22, 121, 107, 0.22);
}

@media (max-width: 992px) {
	.fintech-home-hero-block,
	.fintech-home-band,
	.fintech-construction-shell,
	.fintech-hero,
	.fintech-home-panels,
	.fintech-download-panel,
	.fintech-security-layout,
	.fintech-dashboard-grid,
	.fintech-footer,
	.fintech-grid-3,
	.fintech-grid-4,
	.fintech-pricing-grid,
	.fintech-faq-list {
		grid-template-columns: 1fr;
	}

	.fintech-wallet-grid,
	.fintech-hero-stats,
	.fintech-home-strip,
	.fintech-home-trust-grid,
	.fintech-construction-grid,
	.fintech-action-grid,
	.fintech-metrics-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 768px) {
	.fintech-page {
		padding: 20px 16px 56px;
	}

	.fintech-site-nav {
		padding-bottom: 28px;
	}

	.fintech-nav {
		flex-direction: column;
		align-items: flex-start;
	}

	.fintech-homepage .fintech-nav-links {
		gap: 14px 18px;
	}

	.fintech-brand-logo {
		height: 28px;
		max-width: 160px;
	}

	.fintech-home-hero-block {
		gap: 28px;
	}

	.fintech-construction-copy h1 {
		font-size: clamp(2.5rem, 12vw, 4rem);
		max-width: none;
	}

	.fintech-mockup-stack {
		min-height: 360px;
	}

	.fintech-phone-mockup {
		width: 180px;
		height: 340px;
	}

	.fintech-phone-secondary {
		top: 60px;
	}

	.fintech-home-hero-copy h1 {
		font-size: clamp(2.5rem, 12vw, 4rem);
		max-width: none;
	}

	.fintech-hero h1 {
		max-width: none;
	}

	.fintech-wallet-grid,
	.fintech-hero-stats,
	.fintech-home-strip,
	.fintech-home-trust-grid,
	.fintech-construction-grid,
	.fintech-action-grid,
	.fintech-metrics-grid,
	.fintech-faq-list {
		grid-template-columns: 1fr;
	}

	.fintech-store-row {
		width: 100%;
	}

	.fintech-store-badge {
		flex: 1 1 180px;
	}

	.fintech-dashboard-preview-top,
	.fintech-dashboard-top,
	.fintech-transaction-item {
		flex-direction: column;
		align-items: flex-start;
	}

	.fintech-actions {
		width: 100%;
	}

	.fintech-actions .fintech-button {
		flex: 1 1 auto;
	}
}
