.media-box-button_card {
	max-width: 90%;
}

.media-body {
	height: 240px;
}

.containerbox {
	max-width: 100%;
	margin: auto;
	padding: 60px 20px;
}
body.front .containerbox{max-width:1400px;}
body.front .block--disclaimer{max-width:1200px;margin:auto;text-align:center;}
.containerbox .card {
	max-width: 400px;
}

.media-box-button_card .media-image {
	background-size: contain;
}
.pfl-badges{display:flex;align-items:center;min-height:185px;justify-content: center;}
.pfl-badges img {
	max-width: 135px;
}

.section-title {
	text-align: center;
	margin-bottom: 50px;
}

.section-title h2 {
	font-size: 48px;
	font-weight: 800;
	margin-bottom: 10px;
	color: #3d3d45;
}

.section-title p {
	color: #777;
	font-size: 18px;
}

.pricing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 35px;
}

.card {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	transition: 0.3s ease;
}

.sub-content {
	padding: 0px 20px;
}

.card:hover {
	transform: translateY(-8px);
}

.card-image {
	position: relative;
}

.card-image img {
	width: 100%;
	display: block;
	height: 240px;
	object-fit: cover;
}
.containerbox .paragraph--color--rgba-grey-slight{background:#fff}
.badge {
	position: absolute;
	top: 15px;
	left: 15px;
	background: #ff5b2e;
	color: #fff;
	padding: 8px 14px;
	font-size: 13px;
	font-weight: 700;
	border-radius: 4px;
	text-transform: uppercase;
}

.card-content {
	padding: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.card-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 15px;
	padding: 0px 20px;
	position: relative
}

.card-header div:first-child {
	width: 65%;
}

.card-header h3 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #3f3f46;
}

.card-header p {
	color: #f15a29;
	font-weight: 600;
	font-size:12px;
	line-height: 16px;
}

.speed-box {
	max-width: 33%;
	color: #fff;
	text-align: center;
	padding: 0px;
	position: absolute;
	right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.speed-box h4 {
	font-size: 42px;
	line-height: 1;
	font-weight: 800;
}

.speed-box span {
	font-size: 20px;
	font-weight: 700;
}

.speed-box p {
	margin-top: 5px;
	font-weight: 600;
	color: #fff;
}

.features {
	list-style: none;
	padding-left:0px;
	margin-top: 20px;
}

.features li {
	margin-bottom: 5px;
	padding-left: 28px;
	position: relative;
	line-height: 1.6;
	color: #555;
}

.features li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	color: #f15a29;
	font-weight: 700;
	background:url('/sites/default/files/media_box_images/tick.png') no-repeat;
	width:20px;
	height:20px;top: 5px;
}

.features strong {
	display: block;
	color: #3d3d45;
	font-size: 16px;
}

.price {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 25px;
}

.price h2 {
	font-size: 42px;
	color: #3d3d45;
}

.price span {
	font-size: 18px;
	color: #666;
	font-weight: 500;
}

.btn {
	display: block;
	width: 100%;
	text-align: center;
	background: #f15a29;
	color: #fff;
	text-decoration: none;
	padding: 18px;
	border-radius: 12px;
	font-size: 24px;
	font-weight: 700;
	transition: 0.3s ease;
}

.btn:hover {
	background: #e84e1c;color:#fff !important;
}

.notice {
	max-width: 900px;
	margin: 60px auto;
	background: #ececec;
	padding: 15px 25px;
	text-align: center;
	border-radius: 14px;
	color: #666;
	font-style: italic;
	line-height: 1.6;
}

.price-for-life-container {
	display: flex;
	align-items: center;
}
.pfl-logo{text-align:center;}
.pfl-logo img {
	max-width: 150px;
}

.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__6col {
	float: left;
	width: 16.66666667%;
}

.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__2col {
	float: left;
	width: 50%;
}

.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__3col {
	float: left;
	width: 33.33333333%;
}


@media(max-width:768px) {

	.section-title h2 {
		font-size: 36px;
	}

	.card-header {
		flex-direction: column;
	}

	.speed-box {
		width: 100%;
	}
}
@media(max-width:767px)
{
	.containerbox .card{max-width:100%;}
	.containerbox{padding:50px 0px;}
	.containerbox .layout--threecol-33-34-33{padding:15px 0px;}
	.pfl-badges img{max-width:100px;}.pfl-badges{min-height:auto}
	.containerbox .layout__region.layout__region--bottom,
	.containerbox .notice{margin:0px 10px;}
	.containerbox .paragraph__column .paragraph--type--bp-columns__6col,.containerbox .paragraph__column .paragraph--type--bp-columns__2col,.containerbox .paragraph__column .paragraph--type--bp-columns__3col{width:100%;text-align:center;padding:20px}
}