/**
 * 120bet homepage styles — aligned with br4bets.com.br / Depicter hero.
 */

.br4bets-container-wide {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 15px;
}

body {
	font-family: Rubik, sans-serif;
	color: #434343;
}

h1, h2, h3, h4, h5, h6,
.br4bets-section-title {
	font-family: Poppins, sans-serif;
	color: #2d2d2d;
}

/* ===== HERO (Depicter replica) ===== */
.br4bets-hero {
	position: relative;
	overflow: hidden;
	min-height: 0;
	padding: 48px 0 56px;
	background: #ebebeb;
	margin: 0;
}

.br4bets-hero-bg {
	position: absolute;
	inset: 0;
	background: #ebebeb;
	z-index: 0;
}

/* Green accent — scoped to photo column (homepage) or right half (inner pages). */
.br4bets-hero-visual > .br4bets-hero-green-shape {
	position: absolute;
	width: 1166px;
	height: 400px;
	background: #09b305;
	transform: rotate(-45deg);
	right: -52%;
	top: 72px;
	z-index: 0;
	pointer-events: none;
}

.br4bets-hero > .br4bets-hero-green-shape {
	position: absolute;
	width: 900px;
	height: 340px;
	background: #09b305;
	transform: rotate(-45deg);
	left: 52%;
	right: auto;
	top: 50%;
	margin-top: -60px;
	z-index: 1;
	pointer-events: none;
}

.br4bets-hero-inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 0;
	gap: 20px;
}

.br4bets-hero-copy {
	position: relative;
	z-index: 3;
	flex: 0 1 520px;
	padding: 12px 0 24px;
}

.br4bets-hero-title {
	font-family: Urbanist, Montserrat, Poppins, sans-serif;
	font-size: clamp(2rem, 5.5vw, 5rem);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #09b305 !important;
	margin: 0 0 20px;
}

.br4bets-hero-sub {
	font-family: Urbanist, Rubik, sans-serif;
	font-size: clamp(1rem, 2vw, 1.6875rem);
	line-height: 1.2;
	color: #000;
	margin: 0 0 28px;
	max-width: 455px;
}

.br4bets-hero-btn {
	display: inline-block;
	padding: 18px 42px;
	background: #ffa800;
	color: #000 !important;
	font-family: Arial, sans-serif;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	box-shadow: 10px 10px 25px rgba(0, 0, 0, 1);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.br4bets-hero-btn:hover {
	transform: translateY(-2px);
	box-shadow: 12px 12px 28px rgba(0, 0, 0, 0.85);
	color: #000 !important;
}

.br4bets-hero-visual {
	position: relative;
	z-index: 2;
	flex: 0 1 620px;
	min-height: 372px;
	overflow: hidden;
}

.br4bets-hero-photo-wrap {
	position: relative;
	z-index: 2;
	margin-left: auto;
	max-width: 558px;
	box-shadow: 20px 20px 0 #fff;
}

.br4bets-hero-photo-wrap .br4bets-hero-dot-black {
	position: absolute;
}

.br4bets-hero-photo {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 2px;
}

.br4bets-hero-scribble {
	position: absolute;
	left: 8%;
	top: 18%;
	z-index: 3;
	max-width: 106px;
	height: auto;
}

.br4bets-hero-dot {
	position: absolute;
	border-radius: 50%;
	z-index: 3;
}

.br4bets-hero-dot-black {
	width: 72px;
	height: 72px;
	background: #222;
	right: -24px;
	bottom: -24px;
}

.br4bets-hero-dot-red {
	width: 47px;
	height: 47px;
	background: #f03019;
	left: 5%;
	top: 28%;
}

.br4bets-hero-dot-white {
	width: 33px;
	height: 33px;
	background: #fff;
	left: 38%;
	top: 6%;
}

.br4bets-hero-compliance {
	position: absolute;
	right: 6px;
	top: 42%;
	transform: translateY(-50%) rotate(90deg);
	transform-origin: center;
	z-index: 4;
	white-space: nowrap;
	font-size: 10px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.04em;
	pointer-events: none;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

/* ===== FEATURES ROW ===== */
.br4bets-features {
	background: #fafafa;
}

.br4bets-features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.br4bets-feature-card {
	padding: 35px 20px 37px;
	background-color: #f7f7f7;
	background-image: none !important;
	text-align: center;
	min-height: 180px;
}

.br4bets-feature-card-border {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.br4bets-feature-card h3 {
	font-size: 18px;
	line-height: 24px;
	color: #383838;
	font-weight: 800;
	margin: 0 0 12px;
	font-family: Poppins, sans-serif;
}

.br4bets-feature-card p {
	font-size: 15px;
	line-height: 23px;
	color: #434343;
	margin: 0;
}

/* ===== BR4YOU SECTION ===== */
.br4bets-br4you {
	background-color: #f5f5f5;
	padding: 50px 0 55px;
}

.br4bets-br4you-inner {
	display: flex;
	align-items: center;
	gap: 30px;
}

.br4bets-br4you-visual {
	flex: 0 1 46%;
	text-align: center;
}

.br4bets-br4you-img {
	max-width: 100%;
	width: 420px;
	height: auto;
	display: inline-block;
}

.br4bets-br4you-copy {
	flex: 0 1 54%;
}

.br4bets-br4you-copy p {
	margin: 0 0 0.75rem;
	line-height: 1.55;
	font-size: 15px;
	color: #434343;
}

/* ===== 120bet BUTTONS (vc_btn3-style-3d) ===== */
.br4bets-btn,
.page-template-page-blank .button.success:not(.is-outline),
.page-template-page-blank .button.primary:not(.is-outline) {
	display: inline-block !important;
	padding: 13px 26px !important;
	background: #198208 !important;
	border: none !important;
	border-radius: 5px !important;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 15px !important;
	line-height: 1.3 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	box-shadow: 0 4px 0 #126006 !important;
	min-height: 0 !important;
	margin: 0 !important;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease !important;
}

.br4bets-btn:hover,
.page-template-page-blank .button.success:not(.is-outline):hover,
.page-template-page-blank .button.primary:not(.is-outline):hover {
	transform: translateY(-1px);
	box-shadow: 0 5px 0 #126006 !important;
	background: #1a9209 !important;
	color: #fff !important;
	opacity: 1 !important;
}

.br4bets-btn-danger {
	background: #dc3545 !important;
	box-shadow: 0 4px 0 #a71d2a !important;
}

.br4bets-btn-danger:hover {
	background: #e04555 !important;
	box-shadow: 0 5px 0 #a71d2a !important;
	color: #fff !important;
}

.br4bets-section-title {
	font-size: clamp(1.35rem, 2.5vw, 1.85rem);
	font-weight: 800;
	line-height: 1.25;
	margin-bottom: 0.75rem;
}

.br4bets-slots-wrap {
	max-width: 1105px;
	margin: 0 auto;
	padding: 18px 15px 22px;
}

.br4bets-slots-link {
	display: block;
	line-height: 0;
}

.br4bets-slots-banner {
	display: block;
	width: 100%;
	height: auto;
	max-height: 360px;
	object-fit: cover;
	object-position: center;
	border-radius: 2px;
}

.br4bets-caption {
	text-align: center;
	font-size: 0.875rem;
	color: #666;
	margin-top: 0.5rem;
}

.button.alert:not(.is-outline) {
	background-color: #dc3545;
	border-color: #dc3545;
}

/* Tighter Flatsome section spacing on homepage */
.page-template-page-blank .section {
	padding-top: 35px;
	padding-bottom: 35px;
}

.page-template-page-blank .section .section-content {
	padding-top: 0;
	padding-bottom: 0;
}

.box-image .image-cover img {
	object-fit: cover;
}

.blog-posts .col {
	margin-bottom: 1.5rem;
}

.accordion {
	background: rgba(255, 255, 255, 0.92);
	border-radius: 8px;
	padding: 0.5rem 1rem;
}

.accordion-item .accordion-title {
	font-family: Poppins, sans-serif;
	font-weight: 600;
}

/* ===== GAMES GRID (vc-hoverbox replica) ===== */
.br4bets-games-section {
	padding: 40px 0 24px;
	width: 100%;
}

.br4bets-games-title {
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto 1.25rem;
	max-width: 900px;
	font-size: clamp(1.2rem, 2.2vw, 1.65rem);
}

.br4bets-games-section .br4bets-game-inner {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 115%;
	transform-style: preserve-3d;
	transition: transform 0.55s ease;
	border-radius: 6px;
}

.br4bets-games-section .br4bets-game-card:hover .br4bets-game-inner {
	transform: rotateY(180deg);
}

.br4bets-games-section .br4bets-game-front,
.br4bets-games-section .br4bets-game-back {
	position: absolute;
	inset: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 6px;
}

.br4bets-games-section .br4bets-game-back {
	transform: rotateY(180deg);
	background-color: #ebebeb;
	display: flex;
	align-items: center;
	justify-content: center;
}

.br4bets-games-section .br4bets-game-btn {
	padding: 12px 24px !important;
	font-size: 14px !important;
}

.br4bets-games-section .br4bets-games-grid {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
}

.br4bets-games-section .br4bets-game-card {
	perspective: 1000px;
	min-width: 0;
}

/* ===== SPORTS MOSAIC (WPBakery nested columns replica) ===== */
.br4bets-sports.br4bets-fullwidth {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-bottom: 28px;
	overflow: hidden;
}

.br4bets-sports-row {
	display: grid;
	width: 100%;
	align-items: stretch;
}

.br4bets-sports-row-top {
	grid-template-columns: 1fr 1fr;
}

.br4bets-sports-row-bottom {
	grid-template-columns: 1fr 1fr;
}

.br4bets-sports-tile {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 0;
}

.br4bets-sports-row-top .br4bets-sports-photo {
	height: 190px;
	min-height: 190px;
	max-height: 190px;
}

.br4bets-sports-tile .br4bets-sports-photo {
	height: 165px;
	min-height: 165px;
	max-height: 165px;
}

.br4bets-sports-photo {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease;
}

.br4bets-sports-photo.br4bets-img-slide:hover {
	transform: translate3d(5px, 0, 0);
}

.br4bets-sports-panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 18px;
}

.br4bets-sports-panel-white {
	background: #fff;
	color: #434343;
	padding: 22px 20px 22px 18px;
}

.br4bets-sports-panel-white h3 {
	color: #2d2d2d;
	font-size: 1.05rem;
	margin: 0 0 0.45rem;
}

.br4bets-sports-panel-white p {
	margin: 0 0 0.45rem;
	font-size: 13px;
	line-height: 1.45;
}

.br4bets-sports-panel-green {
	background: #1a8409;
	color: #fff;
	padding: 18px 16px;
}

.br4bets-sports-panel-yellow {
	background: #ffc500;
	color: #1a1a1a;
	padding: 18px 16px;
}

.br4bets-sports-panel-green h3,
.br4bets-sports-panel-yellow h3 {
	margin: 0 0 0.35rem;
	font-size: 1rem;
}

.br4bets-sports-panel-green p,
.br4bets-sports-panel-yellow p {
	margin: 0 0 0.45rem;
	font-size: 13px;
	line-height: 1.4;
}

.br4bets-sports-panel-green h3,
.br4bets-sports-panel-green p {
	color: #fff;
}

.br4bets-sports-panel-yellow h3,
.br4bets-sports-panel-yellow p {
	color: #1a1a1a;
}

.br4bets-sports-link {
	display: inline-block;
	margin-top: auto;
	padding: 0;
	border: none;
	border-radius: 0;
	color: inherit !important;
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	align-self: flex-start;
	opacity: 0.95;
}

.br4bets-sports-link:hover {
	opacity: 1;
	text-decoration: underline;
	color: inherit !important;
}

.br4bets-sports-panel-green .br4bets-sports-link,
.br4bets-sports-panel-yellow .br4bets-sports-link {
	align-self: center;
}

/* ===== BLOG GRID (Radiant Themes element-one style) ===== */
.br4bets-blog-section {
	padding: 45px 0 35px;
	width: 100%;
}

.br4bets-blog-title,
.br4bets-faq-title {
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
}

.br4bets-blog-intro,
.br4bets-faq-intro {
	text-align: center;
	max-width: 780px;
	margin: 0 auto 2.5rem;
	color: #666;
	font-size: 15px;
	line-height: 1.6;
}

.br4bets-blog-section .br4bets-blog-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.br4bets-blog-card {
	display: flex;
	flex-direction: column;
}

.br4bets-blog-thumb {
	display: block;
	height: 200px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 12px;
}

.br4bets-blog-meta {
	font-size: 14px;
	color: #888;
	margin-bottom: 10px;
}

.br4bets-blog-card-title {
	font-size: 1.05rem;
	font-weight: 700;
	margin: 0 0 10px;
	line-height: 1.35;
}

.br4bets-blog-card-title a {
	color: #2d2d2d;
	text-decoration: none;
}

.br4bets-blog-card-title a:hover {
	color: #198208;
}

.br4bets-blog-excerpt {
	font-size: 14px;
	color: #666;
	line-height: 1.55;
	margin: 0 0 16px;
	flex: 1;
}

.br4bets-blog-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #555 !important;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.br4bets-blog-more::after {
	content: "→";
}

/* ===== FAQ (vc_tta-accordion green modern) ===== */
.br4bets-faq-section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 70px 0 60px;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.br4bets-faq-inner {
	max-width: 860px;
	margin: 0 auto;
	padding: 0 15px;
}

.br4bets-faq-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.br4bets-faq-item {
	background: #198208;
	border-radius: 8px;
	overflow: hidden;
	border: none;
}

.br4bets-faq-item[open] {
	background: #157a07;
}

.br4bets-faq-question {
	display: grid;
	grid-template-columns: 24px 1fr 24px;
	align-items: center;
	gap: 12px;
	padding: 18px 22px;
	color: #fff;
	font-weight: 700;
	font-family: Poppins, sans-serif;
	font-size: 15px;
	cursor: pointer;
	list-style: none;
}

.br4bets-faq-question span:nth-child(2) {
	text-align: center;
}

.br4bets-faq-question::-webkit-details-marker {
	display: none;
}

.br4bets-faq-icon {
	width: 16px;
	height: 16px;
	position: relative;
	justify-self: start;
}

.br4bets-faq-icon::before,
.br4bets-faq-icon::after {
	content: "";
	position: absolute;
	background: #fff;
	transition: opacity 0.2s ease;
}

.br4bets-faq-icon::before {
	left: 0;
	right: 0;
	top: 7px;
	height: 2px;
}

.br4bets-faq-icon::after {
	top: 0;
	bottom: 0;
	left: 7px;
	width: 2px;
}

.br4bets-faq-item[open] .br4bets-faq-icon::after {
	opacity: 0;
}

.br4bets-faq-answer {
	padding: 0 22px 18px;
	color: rgba(255, 255, 255, 0.95);
	font-size: 15px;
	line-height: 1.65;
	text-align: center;
}

.br4bets-faq-answer p {
	margin: 0;
}

.br4bets-faq-cta-wrap {
	text-align: center;
	margin-top: 22px;
}

.br4bets-faq-cta {
	text-transform: none !important;
}

.br4bets-fullwidth {
	width: 100%;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.page-template-page-blank .page-wrapper {
	padding-top: 0;
}

.home .br4bets-hero,
.page-template-page-blank .br4bets-hero {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
	max-width: 100vw;
}

/* Keep hero copy/photo visible — entrance animation caused blank hero on some hosts. */
.br4bets-hero-copy,
.br4bets-hero-photo-wrap {
	opacity: 1;
	transform: none;
}

@media (max-width: 1024px) {
	.br4bets-games-section .br4bets-games-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.br4bets-blog-section .br4bets-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.br4bets-hero-title {
		font-size: clamp(1.75rem, 4.5vw, 4rem);
		letter-spacing: -0.03em;
	}

	.br4bets-hero-visual > .br4bets-hero-green-shape {
		right: -70%;
		width: 900px;
		top: 48px;
	}

	.br4bets-hero > .br4bets-hero-green-shape {
		left: 38%;
		width: 760px;
	}

	.br4bets-hero-inner {
		flex-direction: column;
		padding-top: 12px;
		min-height: 0;
	}

	.br4bets-hero-copy {
		flex: 1 1 auto;
		padding-bottom: 20px;
	}

	.br4bets-hero-visual {
		width: 100%;
		max-width: 465px;
	}
}

@media (max-width: 849px) {
	.br4bets-hero {
		min-height: 0;
		padding: 28px 0 36px;
	}

	.br4bets-hero-title {
		font-size: 39px;
		text-align: center;
		letter-spacing: -1px;
	}

	.br4bets-hero-sub {
		font-size: 17px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.br4bets-hero-copy {
		text-align: center;
	}

	.br4bets-hero-btn {
		margin: 0 auto;
	}

	.br4bets-hero-photo-wrap {
		box-shadow: 10px 10px 0 #fff;
	}

	.br4bets-hero-visual > .br4bets-hero-green-shape {
		right: -120%;
		top: 120px;
		width: 720px;
	}

	.br4bets-hero > .br4bets-hero-green-shape {
		left: 20%;
		top: 55%;
	}

	.br4bets-br4you-inner {
		flex-direction: column;
	}

	.br4bets-br4you-visual,
	.br4bets-br4you-copy {
		flex: 1 1 auto;
		width: 100%;
	}

	.br4bets-features-grid {
		grid-template-columns: 1fr;
	}

	.br4bets-feature-card-border {
		border-left: none;
		border-right: none;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}

	.br4bets-hero-compliance {
		display: none;
	}

	.br4bets-games-section .br4bets-games-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.br4bets-sports-row-top,
	.br4bets-sports-row-bottom,
	.br4bets-sports-tile {
		grid-template-columns: 1fr;
	}

	.br4bets-sports-row-top .br4bets-sports-photo,
	.br4bets-sports-tile .br4bets-sports-photo {
		height: 160px;
		min-height: 160px;
		max-height: 160px;
	}

	.br4bets-sports-panel-white {
		padding: 22px 18px;
	}

	.br4bets-sports-panel-green,
	.br4bets-sports-panel-yellow {
		padding: 18px 16px;
		text-align: center;
	}

	.br4bets-slots-banner {
		max-height: 220px;
	}

	.br4bets-blog-section .br4bets-blog-grid {
		grid-template-columns: 1fr;
	}
}
