.sc-dfa1b787-wrapper {
	font-family: sans-serif;
	width: 100%;
}
.sc-dfa1b787-carousel-container {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	background: #000;
}
.sc-dfa1b787-track {
	display: flex;
	transition: transform 0.5s ease-in-out;
	width: 100%;
}
.sc-dfa1b787-slide {
	flex: 0 0 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: center;
}
.sc-dfa1b787-overlay {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	z-index: 1;
}
.sc-dfa1b787-content {
	position: relative;
	z-index: 2;
	padding: 60px;
	max-width: 600px;
}
.sc-dfa1b787-number { margin-bottom: 20px; font-weight: bold; opacity: 0.8; }
.sc-dfa1b787-title { font-size: 3rem; margin: 0 0 20px; font-weight: bold; }
.sc-dfa1b787-desc { font-size: 1.1rem; line-height: 1.6; margin-bottom: 30px; opacity: 0.9; }

.sc-dfa1b787-features { margin-bottom: 30px; border-top: 1px solid rgba(255,255,255,0.2); padding-top: 20px;}
.sc-dfa1b787-feature { display: flex; align-items: center; margin-bottom: 15px; }
.sc-dfa1b787-f-icon { width: 40px; height: 40px; background: rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; }
.sc-dfa1b787-f-icon svg { width: 20px; height: 20px; fill: currentColor; }
.sc-dfa1b787-f-text strong { display: block; font-size: 1rem; }
.sc-dfa1b787-f-text span { display: block; font-size: 0.85rem; opacity: 0.7; }

.sc-dfa1b787-cta {
	display: inline-flex;
	align-items: center;
	background: #7bb026;
	color: #fff;
	padding: 12px 24px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: bold;
	transition: background 0.3s;
}
.sc-dfa1b787-cta:hover { background: #6a9920; color: #fff; }
.sc-dfa1b787-cta-icon { margin-left: 10px; background: #fff; color: #7bb026; width: 24px; height: 24px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }

.sc-dfa1b787-arrows {
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 3;
	display: flex;
	gap: 10px;
}
.sc-dfa1b787-arrows button {
	background: rgba(0,0,0,0.5);
	color: #fff;
	border: 1px solid rgba(255,255,255,0.2);
	width: 40px; height: 40px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s;
}
.sc-dfa1b787-arrows button:hover { background: #7bb026; border-color: #7bb026; }

.sc-dfa1b787-nav {
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-radius: 12px;
	padding: 20px 30px;
	margin-top: -30px;
	position: relative;
	z-index: 5;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	overflow-x: auto;
}
.sc-dfa1b787-nav-item {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	color: #666;
	transition: color 0.3s;
	padding: 10px;
	white-space: nowrap;
}
.sc-dfa1b787-nav-item svg { width: 24px; height: 24px; fill: currentColor; }
.sc-dfa1b787-nav-item:hover, .sc-dfa1b787-nav-item.active { color: #7bb026; font-weight: bold; }
