/* Integrono landing additions - keep comments in English per project rules. */

:root {
	--ir-accent-cyan: #6ecfff;
	--ir-accent-blue: #1a7fbe;
	--ir-bg-deep: #060d1e;
	--ir-surface: #0f1b35;
	--ir-text: #0f172a;
	--ir-muted: #64748b;
	--ir-border: rgba(15, 23, 42, 0.08);
}

/* Studio header: centered one-line wordmark; actions on the right; full-width nav below. */
.header--studio .header-studio-inner {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding-top: 0.2rem;
	padding-bottom: 0.25rem;
	box-sizing: border-box;
}

.header-studio-top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 0.4rem 0.75rem;
}

/* Landing: one toolbar row — nav links + messengers/lang (no empty grid column) */
.header-studio-inner--toolbar {
	gap: 0.35rem;
}

.header-studio-top--no-brand {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.header-studio-top--no-brand .header-studio-actions {
	grid-column: auto;
	justify-self: auto;
	margin-left: 0;
}

@media screen and (min-width: 769px) {
	.header--studio .header-studio-inner--toolbar {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		align-items: center;
		gap: 0.5rem 0.85rem;
		padding-top: 0.38rem;
		padding-bottom: 0.38rem;
	}

	.header--studio .header-studio-inner--toolbar .header-studio-nav-shell {
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
		width: max-content;
		max-width: min(100%, 52rem);
		min-width: 0;
		border-top: none;
		padding-top: 0;
		margin-top: 0;
	}

	.header--studio .header-studio-inner--toolbar .header-studio-top--no-brand {
		grid-column: 3;
		grid-row: 1;
		justify-self: end;
	}

	.header--studio .header-studio-inner--toolbar .header-studio-nav ul.top-nav {
		justify-content: center;
		flex-wrap: wrap;
		row-gap: 0.15rem;
	}

	.header--studio .header-studio-inner--toolbar .header-studio-nav ul.top-nav li a {
		padding: 0.32em 0.38em;
		font-size: 0.7em;
		white-space: nowrap;
	}
}

.header-studio-brand {
	grid-column: 2;
	justify-self: center;
	align-self: center;
	min-width: 0;
	max-width: 100%;
}

.header-studio-actions {
	grid-column: 3;
	justify-self: end;
	align-self: center;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.45rem 0.65rem;
	flex-shrink: 0;
	min-width: 0;
}

/* Header: compact centered wordmark + tagline under the name. */
.header--studio .header-studio-brand .text-logo-tag {
	display: none !important;
}

.header--studio .header-studio-brand .text-logo-lines {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 0.1rem;
	min-width: 0;
	max-width: min(26rem, 92vw);
	text-align: center;
}

.header--studio .header-studio-brand .text-logo-main {
	display: block;
	white-space: nowrap;
	margin: 0 !important;
	font-size: clamp(1.12rem, 2.6vw, 1.42rem) !important;
	line-height: 1.05 !important;
}

.header--studio .header-studio-brand .text-logo-wordmark {
	display: block !important;
	margin: 0 !important;
	white-space: normal !important;
	font-size: clamp(0.62rem, 1.35vw, 0.76rem) !important;
	line-height: 1.22 !important;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--ir-accent-cyan, #22d3ee) !important;
	-webkit-text-fill-color: var(--ir-accent-cyan, #22d3ee) !important;
	text-shadow: none;
}

.header--studio .header-studio-brand .logo a.text-logo.text-logo--brand {
	flex-direction: column;
	align-items: center !important;
	justify-content: center;
	gap: 0.15rem !important;
	padding: 0.22rem 0.55rem 0.28rem !important;
	text-align: center;
}

.header--studio .header-studio-brand .text-logo-mark {
	margin-top: 0 !important;
	width: 2.35rem !important;
	height: 2.35rem !important;
	flex-shrink: 0;
	border: none !important;
	border-radius: 50% !important;
	background: none !important;
	box-shadow: none !important;
	overflow: hidden !important;
}

.header--studio .header-studio-brand .logo-mark-ico {
	width: 100% !important;
	height: 100% !important;
}

.header-studio-messengers {
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.header-icon-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.55rem;
	height: 2.55rem;
	border-radius: 50%;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	text-decoration: none !important;
	box-shadow:
		0 2px 10px rgba(15, 23, 42, 0.14),
		inset 0 1px 0 rgba(255, 255, 255, 0.22);
	transition:
		transform 0.15s ease,
		box-shadow 0.15s ease;
}

.header-icon-link:hover {
	transform: translateY(-2px);
	box-shadow:
		0 6px 18px rgba(15, 23, 42, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.header-icon-link:focus-visible {
	outline: 2px solid #22d3ee;
	outline-offset: 3px;
}

.header-icon-link--telegram {
	background: linear-gradient(155deg, #37b6eb 0%, #229ed9 55%, #1e96c8 100%);
}

.header-icon-link--whatsapp {
	background: linear-gradient(155deg, #3cdf7a 0%, #25d366 45%, #128c7e 100%);
}

.header-icon-link .ir-svg {
	width: 1.38rem;
	height: 1.38rem;
	flex-shrink: 0;
}

.header--studio .header-studio-actions .lang-switcher {
	margin: 0;
	order: 0;
	position: relative;
	z-index: 3000;
}

.header-studio-nav-shell {
	width: 100%;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	padding-top: 0.32rem;
	margin-top: 0.08rem;
	box-sizing: border-box;
}

.header--studio .header-studio-nav {
	float: none;
	width: 100%;
	position: relative;
	min-height: 0;
}

.header--studio .header-studio-nav ul.top-nav {
	float: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 0.1rem 0;
	box-sizing: border-box;
}

.header--studio .header-studio-nav ul.top-nav li {
	float: none;
	list-style: none;
}

.header--studio .header-studio-nav ul.top-nav li a {
	color: #2c3e50 !important;
}

@media screen and (min-width: 769px) {
	.header--studio .header-studio-nav a#pull {
		display: none !important;
	}

	.header--studio .header-studio-nav ul.top-nav {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 0.2rem;
	}

	.header--studio .header-studio-nav ul.top-nav li a {
		padding: 0.35em 0.45em;
		font-size: 0.74em;
		font-weight: 700;
		letter-spacing: 0.03em;
		white-space: normal;
		line-height: 1.2;
		text-transform: uppercase;
		text-align: center;
	}

	.header--studio .header-studio-nav ul.top-nav li a span {
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		height: 14px;
	}
}

@media screen and (max-width: 768px) {
	.header--studio .header-studio-inner {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr) auto auto;
		grid-template-rows: auto auto auto;
		column-gap: 0.4rem;
		row-gap: 0.32rem;
		align-items: center;
		padding-top: 0.22rem;
		padding-bottom: 0.22rem;
	}

	.header-studio-top {
		display: contents;
	}

	.header-studio-brand {
		grid-column: 1 / -1;
		grid-row: 1;
		justify-self: center;
		max-width: none;
		min-width: 0;
	}

	.header-studio-actions {
		display: contents;
	}

	.header-studio-messengers {
		grid-column: 1;
		grid-row: 2;
		justify-self: start;
		gap: 0.3rem;
	}

	.header--studio .lang-switcher {
		grid-column: 3;
		grid-row: 2;
		justify-self: end;
		margin: 0 !important;
		z-index: 3000;
	}

	.header-studio-nav-shell {
		display: contents;
		border: none;
		padding: 0;
		margin: 0;
	}

	.header--studio .header-studio-nav {
		display: contents;
	}

	.header--studio .header-studio-nav #pull {
		grid-column: 4;
		grid-row: 2;
		justify-self: end;
		align-self: center;
		position: relative !important;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 38px;
		margin: 0;
		padding: 0;
		text-indent: -9999px;
		line-height: 0;
		overflow: hidden;
		background: transparent !important;
		border: none;
		box-shadow: none;
		color: transparent !important;
	}

	.header--studio .header-studio-nav #pull::after {
		display: none !important;
	}

	.header--studio .header-studio-nav #pull img {
		display: block !important;
		position: static !important;
		width: 28px;
		height: auto;
		margin: 0 !important;
		flex-shrink: 0;
		text-indent: 0;
	}

	.header--studio .header-studio-nav ul.top-nav {
		grid-column: 1 / -1;
		grid-row: 3;
		width: 100%;
		margin: 0;
		padding: 0;
		background: #fff;
		border: 1px solid rgba(15, 23, 42, 0.08);
		border-radius: 12px;
		box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
		overflow: hidden;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 0;
	}

	.header--studio .header-studio-nav:not(.menu-open) ul.top-nav {
		display: none !important;
	}

	.header--studio .header-studio-nav.menu-open ul.top-nav {
		display: block !important;
		height: auto;
	}

	.header--studio .header-studio-nav ul.top-nav li {
		display: block;
		width: 100%;
	}

	.header--studio .header-studio-nav ul.top-nav li a {
		display: block;
		width: 100%;
		text-align: center;
		text-indent: 0;
		line-height: 44px;
		padding: 0 0.5rem;
		border-bottom: 1px solid rgba(15, 23, 42, 0.06);
		white-space: normal;
		font-size: 0.88rem;
	}

	.header--studio .header-studio-nav ul.top-nav li:last-child a {
		border-bottom: none;
	}

	.header--studio .header-studio-nav ul.top-nav li a span {
		display: none;
	}

	.header--studio .header-studio-inner:has(.header-studio-top--no-brand) {
		grid-template-rows: auto auto;
	}

	.header--studio .header-studio-inner:has(.header-studio-top--no-brand) .header-studio-messengers,
	.header--studio .header-studio-inner:has(.header-studio-top--no-brand) .lang-switcher,
	.header--studio .header-studio-inner:has(.header-studio-top--no-brand) .header-studio-nav #pull {
		grid-row: 1;
	}

	.header--studio .header-studio-inner:has(.header-studio-top--no-brand) .header-studio-nav ul.top-nav {
		grid-row: 2;
	}

	.header-icon-link {
		width: 2.35rem;
		height: 2.35rem;
	}

	.header-icon-link .ir-svg {
		width: 1.22rem;
		height: 1.22rem;
	}

	.header--studio .header-studio-brand .logo {
		margin-top: 0.18rem;
		margin-bottom: 0.15rem;
	}

	.lang-switcher summary {
		padding: 6px 9px;
		font-size: 0;
		gap: 6px;
	}

	.lang-switcher summary .lang-chevron {
		font-size: 11px;
		margin-left: 0;
	}

	.lang-switcher-panel {
		right: 0;
		left: auto;
		min-width: 205px;
		max-width: calc(100vw - 1.5rem);
	}
}

/* Header logo: wordmark + node mark */
.header--studio .header-studio-brand .logo {
	flex: 0 1 auto;
	min-width: 0;
	max-width: 100%;
	margin-top: 0.12rem;
	margin-bottom: 0.08rem;
}

.header .logo a.text-logo.text-logo--brand {
	display: inline-flex !important;
	align-items: flex-start;
	gap: 0.65rem;
	max-width: 100%;
	width: auto;
	min-width: 0;
	box-sizing: border-box;
}

.header .logo a.text-logo--brand .text-logo-lines {
	display: block;
	min-width: 0;
	max-width: 100%;
	overflow-wrap: anywhere;
}

.header .logo a.text-logo--brand .text-logo-main {
	display: inline;
	margin-right: 0.25em;
}

.header .logo a.text-logo--brand .text-logo-wordmark {
	display: inline !important;
	white-space: normal !important;
	line-height: 1.28 !important;
	font-size: clamp(0.82rem, 2.1vw, 1.05rem) !important;
	vertical-align: baseline;
}

.header--studio .header-studio-brand .logo a.text-logo--brand .text-logo-wordmark {
	display: block !important;
}

.text-logo-mark {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 2.35rem;
	height: 2.35rem;
	margin-top: 0.08rem;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: none;
	box-shadow: none;
	overflow: hidden;
}

.logo-mark-ico {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	filter: drop-shadow(0 2px 8px rgba(15, 23, 42, 0.22));
}

.logo-mark-ico circle {
	filter: none;
}

.logo-mark-ico path:not(:first-child) {
	filter: none;
}

.header .logo .text-logo-wordmark {
	color: var(--ir-accent-cyan, #22d3ee) !important;
	-webkit-text-fill-color: var(--ir-accent-cyan, #22d3ee) !important;
	text-shadow: 0 1px 14px rgba(34, 211, 238, 0.28);
}

/* Hero: emblem beside title; readable accent line on dark background */
.hero-brand-lockup {
	display: flex;
	align-items: center;
	gap: clamp(0.75rem, 2.5vw, 1.35rem);
	margin: 0.2rem 0 0.1rem;
}

.hero-brand-text {
	min-width: 0;
	flex: 1 1 auto;
}

.hero-brand-text .hero-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.12rem;
	margin: 0;
}

/* Hero: full round emblem only — reset header .text-logo-mark white tile completely */
.hero-brand-lockup .text-logo-mark.text-logo-mark--hero {
	display: block !important;
	width: clamp(8.5rem, 22vw, 14rem) !important;
	height: clamp(8.5rem, 22vw, 14rem) !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	flex-shrink: 0;
	border: none !important;
	border-radius: 0 !important;
	background: none !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	overflow: visible !important;
}

.hero-brand-lockup .text-logo-mark--hero .logo-mark-ico {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	margin: 0;
	border: none;
	border-radius: 50%;
	filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.42));
}

@media screen and (max-width: 575px) {
	.hero-brand-lockup .text-logo-mark.text-logo-mark--hero {
		width: clamp(6.5rem, 28vw, 9rem) !important;
		height: clamp(6.5rem, 28vw, 9rem) !important;
	}
}

#top.hero-static .slide-text-info .hero-title-main {
	letter-spacing: -0.04em;
}

#top.hero-static .slide-text-info .hero-title-accent {
	display: block;
	margin-top: 0;
	font-size: clamp(0.92rem, 1.9vw, 1.2rem) !important;
	line-height: 1.45 !important;
	font-weight: 700 !important;
	letter-spacing: 0.05em !important;
	color: #7dd3fc !important;
	-webkit-text-fill-color: #7dd3fc !important;
	text-shadow: 0 1px 16px rgba(34, 211, 238, 0.45);
}

.hero-kicker {
	border-color: rgba(34, 211, 238, 0.35) !important;
	color: #cffafe !important;
	-webkit-text-fill-color: #cffafe !important;
	background: rgba(14, 116, 144, 0.22) !important;
}

/* What we connect */
.connect-stack-section {
	padding: 3.75rem 0 4rem;
	background:
		radial-gradient(circle at 12% 20%, rgba(34, 211, 238, 0.08), transparent 38%),
		linear-gradient(180deg, #f8fafc 0%, #ffffff 55%);
	border-top: 1px solid rgba(15, 23, 42, 0.06);
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.connect-head h3 {
	text-transform: uppercase;
	color: #0f172a;
	font-weight: 800;
	font-size: clamp(1.45rem, 3.5vw, 1.85rem);
	margin: 0 0 0.35em;
	letter-spacing: -0.03em;
}

.connect-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.15rem;
	margin-top: 2rem;
}

.connect-card {
	position: relative;
	padding: 1.35rem 1.25rem 1.4rem 1.45rem;
	background: #fff;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 18px;
	box-shadow: 0 12px 36px rgba(15, 23, 42, 0.07);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	overflow: hidden;
}

.connect-card::before {
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	bottom: 14px;
	width: 4px;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(180deg, #f97316, #22d3ee);
}

.connect-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.11);
	border-color: rgba(34, 211, 238, 0.35);
}

.connect-card h4 {
	margin: 0 0 0.55rem;
	font-size: 1.05rem;
	font-weight: 800;
	color: #0f172a;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.connect-card p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.65;
	color: var(--ir-muted, #5c6b7a);
}

@media screen and (max-width: 991px) {
	.connect-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 560px) {
	.connect-grid {
		grid-template-columns: 1fr;
	}

	.header .logo a.text-logo--brand {
		max-width: 100%;
	}
}

/* --------------------------------------------------------------------------
   Overview (#about) + process cards - same visual language as connect-stack
   (light radial wash, white cards, orange→cyan accent rail). Replaces theme
   yellow texture background on .about.
   -------------------------------------------------------------------------- */

.about {
	padding: 3.75rem 0 4rem !important;
	background:
		radial-gradient(circle at 12% 18%, rgba(34, 211, 238, 0.09), transparent 40%),
		radial-gradient(circle at 88% 75%, rgba(249, 115, 22, 0.06), transparent 42%),
		linear-gradient(180deg, #f8fafc 0%, #ffffff 58%) !important;
	border-top: 1px solid rgba(15, 23, 42, 0.06);
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.about-head h4 {
	margin: 0 0 0.35em !important;
	color: #0f172a !important;
	font-weight: 800 !important;
	font-size: clamp(1.45rem, 3.5vw, 1.85rem) !important;
	letter-spacing: -0.03em !important;
	text-transform: uppercase;
	font-style: normal !important;
}

.about-head h5 {
	margin: 0.35em 0 1rem !important;
	color: var(--ir-accent-cyan, #22d3ee) !important;
	-webkit-text-fill-color: var(--ir-accent-cyan, #22d3ee) !important;
	font-weight: 800 !important;
	font-size: clamp(1.35rem, 3.2vw, 2rem) !important;
	line-height: 1.22 !important;
	font-style: normal !important;
	text-shadow: 0 1px 18px rgba(34, 211, 238, 0.22);
}

.about-invite-cta {
	position: relative;
	overflow: hidden;
	max-width: 820px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 1.35rem 1.25rem 1.45rem 1.45rem !important;
	background: #fff !important;
	border: 1px solid rgba(148, 163, 184, 0.22) !important;
	border-radius: 18px !important;
	box-shadow: 0 12px 36px rgba(15, 23, 42, 0.07) !important;
}

.about-invite-cta::before {
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	bottom: 14px;
	width: 4px;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(180deg, #f97316, #22d3ee);
}

.about-startups-note {
	margin-top: 2.5rem;
	padding: 0;
}

.about-startups-note h5 {
	margin: 0 0 1rem;
	color: #0f172a;
	font-weight: 800;
	font-size: clamp(1.25rem, 2.5vw, 1.65rem);
	line-height: 1.3;
}

.about-startups-note .about-startups-text {
	margin-bottom: 0 !important;
	color: var(--ir-muted, #5c6b7a);
}

.seo-note {
	position: relative;
	overflow: hidden;
	max-width: 820px;
	margin: 2.25rem auto 0 !important;
	padding: 1.35rem 1.25rem 1.45rem 1.45rem !important;
	background: #fff !important;
	border: 1px solid rgba(148, 163, 184, 0.22) !important;
	border-radius: 18px !important;
	box-shadow: 0 12px 36px rgba(15, 23, 42, 0.07) !important;
	border-left: none !important;
	line-height: 1.65;
	color: var(--ir-muted, #5c6b7a);
}

.seo-note::before {
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	bottom: 14px;
	width: 4px;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(180deg, #f97316, #22d3ee);
}

.seo-note strong {
	color: #0f172a !important;
}

.process-section {
	padding: 3.75rem 0 4rem;
	background:
		radial-gradient(circle at 12% 18%, rgba(34, 211, 238, 0.09), transparent 40%),
		radial-gradient(circle at 88% 75%, rgba(249, 115, 22, 0.06), transparent 42%),
		linear-gradient(180deg, #f8fafc 0%, #ffffff 58%);
	border-top: 1px solid rgba(15, 23, 42, 0.06);
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.process-card {
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 18px;
	box-shadow: 0 12px 36px rgba(15, 23, 42, 0.07);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.process-card::before {
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	bottom: 14px;
	width: 4px;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(180deg, #f97316, #22d3ee);
	z-index: 2;
	pointer-events: none;
}

.process-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.11);
	border-color: rgba(34, 211, 238, 0.35);
}

/* Bust browser cache when slide.webp is replaced (keep ?v= in sync with $assetsImageVer in web/index.php). */
.hero-static {
	background-image: url('../images/slide.webp?v=20260517-15');
}

/* Secondary pages: pay, legal */
.ir-secondary-page {
	background: linear-gradient(180deg, #f8fbfd 0%, #eef4f8 100%);
	color: #0f172a;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.ir-page-header {
	background: #fff;
	border-bottom: 1px solid rgba(148, 163, 184, 0.25);
	padding: 0.85rem 0;
}

.ir-page-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}

.ir-page-header-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem 1rem;
	flex-wrap: wrap;
	margin-left: auto;
}

.ir-page-header-actions .lang-switcher--compact {
	position: relative;
	z-index: 20;
}

.ir-page-header-actions .lang-switcher--compact summary {
	list-style: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.35rem 0.65rem;
	border-radius: 999px;
	border: 1px solid rgba(148, 163, 184, 0.35);
	background: #fff;
	font-size: 0.85rem;
	font-weight: 600;
	color: #334155;
}

.ir-page-header-actions .lang-switcher-label {
	max-width: 7rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ir-page-main {
	padding: 2rem 15px 3rem;
	flex: 1 0 auto;
}

.ir-page-logo {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	text-decoration: none;
	color: #0e7490;
	font-weight: 800;
	font-size: 1.15rem;
}

.ir-page-logo .text-logo-mark {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 2.15rem;
	height: 2.15rem;
	margin-top: 0;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: none;
	box-shadow: none;
	overflow: hidden;
}

.ir-page-logo .logo-mark-ico {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.ir-page-back {
	color: #0369a1;
	text-decoration: none;
	font-weight: 600;
}

.ir-page-back:hover {
	text-decoration: underline;
}

.ir-card {
	background: #fff;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 18px;
	box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
	padding: 1.75rem 1.5rem;
}

.ir-card--narrow {
	max-width: 560px;
	margin: 0 auto;
}

.ir-card h1 {
	margin: 0 0 1rem;
	font-size: 1.75rem;
	line-height: 1.2;
	color: #0f172a;
}

.ir-legal h2 {
	margin: 1.75rem 0 0.65rem;
	font-size: 1.15rem;
	color: #0f172a;
}

.ir-legal p,
.ir-card p {
	line-height: 1.65;
	color: #334155;
	margin: 0 0 0.85rem;
}

.ir-legal-dl {
	margin: 1.25rem 0;
}

.ir-legal-row {
	display: grid;
	grid-template-columns: minmax(0, 11rem) minmax(0, 1fr);
	gap: 0.35rem 1rem;
	padding: 0.65rem 0;
	border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.ir-legal-row dt {
	font-weight: 700;
	color: #475569;
}

.ir-legal-row dd {
	margin: 0;
	color: #0f172a;
}

.ir-legal-note {
	font-size: 0.95rem;
	color: #64748b;
}

.ir-pay-form {
	display: grid;
	gap: 1rem;
	margin-top: 1.25rem;
}

.ir-pay-billing {
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 0;
}

.ir-pay-billing legend {
	font-weight: 700;
	color: #334155;
	font-size: 0.95rem;
	margin-bottom: 0.65rem;
	padding: 0;
}

.ir-pay-billing-toggle {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.65rem;
}

.ir-pay-billing-option {
	position: relative;
	cursor: pointer;
	margin: 0;
}

.ir-pay-billing-option input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.ir-pay-billing-card {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	height: 100%;
	padding: 0.85rem 0.75rem;
	border-radius: 14px;
	border: 2px solid rgba(148, 163, 184, 0.35);
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ir-pay-billing-option.is-active .ir-pay-billing-card,
.ir-pay-billing-option input:focus-visible + .ir-pay-billing-card {
	border-color: #0891b2;
	box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.22);
	background: linear-gradient(180deg, #f0fdfa 0%, #ffffff 100%);
}

.ir-pay-billing-icon {
	flex-shrink: 0;
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 0.95rem;
	color: #0e7490;
	background: rgba(34, 211, 238, 0.14);
}

.ir-pay-billing-icon--recurring {
	font-size: 1.15rem;
	line-height: 1;
}

.ir-pay-billing-text {
	display: grid;
	gap: 0.2rem;
	min-width: 0;
	text-align: left;
}

.ir-pay-billing-text strong {
	font-size: 0.92rem;
	color: #0f172a;
	line-height: 1.25;
}

.ir-pay-billing-text small {
	font-size: 0.78rem;
	color: #64748b;
	line-height: 1.35;
}

.ir-pay-page .section-lead {
	margin-bottom: 0.25rem;
}

@media (max-width: 520px) {
	.ir-pay-billing-toggle {
		grid-template-columns: 1fr;
	}
}

.ir-field {
	display: grid;
	gap: 0.35rem;
}

.ir-field span {
	font-weight: 600;
	color: #334155;
	font-size: 0.95rem;
}

.ir-field input,
.ir-field select,
.ir-field textarea {
	width: 100%;
	border: 1px solid rgba(148, 163, 184, 0.45);
	border-radius: 10px;
	padding: 0.65rem 0.75rem;
	font: inherit;
	background: #fff;
	box-sizing: border-box;
}

.ir-field input:focus,
.ir-field select:focus,
.ir-field textarea:focus {
	outline: 2px solid rgba(34, 211, 238, 0.45);
	border-color: #0891b2;
}

.ir-pay-hint {
	font-size: 0.9rem;
	color: #64748b;
}

.ir-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	padding: 0.75rem 1.35rem;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
}

.ir-btn-primary {
	background: linear-gradient(135deg, #0891b2, #0e7490);
	color: #fff;
}

.ir-btn-primary:hover {
	filter: brightness(1.05);
}

.ir-alert {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
	padding: 0.75rem 0.9rem;
	border-radius: 10px;
}

.footer nav.ir-footer-nav {
	float: none;
	position: static;
}

.footer .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.footer .footer-right {
	float: none;
	width: 100%;
	text-align: center;
}

.ir-footer-nav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.5rem 1.25rem;
	width: 100%;
	margin-bottom: 0.85rem;
}

.ir-footer-nav a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
	font-size: 0.92rem;
	width: auto;
	text-align: center;
	text-indent: 0;
	line-height: 1.4;
	border-bottom: none;
	display: inline;
}

.ir-footer-nav a:hover {
	color: #fff;
	text-decoration: underline;
}

.ir-pay-redirect {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #0e7490, #164e63);
	color: #fff;
	padding: 1.5rem;
}

.ir-pay-redirect-inner {
	text-align: center;
	max-width: 28rem;
}

.ir-pay-result {
	text-align: center;
	padding: 2rem 1.5rem 2.25rem;
}

.ir-pay-result__icon {
	width: 4.5rem;
	height: 4.5rem;
	margin: 0 auto 1rem;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ir-pay-result--success .ir-pay-result__icon {
	background: linear-gradient(145deg, rgba(34, 211, 238, 0.18), rgba(14, 116, 144, 0.12));
	color: #0e7490;
	box-shadow: 0 8px 24px rgba(14, 116, 144, 0.12);
}

.ir-pay-result--declined .ir-pay-result__icon {
	background: linear-gradient(145deg, rgba(249, 115, 22, 0.14), rgba(239, 68, 68, 0.08));
	color: #c2410c;
	box-shadow: 0 8px 24px rgba(249, 115, 22, 0.1);
}

.ir-pay-result__svg {
	width: 3rem;
	height: 3rem;
	display: block;
}

.ir-pay-result__eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #64748b;
}

.ir-pay-result h1 {
	margin-bottom: 0.75rem;
	font-size: clamp(1.45rem, 4vw, 1.85rem);
}

.ir-pay-result__lead {
	font-size: 1.02rem;
	color: #475569;
	margin-bottom: 1.5rem;
}

.ir-pay-result__panel {
	text-align: left;
	background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 14px;
	padding: 1.1rem 1rem 1rem;
	margin-bottom: 1.5rem;
}

.ir-pay-result__panel-title {
	margin: 0 0 0.35rem;
	font-weight: 700;
	color: #0f172a;
	font-size: 0.98rem;
}

.ir-pay-result__panel-hint {
	margin: 0 0 0.85rem;
	font-size: 0.92rem;
	color: #64748b;
	line-height: 1.55;
}

.ir-pay-result__channels {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.ir-pay-channel {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.55rem 0.85rem;
	border-radius: 999px;
	font-size: 0.88rem;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid transparent;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ir-pay-channel:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

.ir-pay-channel .ir-svg {
	width: 1.1rem;
	height: 1.1rem;
}

.ir-pay-channel--telegram {
	background: #e0f2fe;
	color: #0369a1;
	border-color: rgba(3, 105, 161, 0.15);
}

.ir-pay-channel--whatsapp {
	background: #ecfdf5;
	color: #047857;
	border-color: rgba(4, 120, 87, 0.15);
}

.ir-pay-channel--contacts {
	background: #fff;
	color: #0e7490;
	border-color: rgba(14, 116, 144, 0.22);
}

.ir-pay-result__cta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.65rem;
}

.ir-btn-secondary {
	background: #fff;
	color: #0e7490;
	border: 1px solid rgba(14, 116, 144, 0.35);
}

.ir-btn-secondary:hover {
	background: #f0fdfa;
}

.footer,
.ir-page-footer.footer {
	background: #0f172a;
	color: #94a3b8;
	padding: 1.35rem 0 1.1rem;
}

.ir-page-footer.footer {
	margin-top: auto;
	flex-shrink: 0;
}

.ir-page-footer .footer-right p {
	margin: 0;
	color: rgba(148, 163, 184, 0.95);
	font-size: 0.92rem;
}

@media (max-width: 640px) {
	.ir-page-header-actions {
		width: 100%;
		justify-content: space-between;
	}

	.ir-pay-result__channels {
		flex-direction: column;
	}

	.ir-pay-channel {
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.ir-legal-row {
		grid-template-columns: 1fr;
	}
}

/* Repositioning: AI outcomes + case studies (minimal B2B studio layout). */
.ai-outcomes-section {
	padding: 4.5rem 0;
	background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.ai-outcomes-head h3,
.cases-head h3,
.process-head h3 {
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--ir-text);
}

.ai-outcomes-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
}

.ai-outcome-card {
	background: #fff;
	border: 1px solid var(--ir-border);
	border-radius: 14px;
	padding: 1.35rem 1.4rem;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ai-outcome-card:hover {
	border-color: rgba(26, 127, 190, 0.25);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.ai-outcome-card h4 {
	margin: 0 0 0.55rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--ir-surface);
}

.ai-outcome-card p {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.55;
	color: var(--ir-muted);
}

.ai-outcome-card--wide {
	grid-column: 1 / -1;
	background: linear-gradient(135deg, #0f1b35 0%, #093060 100%);
	border-color: transparent;
}

.ai-outcome-card--wide h4 {
	color: #f8fafc;
}

.ai-outcome-card--wide p {
	color: rgba(226, 232, 240, 0.88);
}

.cases-section {
	padding: 4.25rem 0 4.75rem;
	background: #fff;
}

.cases-tagline {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--ir-accent-blue);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.cases-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
}

.case-card {
	background: #f8fafc;
	border: 1px solid var(--ir-border);
	border-radius: 14px;
	padding: 1.25rem 1.3rem 1.35rem;
}

.case-card-tag {
	display: inline-block;
	margin-bottom: 0.65rem;
	padding: 0.2rem 0.55rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ir-accent-blue);
	background: rgba(26, 127, 190, 0.1);
	border-radius: 6px;
}

.case-card h4 {
	margin: 0 0 0.5rem;
	font-size: 1.02rem;
	font-weight: 700;
	color: var(--ir-text);
	line-height: 1.35;
}

.case-card p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--ir-muted);
}

#how.process-section {
	padding-top: 4rem;
	background: #fff;
}

.trust-chips span {
	background: rgba(15, 27, 53, 0.06);
	border: 1px solid rgba(26, 127, 190, 0.12);
	color: #0f1b35;
	font-weight: 600;
}

.services .services-grid-left a[class^="top-icon"] {
	display: none !important;
}

.services .services-grid {
	border: 1px solid var(--ir-border);
	border-radius: 14px;
	padding: 1.25rem 1rem;
	margin-bottom: 1rem;
	background: #fff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.services .services-grid-right {
	width: 100%;
	float: none;
	padding-left: 0.5rem;
}

.services .services-grid-left {
	display: none;
}

.services .services-grid-right h4 a {
	color: var(--ir-surface);
	font-weight: 700;
}

@media (max-width: 991px) {
	.cases-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.ai-outcomes-grid,
	.cases-grid {
		grid-template-columns: 1fr;
	}

	.ai-outcome-card--wide {
		grid-column: auto;
	}
}

/* Contact section: messengers + glass form card */
.contact .contact-left h4 {
	letter-spacing: 0.06em;
	margin-bottom: 0.35rem;
}

.contact .messenger-grid-two {
	max-width: 28rem;
	gap: 0.85rem;
}

.contact .messenger-btn {
	border-radius: 12px;
	padding: 0.95rem 1.35rem;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
	font-size: 1rem;
}

.contact .messenger-btn .ir-svg {
	width: 1.35rem;
	height: 1.35rem;
	margin-right: 0.15rem;
}

.contact-form-wrap {
	max-width: 32rem;
	margin: 0 auto;
	text-align: left;
}

.ir-contact-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2rem auto 1.5rem;
	max-width: 28rem;
	gap: 1rem;
}

.ir-contact-divider::before,
.ir-contact-divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
}

.ir-contact-divider span {
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: rgba(110, 207, 255, 0.85);
	box-shadow: 0 0 12px rgba(110, 207, 255, 0.55);
}

.ir-contact-card {
	position: relative;
	padding: 1.65rem 1.5rem 1.5rem;
	border-radius: 18px;
	background: linear-gradient(145deg, rgba(15, 27, 53, 0.72), rgba(6, 13, 30, 0.55));
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow:
		0 24px 48px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.ir-contact-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(135deg, rgba(110, 207, 255, 0.35), rgba(26, 127, 190, 0.08) 40%, transparent 70%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

.ir-contact-card-eyebrow {
	margin: 0 0 1.25rem;
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-align: center;
}

.ir-contact-form {
	float: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.ir-contact-field {
	margin-bottom: 1rem;
}

.ir-field-label {
	display: block;
	margin: 0 0 0.4rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-style: normal;
}

.contact .ir-contact-form input[type="text"],
.contact .ir-contact-form textarea {
	width: 100%;
	margin: 0;
	padding: 0.9rem 1rem;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-size: 1rem;
	font-style: normal;
	line-height: 1.45;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		box-shadow 0.2s ease;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
}

.contact .ir-contact-form input[type="text"]::placeholder,
.contact .ir-contact-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.38);
	font-style: normal;
}

.contact .ir-contact-form input[type="text"]:hover,
.contact .ir-contact-form textarea:hover {
	border-color: rgba(110, 207, 255, 0.45);
}

.contact .ir-contact-form input[type="text"]:focus,
.contact .ir-contact-form textarea:focus {
	outline: none;
	border-color: var(--ir-accent-cyan);
	background: rgba(255, 255, 255, 0.09);
	box-shadow: 0 0 0 3px rgba(110, 207, 255, 0.22);
}

.contact .ir-contact-form textarea {
	min-height: 7.5rem;
	resize: vertical;
}

.ir-contact-form .ir-contact-submit {
	float: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	width: 100%;
	margin-top: 0.35rem;
	padding: 0.95rem 1.25rem;
	border: none;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--ir-accent-blue) 0%, #2b9fd9 45%, var(--ir-accent-cyan) 100%);
	color: #fff;
	font-weight: 700;
	font-size: 1rem;
	text-transform: none;
	letter-spacing: 0.02em;
	cursor: pointer;
	box-shadow: 0 12px 28px rgba(26, 127, 190, 0.38);
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease,
		filter 0.18s ease;
}

.ir-contact-form .ir-contact-submit:hover {
	background: linear-gradient(135deg, #1e8fd4 0%, #3eb0e8 50%, #8ed8ff 100%);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 16px 32px rgba(26, 127, 190, 0.45);
}

.ir-contact-form .ir-contact-submit:active {
	transform: translateY(0);
}

.ir-contact-form .ir-contact-submit:disabled {
	opacity: 0.65;
	cursor: wait;
	transform: none;
	box-shadow: none;
}

.ir-contact-form .ir-contact-submit::after {
	content: "→";
	font-size: 1.15em;
	line-height: 1;
	opacity: 0.92;
	transition: transform 0.18s ease;
}

.ir-contact-form .ir-contact-submit:hover::after {
	transform: translateX(3px);
}

.ir-contact-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.ir-contact-feedback {
	margin: 1rem 0 0;
	padding: 0.9rem 1rem;
	border-radius: 12px;
	font-size: 0.95rem;
	line-height: 1.5;
	text-align: center;
	font-style: normal;
}

.ir-contact-feedback.is-success {
	background: rgba(34, 197, 94, 0.18);
	border: 1px solid rgba(74, 222, 128, 0.45);
	color: #ecfdf5;
}

.ir-contact-feedback.is-error {
	background: rgba(248, 113, 113, 0.12);
	border: 1px solid rgba(248, 113, 113, 0.4);
	color: #fee2e2;
}

@media (max-width: 640px) {
	.ir-contact-card {
		padding: 1.35rem 1.1rem 1.2rem;
		border-radius: 16px;
	}

	.contact .messenger-grid-two {
		flex-direction: column;
		max-width: 100%;
	}

	.contact .messenger-btn {
		justify-content: center;
		width: 100%;
	}
}

/* Integrono platform products (sales, job). */
.platform-section {
	padding: 4.5rem 0 4rem;
	background: linear-gradient(180deg, #f8fbff 0%, #eef6fc 100%);
}

.platform-head h3 {
	margin-bottom: 0.65rem;
	color: var(--ir-text);
}

.platform-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	margin-top: 2rem;
}

.platform-card {
	background: #fff;
	border: 1px solid var(--ir-border);
	border-radius: 16px;
	padding: 1.35rem 1.25rem 1.2rem;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	min-height: 100%;
}

.platform-card-host {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--ir-accent-blue);
}

.platform-card h4 {
	margin: 0;
	font-size: 1.15rem;
	color: var(--ir-text);
}

.platform-card p {
	margin: 0;
	color: var(--ir-muted);
	line-height: 1.55;
	flex: 1;
}

.platform-card-cta {
	align-self: flex-start;
	margin-top: 0.35rem;
	font-weight: 700;
	color: var(--ir-accent-blue);
	text-decoration: none;
	border-bottom: 1px solid rgba(26, 127, 190, 0.35);
}

.platform-card-cta:hover {
	color: #145f8f;
	border-bottom-color: currentColor;
}

@media (max-width: 960px) {
	.platform-grid {
		grid-template-columns: 1fr;
	}
}

/* Hero proof card: studio positioning, tighter rhythm */
.hero-grid {
	gap: clamp(1.35rem, 3vw, 2.5rem);
}

#top.hero-static {
	padding-bottom: 3rem;
}

.hero-proof-card {
	padding: 1.35rem 1.3rem 1.15rem;
	border-radius: 22px;
	box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28);
}

.hero-proof-eyebrow {
	margin-bottom: 0.55rem;
}

.hero-proof-card h2 {
	margin-bottom: 0.5rem;
	font-size: clamp(1.18rem, 2.5vw, 1.52rem);
	line-height: 1.2;
}

.hero-proof-card > p {
	line-height: 1.52;
}

.hero-proof-metrics {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.6rem;
	margin: 0.95rem 0 0.75rem;
}

.hero-proof-metrics div {
	padding: 0.72rem 0.8rem;
	border-radius: 14px;
}

.hero-proof-metrics strong {
	font-size: 1.15rem;
}

.hero-proof-metrics span {
	margin-top: 0.2rem;
	font-size: 0.7rem;
}

.hero-proof-list li {
	padding: 0.38rem 0;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.4;
}

.hero-proof-list li:first-child {
	border-top: none;
	padding-top: 0;
}

.hero-proof-strip {
	margin-top: 1.35rem;
	gap: 0.6rem;
}

.hero-proof-strip span {
	min-height: auto;
	padding: 0.72rem 0.9rem;
	font-size: 0.8rem;
	border-radius: 14px;
}

@media screen and (max-width: 991px) {
	.hero-proof-strip {
		margin-top: 1.15rem;
	}
}

@media screen and (max-width: 560px) {
	.hero-proof-metrics {
		grid-template-columns: 1fr 1fr;
	}
}

/* Founder card in hero: CEO photo + personal pitch for startups and investors */
.hero-founder-card {
	position: relative;
	overflow: hidden;
	padding: 0;
	color: #e2e8f0;
	background:
		linear-gradient(155deg, rgba(15, 23, 42, 0.9), rgba(30, 41, 59, 0.78)),
		radial-gradient(circle at top right, rgba(34, 211, 238, 0.18), transparent 48%);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 24px;
	box-shadow: 0 24px 68px rgba(0, 0, 0, 0.32);
}

.hero-founder-glow {
	position: absolute;
	top: -60px;
	right: -40px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: rgba(34, 211, 238, 0.28);
	filter: blur(20px);
	pointer-events: none;
}

.hero-founder-photo-wrap {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: 24px 24px 0 0;
	aspect-ratio: 5 / 4;
}

.hero-founder-photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 18%;
}

.hero-founder-body {
	position: relative;
	padding: 1.15rem 1.25rem 1.3rem;
}

.hero-founder-eyebrow {
	margin: 0 0 0.45rem;
	color: #fdba74 !important;
	-webkit-text-fill-color: #fdba74 !important;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hero-founder-name {
	margin: 0 0 0.2rem;
	color: #fff;
	font-size: clamp(1.2rem, 2.4vw, 1.55rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.03em;
}

.hero-founder-role {
	margin: 0 0 0.75rem;
	color: #7dd3fc !important;
	-webkit-text-fill-color: #7dd3fc !important;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.35;
}

.hero-founder-quote {
	margin: 0 0 0.85rem;
	color: rgba(226, 232, 240, 0.94) !important;
	-webkit-text-fill-color: rgba(226, 232, 240, 0.94) !important;
	font-size: 0.9rem;
	line-height: 1.55;
}

.hero-founder-points {
	list-style: none;
	padding: 0;
	margin: 0 0 0.85rem;
}

.hero-founder-points li {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	padding: 0.32rem 0;
	color: #f8fafc;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.4;
}

.hero-founder-points .ir-svg {
	flex-shrink: 0;
	margin-top: 0.12rem;
	color: #22c55e;
}

.hero-founder-metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem;
	margin-bottom: 0.95rem;
}

.hero-founder-metrics div {
	padding: 0.65rem 0.72rem;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
}

.hero-founder-metrics strong {
	display: block;
	color: #fff;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.1;
}

.hero-founder-metrics span {
	display: block;
	margin-top: 0.18rem;
	color: #cbd5e1;
	font-size: 0.66rem;
	font-weight: 700;
	line-height: 1.3;
}

.hero-founder-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0.72rem 1rem;
	border-radius: 12px;
	background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-decoration: none !important;
	text-transform: uppercase;
	box-shadow: 0 10px 28px rgba(249, 115, 22, 0.35);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.hero-founder-cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 34px rgba(249, 115, 22, 0.42);
}

/* About: modern full-width capabilities - same language as connect-stack / process */
.about.about--modern {
	padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(3.25rem, 5vw, 4rem) !important;
	background:
		radial-gradient(circle at 12% 18%, rgba(34, 211, 238, 0.09), transparent 40%),
		radial-gradient(circle at 88% 75%, rgba(249, 115, 22, 0.06), transparent 42%),
		linear-gradient(180deg, #f8fafc 0%, #ffffff 58%) !important;
}

.about.about--modern .container {
	max-width: 1140px;
}

.about--modern .about-intro {
	max-width: 760px;
	margin: 0 auto 2.75rem;
	text-align: center;
}

.about--modern .about-kicker {
	margin: 0 0 0.5rem;
	color: #64748b;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.about--modern .about-title {
	margin: 0 0 0.85rem;
	color: #0f172a;
	font-size: clamp(1.65rem, 4vw, 2.35rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.03em;
	font-style: normal !important;
	text-transform: none !important;
}

.about--modern .about-lead {
	max-width: 640px;
	margin: 0 auto !important;
	color: var(--ir-muted, #5c6b7a);
	font-size: clamp(1rem, 2vw, 1.12rem);
	line-height: 1.65;
	font-style: normal !important;
	width: auto !important;
}

.about--modern .about-lead-secondary {
	max-width: 620px;
	margin: 0.85rem auto 0 !important;
	color: #475569;
	font-size: 0.98rem;
	line-height: 1.62;
	font-style: normal !important;
}

.about--modern .about-proof-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.15rem;
	margin-bottom: 2.5rem;
}

.about--modern .about-proof-card {
	position: relative;
	overflow: hidden;
	padding: 1.45rem 1.35rem 1.5rem 1.5rem;
	background: #fff;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 18px;
	box-shadow: 0 12px 36px rgba(15, 23, 42, 0.07);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.about--modern .about-proof-card::before {
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	bottom: 14px;
	width: 4px;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(180deg, #1a7fbe, #22d3ee);
}

.about--modern .about-proof-card:hover {
	transform: translateY(-4px);
	border-color: rgba(34, 211, 238, 0.35);
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.11);
}

.about--modern .about-proof-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	margin-bottom: 0.85rem;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(26, 127, 190, 0.12), rgba(34, 211, 238, 0.14));
	color: #1a7fbe;
}

.about--modern .about-proof-icon .ir-svg {
	width: 1.25rem;
	height: 1.25rem;
}

.about--modern .about-proof-card h4 {
	margin: 0 0 0.5rem;
	color: #0f172a;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.about--modern .about-proof-card p {
	margin: 0;
	color: var(--ir-muted, #5c6b7a);
	font-size: 0.9rem;
	line-height: 1.62;
}

.about--modern .about-audiences-block {
	margin-bottom: 2rem;
}

.about--modern .about-audiences-head {
	max-width: 680px;
	margin: 0 auto 1.5rem;
}

.about--modern .about-audiences-title {
	margin: 0 0 0.45rem;
	color: #0f172a;
	font-size: clamp(1.2rem, 2.5vw, 1.45rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-style: normal !important;
}

.about--modern .about-audiences-lead {
	margin: 0;
	color: var(--ir-muted, #5c6b7a);
	font-size: 0.98rem;
	line-height: 1.6;
}

.about--modern .about-audiences {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.15rem;
}

.about--modern .about-audience {
	position: relative;
	overflow: hidden;
	padding: 1.35rem 1.2rem 1.35rem 1.35rem;
	border-radius: 18px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	background: #fff;
	box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.about--modern .about-audience::before {
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	bottom: 14px;
	width: 4px;
	border-radius: 0 4px 4px 0;
}

.about--modern .about-audience--startup::before {
	background: linear-gradient(180deg, #f97316, #fb923c);
}

.about--modern .about-audience--teams::before {
	background: linear-gradient(180deg, #1a7fbe, #38bdf8);
}

.about--modern .about-audience--investors::before {
	background: linear-gradient(180deg, #0891b2, #22d3ee);
}

.about--modern .about-audience:hover {
	transform: translateY(-3px);
	border-color: rgba(34, 211, 238, 0.3);
	box-shadow: 0 16px 42px rgba(15, 23, 42, 0.1);
}

.about--modern .about-audience-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	margin-bottom: 0.75rem;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(26, 127, 190, 0.1), rgba(34, 211, 238, 0.12));
	color: #1a7fbe;
}

.about--modern .about-audience--startup .about-audience-mark {
	color: #ea580c;
	background: rgba(249, 115, 22, 0.1);
}

.about--modern .about-audience--investors .about-audience-mark {
	color: #0891b2;
	background: rgba(34, 211, 238, 0.12);
}

.about--modern .about-audience-mark .ir-svg {
	width: 1.15rem;
	height: 1.15rem;
}

.about--modern .about-audience h5 {
	margin: 0 0 0.5rem;
	color: #0f172a;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.25;
	font-style: normal !important;
}

.about--modern .about-audience p {
	margin: 0;
	color: var(--ir-muted, #5c6b7a);
	font-size: 0.9rem;
	line-height: 1.6;
}

.about--modern .about-cta-band {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.35rem;
	padding: 1.55rem 1.65rem;
	border-radius: 22px;
	background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 55%, #0e5f94 100%);
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
}

.about--modern .about-cta-copy {
	flex: 1 1 280px;
	max-width: 640px;
}

.about--modern .about-cta-kicker {
	margin: 0 0 0.35rem;
	color: #22d3ee;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.about--modern .about-cta-text {
	margin: 0;
	color: rgba(248, 250, 252, 0.92);
	font-size: 0.96rem;
	line-height: 1.65;
}

.about--modern .about-cta-btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 12.5rem;
	padding: 0.95rem 1.45rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
	box-shadow: 0 10px 28px rgba(249, 115, 22, 0.35);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.about--modern .about-cta-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 34px rgba(249, 115, 22, 0.42);
}

.about--modern .seo-note {
	margin-top: 1.75rem !important;
}

@media screen and (max-width: 991px) {
	.about--modern .about-audiences {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 767px) {
	.about--modern .about-proof-grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 575px) {

	.about--modern .about-cta-band {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
	}

	.about--modern .about-cta-btn {
		width: 100%;
	}
}

@media screen and (max-width: 575px) {
	.hero-founder-body {
		padding: 1rem 1rem 1.15rem;
	}
}

