/* ===================================================================
   آنی ادز — استایل صفحه‌ی اول (تم روشن)
   پالت برند: آبی #2563EB · بنفش #7C3AED · فیروزه‌ای #14D9B0
=================================================================== */

/* ریست قالب مستقل تمام‌صفحه (خروج از چیدمان تم) */
body.ani-ads-canvas {
	margin: 0 !important;
	padding: 0 !important;
	background: #fff;
}

body.ani-ads-canvas .aniads {
	width: 100%;
	max-width: none;
}

.aniads {
	--c-blue: #2563eb;
	--c-purple: #7c3aed;
	--c-teal: #14d9b0;
	--grad: linear-gradient(120deg, #2563eb 0%, #7c3aed 50%, #14d9b0 100%);
	--ink: #0f172a;
	--ink-2: #334155;
	--muted: #64748b;
	--line: #e7ebf2;
	--bg: #ffffff;
	--bg-soft: #f6f8fc;
	--bg-soft-2: #eef2fb;
	--white: #ffffff;
	--radius: 18px;
	--radius-sm: 12px;
	--shadow-sm: 0 4px 16px rgba(15, 23, 42, 0.06);
	--shadow: 0 18px 50px rgba(37, 99, 235, 0.12);
	--shadow-lg: 0 30px 70px rgba(124, 58, 237, 0.16);

	font-family: "Vazirmatn", "IRANSans", "Segoe UI", Tahoma, sans-serif;
	color: var(--ink);
	background: var(--bg);
	line-height: 1.85;
	font-size: 16px;
	overflow-x: hidden;
}

.aniads * {
	box-sizing: border-box;
}

.aniads a {
	text-decoration: none;
	color: inherit;
}

.aniads img {
	max-width: 100%;
	display: block;
}

.aniads-container {
	width: 100%;
	max-width: 1180px;
	margin-inline: auto;
	padding-inline: 24px;
}

.aniads-grad {
	background: var(--grad);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

/* ---------- دکمه‌ها ---------- */
.aniads-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 0;
	cursor: pointer;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	padding: 12px 24px;
	border-radius: 999px;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
	white-space: nowrap;
}

.aniads-btn-lg {
	padding: 15px 32px;
	font-size: 16px;
}

.aniads-btn-block {
	width: 100%;
}

.aniads-btn-primary {
	background: var(--grad);
	color: #fff;
	box-shadow: 0 10px 26px rgba(37, 99, 235, 0.32);
}

.aniads-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(124, 58, 237, 0.36);
}

.aniads-btn-soft {
	background: var(--bg-soft-2);
	color: var(--c-blue);
}

.aniads-btn-soft:hover {
	background: #e3e9fb;
	transform: translateY(-2px);
}

.aniads-btn-ghost {
	background: transparent;
	color: var(--ink-2);
	padding: 10px 18px;
}

.aniads-btn-ghost:hover {
	color: var(--c-blue);
}

/* ---------- هدر ---------- */
.aniads-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: saturate(160%) blur(14px);
	border-bottom: 1px solid var(--line);
}

.aniads-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 76px;
	gap: 16px;
}

.aniads-logo img {
	height: 52px;
	width: auto;
}

.aniads-menu {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-inline: auto;
}

.aniads-menu a {
	font-weight: 600;
	color: var(--ink-2);
	font-size: 15px;
	position: relative;
	transition: color 0.18s ease;
}

.aniads-menu a::after {
	content: "";
	position: absolute;
	bottom: -6px;
	inset-inline-start: 0;
	width: 0;
	height: 2px;
	background: var(--grad);
	border-radius: 2px;
	transition: width 0.22s ease;
}

.aniads-menu a:hover {
	color: var(--c-blue);
}

.aniads-menu a:hover::after {
	width: 100%;
}

.aniads-header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.aniads-burger {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: 0;
	cursor: pointer;
	padding: 6px;
}

.aniads-burger span {
	width: 26px;
	height: 2.5px;
	background: var(--ink);
	border-radius: 3px;
	transition: 0.25s;
}

/* ---------- هیرو ---------- */
.aniads-hero {
	position: relative;
	background:
		radial-gradient(900px 500px at 85% -10%, rgba(20, 217, 176, 0.12), transparent 60%),
		radial-gradient(800px 500px at 0% 0%, rgba(124, 58, 237, 0.12), transparent 55%),
		var(--bg);
	overflow: hidden;
}

.aniads-hero-inner {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	align-items: center;
	gap: 40px;
	padding-block: 80px 90px;
}

.aniads-badge {
	display: inline-block;
	background: var(--bg-soft-2);
	color: var(--c-purple);
	font-weight: 700;
	font-size: 13px;
	padding: 8px 16px;
	border-radius: 999px;
	border: 1px solid #e0e6fb;
	margin-bottom: 22px;
}

.aniads-hero-text h1 {
	font-size: clamp(32px, 4.4vw, 52px);
	line-height: 1.35;
	font-weight: 800;
	margin: 0 0 18px;
	letter-spacing: -0.5px;
}

.aniads-hero-text > p {
	font-size: 18px;
	color: var(--muted);
	max-width: 520px;
	margin: 0 0 30px;
}

.aniads-hero-cta {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 34px;
}

.aniads-hero-trust {
	display: flex;
	align-items: center;
	gap: 14px;
}

.aniads-hero-trust p {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
}

.aniads-avatars {
	display: flex;
}

.aniads-avatars span {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 3px solid #fff;
	margin-inline-start: -12px;
	background: var(--grad);
	box-shadow: var(--shadow-sm);
}

.aniads-avatars span:nth-child(2) { background: linear-gradient(135deg, #7c3aed, #14d9b0); }
.aniads-avatars span:nth-child(3) { background: linear-gradient(135deg, #14d9b0, #2563eb); }
.aniads-avatars span:nth-child(4) { background: linear-gradient(135deg, #2563eb, #7c3aed); }

/* بصری هیرو */
.aniads-hero-visual {
	position: relative;
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.aniads-orb {
	position: absolute;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: var(--grad);
	filter: blur(8px);
	opacity: 0.18;
	animation: aniads-float 7s ease-in-out infinite;
}

.aniads-hero-logo {
	position: relative;
	z-index: 2;
	width: 300px;
	height: 300px;
	border-radius: 32px;
	background: #fff;
	box-shadow: var(--shadow-lg);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 26px;
	border: 1px solid var(--line);
}

.aniads-card-float {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 12px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 14px 18px;
	box-shadow: var(--shadow);
}

.aniads-card-float strong {
	display: block;
	font-size: 14px;
}

.aniads-card-float span {
	font-size: 12px;
	color: var(--muted);
}

.aniads-mini-ico {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: var(--bg-soft-2);
	display: grid;
	place-items: center;
	font-size: 20px;
}

.aniads-card-1 {
	top: 30px;
	inset-inline-start: -10px;
	animation: aniads-float 5s ease-in-out infinite;
}

.aniads-card-2 {
	bottom: 40px;
	inset-inline-end: -10px;
	animation: aniads-float 5.5s ease-in-out infinite 0.6s;
}

@keyframes aniads-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-14px); }
}

/* ---------- آمار ---------- */
.aniads-stats {
	margin-top: -34px;
	position: relative;
	z-index: 5;
}

.aniads-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	padding: 30px 24px;
}

.aniads-stat {
	text-align: center;
	border-inline-end: 1px solid var(--line);
}

.aniads-stat:last-child {
	border-inline-end: 0;
}

.aniads-stat-value {
	font-size: 34px;
	font-weight: 800;
}

.aniads-stat-label {
	color: var(--muted);
	font-size: 14px;
	margin-top: 4px;
}

/* ---------- بخش‌های عمومی ---------- */
.aniads-section {
	padding-block: 84px;
}

.aniads-section-alt {
	background: var(--bg-soft);
}

.aniads-section-head {
	text-align: center;
	max-width: 620px;
	margin: 0 auto 50px;
}

.aniads-eyebrow {
	display: inline-block;
	color: var(--c-teal);
	font-weight: 800;
	font-size: 13px;
	letter-spacing: 0.5px;
	margin-bottom: 12px;
}

.aniads-section-head h2 {
	font-size: clamp(26px, 3.2vw, 38px);
	font-weight: 800;
	margin: 0 0 12px;
}

.aniads-section-head p {
	color: var(--muted);
	font-size: 17px;
	margin: 0;
}

/* ---------- پلتفرم‌ها ---------- */
.aniads-platforms {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.aniads-platform-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 30px 26px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.aniads-platform-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow);
	border-color: transparent;
}

.aniads-platform-ico {
	width: 58px;
	height: 58px;
	border-radius: 16px;
	display: grid;
	place-items: center;
	color: var(--c, var(--c-blue));
	background: color-mix(in srgb, var(--c, #2563eb) 12%, #fff);
	margin-bottom: 18px;
}

.aniads-platform-ico svg {
	width: 30px;
	height: 30px;
}

.aniads-platform-card h3 {
	font-size: 19px;
	margin: 0 0 8px;
}

.aniads-platform-card p {
	color: var(--muted);
	font-size: 14px;
	margin: 0 0 16px;
}

.aniads-platform-link {
	font-weight: 700;
	color: var(--c-blue);
	font-size: 14px;
}

/* ---------- مراحل ---------- */
.aniads-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.aniads-step {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 30px 24px;
	position: relative;
}

.aniads-step-num {
	width: 50px;
	height: 50px;
	border-radius: 14px;
	background: var(--grad);
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	display: grid;
	place-items: center;
	margin-bottom: 18px;
}

.aniads-step h3 {
	font-size: 18px;
	margin: 0 0 8px;
}

.aniads-step p {
	color: var(--muted);
	font-size: 14px;
	margin: 0;
}

/* ---------- تعرفه‌ها ---------- */
.aniads-packages {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: start;
}

.aniads-package {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 34px 28px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.aniads-package:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow);
}

.aniads-package.is-featured {
	background: linear-gradient(180deg, #fbfcff, #fff);
	border: 2px solid transparent;
	background-image: linear-gradient(#fff, #fff), var(--grad);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	box-shadow: var(--shadow-lg);
	position: relative;
	transform: translateY(-10px);
}

.aniads-package-badge {
	position: absolute;
	top: 18px;
	inset-inline-start: 28px;
	background: var(--grad);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 14px;
	border-radius: 999px;
}

.aniads-package h3 {
	font-size: 20px;
	margin: 0 0 14px;
}

.aniads-package-price {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 22px;
	padding-bottom: 22px;
	border-bottom: 1px dashed var(--line);
}

.aniads-package-price strong {
	font-size: 30px;
	font-weight: 800;
}

.aniads-package-price span {
	color: var(--muted);
	font-size: 14px;
}

.aniads-package-list {
	list-style: none;
	margin: 0 0 26px;
	padding: 0;
	display: grid;
	gap: 12px;
}

.aniads-package-list li {
	position: relative;
	padding-inline-start: 28px;
	color: var(--ink-2);
	font-size: 15px;
}

.aniads-package-list li::before {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	top: 4px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--c-teal) 18%, #fff);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314d9b0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
}

/* ---------- فراخوان ---------- */
.aniads-cta {
	padding-block: 84px;
}

.aniads-cta-inner {
	background: var(--grad);
	border-radius: 28px;
	padding: 56px 40px;
	text-align: center;
	color: #fff;
	box-shadow: var(--shadow-lg);
	position: relative;
	overflow: hidden;
}

.aniads-cta-inner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(400px 200px at 80% 0%, rgba(255, 255, 255, 0.25), transparent 60%);
}

.aniads-cta-inner h2 {
	font-size: clamp(24px, 3vw, 34px);
	margin: 0 0 12px;
	position: relative;
}

.aniads-cta-inner > p {
	font-size: 17px;
	opacity: 0.92;
	margin: 0 0 28px;
	position: relative;
}

.aniads-cta-form {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}

.aniads-cta-form input {
	background: rgba(255, 255, 255, 0.95);
	border: 0;
	border-radius: 999px;
	padding: 14px 22px;
	font-family: inherit;
	font-size: 15px;
	min-width: 200px;
	color: var(--ink);
}

.aniads-cta-form input:focus {
	outline: 3px solid rgba(255, 255, 255, 0.5);
}

.aniads-cta-form .aniads-btn-primary {
	background: #fff;
	color: var(--c-purple);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

/* ---------- فوتر ---------- */
.aniads-footer {
	background: #0f172a;
	color: #cbd5e1;
	padding-top: 60px;
}

.aniads-footer-grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
	gap: 30px;
	padding-bottom: 44px;
}

.aniads-footer-brand img {
	height: 64px;
	margin-bottom: 16px;
	background: #fff;
	border-radius: 14px;
	padding: 8px 12px;
}

.aniads-footer-brand p {
	font-size: 14px;
	color: #94a3b8;
	max-width: 320px;
}

.aniads-footer-col h4 {
	color: #fff;
	font-size: 16px;
	margin: 0 0 16px;
}

.aniads-footer-col a {
	display: block;
	color: #94a3b8;
	font-size: 14px;
	margin-bottom: 10px;
	transition: color 0.18s ease;
}

.aniads-footer-col a:hover {
	color: var(--c-teal);
}

.aniads-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-block: 20px;
	font-size: 13px;
	color: #94a3b8;
	text-align: center;
}

/* ---------- انیمیشن نمایان‌شدن ---------- */
.aniads-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.55s ease, transform 0.55s ease;
}

.aniads-reveal.aniads-in {
	opacity: 1;
	transform: none;
}

/* منوی موبایل باز */
@media (max-width: 720px) {
	.aniads-menu.is-open {
		display: flex;
		position: absolute;
		top: 76px;
		inset-inline: 0;
		flex-direction: column;
		gap: 0;
		background: #fff;
		border-bottom: 1px solid var(--line);
		padding: 10px 24px 18px;
		box-shadow: var(--shadow-sm);
	}
	.aniads-menu.is-open a {
		padding-block: 12px;
		border-bottom: 1px solid var(--line);
	}
}

/* ---------- واکنش‌گرا ---------- */
@media (max-width: 980px) {
	.aniads-hero-inner { grid-template-columns: 1fr; }
	.aniads-hero-visual { min-height: 320px; margin-top: 20px; }
	.aniads-platforms,
	.aniads-steps { grid-template-columns: repeat(2, 1fr); }
	.aniads-packages { grid-template-columns: 1fr; max-width: 440px; margin-inline: auto; }
	.aniads-package.is-featured { transform: none; }
	.aniads-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
	.aniads-menu,
	.aniads-header-actions { display: none; }
	.aniads-burger { display: flex; }
	.aniads-stats-grid { grid-template-columns: repeat(2, 1fr); }
	.aniads-stat:nth-child(2) { border-inline-end: 0; }
	.aniads-stat { padding-block: 8px; }
}

@media (max-width: 480px) {
	.aniads-platforms,
	.aniads-steps,
	.aniads-footer-grid { grid-template-columns: 1fr; }
	.aniads-hero-text > p { font-size: 16px; }
}
