/* Sekcja 9 – Dowód finansowy Profilio (ciemny blok)
 * Font: Poppins
 */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

/* RESET typografii wewnątrz sekcji */

.profilio-financial h1,
.profilio-financial h2,
.profilio-financial h3,
.profilio-financial h4,
.profilio-financial h5,
.profilio-financial h6,
.profilio-financial p,
.profilio-financial label {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

/* ROOT */

.profilio-financial {
	position: relative;
	padding: 80px 16px 90px;
	background:
		radial-gradient(130% 200% at 0% 0%, #022c22 0%, transparent 55%),
		radial-gradient(110% 220% at 100% 0%, #1e293b 0%, transparent 60%),
		#020617;
	color: #e5e7eb;
	overflow: hidden;
	font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
		sans-serif;
}

.profilio-financial::before,
.profilio-financial::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	filter: blur(60px);
	opacity: 0.7;
	pointer-events: none;
}

.profilio-financial::before {
	width: 360px;
	height: 360px;
	top: -120px;
	left: -100px;
	background: rgba(16, 185, 129, 0.22);
}

.profilio-financial::after {
	width: 260px;
	height: 260px;
	bottom: -120px;
	right: -60px;
	background: rgba(56, 189, 248, 0.2);
}

.profilio-financial__inner {
	position: relative;
	max-width: 1120px;
	margin: 0 auto;
	z-index: 1;
}

/* HEADER */

.profilio-financial__header {
	max-width: 720px;
	margin: 0 auto 28px;
	text-align: center;
}

.profilio-financial__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 4px 12px;
	border-radius: 999px;
	border: 1px solid rgba(45, 212, 191, 0.6);
	background: rgba(15, 23, 42, 0.85);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.9);
	margin-bottom: 12px;
}

.profilio-financial__badge-dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: radial-gradient(circle at 30% 30%, #bbf7d0, #22c55e);
	box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.22);
}

.profilio-financial__badge-label {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #a7f3d0;
}

.profilio-financial__title {
	font-size: clamp(24px, 3.4vw, 30px);
	line-height: 1.3;
	font-weight: 600;
	margin-bottom: 8px;
}

.profilio-financial__lead {
	font-size: 14px;
	line-height: 1.7;
	color: #9ca3af;
}

/* BILLBOARD */

.profilio-financial__billboard {
	margin-top: 28px;
	border-radius: 26px;
	padding: 20px 22px;
	background:
		radial-gradient(140% 260% at 0% 0%, rgba(16, 185, 129, 0.35), transparent 60%),
		radial-gradient(120% 260% at 100% 0%, rgba(56, 189, 248, 0.3), transparent 60%),
		rgba(15, 23, 42, 0.97);
	border: 1px solid rgba(148, 163, 184, 0.55);
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: flex-start;
	gap: 22px;
	box-shadow: 0 26px 68px rgba(15, 23, 42, 0.9);
}

.profilio-financial__billboard-col {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.profilio-financial__billboard-heading {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.profilio-financial__billboard-heading--right {
	justify-content: space-between;
}

.profilio-financial__icon-circle {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: radial-gradient(circle at 30% 30%, #22c55e, #065f46);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.9);
}

.profilio-financial__icon {
	display: block;
	position: relative;
	width: 18px;
	height: 18px;
	border-radius: 6px;
	border: 2px solid #ecfdf5;
}

/* pseudo-ikony */

.profilio-financial__icon--wallet::before {
	content: "";
	position: absolute;
	left: 2px;
	right: 2px;
	top: 6px;
	height: 1px;
	background: #ecfdf5;
}

.profilio-financial__icon--chart::before,
.profilio-financial__icon--chart::after {
	content: "";
	position: absolute;
	bottom: 2px;
	width: 3px;
	border-radius: 999px;
	background: #ecfdf5;
}

.profilio-financial__icon--chart::before {
	left: 3px;
	height: 7px;
}

.profilio-financial__icon--chart::after {
	right: 3px;
	height: 11px;
}

.profilio-financial__pill-label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #a7f3d0;
	margin-bottom: 2px;
}

.profilio-financial__pill-label--right {
	text-align: right;
}

.profilio-financial__billboard-title {
	font-size: 15px;
	font-weight: 500;
	color: #f9fafb;
}

.profilio-financial__billboard-text {
	font-size: 13px;
	line-height: 1.7;
	color: #d1fae5;
	max-width: 360px;
}

.profilio-financial__billboard-text--right {
	margin-left: auto;
	text-align: right;
}

.profilio-financial__divider {
	width: 1px;
	height: 100%;
	background: linear-gradient(
		to bottom,
		rgba(148, 163, 184, 0.1),
		rgba(52, 211, 153, 0.7),
		rgba(148, 163, 184, 0.1)
	);
}

/* DISCLAIMER */

.profilio-financial__disclaimer {
	margin-top: 20px !important;
	font-size: 11px;
	line-height: 1.6;
	color: #9ca3af;
	text-align: center;
}

/* PODWÓJNA OŚ */

.profilio-financial__paths {
	margin-top: 30px;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) auto minmax(0, 1.1fr);
	gap: 30px;
	align-items: flex-start;
}

.profilio-financial__path {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.profilio-financial__path-header {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
}

.profilio-financial__path-header--right {
	justify-content: flex-end;
}

.profilio-financial__path-label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #bae6fd;
}

.profilio-financial__path-icon {
	width: 22px;
	height: 22px;
	border-radius: 999px;
	border: 1px solid rgba(148, 163, 184, 0.7);
	display: inline-block;
	position: relative;
}

.profilio-financial__path-icon--stack::before,
.profilio-financial__path-icon--stack::after {
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	height: 5px;
	border-radius: 3px;
	border: 1px solid #e5e7eb;
}

.profilio-financial__path-icon--stack::before {
	top: 5px;
}

.profilio-financial__path-icon--stack::after {
	bottom: 5px;
}

.profilio-financial__path-icon--spark::before,
.profilio-financial__path-icon--spark::after {
	content: "";
	position: absolute;
	inset: 4px;
	border-radius: 999px;
	border: 1px solid #e5e7eb;
}

.profilio-financial__path-block {
	padding: 10px 12px 10px;
	border-radius: 16px;
	background: radial-gradient(
			130% 250% at 0% 0%,
			rgba(15, 23, 42, 0.65),
			transparent 60%
		),
		rgba(15, 23, 42, 0.9);
	border: 1px solid rgba(30, 64, 175, 0.45);
}

.profilio-financial__path-title {
	font-size: 14px;
	font-weight: 500;
	color: #e5e7eb;
	margin-bottom: 4px;
}

.profilio-financial__path-text {
	font-size: 13px;
	line-height: 1.7;
	color: #9ca3af;
}

.profilio-financial__path-summary {
	font-size: 12px;
	line-height: 1.7;
	color: #cbd5f5;
	margin-top: 4px;
}

/* OŚ ŚRODKOWA */

.profilio-financial__axis {
	position: relative;
	width: 1px;
	min-height: 220px;
	margin: 12px auto 0;
	background: linear-gradient(
		to bottom,
		rgba(148, 163, 184, 0.15),
		rgba(45, 212, 191, 0.7),
		rgba(148, 163, 184, 0.15)
	);
}

.profilio-financial__axis-dot {
	position: absolute;
	left: 50%;
	width: 9px;
	height: 9px;
	border-radius: 999px;
	transform: translateX(-50%);
	background: radial-gradient(circle at 30% 30%, #bbf7d0, #22c55e);
	box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.28);
}

.profilio-financial__axis-dot--top {
	top: 10%;
}

.profilio-financial__axis-dot--middle {
	top: 50%;
}

.profilio-financial__axis-dot--bottom {
	top: 88%;
}

/* STORY + SOCIAL PROOF */

.profilio-financial__stories {
	margin-top: 32px;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
	gap: 20px;
}

.profilio-financial__card {
	border-radius: 22px;
	padding: 16px 18px 15px;
	background: radial-gradient(
			140% 260% at 0% 0%,
			rgba(34, 197, 94, 0.16),
			transparent 60%
		),
		rgba(15, 23, 42, 0.98);
	border: 1px solid rgba(52, 211, 153, 0.5);
}

.profilio-financial__card--proof {
	background: radial-gradient(
			160% 260% at 100% 0%,
			rgba(56, 189, 248, 0.2),
			transparent 60%
		),
		rgba(15, 23, 42, 0.98);
	border-color: rgba(59, 130, 246, 0.6);
}

.profilio-financial__card-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 6px;
}

.profilio-financial__card-header--proof {
	align-items: flex-start;
}

.profilio-financial__quote-icon {
	width: 22px;
	height: 22px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(34, 197, 94, 0.18);
	color: #bbf7d0;
	font-size: 16px;
	line-height: 1;
}

.profilio-financial__card-label {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #a7f3d0;
}

.profilio-financial__card-sub {
	font-size: 12px;
	line-height: 1.6;
	color: #e5e7eb;
}

.profilio-financial__card-text {
	font-size: 13px;
	line-height: 1.8;
	color: #e5e7eb;
	margin-bottom: 6px;
}

.profilio-financial__card-meta {
	font-size: 12px;
	line-height: 1.6;
	color: #a5f3fc;
}

.profilio-financial__avatar-circle {
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: radial-gradient(circle at 30% 30%, #38bdf8, #1d4ed8);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.96);
	position: relative;
}

.profilio-financial__avatar-badge {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #bbf7d0;
	box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.96);
}

/* CHIPS */

.profilio-financial__card-actions {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.profilio-financial__chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 12px;
	font-size: 12px;
	border-radius: 999px;
	border: 1px solid transparent;
	text-decoration: none;
	transition:
		background-color 0.18s ease,
		color 0.18s ease,
		border-color 0.18s ease,
		box-shadow 0.18s ease;
}

.profilio-financial__chip--primary {
	background: #22c55e;
	color: #022c22;
	border-color: rgba(16, 185, 129, 0.9);
	box-shadow: 0 10px 24px rgba(16, 185, 129, 0.5);
}

.profilio-financial__chip--primary:hover {
	background: #16a34a;
	box-shadow: 0 12px 28px rgba(16, 185, 129, 0.7);
}

.profilio-financial__chip--ghost {
	background: transparent;
	color: #e5e7eb;
	border-color: rgba(148, 163, 184, 0.7);
}

.profilio-financial__chip--ghost:hover {
	background: rgba(15, 23, 42, 0.95);
	border-color: #e5e7eb;
}

.profilio-financial__chip-check {
	width: 12px;
	height: 12px;
	border-radius: 999px;
	border: 2px solid #022c22;
	background: #f9fafb;
	margin-right: 6px;
	position: relative;
}

.profilio-financial__chip-check::before {
	content: "";
	position: absolute;
	left: 3px;
	top: 2px;
	width: 5px;
	height: 3px;
	border-left: 2px solid #022c22;
	border-bottom: 2px solid #022c22;
	transform: rotate(-45deg);
}

/* CTA LIGHT CARD */

.profilio-financial__cta {
	margin-top: 34px;
	border-radius: 24px;
	background: #ecfdf5;
	color: #0f172a;
	padding: 18px 20px 18px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.85);
}

.profilio-financial__cta-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 4px;
}

.profilio-financial__cta-text {
	font-size: 13px;
	line-height: 1.7;
	color: #1f2933;
	margin-bottom: 4px;
}

.profilio-financial__cta-note {
	font-size: 11px;
	line-height: 1.6;
	color: #64748b;
}

.profilio-financial__cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.profilio-financial__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 16px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	border: 1px solid transparent;
	transition:
		background-color 0.18s ease,
		color 0.18s ease,
		border-color 0.18s ease,
		box-shadow 0.18s ease;
}

.profilio-financial__btn--primary {
	background: #10b981;
	color: #ecfdf5;
	border-color: #059669;
	box-shadow: 0 14px 30px rgba(16, 185, 129, 0.45);
}

.profilio-financial__btn--primary:hover {
	background: #059669;
	box-shadow: 0 16px 34px rgba(16, 185, 129, 0.7);
}

.profilio-financial__btn--ghost {
	background: transparent;
	color: #047857;
	border-color: rgba(16, 185, 129, 0.4);
}

.profilio-financial__btn--ghost:hover {
	background: #d1fae5;
	border-color: #059669;
}

/* ANIMACJA WEJŚCIA */

.profilio-financial {
	opacity: 0;
	transform: translateY(16px);
	transition:
		opacity 0.45s ease-out,
		transform 0.45s ease-out;
}

.profilio-financial--visible {
	opacity: 1;
	transform: translateY(0);
}

/* RESPONSYWNE */

@media (min-width: 768px) {
	.profilio-financial {
		padding: 90px 24px 100px;
	}

	.profilio-financial__cta {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

@media (max-width: 900px) {
	.profilio-financial__billboard {
		grid-template-columns: minmax(0, 1fr);
		text-align: left;
	}

	.profilio-financial__divider {
		display: none;
	}

	.profilio-financial__billboard-text--right {
		margin-left: 0;
		text-align: left;
	}

	.profilio-financial__paths {
		grid-template-columns: minmax(0, 1fr);
		gap: 20px;
	}

	.profilio-financial__axis {
		display: none;
	}

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

@media (max-width: 640px) {
	.profilio-financial__cta {
		padding: 16px 14px 14px;
	}

	.profilio-financial__cta-actions {
		width: 100%;
	}

	.profilio-financial__btn {
		flex: 1 1 100%;
	}
}
