/* Styles for CredAble CAM Generator Features Section */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');

.credable-sec-47771161 {
	position: relative;
	background-color: #F8F9FC;
	padding: 75px 20px;
	width: 100%;
	font-family: 'Inter', sans-serif;
	overflow: hidden;
	box-sizing: border-box;
}

.credable-sec-47771161 *,
.credable-sec-47771161 *::before,
.credable-sec-47771161 *::after {
	box-sizing: border-box;
}

/* Accent glow graphics in background */
.credable-glow-blue-47771161 {
	position: absolute;
	top: -10%;
	right: 5%;
	width: 450px;
	height: 450px;
	background: radial-gradient(circle, rgba(23, 105, 213, 0.08) 0%, rgba(23, 105, 213, 0) 70%);
	pointer-events: none;
	filter: blur(40px);
}

.credable-glow-orange-47771161 {
	position: absolute;
	top: -5%;
	left: -5%;
	width: 450px;
	height: 450px;
	background: radial-gradient(circle, rgba(241, 90, 50, 0.07) 0%, rgba(241, 90, 50, 0) 70%);
	pointer-events: none;
	filter: blur(40px);
}

/* Curved decorative lines background absolute overlay */
.credable-bg-lines-47771161 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}

.credable-container-47771161 {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

/* Badge/Logo */
.credable-badge-wrapper-47771161 {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.credable-ai-badge-47771161 {
	position: relative;
	background: linear-gradient(135deg, #07152F 0%, #0A1C3E 100%);
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 20px rgba(7, 21, 47, 0.3), 
	            0 0 15px rgba(23, 105, 213, 0.2), 
	            0 0 15px rgba(241, 90, 50, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.credable-badge-star-47771161 {
	position: absolute;
	right: 4px;
	top: 4px;
	font-size: 8px;
	color: #FFD23F;
	text-shadow: 0 0 4px #FFD23F;
}

/* Headings */
.credable-heading-47771161 {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.15;
	color: #07152F;
	margin: 0 auto 50px auto;
	max-width: 800px;
	letter-spacing: -0.02em;
}

.text-orange-47771161 {
	color: #F15A32;
	background: linear-gradient(120deg, #F15A32 0%, #FA8C16 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.text-blue-47771161 {
	color: #1769D5;
	background: linear-gradient(120deg, #1769D5 0%, #36CFC9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

/* Cards Layout */
.credable-cards-row-47771161 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 22px;
	width: 100%;
}

.credable-card-47771161 {
	background: #FFFFFF;
	border: 1.5px solid #E5E8EF;
	border-radius: 20px;
	padding: 24px 14px 18px 14px;
	width: 162px;
	min-height: 168px;
	box-shadow: 0 8px 25px rgba(20, 40, 80, 0.04);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	transition: all 0.3s ease;
	z-index: 2;
}

.credable-card-47771161:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 35px rgba(20, 40, 80, 0.08);
	border-color: #D1D7E4;
}

/* Card Icons */
.credable-card-icon-container-47771161 {
	position: relative;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}

.bg-radial-orange-47771161 {
	background: radial-gradient(circle, rgba(241, 90, 50, 0.12) 0%, rgba(241, 90, 50, 0.01) 75%);
}

.bg-radial-blue-47771161 {
	background: radial-gradient(circle, rgba(23, 105, 213, 0.12) 0%, rgba(23, 105, 213, 0.01) 75%);
}

/* Minimal Accent Lines under Icons */
.credable-card-accent-line-47771161 {
	display: block;
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 14px;
	height: 2px;
	border-radius: 2px;
}

.bg-orange-line-47771161 {
	background-color: #F15A32;
}

.bg-blue-line-47771161 {
	background-color: #1769D5;
}

/* Card typography */
.credable-card-text-47771161 {
	font-size: 11.5px;
	font-weight: 500;
	line-height: 1.5;
	color: #303746;
	margin: 0;
	padding-top: 4px;
	letter-spacing: -0.01em;
}

/* Responsive Styles */
@media (max-width: 991px) {
	.credable-cards-row-47771161 {
		flex-wrap: wrap;
		gap: 20px;
	}
	.credable-card-47771161 {
		width: calc(33.33% - 14px);
		min-width: 155px;
	}
	.credable-heading-47771161 {
		font-size: 32px;
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.credable-card-47771161 {
		width: calc(50% - 10px);
	}
	.credable-sec-47771161 {
		padding: 55px 15px;
	}
	.credable-heading-47771161 {
		font-size: 26px;
	}
}

@media (max-width: 480px) {
	.credable-cards-row-47771161 {
		flex-direction: column;
		align-items: center;
	}
	.credable-card-47771161 {
		width: 100%;
		max-width: 280px;
	}
}
