/* Integrations — full-width bands, centered content */

body.autonemo-integrations-page-active {
	background: #f3f5f9;
}

body.autonemo-integrations-page-active .page-content-wrapper {
	padding-top: 28px;
}

body.autonemo-integrations-page-active .page-content-wrapper > .autonemo-page-content,
body.autonemo-integrations-page-active .page-content-wrapper > .container > .autonemo-page-content {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.autonemo-integrations-page-active .page-content-wrapper > .container {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.autonemo-integrations-page-active .page-content-wrapper > .autonemo-page-content {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.autonemo-integrations-page {
	max-width: none;
	width: 100%;
	padding: 0;
	background: transparent !important;
}

.autonemo-integrations-page,
.autonemo-integrations-page p,
.autonemo-integrations-page li,
.autonemo-integrations-page span,
.autonemo-integrations-page strong,
.autonemo-integrations-page h1,
.autonemo-integrations-page h2,
.autonemo-integrations-page h3,
.autonemo-integrations-page h4 {
	-webkit-text-fill-color: unset;
}

.autonemo-intg-band {
	width: 100%;
}

.autonemo-intg-band--hero {
	background:
		linear-gradient(135deg, rgba(226, 35, 26, 0.07) 0%, rgba(255, 255, 255, 0) 48%),
		#fff;
	border-bottom: 1px solid rgba(11, 12, 12, 0.06);
}

.autonemo-intg-band--marquee {
	background: var(--autonemo-black, #0b0c0c);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.autonemo-intg-band--nav {
	background: #fff;
	border-bottom: 1px solid rgba(11, 12, 12, 0.06);
}

.autonemo-intg-band--api {
	background: #eef1f6;
}

.autonemo-intg-band--sections {
	background: #f3f5f9;
}

.autonemo-intg-band--footer {
	background: #eef1f6;
	border-top: none;
}

.autonemo-intg-shell {
	width: 100%;
	max-width: var(--autonemo-site-width, 1320px);
	margin: 0 auto;
	padding: 0 var(--autonemo-site-gutter, 24px);
	box-sizing: border-box;
}

.autonemo-intg-band--hero.section-padding {
	padding-top: clamp(12px, 2vw, 24px);
	padding-bottom: clamp(44px, 5vw, 68px);
}

.autonemo-intg-band--api.section-padding,
.autonemo-intg-band--sections.section-padding {
	padding-top: clamp(32px, 4.5vw, 52px);
	padding-bottom: clamp(32px, 4.5vw, 52px);
}

.autonemo-intg-eyebrow {
	display: inline-flex;
	align-items: center;
	margin: 0 0 12px;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(226, 35, 26, 0.08);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--autonemo-red, #e2231a) !important;
	-webkit-text-fill-color: var(--autonemo-red, #e2231a) !important;
}

/* ── Hero (centered) ── */
.autonemo-intg-hero {
	margin: 0;
}

.autonemo-intg-hero__inner {
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

.autonemo-intg-hero h1 {
	margin: 0 auto 16px;
	max-width: none;
	font-size: clamp(1.85rem, 3.6vw, 2.85rem);
	line-height: 1.12;
	letter-spacing: -0.02em;
	color: var(--autonemo-black, #0b0c0c) !important;
	-webkit-text-fill-color: var(--autonemo-black, #0b0c0c) !important;
}

.autonemo-intg-typewriter {
	color: var(--autonemo-red, #e2231a) !important;
	-webkit-text-fill-color: var(--autonemo-red, #e2231a) !important;
	font-weight: 700;
}

.autonemo-intg-typewriter + .typed-cursor {
	color: var(--autonemo-red, #e2231a);
	opacity: 0.85;
}

.autonemo-intg-lead {
	max-width: 680px;
	margin: 0 auto 20px;
	font-size: clamp(0.98rem, 1.8vw, 1.06rem);
	line-height: 1.65;
	color: #4a4a4e !important;
	-webkit-text-fill-color: #4a4a4e !important;
}

.autonemo-intg-hero__api-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0 0 22px;
}

.autonemo-intg-hero__api-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 12px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.autonemo-intg-hero__api-pill--get {
	background: rgba(226, 35, 26, 0.08);
	color: var(--autonemo-red, #e2231a) !important;
	-webkit-text-fill-color: var(--autonemo-red, #e2231a) !important;
}

.autonemo-intg-hero__api-pill--post {
	background: rgba(11, 12, 12, 0.06);
	color: var(--autonemo-black, #0b0c0c) !important;
	-webkit-text-fill-color: var(--autonemo-black, #0b0c0c) !important;
}

.autonemo-intg-hero__api-pill small {
	font-size: 0.65rem;
	font-weight: 500;
	opacity: 0.7;
	letter-spacing: 0;
}

.autonemo-intg-cap__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.autonemo-intg-cap__item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 13px;
	border-radius: 999px;
	font-size: 0.74rem;
	font-weight: 600;
	color: #1a1a1a !important;
	-webkit-text-fill-color: #1a1a1a !important;
	background: #f4f6f9;
	border: 1px solid rgba(11, 12, 12, 0.07);
}

.autonemo-intg-cap__item i {
	font-size: 0.72rem;
	color: var(--autonemo-red, #e2231a);
}

.autonemo-intg-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.autonemo-intg-hero__figure {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: clamp(28px, 4vw, 40px) auto 0;
	max-width: min(960px, 100%);
	min-height: 220px;
	padding: clamp(16px, 3vw, 28px);
	border-radius: 20px;
	overflow: hidden;
	background: #eef1f6;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
	border: 1px solid rgba(11, 12, 12, 0.06);
}

.autonemo-intg-hero__figure img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: min(420px, 52vh);
	object-fit: contain;
	object-position: center;
}

/* ── Marquee strip ── */
.autonemo-intg-marquee {
	overflow: hidden;
	padding: 14px 0;
}

.autonemo-intg-marquee__track {
	display: flex;
	flex-wrap: nowrap;
	gap: 36px;
	width: max-content;
	animation: autonemoIntgMarquee 36s linear infinite;
}

.autonemo-intg-marquee__item {
	flex: 0 0 auto;
	padding: 6px 0;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72) !important;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.72) !important;
	white-space: nowrap;
}

.autonemo-intg-marquee__item::before {
	content: "◆";
	margin-right: 36px;
	color: var(--autonemo-red, #e2231a);
	font-size: 0.55rem;
	vertical-align: middle;
}

@keyframes autonemoIntgMarquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
	.autonemo-intg-marquee__track {
		animation: none;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		gap: 12px 24px;
		padding: 0 var(--autonemo-site-gutter, 24px);
	}
}

/* ── Sticky nav ── */
.autonemo-intg-nav {
	position: sticky;
	top: 76px;
	z-index: 50;
	margin: 0;
	padding: 12px 0;
}

.autonemo-intg-nav__inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 8px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	padding: 4px 0;
}

.autonemo-intg-nav__link {
	flex: 0 0 auto;
	padding: 9px 16px;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 600;
	text-decoration: none;
	color: #4a4a4e !important;
	-webkit-text-fill-color: #4a4a4e !important;
	background: transparent;
	border: 1px solid transparent;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.autonemo-intg-nav__link:hover,
.autonemo-intg-nav__link:focus {
	color: var(--autonemo-red, #e2231a) !important;
	-webkit-text-fill-color: var(--autonemo-red, #e2231a) !important;
	background: rgba(226, 35, 26, 0.06);
	border-color: rgba(226, 35, 26, 0.15);
}

/* ── API specs strip ── */
.autonemo-intg-api-bar {
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

.autonemo-intg-api-bar__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.autonemo-intg-api-spec {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 18px 16px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(11, 12, 12, 0.06);
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.autonemo-intg-api-spec:hover {
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
	transform: translateY(-1px);
}

.autonemo-intg-api-spec i {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: rgba(226, 35, 26, 0.09);
	color: var(--autonemo-red, #e2231a);
	font-size: 0.9rem;
}

.autonemo-intg-api-spec strong {
	display: block;
	font-size: 0.84rem;
	line-height: 1.3;
	margin-bottom: 4px;
	color: var(--autonemo-black, #0b0c0c) !important;
	-webkit-text-fill-color: var(--autonemo-black, #0b0c0c) !important;
}

.autonemo-intg-api-spec span {
	display: block;
	font-size: 0.74rem;
	line-height: 1.45;
	color: #6b6b6f !important;
	-webkit-text-fill-color: #6b6b6f !important;
}

/* ── Integration sections ── */
.autonemo-intg-sections {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.autonemo-intg-section {
	border-radius: 24px;
	background: #fff;
	border: 1px solid rgba(11, 12, 12, 0.06);
	box-shadow: 0 16px 48px rgba(15, 23, 42, 0.06);
	scroll-margin-top: 130px;
	overflow: hidden;
}

.autonemo-intg-section__banner {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 clamp(20px, 3vw, 32px);
	min-height: 0;
	padding: 0;
	overflow: visible;
	background: transparent;
	border: none;
}

.autonemo-intg-section__banner img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: min(280px, 40vw);
	object-fit: contain;
	object-position: center;
	margin: 0 auto;
}

.autonemo-intg-section__inner {
	padding: clamp(28px, 3.5vw, 40px);
	background: #fff;
}

.autonemo-intg-section__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 14px;
	margin-bottom: 14px;
}

.autonemo-intg-section__titles h2 {
	margin: 0 0 10px;
}

.autonemo-intg-section__icon {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	background: linear-gradient(145deg, rgba(226, 35, 26, 0.12) 0%, rgba(226, 35, 26, 0.05) 100%);
	color: var(--autonemo-red, #e2231a);
	font-size: 1.25rem;
}

.autonemo-intg-section__titles h2 {
	margin: 0 0 10px;
	font-size: clamp(1.35rem, 2.2vw, 1.85rem);
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: var(--autonemo-black, #0b0c0c) !important;
	-webkit-text-fill-color: var(--autonemo-black, #0b0c0c) !important;
}

.autonemo-intg-direction {
	display: inline-block;
	padding: 4px 11px;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.autonemo-intg-direction--push {
	background: rgba(59, 130, 246, 0.12);
	color: #1d4ed8 !important;
	-webkit-text-fill-color: #1d4ed8 !important;
}

.autonemo-intg-direction--pull {
	background: rgba(34, 197, 94, 0.12);
	color: #15803d !important;
	-webkit-text-fill-color: #15803d !important;
}

.autonemo-intg-direction--both {
	background: rgba(226, 35, 26, 0.1);
	color: var(--autonemo-red, #e2231a) !important;
	-webkit-text-fill-color: var(--autonemo-red, #e2231a) !important;
}

.autonemo-intg-section__lead {
	max-width: 760px;
	margin: 0 auto 28px;
	text-align: center;
	font-size: 1rem;
	line-height: 1.65;
	color: #4a4a4e !important;
	-webkit-text-fill-color: #4a4a4e !important;
}

.autonemo-intg-section__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	width: 100%;
	text-align: center;
}

.autonemo-intg-section__details {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	justify-content: center;
	gap: 28px 40px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 24px;
	border-top: 1px solid rgba(11, 12, 12, 0.07);
}

.autonemo-intg-section__col {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

/* Partners */
.autonemo-intg-partners {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.autonemo-intg-partner {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 12px;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--autonemo-black, #0b0c0c) !important;
	-webkit-text-fill-color: var(--autonemo-black, #0b0c0c) !important;
	background: #f4f6f9;
	border: 1px solid rgba(11, 12, 12, 0.07);
	transition: border-color 0.15s ease, background 0.15s ease;
}

.autonemo-intg-partner:hover {
	border-color: rgba(226, 35, 26, 0.25);
	background: rgba(226, 35, 26, 0.04);
}

/* Channels, capabilities, file actions — unified tile grid */
.autonemo-intg-channels,
.autonemo-intg-capabilities,
.autonemo-intg-file-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.autonemo-intg-channel,
.autonemo-intg-capability,
.autonemo-intg-file-action {
	flex: 0 1 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 100px;
	padding: 16px 12px;
	border-radius: 16px;
	background: #f8f9fb;
	border: 1px solid rgba(11, 12, 12, 0.06);
	text-align: center;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.autonemo-intg-channel:hover,
.autonemo-intg-capability:hover,
.autonemo-intg-file-action:hover {
	border-color: rgba(226, 35, 26, 0.2);
	box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
}

.autonemo-intg-channel i,
.autonemo-intg-capability i,
.autonemo-intg-file-action i {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: rgba(226, 35, 26, 0.09);
	color: var(--intg-channel-color, var(--autonemo-red, #e2231a));
	font-size: 1rem;
}

.autonemo-intg-channel span,
.autonemo-intg-capability span,
.autonemo-intg-file-action span {
	font-size: 0.76rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--autonemo-black, #0b0c0c) !important;
	-webkit-text-fill-color: var(--autonemo-black, #0b0c0c) !important;
}

/* Config */
.autonemo-intg-config {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding: 20px 22px;
	border-radius: 16px;
	border: 1px dashed rgba(226, 35, 26, 0.3);
	background: rgba(226, 35, 26, 0.03);
	text-align: center;
}

.autonemo-intg-config__label {
	margin: 0 0 12px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--autonemo-red, #e2231a) !important;
	-webkit-text-fill-color: var(--autonemo-red, #e2231a) !important;
}

.autonemo-intg-config__pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.autonemo-intg-config-pill {
	padding: 7px 13px;
	border-radius: 999px;
	font-size: 0.74rem;
	font-weight: 600;
	color: var(--autonemo-black, #0b0c0c) !important;
	-webkit-text-fill-color: var(--autonemo-black, #0b0c0c) !important;
	background: #fff;
	border: 1px solid rgba(11, 12, 12, 0.08);
}

/* Steps */
.autonemo-intg-steps {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.autonemo-intg-step {
	flex: 1 1 180px;
	max-width: 220px;
	padding: 18px 16px;
	border-radius: 16px;
	background: #f8f9fb;
	border: 1px solid rgba(11, 12, 12, 0.06);
}

.autonemo-intg-step__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-bottom: 12px;
	border-radius: 50%;
	background: var(--autonemo-red, #e2231a);
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: 0.72rem;
	font-weight: 700;
}

.autonemo-intg-step__body strong {
	display: block;
	margin-bottom: 6px;
	font-size: 0.88rem;
	color: var(--autonemo-black, #0b0c0c) !important;
	-webkit-text-fill-color: var(--autonemo-black, #0b0c0c) !important;
}

.autonemo-intg-step__body p {
	margin: 0;
	font-size: 0.78rem;
	line-height: 1.5;
	color: #6b6b6f !important;
	-webkit-text-fill-color: #6b6b6f !important;
}

/* Attendance */
.autonemo-intg-attendance-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	justify-content: center;
	gap: 24px;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.autonemo-intg-attendance-col {
	text-align: center;
}

.autonemo-intg-attendance-chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.autonemo-intg-attendance-col h4 {
	margin: 0 0 14px;
	font-size: 0.88rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #6b6b6f !important;
	-webkit-text-fill-color: #6b6b6f !important;
}

.autonemo-intg-attendance-chip {
	padding: 9px 15px;
	border-radius: 12px;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--autonemo-black, #0b0c0c) !important;
	-webkit-text-fill-color: var(--autonemo-black, #0b0c0c) !important;
	background: #f4f6f9;
	border: 1px solid rgba(11, 12, 12, 0.07);
}

.autonemo-intg-attendance-chip--hr {
	background: rgba(226, 35, 26, 0.05);
	border-color: rgba(226, 35, 26, 0.15);
}

/* Features & use cases */
.autonemo-intg-features,
.autonemo-intg-usecases {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: fit-content;
	max-width: 100%;
}

.autonemo-intg-features li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 12px;
	margin-bottom: 12px;
	font-size: 0.92rem;
	line-height: 1.55;
	text-align: left;
	color: var(--autonemo-black, #0b0c0c) !important;
	-webkit-text-fill-color: var(--autonemo-black, #0b0c0c) !important;
}

.autonemo-intg-features li i {
	flex-shrink: 0;
	margin-top: 5px;
	font-size: 0.72rem;
	color: var(--autonemo-red, #e2231a);
}

.autonemo-intg-usecases-wrap,
.autonemo-intg-benefits {
	min-width: 0;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.autonemo-intg-usecases-wrap h4,
.autonemo-intg-benefits h4 {
	margin: 0 0 14px;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #6b6b6f !important;
	-webkit-text-fill-color: #6b6b6f !important;
}

.autonemo-intg-usecases {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.autonemo-intg-usecases li {
	position: relative;
	padding-left: 20px;
	font-size: 0.88rem;
	line-height: 1.5;
	text-align: left;
	max-width: 520px;
	width: 100%;
	color: var(--autonemo-black, #0b0c0c) !important;
	-webkit-text-fill-color: var(--autonemo-black, #0b0c0c) !important;
}

.autonemo-intg-usecases li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--autonemo-red, #e2231a);
}

/* Footer */
.autonemo-intg-footer {
	margin: 0;
	padding: clamp(28px, 4vw, 44px) 0;
	border-radius: 0;
	background: transparent;
}

.autonemo-intg-footer .autonemo-intg-shell {
	max-width: 920px;
	background: #fff;
	border-radius: 22px;
	padding: clamp(24px, 4vw, 40px);
	box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(11, 12, 12, 0.06);
	text-align: center;
}

.autonemo-intg-footer,
.autonemo-intg-footer p,
.autonemo-intg-footer h2,
.autonemo-intg-footer strong {
	color: var(--autonemo-black, #0b0c0c) !important;
	-webkit-text-fill-color: var(--autonemo-black, #0b0c0c) !important;
}

.autonemo-intg-footer__props {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 32px;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(11, 12, 12, 0.08);
}

.autonemo-intg-footer-prop {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 10px;
}

.autonemo-intg-footer-prop i {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: rgba(226, 35, 26, 0.1);
	color: var(--autonemo-red, #e2231a) !important;
	-webkit-text-fill-color: var(--autonemo-red, #e2231a) !important;
	font-size: 1rem;
}

.autonemo-intg-footer-prop strong {
	display: block;
	font-size: 0.78rem;
	line-height: 1.35;
	margin-bottom: 0;
	color: var(--autonemo-black, #0b0c0c) !important;
	-webkit-text-fill-color: var(--autonemo-black, #0b0c0c) !important;
}

.autonemo-intg-footer-prop span {
	display: block;
	font-size: 0.72rem;
	line-height: 1.45;
	color: #64748b !important;
	-webkit-text-fill-color: #64748b !important;
}

.autonemo-intg-footer__cta {
	max-width: 620px;
	margin: 0 auto;
	text-align: center;
}

.autonemo-intg-footer__cta h2 {
	margin: 0 0 12px;
	font-size: clamp(1.35rem, 2.5vw, 1.85rem);
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.autonemo-intg-footer__cta p {
	margin: 0 auto 24px;
	max-width: 560px;
	font-size: 0.96rem;
	line-height: 1.65;
	color: #4a4a4e !important;
	-webkit-text-fill-color: #4a4a4e !important;
}

.autonemo-intg-footer__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.autonemo-intg-footer__actions .primary-btn1,
.autonemo-intg-footer__actions .primary-btn2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 14px;
}

.autonemo-intg-footer__actions .primary-btn1 > span {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

.autonemo-intg-footer__actions .primary-btn2 {
	border-color: var(--autonemo-black, #0b0c0c) !important;
	background: var(--autonemo-black, #0b0c0c) !important;
}

.autonemo-intg-footer__actions .primary-btn2 > span {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

.autonemo-intg-footer__actions .primary-btn2:hover {
	background: #222 !important;
	border-color: #222 !important;
}

/* ── Responsive ── */
@media (max-width: 1199px) {
	.autonemo-intg-api-bar__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.autonemo-intg-steps {
		gap: 12px;
	}

	.autonemo-intg-step {
		flex-basis: 160px;
		max-width: none;
	}

	.autonemo-intg-footer__props {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.autonemo-intg-hero h1 {
		max-width: none;
	}

	.autonemo-intg-section__banner img {
		max-height: min(220px, 48vw);
	}

	.autonemo-intg-section__details {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.autonemo-intg-nav {
		top: 62px;
	}

	.autonemo-intg-api-bar__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.autonemo-intg-steps {
		flex-direction: column;
		align-items: center;
	}

	.autonemo-intg-step {
		flex: 1 1 auto;
		width: 100%;
		max-width: 360px;
	}

	.autonemo-intg-attendance-grid {
		grid-template-columns: 1fr;
	}

	.autonemo-intg-footer__props {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.autonemo-intg-api-bar__grid {
		grid-template-columns: 1fr;
	}

	.autonemo-intg-step {
		max-width: 360px;
	}

	.autonemo-intg-footer__props {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 6px;
	}

	.autonemo-intg-hero__actions {
		flex-direction: column;
	}

	.autonemo-intg-hero__actions .primary-btn1,
	.autonemo-intg-hero__actions .primary-btn2 {
		width: 100%;
		justify-content: center;
	}
}

/* ── Mobile app-style (phones) ── */
@media (max-width: 767px) {
	body.autonemo-integrations-page-active {
		background: #eef0f4;
	}

	body.autonemo-integrations-page-active .page-content-wrapper {
		padding-top: 8px;
	}

	.autonemo-intg-shell {
		padding: 0 12px;
	}

	.autonemo-intg-band--hero {
		background: #eef0f4;
		border-bottom: none;
	}

	.autonemo-intg-band--hero.section-padding {
		padding-top: 4px;
		padding-bottom: 12px;
	}

	.autonemo-intg-hero__inner {
		max-width: none;
		padding: 18px 16px 16px;
		border-radius: 20px;
		background: #fff;
		box-shadow: 0 4px 20px rgba(15, 23, 42, 0.07);
		text-align: left;
	}

	.autonemo-intg-hero h1 {
		margin: 0 0 10px;
		font-size: 1.45rem;
		line-height: 1.18;
	}

	.autonemo-intg-lead {
		margin: 0 0 14px;
		font-size: 0.9rem;
		line-height: 1.55;
		text-align: left;
	}

	.autonemo-intg-hero__api-pills {
		justify-content: flex-start;
		margin-bottom: 14px;
	}

	.autonemo-intg-cap__list {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x proximity;
		gap: 6px;
		margin-bottom: 16px;
		padding-bottom: 2px;
		scrollbar-width: none;
	}

	.autonemo-intg-cap__list::-webkit-scrollbar {
		display: none;
	}

	.autonemo-intg-cap__item {
		flex: 0 0 auto;
		scroll-snap-align: start;
		font-size: 0.68rem;
		padding: 6px 11px;
	}

	.autonemo-intg-hero__actions {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}

	.autonemo-intg-hero__actions .primary-btn1,
	.autonemo-intg-hero__actions .primary-btn2 {
		width: 100%;
		justify-content: center;
		border-radius: 14px;
	}

	.autonemo-intg-hero__figure {
		margin-top: 16px;
		min-height: 0;
		padding: 10px;
		border-radius: 16px;
		box-shadow: none;
		border: 1px solid rgba(11, 12, 12, 0.06);
		background: #f8f9fb;
	}

	.autonemo-intg-hero__figure img {
		max-height: 180px;
	}

	.autonemo-intg-band--marquee {
		display: none;
	}

	.autonemo-intg-band--nav {
		position: sticky;
		top: 58px;
		z-index: 60;
		background: rgba(238, 240, 244, 0.92);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
		border-bottom: none;
		padding: 6px 0 8px;
	}

	.autonemo-intg-band--nav .autonemo-intg-shell {
		padding: 0;
	}

	.autonemo-intg-nav {
		top: 58px;
		padding: 0;
	}

	.autonemo-intg-nav__inner {
		justify-content: flex-start;
		gap: 8px;
		padding: 0 12px 4px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.autonemo-intg-nav__inner::-webkit-scrollbar {
		display: none;
	}

	.autonemo-intg-nav__link {
		scroll-snap-align: start;
		padding: 10px 14px;
		border-radius: 14px;
		font-size: 0.76rem;
		background: #fff;
		border: 1px solid rgba(11, 12, 12, 0.08);
		box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
	}

	.autonemo-intg-band--api {
		background: #eef0f4;
	}

	.autonemo-intg-band--api.section-padding {
		padding-top: 8px;
		padding-bottom: 12px;
	}

	.autonemo-intg-band--api .autonemo-intg-shell {
		padding: 0;
	}

	.autonemo-intg-api-bar__grid {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 10px;
		padding: 0 12px 6px;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.autonemo-intg-api-bar__grid::-webkit-scrollbar {
		display: none;
	}

	.autonemo-intg-api-spec {
		flex: 0 0 78%;
		max-width: 280px;
		scroll-snap-align: start;
		padding: 14px;
		border-radius: 16px;
		box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
	}

	.autonemo-intg-api-spec i {
		width: 36px;
		height: 36px;
		font-size: 0.82rem;
	}

	.autonemo-intg-band--sections {
		background: #eef0f4;
	}

	.autonemo-intg-band--sections.section-padding {
		padding-top: 4px;
		padding-bottom: 20px;
	}

	.autonemo-intg-band--sections .autonemo-intg-shell {
		padding: 0 12px;
	}

	.autonemo-intg-sections {
		gap: 12px;
	}

	.autonemo-intg-section {
		border-radius: 18px;
		border: none;
		box-shadow: 0 2px 16px rgba(15, 23, 42, 0.06);
		scroll-margin-top: 118px;
	}

	.autonemo-intg-section__inner {
		padding: 16px;
	}

	.autonemo-intg-section__banner {
		margin-bottom: 14px;
	}

	.autonemo-intg-section__banner img {
		max-height: min(160px, 44vw);
	}

	.autonemo-intg-section__head {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 12px;
		margin-bottom: 10px;
	}

	.autonemo-intg-section__icon {
		width: 44px;
		height: 44px;
		border-radius: 12px;
		font-size: 1rem;
	}

	.autonemo-intg-section__titles {
		flex: none;
		width: 100%;
		min-width: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.autonemo-intg-section__titles h2 {
		font-size: 1.08rem;
		margin-bottom: 6px;
		text-align: center;
	}

	.autonemo-intg-section__titles .autonemo-intg-direction {
		margin-inline: auto;
	}

	.autonemo-intg-section__lead {
		margin-bottom: 16px;
		font-size: 0.88rem;
		text-align: center;
	}

	.autonemo-intg-section__body {
		align-items: stretch;
		text-align: left;
		gap: 16px;
	}

	.autonemo-intg-partners {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-content: stretch;
		max-width: none;
		gap: 8px;
	}

	.autonemo-intg-partner {
		justify-content: center;
		padding: 10px 8px;
		font-size: 0.76rem;
		border-radius: 12px;
		text-align: center;
	}

	.autonemo-intg-channels,
	.autonemo-intg-capabilities,
	.autonemo-intg-file-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: none;
		gap: 8px;
	}

	.autonemo-intg-channel,
	.autonemo-intg-capability,
	.autonemo-intg-file-action {
		flex: auto;
		min-height: 88px;
		padding: 12px 8px;
		border-radius: 14px;
	}

	.autonemo-intg-section__details {
		max-width: none;
		gap: 16px;
		padding-top: 16px;
	}

	.autonemo-intg-section__col {
		align-items: stretch;
		text-align: left;
		max-width: none;
	}

	.autonemo-intg-features,
	.autonemo-intg-usecases {
		width: 100%;
		max-width: none;
	}

	.autonemo-intg-features li {
		align-items: flex-start;
		padding: 10px 12px;
		margin-bottom: 8px;
		border-radius: 12px;
		background: #f8f9fb;
		font-size: 0.84rem;
	}

	.autonemo-intg-usecases-wrap,
	.autonemo-intg-benefits {
		text-align: left;
		max-width: none;
	}

	.autonemo-intg-usecases li {
		max-width: none;
		padding: 10px 12px 10px 28px;
		border-radius: 12px;
		background: #f8f9fb;
	}

	.autonemo-intg-usecases li::before {
		left: 12px;
		top: 1.05em;
	}

	.autonemo-intg-steps {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
		max-width: none;
	}

	.autonemo-intg-step {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		gap: 12px;
		width: 100%;
		max-width: none;
		padding: 14px;
		border-radius: 14px;
	}

	.autonemo-intg-step__num {
		margin-bottom: 0;
		flex-shrink: 0;
	}

	.autonemo-intg-step__body {
		flex: 1;
		min-width: 0;
		text-align: left;
	}

	.autonemo-intg-config {
		max-width: none;
		text-align: left;
		padding: 14px;
		border-radius: 14px;
	}

	.autonemo-intg-config__pills {
		justify-content: flex-start;
	}

	.autonemo-intg-attendance-grid {
		max-width: none;
		gap: 12px;
	}

	.autonemo-intg-attendance-col {
		padding: 14px;
		border-radius: 14px;
		background: #f8f9fb;
		text-align: left;
	}

	.autonemo-intg-band--footer.section-padding {
		padding-top: 12px;
		padding-bottom: 24px;
		background: #eef0f4;
	}

	.autonemo-intg-footer .autonemo-intg-shell {
		padding: 18px 16px 20px;
		border-radius: 18px;
	}

	.autonemo-intg-footer__props {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 8px;
		margin-bottom: 22px;
		padding-bottom: 18px;
	}

	.autonemo-intg-footer-prop {
		padding: 0;
		border-radius: 0;
		background: transparent;
		gap: 8px;
	}

	.autonemo-intg-footer-prop i {
		width: 40px;
		height: 40px;
		border-radius: 12px;
		font-size: 0.9rem;
	}

	.autonemo-intg-footer-prop strong {
		font-size: 0.62rem;
		line-height: 1.3;
	}

	.autonemo-intg-footer-prop span {
		display: none;
	}

	.autonemo-intg-footer__cta h2 {
		font-size: 1.22rem;
		margin-bottom: 10px;
	}

	.autonemo-intg-footer__cta p {
		font-size: 0.88rem;
		line-height: 1.6;
		margin-bottom: 18px;
	}

	.autonemo-intg-footer__actions {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		gap: 10px;
	}

	.autonemo-intg-footer__actions .primary-btn1,
	.autonemo-intg-footer__actions .primary-btn2 {
		width: 100%;
		border-radius: 14px;
	}
}
