:root {
	--bg-1: #0a0c14;
	--bg-2: #0f1219;
	--bg-3: #161a26;
	--bg-4: #1d2231;
	--text-1: #fff;
	--text-2: #a8aebb;
	--text-3: #5d6377;
	--accent-blue: #1c5cff;
	--accent-pink: #ff13a5;
	--accent-purple: #7b3cff;
	--accent-green: #00c853;
	--accent-orange: #ff7a00;
	--accent-cyan: #19d8d0;
	--border-1: rgba(255, 255, 255, 0.06);
	--border-2: rgba(255, 255, 255, 0.1);
	--border-3: rgba(255, 255, 255, 0.18);
	--ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	scroll-behavior: smooth;
	background: var(--bg-1);
	color: #fff;
	-webkit-font-smoothing: antialiased;
}
html {
	overflow-x: hidden;
	max-width: 100vw;
}
body {
	font-family: "Onest", sans-serif;
	font-weight: 200;
	line-height: 1.55;
	background: var(--bg-1);
	overflow-x: hidden;
	cursor: none;
	min-height: 100vh;
	word-break: break-word;
	overflow-wrap: break-word;
	max-width: 100vw;
}
a {
	color: inherit;
	text-decoration: none;
}
button {
	font: inherit;
	color: inherit;
	background: none;
	border: 0;
	cursor: none;
}
::selection {
	background: var(--accent-pink);
	color: #fff;
}
h1 {
	font-family: "Unbounded", sans-serif;
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.1;
	font-size: clamp(28px, 5vw, 56px);
	overflow-wrap: normal;
	word-break: normal;
	hyphens: manual;
}
.h-1 {
	font-family: "Unbounded", sans-serif;
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.1;
	font-size: clamp(28px, 5vw, 56px);
	overflow-wrap: normal;
	word-break: normal;
	hyphens: manual;
}
.h-2 {
	font-family: "Unbounded", sans-serif;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.15;
	font-size: clamp(22px, 4vw, 48px);
	overflow-wrap: normal;
	word-break: normal;
	hyphens: manual;
}
.eyebrow {
	font-family: "Onest", sans-serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: var(--text-2);
}
.lead {
	font-family: "Onest", sans-serif;
	font-weight: 200;
	font-size: clamp(18px, 1.4vw, 22px);
	line-height: 1.55;
	color: var(--text-2);
}
.container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 48px;
	width: 100%;
}
@media (max-width: 900px) {
	.container {
		padding: 0 24px;
	}
}
.noise {
	position: fixed;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	opacity: 0.04;
	mix-blend-mode: overlay;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.4 0'/></filter><rect width='200' height='200' filter='url(%23n)'/></svg>");
}
.cursor-dot,
.cursor-ring {
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 9999;
	transform: translate(-50%, -50%);
	mix-blend-mode: difference;
}
.cursor-dot {
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
}
.cursor-ring {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	transition:
		width 0.25s var(--ease-out),
		height 0.25s var(--ease-out),
		border-color 0.25s,
		background 0.25s;
}
.cursor-ring.hover {
	width: 80px;
	height: 80px;
	border-color: rgba(255, 19, 165, 0.7);
	background: rgba(255, 19, 165, 0.06);
}
@media (max-width: 900px) {
	.cursor-dot,
	.cursor-ring {
		display: none !important;
	}
	body {
		cursor: auto;
	}
	button,
	a {
		cursor: pointer;
	}
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 20px 0;
	transition: all 0.4s var(--ease-out);
}
.header.scrolled {
	padding: 14px 0;
	background: rgba(10, 12, 20, 0.65);
	backdrop-filter: blur(20px) saturate(180%);
	-webkit-backdrop-filter: blur(20px) saturate(180%);
	border-bottom: 1px solid var(--border-1);
}
.header-inner {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}
.logo {
	display: flex !important;
	align-items: center;
	gap: 10px;
	font-family: "Unbounded", sans-serif;
	font-weight: 800;
	font-size: 22px;
	letter-spacing: -0.02em;
	color: #fff;
}
.logo-mark {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	background: #fff;
	color: #0a0c14;
	border-radius: 50%;
	font-weight: 900;
	font-size: 18px;
	flex-shrink: 0;
	position: relative;
}
.logo-mark::before {
	content: "";
	position: absolute;
	inset: 4px;
	border: 2px solid #0a0c14;
	border-radius: 50%;
	border-top-color: transparent;
	border-right-color: transparent;
	transform: rotate(-45deg);
}
.nav {
	display: flex !important;
	align-items: center;
	gap: 4px;
}
.nav a {
	padding: 10px 16px;
	font-size: 15px;
	font-weight: 300;
	color: var(--text-2);
	border-radius: 999px;
	transition:
		color 0.3s,
		background 0.3s;
}
.nav a:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.04);
}
.nav a.active {
	color: #fff;
}
.cta-pill {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 24px;
	border-radius: 999px;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	background: linear-gradient(
		135deg,
		var(--accent-blue) 0%,
		var(--accent-pink) 100%
	);
	box-shadow: 0 8px 24px -8px rgba(255, 19, 165, 0.5);
	overflow: hidden;
	transition:
		transform 0.3s var(--ease-out),
		box-shadow 0.3s;
	white-space: nowrap;
}
.cta-pill::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		135deg,
		var(--accent-pink) 0%,
		var(--accent-purple) 100%
	);
	opacity: 0;
	transition: opacity 0.4s;
}
.cta-pill span {
	position: relative;
	z-index: 1;
}
.cta-pill:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 36px -8px rgba(255, 19, 165, 0.6);
}
.cta-pill:hover::before {
	opacity: 1;
}

.hero {
	position: relative;
	padding: 160px 0 80px;
	overflow: hidden;
	z-index: 2;
}
.hero h1 {
	font-family: "Unbounded", sans-serif;
	font-weight: 800;
	font-size: clamp(32px, 6vw, 56px);
	line-height: 1.1;
	letter-spacing: -0.035em;
	margin-bottom: 32px;
	max-width: 1300px;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: manual;
}
.hero h1 .hl {
	display: inline-block;
	padding: 0 16px;
	background: #fff;
	color: #0a0c14;
	border-radius: 24px;
	line-height: 1;
}
.hero-sub {
	max-width: 680px;
	font-size: 20px;
	font-weight: 200;
	color: var(--text-2);
	line-height: 1.55;
	margin-bottom: 40px;
}
.mesh-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}
.mesh-bg::before {
	content: "";
	position: absolute;
	width: 60vw;
	height: 60vw;
	border-radius: 50%;
	filter: blur(120px);
	opacity: 0.5;
	left: -20vw;
	top: -20vw;
	background: radial-gradient(
		circle,
		rgba(28, 92, 255, 0.7) 0%,
		transparent 60%
	);
	animation: float1 18s ease-in-out infinite;
}
.mesh-bg::after {
	content: "";
	position: absolute;
	width: 50vw;
	height: 50vw;
	border-radius: 50%;
	filter: blur(120px);
	opacity: 0.4;
	right: -15vw;
	top: 30vh;
	background: radial-gradient(
		circle,
		rgba(255, 19, 165, 0.6) 0%,
		transparent 60%
	);
	animation: float2 22s ease-in-out infinite;
}
@keyframes float1 {
	0%,
	100% {
		transform: translate(0, 0) scale(1);
	}
	50% {
		transform: translate(8vw, 6vw) scale(1.15);
	}
}
@keyframes float2 {
	0%,
	100% {
		transform: translate(0, 0) scale(1);
	}
	50% {
		transform: translate(-6vw, -5vw) scale(1.1);
	}
}

.cases-section {
	padding: 80px 0 120px;
	position: relative;
	z-index: 2;
}
.filter-row {
	display: flex !important;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 60px;
	align-items: center;
}
.filter-pill {
	padding: 10px 18px;
	border: 1px solid var(--border-2);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 300;
	color: var(--text-2);
	letter-spacing: 0.02em;
	cursor: none;
	transition: all 0.3s;
}
.filter-pill:hover,
.filter-pill.active {
	color: #fff;
	background: #fff;
	color: #0a0c14;
	border-color: #fff;
}

/* ===================== SEO INTRO ===================== */
.seo-intro {
	padding: 80px 0 60px;
	background: var(--bg-1);
	border-top: 1px solid var(--border-1);
}
.seo-intro-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 64px;
	max-width: 1280px;
}
.seo-h2 {
	font-family: "Unbounded", sans-serif;
	font-weight: 700;
	font-size: clamp(22px, 2.4vw, 32px);
	letter-spacing: -0.02em;
	margin-bottom: 20px;
	color: var(--text-1);
}
.seo-intro p {
	font-size: 16px;
	line-height: 1.65;
	color: var(--text-2);
	margin-bottom: 16px;
}
.seo-intro strong {
	color: var(--text-1);
	font-weight: 500;
}
.seo-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.seo-list li {
	font-size: 15px;
	line-height: 1.55;
	color: var(--text-2);
	padding: 10px 0;
	border-bottom: 1px solid var(--border-1);
}
.seo-list li:last-child {
	border-bottom: 0;
}
@media (max-width: 900px) {
	.seo-intro-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.seo-intro {
		padding: 48px 0 32px;
	}
}

.cases-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.case-tile-wide {
	grid-column: span 2;
}
@media (max-width: 768px) {
	.case-tile-wide {
		grid-column: span 2;
	}
}
.case-tile {
	position: relative;
	display: flex !important;
	flex-direction: column;
	padding: 32px 28px;
	background: linear-gradient(
		160deg,
		rgba(255, 255, 255, 0.04) 0%,
		rgba(255, 255, 255, 0.01) 100%
	);
	border: 1px solid var(--border-1);
	border-radius: 24px;
	overflow: hidden;
	overflow-wrap: break-word;
	transition: all 0.5s var(--ease-out);
	min-height: 380px;
	max-width: 100%;
}
.case-tile:hover {
	transform: translateY(-6px);
	border-color: var(--border-3);
	background: linear-gradient(
		160deg,
		rgba(255, 255, 255, 0.06) 0%,
		rgba(255, 255, 255, 0.02) 100%
	);
}
.case-tile-top {
	display: flex !important;
	align-items: start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}
.case-logo {
	font-family: "Unbounded", sans-serif;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0.04em;
	color: var(--text-2);
	text-transform: uppercase;
	display: flex !important;
	align-items: center;
	gap: 8px;
}
.case-logo .bar {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--case-color, var(--accent-blue));
}
.case-arrow {
	width: 36px;
	height: 36px;
	border: 1px solid var(--border-2);
	border-radius: 50%;
	display: grid;
	place-items: center;
	transition: all 0.4s var(--ease-out);
	color: var(--text-2);
}
.case-tile:hover .case-arrow {
	background: #fff;
	color: #0a0c14;
	border-color: #fff;
	transform: rotate(-45deg);
}
.case-tile h3 {
	font-family: "Unbounded", sans-serif;
	font-weight: 700;
	font-size: clamp(22px, 1.8vw, 28px);
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin-bottom: 12px;
	color: #fff;
}
.case-tile p {
	font-size: 14px;
	font-weight: 200;
	color: var(--text-2);
	line-height: 1.6;
	margin-bottom: 24px;
	flex: 1;
}
.case-tile-tags {
	display: flex !important;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 20px;
}
.case-tile-tag {
	padding: 6px 12px;
	border: 1px solid var(--border-2);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 300;
	color: var(--text-2);
	letter-spacing: 0.02em;
}
.case-tile-bottom {
	padding-top: 20px;
	border-top: 1px solid var(--border-1);
	font-size: 12px;
	font-weight: 300;
	color: var(--text-3);
	letter-spacing: 0.05em;
	text-transform: uppercase;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}
.case-color-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--case-color, var(--accent-blue));
}

.footer {
	position: relative;
	z-index: 2;
	padding: 120px 0 48px;
	border-top: 1px solid var(--border-1);
	background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
}
.footer-top {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 60px;
	margin-bottom: 80px;
}
.footer h4 {
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--text-2);
	margin-bottom: 24px;
}
.footer ul {
	list-style: none;
	display: flex !important;
	flex-direction: column;
	gap: 14px;
}
.footer li {
	font-size: 15px;
	font-weight: 200;
	color: var(--text-2);
	transition: color 0.3s;
	display: flex !important;
	align-items: center;
	gap: 10px;
}
.footer li:hover {
	color: #fff;
}
.footer li .ico {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	opacity: 0.7;
}
.footer-bottom {
	border-top: 1px solid var(--border-1);
	padding-top: 32px;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	font-weight: 200;
	color: var(--text-3);
}
.footer-giant-logo {
	font-family: "Unbounded", sans-serif;
	font-weight: 900;
	font-size: clamp(64px, 11vw, 200px);
	line-height: 0.95;
	letter-spacing: -0.04em;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.07) 0%,
		rgba(255, 255, 255, 0.01) 100%
	);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 60px 0 30px;
	padding: 0 24px;
	overflow: visible;
	user-select: none;
	text-align: center;
	white-space: nowrap;
}
@media (max-width: 600px) {
	.footer-giant-logo {
		font-size: clamp(48px, 14vw, 80px);
	}
}

.reveal {
	opacity: 0;
	transform: translateY(40px);
	transition:
		opacity 0.9s var(--ease-out),
		transform 0.9s var(--ease-out);
}
.reveal.in {
	opacity: 1;
	transform: translateY(0);
}
.reveal-stagger > * {
	opacity: 0;
	transform: translateY(30px);
	transition:
		opacity 0.7s var(--ease-out),
		transform 0.7s var(--ease-out);
}
.reveal-stagger.in > * {
	opacity: 1;
	transform: translateY(0);
}
.reveal-stagger.in > *:nth-child(1) {
	transition-delay: 0s;
}
.reveal-stagger.in > *:nth-child(2) {
	transition-delay: 0.05s;
}
.reveal-stagger.in > *:nth-child(3) {
	transition-delay: 0.1s;
}
.reveal-stagger.in > *:nth-child(4) {
	transition-delay: 0.15s;
}
.reveal-stagger.in > *:nth-child(5) {
	transition-delay: 0.2s;
}
.reveal-stagger.in > *:nth-child(6) {
	transition-delay: 0.25s;
}
.reveal-stagger.in > *:nth-child(7) {
	transition-delay: 0.3s;
}
.reveal-stagger.in > *:nth-child(8) {
	transition-delay: 0.35s;
}
.reveal-stagger.in > *:nth-child(9) {
	transition-delay: 0.4s;
}
.reveal-stagger.in > *:nth-child(10) {
	transition-delay: 0.45s;
}
.reveal-stagger.in > *:nth-child(11) {
	transition-delay: 0.5s;
}
.reveal-stagger.in > *:nth-child(12) {
	transition-delay: 0.55s;
}

/* ===================== MOBILE MENU ===================== */
.menu-toggle {
	display: none !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid var(--border-2);
	border-radius: 12px;
	cursor: pointer;
	z-index: 101;
	transition: all 0.3s var(--ease-out);
}
.menu-toggle:hover {
	background: rgba(255, 255, 255, 0.1);
}
.menu-toggle-bar {
	width: 20px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	transition: all 0.3s var(--ease-out);
}
.menu-toggle.active .menu-toggle-bar:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}
.menu-toggle.active .menu-toggle-bar:nth-child(2) {
	opacity: 0;
}
.menu-toggle.active .menu-toggle-bar:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}
.mobile-menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(10, 12, 20, 0.98);
	backdrop-filter: blur(20px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s var(--ease-out);
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.mobile-menu-overlay.active {
	opacity: 1;
	visibility: visible;
}
.mobile-menu {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	width: 100%;
	max-width: 320px;
}
.mobile-menu-link {
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: var(--text-2);
	padding: 16px 24px;
	width: 100%;
	text-align: center;
	border-radius: 16px;
	transition: all 0.3s;
	text-decoration: none;
}
.mobile-menu-link:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.06);
}
.mobile-menu-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 16px 32px;
	margin-top: 24px;
	border-radius: 999px;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	background: linear-gradient(
		135deg,
		var(--accent-blue) 0%,
		var(--accent-pink) 100%
	);
	text-decoration: none;
	transition: all 0.3s var(--ease-out);
}
.mobile-menu-cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 36px -8px rgba(255, 19, 165, 0.6);
}

@media (max-width: 1100px) {
	.cases-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.footer-top {
		grid-template-columns: 1fr 1fr;
	}
}
/* Tablet (768px - 1024px): show burger, hide CTA */
@media (max-width: 1024px) and (min-width: 761px) {
	.nav {
		display: none !important;
	}
	.cta-pill-header {
		display: none !important;
	}
	.menu-toggle {
		display: flex !important;
	}
}

@media (max-width: 760px) {
	.nav {
		display: none !important;
	}
	.cta-pill {
		display: none !important;
	}
	.menu-toggle {
		display: flex !important;
	}
	.container {
		padding: 0 20px;
	}
	.hero {
		padding: 80px 0 40px;
	}
	/* Reduce section spacing */
	.section,
	.cta-section,
	.cases-section {
		padding: 40px 0;
		margin-bottom: 20px;
	}
	.section:last-child {
		margin-bottom: 0;
	}
	.h-display {
		font-size: clamp(28px, 9vw, 60px);
		white-space: normal;
		word-break: break-word;
	}
	/* Исправить перенос h1 на мобильных */
	.hero h1 {
		font-size: clamp(24px, 8vw, 36px) !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
		line-height: 1.2 !important;
	}
	.cases-grid,
	.footer-top {
		grid-template-columns: 1fr;
	}
	.case-tile {
		width: 100%;
		max-width: 100%;
		overflow-wrap: break-word;
		word-break: break-word;
	}
	/* Показать кейсы сразу на маленьких мобильных (< 480px) */
	@media (max-width: 480px) {
		.case-tile {
			opacity: 1 !important;
			transform: none !important;
			transition: none !important;
		}
	}
	.case-tile h3 {
		font-size: clamp(14px, 4vw, 20px);
		word-break: break-word;
	}
	.case-tile p {
		font-size: clamp(12px, 3vw, 14px);
		word-break: break-word;
		max-width: 100%;
	}
	.case-tile-tag {
		font-size: 11px;
		padding: 4px 8px;
	}
	.case-tile-wide {
		grid-column: 1;
	}
	.footer-bottom {
		flex-direction: column;
		gap: 16px;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.container {
		padding: 0 16px;
	}
	.hero {
		padding: 100px 0 40px;
	}
	.h-display {
		font-size: clamp(24px, 10vw, 40px);
	}
	.case-tile {
		padding: 16px;
	}
	.case-tile h3 {
		font-size: 15px;
	}
	.case-tile p {
		font-size: 13px;
	}
	.case-tile-tags {
		flex-wrap: wrap;
	}
	.case-tile-tag {
		font-size: 11px;
		padding: 4px 8px;
	}
}

/* Custom scrollbar */
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-track {
	background: var(--bg-2);
}
::-webkit-scrollbar-thumb {
	background: var(--border-3);
	border-radius: 10px;
	border: 2px solid var(--bg-2);
}
::-webkit-scrollbar-thumb:hover {
	background: var(--text-3);
}
html {
	scrollbar-width: thin;
	scrollbar-color: var(--border-3) var(--bg-2);
}

/* === MOBILE FIX === */
@media (max-width: 900px) {
	.cases-grid {
		grid-template-columns: 1fr !important;
	}
	.case-tile {
		width: 100% !important;
		max-width: 100% !important;
	}
	.case-tile-wide {
		grid-column: 1 !important;
	}
}

@media (max-width: 480px) {
	.case-tile {
		padding: 16px !important;
	}
	.case-tile h3 {
		font-size: 14px !important;
	}
	.case-tile p {
		font-size: 12px !important;
	}
	.case-tile-tag {
		font-size: 10px !important;
		padding: 3px 6px !important;
	}
}

/* Show elements immediately, animate will handle other cases */
.reveal,
.reveal-stagger > * {
	opacity: 1 !important;
	transform: none !important;
}

/* ======= FORCE TABLET STYLES (END OF FILE) ======= */
@media (max-width: 1024px) {
	.nav {
		display: none !important;
	}
	.cta-pill-header {
		display: none !important;
	}
	.menu-toggle {
		display: flex !important;
	}
}

/* Hide filters on mobile (≤1024px) */
@media (max-width: 1024px) {
	.filter-row,
	.filter-row *,
	.filter-pill {
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
		pointer-events: none !important;
		width: 0 !important;
		height: 0 !important;
		overflow: hidden !important;
	}
}

/* Force hide .mobile-hidden on mobile */
@media (max-width: 1024px) {
	.mobile-hidden {
		display: none !important;
		visibility: hidden !important;
	}
}

/* Filter hidden tiles - override case-tile display */
.case-tile.filter-hidden {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}
