:root {
	--white: #ffffff;
	--green: #41620e;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/montserrat-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/montserrat-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/open-sans-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/open-sans-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/open-sans-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

html {
	scroll-behavior: smooth;
	font-size: 100%;
}

body {
	margin: 0;
	font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #090909;
	overflow-x: hidden;
	background-color: #282828;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 700;
}

h2 {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1.2;
}

h2 span {
	color: var(--green);
}

@media only screen and (min-width: 1300px) {
	h2 {
		font-size: 48px;
	}
}

h3 {
	font-size: 22px;
	margin: 0;
}

.large_p {
	font-size: 20px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 24px 14px 30px;
	border-radius: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
	transform: translateY(-2px);
}

.button--primary {
	background: var(--green);
	color: var(--white);
	box-shadow: 0 10px 24px rgba(37, 77, 22, 0.25);
}

.container {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
 	background-color: #fefaf5;
}

.hero__inner,
.intro__inner {
	background-repeat: no-repeat;
}

.hero__inner {
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 1300px) {
	.hero__inner {
		background-size: contain;
		background-image: url('img/bentonit-etrend-kiegeszito-termekdoboz.webp');
		background-position: right center;
	}
	
	.hero__inner {
		flex-direction: row;
	}
}


.hero__content {
	width: 100%;
}

.hero__visual {
	display: none;
}

@media only screen and (max-width: 1299px) {
	.hero__visual {
		display: block;
	}

	.hero__content {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 32px;
	}
}

.hero__content {
	padding-top: 32px;
	position: relative;
}

.hero h1 {
	margin: 0;
	font-size: 2rem;
	line-height: 1.1;
	text-transform: uppercase;
}

.hero h1 span.hs1 {
	color: var(--green);
	display: block;
	font-size: 2.5rem;
}

.hero h1 span.hs2 {
	font-size: 1.5rem;
	display: block;
	line-height: 1.2;
	white-space: nowrap;
}

@media only screen and (max-width: 1299px) {
	.hero h1,
	.hero__lead {
		text-align: center;
	}

	.hero__content {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}


@media only screen and (min-width: 1300px) {
	.hero__content {
		width: 50%;
		padding-top: 80px;
		padding-left: 40px;
		padding-bottom: 160px;
	}

	.hero h1 {
		font-size: 4rem;
		line-height: 1.1;
	}

	.hero h1 span.hs1 {
		font-size: 4.5rem;
	}

	.hero h1 span.hs2 {
		font-size: 2.8rem;
		line-height: 1.2;
	}
}

.hero-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.button-arrow {
	font-size: 24px;
	line-height: 1;
}

.hero-cta-scroll {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media only screen and (max-width: 1299px) {
	.hero-cta-scroll {
		margin-top: 24px;
	}
}

.hero-cta-scroll:hover {
	transform: translateY(-2px);
}

.hero-scroll-link {
	font-weight: 600;
	font-size: 18px;
}

.hero-scroll-link .button-arrow {
	font-size: 30px;
	line-height: 1;
	margin-top: -4px;
}

.hero__lead {
	max-width: 380px;
	font-weight: 600;
	margin-bottom: 26px;
}

.hero__list {
	padding: 0;
	margin: 0 0 28px;
	list-style: none;
}

.hero__list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	font-weight: 700;
}

.hero__list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--white);
	background: var(--green);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
}

.hero-scroll-link {
	margin-left: 1.5rem;
	color: var(--green);
}

.hero__trust-row {
	background-color: #fff;
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 24px 12px 8px;
	bottom: 32px;
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	border-radius: 12px;
}

@media only screen and (min-width: 1300px) {
	.hero__trust-row {
		flex-direction: row;
		position: absolute;
		z-index: 10;
	}
}

.trust-item {
	display: flex;
	flex-direction: row;
	align-items: center;
}

@media only screen and (min-width: 1300px) {
	.trust-item:not(:first-child) {
		position: relative;
		padding-left: 16px;
	}

	.trust-item:not(:first-child)::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 60%;
		background-color: rgba(0, 0, 0, 0.1);
	}
}

@media only screen and (max-width: 1299px) {
	.trust-item:not(:first-child) {
		padding-left: 8px;
	}
}

.trust-item img {
	max-width: 40px;
	margin-right: 12px;
}

.trust-item img.letter-icon {
	max-width: 60px;
	margin-right: 0;
}

.trust-item span {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}

.intro__inner {
	padding-bottom: 32px;
}

.intro__visual, 
.intro__content {
	width: 100%;
}

@media only screen and (max-width: 1299px) {
	.intro__content {
		padding-left: 10px;
		padding-right: 10px;
	}

	.intro__content h2 {
		margin-bottom: 0;
		text-align: center;
	}

	.intro__content p:first-of-type {
		margin-top: 12px;
	}
}

@media only screen and (min-width: 1300px) {
	.intro__visual img {
		display: none;
	}

	.intro__visual, 
	.intro__content {
		width: 50%;
	}

	.intro__inner {
		background-image: url('img/mi-is-az-a-bentonit-bg.webp');
		background-position: left center;
		background-size: contain;
		display: flex;
		flex-direction: row;
		padding-top: 64px;
		padding-bottom: 84px;
	}
	
	.intro__content {
		padding-right: 30px;
	}
}


.intro__features {
	display: flex;
	justify-content: space-between;
	padding-top: 24px;
}

.intro__features .mini-feature {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 16px;
	padding-right: 16px;
	align-self: center;
	width: 33.33%;
}

.intro .mini-feature img {
	max-width: 80px;
	margin-bottom: 8px;
}

.intro .mini-feature span {
	font-weight: 700;
	display: block;
	text-align: center;
}

.mini-feature:first-child {
	padding-left: 0;
}

.mini-feature:not(:first-child) {
	position: relative;
}

.mini-feature:not(:first-child)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 80%;
	background-color: rgba(0, 0, 0, 0.1);
}

.mini-feature:last-child {
	padding-right: 0;
}







.audience .container {
	padding-top: 8px;
	padding-bottom: 32px;
}

.audience h2 {
	text-align: center;
}

.audience-card-row {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding-left: 10px;
	padding-right: 10px;
}

@media only screen and (min-width: 1300px) {
	.audience-card-row {
		flex-direction: row;
		gap: 24px;
		padding-left: 32px;
		padding-right: 32px;
	}
}

.audience-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.audience-card img.audience-image {
	border-radius: 24px;
}

.audience-card img.audience-icon {
	max-width: 80px;
	margin-top: -40px;
	border: 4px solid #fefaf5;
	border-radius: 50%;
}

.audience-card__body .large_p {
	margin: 0 auto;
	max-width: 300px;
}

.audience-card__body h3 {
	margin-top: 8px;
	margin-bottom: 8px;
}






.benefits {
	margin-top: -1px
}

@media only screen and (min-width: 1300px) {
	.benefits .container {
		background-size: contain;
		background-image: url('img/termeszetes-egeszseg-1.webp'), url('img/termeszetes-egeszseg-2.webp');
		background-position: left center, right center;
		background-repeat: no-repeat, no-repeat;
		background-size: contain, contain;
		min-height: 400px;
		width: 100%;
	}
}



.benefits .container {
	padding-top: 16px;
	padding-bottom: 32px;
}

@media only screen and (max-width: 1299px) {
	.benefits .container {
		padding-top: 32px;
		padding-left: 10px;
		padding-right: 10px;
		background: #FEFAF5;
		background: linear-gradient(0deg, rgba(254, 250, 245, 1) 0%, rgba(252, 241, 227, 1) 85%);
	}
}

.benefit-content {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.benefits h2 {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}

.benefit-content .section-heading p {
	text-align: center;
	margin-top: 12px;
	margin-bottom: 32px;
}









.benefit-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 16px;
}

.benefit-item {
	width: calc((100% - 16px) / 2);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

@media only screen and (min-width: 1300px) {
	.benefit-list {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		gap: 16px;
	}

	.benefit-item {
		width: calc((100% - (2 * 16px)) / 3);
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}	
}

.benefit-item img {
	width: 120px;
}

.benefit-item h3 {
	color: var(--green);
}

.benefits__note {
	margin-top: 16px;
	width: auto;
	text-align: center;
	display: flex;
	background-color: var(--green);
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	gap: 16px;
}

.benefits__note img {
	display: none;
}

@media only screen and (min-width: 1300px) {
	.benefits__note img {
		display: block;
		width: 32px;
		height: 32px;
	}
}

.benefits__note p {
	color: #fff;
	font-size: 18px;
}

.benefits__note p span {
	font-weight: 700;
}

.trust__inner {
	display: flex;
	flex-direction: column;
	padding-bottom: 32px;
}

@media only screen and (max-width: 1299px) {
	.trust__inner {
		padding-left: 10px;
		padding-right: 10px;
	}

	.trust__inner h2 {
		text-align: center;
	}
}

@media only screen and (min-width: 1300px) {
	.trust__inner {
		padding-left: 40px;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url('img/miert-valasztjak-egyre-tobben-bg.webp');
		background-position: right center;
	}
}


.trust__inner h2 {
	max-width: 600px;
}

.trust-card_content {
	display: flex;
	flex-direction: row;
}

.trust-card {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 135px;
	padding-left: 16px;
	padding-right: 16px;
}

@media only screen and (max-width: 1299px) {

	.trust-card_content {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap: 16px;
	}

	.trust-card {
		background-color: #fff;
		width: calc(50% - 8px);
		border-radius: 12px;
		padding-bottom: 16px;
		box-shadow: 0 0 8px rgba(0,0,0,0.1)
	}

}


@media only screen and (min-width: 1300px) {

	.trust__inner img.trust__visual {
		display: none;
	}
	
	.trust-card:first-child {
		padding-left: 0;
	}

	.trust-card:last-child {
		padding-right: 0;
	}


	.trust-card:not(:first-child)::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 80%;
		background-color: rgba(0, 0, 0, 0.1);
	}
}

.trust-card img {
	width: 100px;
	margin-bottom: -8px;
}

.trust-card p {
	margin: 0;
}

.trust-card p span {
	font-weight: 700;
}






.trust-grid {
	display: flex;
	flex-direction: row;
	margin-top: 48px;
	margin-bottom: 24px;
}



.trust-box {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	text-align: center;
	
	padding-left: 24px;
	padding-right: 24px;
}


@media only screen and (max-width: 1299px) {
	.trust-grid {
		flex-direction: column;
		gap: 32px;
	}
}

@media only screen and (min-width: 1300px) {
	.trust-box:first-child {
		padding-left: 0;
	}

	.trust-box:last-child {
		padding-right: 0;
	}

	.trust-box:not(:first-child)::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 80%;
		background-color: rgba(0, 0, 0, 0.1);
	}
}


.trust-box h3 {
	color: var(--green);
	text-transform: uppercase;
	font-size: 28px;
}

.trust-box p {
	color: #090909;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 4px 0 0 0;
}

.final-cta__inner {
	background-color: var(--green);
	display: flex;
	flex-direction: row;
}

.final-cta__inner img.final-cta-visual {
	display: none;
}

@media only screen and (min-width: 1300px) {
	.final-cta__inner img.final-cta-visual {
		display: block;
		width: 40%;
	}

	.final-cta__content {
		padding-left: 32px;
	}
}

.final-cta__content {
	display: flex;
	flex-direction: column;
	align-self: center;
}

@media only screen and (max-width: 1299px) {
	.final-cta__content {
		padding: 32px 10px;
		text-align: center;
	}

	.final-cta__content h2 {
		line-height: 1.3;
		letter-spacing: 1.3px;
	}
}

.final-cta__content-text {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.final-cta__content h2 {
	font-size: 32px;
	margin: 0;
	color: #fff;
}

.final-cta__content p {
	color: rgba(255,255,255,0.8);
	margin: 8px 0 0 0;
	font-size: 22px;
}

.final-cta__content a {
	margin-top: 32px;
	margin-bottom: 32px;
	background-color: #fff;
	border-radius: 12px;
	color: var(--green);
	font-size: 24px;
	font-weight: 700;
	padding: 12px 32px 12px 64px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.final-cta__content a {
}

.final-cta__content a .button-arrow {
	font-size: 24px;
	line-height: 1;
}

.final-cta__benefits {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	gap: 24px;
}

@media only screen and (min-width: 1300px) {
	.final-cta__benefits {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}

@media only screen and (max-width: 1299px) {
	.final-cta__benefits {
		align-items: center;
	}
}

.final-cta__benefits .final-cta__benefits-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.final-cta__benefits .final-cta__benefits-item img {
	width: auto;
	height: 36px;
}

.final-cta__benefits .final-cta__benefits-item p {
	font-size: 16px;
	margin: 0;
}