/*
Theme Name: FLOW / holonflow.app (w budowie)
Description: Minimalny motyw: Flow Loops Operational Workspace, strona w budowie, Impressum. Żółto-czarny.
Author: Holon Puzzle
Version: 1.0.0
Text Domain: flow-web
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body.flow-coming-soon {
	background: #000000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	font-family: Georgia, serif;
	gap: 20px;
	padding: 24px 20px 56px;
}

.flow-wrapper {
	width: 200px;
	height: 60px;
	position: relative;
	z-index: 1;
}

.flow-circle {
	width: 20px;
	height: 20px;
	position: absolute;
	border-radius: 50%;
	left: 15%;
	transform-origin: 50%;
	animation: flow-circle7124 0.5s alternate infinite ease;
}

.flow-circle:nth-child(1) {
	background-color: #facc15;
}
.flow-circle:nth-child(2) {
	background-color: #eab308;
	left: 45%;
	animation-delay: 0.2s;
}
.flow-circle:nth-child(3) {
	background-color: #ca8a04;
	left: auto;
	right: 15%;
	animation-delay: 0.3s;
}

.flow-shadow {
	width: 20px;
	height: 4px;
	border-radius: 50%;
	background-color: rgba(60, 45, 0, 0.92);
	position: absolute;
	top: 62px;
	transform-origin: 50%;
	z-index: -1;
	filter: blur(1px);
	left: 15%;
	animation: flow-shadow046 0.5s alternate infinite ease;
}

.flow-shadow:nth-child(4) {
	left: 15%;
}
.flow-shadow:nth-child(5) {
	left: 45%;
	animation-delay: 0.2s;
}
.flow-shadow:nth-child(6) {
	left: auto;
	right: 15%;
	animation-delay: 0.3s;
}

@keyframes flow-circle7124 {
	0% {
		top: 60px;
		height: 5px;
		border-radius: 50px 50px 25px 25px;
		transform: scaleX(1.7);
	}
	40% {
		height: 20px;
		border-radius: 50%;
		transform: scaleX(1);
	}
	100% {
		top: 0;
	}
}

@keyframes flow-shadow046 {
	0% {
		transform: scaleX(1.5);
	}
	40% {
		transform: scaleX(1);
		opacity: 0.7;
	}
	100% {
		transform: scaleX(0.2);
		opacity: 0.4;
	}
}

.flow-coming-soon .flow-title {
	color: #fef08a;
	font-family: Georgia, serif;
	font-size: clamp(1.15rem, 4vw, 1.65rem);
	font-weight: normal;
	letter-spacing: 0.06em;
	text-align: center;
	line-height: 1.28;
	max-width: 22em;
}

.flow-coming-soon .flow-title-sub {
	display: block;
	font-size: 0.88em;
	letter-spacing: 0.04em;
	margin-top: 0.2em;
	color: #fde047;
}

.flow-coming-soon .flow-domain {
	color: rgba(250, 204, 21, 0.58);
	font-family: Georgia, serif;
	font-size: 0.95rem;
	letter-spacing: 0.22em;
	text-transform: lowercase;
	margin-top: -4px;
}

.flow-coming-soon .flow-tagline {
	color: rgba(254, 240, 138, 0.42);
	font-family: Georgia, serif;
	font-size: 0.95rem;
	letter-spacing: 0.12em;
}

section.flow-error404 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	padding: 0.75rem 1.25rem;
}

section.flow-error404 .flow-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	max-width: 40rem;
}

.flow-error404__title {
	margin: 0;
	color: #fef08a;
	font-family: Georgia, serif;
	font-size: clamp(1.35rem, 4vw, 2rem);
	font-weight: normal;
	letter-spacing: 0.06em;
	line-height: 1.28;
}

.flow-error404__code {
	margin: -4px 0 0;
	color: rgba(250, 204, 21, 0.58);
	font-family: Georgia, serif;
	font-size: 0.95rem;
	letter-spacing: 0.18em;
}

.flow-error404__cta {
	margin-top: 8px;
	text-decoration: none;
}

.mini-lang-switch {
	display: flex;
	gap: 0.45rem;
	margin-top: -0.35rem;
	margin-bottom: 0.15rem;
}

.mini-lang-link {
	display: inline-block;
	padding: 0.16rem 0.52rem;
	border: 1px solid rgba(250, 204, 21, 0.35);
	border-radius: 999px;
	font-size: 0.74rem;
	letter-spacing: 0.08em;
	color: rgba(254, 243, 199, 0.78);
	text-decoration: none;
}

.mini-lang-link:hover,
.mini-lang-link.is-active {
	border-color: #facc15;
	color: #facc15;
}

.site-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 16px 24px 20px;
	text-align: center;
	font-family: Georgia, serif;
	font-size: 0.8rem;
	letter-spacing: 0.1em;
}

.site-footer a {
	color: rgba(234, 179, 8, 0.48);
	text-decoration: none;
}

.site-footer a:hover {
	color: #fde047;
	text-decoration: underline;
}

/* ── Legal pages ── */
body.flow-impressum,
body.flow-legal {
	background: #05020a;
	min-height: 100vh;
	font-family: Inter, sans-serif;
	color: #e2d8f0;
	line-height: 1.6;
}

.flow-wrap {
	max-width: 40rem;
	margin: 0 auto;
}

.flow-legal-main {
	padding: calc(var(--flow-chrome-h, 64px) + 2.5rem) 1.25rem 5rem;
}

.flow-legal-main .flow-wrap {
	max-width: 80rem;
	width: 100%;
}

@media (max-width: 860px) {
	.flow-legal-main .flow-wrap {
		max-width: 100%;
	}

	.flow-legal-card {
		padding: 1.75rem 1.25rem 2rem;
	}
}

.flow-legal-card {
	padding: 2.5rem 2.5rem 3rem;
}

.flow-legal-card__title {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(1.6rem, 4vw, 2.4rem);
	font-weight: 700;
	background: linear-gradient(90deg, #f2ea1d 0%, #a855f7 60%, #7b2fd8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	margin-bottom: 1.5rem;
	line-height: 1.2;
}

.flow-legal-card h2 {
	font-size: 1.2rem;
	font-weight: 600;
	color: #ffffff;
	margin: 2rem 0 0.75rem;
}

.flow-legal-card h3 {
	font-size: 1rem;
	font-weight: 600;
	color: #e2d8f0;
	margin: 1.5rem 0 0.5rem;
}

.flow-legal-footer {
	padding: 1.5rem 1.25rem 2rem;
	border-top: 1px solid rgba(123, 47, 216, 0.15);
}

.flow-legal-back-home {
	font-size: 0.88rem;
	color: rgba(162, 133, 240, 0.7);
	text-decoration: none;
	letter-spacing: 0.03em;
	transition: color 0.2s;
}

.flow-legal-back-home:hover {
	color: #a855f7;
}

.flow-entry-content p {
	margin-bottom: 1.25rem;
	font-size: 0.95rem;
	color: #a095b5;
}

.flow-entry-content a,
.flow-legal-card a {
	color: #a855f7;
	text-decoration: none;
}

.flow-entry-content a:hover,
.flow-legal-card a:hover {
	color: #f2ea1d;
	text-decoration: underline;
}

.flow-entry-content .eg-legal-phone-note,
.flow-legal .eg-legal-phone-note {
	display: block;
	line-height: 1.42;
	margin-top: 0.35em;
}

.flow-entry-content td,
.flow-entry-content small {
	color: #a095b5;
}

.flow-entry-content strong {
	color: #e2d8f0;
	font-weight: 600;
}

.legal-lang-switch {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 1.75rem;
}

.legal-lang-link {
	display: inline-block;
	padding: 0.2rem 0.7rem;
	border: 1px solid rgba(123, 47, 216, 0.3);
	border-radius: 999px;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	color: rgba(162, 133, 240, 0.8);
	text-decoration: none;
	transition: border-color 0.2s, color 0.2s;
}

.legal-lang-link:hover,
.legal-lang-link.is-active {
	border-color: #7b2fd8;
	color: #c084fc;
}

.legal-lang-switch--home {
	justify-content: center;
	margin-top: 0.45rem;
	margin-bottom: 0;
}

.eg-legal-table {
	width: 100%;
	border-collapse: collapse;
	margin: 1rem 0 1.5rem;
}

.eg-legal-table th,
.eg-legal-table td {
	border: 1px solid rgba(123, 47, 216, 0.2);
	padding: 0.55rem 0.75rem;
	text-align: left;
	vertical-align: top;
	font-size: 0.9rem;
	color: #a095b5;
}

.eg-legal-table th {
	color: #e2d8f0;
	font-weight: 600;
	background: rgba(123, 47, 216, 0.06);
}

