/* Homepage Section 2 Widget - Full Width Layout */

/* Force full-width, remove all spacing */
.elementor-widget-homepage-section-2 {
	padding: 0 !important;
	margin: 0 !important;
	width: 100vw !important;
	max-width: 100vw !important;
	left: 50% !important;
	right: 50% !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	position: relative !important;
}

.elementor-widget-homepage-section-2 .elementor-widget-container {
	padding: 0 !important;
	margin: 0 !important;
}

/* Remove Elementor container padding */
.e-con-inner:has(> .elementor-widget-homepage-section-2) {
	padding: 0 !important;
}

/* Main section */
.homepage-section-2 {
	padding: 112px 64px;
	box-sizing: border-box;
}

/* Container */
.homepage-section-2 .section-container {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	gap: 80px;
	align-items: center;
}

/* Content side */
.homepage-section-2 .section-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

/* Tagline */
.homepage-section-2 .tagline-wrapper {
	margin-bottom: 16px;
}

.homepage-section-2 .section-tagline {
	font-family: Inter, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	color: #ffffff;
}

/* Heading */
.homepage-section-2 .section-heading {
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: -0.48px;
	margin: 0 0 24px 0;
	color: #ffffff;
}

/* Description */
.homepage-section-2 .section-description {
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	color: #ffffff;
}

/* Features */
.homepage-section-2 .feature-items {
	display: flex;
	gap: 24px;
}

.homepage-section-2 .feature-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.homepage-section-2 .feature-icon {
	width: 48px;
	height: 48px;
}

.homepage-section-2 .feature-icon img {
	width: 100%;
	height: 100%;
	display: block;
}

.homepage-section-2 .feature-title {
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: -0.2px;
	margin: 0;
	color: #ffffff;
}

.homepage-section-2 .feature-description {
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	color: #ffffff;
}

/* Buttons */
.homepage-section-2 .section-buttons {
	display: flex;
	gap: 24px;
	align-items: center;
}

.homepage-section-2 .button {
	background-color: #ffffff !important;
	color: #0c0c0c !important;
	padding: 10px 24px !important;
	font-family: Inter, sans-serif !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	text-decoration: none !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	border-radius: 0 !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
}

.homepage-section-2 .button-primary {
	border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.homepage-section-2 .button-secondary {
	border: none !important;
	height: 43px !important;
}

.homepage-section-2 .button svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

/* Image side */
.homepage-section-2 .section-image {
	flex: 1;
	aspect-ratio: 600/640;
}

.homepage-section-2 .section-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
