:root{
--primary:#4d4d4f;
	--secondary:#007668;
  --dark:#171719;
  --light:#ffffff;
  --muted:#f4f4f2;
  --text:#232326;
  --text-soft:#68686c;
  --radius:24px;
  --shadow:0 18px 55px rgba(0,0,0,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}

body{margin:0;font-family:Inter,Arial,sans-serif;
	color:var(--text);
	background:#fff;
	line-height:1.5}

a{text-decoration:none;
	color:inherit}

img{max-width:100%;
	display:block}

.brand-logos{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin:28px 0;
}

.brand-logos img{
  width:100%;
  height:90px;
  object-fit:contain;
  background:#fff;
  border-radius:18px;
  padding:8px;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}

@media(max-width:768px){
  .brand-logos{
    grid-template-columns:repeat(2,1fr);
  }
}

.container{
	width:min(1160px,calc(100% - 40px));
	margin:0 auto}

.site-header{
	position:sticky;
	top:0;
	z-index:30;
	background:rgba(255,255,255,.94);
	backdrop-filter:blur(12px);
	border-bottom:1px solid rgba(77,77,79,.12)}

.header-inner{
	height:86px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:30px}

.brand img{
	width:280px}

.main-nav{
	display:flex;
	align-items:center;
	gap:26px;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.08em;
	color:var(--primary)}

.main-nav a:hover{
	color:var(--secondary)}

.nav-cta{
	background:var(--secondary);
	color:white!important;
	padding:13px 18px;
	border-radius:999px}

.nav-toggle{
	display:none;
	border:0;
	background:var(--primary);
	color:white;
	border-radius:12px;
	padding:10px 13px;
	font-size:22px}

.hero{
	position:relative;
	min-height:calc(100vh - 86px);
	display:flex;
	align-items:center;
	overflow:hidden;color:white}

.hero-slider,.slide,.hero-overlay{
	position:absolute;
	inset:0}

.slide{
	background-size:cover;
	background-position:center;
	opacity:0;
	transform:scale(1.04);
	transition:opacity 1s ease,transform 4.5s ease}

.slide.is-active{
	opacity:1;
	transform:scale(1)}

.hero-overlay{
	background:linear-gradient(90deg,rgba(23,23,25,.86) 0%,rgba(23,23,25,.65) 42%,rgba(23,23,25,.22) 100%)}

.hero-content{
	position:relative;
	z-index:2;
	padding:70px 0;
	max-width:1160px}

.eyebrow{
	display:inline-flex;
	align-items:center;
	gap:8px;
	margin-bottom:14px;
	font-size:13px;
	font-weight:900;
	letter-spacing:.14em;
	text-transform:uppercase;
	color:var(--secondary)}

.eyebrow:before{
	content:"";
	width:26px;
	height:6px;
	border-radius:10px;
	background:var(--secondary)}

.process-icon{
	font-size:56px;
	color:#007668;
	margin-bottom:24px;
}
.step-icon{
	font-size:56px;
	color:#007668;
	margin-bottom:24px;
}

.step-icon i{
	display:block;
}

h1,h2,h3,p{
	margin-top:0}

h1{
	max-width:650px;
	font-size:clamp(38px,6vw,72px);
	line-height:.95;
	letter-spacing:-.06em;
	text-transform:uppercase;
	margin-bottom:22px;
}

h2{
	font-size:clamp(32px,4vw,54px);
	line-height:1;
	letter-spacing:-.04em;
	color:var(--primary);
	margin-bottom:18px}

h3{
	font-size:22px;
	line-height:1.15;
	color:var(--primary)}

.hero p{
	max-width:640px;
	font-size:24px;
	font-weight:500;
	margin-bottom:24px}

.hero-list{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,260px));
	gap:12px 22px;
	list-style:none;
	padding:0;margin:0 0 34px}

.hero-list li,.check-list li{
	position:relative;
	padding-left:30px;
	font-weight:700}

.hero-list li:before,.check-list li:before{
	content:"✓";
	position:absolute;
	left:0;
	top:0;
	color:var(--secondary);
	font-weight:900}

.btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	border-radius:999px;
	padding:16px 24px;
	font-weight:900;
	letter-spacing:.02em;
	transition:.25s ease}

.btn:hover{
	transform:translateY(-2px)}

..btn-primary{
	background:#007668;
	color:white;
	box-shadow:0 10px 20px rgba(0,118,104,.34);
}
.btn-secondary{
	background:white;color:var(--primary)}

.btn-large{
	font-size:18px;
	padding:19px 34px;
	background:#007668;
	color:white;
	box-shadow:0 10px 20px rgba(0,118,104,.34);}

.slider-dots{
	position:absolute;z-index:3;
	left:50%;bottom:28px;
	transform:translateX(-50%);
	display:flex;gap:10px}

.dot{
	width:10px;
	height:10px;
	border-radius:50%;
	background:rgba(255,255,255,.4)}

.dot.is-active{
	background:var(--secondary)}

.section{
	padding:92px 0}

.section-muted{
	background:var(--muted)}

.section-dark{
	background:var(--primary);color:white}

.section-dark h2,.section-dark h3{color:white}.section-heading{
	text-align:center;
	max-width:720px;
	margin:0 auto 42px}

.section-heading p{
	color:var(--text-soft);
	font-size:18px}

.left{
	text-align:left;margin:0}

.split-heading{
	display:flex;align-items:end;
	justify-content:space-between;
	text-align:left;
	max-width:100%;gap:40px}

.split-heading p{
	max-width:460px;
	margin-bottom:18px}

.cards{
	display:grid;
	gap:24px}

.three-columns{
	grid-template-columns:repeat(3,1fr)}

.card{
	background:white;
	border:1px solid rgba(77,77,79,.12);
	padding:34px;
	border-radius:var(--radius);
	box-shadow:0 8px 28px rgba(0,0,0,.06)}

.icon{
	width:58px;
	height:58px;
	border-radius:18px;
	background:rgba(77,159,69,.12);
	color:var(--secondary);
	display:grid;
	place-items:center;
	font-size:27px;
	font-weight:900;margin-bottom:24px}

.gallery-grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:18px}

.gallery-grid img{
	height:330px;
	width:100%;
	object-fit:cover;
	border-radius:22px;
	box-shadow:var(--shadow)}

.benefits-layout{
	display:grid;
	grid-template-columns:.8fr 1.2fr;gap:60px;
	align-items:center}

.benefits-list{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:14px}

.benefits-list div{
	background:#fff;
	border:1px solid rgba(77,77,79,.12);
	border-radius:18px;
	padding:18px 18px 18px 46px;
	font-weight:900;
	color:var(--primary);position:relative}

.benefits-list div:before{
	content:"✓";
	position:absolute;
	left:18px;color:var(--secondary)}

.automation-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:56px;
  align-items:center;
}

.automation-images{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  align-items:center;
}

.automation-images img{
  width:100%;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 16px 40px rgba(0,0,0,.22);
}

.automation-images img:first-child{
  height:430px;
  margin-top:40px;
}

.automation-images img:last-child{
  height:520px;
}
@media (max-width: 768px){

  .automation-layout{
    grid-template-columns:1fr;
    gap:32px;
  }

  .automation-images{
    grid-template-columns:1fr 1fr;
  }

  .automation-images img:first-child,
  .automation-images img:last-child{
    height:260px;
    margin-top:0;
  }

}

.automation-copy p{
	font-size:19px;
	color:rgba(255,255,255,.82)}

.check-list{
	list-style:none;
	padding:0;margin:28px 0}

.check-list li{
	margin-bottom:12px;
	color:white}

.steps{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:18px}.step{background:var(--muted);
		border-radius:24px;
		padding:28px;
		text-align:center;
		position:relative;
		min-height:210px}

.step span{
	position:absolute;
	top:18px;
	left:18px;
	width:34px;
	height:34px;
	border-radius:50%;
	background:var(--primary);
	color:white;
	display:grid;
	place-items:center;
	font-weight:900}

.step-icon{
	font-size:48px;
	margin:32px 0 18px}

.cta-section{
	padding:90px 0;
	background:linear-gradient(135deg,var(--primary),#303033);
	color:white}

.cta-box{
	text-align:center;
	max-width:860px}

.cta-box h2{
	color:white}

.cta-box p{
	font-size:22px;
	margin-bottom:30px;
	color:rgba(255,255,255,.82)}

.footer{padding:36px 0;
	background:#fff}

.footer-inner{
	display:flex;align-items:center;
	justify-content:space-between;
	gap:24px;color:var(--text-soft);
	font-weight:600}

.footer img{
	width:230px}

.sticky-whatsapp{
	position:fixed;
	right:22px;
	bottom:22px;
	z-index:40;background:var(--secondary);
	color:white;
	padding:15px 22px;
	border-radius:999px;
	font-weight:900;
	box-shadow:0 14px 34px rgba(0,0,0,.24)}

@media(max-width:900px){
	.header-inner{
		height:78px}
	
	.brand img{
		width:220px}
	
	.nav-toggle{
		display:block}
	
	.main-nav{
		position:absolute;
		left:20px;
		right:20px;
		top:78px;
		display:none;
		flex-direction:column;
		align-items:stretch;
		background:white;
		border-radius:20px;
		padding:20px;
		box-shadow:var(--shadow)}
	
	.main-nav.is-open{
		display:flex}
	
	.hero{
		min-height:720px}
	
	.hero-list{
		grid-template-columns:1fr}
	
	.three-columns,.gallery-grid,.benefits-layout,.automation-layout,.steps{
		grid-template-columns:1fr}
	
	.split-heading{
		display:block}
	
	.gallery-grid img{
		height:300px}
	
	.automation-images img{
		height:330px}
	
	.footer-inner{
		display:block}
	
	.footer img{
		margin-bottom:18px}}

@media(max-width:560px){
	.container{width:min(100% - 28px,1160px)}
	.brand img{width:195px}h1{font-size:43px}
	.hero p{font-size:20px}
	.section{padding:70px 0}
	.gallery-grid img{height:260px}
	.automation-images{grid-template-columns:1fr}
	.sticky-whatsapp{left:14px;right:14px;text-align:center}
	.hero-overlay{background:linear-gradient(180deg,rgba(23,23,25,.88),rgba(23,23,25,.52))}}
