@font-face {
	font-family: "GothamProRegular";
	src: url("../fonts/GothamProRegular.eot");
	src: url("../fonts/GothamProRegular.eot?#iefix")format("embedded-opentype"),
	url("../fonts/GothamProRegular.woff") format("woff"),
	url("../fonts/GothamProRegular.ttf") format("truetype");
	font-style: normal;font-weight: normal;
}
@font-face {
	font-family: "GothamProMedium";
	src: url("../fonts/GothamProMedium.eot");
	src: url("../fonts/GothamProMedium.eot?#iefix")format("embedded-opentype"),
	url("../fonts/GothamProMedium.woff") format("woff"),
	url("../fonts/GothamProMedium.ttf") format("truetype");
	font-style: normal;font-weight: normal;
}
@font-face {
	font-family: "GothamProBold";
	src: url("../fonts/GothamProBold.eot");
	src: url("../fonts/GothamProBold.eot?#iefix")format("embedded-opentype"),
	url("../fonts/GothamProBold.woff") format("woff"),
	url("../fonts/GothamProBold.ttf") format("truetype");
	font-style: normal;font-weight: normal;
}
html {
    overflow-x: hidden;
}
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "GothamProRegular";
    line-height: 1.5;
    color: #333;
    background: #fff;
    min-height: 100vh;
	font-size:16px;
	font-weight:normal;
}
ul, ol {
    list-style: none;
}
strong {
	font-family: "GothamProBold";
	font-weight:normal;
}
b {
	font-family: "GothamProBold";
	font-weight:normal;
}
a {
	color:#2f865c;
	text-decoration:none;
	font-weight:normal;
	font-family: "GothamProBold";
	-webkit-transition: all 360ms ease-in-out;
	-moz-transition: all 360ms ease-in-out;
	-o-transition: all 360ms ease-in-out;
	-ms-transition: all 360ms ease-in-out;
	transition: all 360ms ease-in-out;
}
a:hover {
	color:#333;
	text-decoration:none;
	-webkit-transition: all 360ms ease-in-out;
	-moz-transition: all 360ms ease-in-out;
	-o-transition: all 360ms ease-in-out;
	-ms-transition: all 360ms ease-in-out;
	transition: all 360ms ease-in-out;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.flex-st {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
h1 {
	font-weight:normal;
	font-family: "GothamProBold";
	font-size:30px;
}
h2 {
	font-weight:normal;
	font-family: "GothamProBold";
	font-size:25px;
}
h3 {
	font-weight:normal;
	font-family: "GothamProBold";
	font-size:18px;
}
.bbl-preview {
	background:url('../images/bbl-preview.jpg') 50% 50% no-repeat;
	background-size:cover;
	margin:50px 0;
	padding:50px 20px 75px;
	line-height:150%;
}
.bbl-mobile-preview-img {
	display:none;
}
.bbl-preview-inner {
	max-width:1366px;
	margin:0 auto;
}
.bbl-preview ul {
	display:flex;
	flex-wrap:wrap;
	max-width:600px;
}
.bbl-preview ul li a {
	background:#eeeae9;
	font-family: "GothamProRegular";
	color:#333;
	font-size:14px;
	font-weight:normal;
	padding:5px 15px;
	border-radius:10px;
	margin:5px 10px 5px 0;
	display:block;
}
.bbl-preview ul li a:hover {
	background:#d60d0d;
	color:#fff;
}
.bbl-preview h1 {
	line-height:125%;
	font-size:38px;
	font-family: "GothamProMedium";
	margin-bottom:20px;
}
.bbl-pluses {
	display:block;
	margin:50px 0;
}
.bbl-plus {
	position:relative;
	padding:7px 0 10px 50px;
	min-height:40px;
	font-family: "GothamProMedium";
	background:url('../images/plus.svg') 0 0 no-repeat;
}
.bbl-spec {
	display:block;
	margin:50px 0 0;
	max-width:600px;
}
.bbl-spec p {
	display:block;
	margin-bottom:25px;
}
.bbl-spec p b {
	color:#d60d0d;
}
.bbl-spec a {
	display:inline-block;
	background: #8B0404;
	background: linear-gradient(270deg,rgba(139, 4, 4, 1) 0%, rgba(214, 13, 13, 1) 100%);
	color:#fff;
	font-family: "GothamProMedium";
	padding:20px 30px;
	border-radius:20px;
}
.bbl-spec a:hover {
	background:#333;
}
.bbl-problems {
	margin:50px 0;
	padding:20px;
}
.bbl-problems-inner {
	max-width:1366px;
	margin:0 auto;
}
.bbl-problems h2 {
	font-size:32px;
	font-family: "GothamProMedium";
	margin-bottom:10px;
}
.bbl-problems h2 + p {
	font-family: "GothamProMedium";
}
.bbl-problems h3 {
	font-family: "GothamProMedium";
	margin-bottom:25px;
	line-height:125%;
}
.bbl-problems-section {
	margin:50px 0;
	display:flex;
	justify-content:space-between;
	gap:5px;
	flex-wrap:wrap;
}
.bbl-problem {
	width:calc(100% / 5 - 10px);
}
.bbl-problem-top {
	margin-bottom:10px;
	border-radius:20px;
}
.bbl-problem-bottom {
	border-radius:20px;
}
.bbl-problems img {
	border-radius:20px;
	object-fit:cover;
	height:180px;
	width:100%;
}
.bbl-problem:nth-child(1) .bbl-problem-top {
	background:#e6e4e5;
	padding:30px 20px;
	min-height:350px;
}
.bbl-problem:nth-child(2) .bbl-problem-bottom {
	background:#eeeae9;
	padding:30px 20px;
	min-height:350px;
}
.bbl-problem:nth-child(3) .bbl-problem-top {
	background:#e6e4e5;
	padding:30px 20px;
	min-height:350px;
}
.bbl-problem:nth-child(4) .bbl-problem-bottom {
	background:#eeeae9;
	padding:30px 20px;
	min-height:350px;
}
.bbl-problem:nth-child(5) .bbl-problem-top {
	background:#e6e4e5;
	padding:30px 20px;
	min-height:350px;
}
.bbl-important {
	display:block;
	text-align:right;
	color:#9d9d9d;
	font-size:30px;
	font-family: "GothamProMedium";
}

@media (max-width: 1024px) {
	.bbl-problem {
		width:calc(100% / 3 - 10px);
	}
	.bbl-problem:nth-child(1) {
		width:calc(100% / 2 - 7px);
		margin-bottom:10px;
	}
	.bbl-problem:nth-child(2) {
		width:calc(100% / 2 - 7px);
		margin-bottom:10px;
	}
	.bbl-problems img {
		height:auto;
	}
	.bbl-problem-top, .bbl-problem-bottom {
		min-height:auto !important;
	}
}
@media (max-width: 768px) {
	.bbl-problem {width:100% !important;}
	.bbl-problems img {
		height:350px;
	}
	.bbl-preview {
		background:#f6f6f6;
		background-size:cover;
		margin:50px 0;
		padding:50px 20px 75px;
		line-height:150%;
	}
	.bbl-mobile-preview-img {
		display:block;
		border-radius:20px;
		margin-bottom:10px;
	}
	.bbl-preview h1 {
		font-size:28px;
	}
}
@media (max-width: 524px) {
	.bbl-problems img {
		height:200px;
	}
}

:root {
	--left-width: 34%;
	--right-width: 66%;
	--gray-bg: #eeeae9;
	--dark: #1a1a1a;
	--text-secondary: #666;
	--accent: #2c2c2c;
	--transition-speed: 0.55s;
	--gap: 16px;
	--photo-ratio: 4 / 5;
	--label-bg: rgba(0, 0, 0, 0.55);
	--label-text: #fff;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
	background: #fff;
	color: var(--dark);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

/* ========== MAIN CONTAINER ========== */
.slider-showcase {
	display: flex;
	width: 100%;
	min-height: 100vh;
	position: relative;
}

/* ========== LEFT PANEL ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â FIXED CONTENT ========== */
.slider-showcase__left {
	width: var(--left-width);
	min-width: 300px;
	background: var(--gray-bg);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px 48px 48px;
	position: sticky;
	top: 0;
	height: 100vh;
	z-index: 5;
	flex-shrink: 0;
	border-radius:0 20px 20px 0;
}

.slider-showcase__left-inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 420px;
}
.slider-showcase__title {
	font-size: clamp(28px, 3.5vw, 36px);
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: var(--dark);
	font-family: "GothamProMedium";
}

.slider-showcase__description {
	font-size: 16px;
	line-height: 1.6;
	color: var(--text-secondary);
	max-width: 360px;
}

/* Navigation row */
.slider-showcase__nav-row {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 12px;
	user-select: none;
}

.slider-showcase__counter {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: #aaa;
	min-width: 52px;
	text-align: center;
	transition: color 0.3s;
}
.slider-showcase__counter .current {
	color: var(--dark);
	font-weight: 600;
	font-size: 18px;
}
.slider-showcase__counter .sep {
	margin: 0 2px;
	color: #ccc;
}
.slider-showcase__counter .total {
	color: #999;
	font-size: 14px;
}

/* Arrow buttons */
.slider-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	cursor: pointer;
	background: transparent;
	border: none;
	outline: none;
	color: var(--dark);
	transition: color 0.25s, transform 0.2s;
	-webkit-tap-highlight-color: transparent;
	flex-shrink: 0;
	position: relative;
}
.slider-arrow svg {
	width: 22px;
	height: 22px;
	pointer-events: none;
	transition: transform 0.2s;
}
.slider-arrow:hover {
	color: #000;
}
.slider-arrow:active {
	transform: scale(0.92);
}
.slider-arrow--prev:hover svg {
	transform: translateX(-3px);
}
.slider-arrow--next:hover svg {
	transform: translateX(3px);
}
.slider-arrow:focus-visible {
	outline: 2px solid #aaa;
	outline-offset: 4px;
	border-radius: 4px;
}

/* ========== RIGHT PANEL ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â SLIDER ========== */
.slider-showcase__right {
	width: var(--right-width);
	flex-shrink: 0;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
	background: #fff;
	min-height: 100vh;
}

.slider-viewport {
	width: 100%;
	overflow: hidden;
	cursor: grab;
	-webkit-user-select: none;
	user-select: none;
}
.slider-viewport:active {
	cursor: grabbing;
}
.slider-viewport.dragging {
	cursor: grabbing;
}

.slider-track {
	display: flex;
	will-change: transform;
	transition: transform var(--transition-speed) cubic-bezier(0.42, 0.0, 0.22, 1.0);
}
.slider-track.no-transition {
	transition: none !important;
}

/* ========== SINGLE SLIDE ========== */
.slider-slide {
	flex-shrink: 0;
	padding: 0 calc(var(--gap) / 2);
	display: flex;
	flex-direction: column;
	gap: 14px;
}
/* Desktop: 2 slides visible ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ each = 50% of viewport */
.slider-slide {
	width: 50%;
}

.slider-slide__photos {
	display: flex;
	gap: 6px;
	width: 100%;
	aspect-ratio: 4 / 3;
}

.slider-slide__photo-wrap {
	flex: 1;
	position: relative;
	overflow: hidden;
	background: #e8e8e8;
	aspect-ratio: var(--photo-ratio);
	border-radius:5px;
}

.slider-slide__photo-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}
.slider-slide__photo-wrap:hover img {
	transform: scale(1.03);
}

.slider-slide__badge {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: var(--label-bg);
	color: var(--label-text);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.05em;
	padding: 5px 11px;
	border-radius:5px;
	pointer-events: none;
	z-index: 2;
	text-transform: uppercase;
}
.slider-slide__badge--after {
	background: rgba(30, 30, 30, 0.7);
}

.slider-slide__info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 0 2px;
}
.slider-slide__title {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: var(--dark);
	line-height: 1.3;
}
.slider-slide__meta {
	font-size: 13px;
	color: #888;
	line-height: 1.5;
	letter-spacing: 0.01em;
}

/* ========== RESPONSIVE: Tablet ========== */
@media (max-width: 1024px) {
	:root {
		--left-width: 38%;
		--right-width: 62%;
		--gap: 12px;
	}
	.slider-showcase__left {
		padding: 40px 32px 36px;
		min-width: 260px;
	}
	.slider-showcase__title {
		font-size: clamp(24px, 3vw, 34px);
	}
	.slider-showcase__description {
		font-size: 14px;
		max-width: 280px;
	}
	.slider-slide__title {
		font-size: 15px;
	}
	.slider-slide__meta {
		font-size: 12px;
	}
	.slider-arrow {
		width: 40px;
		height: 40px;
	}
	.slider-arrow svg {
		width: 18px;
		height: 18px;
	}
}

/* ========== RESPONSIVE: Mobile ========== */
@media (max-width: 768px) {
	.slider-showcase {
		flex-direction: column;
		min-height: auto;
	}
	.slider-showcase__left {
		width: 100%;
		min-width: unset;
		position: relative;
		height: auto;
		top: auto;
		padding: 32px 20px 24px;
		flex-shrink: 0;
		order: 1;
	}
	.slider-showcase__left-inner {
		max-width: 100%;
		gap: 12px;
	}
	.slider-showcase__title {
		font-size: 26px;
	}
	.slider-showcase__description {
		font-size: 14px;
		max-width: 100%;
	}
	.slider-showcase__right {
		width: 100%;
		min-height: auto;
		order: 2;
		padding: 0 0 20px;
	}
	.slider-viewport {
		width: 100%;
	}
	/* Mobile: 1 slide visible */
	.slider-slide {
		width: 100%;
		padding: 0 12px;
	}
	.slider-slide__photos {
		aspect-ratio: 4 / 3;
		gap: 4px;
	}
	.slider-slide__badge {
		font-size: 11px;
		padding: 7px 10px;
		top: 6px;
		left: 6px;
		width:calc(100% - 10px);
		height:30px;
		text-align:center;
	}
	.slider-arrow {
		width: 44px;
		height: 44px;
	}
	.slider-showcase__nav-row {
		gap: 12px;
		margin-top: 8px;
	}
}

@media (max-width: 420px) {
	.slider-showcase__left {
		padding: 24px 16px 20px;
	}
	.slider-showcase__title {
		font-size: 22px;
	}
	.slider-slide__photos {
		aspect-ratio: 5 / 4;
		gap: 3px;
	}
	.slider-slide__badge {
		font-size: 10px;
		padding: 3px 7px;
		top: 4px;
		left: 4px;
	}
	.slider-slide__title {
		font-size: 14px;
	}
	.slider-slide__meta {
		font-size: 11px;
	}
	.slider-arrow {
		width: 38px;
		height: 38px;
	}
}
.bbl-video {
	margin:100px 0;
	padding:0 20px;
}
.bbl-video-inner {
	max-width:1180px;
	margin:0 auto;
}
.bbl-video h2 {
	text-align:center;
	font-family: "GothamProMedium";
	font-size:32px;
	margin-bottom:30px;
	color:#404040;
}
.vd-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background-color: #000;
    background: #0f172a;
    overflow: hidden;
    cursor: pointer;
	border-radius:20px;
}
.vd-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.custom-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
}
.vd-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0a0c10;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s ease;
}
.play-btn {
    width: 90px;
    height: 90px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
    border: none;
}
.play-btn svg {
    margin-left: 5px;
    width: 38px;
    height: 38px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}
.vd-poster:hover .play-btn {
    transform: scale(1.12);
    background: white;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.4);
}
.vd-poster:hover {
    backdrop-filter: brightness(0.98);
}
.vd-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 5;
    pointer-events: none;
}
.vd-wrapper:hover .vd-controls {
    opacity: 1;
    pointer-events: auto;
}
.control-btn {
    background: rgb(0 0 0 / 40%);
    border: none;
    border-radius: 8px;
    padding: 6px 12px;
    cursor: pointer;
    color: white;
    font-size: 14px;
    transition: all 0.2s;
    backdrop-filter: blur(4px);
}
.control-btn:hover {
    background: rgb(0 0 0 / 70%);
}
.progress-bar {
    flex: 1;
    height: 4px;
    background: rgba(255,255,255,0.3);
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}
.progress-fill {
    width: 0%;
    height: 100%;
    background: #C20E1A;
    border-radius: 4px;
    transition: width 0.1s linear;
}
.time-display {
    color: white;
    font-size: 13px;
    font-family: monospace;
}
@media (max-width: 640px) {
    .play-btn {
        width: 70px;
        height: 70px;
    }
    .play-btn svg {
        width: 30px;
        height: 30px;
    }
    .content {
        padding: 20px;
    }
    h2 {
        font-size: 1.5rem;
    }
}
.hidden {
    display: none;
}
.vd-wrapper:first-child {
    border-radius: 20px;
}
.bbl-video-list {
	display:flex;
	margin:50px 0 0 0;
	flex-wrap:wrap;
	gap:10px;
	justify-content:space-between;
}
.bbl-video-list-item {
	width:calc(100% / 2 - 40px);
	margin-bottom:25px;
}
.bbl-video-list h3 {
	color:#8b0404;
	font-family: "GothamProMedium";
	margin-bottom:5px;
}
@media (max-width: 768px) {
	.bbl-video-list-item {
		width:100%;
	}
}
.bbl-price {
	margin:50px 20px 50px 0;
}
.bbl-price-inner {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	gap:10px;
}
.bbl-price-left {
	width:calc(100% / 3 - 20px);
	background:#333333;
	border-radius:0 20px 20px 0;
	color:#fff;
	text-align:right;
	padding:100px 40px 50px;
}
.bbl-price-left h2 {
	font-family: "GothamProMedium";
	font-size:36px;
	margin-bottom:40px;
	line-height:125%;
}
.bbl-price-left ul {
	margin-bottom:40px;
}
.bbl-price-left ul li {
	position:relative;
	padding:7px 50px 10px 0;
	min-height:40px;
	font-family: "GothamProRegular";
	background:url('../images/plus-white.svg') 100% 0 no-repeat;
}
.bbl-price-left a {
	display:inline-block;
	background: #d50d0d;
	color:#fff;
	font-family: "GothamProMedium";
	padding:20px 30px;
	border-radius:10px;
}
.bbl-price-left a:hover {
	background:#000;
}
.bbl-price-center {
	width:calc(100% / 3 - 10px);
}
.bbl-price-right {
	width:calc(100% / 3 - 10px);
}
.bbl-price-table {
	background:#e6e4e5;
	border-radius:20px;
	padding:20px;
	margin-bottom:20px;
}
.bbl-price-right .bbl-price-table {
	background:#eeeae9;
}
.bbl-price-table-inner {
	border:3px solid #fff;
	border-radius:20px;
	padding:40px 20px;
}
.bbl-price-table h3 {
	margin-bottom:40px;
	font-family: "GothamProMedium";
}
.bbl-price-item {
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
	margin-bottom:10px;
}
.bbl-price-item p:last-child {
	min-width:100px;
	text-align:right;
}
.bbl-price-item b {
	color: #d50d0d;
	font-family: "GothamProMedium";
	font-size:12px;
}
.bbl-price-item span {
	color:#666;
	text-decoration:line-through;
	font-size:12px;padding-right:5px;
}
@media (max-width: 1024px) {
	.bbl-price {
		margin:50px 20px 50px;
	}
	.bbl-price-left {
		width:100%;
		text-align:left;
		padding:40px 20px 40px;
		border-radius:20px;
		margin-bottom:20px;
	}
	.bbl-price-left ul li {
		padding:7px 0 10px 50px;
		background:url('../images/plus-white.svg') 0 0 no-repeat;
	}
	.bbl-price-left h2 {
		font-size:30px;
	}
	.bbl-price-center {
		width:100%;
	}
	.bbl-price-right {
		width:auto;
	}
}
.bbl-us {
	padding:0 20px;
	margin:100px 0;
}
.bbl-us-inner {
	max-width:1366px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	gap:10px;
	flex-wrap:wrap;
}
.bbl-us-left {
	width:calc(100% / 2 - 10px);
	text-align:right;
	padding:20px;
}
.bbl-us-left h2 {
	font-family: "GothamProMedium";
	font-size:32px;
	margin-bottom:10px;
}
.bbl-review {
	margin:50px 0;
}
.bbl-us-right {
	width:calc(100% / 2 - 10px);
}
.bbl-us-right img {
	border-radius:20px;
}
@media (max-width: 1024px) {
	.bbl-us-left {width:100%;}
	.bbl-us-right {width:100%;}
}