* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial,
		sans-serif;
	line-height: 1.6;
	color: #333;
	/* background: #e8e8e8; */
	background-color: #f5f5f5;
}

/* Hero Section 1 */
.hero-1 {
	/* background: linear-gradient(135deg, #d8d8d8 0%, #c8c8c8 100%); */
	background-color: #d4d4d4;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 80px 20px;
	margin-top: -8px;
	position: relative;
}

.hero-1 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	/* filter: brightness(0.6); */
}
.hero-1-content {
	position: relative;
	z-index: 1;
	max-width: 1300px;
	color: #d7d7d7;
	padding: 40px 80px;
	border-radius: 40px;
	background: rgba(0, 0, 0, 0.6);
	margin-bottom: 20px;
}

.hero-1 h1 {
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 400;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.2;
}

.hero-1 h2 {
	font-size: clamp(2.5rem, 6vw, 5.3rem);
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.1;
}

.hero-1 p {
	font-size: clamp(1rem, 2vw, 1.25rem);
	max-width: 630px;
	margin: 0 auto 50px;
	line-height: 1.8;
	font-weight: 700;
}

.btn {
	display: inline-block;
	padding: 16px 40px;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.3s ease;
	cursor: pointer;
	border: none;
}

.btn-primary {
	background: #4a7c59;
	color: white;
	z-index: 1;
}

.btn-primary:hover {
	background: #3d6b4a;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(74, 124, 89, 0.3);
}

/* Hero Section 2 */
.hero-2 {
	/* background: #f0f0f0; */
	padding: 100px 20px;
	background-image: url('/images/main_page/aad_img_v1_main_page__01.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px 0;
}

.hero-2-container {
	margin: 0 auto;
}

.hero-2 h2 {
	font-size: clamp(2.5rem, 6vw, 5.3rem);
	font-weight: 700;
	color: #1a1a1a;
	text-align: center;
	margin-bottom: 60px;
	text-transform: uppercase;
	line-height: 1.2;
	border-radius: 40px;
	background: rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(17.5px);
	padding: 40px 80px;
	width: fit-content;
	margin: 0 auto 120px;
}

.hero-2-content {
	max-width: 750px;
	/* margin: 0 auto; */
	margin: 0 200px 0 auto;
	border-radius: 20px;
	background: #f4f4f4;
	padding: 40px;
}

.features-list {
	list-style: none;
	/* margin-bottom: 50px; */
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.features-list li {
	font-size: 1.125rem;
	color: #1a1a1a;
	margin-bottom: 5px;
	padding-left: 30px;
	position: relative;
	line-height: normal;
}

.features-list li::before {
	content: '•';
	position: absolute;
	left: 0;
	font-weight: bold;
	font-size: 1.5rem;
}

.features-list strong {
	font-weight: 700;
}

.description-box {
	/* background: white; */
	padding: 20px;
	border-radius: 12px;
	max-width: 900px;
	/* margin: 50px auto 0; */
	margin: 0 auto;
	padding-bottom: 0;
	/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
}

.description-box p {
	font-size: 1rem;
	line-height: 1.8;
	color: #333;
}

/* Supply Chain Section */
.supply-chain {
	/* background: #ffffff; */
	padding: 0 20px;
	margin: 80px 0;
}

.supply-container {
	max-width: 800px;
	margin: 0 auto;
}

.supply-chain h2 {
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 400;
	color: #1a1a1a;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.3;
}

.supply-chain p {
	font-size: 1rem;
	line-height: 1.8;
	color: #333;
	margin-bottom: 30px;
}

.supply-list {
	list-style: none;
	margin-top: 30px;
}

.supply-list li {
	font-size: 1rem;
	color: #1a1a1a;
	margin-bottom: 5px;
	padding-left: 25px;
	position: relative;
	line-height: normal;
}

.supply-list li::before {
	content: '•';
	position: absolute;
	left: 0;
	font-weight: bold;
}

.supply-list strong {
	font-weight: 700;
}

/* Intelligence Section */
.intelligence {
	background: #f5f5f5;
	padding: 0 20px;
}

.intelligence-container {
	max-width: 1000px;
	margin: 0 auto;
}

.intelligence h2 {
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 400;
	color: #1a1a1a;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.3;
}

.intelligence p {
	font-size: 1rem;
	line-height: 1.8;
	color: #333;
	margin-bottom: 30px;
}

.intelligence-list {
	list-style: none;
	margin-top: 30px;
	display: grid;
	gap: 15px;
}

.intelligence-list li {
	font-size: 1rem;
	color: #1a1a1a;
	padding-left: 25px;
	position: relative;
	line-height: 1.7;
}

.intelligence-list li::before {
	content: '•';
	position: absolute;
	left: 0;
	font-weight: bold;
}

.intelligence-list strong {
	font-weight: 700;
}

/* Product Categories */
.product-categories {
	background: #ffffff;
	padding: 100px 20px;
}

.categories-container {
	max-width: 1400px;
	margin: 0 auto;
}

.categories-title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 700;
	color: #1a1a1a;
	text-align: center;
	/* margin-bottom: 60px; */
	text-transform: uppercase;
	letter-spacing: 2px;
}

.categories-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	margin-bottom: 100px;
}

.category-card {
	background: white;
	border-radius: 16px;
	overflow: hidden;
	/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); */
}

.category-image {
	/* background: #d5d5d5; */
	/* height: 280px; */
	width: 100%;
}
.category-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.category-content {
	padding: 10px;
}

.category-label {
	font-size: 2.5rem;
	line-height: normal;
	color: #2c2c2c;
	font-weight: 300;
}

.category-title {
	font-size: 2rem;
	font-weight: 700;
	color: #1a1a1a;
}

.category-subtitle {
	font-size: 1.125rem;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 15px;
}

.category-description {
	font-size: 0.9375rem;
	line-height: 1.7;
	color: #555;
	margin-bottom: 20px;
}

.category-features {
	list-style: none;
	margin-bottom: 30px;
}

.category-features li {
	font-size: 0.9375rem;
	color: #333;
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
	line-height: normal;
}

.category-features li::before {
	content: '•';
	position: absolute;
	left: 0;
	font-weight: bold;
}

.category-features strong {
	font-weight: 700;
}

/* Three Column Grid */
.three-col-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
}

/* Footer */
.footer {
	background: #2a2a2a;
	color: #a0a0a0;
	padding: 60px 20px;
	text-align: center;
}

.footer-title {
	font-size: 1.125rem;
	font-weight: 600;
	color: #e0e0e0;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

.footer p {
	font-size: 0.9375rem;
	line-height: 1.8;
	margin-bottom: 8px;
}

.footer a {
	color: #a0a0a0;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer a:hover {
	color: #ffffff;
}
/* Supply Chain Section - ОБНОВЛЕНИЯ */

.supply-container {
	max-width: 1400px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: start;
}

.supply-content {
	/* Текст слева */
}

.supply-chain h2 {
	font-size: clamp(2rem, 4vw, 2.5rem);
	font-weight: 400;
	color: #1a1a1a;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.3;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}

.supply-chain p {
	font-size: 1rem;
	line-height: 1.8;
	color: #333;
	margin-bottom: 30px;
}

.supply-list {
	list-style: none;
	margin-top: 0;
	padding: 0;
}

/* .supply-list li {
  font-size: 1rem;
  color: #1a1a1a;
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
  line-height: 1.7;
} */

.supply-list li::before {
	content: '•';
	position: absolute;
	left: 0;
	font-weight: bold;
}

.supply-list strong {
	font-weight: 700;
}

/* Intelligence Section - ОБНОВЛЕНИЯ */

.intelligence-container {
	max-width: 1400px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: start;
}

.intelligence-content {
	/* Текст справа */
	grid-column: 2;
}

.intelligence h2 {
	font-size: clamp(2rem, 4vw, 2.5rem);
	font-weight: 400;
	color: #1a1a1a;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.3;
}

.intelligence p {
	font-size: 1rem;
	line-height: 1.8;
	color: #333;
	margin-bottom: 30px;
}

.intelligence-list {
	list-style: none;
	margin-top: 0;
	padding: 0;
	display: block;
}

.intelligence-list li {
	font-size: 1rem;
	color: #1a1a1a;
	padding-left: 25px;
	position: relative;
	line-height: normal;
	margin-bottom: 5px;
}

.intelligence-list li::before {
	content: '•';
	position: absolute;
	left: 0;
	font-weight: bold;
}

.intelligence-list strong {
	font-weight: 700;
}

/* Responsive */
@media (max-width: 1024px) {
	.supply-container,
	.intelligence-container {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.intelligence-content {
		grid-column: 1;
	}

	.hero-2-content {
		margin: 0 auto;
	}
}
/* Responsive */
@media (max-width: 1024px) {
	.categories-grid,
	.three-col-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.hero-1,
	.hero-2,
	.supply-chain,
	.intelligence,
	.product-categories {
		padding: 60px 20px;
	}
	.hero-2-container h2,
	.hero-1-content {
		padding: 20px;
	}

	.category-content {
		padding: 25px;
	}

	.category-title {
		font-size: 1.75rem;
	}
}

.supply-chain img,
.intelligence img {
	width: 100%;
	border-radius: 12px;
}
.supply-container,
.intelligence-container {
	align-items: center;
}

@media (max-width: 600px) {
	.hero-1 h1 {
		font-size: clamp(1.5rem, 6vw, 2rem);
	}

	.hero-1 h2 {
		font-size: clamp(1.9rem, 8vw, 3rem);
	}

	.hero-2 h2 {
		font-size: clamp(1.9rem, 7vw, 2.8rem);
	}

	.supply-chain h2,
	.intelligence h2,
	.categories-title {
		font-size: clamp(1.75rem, 6vw, 2.4rem);
	}

	.category-label {
		font-size: 2rem;
	}

	.category-title {
		font-size: 1.5rem;
	}
}
