.banner-section {
	position: relative;
	min-height: 620px;
	background: #122226;
	overflow: hidden;
	display: flex;
	align-items: center
}
.banner-bg {
	position: absolute;
	inset: 0;
	background: url("../images/hero-bg.webp") center/cover no-repeat;
	filter: contrast(1.02) saturate(.95)
}
.banner-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg,rgba(10,22,26,.95),rgba(10,22,26,.78) 44%,rgba(10,22,26,.36));
}
.banner-content {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 30px;
	align-items: center;
	padding: 70px 0 110px
}
.banner-copy h1 {
	font-size: clamp(44px,5.8vw,76px);
	line-height: 1.02;
	color: #fff;
	font-family:"MONTSERRAT-REGULAR";
	letter-spacing: -.045em;
	margin: 0 0 22px
}
.banner-copy .subtitle {
	color: #e4fffc;
	font-family:"MONTSERRAT-REGULAR";
	font-size: 19px;
	margin: 0 0 18px
}
.banner-copy .desc {
	color: #d6e1e3;
	font-size: 17px;
	margin: 0 0 30px;
	font-weight:300
}
.banner-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px
}
.banner-casters {
	align-self: end;
	transform: translateY(28px);
	filter: drop-shadow(0 28px 36px rgba(0,0,0,.38))
}
.banner-casters img {
	width: 100%;
}
@media (max-width:1440px){
	.banner-section {
		min-height: 100vh;
	}
	.banner-content {
		gap: 30px;
		padding: 70px 0 110px
	}
	.banner-copy h1 {
		font-size: clamp(34px,4vw,76px);
		letter-spacing: 0;
		margin: 0 0 22px
	}
	.banner-copy .subtitle {
		font-size: 17px;
		margin: 0 0 15px
	}
	.banner-copy .desc {
		font-size: 15px;
		margin: 0 0 20px;
	}
	.banner-casters {
		transform: translateY(0);
		filter: drop-shadow(0 20px 30px rgba(0,0,0,.38))
	}
}
@media(max-width:992px) {
	.banner-bg {
		position: absolute;
		inset: 0;
		background: url("../images/hero-bg.webp") center/cover no-repeat;
		background-position:left -120vw center;
		filter: contrast(1.02) saturate(.95)
	}
	.banner-section {
		min-height: 50vh;
	}
	.banner-content {
		gap: 0px;
		padding: 50px 15px 80px;
		grid-template-columns: repeat(1,minmax(0,1fr));
	}
	.banner-copy h1 {
		font-size: clamp(22px,4vw,76px);
		line-height:32px;
		margin: 0 0 15px
	}
	.banner-copy .subtitle {
		font-size: 14px;
		margin: 0 0 10px
	}
	.banner-copy .desc {
		font-size: 14px;
		margin: 0 0 15px;
	}
}
.metrics-floating {
	position: relative;
	margin-top: -54px;
	z-index: 3
}
.metrics-card {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	box-shadow: var(--shadow);
	overflow: hidden
}
.metric {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 28px 25px;
	border-right: 1px solid var(--line)
}
.metric:last-child {
	border-right: 0
}
.metric svg {
	font-size: 46px;
	color: var(--teal)
}
.metric strong {
	display: flex;
	color: var(--teal);
	font-size: 28px;
	font-family:"MONTSERRAT-REGULAR";
	line-height: 1.1
}
.metric span {
	display: block;
	color: #415054;
	font-size: 14px;
}
@media (max-width:1440px){
	.metrics-floating {
		margin-top: -48px;
	}
	.metrics-card {
		border-radius: 15px;
	}
	.metric {
		gap: 10px;
		padding: 22px 18px;
	}
	.metric svg {
		font-size: 40px;
	}
	.metric strong {
		font-size: 24px;
	}
	.metric span {
		font-size: 14px;
	}
}
@media(max-width:992px) {
	.metrics-floating {
		width:calc(100% - 30px);
		margin:-48px auto 0;
	}
	.metrics-card {
		border-radius: 15px;
		grid-template-columns: repeat(2, 1fr);
		padding:10px 15px;
	}
	.metric {
		gap: 10px;
		padding: 10px 0;
		border-right:0;
	}
	.metric svg {
		font-size: 30px;
	}
	.metric strong {
		font-size: 16px;
	}
	.metric span {
		font-size: 12px;
	}
}
.pain {
	background: #f8fafb;
	padding:80px 0px 50px;
}
.pain-grid {
	display: grid;
	grid-template-columns: repeat(8,1fr);
	gap: 15px
}
.pain-card {
	min-height: 170px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 14px;
	text-align: center;
	padding: 23px 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	box-shadow: 0 8px 20px rgba(15,40,45,.045)
}
.pain-card svg {
	font-size: 58px;
	color: var(--teal);
}
.pain-card h3 {
	font-size: 13px;
	line-height: 1.25;
	margin: 0;
	color: #243236
}
@media (max-width:1440px){
	.pain {
		padding:60px 0px 40px;
	}
	.pain-grid {
		gap: 10px
	}
	.pain-card {
		min-height: 160px;
		border-radius: 14px;
		padding: 20px 10px;
		gap: 14px;
	}
	.pain-card svg {
		font-size: 50px;
	}
	.pain-card h3 {
		font-size: 12px;
	}
}
@media(max-width:992px) {
	.pain {
		padding:30px 0px 40px;
	}
	.pain-grid {
		gap: 10px;
		grid-template-columns: repeat(2,1fr);
	}
	.pain-card {
		min-height: 130px;
		border-radius: 14px;
		padding: 10px;
		gap: 14px;
	}
	.pain-card svg {
		font-size: 50px;
	}
	.pain-card h3 {
		font-size: 12px;
	}
}
.systems {
	background: #fff;
	padding:0px 0px 50px;
}
.system-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 24px
}
.system-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	box-shadow: 0 14px 30px rgba(17,41,45,.07);
	overflow: hidden
}
.system-card img {
	width: 100%;
	height: 250px;
	object-fit: cover
}
.system-card div {
	padding: 24px
}
.system-card h3 {
	font-size: 22px;
	color: var(--teal);
	font-family:"MONTSERRAT-REGULAR";
	margin: 0 0 10px
}
.system-card p {
	color: #5d696d;
	margin: 0 0 20px;
	font-size: 15px;
	font-weight:300
}
@media (max-width:1440px){
	.systems {
		padding:0px 0px 50px;
	}
	.system-grid {
		gap: 20px
	}
	.system-card {
		border-radius: 15px;
	}
	.system-card img {
		height: 230px;
	}
	.system-card div {
		padding: 20px
	}
	.system-card h3 {
		font-size: 18px;
	}
	.system-card p {
		margin: 0 0 10px;
		font-size: 14px;
	}
}
@media(max-width:992px) {
	.systems {
		padding:0px 0px 30px;
	}
	.system-grid {
		grid-template-columns: repeat(1,1fr);
		gap: 10px
	}
	.system-card {
		border-radius: 15px;
	}
	.system-card img {
		height: 200px;
	}
	.system-card div {
		padding: 15px
	}
	.system-card h3 {
		font-size: 16px;
		margin-bottom:5px;
	}
	.system-card p {
		margin: 0 0 5px;
		font-size: 12px;
	}
}
.factory-section {
	background: #f7faf9;
	padding:50px 0px 60px;
}
.factory-panel {
	display: grid;
	grid-template-columns: 1.25fr .72fr .78fr;
	gap: 26px;
	align-items: stretch
}
.factory-gallery,.facts-list,.value-box {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	box-shadow: 0 14px 30px rgba(17,41,45,.06)
}
.factory-gallery {
	padding: 16px
}
.factory-main {
	height: 355px;
	width: 100%;
	object-fit: cover;
	border-radius: 12px
}
.factory-small {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 10px;
	margin-top: 10px
}
.factory-small img {
	height: 95px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px
}
.facts-list {
	padding: 30px 28px;
	display: flex;
	align-items: center
}
.facts-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: grid;
	gap: 14px
}
.facts-list li {
	position: relative;
	padding-left: 31px;
	color: #2a373a
}
.facts-list li:before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 1px;
	width: 20px;
	height: 20px;
	background: var(--teal);
	color: #fff;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 12px
}
.value-box {
	padding: 28px;
	background: linear-gradient(180deg,#effaf9,#fff)
}
.value-box h3 {
	font-size: 22px;
	font-family:"MONTSERRAT-REGULAR";
	color: var(--teal);
	margin: 0 0 18px
}
.value-item {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 12px;
	align-items: center;
	margin: 15px 0;
	color: #2a373a
}
.value-item svg {
	font-size: 33px;
	color: var(--teal)
}
@media (max-width:1440px){
	.factory-section {
		padding:0px 0px 60px;
	}
	.factory-panel {
		grid-template-columns: 1.25fr .72fr .78fr;
		gap: 20px;
	}
	.factory-gallery,.facts-list,.value-box {
		border-radius: 15px;
	}
	.factory-gallery {
		padding: 15px
	}
}
@media(max-width:992px) {
	.factory-section {
		padding:0px 0px 30px;
	}
	.factory-panel {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.factory-gallery,.facts-list,.value-box {
		border-radius: 10px;
		box-shadow: 0 5px 10px rgba(17,41,45,.06)
	}
	.factory-gallery {
		padding: 10px
	}
	.factory-main {
		height: 255px;
		border-radius: 10px
	}
	.factory-small {
		grid-template-columns: repeat(4,1fr);
		gap: 10px;
		margin-top: 10px
	}
	.factory-small img {
		height: 65px;
		border-radius: 8px
	}
	.facts-list {
		padding: 20px;
	}
	.facts-list ul {
		gap: 10px
	}
	.facts-list li {
		padding-left: 30px;
	}
	.value-box {
		padding: 20px;
	}
	.value-box h3 {
		font-size: 18px;
		margin: 0 0 5px
	}
	.value-item {
		grid-template-columns: 28px 1fr;
		gap: 10px;
		margin: 5px 0;
	}
	.value-item svg {
		font-size: 30px;
	}
}
.cert-section {
	background: #fff;
	padding:0px 0px 70px;
}
.trust-panel {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	border: 1px solid var(--line);
	border-radius: 18px;
	box-shadow: var(--shadow);
	padding: 30px;
	background: #fff
}
.cert-left h2,.market-right h2 {
	font-size: 28px;
	font-family:"MONTSERRAT-REGULAR";
	margin: 0 0 10px
}
.cert-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 13px
}
.cert-grid img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	object-position: top;
	border: 1px solid var(--line);
	border-radius: 9px;
	background: #fff
}
.badge-row {
	display: flex;
	gap: 13px;
	flex-wrap: wrap;
	margin-top: 18px
}
.badge-row span {
	font-size: 22px;
	font-family:"MONTSERRAT-REGULAR";
	color: var(--teal);
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: 8px 14px;
	background: #f6fbfb
}
.market-right {
	position: relative;
	overflow: hidden;
	padding: 6px 10px
}
.market-right p {
	color: var(--muted);
	font-size: 16px;
	font-weight:300
}
.world-map {
	margin-top:10px;
	position: relative
}
@media (max-width:1440px){
	.cert-section {
		padding:0px 0px 60px;
	}
	.trust-panel {
		gap: 20px;
		padding: 25px;
	}
	.cert-left h2,.market-right h2 {
		font-size: 22px;
	}
	.cert-grid {
		gap: 10px
	}
	.cert-grid img {
		height: 300px;
		border-radius: 5px;
	}
	.badge-row {
		gap: 10px;
		margin-top: 15px
	}
	.badge-row span {
		font-size: 18px;
		padding: 5px 10px;
	}
	.market-right p {
		font-size: 14px;
	}
}
@media(max-width:992px) {
	.cert-section {
		padding:0px 15px 30px;
	}
	.trust-panel {
		gap: 0px;
		padding: 15px;
		grid-template-columns: 1fr;
		border-radius:10px;
	}
	.cert-left h2,.market-right h2 {
		font-size: 16px;
		line-height:22px;
	}
	.cert-grid {
		gap: 10px
	}
	.cert-grid img {
		height: 150px;
		border-radius: 5px;
	}
	.badge-row {
		gap: 5px;
		margin-top: 15px
	}
	.badge-row span {
		font-size: 14px;
		padding: 5px 10px;
	}
	.market-right{
		padding:15px 0px 0px 0;
	}
	.market-right p {
		font-size: 12px;
		line-height:16px;
	}
}
.app-section {
	padding:0px 0px 50px 
}
.app-grid {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 16px
}
.app-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 13px;
	box-shadow: 0 9px 20px rgba(17,41,45,.055);
	overflow: hidden;
	position: relative
}
.app-card img {
	height: 162px;
	width: 100%;
	object-fit: cover;
	transition: .22s ease
}
.app-card strong {
	display: block;
	text-align: center;
	padding: 13px 8px;
	font-size: 14px
}
.app-card:hover img {
	transform: scale(1.04)
}
@media (max-width:1440px){
	.app-section {
		padding:30px 0px 50px 
	}
	.app-grid {
		gap: 15px
	}
	.app-card img {
		height: 150px;
	}
	.app-card strong {
		padding: 10px 5px;
		font-size: 14px
	}
}
@media(max-width:992px) {
	.app-section {
		padding:30px 0px 
	}
	.app-grid {
		grid-template-columns: repeat(2,1fr);
		gap: 10px
	}
	.app-card {
		border-radius: 8px;
		box-shadow: 0 5px 10px rgba(17,41,45,.055);
	}
	.app-card img {
		height: 120px;
	}
	.app-card strong {
		padding: 10px 5px;
		font-size: 12px;
		line-height:16px;
		font-family:"MONTSERRAT-LIGHT";
	}
}
.inquiry-section {
	background: #fff;
	padding:0px 0px 90px;
}
.quote-form {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 18px;
	box-shadow: var(--shadow);
	padding: 30px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 17px
}
.quote-form label {
	font-size: 13px;
	font-family:"MONTSERRAT-REGULAR";
	color: #2f3c40;
	display: grid;
	gap: 7px
}
.quote-form input {
	height: 46px;
	border: 1px solid #dfe8e9;
	border-radius: 8px;
	padding: 0 12px;
	color: #26353a;
	font-family:"MONTSERRAT-LIGHT";
	font-weight:300
}
.form-actions {
	grid-column: 1/-1;
	display: flex;
	justify-content: center;
	gap: 18px;
	margin-top: 8px;
	flex-wrap: wrap
}
.form-actions .btn {
	min-width: 230px
}
@media (max-width:1440px){
	.inquiry-section {
		padding:0px 0px 70px;
	}
}
@media(max-width:992px) {
	.inquiry-section {
		padding:0px 0px 30px;
	}
	.quote-form {
		border-radius: 10px;
		padding: 15px;
		grid-template-columns: repeat(1,1fr);
		gap: 10px
	}
	.quote-form label {
		gap: 5px
	}
	.quote-form input {
		height: 40px;
		border-radius: 5px;
		padding: 0 10px;
	}
	.form-actions {
		grid-column: auto;
		justify-content: space-between;
		gap: 0px;
		margin-top: 8px;
	}
	.form-actions .btn {
		min-width: 48%;
		width: 48%
	}
	.form-actions .btn:nth-child(2){
		order:2;
		width:100%;
		margin:10px 0px 0px;
	}
}
.bottom-cta {
	background: linear-gradient(135deg,#008c86,#006a66);
	color: #fff;
	padding: 48px 0
}
.cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px
}
.cta-inner h2 {
	margin: 0 0 7px;
	font-family:"MONTSERRAT-REGULAR";
	font-size: 34px
}
.cta-inner p {
	margin: 0;
	color: #dffdfa;
}
.cta-buttons {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: flex-end
}
@media (max-width:1440px){
	.bottom-cta {
		padding: 40px 0
	}
	.cta-inner {
		gap: 25px
	}
	.cta-inner h2 {
		margin: 0 0 5px;
		font-size: 24px
	}
}
@media(max-width:992px) {
	.bottom-cta {
		padding: 30px 0
	}
	.cta-inner {
		display:block;
	}
	.cta-inner h2 {
		margin: 0 0 5px;
		font-size: 16px;
		line-height:22px;
	}
	.cta-inner p {
		font-size:12px;
	}
	.cta-buttons {
		margin:15px 0px 0px;
		justify-content: space-between
	}
}
.featured-casters {
	background: #f7f7f7;
	padding: 40px 0;
}
.section-featured {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.section-featured h2 {
	font-size: 24px;
   font-family:"MONTSERRAT-REGULAR";
	color: #111;
	margin: 0;
	line-height: 1;
}
.view-all {
	font-size: 13px;
	font-family:"MONTSERRAT-REGULAR";
	color: #0f9d8d;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 6px;
	transition: all .3s;
}
.view-all:hover {
	color: #087d70;
}
.view-all span {
	font-size: 18px;
	line-height: 1;
}
.product-grid {
	display: grid;
	grid-template-columns: repeat(8, minmax(0,1fr));
	gap: 5px;
}
.product-card {
	background: #fff;
	height: 185px;
	border: 1px solid #e5e5e5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
	transition: all .3s ease;
	cursor: pointer;
}
.product-card img {
	width: 110px;
	height: 110px;
	object-fit: contain;
	margin-bottom: 14px;
	transition:.5s;
}
.product-card:hover img{
	transform: scale(1.1);
}
.product-card h3 {
	margin: 0 auto;
	width:95%;
	display: -webkit-box;
	font-size: 14px;
	font-family:"MONTSERRAT-LIGHT";
	color: #222;
	text-align: center;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width:1440px){
	.featured-casters {
		padding: 40px 0;
	}
	.section-featured {
		margin-bottom: 20px;
	}
	.section-featured h2 {
		font-size: 22px;
	}
	.view-all {
		font-size: 12px;
		gap: 5px;
	}
	.view-all span {
		font-size: 18px;
	}
	.product-card {
		height: 180px;
	}
	.product-card img {
		width: 110px;
		height: 110px;
		margin-bottom: 10px;
	}
	.product-card h3 {
		font-size: 12px;
	}
}
@media(max-width:992px) {
	.featured-casters {
		padding: 30px 0;
	}
	.section-featured {
		margin-bottom: 15px;
	}
	.section-featured h2 {
		font-size: 18px;
	}
	.view-all {
		display:none;
	}
	.product-grid {
		grid-template-columns: repeat(2, minmax(0,1fr));
		gap:10px;
	}
	.product-card {
		height: 160px;
	}
	.product-card img {
		width: 90px;
		height: 90px;
		margin-bottom: 10px;
	}
	.product-card h3 {
		font-size: 12px;
	}
}