/**
 * All Tools page – same fonts, colors as home (Poppins, Plus Jakarta Sans, #00439d).
 * Banner, tabbing section, tool cards, featured tools (white background).
 * Equal spacing on both sides.
 */

/* Glowy shape position (base in cenai-home.css) */
.cenai-at-banner .cenai-glowy-shape { top: -20%; right: -10%; animation: cenai-glowy-pulse 5s ease-in-out infinite; }
.cenai-at-main { position: relative; overflow: hidden; }
.cenai-at-main .cenai-glowy-shape { bottom: -20%; left: -10%; animation: cenai-glowy-pulse 6s ease-in-out infinite 0.5s; }

.cenai-all-tools-page {
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	color: #111;
	background: #fff;
}
input#cenai-at-search {
    height: 50px;
    border-radius: 10px;
}
input#cenai-at-search {
    height: 50px;
    border-radius: 10px;
}
input#cenai-at-search:focus{
	outline:none;
}
/* Container: equal padding left and right */
.cenai-at-container {
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.cenai-at-container-equal {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

@media (max-width: 768px) {
	.cenai-at-container-equal { padding-left: 1.5rem; padding-right: 1.5rem; }
}

/* ========== Banner – attractive image + black overlay ========== */
.cenai-at-banner {
    position: relative;
    padding: 10rem 1.5rem;
    text-align: center;
    overflow: hidden;
}
.cenai-at-banner::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.4) 100%);
	pointer-events: none;
	z-index: 1;
}
.cenai-at-banner-bg {
	position: absolute;
	inset: 0;
	background-image: url('https://images.unsplash.com/photo-1677442136019-21780ecad995?w=1920&q=90');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	z-index: 0;
}
.cenai-at-banner-inner {
	position: relative;
	z-index: 2;
	max-width: 720px;
	margin: 0 auto;
}
input#cenai-at-search {
    height: 50px;
    border-radius: 10px;
}
.cenai-at-banner-title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.85rem, 4vw, 2.5rem);
	font-weight: 800;
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: #fff;
	line-height: 1.25;
	letter-spacing: -0.02em;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
.cenai-at-banner .cenai-heading-accent {
	color: #8fc3ff;
	text-shadow: 0 0 20px rgba(133, 185, 255, 0.4), 0 2px 8px rgba(0, 0, 0, 0.35);
}
.cenai-scroll-up {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
.cenai-scroll-up.cenai-visible {
	opacity: 1;
	transform: translateY(0);
}
.cenai-at-banner-sub {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	color: rgba(255, 255, 255, 0.92);
	line-height: 1.5;
}

@media (max-width: 992px) {
	.cenai-at-container { padding-left: 1.5rem; padding-right: 1.5rem; }
	.cenai-at-inner-tabs-row { flex-wrap: wrap; gap: 0.75rem; }
	.cenai-at-tools-grid { grid-template-columns: 1fr; }
	.cenai-at-featured-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
	.cenai-at-banner { padding: 3rem 1rem; }
	.cenai-at-banner-inner { padding: 0 1rem; }
	.cenai-at-banner-title { font-size: clamp(1.5rem, 5vw, 2rem); }
	.cenai-at-banner-sub { font-size: 15px; }
	.cenai-at-inner-tabs-row { flex-direction: column; align-items: stretch; gap: 0.75rem; }
	.cenai-at-container { padding-left: 1rem; padding-right: 1rem; }
	.cenai-at-tool-card { padding: 1.5rem; }
}
@media (max-width: 480px) {
	.cenai-at-banner { padding: 2rem 0.75rem; }
	.cenai-at-banner-inner { padding: 0 0.75rem; }
	.cenai-at-inner-tabs { flex-wrap: wrap; justify-content: center; }
	.cenai-at-container { padding-left: 0.75rem; padding-right: 0.75rem; }
	.cenai-at-tool-card { padding: 1.25rem; }
	.cenai-at-card-wrap { padding: 0; }
	.cenai-at-main { padding: 1.5rem 0.75rem 2.5rem; }
}

/* ========== Top category tabs – attractive pill design ========== */
.cenai-at-top-tabs {
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	background: #fff;
}
.cenai-at-top-tabs::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	background: linear-gradient(180deg, rgba(0, 67, 157, 0.04) 0%, transparent 100%);
	pointer-events: none;
	z-index: 0;
}
.cenai-at-top-tabs .cenai-at-container {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	align-items: center;
	padding: 1rem 0 1.25rem;
}
.cenai-at-top-tab {
	padding: 0.65rem 1.35rem;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: rgba(0, 0, 0, 0.75);
	background: rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 999px;
	cursor: pointer;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.cenai-at-top-tab:hover {
	color: #00439d;
	background: rgba(0, 67, 157, 0.08);
	border-color: rgba(0, 67, 157, 0.2);
}
.cenai-at-top-tab.active {
	color: #fff;
	font-weight: 700;
	background: linear-gradient(135deg, #00439d 0%, #0066cc 100%);
	border-color: #00439d;
	box-shadow: 0 4px 14px rgba(0, 67, 157, 0.35);
}

/* ========== Main content: white card container + light blue before ========== */
.cenai-at-main {
	position: relative;
	padding: 2.5rem 0 4rem;
	background: linear-gradient(180deg, rgba(0, 67, 157, 0.03) 0%, #f8f9fb 50%, #fff 100%);
}
.cenai-at-main::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 200px;
	background: linear-gradient(180deg, rgba(0, 67, 157, 0.06) 0%, transparent 100%);
	pointer-events: none;
	z-index: 0;
}
.cenai-at-main .cenai-at-container { position: relative; z-index: 1; }
.cenai-at-card-wrap {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
	padding: 1.5rem 2rem 2rem;
}
@media (max-width: 768px) {
	.cenai-at-card-wrap { padding: 1rem 1.25rem 1.5rem; }
}

/* Inner tabs row: tabs + sort dropdown */
.cenai-at-inner-tabs-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 1.25rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.cenai-at-inner-tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
}
.cenai-at-inner-tab {
	padding: 0.5rem 1rem;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: rgba(0, 0, 0, 0.65);
	background: rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	cursor: pointer;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.cenai-at-inner-tab:hover {
	color: #111;
	background: rgba(0, 67, 157, 0.06);
	border-color: rgba(0, 67, 157, 0.15);
}
.cenai-at-inner-tab.active {
	color: #fff;
	font-weight: 700;
	background: linear-gradient(135deg, #00439d 0%, #0066cc 100%);
	border-color: #00439d;
	box-shadow: 0 2px 10px rgba(0, 67, 157, 0.3);
}
.cenai-at-sort-wrap {}
.cenai-at-select {
	padding: 0.5rem 2rem 0.5rem 0.75rem;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	color: #111;
	background: #f5f5f7;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	cursor: pointer;
}

/* Tool cards grid – 4 per row, then 3, then 2/1 */
.cenai-at-tools-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}
@media (max-width: 1100px) {
	.cenai-at-tools-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
	.cenai-at-tools-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
}
@media (max-width: 480px) {
	.cenai-at-tools-grid { grid-template-columns: 1fr; }
}

.cenai-at-tool-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	padding: 1.5rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.cenai-at-tool-card:hover {
	border-color: rgba(0, 67, 157, 0.2);
	box-shadow: 0 8px 24px rgba(0, 67, 157, 0.08);
}
.cenai-at-tool-icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	font-weight: 700;
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: #fff;
	background: #00439d;
	border-radius: 10px;
	margin-bottom: 1rem;
}
.cenai-at-tool-icon-chart { background: #0d9488; color: #fff; }
.cenai-at-tool-icon-chart svg { width: 26px; height: 26px; flex-shrink: 0; }
.cenai-at-tool-icon-palette { background: #ea580c; color: #fff; }
.cenai-at-tool-icon-palette svg { width: 26px; height: 26px; flex-shrink: 0; }
.cenai-at-tool-icon-code { background: #374151; color: #fff; }
.cenai-at-tool-icon-robot svg,
.cenai-at-tool-icon-code svg { width: 26px; height: 26px; flex-shrink: 0; }
.cenai-at-tool-name {
	margin: 0 0 0.5rem;
	font-size: 1.1rem;
	font-weight: 700;
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: #111;
	line-height: 1.3;
}
.cenai-at-tool-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin-bottom: 0.75rem;
}
.cenai-at-tag {
	display: inline-block;
	padding: 0.2rem 0.5rem;
	font-size: 11px;
	font-weight: 600;
	font-family: 'Plus Jakarta Sans', sans-serif;
	border-radius: 6px;
}
.cenai-at-tag-red { background: rgba(239, 68, 68, 0.15); color: #b91c1c; }
.cenai-at-tag-blue { background: rgba(0, 67, 157, 0.12); color: #00439d; }
.cenai-at-tag-teal { background: rgba(13, 148, 136, 0.12); color: #0d9488; }
.cenai-at-tag-orange { background: rgba(234, 88, 12, 0.15); color: #c2410c; }
.cenai-at-tag-gray { background: rgba(0, 0, 0, 0.06); color: rgba(0, 0, 0, 0.7); }
.cenai-at-tool-desc {
	margin: 0 0 1rem;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	color: rgba(0, 0, 0, 0.65);
	line-height: 1.5;
}
.cenai-at-tool-btn {
	display: inline-flex;
	align-items: center;
	padding: 0.5rem 1rem;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: #fff;
	background: #00439d;
	border-radius: 8px;
	text-decoration: none;
	transition: background 0.2s ease, opacity 0.2s ease;
}
.cenai-at-tool-btn:hover {
	background: #003580;
	opacity: 0.95;
}

/* ========== Featured Tools section – white + light blue before, unique design ========== */
.cenai-at-featured {
	position: relative;
	background: #fff;
	padding: 4rem 0 5rem;
	overflow: hidden;
}
.cenai-at-featured::before {
	content: '';
	position: absolute;
	top: 0;
	left: -20%;
	width: 60%;
	height: 100%;
	background: radial-gradient(ellipse 80% 60% at 30% 40%, rgba(0, 67, 157, 0.08) 0%, transparent 60%);
	pointer-events: none;
	z-index: 0;
}
.cenai-at-featured .cenai-at-container { position: relative; z-index: 1; }
.cenai-at-featured-badge {
	display: inline-block;
	margin: 0 auto 0.75rem;
	text-align: center;
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Plus Jakarta Sans', sans-serif;
	letter-spacing: 0.15em;
	color: #00439d;
	text-transform: uppercase;
}
.cenai-at-featured-title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.5rem, 3vw, 1.85rem);
	font-weight: 800;
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: #111;
	text-align: center;
	line-height: 1.3;
}
.cenai-at-featured-sub {
	margin: 0 0 2rem;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	color: rgba(0, 0, 0, 0.65);
	text-align: center;
	line-height: 1.5;
}
.cenai-at-featured-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}
@media (max-width: 768px) {
	.cenai-at-featured-grid { grid-template-columns: 1fr; gap: 1.5rem; }
	.cenai-at-featured { padding: 3rem 0 4rem; }
}

.cenai-at-featured-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
	border-left: 4px solid #00439d;
}
.cenai-at-featured-card:hover {
	border-color: rgba(0, 67, 157, 0.25);
	box-shadow: 0 16px 48px rgba(0, 67, 157, 0.12);
	transform: translateY(-4px);
}
.cenai-at-featured-card-inner {
	padding: 2rem 2rem 2rem 1.75rem;
	position: relative;
}
.cenai-at-featured-icon-wrap {
	margin-bottom: 1.25rem;
}
.cenai-at-featured-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	font-size: 2rem;
	background: linear-gradient(135deg, rgba(0, 67, 157, 0.15) 0%, rgba(0, 67, 157, 0.06) 100%);
	border: 1px solid rgba(0, 67, 157, 0.2);
	border-radius: 16px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cenai-at-featured-card:hover .cenai-at-featured-icon {
	transform: scale(1.05);
	box-shadow: 0 8px 24px rgba(0, 67, 157, 0.2);
}
.cenai-at-featured-icon svg {
	color: #00439d;
}
.cenai-at-featured-name {
	margin: 0 0 0.75rem;
	font-size: 1.35rem;
	font-weight: 800;
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: #111;
	line-height: 1.3;
}
.cenai-at-featured-desc {
	margin: 0 0 1.25rem;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	color: rgba(0, 0, 0, 0.7);
	line-height: 1.55;
}
.cenai-at-featured-btn {
	display: inline-flex;
	align-items: center;
	padding: 0.6rem 1.25rem;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: #fff;
	background: linear-gradient(135deg, #00439d 0%, #0066cc 100%);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.cenai-at-featured-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 67, 157, 0.35);
}

/* ========== Why Choose Us – attractive, unique design (All Tools only) ========== */
.cenai-at-why {
	position: relative;
	background: linear-gradient(160deg, #e8eef6 0%, #f2f6fc 35%, #eef4fa 70%, #e6eef8 100%);
	padding: 5.5rem 0 6.5rem;
	overflow: hidden;
}
.cenai-at-why::before {
	content: '';
	position: absolute;
	top: -20%;
	right: -10%;
	width: 60%;
	height: 140%;
	background: radial-gradient(ellipse 50% 50% at 80% 30%, rgba(0, 67, 157, 0.12) 0%, transparent 55%);
	pointer-events: none;
	z-index: 0;
}
.cenai-at-why::after {
	content: '';
	position: absolute;
	bottom: -15%;
	left: -8%;
	width: 40%;
	height: 80%;
	background: radial-gradient(ellipse 50% 60% at 15% 80%, rgba(0, 67, 157, 0.08) 0%, transparent 55%);
	pointer-events: none;
	z-index: 0;
}
.cenai-at-why .cenai-at-container { position: relative; z-index: 1; }

/* Header: centered for impact */
.cenai-at-why-header {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.5rem 2rem;
	margin-bottom: 3.25rem;
}
.cenai-at-why-header-left { flex: 1 1 280px; }
.cenai-at-why-label {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 0.75rem;
	padding: 0.4rem 1rem;
	font-size: 11px;
	font-weight: 700;
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: #00439d;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(0, 67, 157, 0.25);
	border-radius: 999px;
	box-shadow: 0 2px 12px rgba(0, 67, 157, 0.08);
}
.cenai-at-why-label-line {
	display: inline-block;
	width: 24px;
	height: 3px;
	background: linear-gradient(90deg, #00439d 0%, rgba(0, 67, 157, 0.6) 100%);
	border-radius: 2px;
}
.cenai-at-why-title {
	margin: 0;
	font-size: clamp(1.85rem, 4vw, 2.4rem);
	font-weight: 800;
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: #0a0a0a;
	line-height: 1.2;
	letter-spacing: -0.02em;
}
.cenai-at-why-desc {
	flex: 1 1 320px;
	max-width: 420px;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	color: rgba(0, 0, 0, 0.72);
	line-height: 1.65;
}

.cenai-at-why-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.75rem;
}
@media (max-width: 992px) {
	.cenai-at-why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
	.cenai-at-why-grid { grid-template-columns: 1fr; gap: 1.25rem; }
	.cenai-at-why { padding: 3.5rem 0 4.5rem; }
}

/* Cards: glass-style, gradient border on hover, corner accent */
.cenai-at-why-card {
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 24px;
	padding: 2rem 1.75rem 2.25rem;
	text-align: center;
	transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
	position: relative;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 67, 157, 0.06);
}
.cenai-at-why-card::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: linear-gradient(180deg, #00439d 0%, rgba(0, 67, 157, 0.5) 100%);
	border-radius: 4px 0 0 4px;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.cenai-at-why-card::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 64px;
	height: 64px;
	background: linear-gradient(135deg, rgba(0, 67, 157, 0.08) 0%, transparent 55%);
	border-radius: 0 24px 0 100%;
	pointer-events: none;
}
.cenai-at-why-card:hover {
	transform: translateY(-8px);
	background: rgba(255, 255, 255, 0.95);
	border-color: rgba(0, 67, 157, 0.2);
	box-shadow: 0 24px 48px rgba(0, 67, 157, 0.14), 0 0 0 1px rgba(0, 67, 157, 0.12);
}
.cenai-at-why-card:hover::before {
	opacity: 1;
}

/* Number block: soft gradient, larger type */
.cenai-at-why-num-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px;
	margin: 0 0 -28px;
	background: linear-gradient(180deg, rgba(0, 67, 157, 0.06) 0%, rgba(0, 67, 157, 0.02) 100%);
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
	position: relative;
	z-index: 0;
}
.cenai-at-why-num {
	/* font-size: 3rem;
	font-weight: 800;
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: rgba(0, 67, 157, 0.2);
	line-height: 1;
	letter-spacing: -0.03em; */
	display:none;
}

/* Icon: blue-tinted circle with glow */
.cenai-at-why-icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	margin: 0 auto 1.5rem;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
	border: 1px solid rgba(0, 67, 157, 0.15);
	border-radius: 50%;
	box-shadow: 0 8px 24px rgba(0, 67, 157, 0.12), 0 0 0 1px rgba(255,255,255,0.9) inset, 0 0 32px rgba(0, 67, 157, 0.12);
	position: relative;
	z-index: 1;
	transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.cenai-at-why-card:hover .cenai-at-why-icon-wrap {
	box-shadow: 0 12px 32px rgba(0, 67, 157, 0.2), 0 0 0 1px rgba(255,255,255,1) inset, 0 0 40px rgba(0, 67, 157, 0.18);
	transform: scale(1.08);
	border-color: rgba(0, 67, 157, 0.25);
}
.cenai-at-why-icon {
	font-size: 1.4rem;
	font-weight: 700;
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: #00439d;
	line-height: 1;
}
.cenai-at-why-icon-svg {
	color: #00439d;
}

.cenai-at-why-card-title {
    margin: 0 0 0.65rem;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #0a0a0a;
    line-height: 1.3;
}
.cenai-at-why-card-desc {
	margin: 0;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	color: rgba(0, 0, 0, 0.65);
	line-height: 1.55;
}

/* Verticals card hover (All Tools page override when used here) */
.cenai-home-verticals-card:hover {
	transform: translateY(-6px);
	border-color: rgba(0, 67, 157, 0.45);
	box-shadow: 0 20px 48px rgba(0, 67, 157, 0.18), 0 0 0 1px rgba(0, 67, 157, 0.2);
	background: rgb(255 255 255 / 75%);
}

/* All Tools page uses .cenai-home-explainer for How It Works (styled in cenai-home.css) */

/* ========== CTA strip + light blue before ========== */
.cenai-at-cta {
	display: none;
	position: relative;
	background: linear-gradient(135deg, rgba(0, 67, 157, 0.08) 0%, rgba(0, 67, 157, 0.03) 100%);
	padding: 4rem 0;
	overflow: hidden;
}
.cenai-at-cta::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(0, 67, 157, 0.1) 0%, transparent 60%);
	pointer-events: none;
	z-index: 0;
}
.cenai-at-cta .cenai-at-container { position: relative; z-index: 1; }
.cenai-at-cta-inner {
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
}
.cenai-at-cta-title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.5rem, 3vw, 1.85rem);
	font-weight: 800;
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: #111;
	line-height: 1.3;
}
.cenai-at-cta-sub {
	margin: 0 0 1.5rem;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: rgba(0, 0, 0, 0.7);
	line-height: 1.5;
}
.cenai-at-cta-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
}
.cenai-at-cta-btn {
	display: inline-flex;
	align-items: center;
	padding: 0.75rem 1.5rem;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Plus Jakarta Sans', sans-serif;
	border-radius: 12px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.cenai-at-cta-btn-primary {
	color: #fff;
	background: #00439d;
	border: 2px solid #00439d;
}
.cenai-at-cta-btn-primary:hover {
	background: #003580;
	border-color: #003580;
	transform: translateY(-2px);
}
.cenai-at-cta-btn-secondary {
	color: #00439d;
	background: transparent;
	border: 2px solid #00439d;
}
.cenai-at-cta-btn-secondary:hover {
	background: rgba(0, 67, 157, 0.08);
	transform: translateY(-2px);
}

/* ── Pagination ────────────────────────────────────────── */
#cenai-at-pagination-wrap {
	padding: 28px 0 8px;
}
.cenai-at-pagination {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}
.cenai-at-pagination-info {
	font-size: 13px;
	color: #8a93a8;
	font-family: 'Plus Jakarta Sans', sans-serif;
	margin: 0;
}
.cenai-at-pagination-btns {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
	justify-content: center;
}
.cenai-at-page-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	border: 1.5px solid rgba(255,255,255,0.1);
	border-radius: 8px;
	background: rgba(255,255,255,0.04);
	color: #c2cade;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Plus Jakarta Sans', sans-serif;
	cursor: pointer;
	transition: background 0.18s, border-color 0.18s, color 0.18s, transform 0.18s;
	line-height: 1;
}
.cenai-at-page-btn:hover:not(:disabled) {
	background: rgba(0, 145, 234, 0.12);
	border-color: rgba(0, 145, 234, 0.4);
	color: #fff;
	transform: translateY(-1px);
}
.cenai-at-page-btn.active {
	background: #00439d;
	border-color: #00439d;
	color: #fff;
	font-weight: 700;
	cursor: default;
}
.cenai-at-page-btn:disabled,
.cenai-at-page-btn[aria-disabled="true"] {
	opacity: 0.35;
	cursor: not-allowed;
}
.cenai-at-page-ellipsis {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	color: #8a93a8;
	font-size: 14px;
	user-select: none;
}
/* Grid loading state */
#cenai-at-tools-grid {
	transition: opacity 0.25s ease;
}
#cenai-at-tools-grid.cenai-loading {
	opacity: 0.35;
	pointer-events: none;
}
@media (max-width: 600px) {
	.cenai-at-page-btn {
		min-width: 34px;
		height: 34px;
		font-size: 13px;
	}
}

/* ========================================================== */
/* Filter Toolbar (search + all dropdowns in one row)         */
/* ========================================================== */
.cenai-at-toolbar {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding-bottom: 1.25rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	flex-wrap: wrap;
}

/* ── Search input — icon on the RIGHT ── */
.cenai-at-search-wrap {
	position: relative;
	display: flex;
	align-items: center;
	flex: 1 1 200px;
	min-width: 180px;
	max-width: 320px;
}
.cenai-at-search-input {
	width: 100%;
	/* right padding: room for clear btn (28px) + icon (34px) */
	padding: 0.58rem 4rem 0.58rem 0.85rem;
	font-size: 13.5px;
	font-family: 'Poppins', sans-serif;
	color: #111;
	background: #f5f6f8;
	border: 1.5px solid rgba(0, 0, 0, 0.1);
	border-radius: 9px;
	outline: none;
	transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
	appearance: none;
	-webkit-appearance: none;
}
.cenai-at-search-input:focus {
	border-color: #00439d;
	box-shadow: 0 0 0 3px rgba(0, 67, 157, 0.09);
	background: #fff;
}
.cenai-at-search-input::placeholder { color: #b0b8c6; }

/* Clear (×) button — sits to the left of the search icon */
.cenai-at-search-clear {
	position: absolute;
	right: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border: none;
	background: rgba(0, 0, 0, 0.09);
	border-radius: 50%;
	cursor: pointer;
	color: #555;
	transition: background 0.18s;
	padding: 0;
	flex-shrink: 0;
}
.cenai-at-search-clear:hover { background: rgba(0, 0, 0, 0.17); }

/* Search icon — rightmost, non-interactive */
.cenai-at-search-icon {
	position: absolute;
	right: 10px;
	color: #8a93a8;
	pointer-events: none;
	flex-shrink: 0;
}

/* ── Dropdowns group ── */
.cenai-at-dropdowns {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-wrap: wrap;
	margin-left: auto;
}
.cenai-at-select-wrap { position: relative; }
.cenai-at-select {
	padding: 0.55rem 2rem 0.55rem 0.75rem;
	font-size: 13.5px;
	font-family: 'Poppins', sans-serif;
	color: #333;
	background: #f5f6f8;
	border: 1.5px solid rgba(0, 0, 0, 0.1);
	border-radius: 9px;
	cursor: pointer;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	/* custom caret */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238a93a8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 8px center;
	transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
	white-space: nowrap;
}
.cenai-at-select:focus,
.cenai-at-select:hover {
	border-color: #00439d;
	background-color: #fff;
	box-shadow: 0 0 0 3px rgba(0, 67, 157, 0.08);
}

/* Responsive */
@media (max-width: 768px) {
	.cenai-at-toolbar      { gap: 0.5rem; }
	.cenai-at-search-wrap  { max-width: 100%; flex: 1 1 100%; }
	.cenai-at-dropdowns    { margin-left: 0; width: 100%; }
	.cenai-at-select       { font-size: 13px; padding: 0.5rem 1.8rem 0.5rem 0.65rem; }
}
@media (max-width: 480px) {
	.cenai-at-select-wrap  { flex: 1 1 calc(50% - 0.25rem); }
	.cenai-at-select       { width: 100%; }
}
