/* Aadyanex homepage hero */

:root {
	--adyanex-header-height: 98px;
}

.home .adyanex-hero {
	padding-top: calc(var(--adyanex-header-height) + clamp(1.25rem, 3vw, 2rem));
}

.adyanex-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #2dd4bf 0%, #0d9488 50%, #0f766e 100%);
	color: #fff;
	padding: clamp(2.5rem, 5.5vw, 4rem) clamp(1rem, 3vw, 1.5rem) clamp(2rem, 4vw, 2.75rem);
	margin-top: 0;
}

.adyanex-hero::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
	pointer-events: none;
}

.adyanex-hero__bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 12% 22%, rgba(255, 255, 255, 0.14), transparent 40%),
		radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.08), transparent 34%);
	pointer-events: none;
}

.adyanex-hero__wrap {
	position: relative;
	z-index: 1;
	max-width: min(1120px, calc(100vw - 2rem));
	margin: 0 auto;
}

.adyanex-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(1.5rem, 3.5vw, 2.75rem);
	align-items: center;
}

.adyanex-hero__copy {
	min-width: 0;
}

.adyanex-hero__copy br,
.adyanex-hero__actions br,
.adyanex-hero__panel-core br,
.adyanex-hero__module br,
.adyanex-hero__stats br {
	display: none;
}

.adyanex-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-bottom: 0.9rem;
	padding: 0.4rem 0.95rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.28);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1;
}

.adyanex-hero__badge::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 8px rgba(255, 255, 255, 0.75);
	flex-shrink: 0;
}

.adyanex-hero__title {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	margin: 0 0 0.9rem;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: #fff;
}

.adyanex-hero__title-line {
	font-size: clamp(1.9rem, 4.5vw, 2.75rem);
	color: #fff;
}

.adyanex-hero__title-line--accent {
	font-size: clamp(1.55rem, 3.6vw, 2.2rem);
	font-weight: 700;
	color: rgba(255, 255, 255, 0.92);
}

.adyanex-hero__lead {
	margin: 0 0 1.25rem;
	max-width: 42ch;
	font-size: clamp(0.98rem, 1.55vw, 1.08rem);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.9);
}

.adyanex-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 1.25rem;
	line-height: 0;
	font-size: 0;
}

.adyanex-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.8rem 1.35rem;
	border-radius: 999px;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.adyanex-hero__btn--primary {
	background: #fff;
	color: #0f766e !important;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}

.adyanex-hero__btn--primary:hover {
	transform: translateY(-2px);
	background: #f0fdfa;
	color: #0d9488 !important;
}

.adyanex-hero__btn--ghost {
	background: rgba(255, 255, 255, 0.08);
	color: #fff !important;
	border: 1.5px solid rgba(255, 255, 255, 0.55);
}

.adyanex-hero__btn--ghost:hover {
	background: rgba(255, 255, 255, 0.16);
	color: #fff !important;
}

.adyanex-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.65rem;
	max-width: 420px;
}

.adyanex-hero__stat {
	display: flex;
	flex-direction: column;
	gap: 0.12rem;
	padding: 0.6rem 0.5rem;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	text-align: center;
}

.adyanex-hero__stat strong {
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.1;
	color: #fff;
}

.adyanex-hero__stat span {
	font-size: 0.68rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.82);
	letter-spacing: 0.02em;
}

.adyanex-hero__stat-divider {
	display: none;
}

/* Right panel */
.adyanex-hero__visual {
	min-width: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.adyanex-hero__panel {
	position: relative;
	width: min(100%, 400px);
	padding: 1.35rem 1.25rem 1.25rem;
	border-radius: 22px;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.8);
	box-shadow: 0 20px 44px rgba(15, 118, 110, 0.2);
	text-align: center;
}

.adyanex-hero__panel-glow {
	position: absolute;
	top: -30%;
	left: 50%;
	transform: translateX(-50%);
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(45, 212, 191, 0.28), transparent 70%);
	pointer-events: none;
}

.adyanex-hero__panel-core {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.12rem;
	width: 156px;
	height: 156px;
	margin: 0 auto 1.15rem;
	padding: 0.5rem;
	border-radius: 50%;
	background: linear-gradient(145deg, #2dd4bf 0%, #0d9488 55%, #0f766e 100%);
	box-shadow: 0 12px 28px rgba(13, 148, 136, 0.32);
	line-height: 1.1;
	font-size: 0;
}

.adyanex-hero__panel-brand {
	font-size: 1.45rem;
	font-weight: 800;
	color: #fff;
	letter-spacing: -0.02em;
}

.adyanex-hero__panel-label {
	font-size: 0.72rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.95);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.adyanex-hero__panel-by {
	font-size: 0.62rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: 0.02em;
}

.adyanex-hero__modules {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.adyanex-hero__module {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	min-height: 52px;
	padding: 0.55rem 0.6rem;
	border-radius: 12px;
	background: #f0fdfa;
	border: 1px solid rgba(13, 148, 136, 0.12);
	text-align: left;
	line-height: 0;
	font-size: 0;
}

.adyanex-hero__module-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 9px;
	background: #fff;
	color: #0d9488;
	box-shadow: 0 2px 6px rgba(13, 148, 136, 0.1);
}

.adyanex-hero__module-svg {
	display: block;
	width: 17px;
	height: 17px;
}

.adyanex-hero__module-label {
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.25;
	color: #134e4a;
}

@media (max-width: 768px) {
	.adyanex-hero__grid {
		grid-template-columns: 1fr;
		gap: 1.35rem;
	}

	.adyanex-hero__visual {
		order: -1;
	}

	.adyanex-hero__panel {
		width: min(100%, 360px);
	}

	.adyanex-hero__stats {
		max-width: none;
	}
}

@media (max-width: 560px) {
	.adyanex-hero__stats {
		grid-template-columns: 1fr;
	}

	.adyanex-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.adyanex-hero__btn {
		width: 100%;
		white-space: normal;
	}

	.adyanex-hero__modules {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.adyanex-hero__btn--primary:hover {
		transform: none;
	}
}
