.eiman-es-wrap {
	max-width: 720px;
	margin: 0 auto;
	padding: 46px 20px 20px;
	text-align: center;
	position: relative;
	border-radius: 30px;
	background:
		radial-gradient(circle at 12% 8%, rgba(201, 160, 92, 0.16), transparent 45%),
		radial-gradient(circle at 90% 85%, rgba(22, 33, 62, 0.08), transparent 45%),
		linear-gradient(170deg, #f7f9fc 0%, #eef2f8 100%);
	overflow: hidden;
}

.eiman-es-crest {
	position: relative;
	z-index: 1;
	width: 250px;
	height: auto;
	margin-bottom: 12px;
}

.eiman-es-wrap h2,
.eiman-es-rule,
.eiman-es-subtitle,
.eiman-es-grid,
.eiman-es-cta {
	position: relative;
	z-index: 1;
}

.eiman-es-wrap h2 {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-weight: 700;
	font-size: clamp(26px, 7vw, 38px);
	letter-spacing: 0.04em;
	margin: 0 0 14px;
	color: #16213e;
	text-transform: uppercase;
}

.eiman-es-rule {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 14px;
}

.eiman-es-rule span {
	width: 60px;
	height: 1px;
	background: linear-gradient(90deg, transparent, #c9a05c);
}

.eiman-es-rule span.eiman-es-rule-r {
	background: linear-gradient(90deg, #c9a05c, transparent);
}

.eiman-es-rule svg {
	width: 9px;
	height: 9px;
	color: #c9a05c;
	transform: rotate(45deg);
	flex: 0 0 auto;
}

.eiman-es-subtitle {
	font-size: 15px;
	color: #5b6b85;
	margin: 0 0 34px;
}

.eiman-es-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	text-align: left;
}

.eiman-es-tile {
	background: #ffffff;
	border: 1px solid #eef1f7;
	border-radius: 22px;
	padding: 26px 22px;
	box-shadow: 0 10px 26px rgba(22, 33, 62, 0.06);
	text-decoration: none;
	display: block;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.eiman-es-tile:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 32px rgba(22, 33, 62, 0.12);
}

.eiman-es-tile-icon {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: #f3f6fb;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}

.eiman-es-tile-icon img {
	width: 58px;
	height: auto;
	max-height: 58px;
	object-fit: contain;
}

.eiman-es-tile-title {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-weight: 700;
	font-size: 19px;
	color: #16213e;
	line-height: 1.25;
	margin-bottom: 6px;
}

.eiman-es-tile-desc {
	font-size: 13px;
	color: #5b6b85;
	line-height: 1.45;
	margin-bottom: 16px;
}

.eiman-es-tile-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12.5px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #c9a05c;
}

.eiman-es-tile-link svg {
	width: 15px;
	height: 15px;
	transition: transform 0.2s ease;
}

.eiman-es-tile:hover .eiman-es-tile-link svg {
	transform: translateX(3px);
}

.eiman-es-cta {
	width: 100%;
	margin-top: 16px;
	display: flex;
	align-items: center;
	gap: 16px;
	background: #fbf6ea;
	border: 1px solid #ecdcb3;
	border-radius: 20px;
	padding: 18px 22px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
	font-family: inherit;
	text-align: left;
	transition: background 0.2s ease, box-shadow 0.2s ease;
}

.eiman-es-cta:hover {
	box-shadow: 0 10px 24px rgba(163, 103, 31, 0.14);
}

.eiman-es-cta-icon {
	flex: 0 0 auto;
	width: 54px;
	height: 54px;
	border-radius: 14px;
	background: linear-gradient(155deg, #d7a256, #a3671f);
	display: flex;
	align-items: center;
	justify-content: center;
}

.eiman-es-cta-icon svg {
	width: 24px;
	height: 24px;
	color: #fff;
}

.eiman-es-cta-text {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.eiman-es-cta-title {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #16213e;
}

.eiman-es-cta-sub {
	font-size: 13px;
	color: #5b6b85;
	margin-top: 2px;
}

.eiman-es-cta-arrow {
	flex: 0 0 auto;
	color: #c9a05c;
}

.eiman-es-cta-arrow svg {
	width: 20px;
	height: 20px;
}

@media (max-width: 480px) {
	.eiman-es-grid {
		grid-template-columns: 1fr;
	}
}
