.sft-offers-widget,
.sft-offers-widget * {
	box-sizing: border-box;
}

.sft-offers-widget {
	--navy: #06386D;
	--navy-dark: #032A54;
	--navy-deep: #021f3d;
	--orange: #f58220;
	--orange-dark: #dd6810;
	--text: #17243b;
	--muted: #566171;
	--light: #f5f7fa;
	--border: #e1e6ec;
	--white: #ffffff;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #f7f8fa;
	font-family: "Poppins", sans-serif;
	color: var(--text);
}

.sft-offers-widget img {
	width: 100%;
	display: block;
}

.sft-offers-container {
	max-width: 1240px;
	width: 100%;
	margin: auto;
	padding: 0 22px;
}

.sft-offers-hero {
	position: relative;
	min-height: 370px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	background:
		linear-gradient(rgba(2, 31, 61, .89), rgba(3, 45, 88, .92)),
		url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1800&q=85")
		center center / cover no-repeat;
}

.sft-offers-hero:before {
	content: "";
	position: absolute;
	width: 450px;
	height: 450px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 50%;
	left: -180px;
	top: -220px;
}

.sft-offers-hero:after {
	content: "";
	position: absolute;
	width: 360px;
	height: 360px;
	background: rgba(245, 130, 32, .06);
	border-radius: 50%;
	right: -150px;
	bottom: -200px;
}

.sft-hero-inner {
	position: relative;
	z-index: 2;
	max-width: 880px;
	padding: 60px 20px 72px;
}

.sft-small-label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--orange);
	color: #fff;
	padding: 9px 22px;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .7px;
	margin-bottom: 18px;
}

.sft-small-label:before,
.sft-small-label:after {
	content: "";
	width: 30px;
	height: 2px;
	background: rgba(255, 255, 255, .55);
}

.sft-offers-hero h2 {
	margin: 0;
	color: #fff;
	font-size: 56px;
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -1.5px;
}

.sft-offers-hero h2 span {
	color: var(--orange);
}

.sft-offers-hero p {
	max-width: 750px;
	margin: 20px auto 0;
	color: rgba(255, 255, 255, .88);
	font-size: 17px;
	line-height: 1.8;
}

.sft-hero-line {
	width: 74px;
	height: 4px;
	border-radius: 20px;
	background: var(--orange);
	margin: 25px auto 0;
}

.sft-products-area {
	position: relative;
	z-index: 4;
	margin-top: -45px;
	padding-bottom: 70px;
}

.sft-products-stack {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.sft-product-card {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 7px 25px rgba(4, 37, 72, .06);
	transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.sft-product-card:hover {
	transform: translateY(-5px);
	border-color: rgba(245, 130, 32, .55);
	box-shadow: 0 18px 45px rgba(4, 37, 72, .13);
}

.sft-product-3 {
	display: grid;
	grid-template-columns: 250px 1fr 360px;
	min-height: 330px;
}

.sft-number-panel {
	position: relative;
	background: linear-gradient(145deg, var(--navy) 0%, var(--navy-dark) 70%, var(--navy-deep) 100%);
	padding: 38px 30px;
	color: #fff;
	overflow: hidden;
}

.sft-number-panel:after {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .08);
	right: -85px;
	bottom: -70px;
}

.sft-number-row {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 20px;
}

.sft-icon {
	width: 66px;
	height: 66px;
	min-width: 66px;
	border: 2px solid var(--orange);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--orange);
	font-size: 28px;
	line-height: 1;
	background: rgba(255, 255, 255, .04);
	transition: background .32s ease, color .32s ease, border-color .32s ease, transform .32s ease, box-shadow .32s ease;
}

.sft-icon i,
.sft-icon svg,
.mini-icon i,
.mini-icon svg,
.sft-benefit-icon i,
.sft-benefit-icon svg,
.sft-cta-icon i,
.sft-cta-icon svg {
	display: block;
	color: inherit;
	fill: currentColor;
	width: 1em;
	height: 1em;
	line-height: 1;
	transition: color .32s ease, fill .32s ease, transform .32s ease;
}

.sft-icon svg path,
.mini-icon svg path,
.sft-benefit-icon svg path,
.sft-cta-icon svg path {
	fill: currentColor;
}

.sft-product-card:hover .sft-icon {
	background: var(--orange);
	color: #fff;
	border-color: var(--orange);
	transform: translateY(-3px) scale(1.04);
	box-shadow: 0 12px 26px rgba(245, 130, 32, .26);
}

.sft-number {
	font-size: 47px;
	line-height: 1;
	font-weight: 800;
	color: rgba(255, 255, 255, .38);
}

.sft-number-panel h3 {
	margin: 0 0 16px;
	color: #fff;
	font-size: 25px;
	line-height: 1.25;
	font-weight: 700;
	text-transform: uppercase;
}

.sft-title-line,
.sft-details-title-line {
	display: block;
	width: 40px;
	height: 3px;
	background: var(--orange);
	border-radius: 20px;
}

.sft-title-line {
	width: 34px;
	margin-bottom: 18px;
}

.sft-details-title-line {
	margin: 9px 0 14px;
}

.sft-number-panel p {
	margin: 0;
	color: rgba(255, 255, 255, .84);
	font-size: 13.5px;
	line-height: 1.75;
}

.sft-details {
	padding: 36px 34px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sft-details-heading {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 10px;
}

.sft-details-heading .mini-icon {
	width: 58px;
	height: 58px;
	min-width: 58px;
	border-radius: 50%;
	background: var(--navy);
	color: var(--orange);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	line-height: 1;
	border: 2px solid rgba(245, 130, 32, .22);
	box-shadow: 0 8px 20px rgba(3, 42, 84, .11);
	transition: background .32s ease, color .32s ease, border-color .32s ease, transform .32s ease, box-shadow .32s ease;
}

.sft-product-card:hover .mini-icon {
	background: var(--orange);
	color: #fff;
	border-color: var(--orange);
	transform: translateY(-2px) rotate(-4deg);
	box-shadow: 0 12px 26px rgba(245, 130, 32, .22);
}

.sft-details h3 {
	margin: 0;
	color: var(--navy-dark);
	font-size: 27px;
	line-height: 1.2;
	font-weight: 800;
	text-transform: uppercase;
}

.sft-description {
	margin: 0 0 21px;
	max-width: 780px;
	color: var(--muted);
	font-size: 13.5px;
	line-height: 1.75;
}

.sft-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sft-list.three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sft-list li {
	position: relative;
	padding: 7px 10px 7px 30px;
	color: #344052;
	font-size: 12.5px;
	line-height: 1.5;
	border: 1px solid transparent;
	border-radius: 10px;
	cursor: default;
	transition: background .28s ease, color .28s ease, border-color .28s ease, transform .28s ease, box-shadow .28s ease;
}

.sft-list li:before {
	content: "\2713";
	position: absolute;
	left: 9px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	border: 1px solid var(--orange);
	border-radius: 50%;
	color: var(--orange);
	font-size: 9px;
	font-weight: 800;
	line-height: 13px;
	text-align: center;
	background: #fff;
	transition: background .28s ease, color .28s ease, border-color .28s ease, transform .28s ease;
}

.sft-list li:hover {
	background: rgba(245, 130, 32, .08);
	color: var(--navy-dark);
	border-color: rgba(245, 130, 32, .24);
	transform: translateX(4px);
	box-shadow: 0 7px 18px rgba(4, 37, 72, .06);
}

.sft-list li:hover:before {
	background: var(--orange);
	color: #fff;
	border-color: var(--orange);
	transform: translateY(-50%) scale(1.08);
}

.sft-image {
	position: relative;
	overflow: hidden;
	min-height: 330px;
	background: #eef1f4;
}

.sft-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	transition: transform .55s ease;
}

.sft-product-card:hover .sft-image img {
	transform: scale(1.045);
}

.sft-image:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(2, 31, 61, .08));
	pointer-events: none;
}

.sft-product-2 {
	display: grid;
	grid-template-columns: 390px 1fr;
	min-height: 330px;
}

.sft-product-2.image-right {
	grid-template-columns: 1fr 390px;
}

.sft-product-2 .sft-image {
	min-height: 330px;
}

.sft-power-card {
	display: grid;
	grid-template-columns: 250px 1fr 390px;
	min-height: 350px;
}

.sft-benefits {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 18px;
	margin-top: 28px;
	padding: 26px 22px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	box-shadow: 0 8px 25px rgba(4, 37, 72, .05);
}

.sft-benefit {
	display: flex;
	gap: 14px;
	align-items: center;
	padding: 5px 20px;
	border-right: 1px solid #dce2e8;
	border-radius: 12px;
	transition: background .28s ease, transform .28s ease, box-shadow .28s ease;
}

.sft-benefit:hover {
	background: rgba(245, 130, 32, .07);
	transform: translateY(-3px);
	box-shadow: 0 9px 20px rgba(4, 37, 72, .07);
}

.sft-benefit:last-child {
	border-right: 0;
}

.sft-benefit-icon {
	color: var(--orange);
	font-size: 28px;
	min-width: 35px;
	text-align: center;
	line-height: 1;
	transition: color .28s ease, transform .28s ease;
}

.sft-benefit:hover .sft-benefit-icon {
	transform: scale(1.12);
}

.sft-benefit h4 {
	margin: 0 0 3px;
	color: var(--navy-dark);
	font-size: 12px;
	line-height: 1.3;
	font-weight: 800;
	text-transform: uppercase;
}

.sft-benefit p {
	margin: 0;
	color: var(--muted);
	font-size: 10.5px;
	line-height: 1.45;
}

.sft-cta {
	position: relative;
	overflow: hidden;
	margin-top: 25px;
	padding: 28px 34px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	background: linear-gradient(120deg, var(--navy-deep), var(--navy));
	box-shadow: 0 10px 30px rgba(3, 44, 85, .18);
}

.sft-cta:after {
	content: "";
	position: absolute;
	width: 140px;
	height: 140px;
	right: -55px;
	top: -40px;
	background-image: radial-gradient(rgba(245, 130, 32, .7) 2px, transparent 2px);
	background-size: 17px 17px;
	opacity: .6;
}

.sft-cta-left {
	display: flex;
	align-items: center;
	gap: 18px;
	position: relative;
	z-index: 2;
}

.sft-cta-icon {
	width: 57px;
	height: 57px;
	min-width: 57px;
	border: 2px solid var(--orange);
	color: var(--orange);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	line-height: 1;
	transition: background .3s ease, color .3s ease, transform .3s ease;
}

.sft-cta:hover .sft-cta-icon {
	background: var(--orange);
	color: #fff;
	transform: scale(1.05);
}

.sft-cta h3 {
	color: #fff;
	margin: 0 0 5px;
	font-size: 18px;
}

.sft-cta p {
	margin: 0;
	color: rgba(255, 255, 255, .78);
	font-size: 12px;
	line-height: 1.55;
}

.sft-cta-btn {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 14px 25px;
	min-width: 190px;
	background: var(--orange);
	color: #fff !important;
	text-decoration: none !important;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 8px;
	transition: background .3s ease, transform .3s ease;
}

.sft-cta-btn:hover {
	background: var(--orange-dark);
	transform: translateX(3px);
}

@media (max-width: 1024px) {
	.sft-offers-hero h2 {
		font-size: 48px;
	}

	.sft-product-3,
	.sft-power-card {
		grid-template-columns: 220px 1fr 290px;
	}

	.sft-product-2 {
		grid-template-columns: 320px 1fr;
	}

	.sft-product-2.image-right {
		grid-template-columns: 1fr 320px;
	}

	.sft-number-panel {
		padding: 30px 24px;
	}

	.sft-details {
		padding: 30px 26px;
	}

	.sft-list.three {
		grid-template-columns: repeat(2, 1fr);
	}

	.sft-benefits {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px 0;
	}

	.sft-benefit:nth-child(2) {
		border-right: 0;
	}
}

@media (max-width: 850px) {
	.sft-products-area {
		margin-top: -30px;
	}

	.sft-product-3,
	.sft-power-card {
		grid-template-columns: 210px 1fr;
	}

	.sft-product-3 > .sft-image,
	.sft-power-card > .sft-image {
		grid-column: 1 / -1;
		min-height: 340px;
	}

	.sft-product-3 > .sft-number-panel,
	.sft-product-3 > .sft-details {
		grid-row: 1;
	}

	.sft-product-2,
	.sft-product-2.image-right {
		grid-template-columns: 1fr;
	}

	.sft-product-2 .sft-image {
		min-height: 360px;
	}

	.sft-product-2.image-right .sft-image {
		order: 2;
	}
}

@media (max-width: 650px) {
	.sft-offers-container {
		padding: 0 14px;
	}

	.sft-offers-hero {
		min-height: 340px;
	}

	.sft-hero-inner {
		padding: 50px 16px 65px;
	}

	.sft-small-label {
		font-size: 10px;
		padding: 8px 15px;
	}

	.sft-small-label:before,
	.sft-small-label:after {
		width: 18px;
	}

	.sft-offers-hero h2 {
		font-size: 38px;
		line-height: 1.1;
	}

	.sft-offers-hero p {
		font-size: 14px;
		line-height: 1.7;
	}

	.sft-products-area {
		padding-bottom: 45px;
	}

	.sft-products-stack {
		gap: 18px;
	}

	.sft-product-card {
		border-radius: 16px;
	}

	.sft-product-3,
	.sft-power-card,
	.sft-product-2,
	.sft-product-2.image-right {
		display: flex;
		flex-direction: column;
	}

	.sft-product-3 .sft-number-panel,
	.sft-power-card .sft-number-panel {
		order: 1;
	}

	.sft-product-3 .sft-image,
	.sft-power-card .sft-image {
		order: 2;
	}

	.sft-product-3 .sft-details,
	.sft-power-card .sft-details {
		order: 3;
	}

	.sft-product-2 .sft-image {
		order: 1;
	}

	.sft-product-2 .sft-details {
		order: 2;
	}

	.sft-number-panel {
		padding: 27px 24px;
	}

	.sft-number-row {
		margin-bottom: 12px;
	}

	.sft-icon {
		width: 55px;
		height: 55px;
		min-width: 55px;
		font-size: 23px;
	}

	.sft-number {
		font-size: 39px;
	}

	.sft-number-panel h3 {
		font-size: 21px;
		margin-bottom: 10px;
	}

	.sft-number-panel p,
	.sft-description {
		font-size: 12.5px;
	}

	.sft-details {
		padding: 27px 23px 30px;
	}

	.sft-details-heading .mini-icon {
		width: 50px;
		height: 50px;
		min-width: 50px;
		font-size: 21px;
	}

	.sft-details h3 {
		font-size: 22px;
	}

	.sft-list,
	.sft-list.three {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.sft-list li {
		font-size: 12.3px;
	}

	.sft-image,
	.sft-product-2 .sft-image {
		min-height: 260px;
	}

	.sft-benefits {
		grid-template-columns: 1fr;
		padding: 20px;
		gap: 0;
	}

	.sft-benefit {
		border-right: 0;
		border-bottom: 1px solid var(--border);
		padding: 17px 5px;
	}

	.sft-benefit:last-child {
		border-bottom: 0;
	}

	.sft-cta {
		padding: 26px 23px;
		flex-direction: column;
		align-items: flex-start;
	}

	.sft-cta-btn {
		width: 100%;
	}
}

@media (max-width: 390px) {
	.sft-offers-hero h2 {
		font-size: 32px;
	}

	.sft-cta-left {
		align-items: flex-start;
	}
}
