﻿/* Page styles: start */
body.home#body-wrapper {
	margin: 0 !important;
	padding: 0 !important;
}

body.home #page,
body.home #primary,
body.home main.site-main {
	margin: 0 !important;
	padding: 0 !important;
}

.site-main {
	margin: 0;
	padding: 0;
}

#hero-outer-wrapper {
	width: 100%;
	background-color: #fff;
	padding: 0 0 12px;
	position: relative;
	z-index: 999;
}

.hero-container-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}

.hero-swiper {
	width: 100%;
	height: 50vh;
	background: #f4f4f4;
}

.hero-swiper .swiper-slide .slide-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.opt-slide-content {
	position: absolute;
	bottom: 50px;
	left: 50px;
	max-width: 400px;
	z-index: 10;
	background: rgba(43, 46, 52, 0.85);
	backdrop-filter: blur(8px);
	padding: 25px;
	color: #fff;
	border-left: 4px solid var(--brand-copper);
}

.opt-slide-content h2 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 8px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.opt-slide-content p {
	font-size: 15px;
	margin: 0;
	line-height: 1.4;
	opacity: 0.9;
}

.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
	top: 50%;
	transform: translateY(-50%);
	height: 80px;
	width: 45px;
	background: rgba(43, 46, 52, 0.6);
	color: #fff;
	margin: 0;
	transition: all 0.3s ease;
}

.hero-swiper .swiper-button-prev {
	left: 0;
	border-radius: 0 4px 4px 0;
}

.hero-swiper .swiper-button-next {
	right: 0;
	border-radius: 4px 0 0 4px;
}

.hero-swiper .swiper-button-next:after,
.hero-swiper .swiper-button-prev:after {
	font-size: 18px;
	font-weight: 700;
}

.hero-swiper .swiper-button-prev:hover,
.hero-swiper .swiper-button-next:hover {
	background: var(--brand-dark);
	color: var(--brand-copper);
}

@media (max-width: 992px) {
	#hero-outer-wrapper {
		padding: 0 0 12px;
	}

	.hero-container-inner {
		border-radius: 0;
		box-shadow: none;
	}

	.hero-swiper {
		height: 40vh;
	}

	.opt-slide-content {
		left: 10px;
		right: 10px;
		bottom: 20px;
		max-width: none;
		padding: 12px;
		background: rgba(43, 46, 52, 0.9);
	}

	.opt-slide-content h2 {
		font-size: 15px;
		margin-bottom: 4px;
	}

	.opt-slide-content p {
		font-size: 11px;
		line-height: 1.2;
	}

	.hero-swiper .swiper-button-next,
	.hero-swiper .swiper-button-prev {
		display: none;
	}
}

/* Corporate section under hero */
.opt-container.corporate-override {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 12px 20px;
	background-color: #fff;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	box-sizing: border-box;
}

.opt-content-box {
	max-width: 1100px;
	margin: 0 auto;
}

.opt-main-title {
	position: relative;
	font-size: 24px;
	color: #1a1c1e;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	padding-bottom: 15px;
	text-align: center;
	letter-spacing: 0.5px;
	line-height: 1.2;
}

.opt-main-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: var(--brand-copper);
	border-radius: 2px;
}

.opt-factory-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin-bottom: 25px;
}

.opt-factory-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 15px;
	background: #fcfcfc;
	border: 1px solid #f0f0f0;
	border-radius: 2px;
}

.opt-factory-icon {
	width: 32px;
	height: 32px;
	color: var(--brand-copper);
	flex-shrink: 0;
}

.opt-factory-info h4 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 800;
	margin: 0 0 2px 0;
	color: #1a1c1e;
}

.opt-factory-info p {
	font-size: 15px;
	color: #444;
	margin: 0;
	line-height: 1.3;
}

.opt-text-wrapper {
	max-width: 1000px;
	margin: 0 auto 25px;
	columns: 2;
	column-gap: 50px;
}

.opt-text-wrapper p {
	font-size: 16px;
	line-height: 1.6;
	color: #444;
	margin-bottom: 15px;
	text-align: left;
}

.opt-action-area {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 0;
}

.opt-link-btn {
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s;
	text-decoration: none;
	letter-spacing: 1px;
}

.opt-btn-outline {
	width: 220px;
	border: 1px solid #ddd;
	color: #1a1c1e;
	background: transparent;
}

.opt-btn-outline:hover {
	background: #1a1c1e;
	color: #fff;
}

.opt-btn-solid {
	width: 340px;
	color: #fff;
	background: linear-gradient(90deg, #e89b4a 0%, var(--brand-copper) 50%, var(--brand-copper) 100%);
	background-size: 200% 100%;
	background-position: 100% 0;
	border: none;
}

.opt-btn-solid:hover {
	background-position: 0 0;
	transform: translateY(-3px);
}

/* Offer section (home) */
.opt-offer-section {
	font-family: "Segoe UI", system-ui, sans-serif;
	color: #1a1a1a;
	background: #fff;
	overflow: hidden;
	line-height: 1.6;
}

.opt-offer-container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}

.opt-offer-row {
	display: flex;
	gap: 60px;
	align-items: center;
	margin-bottom: 80px;
}

.opt-offer-row:last-child {
	margin-bottom: 0;
}

.opt-offer-row--reverse {
	flex-direction: row-reverse;
}

.opt-offer-image {
	flex: 0.8;
	position: relative;
}

.opt-offer-image img {
	width: 100%;
	max-height: 400px;
	display: block;
	border-radius: 2px;
	object-fit: cover;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.opt-offer-image::after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	pointer-events: none;
}

.opt-offer-text {
	flex: 1;
}

.opt-offer-text h4 {
	font-size: 13px;
	color: var(--brand-copper);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 800;
	margin-bottom: 15px;
}

.opt-offer-text h3 {
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: 700;
	line-height: 1.25;
	color: #000;
}

.opt-offer-text p {
	font-size: 16px;
	color: #555;
	margin-bottom: 20px;
}

.opt-offer-list {
	list-style: none;
	padding: 0;
	margin: 25px 0;
	display: block;
}

.opt-offer-list li {
	margin-bottom: 12px;
	display: flex;
	align-items: flex-start;
	gap: 15px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #1a1a1a;
	line-height: 1.4;
	text-align: left;
}

.opt-offer-list li::before {
	content: "";
	min-width: 12px;
	height: 2px;
	background: var(--brand-copper);
	margin-top: 9px;
	flex-shrink: 0;
}

.opt-offer-btn {
	display: inline-block;
	padding: 16px 45px;
	background: linear-gradient(90deg, #e89b4a 0%, var(--brand-copper) 50%, var(--brand-copper) 100%);
	background-size: 200% 100%;
	background-position: 100% 0;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	transition: all 0.4s ease;
	border-radius: 0;
}

.opt-offer-btn:hover {
	background-position: 0 0;
	transform: translateY(-2px);
}

@media (max-width: 992px) {
	.opt-offer-row,
	.opt-offer-row--reverse {
		flex-direction: column;
		gap: 40px;
		text-align: center;
		margin-bottom: 60px;
	}

	.opt-offer-text h3 {
		font-size: 18px;
	}

	.opt-offer-image {
		width: 100%;
	}

	.opt-offer-image img {
		max-height: 300px;
	}

	.opt-offer-list {
		display: inline-block;
		text-align: left;
		margin: 20px auto;
		width: fit-content;
	}

	.opt-offer-list li {
		justify-content: flex-start;
	}

	.opt-offer-btn {
		padding: 12px 30px;
		font-size: 13px;
	}

	.opt-offer-container {
		padding: 40px 0;
	}
}

@media (max-width: 992px) {
	.opt-container.corporate-override {
		padding: 12px 20px;
	}

	.opt-main-title {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.opt-factory-grid {
		grid-template-columns: 1fr;
	}

	.opt-text-wrapper {
		columns: 1;
	}

	.opt-action-area {
		flex-direction: column;
		align-items: center;
	}

	.opt-link-btn {
		width: 100%;
		max-width: 340px;
		height: 50px;
	}

	.opt-text-wrapper p,
	.opt-factory-info h4,
	.opt-factory-info p {
		font-size: 16px;
	}
}
