.credelio-hero-plus {
	width: min(100%, 1920px);
	margin-left: auto;
	margin-right: auto;
	padding-left: clamp(6px, 1vw, 18px);
	padding-right: clamp(6px, 1vw, 18px);
}

.credelio-hero-plus__card {
	position: relative;
	border-radius: 28px;
	overflow: visible;
	background: #eef6f1;
}

.credelio-hero-plus__main {
	position: relative;
	min-height: clamp(380px, 34vw, 560px);
	overflow: hidden;
	border-radius: 28px 28px 0 0;
}

.credelio-hero-plus__slide {
	position: relative;
	min-height: inherit;
}

.credelio-hero-plus__banner {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 50%;
}

.credelio-hero-plus__overlay {
	display: none;
}

.credelio-hero-plus__content {
	position: relative;
	z-index: 2;
	width: min(var(--credelio-content-width, 48%), 700px);
	padding: clamp(62px, 6.4vw, 92px) 0 clamp(38px, 4.2vw, 56px) clamp(24px, 3.9vw, 56px);
	color: #ffffff;
	background: transparent;
}

.credelio-hero-plus__title {
	margin: 0;
	font-size: clamp(34px, 4.2vw, 62px);
	line-height: 1.05;
	letter-spacing: -0.02em;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.32);
}

.credelio-hero-plus__title p {
	margin: 0;
}

.credelio-hero-plus__description {
	margin-top: clamp(14px, 1.8vw, 24px);
	font-size: clamp(18px, 1.7vw, 27px);
	line-height: 1.28;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}

.credelio-hero-plus__description p {
	margin: 0;
}

.credelio-hero-plus__actions {
	margin-top: clamp(22px, 2.6vw, 38px);
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}

.credelio-hero-plus__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(48px, 3.1vw, 58px);
	padding: clamp(10px, 1vw, 13px) clamp(18px, 2.2vw, 32px);
	border-radius: 999px;
	font-size: clamp(16px, 1.3vw, 22px);
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	transition: all 0.2s ease;
}

.credelio-hero-plus__button--primary {
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #00613f;
}

.credelio-hero-plus__button--primary:hover {
	color: #005133;
	background: #f7f7f7;
}

.credelio-hero-plus__button--secondary {
	background: rgba(255, 255, 255, 0.08);
	border: 1.5px solid rgba(255, 255, 255, 0.98);
	color: #ffffff;
}

.credelio-hero-plus__button--secondary:hover {
	background: rgba(255, 255, 255, 0.2);
}

.credelio-hero-plus__box-image {
	position: absolute;
	right: 36px;
	bottom: clamp(-42px, -2.6vw, -20px);
	z-index: 5;
	width: clamp(210px, 24vw, 340px);
	height: auto;
	pointer-events: none;
}

.credelio-hero-plus__bottom {
	position: relative;
	z-index: 4;
	min-height: clamp(76px, 6.8vw, 98px);
	display: flex;
	align-items: center;
	padding: clamp(12px, 1.3vw, 18px) clamp(24px, 3.9vw, 56px);
	background: #e6efea;
	border-radius: 0 0 28px 28px;
}

.credelio-hero-plus__plus-logo {
	display: block;
	width: 130px;
	max-width: 100%;
	height: auto;
}

.credelio-hero-plus__pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	z-index: 6;
	display: flex;
	justify-content: center;
}

.credelio-hero-plus .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	opacity: 1;
	background: rgba(255, 255, 255, 0.45);
}

.credelio-hero-plus .swiper-pagination-bullet-active {
	width: 28px;
	border-radius: 999px;
	background: #ffffff;
}

@media (min-width: 1600px) {
	.credelio-hero-plus {
		padding-left: 20px;
		padding-right: 20px;
	}

	.credelio-hero-plus__main {
		min-height: 590px;
	}

	.credelio-hero-plus__content {
		width: min(var(--credelio-content-width, 48%), 760px);
		padding: 100px 0 64px 72px;
	}

	.credelio-hero-plus__title {
		font-size: 66px;
	}

	.credelio-hero-plus__description {
		font-size: 29px;
		line-height: 1.22;
	}

	.credelio-hero-plus__actions {
		margin-top: 42px;
	}

	.credelio-hero-plus__button {
		min-height: 62px;
		padding: 14px 34px;
		font-size: 24px;
	}

	.credelio-hero-plus__box-image {
		right: 44px;
		bottom: -48px;
		width: 352px;
	}

	.credelio-hero-plus__bottom {
		min-height: 104px;
		padding: 18px 64px;
	}

	.credelio-hero-plus__plus-logo {
		width: 130px;
	}
}

@media (min-width: 1920px) {
	.credelio-hero-plus__main {
		min-height: 610px;
	}

	.credelio-hero-plus__content {
		width: min(var(--credelio-content-width, 48%), 800px);
		padding: 108px 0 68px 84px;
	}

	.credelio-hero-plus__title {
		font-size: 70px;
	}

	.credelio-hero-plus__description {
		font-size: 31px;
	}

	.credelio-hero-plus__button {
		min-height: 64px;
		padding: 14px 36px;
		font-size: 25px;
	}

	.credelio-hero-plus__box-image {
		right: 58px;
		bottom: -56px;
		width: 378px;
	}

	.credelio-hero-plus__bottom {
		min-height: 112px;
		padding-left: 72px;
		padding-right: 72px;
	}

	.credelio-hero-plus__plus-logo {
		width: 130px;
	}
}

@media (max-width: 1200px) {
	.credelio-hero-plus__content {
		width: min(var(--credelio-content-width, 48%), 60%);
		padding-left: 40px;
	}

	.credelio-hero-plus__button {
		font-size: 22px;
	}

	.credelio-hero-plus__box-image {
		right: 20px;
		bottom: -40px;
		width: min(26vw, 320px);
	}
}

@media (max-width: 900px) {
	.credelio-hero-plus__main {
		min-height: 430px;
	}

	.credelio-hero-plus__content {
		width: min(88%, 720px);
		margin: 0 auto;
		padding: 76px 24px 48px;
		text-align: center;
	}

	.credelio-hero-plus__actions {
		justify-content: center;
	}

	.credelio-hero-plus__box-image {
		display: none;
	}

	.credelio-hero-plus__bottom {
		padding-left: 24px;
		padding-right: 24px;
		justify-content: center;
		min-height: 84px;
	}
}

@media (max-width: 640px) {
	.credelio-hero-plus__card {
		border-radius: 18px;
	}

	.credelio-hero-plus__main {
		min-height: 360px;
		border-radius: 18px 18px 0 0;
	}

	.credelio-hero-plus__content {
		width: min(92%, 560px);
		padding: 62px 20px 38px;
	}

	.credelio-hero-plus__description {
		margin-top: 18px;
	}

	.credelio-hero-plus__actions {
		margin-top: 24px;
		gap: 10px;
	}

	.credelio-hero-plus__button {
		font-size: 20px;
		min-height: 48px;
		padding: 10px 18px;
	}

	.credelio-hero-plus__bottom {
		min-height: 72px;
		border-radius: 0 0 18px 18px;
	}
}
