/* AUTOMATIONS */
section#automations {
	background: var(--auto-tint);
	padding-top: 3rem;
	padding-bottom: 3rem;
	border-left: 3px solid var(--auto);
}

.sec-badge.auto {
	color: var(--auto);
	border-color: var(--auto);
	background: var(--auto-bg);
}

#automations .addons {
	background: var(--auto-bg);
	border: 0.5px solid rgba(8, 145, 178, 0.15);
	border-top: 3px solid var(--auto);
	margin-bottom: 2rem;
	padding: 1.5rem;
}

#automations .faq-section-header {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--auto);
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

#automations .addon {
	border-left: 3px solid var(--auto);
	cursor: pointer;
}

#automations .addon-ico {
	background: var(--auto-bg);
}

#automations .addon-name span {
	color: var(--auto);
	font-weight: 400;
	font-size: 12px;
}

#automations .wi-acc-item {
	border: 0.5px solid var(--border);
	border-radius: var(--radius-lg);
	overflow: hidden;
	transition: border-color 0.2s, background-color 0.2s;
	background: var(--bg);
	margin-bottom: 0.6rem;
}

#automations .wi-acc-btn {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 1.25rem;
	background: transparent;
	border: none;
	border-left: 3px solid var(--auto);
	border-radius: 10px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	font-family: var(--sans);
	color: var(--ink);
	text-align: left;
}

#automations .wi-acc-ico {
	color: var(--auto) !important;
	font-size: 1.2rem;
	transition: transform 0.25s ease;
}

#automations .wi-acc-item.open .wi-acc-ico {
	transform: rotate(45deg);
}

#automations .wi-acc-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
}

#automations .wi-acc-item:hover {
	border-color: var(--auto) !important;
	background-color: var(--auto-bg) !important;
}

#automations .pcard {
	background: var(--bg);
	border-left: 3px solid var(--auto);
}

#automations #auto-pipeline:hover {
	box-shadow: 0 12px 24px rgba(8, 145, 178, 0.2) !important;
}

#automations .pbadge {
	background: linear-gradient(135deg, var(--auto), var(--auto-dark));
}

#automations .pprice {
	background: linear-gradient(135deg, var(--auto), var(--auto-dark));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.pf-ck-auto {
	color: var(--auto) !important;
	font-weight: 700;
	margin-right: 4px;
	flex-shrink: 0;
}

#automations .pbtn {
	background: linear-gradient(135deg, var(--auto), var(--auto-dark));
	color: #fff;
	border-color: transparent;
}

/* FAQs */
#automations .faq-item {
	background: var(--bg) !important;
	border-left: 3px solid var(--auto) !important;
}

#automations .faq-ico {
	color: var(--auto) !important;
	font-size: 1.2rem;
	transition: transform 0.25s ease, color 0.2s ease;
}

#automations .faq-item:hover {
	background: var(--auto-bg) !important;
	background-color: var(--auto-bg) !important;
	border-color: var(--auto) !important;
	border-left: 3px solid var(--auto) !important;
}

#automations .faq-item:hover .faq-q {
	color: #ffffff !important;
}

#automations .faq-item:hover .faq-ico {
	color: var(--auto) !important;
}

#automations .faq-item.open:not(:hover) {
	background: var(--bg) !important;
	background-color: var(--bg) !important;
	border-color: var(--auto) !important;
	border-left: 3px solid var(--auto) !important;
}

#automations .faq-item.open:not(:hover) .faq-q {
	color: var(--ink) !important;
}

#automations .faq-item.open:not(:hover) .faq-ico {
	color: var(--auto) !important;
}

/* Accordion & FAQ dividers */
#automations .wi-acc-btn {
	border-bottom: none !important;
	outline: none !important;
	box-shadow: none !important;
}

#automations .wi-acc-body {
	border-top: 1px solid rgba(8, 145, 178, 0.2) !important;
}

#automations .faq-item.open .faq-a {
	border-top: 1px solid rgba(8, 145, 178, 0.2) !important;
}