﻿.ems-peptide-hero {
	position: relative;
	min-height: 80vh;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #faf8f5;
}

.ems-peptide-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(250, 248, 245, 0.95) 0%, rgba(250, 248, 245, 0.85) 50%, rgba(250, 248, 245, 0.5) 100%);
	z-index: 1;
}

.ems-peptide-hero__container {
	position: relative;
	z-index: 2;
	max-width: 75rem;
	margin: 0 auto;
	padding: 5rem 0rem;
	width: 100%;
}

.ems-peptide-hero__content {
	max-width: 65%;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.ems-peptide-hero__title {
	font-size: clamp(2rem, 5vw, 3.375rem);
	font-weight: 700;
	margin: 0;
	line-height: 1.2;
	font-family: "Hanken Grotesk", sans-serif;
}

.ems-peptide-hero__title-part1 {
	color: #1a1f1d;
	display: block;
}

.ems-peptide-hero__title-part2 {
	color: #0c5c55;
	display: block;
}

.ems-peptide-hero__description {
	font-size: 1.125rem;
	line-height: 1.7;
	color: #49514e;
	margin: 0;
}

.ems-peptide-hero__features {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.ems-peptide-hero__feature {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.ems-peptide-hero__feature-icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0c5c55;
	flex-shrink: 0;
	padding: 1px;
    border-radius: 100%;
    border: solid 2px #0c5c55;
}

.ems-peptide-hero__feature-icon svg {
	width: 100%;
	height: 100%;
}

.ems-peptide-hero__feature-text {
	font-size: 1rem;
	color: #1a1f1d;
	font-weight: 500;
	font-family: "Hanken Grotesk", sans-serif;
}

.ems-peptide-hero__cta {
	margin-top: 0.5rem;
}

.ems-peptide-hero__button {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	padding: 1rem 2rem;
	background: linear-gradient(135deg, #0c5c55, #0a4a44);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.125rem;
	border-radius: 0.5rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 0.25rem 0.75rem rgba(12, 92, 85, 0.25);
}

.ems-peptide-hero__button:hover {
	transform: translateY(-2px);
	box-shadow: 0 0.5rem 1rem rgba(12, 92, 85, 0.3);
}

.ems-peptide-hero__button svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.ems-peptide-expansion {
	padding: 5rem 0;
	background: #F9F8F1;
}

.ems-peptide-expansion__container {
	max-width: 75rem;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.ems-peptide-expansion__title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	margin: 0 0 1rem;
	background: linear-gradient(90deg, #34908A 0%, #0B3721 100%), #FFFFFF;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-family: "Hanken Grotesk", sans-serif;
	text-align: center;
}

.ems-peptide-expansion__description {
	font-size: 1.125rem;
	line-height: 1.7;
	color: #49514e;
	text-align: center;
	margin: 0 0 3rem;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.ems-peptide-expansion__steps {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 3rem;
	flex-wrap: wrap;
}

.ems-peptide-expansion__step {
	flex: 1;
	min-width: 200px;
	max-width: 280px;
	text-align: center;
	position: relative;
}

.ems-peptide-expansion__step-image-wrapper {
	position: relative;
	margin-bottom: 1.5rem;
	display: inline-block;
}

.ems-peptide-expansion__step-number {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 40px;
	background: #0c5c55;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 0.875rem;
	z-index: 2;
	font-family: "Hanken Grotesk", sans-serif;
}

.ems-peptide-expansion__step-image {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: 3px dashed #0c5c55;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	margin: 0 auto;
}

.ems-peptide-expansion__step-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.ems-peptide-expansion__step-title {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 0.75rem;
	color: #0b1411;
	font-family: "Hanken Grotesk", sans-serif;
}

.ems-peptide-expansion__step-description {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #414947;
	margin: 0;
}

.ems-peptide-expansion__arrow {
	position: absolute;
	top: -75px;
	right: -90px;
	width: 160px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.ems-peptide-expansion__step:nth-child(2) .ems-peptide-expansion__step-number, .ems-peptide-expansion__step:nth-child(4) .ems-peptide-expansion__step-number{
	bottom: 0px;
    left: 0px;
    top: inherit;
}
.ems-peptide-expansion__step:nth-child(1) .ems-peptide-expansion__step-number{
	top: 0px;
	right: 0px;
}

/* First arrow (between step 1 and 2) - top position */
.ems-peptide-expansion__step:nth-child(1) .ems-peptide-expansion__arrow {
	top: -75px;
	right: -90px;
}

/* Second arrow (between step 2 and 3) - bottom position, pointing right */
.ems-peptide-expansion__step:nth-child(2) .ems-peptide-expansion__arrow {
	bottom: 100px;
	top: inherit;
	transform: rotate(180deg) scaleX(-1);
}

.ems-peptide-expansion__arrow svg {
	width: 100%;
	height: 100%;
}

.ems-peptide-expansion__cta {
	text-align: center;
	margin-top: 3rem;
}

.ems-peptide-expansion__cta-button {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	padding: 1rem 2rem;
	background: #0c5c55;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 1rem;
	border-radius: 0.5rem;
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 0.25rem 0.75rem rgba(12, 92, 85, 0.25);
}

.ems-peptide-expansion__cta-button:hover {
	transform: translateY(-2px);
	background: #0d6b63;
	box-shadow: 0 0.5rem 1rem rgba(12, 92, 85, 0.3);
}

.ems-peptide-expansion__cta-button svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.ems-peptide-content {
	padding: 4rem 0;
}

.ems-peptide-content__container {
	max-width: 75rem;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.ems-peptide-block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	align-items: center;
	margin-bottom: 4rem;
}

.ems-peptide-block:last-child {
	margin-bottom: 0;
}

.ems-peptide-block__image img {
	width: 100%;
	height: auto;
	border-radius: 0.5rem;
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}

.ems-peptide-block__title {
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 700;
	margin: 0 0 1rem;
	color: #0b1411;
	font-family: "Hanken Grotesk", sans-serif;
}

.ems-peptide-block__text {
	font-size: 1.125rem;
	line-height: 1.8;
	color: #414947;
}

.ems-peptide-why-choose {
	padding: 5rem 0;
	background: linear-gradient(135deg, #0c5c55, #0a4a44);
	position: relative;
	overflow: hidden;
}

.ems-peptide-why-choose__container {
	max-width: 75rem;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.ems-peptide-why-choose__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 2rem;
	margin-bottom: 3rem;
	flex-wrap: wrap;
}

.ems-peptide-why-choose__title {
	font-size: clamp(2rem, 5vw, 3.375rem);
	font-weight: 700;
	margin: 0;
	color: #fff;
	font-family: "Hanken Grotesk", sans-serif;
	line-height: 1.2;
	flex: 1;
	min-width: 300px;
}

.ems-peptide-why-choose__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	padding: 1rem 2rem;
	background: #a8d5c9;
	color: #0b1411;
	text-decoration: none;
	font-weight: 600;
	font-size: 1rem;
	border-radius: 0.5rem;
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	white-space: nowrap;
}

.ems-peptide-why-choose__cta:hover {
	transform: translateY(-2px);
	background: #b8e5d9;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.ems-peptide-why-choose__cta svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.ems-peptide-why-choose__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

.ems-peptide-why-choose__card {
	border: 1px solid #F9F8F1;
	background: #256E62;
	padding: 2.625rem;
	border-radius: 0.75rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	position: relative;
	overflow: hidden;
}



.ems-peptide-why-choose__card:hover {
	box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.15);
}

.ems-peptide-why-choose__icon {
	margin-bottom: 1.25rem;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ems-peptide-why-choose__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* filter: brightness(0) invert(1); */
}

.ems-peptide-why-choose__card-title {
	font-weight: 600;
font-size: 20px;
line-height: 26px;
display: flex;
align-items: center;
letter-spacing: 0.15px;
color: #FFFFFF;
	margin: 0 0 0.75rem;
	font-family: "Hanken Grotesk", sans-serif;
}

.ems-peptide-why-choose__card-description {
	font-weight: 400;
font-size: 16px;
line-height: 21px;
color: #FFFFFF;
	margin: 0;
}

@media (max-width: 64rem) {
	.ems-peptide-why-choose__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.ems-peptide-gateways {
	padding: 1.875rem 0;
	background: #F9F8F1;
	border-top: 2px solid rgba(41, 122, 111, 0.2);
}

.ems-peptide-gateways__container {
	max-width: 75rem;
	margin: 0 auto;
	padding: 0rem;
	display: flex;
	gap: 3rem;align-items: center;
}

.ems-peptide-gateways__title {
	font-size: 24px;
	font-weight: 600;
	color: #154E3C;
	font-family: "Hanken Grotesk", sans-serif;
	width: 16rem;
    text-align: left;
}

.ems-peptide-gateways__grid {
	flex: 1;
	display: flex;
	gap: 2rem;
	align-items: center;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0.5rem 0;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	scrollbar-color: rgba(52, 144, 138, 0.3) transparent;
}

.ems-peptide-gateways__grid::-webkit-scrollbar {
	height: 0px;
}

.ems-peptide-gateways__grid::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 10px;
}

.ems-peptide-gateways__grid::-webkit-scrollbar-thumb {
	background: rgba(52, 144, 138, 0.3);
	border-radius: 10px;
}

.ems-peptide-gateways__grid::-webkit-scrollbar-thumb:hover {
	background: rgba(52, 144, 138, 0.5);
}

.ems-peptide-gateway-logo {
	flex: 0 0 82px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ems-peptide-gateway-logo:hover {
	transform: translateY(-0.125rem);
}

.ems-peptide-gateway-logo img {
	max-width: 100%;
	max-height: 50px;
	object-fit: contain;
	transition: filter 0.3s ease, opacity 0.3s ease;
}

.ems-peptide-gateway-logo:hover img {
	filter: grayscale(0%);
	opacity: 1;
}


.ems-peptide-benefits {
	padding: 5rem 0;
	background: linear-gradient(135deg, #0c5c55, #0a4a44);
	position: relative;
	overflow: hidden;
}

.ems-peptide-benefits__container {
	max-width: 75rem;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.ems-peptide-benefits__title {
	font-size: clamp(2rem, 5vw, 3.375rem);
	font-weight: 700;
	margin: 0 auto 1.5rem;
	color: #fff;
	font-family: "Hanken Grotesk", sans-serif;
	text-align: center;
	max-width: 800px;
}

.ems-peptide-benefits__description {
	font-size: 1.125rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
	margin: 0 0 3rem;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.ems-peptide-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin-bottom: 3rem;
}

.ems-peptide-benefit-card {
	background: #fff;
	border: 2px solid #0c5c55;
	border-radius: 1rem;
	padding: 1rem;
	text-align: left;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ems-peptide-benefit-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.15);
}

.ems-peptide-benefit-card__image {
	margin-bottom: 1.5rem;
	border-radius: 0.75rem;
	overflow: hidden;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f6f7f7;
}

.ems-peptide-benefit-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ems-peptide-benefit-card__title {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 0.5rem;
	padding: 0 1rem;
	color: #0b1411;
	font-family: "Hanken Grotesk", sans-serif;
}

.ems-peptide-benefit-card__description {
	font-size: 0.95rem;
	padding: 0 1rem 1rem 1rem;
	line-height: 1.6;
	color: #414947;
	margin: 0;
}

.ems-peptide-benefits__cta {
	text-align: center;
	margin-top: 3rem;
}

.ems-peptide-benefits__button {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	padding: 1rem 2.5rem;
	background: #0c5c55;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.125rem;
	border-radius: 0.5rem;
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 0.25rem 0.75rem rgba(12, 92, 85, 0.25);
}

.ems-peptide-benefits__button:hover {
	transform: translateY(-2px);
	background: #0d6b63;
	box-shadow: 0 0.5rem 1rem rgba(12, 92, 85, 0.3);
}

.ems-peptide-benefits__button svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.ems-peptide-ready {
	padding: 5rem 0;
	background: #faf8f5;
	position: relative;
	overflow: hidden;
}

.ems-peptide-ready::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: 
		linear-gradient(90deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px),
		linear-gradient(180deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
	background-size: 60px 60px;
	opacity: 0.5;
	pointer-events: none;
	transform: perspective(1000px) rotateX(60deg);
	transform-origin: center bottom;
}

.ems-peptide-ready__container {
	max-width: 75rem;
	margin: 0 auto;
	padding: 0 1.5rem;
	position: relative;
	z-index: 1;
	text-align: center;
}

.ems-peptide-ready__title {
	font-size: clamp(2rem, 5vw, 3.375rem);
	font-weight: 700;
	margin: 0 0 1.5rem;
	color: #1a1f1d;
	font-family: "Hanken Grotesk", sans-serif;
	line-height: 1.2;
}

.ems-peptide-ready__description {
	font-size: 1.125rem;
	line-height: 1.7;
	color: #49514e;
	margin: 0 0 2.5rem;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.ems-peptide-ready__cta {
	margin-top: 2.5rem;
}

.ems-peptide-ready__button {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	padding: 1.125rem 2.5rem;
	background: #0c5c55;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.125rem;
	border-radius: 0.5rem;
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 0.25rem 0.75rem rgba(12, 92, 85, 0.25);
}

.ems-peptide-ready__button:hover {
	transform: translateY(-2px);
	background: #0d6b63;
	box-shadow: 0 0.5rem 1rem rgba(12, 92, 85, 0.3);
}

.ems-peptide-ready__button-icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background 0.2s ease;
}

.ems-peptide-ready__button:hover .ems-peptide-ready__button-icon {
	background: rgba(255, 255, 255, 0.3);
}

.ems-peptide-ready__button-icon svg {
	width: 16px;
	height: 16px;
}

.ems-peptide-testimonials {
	padding: 5rem 0;
	background: linear-gradient(135deg, #0c5c55, #0a4a44);
	position: relative;
	overflow: hidden;
}

.ems-peptide-testimonials::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: 
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-size: 50px 50px;
	opacity: 0.3;
	pointer-events: none;
}

.ems-peptide-testimonials__container {
	max-width: 75rem;
	margin: 0 auto;
	padding: 0 1.5rem;
	position: relative;
	z-index: 1;
}

.ems-peptide-testimonials__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
	margin-bottom: 3rem;
}

.ems-peptide-testimonials__title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	margin: 0;
	color: #fff;
	font-family: "Hanken Grotesk", sans-serif;
	text-align: center;
}

.ems-peptide-testimonials__nav {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: none;
	background: #fff;
	color: #0b1411;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	flex-shrink: 0;
}

.ems-peptide-testimonials__nav:hover {
	transform: scale(1.1);
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
}

.ems-peptide-testimonials__nav--next {
	background: #0c5c55;
	color: #fff;
}

.ems-peptide-testimonials__nav svg {
	width: 24px;
	height: 24px;
}

.ems-peptide-testimonials__slider {
	overflow: hidden;
	margin-bottom: 3rem;
}

.ems-peptide-testimonials__track {
	display: flex;
	transition: transform 0.5s ease;
	gap: 1.5rem;
}

.ems-peptide-testimonial {
	flex: 0 0 calc(33.333% - 1rem);
	min-width: calc(33.333% - 1rem);
	padding: 2rem;
	border-radius: 1rem;
	position: relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ems-peptide-testimonial--white {
	background: #fff;
	color: #0b1411;
	display: flex;
    flex-direction: column;
}

.ems-peptide-testimonial--green {
	background: #0c5c55;
	color: #fff;
	position: relative;
	overflow: hidden;
	display: flex;
    flex-direction: column;
}

.ems-peptide-testimonial--green::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
	pointer-events: none;
}

.ems-peptide-testimonial__title {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 1rem;
	font-family: "Hanken Grotesk", sans-serif;
}

.ems-peptide-testimonial__text {
	font-size: 0.95rem;
	line-height: 1.7;
	margin: 0 0 1.5rem;
}

.ems-peptide-testimonial__author {
	margin-top: auto;
}

.ems-peptide-testimonial__author-name {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	font-family: "Hanken Grotesk", sans-serif;
}

.ems-peptide-testimonial__author-role {
	display: block;
	font-size: 0.875rem;
	opacity: 0.8;
}

.ems-peptide-testimonial__quote-icon {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	width: 56px;
	height: 56px;
	/* opacity: 0.3; */
}

.ems-peptide-testimonial--white .ems-peptide-testimonial__quote-icon {
	color: #9ca3af;
}

.ems-peptide-testimonial--green .ems-peptide-testimonial__quote-icon {
	color: #a8d5c9;
}

.ems-peptide-testimonials__ctas {
	display: flex;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.ems-peptide-testimonials__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	padding: 1rem 2rem;
	border-radius: 0.5rem;
	text-decoration: none;
	font-weight: 600;
	font-size: 1rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ems-peptide-testimonials__cta--light {
	background: #a8d5c9;
	color: #0b1411;
}

.ems-peptide-testimonials__cta--light:hover {
	transform: translateY(-2px);
	box-shadow: 0 0.5rem 1rem rgba(168, 213, 201, 0.3);
}

.ems-peptide-testimonials__cta--dark {
	background: #0c5c55;
	color: #fff;
}

.ems-peptide-testimonials__cta--dark:hover {
	transform: translateY(-2px);
	box-shadow: 0 0.5rem 1rem rgba(12, 92, 85, 0.3);
}

.ems-peptide-testimonials__cta svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.ems-peptide-faq {
	padding: 5rem 0;
	background: #fff;
}

.ems-peptide-faq__container {
	max-width: 75rem;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.ems-peptide-faq__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2rem;
	margin-bottom: 3rem;
	flex-wrap: wrap;
}

.ems-peptide-faq__title {
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 700;
	margin: 0;
	color: #0b1411;
	font-family: "Hanken Grotesk", sans-serif;
	line-height: 1.2;
	flex: 1;
	min-width: 300px;
}

.ems-peptide-faq__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	padding: 1rem 2rem;
	background: #0c5c55;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 1rem;
	border-radius: 0.5rem;
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 0.25rem 0.75rem rgba(12, 92, 85, 0.25);
	white-space: nowrap;
}

.ems-peptide-faq__cta:hover {
	transform: translateY(-2px);
	background: #0d6b63;
	box-shadow: 0 0.5rem 1rem rgba(12, 92, 85, 0.3);
}

.ems-peptide-faq__cta svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.ems-peptide-faq__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem;
}

.ems-peptide-faq__item {
	background: #f6f7f7;
	border-radius: 0.5rem;
	overflow: hidden;
	transition: box-shadow 0.2s ease;
}

.ems-peptide-faq__item:hover {
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}

.ems-peptide-faq__question {
	width: 100%;
	background: transparent;
	border: none;
	padding: 1.25rem 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	cursor: pointer;
	text-align: left;
	transition: background 0.2s ease;
}

.ems-peptide-faq__question:hover {
	background: rgba(0, 0, 0, 0.02);
}

.ems-peptide-faq__question-text {
	font-size: 1rem;
	font-weight: 600;
	color: #0b1411;
	font-family: "Hanken Grotesk", sans-serif;
	flex: 1;
}

.ems-peptide-faq__icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0b1411;
	flex-shrink: 0;
	transition: transform 0.3s ease;
}

.ems-peptide-faq__item.is-open .ems-peptide-faq__icon {
	transform: rotate(45deg);
}

.ems-peptide-faq__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease, opacity 0.35s ease;
	opacity: 0;
}

.ems-peptide-faq__item.is-open .ems-peptide-faq__answer {
	opacity: 1;
}

.ems-peptide-faq__answer-content {
	padding: 0 1.5rem 1.5rem;
	color: #414947;
	line-height: 1.7;
	font-size: 0.95rem;
}

.ems-peptide-faq__answer-content p {
	margin: 0 0 1rem;
}

.ems-peptide-faq__answer-content p:last-child {
	margin-bottom: 0;
}

@media (max-width: 48rem) {
	.ems-peptide-hero {
		min-height: 70vh;
		background-position: center;
	}

	.ems-peptide-hero__overlay {
		background: linear-gradient(to bottom, rgba(250, 248, 245, 0.95) 0%, rgba(250, 248, 245, 0.85) 50%, rgba(250, 248, 245, 0.7) 100%);
	}

	.ems-peptide-hero__container {
		padding: 3rem 1rem;
	}

	.ems-peptide-benefits, .ems-peptide-why-choose{
		padding: 3rem 1rem;
	}
	.ems-peptide-gateways{
		padding: 1rem;
	}

	.ems-peptide-gateways__container {
		flex-direction: column;
		gap: 1.5rem;
		align-items: center;
		max-width: -webkit-fill-available;
	}
	.ems-peptide-hero__content {
		max-width: 100%;
		text-align: left;
	}

	.ems-peptide-hero__title {
		font-size: clamp(2rem, 4vw, 3rem);
	}

	.ems-peptide-hero__description {
		font-size: 1rem;
	}

	.ems-peptide-hero__button {
		padding: 0.875rem 1.5rem;
		font-size: 1rem;
		width: 100%;
		justify-content: center;
	}

	.ems-peptide-block {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.ems-peptide-why-choose__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.ems-peptide-why-choose__title {
		min-width: auto;
	}

	.ems-peptide-why-choose__grid {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.ems-peptide-why-choose__card {
		padding: 1.5rem;
	}

	.ems-peptide-faq__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.ems-peptide-faq__title {
		min-width: auto;
	}

	.ems-peptide-faq__grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.ems-peptide-expansion__steps {
		flex-direction: column;
		align-items: center;
		gap: 2rem;
	}

	.ems-peptide-expansion__step {
		max-width: 100%;
	}

	.ems-peptide-expansion__arrow {
		position: static;
		transform: rotate(90deg);
		margin: 1rem 0;
		display: none;
	}

	.ems-peptide-testimonials__header {
		flex-wrap: wrap;
		gap: 1rem;
	}

	.ems-peptide-testimonials__title {
		order: 2;
		width: 100%;
	}

	.ems-peptide-testimonials__nav--prev {
		order: 1;
	}

	.ems-peptide-testimonials__nav--next {
		order: 1;
	}

	.ems-peptide-testimonials__track {
		gap: 1rem;
	}

	.ems-peptide-testimonial {
		flex: 0 0 calc(100% - 0.5rem);
		min-width: calc(100% - 0.5rem);
	}

	.ems-peptide-testimonials__ctas {
		flex-direction: column;
		align-items: center;
	}

	.ems-peptide-testimonials__cta {
		width: 100%;
		max-width: 300px;
		justify-content: center;
	}

	.ems-peptide-ready__title {
		font-size: clamp(1.75rem, 3vw, 2.5rem);
	}

	.ems-peptide-ready__description {
		font-size: 1rem;
	}

	.ems-peptide-ready__button {
		padding: 1rem 2rem;
		font-size: 1rem;
	}

	.ems-peptide-benefits__grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.ems-peptide-benefit-card {
		padding: 1.5rem;
	}

	.ems-peptide-benefit-card__image {
		height: 180px;
	}

	.ems-peptide-gateways__title {
		font-size: clamp(1.25rem, 2.5vw, 1.75rem);
		margin-bottom: 0.5rem;
		width: 100%;
		text-align: center;
	}

	.ems-peptide-gateways__grid {
		width: 100%;
		gap: 1.5rem;
		padding: 0.5rem 1rem;
	}

	.ems-peptide-gateway-logo {
		flex: 0 0 64px;
	}
	
	.ems-peptide-gateways__grid::-webkit-scrollbar {
		height: 4px;
	}

	.ems-peptide-gateway-logo {
		flex: 0 0 75px;
		height: 70px;
		padding: 0rem;
	}

	.ems-peptide-hero__container {
		grid-template-columns: 1fr;
		gap: 3rem;
		text-align: center;
	}

	.ems-peptide-hero__image {
		order: -1;
	}

	.ems-peptide-hero__title {
		font-size: clamp(2rem, 4vw, 3rem);
	}
}
