/*
Theme Name: AI Image To Excel
Theme URI: https://aiimagetoexcel.com/
Author: AIImageToExcel
Author URI: https://aiimagetoexcel.com/
Description: Ultra-fast, SEO-optimized, AdSense-friendly custom WordPress theme built for tool-based websites like Image to Excel Converter. Mobile-first, Core Web Vitals optimized, RankMath compatible.
Version: 1.0.0
Requires at least: 5.5
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aiimagetoexcel
Tags: blog, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready
*/

/* =========================================================
   1. DESIGN TOKENS (CSS Variables)
========================================================= */
:root {
	--aie-primary: #2563eb;
	--aie-primary-dark: #1e3a8a;
	--aie-primary-light: #3b82f6;
	--aie-secondary: #16a34a;
	--aie-secondary-dark: #15803d;
	--aie-bg: #f8fafc;
	--aie-card: #ffffff;
	--aie-text: #1a1a1a;
	--aie-text-light: #475569;
	--aie-text-muted: #64748b;
	--aie-border: #e2e8f0;
	--aie-heading: #1e293b;
	--aie-danger: #dc2626;
	--aie-warning: #f59e0b;

	--aie-radius-sm: 6px;
	--aie-radius: 10px;
	--aie-radius-lg: 16px;
	--aie-shadow-sm: 0 1px 3px rgba(0,0,0,.05);
	--aie-shadow: 0 2px 10px rgba(0,0,0,.06);
	--aie-shadow-lg: 0 20px 60px rgba(0,0,0,.12);

	--aie-container: 1140px;
	--aie-container-narrow: 860px;

	--aie-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
		Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}

/* =========================================================
   2. BASE / RESET
========================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: var(--aie-font);
	font-size: 16px;
	line-height: 1.6;
	color: var(--aie-text);
	background: var(--aie-card);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--aie-primary); text-decoration: none; }
a:hover { text-decoration: underline; }
button { font-family: inherit; cursor: pointer; border: none; }
h1, h2, h3, h4, h5, h6 {
	color: var(--aie-heading);
	line-height: 1.25;
	margin: 0 0 .6em;
	font-weight: 700;
	letter-spacing: -.01em;
}
h1 { font-size: 2.2rem; }
h2 { font-size: 1.7rem; }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em 1.4em; padding: 0; }
li { margin-bottom: .35em; }
blockquote {
	margin: 1em 0;
	padding: 1em 1.2em;
	background: var(--aie-bg);
	border-left: 4px solid var(--aie-primary);
	border-radius: var(--aie-radius-sm);
	color: var(--aie-text-light);
}
code {
	background: #f1f5f9;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: .92em;
}
pre {
	background: #0f172a;
	color: #e2e8f0;
	padding: 16px;
	border-radius: var(--aie-radius);
	overflow-x: auto;
}
pre code { background: transparent; padding: 0; color: inherit; }

/* Skip link (accessibility) */
.skip-link {
	position: absolute;
	left: -9999px;
	top: 8px;
	background: var(--aie-primary);
	color: #fff;
	padding: 10px 16px;
	border-radius: var(--aie-radius-sm);
	z-index: 9999;
}
.skip-link:focus { left: 8px; }

/* Screen reader text */
.screen-reader-text {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	word-wrap: normal !important;
}

/* =========================================================
   3. LAYOUT
========================================================= */
.aie-container {
	max-width: var(--aie-container);
	margin: 0 auto;
	padding: 0 20px;
}
.aie-container--narrow { max-width: var(--aie-container-narrow); }

.aie-main { min-height: 60vh; }
.aie-section { padding: 60px 0; }
.aie-section--alt { background: var(--aie-bg); }
.aie-section__title {
	font-size: 2rem;
	text-align: center;
	margin: 0 0 12px;
}
.aie-section__sub {
	text-align: center;
	max-width: 700px;
	margin: 0 auto 40px;
	color: var(--aie-text-muted);
}

/* =========================================================
   4. HEADER
========================================================= */
.aie-site-header {
	background: #fff;
	border-bottom: 1px solid var(--aie-border);
	position: sticky;
	top: 0;
	z-index: 100;
	box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
.aie-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 0;
	gap: 20px;
}
.aie-logo {
	font-size: 1.25rem;
	font-weight: 800;
	color: var(--aie-heading);
	text-decoration: none;
	letter-spacing: -.02em;
}
.aie-logo:hover { text-decoration: none; color: var(--aie-primary); }
.aie-logo span { color: var(--aie-primary); }

.aie-nav { display: flex; align-items: center; gap: 28px; }
.aie-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 24px; }
.aie-nav a {
	color: var(--aie-text-light);
	font-weight: 500;
	font-size: .95rem;
	transition: color .15s;
}
.aie-nav a:hover { color: var(--aie-primary); text-decoration: none; }
.aie-nav .current-menu-item > a,
.aie-nav .current_page_item > a { color: var(--aie-primary); }

.aie-menu-toggle {
	display: none;
	background: transparent;
	font-size: 1.5rem;
	color: var(--aie-heading);
	padding: 6px 10px;
}

@media (max-width: 768px) {
	.aie-menu-toggle { display: block; }
	.aie-nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		padding: 16px 20px;
		border-top: 1px solid var(--aie-border);
		box-shadow: var(--aie-shadow);
	}
	.aie-nav.is-open { display: block; }
	.aie-nav ul { flex-direction: column; gap: 14px; }
}

/* =========================================================
   5. BUTTONS
========================================================= */
.aie-btn {
	display: inline-block;
	font-weight: 700;
	padding: 14px 28px;
	border-radius: var(--aie-radius);
	text-decoration: none;
	cursor: pointer;
	border: none;
	font-size: 1rem;
	transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
	text-align: center;
}
.aie-btn:hover { text-decoration: none; }
.aie-btn--primary { background: var(--aie-primary); color: #fff; }
.aie-btn--primary:hover { background: var(--aie-primary-dark); color: #fff; }
.aie-btn--cta { background: var(--aie-secondary); color: #fff; }
.aie-btn--cta:hover {
	background: var(--aie-secondary-dark);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(22,163,74,.4);
}
.aie-btn--outline {
	background: transparent;
	color: var(--aie-primary);
	border: 2px solid var(--aie-primary);
}
.aie-btn--outline:hover { background: var(--aie-primary); color: #fff; }
.aie-btn--block { display: block; width: 100%; }

/* =========================================================
   6. HERO
========================================================= */
.aie-hero {
	background: linear-gradient(135deg, var(--aie-primary-dark) 0%, var(--aie-primary) 60%, var(--aie-primary-light) 100%);
	color: #fff;
	padding: 60px 0 70px;
	text-align: center;
}
.aie-hero__title {
	color: #fff;
	font-size: 2.4rem;
	margin: 0 0 16px;
	line-height: 1.2;
	letter-spacing: -.02em;
}
.aie-hero__subtitle {
	font-size: 1.1rem;
	max-width: 740px;
	margin: 0 auto 26px;
	opacity: .95;
}
.aie-hero__badges {
	display: flex;
	justify-content: center;
	gap: 18px;
	flex-wrap: wrap;
	font-size: .9rem;
	margin-bottom: 26px;
	opacity: .95;
}

/* =========================================================
   7. TOOL CARD
========================================================= */
.aie-tool { margin-top: -40px; padding-bottom: 60px; position: relative; z-index: 5; }
.aie-tool__card {
	background: #fff;
	border-radius: var(--aie-radius-lg);
	box-shadow: var(--aie-shadow-lg);
	padding: 36px 28px;
	max-width: 780px;
	margin: 0 auto;
}
.aie-tool__title { font-size: 1.4rem; text-align: center; margin: 0 0 22px; }

.aie-upload {
	display: block;
	border: 3px dashed var(--aie-border);
	border-radius: var(--aie-radius);
	padding: 46px 20px;
	text-align: center;
	background: var(--aie-bg);
	cursor: pointer;
	transition: border-color .2s, background .2s;
}
.aie-upload:hover, .aie-upload:focus-visible, .aie-upload.is-dragover {
	border-color: var(--aie-primary);
	background: #eff6ff;
	outline: none;
}
.aie-upload__icon { font-size: 2.8rem; margin-bottom: 12px; }
.aie-upload__heading { font-size: 1.2rem; margin: 0 0 6px; }
.aie-upload__text { margin: 0 0 8px; color: var(--aie-text-muted); }
.aie-upload__browse { color: var(--aie-primary); font-weight: 600; text-decoration: underline; }
.aie-upload__hint { font-size: .85rem; color: #94a3b8; margin: 0; }

.aie-file-info {
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 18px;
	padding: 14px;
	background: #f1f5f9;
	border-radius: var(--aie-radius-sm);
}
.aie-file-info.is-visible { display: flex; }
.aie-file-info__name { font-weight: 600; word-break: break-all; flex: 1; text-align: left; }
.aie-file-info__remove {
	background: var(--aie-danger);
	color: #fff;
	padding: 6px 12px;
	border-radius: var(--aie-radius-sm);
	font-size: .85rem;
}
.aie-file-info__remove:hover { background: #b91c1c; }

.aie-cold-note {
	margin-top: 14px;
	padding: 12px 14px;
	background: #fffbeb;
	border-left: 4px solid var(--aie-warning);
	border-radius: var(--aie-radius-sm);
	font-size: .88rem;
	color: #92400e;
}

.aie-progress { display: none; margin-top: 18px; }
.aie-progress.is-visible { display: block; }
.aie-progress__bar {
	width: 100%;
	height: 8px;
	background: var(--aie-border);
	border-radius: 4px;
	overflow: hidden;
}
.aie-progress__fill {
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, var(--aie-primary), var(--aie-primary-light));
	transition: width .3s ease;
	animation: aie-pulse 1.5s infinite;
}
@keyframes aie-pulse { 0%,100%{opacity:1} 50%{opacity:.7} }
.aie-progress__text { text-align: center; margin-top: 8px; color: var(--aie-text-muted); font-size: .9rem; }

.aie-result {
	display: none;
	margin-top: 18px;
	padding: 18px;
	background: #f0fdf4;
	border: 2px solid var(--aie-secondary);
	border-radius: var(--aie-radius);
	text-align: center;
}
.aie-result.is-visible { display: block; }
.aie-result__title { color: var(--aie-secondary-dark); margin: 0 0 6px; font-size: 1.1rem; }
.aie-result__text { margin: 0; color: #166534; }
.aie-btn--download {
	background: var(--aie-secondary);
	color: #fff;
	padding: 12px 28px;
	margin-top: 10px;
}
.aie-btn--download:hover { background: var(--aie-secondary-dark); color: #fff; }

.aie-error {
	display: none;
	margin-top: 18px;
	padding: 14px;
	background: #fef2f2;
	border: 2px solid var(--aie-danger);
	border-radius: var(--aie-radius);
	color: #991b1b;
}
.aie-error.is-visible { display: block; }

/* =========================================================
   8. GRIDS, CARDS, FEATURES, STEPS
========================================================= */
.aie-grid { display: grid; gap: 22px; }
.aie-grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.aie-grid--3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }

.aie-card {
	background: var(--aie-card);
	padding: 26px 22px;
	border-radius: var(--aie-radius);
	box-shadow: var(--aie-shadow-sm);
	transition: transform .2s, box-shadow .2s;
}
.aie-card:hover { transform: translateY(-4px); box-shadow: var(--aie-shadow); }
.aie-card__icon { font-size: 1.9rem; margin-bottom: 10px; }
.aie-card__title { font-size: 1.1rem; margin: 0 0 8px; }
.aie-card__text { margin: 0; color: var(--aie-text-muted); font-size: .95rem; }

.aie-step { text-align: center; padding: 18px; }
.aie-step__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background: linear-gradient(135deg, var(--aie-primary), var(--aie-primary-light));
	color: #fff;
	font-size: 1.4rem;
	font-weight: 800;
	border-radius: 50%;
	margin-bottom: 14px;
}
.aie-step__title { font-size: 1.1rem; margin: 0 0 8px; }
.aie-step__text { margin: 0; color: var(--aie-text-muted); font-size: .95rem; }

.aie-benefit {
	display: flex;
	gap: 14px;
	background: var(--aie-card);
	padding: 20px;
	border-radius: var(--aie-radius);
}
.aie-benefit__check {
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	background: var(--aie-secondary);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: .85rem;
}
.aie-benefit h4 { margin: 0 0 4px; font-size: 1rem; }
.aie-benefit p { margin: 0; color: var(--aie-text-muted); font-size: .92rem; }

/* =========================================================
   9. SEO CONTENT BLOCK
========================================================= */
.aie-content h2 { text-align: left; margin: 0 0 18px; }
.aie-content h3 { margin: 26px 0 10px; }
.aie-content p { color: var(--aie-text-light); }
.aie-content ul { margin: 10px 0 18px 22px; }

/* =========================================================
   10. FAQ
========================================================= */
.aie-faq__list { max-width: 800px; margin: 0 auto; }
.aie-faq__item {
	background: var(--aie-card);
	border-radius: var(--aie-radius);
	margin-bottom: 12px;
	overflow: hidden;
	box-shadow: var(--aie-shadow-sm);
}
.aie-faq__q {
	width: 100%;
	padding: 18px 22px;
	background: var(--aie-card);
	border: none;
	font-weight: 600;
	font-size: 1rem;
	color: var(--aie-heading);
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	font-family: inherit;
}
.aie-faq__q::after { content: "+"; font-size: 1.4rem; color: var(--aie-primary); transition: transform .2s; }
.aie-faq__item.is-open .aie-faq__q::after { transform: rotate(45deg); }
.aie-faq__a {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease, padding .3s ease;
	color: var(--aie-text-light);
}
.aie-faq__a p { margin: 0; padding: 0 22px; }
.aie-faq__item.is-open .aie-faq__a { max-height: 500px; padding: 0 0 18px; }

/* =========================================================
   11. RELATED LINKS / ABOUT
========================================================= */
.aie-related__link {
	display: block;
	padding: 20px 22px;
	background: #f1f5f9;
	border-radius: var(--aie-radius);
	border-left: 4px solid var(--aie-primary);
	color: var(--aie-heading);
	text-decoration: none;
	transition: background .2s, transform .2s;
}
.aie-related__link:hover { background: #e0e7ff; transform: translateX(4px); text-decoration: none; }
.aie-related__title { display: block; font-weight: 600; margin-bottom: 4px; }
.aie-related__desc { display: block; font-size: .86rem; color: var(--aie-text-muted); }

.aie-about__block h3 { font-size: 1.1rem; margin: 0 0 8px; }
.aie-about__block p { margin: 0; color: var(--aie-text-light); font-size: .95rem; }

/* =========================================================
   12. BLOG / ARCHIVE
========================================================= */
.aie-page-header { padding: 50px 0 30px; text-align: center; background: var(--aie-bg); }
.aie-page-header h1 { margin: 0 0 8px; }
.aie-page-header p { margin: 0; color: var(--aie-text-muted); }

.aie-archive { padding: 50px 0; }
.aie-archive__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 24px;
}
.aie-post-card {
	background: var(--aie-card);
	border-radius: var(--aie-radius);
	overflow: hidden;
	box-shadow: var(--aie-shadow-sm);
	transition: transform .2s, box-shadow .2s;
	display: flex;
	flex-direction: column;
}
.aie-post-card:hover { transform: translateY(-4px); box-shadow: var(--aie-shadow); }
.aie-post-card__thumb {
	display: block;
	aspect-ratio: 16 / 9;
	background: var(--aie-bg);
	overflow: hidden;
}
.aie-post-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.aie-post-card__body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.aie-post-card__meta { color: var(--aie-text-muted); font-size: .85rem; margin-bottom: 8px; }
.aie-post-card__title { font-size: 1.15rem; margin: 0 0 10px; line-height: 1.35; }
.aie-post-card__title a { color: var(--aie-heading); }
.aie-post-card__title a:hover { color: var(--aie-primary); text-decoration: none; }
.aie-post-card__excerpt { color: var(--aie-text-muted); font-size: .95rem; margin: 0 0 14px; flex: 1; }
.aie-post-card__more {
	font-weight: 600;
	color: var(--aie-primary);
	font-size: .9rem;
}

/* Pagination */
.aie-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 40px;
	flex-wrap: wrap;
}
.aie-pagination a, .aie-pagination span {
	display: inline-block;
	padding: 8px 14px;
	border-radius: var(--aie-radius-sm);
	background: var(--aie-card);
	border: 1px solid var(--aie-border);
	color: var(--aie-text-light);
	text-decoration: none;
	font-size: .95rem;
}
.aie-pagination a:hover { background: var(--aie-primary); color: #fff; border-color: var(--aie-primary); }
.aie-pagination .current { background: var(--aie-primary); color: #fff; border-color: var(--aie-primary); }

/* =========================================================
   13. SINGLE POST
========================================================= */
.aie-single { padding: 40px 0 60px; }
.aie-single__grid {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 40px;
	align-items: start;
}
@media (max-width: 900px) {
	.aie-single__grid { grid-template-columns: 1fr; }
	.aie-toc { position: static; max-height: none; }
}
.aie-toc {
	background: var(--aie-card);
	border-radius: var(--aie-radius);
	padding: 18px 20px;
	box-shadow: var(--aie-shadow-sm);
	position: sticky;
	top: 90px;
	max-height: calc(100vh - 110px);
	overflow-y: auto;
}
.aie-toc__title {
	font-size: .85rem;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--aie-text-muted);
	margin: 0 0 10px;
}
.aie-toc ul { list-style: none; margin: 0; padding: 0; }
.aie-toc li { margin-bottom: 8px; }
.aie-toc li.lvl-3 { padding-left: 14px; }
.aie-toc a {
	color: var(--aie-text-light);
	font-size: .92rem;
	display: block;
	padding: 4px 0;
	border-left: 2px solid transparent;
	padding-left: 8px;
}
.aie-toc a:hover, .aie-toc a.is-active {
	color: var(--aie-primary);
	border-left-color: var(--aie-primary);
	text-decoration: none;
}

.aie-article__header { margin-bottom: 24px; }
.aie-article__meta { color: var(--aie-text-muted); font-size: .9rem; margin-bottom: 8px; }
.aie-article__title { font-size: 2rem; margin: 0 0 12px; line-height: 1.25; }
.aie-article__featured {
	margin: 0 0 24px;
	border-radius: var(--aie-radius);
	overflow: hidden;
}

.aie-article__content { font-size: 1.02rem; line-height: 1.75; color: var(--aie-text); }
.aie-article__content h2 { margin-top: 1.6em; font-size: 1.6rem; }
.aie-article__content h3 { margin-top: 1.4em; font-size: 1.25rem; }
.aie-article__content p { margin: 0 0 1.1em; }
.aie-article__content img { border-radius: var(--aie-radius); margin: 1em 0; }
.aie-article__content a { color: var(--aie-primary); text-decoration: underline; }
.aie-article__content ul, .aie-article__content ol { margin: 0 0 1.2em 1.4em; }

.aie-tags { margin-top: 30px; }
.aie-tags a {
	display: inline-block;
	padding: 4px 12px;
	background: var(--aie-bg);
	border-radius: 999px;
	font-size: .85rem;
	color: var(--aie-text-light);
	margin: 0 6px 6px 0;
}
.aie-tags a:hover { background: var(--aie-primary); color: #fff; text-decoration: none; }

.aie-related-posts { margin-top: 50px; padding-top: 40px; border-top: 1px solid var(--aie-border); }
.aie-related-posts h3 { font-size: 1.3rem; margin: 0 0 20px; }

/* =========================================================
   14. SEARCH / 404
========================================================= */
.aie-empty {
	text-align: center;
	padding: 80px 20px;
}
.aie-empty h1 { font-size: 4rem; margin: 0 0 8px; color: var(--aie-primary); }
.aie-empty h2 { font-size: 1.5rem; margin: 0 0 12px; }
.aie-empty p { max-width: 500px; margin: 0 auto 24px; color: var(--aie-text-muted); }

.aie-search-form {
	display: flex;
	max-width: 500px;
	margin: 0 auto;
	gap: 8px;
}
.aie-search-form input[type="search"] {
	flex: 1;
	padding: 12px 16px;
	border: 2px solid var(--aie-border);
	border-radius: var(--aie-radius-sm);
	font-size: 1rem;
	font-family: inherit;
	outline: none;
}
.aie-search-form input[type="search"]:focus { border-color: var(--aie-primary); }
.aie-search-form button {
	padding: 12px 22px;
	background: var(--aie-primary);
	color: #fff;
	border-radius: var(--aie-radius-sm);
	font-weight: 600;
}
.aie-search-form button:hover { background: var(--aie-primary-dark); }

/* =========================================================
   15. ADSENSE SLOTS (CLS-safe)
========================================================= */
.aie-ad {
	display: block;
	margin: 30px auto;
	text-align: center;
	min-height: 100px;
	background: transparent;
}
.aie-ad--header { min-height: 90px; margin: 16px auto; }
.aie-ad--inline { min-height: 250px; margin: 30px auto; }
.aie-ad--footer { min-height: 100px; margin: 24px auto; }
.aie-ad__label {
	font-size: .7rem;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #94a3b8;
	margin-bottom: 4px;
}

/* =========================================================
   16. FOOTER
========================================================= */
.aie-site-footer {
	background: #0f172a;
	color: #cbd5e1;
	padding: 50px 0 24px;
	margin-top: 40px;
}
.aie-footer__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 30px;
	margin-bottom: 30px;
}
.aie-footer__col h4 { color: #fff; font-size: 1.05rem; margin: 0 0 14px; }
.aie-footer__col ul { list-style: none; margin: 0; padding: 0; }
.aie-footer__col li { margin-bottom: 8px; }
.aie-footer__col a { color: #cbd5e1; font-size: .95rem; }
.aie-footer__col a:hover { color: #fff; }
.aie-footer__about p { font-size: .93rem; line-height: 1.6; color: #94a3b8; margin: 0 0 12px; }
.aie-footer__badges { display: flex; flex-wrap: wrap; gap: 8px; }
.aie-footer__badges span {
	background: #1e293b;
	padding: 6px 12px;
	border-radius: var(--aie-radius-sm);
	color: #94a3b8;
	font-size: .82rem;
}
.aie-footer__bottom {
	border-top: 1px solid #1e293b;
	padding-top: 20px;
	text-align: center;
	font-size: .9rem;
	color: #64748b;
}
.aie-footer__disclaimer {
	max-width: 900px;
	margin: 0 auto 16px;
	text-align: center;
	font-size: .82rem;
	color: #64748b;
	line-height: 1.6;
}

/* =========================================================
   17. RESPONSIVE
========================================================= */
@media (max-width: 768px) {
	h1 { font-size: 1.8rem; }
	h2 { font-size: 1.45rem; }
	.aie-section { padding: 46px 0; }
	.aie-section__title { font-size: 1.55rem; }
	.aie-hero { padding: 46px 0 60px; }
	.aie-hero__title { font-size: 1.75rem; }
	.aie-hero__subtitle { font-size: 1rem; }
	.aie-tool__card { padding: 24px 18px; }
	.aie-upload { padding: 32px 14px; }
	.aie-article__title { font-size: 1.5rem; }
}
@media (max-width: 480px) {
	.aie-hero__title { font-size: 1.5rem; }
	.aie-hero__badges { gap: 12px; font-size: .82rem; }
	.aie-faq__q { font-size: .95rem; padding: 14px 16px; }
}
