.logo img {
	content: url("af88-logo.svg");
	height: 44px;
	width: auto;
	max-width: 220px;
	object-fit: contain;
}

.af88-home {
	background: #effffd;
	color: #fff;
	padding: 30px 0 24px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.af88-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(280px, .85fr);
	gap: 22px;
	align-items: stretch;
}

.af88-hero {
	min-height: 304px;
	padding: 34px;
	border-radius: 8px;
	background:
		linear-gradient(130deg, #14b8a6 0%, #063b3f 74%),
		radial-gradient(circle at 82% 22%, #a3e63555, transparent 34%);
	border: 1px solid rgba(255,255,255,.16);
	box-shadow: 0 18px 40px rgba(0,0,0,.2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.af88-hero:after {
	content: "";
	position: absolute;
	right: -48px;
	bottom: -62px;
	width: 190px;
	height: 190px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 50%;
	transform: rotate(0deg);
}

.af88-brand {
	width: 190px;
	max-width: 74%;
	height: auto;
	display: block;
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
}

.af88-hero h1 {
	max-width: 760px;
	margin: 0 0 16px;
	color: #fff;
	font-size: 39px;
	line-height: 1.17;
	font-weight: 900;
	position: relative;
	z-index: 1;
}

.af88-lead {
	max-width: 760px;
	margin: 0;
	color: rgba(255,255,255,.86);
	font-size: 17px;
	line-height: 1.78;
	position: relative;
	z-index: 1;
}

.af88-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
	position: relative;
	z-index: 1;
}

.af88-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 20px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
}

.af88-btn:hover {
	transform: translateY(-1px);
	text-decoration: none;
}

.af88-btn-main {
	background: #a3e635;
	color: #101513;
	border: 1px solid #a3e635;
}

.af88-btn-main:hover {
	color: #101513;
	filter: brightness(1.05);
}

.af88-btn-line {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255,255,255,.42);
}

.af88-btn-line:hover {
	color: #fff;
	border-color: #fff;
}

.af88-panel {
	padding: 26px;
	border-radius: 8px;
	background: #ffffff;
	color: #17221d;
	border: 1px solid rgba(23,34,29,.1);
}

.af88-panel-title {
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	color: #14b8a6;
	margin-bottom: 18px;
}

.af88-link-grid {
	display: grid;
	gap: 12px;
}

.af88-link-grid a {
	display: block;
	padding: 16px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid rgba(23,34,29,.1);
	color: #17221d;
	text-decoration: none;
}

.af88-link-grid a:hover {
	border-color: #14b8a6;
	text-decoration: none;
}

.af88-link-grid span {
	display: block;
	margin-bottom: 4px;
	color: #6a756f;
	font-size: 13px;
}

.af88-link-grid strong {
	display: block;
	font-size: 16px;
	line-height: 1.45;
}

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

.af88-signal {
	padding: 16px 18px;
	border-radius: 8px;
	background: rgba(255,255,255,.82);
	border: 1px solid rgba(255,255,255,.15);
	display: flex;
	align-items: center;
	gap: 12px;
}

.af88-signal span {
	width: 38px;
	height: 38px;
	border-radius: 8px;
	background: #a3e635;
	color: #111814;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	flex: 0 0 auto;
}

.af88-signal strong {
	color: #063b3f;
	font-size: 15px;
	line-height: 1.35;
}

.af88-section {
	margin-bottom: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e7ece8;
}

.af88-section span {
	display: block;
	margin-bottom: 6px;
	color: #14b8a6;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.af88-section h2 {
	margin: 0;
	color: #17221d;
	font-size: 26px;
	line-height: 1.28;
	font-weight: 900;
}

.af88-card {
	border: 1px solid #edf2ee;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.af88-card:hover {
	transform: translateY(-2px);
	border-color: #14b8a655;
	box-shadow: 0 14px 28px rgba(23,34,29,.08) !important;
}

.af88-card h2 {
	font-size: 22px;
	line-height: 1.42;
}

.af88-card h2 a {
	color: #17221d;
}

.af88-card h2 a:hover,
.af88-read:hover {
	color: #14b8a6;
	text-decoration: none;
}

.af88-read {
	display: inline-flex;
	margin-top: 14px;
	color: #14b8a6;
	font-weight: 900;
	text-decoration: none;
}

.af88-side {
	padding: 18px;
	border-radius: 8px;
	background: #063b3f;
	color: rgba(255,255,255,.8);
	border: 1px solid rgba(255,255,255,.1);
}

.af88-side img {
	width: 150px;
	max-width: 90%;
	height: auto;
	display: block;
	margin-bottom: 14px;
}

.af88-side p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
}

@media (max-width: 991.98px) {
	.af88-shell,
	.af88-signals {
		grid-template-columns: 1fr;
	}

	.af88-hero {
		min-height: auto;
		padding: 28px;
	}

	.af88-hero h1 {
		font-size: 32px;
	}
}

@media (max-width: 575.98px) {
	.af88-home {
		padding: 18px 0;
	}

	.af88-hero,
	.af88-panel {
		padding: 22px;
	}

	.af88-brand {
		width: 158px;
	}

	.af88-hero h1 {
		font-size: 28px;
	}

	.af88-lead {
		font-size: 15px;
	}

	.af88-btn {
		width: 100%;
	}
}
