@media (min-width: 1101px) {
	.sa-scope-list > .sa-scope-item {
		grid-column: span 3;
	}
}

.sa-trigger {
	max-width: 90rem;
	margin: 0 auto;
	padding: 5rem 1.5rem;
	background: linear-gradient(180deg, #ffffff 0%, #eef3fa 100%);
}

.sa-trigger-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(2rem, 4vw, 3.5rem);
	align-items: center;
}

.sa-trigger-visual {
	position: relative;
	height: 30rem;
	border-radius: 1.5rem;
	overflow: hidden;
	box-shadow: 0 24px 50px rgba(10, 25, 47, 0.16);
}

.sa-trigger-visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sa-trigger-badge {
	position: absolute;
	right: 1.25rem;
	bottom: 1.25rem;
	padding: 0.9rem 1.1rem;
	border-radius: 1rem;
	background: linear-gradient(135deg, var(--brand-gold) 0%, #b08a4f 100%);
	color: #fff;
	box-shadow: 0 14px 28px rgba(10, 25, 47, 0.28);
	text-align: center;
}

.sa-trigger-badge span {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 0.72rem;
	letter-spacing: 0.06em;
	opacity: 0.92;
}

.sa-trigger-badge strong {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
}

.sa-section-head--left {
	margin-bottom: 1.75rem;
	text-align: left;
}

.sa-section-head--left .section-label {
	text-align: left;
}

.sa-trigger-list {
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sa-trigger-item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 1rem;
	padding: 1.05rem 0.25rem;
	border-top: 1px solid #e4ebf4;
}

.sa-trigger-item:first-child {
	border-top: none;
}

.sa-trigger-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.85rem;
	height: 2.85rem;
	border-radius: 0.85rem;
	background: rgba(193, 157, 104, 0.12);
	color: var(--brand-gold);
	font-size: 1.2rem;
}

.sa-trigger-item h3 {
	margin-bottom: 0.3rem;
	color: #0a192f;
	font-size: 1.0625rem;
}

.sa-trigger-item p {
	color: #64748b;
	font-size: 0.9rem;
	line-height: 1.7;
}

.sa-highlight {
	max-width: 90rem;
	margin: 0 auto;
	padding: 5rem 1.5rem;
	background:
		radial-gradient(circle at left top, rgba(193, 157, 104, 0.07), transparent 32%),
		#fff;
}

.sa-highlight-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
}

.sa-highlight-card {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 1.5rem;
	padding: 2rem 1.9rem;
	overflow: hidden;
	border: 1px solid #e2e8f0;
	border-radius: 1.25rem;
	background: #fff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sa-highlight-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 26px 54px rgba(15, 23, 42, 0.09);
}

.sa-highlight-num {
	position: absolute;
	top: 0.75rem;
	right: 1.25rem;
	font-family: "Inter", sans-serif;
	font-size: 2.75rem;
	font-weight: 800;
	line-height: 1;
	color: rgba(193, 157, 104, 0.16);
	pointer-events: none;
}

.sa-highlight-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	background: #0a192f;
	color: var(--brand-gold);
	font-size: 1.5rem;
}

.sa-highlight-body h3 {
	margin-bottom: 0.6rem;
	color: #0a192f;
	font-size: 1.15rem;
}

.sa-highlight-body p {
	color: #64748b;
	font-size: 0.9375rem;
	line-height: 1.8;
}

@media (max-width: 1100px) {
	.sa-trigger-layout {
		grid-template-columns: 1fr;
	}

	.sa-trigger-visual {
		height: 20rem;
	}
}

@media (max-width: 768px) {
	.sa-highlight-grid {
		grid-template-columns: 1fr;
	}
}
