.itoll-cl-preview-bar {
	position: sticky;
	top: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 12px max(18px, calc((100% - 1180px) / 2));
	border-bottom: 1px solid #d7dee5;
	background: #fff7d6;
	color: #202b35;
	box-shadow: 0 3px 12px rgb(21 32 43 / 10%);
}

.itoll-cl-preview-bar div {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.itoll-cl-preview-bar strong {
	font-size: 15px;
}

.itoll-cl-preview-bar span {
	color: #58636d;
	font-size: 13px;
}

.itoll-cl-preview-bar a {
	flex: 0 0 auto;
	color: #173e8f;
	font-weight: 700;
	text-decoration: none;
}

.aitl-managed-hero {
	position: relative;
	display: grid;
	min-height: clamp(300px, 38vw, 500px);
	overflow: hidden;
	background: #17222c;
	color: #fff;
}

.aitl-managed-hero__media,
.aitl-managed-hero__media img,
.aitl-managed-hero__overlay,
.aitl-managed-hero__inner {
	grid-area: 1 / 1;
}

.aitl-managed-hero__media,
.aitl-managed-hero__media img {
	width: 100%;
	height: 100%;
}

.aitl-managed-hero__media img {
	display: block;
	object-fit: cover;
}

.aitl-managed-hero__overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(13, 24, 34, 0.45) 45%, rgba(13, 24, 34, 0.65) 100%);
}

.aitl-managed-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
	padding: 24px 0 44px;
}

.aitl-managed-hero__breadcrumbs {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 10px;
	margin-bottom: 22px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.82);
}

.aitl-managed-hero__breadcrumbs a {
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	transition: color 0.15s ease;
}

.aitl-managed-hero__breadcrumbs a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.aitl-managed-hero__breadcrumbs .sep {
	color: rgba(255, 255, 255, 0.4);
	font-size: 12px;
}

.aitl-managed-hero__breadcrumbs span:last-child {
	color: #ffffff;
	font-weight: 600;
}

.aitl-managed-hero__eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 18px;
}

.aitl-managed-hero__logo {
	display: inline-block;
	width: auto;
	max-width: 132px;
	height: auto;
	max-height: 74px;
	object-fit: contain;
	border-radius: 8px;
	background: rgb(255 255 255 / 94%);
	padding: 8px 12px;
	box-shadow: 0 10px 28px rgb(0 0 0 / 16%);
}

.aitl-managed-hero__eyebrow span,
.aitl-managed-hero__eyebrow strong {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 5px 10px;
	border: 1px solid rgb(255 255 255 / 28%);
	border-radius: 6px;
	background: rgb(255 255 255 / 13%);
	color: #fff;
	font-size: 13px;
	line-height: 1.4;
}

.aitl-managed-hero__eyebrow strong {
	border-color: rgb(35 197 102 / 60%);
	background: rgb(16 132 73 / 72%);
	font-weight: 800;
}

.aitl-managed-hero h1 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp(30px, 4vw, 52px);
	line-height: 1.35;
	letter-spacing: 0;
}

.aitl-managed-hero p {
	max-width: 680px;
	margin: 14px 0 0;
	color: #edf3f7;
	font-size: 18px;
	line-height: 1.9;
}

.aitl-managed-hero__badges {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	max-width: 780px;
	margin-top: 22px;
}

.aitl-managed-hero__badges span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 12px;
	border: 1px solid rgb(255 255 255 / 24%);
	border-radius: 6px;
	background: rgb(255 255 255 / 12%);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}

.aitl-landing-lock {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	max-width: 1180px;
	margin: 0 auto 18px;
	padding: 12px 16px;
	border: 1px solid #d9e2ea;
	background: #f7fafc;
	color: #24323f;
}

.aitl-managed-products-head {
	max-width: 1180px;
	margin: 0 auto;
	padding: 8px 16px 0;
}

.aitl-managed-products-head h2 {
	margin: 0;
	font-size: 26px;
}

.aitl-managed-content {
	border-top: 1px solid #e1e7ec;
	background: #fff;
	direction: rtl;
}

.aitl-managed-content__inner {
	display: block;
	max-width: 960px;
	margin: 0 auto;
	padding: 48px 16px 58px;
}

.aitl-managed-content__copy {
	width: 100%;
	color: #34424e;
	line-height: 2;
	font-size: 15px;
}

.aitl-managed-content__copy h2,
.aitl-managed-content__copy h3 {
	margin-top: 24px;
	margin-bottom: 12px;
	color: #17222c;
	letter-spacing: 0;
	text-align: right;
}

.aitl-managed-content__intro {
	margin: 0 0 24px;
	padding: 18px 22px;
	border: 1px solid #e3e9ef;
	border-right: 4px solid #1e2a78;
	border-radius: 10px;
	background: #f8fafc;
	color: #253440;
	font-weight: 700;
	line-height: 2;
}

.aitl-managed-values {
	padding: 40px 16px;
	border-top: 1px solid #e6ecf1;
	background: #f8fafc;
	direction: rtl;
}

.aitl-managed-values__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	max-width: 960px;
	margin: 0 auto;
	padding: 32px 40px;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.05);
}

.aitl-managed-values__inner:not(.has-image) {
	justify-content: center;
}

.aitl-managed-values__content {
	flex: 1;
	min-width: 0;
}

.aitl-managed-values__inner:not(.has-image) .aitl-managed-values__content {
	text-align: center;
}

.aitl-managed-values h2 {
	margin: 0 0 10px;
	color: #0f172a;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: -0.01em;
}

.aitl-managed-values p {
	margin: 0;
	color: #475569;
	font-size: 15px;
	line-height: 1.8;
}

.aitl-managed-values__media {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 280px;
}

.aitl-managed-values__media img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 170px;
	object-fit: contain;
	filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.08));
	transition: transform 0.3s ease;
}

.aitl-managed-values__media img:hover {
	transform: translateY(-4px);
}

.aitl-managed-section-head {
	max-width: 760px;
	margin: 0 auto 28px;
	text-align: center;
}

.aitl-managed-section-head h2 {
	margin: 0 0 8px;
	color: #162533;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0;
}

.aitl-managed-section-head p {
	margin: 0;
	color: #62707c;
	font-size: 14px;
	line-height: 1.9;
}

.ait-support-section {
	padding: 56px 24px;
	background: #fff;
	direction: rtl;
}

.ait-support-section .ait-section__wrap {
	max-width: 860px;
	margin: 0 auto;
}

.ait-support-card {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	min-height: 380px;
	overflow: hidden;
	border-radius: 28px;
	box-shadow: 0 20px 60px -16px rgb(16 24 40 / 12%);
}

.ait-support__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	padding: 56px 56px 56px 40px;
	background: #fff;
}

.ait-support__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #22c55e;
	font-size: 13px;
	font-weight: 700;
}

.ait-support__eyebrow-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22c55e;
	box-shadow: 0 0 0 0 rgb(34 197 94 / 40%);
	animation: aitl-category-pulse 1.8s ease-in-out infinite;
	flex-shrink: 0;
}

@keyframes aitl-category-pulse {
	0% {
		box-shadow: 0 0 0 0 rgb(34 197 94 / 50%);
	}

	70% {
		box-shadow: 0 0 0 8px rgb(34 197 94 / 0%);
	}

	100% {
		box-shadow: 0 0 0 0 rgb(34 197 94 / 0%);
	}
}

.ait-support__title {
	margin: 0;
	color: #111827;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0;
}

.ait-support__title em {
	color: #1e2a78;
	font-style: normal;
}

.ait-support__desc {
	margin: 0;
	color: #6b7280;
	font-size: 14px;
	line-height: 1.9;
}

.ait-support__phone {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: inherit;
	text-decoration: none;
}

.ait-support__phone-icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: #1e2a78;
	color: #fff;
	flex-shrink: 0;
}

.ait-support__phone-icon svg {
	width: 24px;
	height: 24px;
}

.ait-support__phone-label {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.ait-support__phone-cta {
	color: #6b7280;
	font-size: 12px;
	font-weight: 600;
}

.ait-support__phone-number {
	display: block;
	color: #111827;
	font-size: 20px;
	font-weight: 800;
	font-feature-settings: "tnum";
	text-align: right;
	direction: rtl;
	unicode-bidi: embed;
}

.ait-support__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 4px;
}

.ait-support__meta-item {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #6b7280;
	font-size: 12.5px;
	font-weight: 500;
}

.ait-support__meta-item svg {
	width: 15px;
	height: 15px;
	color: #22c55e;
	flex-shrink: 0;
}

.ait-support__media {
	position: relative;
	overflow: hidden;
	background: #eef2f5;
}

.ait-support__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.aitl-managed-banner-slot {
	padding: 22px 16px 44px;
	background: #fff;
}

.aitl-managed-banner-slot > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px 24px;
	max-width: 960px;
	min-height: 142px;
	margin: 0 auto;
	padding: 26px 30px;
	border-radius: 8px;
	background: #0648be;
	color: #fff;
	overflow: hidden;
}

.aitl-managed-banner-slot h2 {
	margin: 0 0 6px;
	color: #fff;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 0;
}

.aitl-managed-banner-slot p {
	margin: 0;
	color: #dfe9ff;
	font-size: 14px;
	line-height: 1.9;
}

.aitl-managed-banner-slot a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 16px;
	border-radius: 6px;
	background: #fff;
	color: #0648be;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.brands-section {
	padding: 56px 24px;
	background: #fff;
}

.brands-section .ait-section__wrap {
	max-width: 860px;
	margin: 0 auto;
}

.brands-header {
	margin-bottom: 32px;
	text-align: center;
}

.brands-header h2 {
	margin: 0;
	color: #111827;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: 0;
}

.brands-header h2 span {
	color: #22c55e;
}

.brands-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.brand-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 130px;
	padding: 16px 12px;
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	background: #f7f8fa;
	text-decoration: none;
	transition: 0.25s;
}

.brand-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgb(0 0 0 / 7%);
}

.brand-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 56px;
	margin-bottom: 12px;
	border-radius: 12px;
	background: #fff;
}

.brand-logo img {
	max-width: 90px;
	max-height: 40px;
	object-fit: contain;
}

.brand-name {
	color: #1f2f46;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}

.aitl-landing-lock span {
	padding: 4px 9px;
	border: 1px solid #b9c8d5;
	border-radius: 4px;
	background: #fff;
	font-weight: 700;
}

.aitl-landing-lock small {
	color: #5c6b78;
}

.aitl-category-faq {
	border-top: 1px solid #e1e7ec;
	background: #fff;
}

.aitl-category-faq__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 32px 16px 44px;
}

.aitl-category-faq h2 {
	margin: 0 0 18px;
	font-size: 24px;
}

.aitl-category-faq details {
	border-bottom: 1px solid #e1e7ec;
	padding: 14px 0;
}

.aitl-category-faq summary {
	cursor: pointer;
	font-weight: 700;
}

.aitl-category-faq p {
	margin: 10px 0 0;
	line-height: 1.9;
	color: #44515d;
}

@media (max-width: 720px) {
	.itoll-cl-preview-bar {
		position: relative;
		align-items: flex-start;
		padding: 12px 16px;
	}

	.aitl-managed-hero {
		min-height: 390px;
	}

	.aitl-managed-hero__overlay {
		background: rgb(13 24 34 / 64%);
	}

	.aitl-managed-hero__inner {
		align-self: end;
		padding: 34px 0;
	}

	.aitl-managed-hero h1 {
		font-size: 30px;
	}

	.aitl-managed-hero p {
		font-size: 15px;
	}

	.aitl-landing-lock {
		margin-inline: 14px;
	}

	.aitl-managed-content__inner {
		padding: 32px 16px 44px;
	}

	.aitl-managed-values {
		padding: 24px 14px;
	}

	.aitl-managed-values__inner {
		flex-direction: column-reverse;
		padding: 24px 20px;
		gap: 20px;
		text-align: center;
	}

	.aitl-managed-values__content {
		text-align: center;
	}

	.aitl-managed-values h2 {
		font-size: 20px;
	}

	.aitl-managed-values__media {
		max-width: 220px;
	}

	.aitl-managed-values__media img {
		max-height: 140px;
	}

	.ait-support-card {
		grid-template-columns: 1fr;
		min-height: unset;
	}

	.ait-support__media {
		min-height: 220px;
		order: -1;
	}

	.ait-support__content {
		padding: 32px 24px;
	}

	.ait-support__title {
		font-size: 24px;
	}

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

	.aitl-managed-banner-slot > div {
		grid-template-columns: 1fr;
		padding: 22px 18px;
	}

	.aitl-managed-banner-slot a {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.ait-support-section,
	.brands-section {
		padding: 32px 14px;
	}

	.ait-support__content {
		padding: 24px 18px;
		gap: 16px;
	}

	.ait-support__title {
		font-size: 20px;
	}

	.ait-support__phone-number {
		font-size: 17px;
	}

	.ait-support__meta {
		gap: 10px;
	}
}

/* SEO Risk Warning Modal */
.itoll-cl-modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(15, 23, 42, 0.65);
	backdrop-filter: blur(4px);
	direction: rtl;
}

.itoll-cl-modal {
	width: min(620px, 100%);
	max-height: 90vh;
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	animation: itoll-modal-pop 0.25s ease-out;
}

@keyframes itoll-modal-pop {
	from {
		opacity: 0;
		transform: scale(0.95) translateY(10px);
	}
	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

.itoll-cl-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 24px;
	background: #fff5f5;
	border-bottom: 1px solid #fed7d7;
}

.itoll-cl-modal__header h3 {
	margin: 0;
	color: #9b2c2c;
	font-size: 18px;
	font-weight: 800;
}

.itoll-cl-modal__close {
	background: none;
	border: none;
	font-size: 24px;
	color: #9b2c2c;
	cursor: pointer;
	line-height: 1;
}

.itoll-cl-modal__body {
	padding: 20px 24px;
	overflow-y: auto;
}

.itoll-cl-modal__intro {
	margin: 0 0 16px;
	color: #4a5568;
	font-size: 14px;
	line-height: 1.7;
}

.itoll-cl-modal__risks {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.itoll-cl-modal__risks li {
	padding: 14px 16px;
	background: #fffaf0;
	border: 1px solid #feebc8;
	border-right: 4px solid #dd6b20;
	border-radius: 8px;
}

.itoll-cl-modal__risks strong {
	display: block;
	margin-bottom: 6px;
	color: #9c4221;
	font-size: 14px;
}

.itoll-cl-modal__risks p {
	margin: 0;
	color: #7b341e;
	font-size: 13px;
	line-height: 1.8;
}

.itoll-cl-modal__confirm {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 14px 16px;
	background: #f7fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	cursor: pointer;
	user-select: none;
}

.itoll-cl-modal__confirm input {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.itoll-cl-modal__confirm span {
	color: #2d3748;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
}

.itoll-cl-modal__footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	padding: 16px 24px;
	background: #f8fafc;
	border-top: 1px solid #e2e8f0;
}

.itoll-cl-modal__footer button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

