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

html {
	scroll-behavior: smooth;
}

html,
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body {
	font-family: 'Tagesschrift', system-ui;
	font-weight: 400;
	font-style: normal;
}

img,
picture,
svg {
	display: block;
	max-width: 100%;
}

button,
input,
select,
textarea {
	font: inherit;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

button {
	display: block;
	cursor: pointer;
	padding: 0;
}

.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1440px;
	padding: 0 20px;
}

@media (min-width: 1280px) {
	.container {
		padding: 0 100px;
	}
}

/*  header  */

.header {
	padding: 20px 0;

	background-color: #049a34;
}

.header__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__logo {
	font-weight: 800;
	font-style: normal;

	color: #0a1c07;

	font-size: 18px;

	line-height: normal;
	display: flex;
	align-items: center;
	gap: 10px;
}

.header__logo img {
	max-width: 40px;
}

.header__nav {
	display: none;
}

body.no-scroll {
	overflow: hidden;
	height: 100vh;
}

.burger {
	cursor: pointer;
	background-color: transparent;
	border: none;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.modal.active {
	display: flex;
}

.modal-content {
	background: #d7ddd6;
	padding: 30px;

	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

.close {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 50px;
	color: #0f290c;
	cursor: pointer;
}

.modal-content ul {
	list-style: none;
	padding: 0;
}

.modal-content li {
	margin: 30px 0;

	list-style: none;
}

.modal-content li a {
	color: #18290c;
	font-size: 20px;
	text-transform: uppercase;
}

@media (min-width: 900px) {
	.header__nav {
		display: block;
	}

	.header__logo {
		font-size: 30px;
	}

	.header__nav {
		display: flex;
		align-items: center;
		gap: 15px;
		padding: 0;
	}

	.header__nav li {
		transition: all 0.5s ease;
	}

	.header__nav li a {
		color: #0d290c;
		text-transform: uppercase;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		transition: all 0.5s ease;
	}

	.header__nav li:hover a {
		color: #fff;
	}

	.burger {
		display: none;
	}
}

@media (min-width: 1000px) {
	.header__nav li a {
		font-size: 18px;
	}
}

@media (min-width: 1100px) {
	.header__nav {
		gap: 25px;
	}
}

@media (min-width: 1200px) {
	.header__nav li a {
		font-size: 20px;
	}
}
/*  hero  */

.hero {
	padding: 100px 0 50px;
	position: relative;

	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
		url('../images/bg-hero.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.hero h1 {
	color: #dae1d9;
	text-align: center;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 2px;
	margin-bottom: 40px;
}

.hero p {
	color: #dae1d9;
	text-align: center;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 2px;
	margin-bottom: 40px;
}

.hero h3 {
	background-color: rgb(200, 132, 132);
	color: #16250e;
	font-weight: bold;
	padding: 16px;
	border: 10px solid red;

	border-radius: 6px;
	font-size: 20px;
	text-align: center;
}

@media (min-width: 900px) {
	.hero h1 {
		font-size: 60px;
		margin-bottom: 40px;
	}

	.hero a {
		font-size: 30px;
	}
}

@media (min-width: 1280px) {
	.hero h1 {
		font-size: 60px;
	}

	.hero {
		padding: 150px 0 50px;
	}
}

.bet-card {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #f0fff4;
	border: 2px solid #28a745;
	border-radius: 15px;
	padding: 20px;
	box-shadow: 0 0 10px rgba(40, 167, 69, 0.3);
	margin: 20px auto;
	max-width: 1000px;
	gap: 20px;
}

.bet-logo {
	flex: 1 1 150px;
	text-align: center;
}

.bet-logo img {
	max-width: 120px;
	height: auto;
}

.bet-offer {
	flex: 1 1 200px;
	text-align: center;
	color: #1d643b;
	font-weight: bold;
}

@media (max-width: 767px) {
	.bet-logo,
	.bet-cta,
	.bet-offer,
	.bet-details {
		flex: 1 1 100px !important;
	}
}

.bet-offer span {
	font-size: 1.2em;
	color: #218838;
}

.bet-details {
	flex: 1 1 300px;
	text-align: center;
}

.bet-details h3 {
	margin: 0;
	color: #155724;
	font-size: 1.3em;
}

.stars {
	color: #ffc107;
	font-size: 1.2em;
	margin: 5px 0;
}

.bet-details ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #333;
	font-size: 0.95em;
}

.bet-details ul li {
	margin-bottom: 4px;
}

.bet-cta {
	flex: 1 1 150px;
	text-align: center;
}

.bet-cta a {
	display: inline-block;
	padding: 10px 20px;
	background-color: #218838;
	color: #fff;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 600;
	transition: background-color 0.3s ease;
}

.bet-cta a:hover {
	background-color: #1e7e34;
}

@media screen and (max-width: 768px) {
	.bet-card {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
	}
}

/*  adv  */

.adv {
	padding: 60px 0;
}

.adv ul {
	display: flex;
	flex-direction: column;
	gap: 40px;

	list-style: none;
	padding: 0;
	margin: 0 auto 40px;
}

.adv ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
	background-color: #7fc194;
	border-radius: 5px;
	padding: 15px;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.adv ul li h3 {
	color: #10210a;
	font-weight: bold;

	font-size: 20px;
	text-align: center;
}

@media (min-width: 900px) {
	.adv ul {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: center;
	}

	.adv ul li {
		width: 31%;
		margin: 0;
		justify-content: flex-start;
	}
}

.faq-section h2 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 40px;
	color: #fff;
}

@media (min-width: 900px) {
	.faq-section h2 {
		font-size: 40px;
	}

	.faq-question::after {
		font-size: 35px;
	}
}

.green-ban-section {
	background: #e6f4ec;
	padding: 2rem 1rem;
	color: #1c4532;
	font-family: 'Segoe UI', sans-serif;
}

.green-ban-container {
	max-width: 800px;
	margin: 0 auto;
	border: 2px solid #4caf50;
	border-radius: 12px;
	padding: 1.5rem;
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(76, 175, 80, 0.2);
}

.green-ban-container h2 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	color: #2e7d32;
}

.green-ban-container p {
	margin-bottom: 1rem;
	line-height: 1.6;
}

@media (max-width: 600px) {
	.green-ban-container {
		padding: 1rem;
	}

	.green-ban-container h2 {
		font-size: 1.2rem;
	}
}
/*  contact  */

.contact {
	padding: 60px 0;
}

.contact__form {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0 auto;
}

.contact__form input {
	padding: 15px 18px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid #013f03;
	border-radius: 12px;
	color: #000;
	font-size: 16px;
	transition: all 0.3s ease;
	backdrop-filter: blur(6px);
}

.contact__form input::placeholder {
	color: #000;
	font-style: italic;
}

.contact__form button {
	padding: 14px 20px;
	background: linear-gradient(to right, #4eff51, #0a3b07);
	border: none;
	border-radius: 50px;
	color: #0f0c29;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 0 20px rgba(255, 78, 80, 0.3);
	transition:
		transform 0.2s,
		box-shadow 0.3s ease;
}

.contact__form button:hover {
	transform: scale(1.03);
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(15, 12, 41, 0.8);
	backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 1000;
}

.popup.active {
	visibility: visible;
	opacity: 1;
}

.popup-content {
	background: linear-gradient(135deg, #1f1c2c, #928dab);
	color: #fff;
	padding: 40px 30px;
	max-width: 500px;
	text-align: center;
	border-radius: 20px;
	box-shadow:
		0 0 30px rgba(255, 0, 150, 0.3),
		0 0 50px rgba(255, 255, 255, 0.05);
	animation: fadeInUp 0.5s ease;
	font-family: 'Poppins', sans-serif;
}

.popup-content p {
	font-size: 18px;
	margin-bottom: 25px;
	line-height: 1.6;
}

.popup-content button {
	padding: 12px 26px;
	font-size: 15px;
	font-weight: bold;
	border: none;
	border-radius: 30px;
	background: linear-gradient(to right, #ff4e50, #f9d423);
	color: #000;
	cursor: pointer;
	box-shadow: 0 0 12px rgba(249, 212, 35, 0.5);
	transition: transform 0.3s ease;
}

.popup-content button:hover {
	transform: scale(1.05);
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (min-width: 900px) {
	.contact__form {
		width: 70%;
	}

	.contact__form input,
	.contact__form button {
		height: 50px;
	}

	.contact__form button {
		font-size: 20px;
	}
}

.footer {
	padding: 50px 0;

	background-color: #049a34;
}

.trusted-organizations {
	margin-bottom: 50px;
}

.trusted-organizations .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 16px;
}

.trusted-organizations .logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.trusted-organizations .logos img {
	max-height: 80px;
	height: auto;
	width: auto;
	max-width: 150px;
	filter: brightness(0) invert(1);
	transition: transform 0.3s ease;
}

.trusted-organizations .logos img:hover {
	transform: scale(1.05);
}

@media (max-width: 600px) {
	.trusted-organizations .logos {
		gap: 16px;
	}
	.trusted-organizations .logos img {
		max-width: 100px;
		max-height: 40px;
	}
}

.footer__top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 50px;
	margin-bottom: 50px;
}

.footer__top p {
	font-size: 20px;
	text-align: center;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	background: linear-gradient(135deg, #4eb8ff, #f98023);
	border-radius: 5px;
	padding: 20px;
}

.footer__top p span {
	display: block;
	margin-bottom: 15px;
	font-size: 25px;
}

.footer__logo {
	font-family: 'Anton', sans-serif;
	font-weight: 700;
	font-style: normal;

	color: #0f0c29;
	text-transform: uppercase;
	font-size: 30px;
	margin: 0 auto;
	line-height: normal;
}

.footer ul {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	justify-content: center;
}

.footer ul li {
	color: #0f0c29;

	transition: all 0.5s ease;
}

.footer ul li:hover {
	color: bisque;
}

.footer h3 {
	background-color: #fff3cd;
	color: #856404;
	font-weight: bold;
	padding: 10px 16px;
	border-left: 10px solid #ffc107;
	border-right: 10px solid #ffc107;
	border-radius: 6px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 40px;
}

.footer p {
	color: #0f0c29;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.6px;
	text-align: center;
}

@media (min-width: 900px) {
	.footer__top p {
		margin: 0;
	}

	.footer__logo {
		font-size: 40px;
		margin: 0;
	}

	.footer__top {
		flex-direction: row;
		gap: 0;
		justify-content: space-between;
	}

	.footer ul li {
		font-size: 22px;
	}
}

.add__page {
	padding: 50px 0;
}

.add__page h2 {
	margin-bottom: 30px;
	color: #11290c;
}
.add__page h3,
.add__page p {
	margin-bottom: 20px;
}

.cookie-banner {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 50%;
	background: #fff;
	color: #170b0b;
	padding: 15px 20px;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1000;
	font-size: 14px;
	gap: 20px;
	flex-wrap: wrap;
}

.cookie-banner button {
	background-color: #121309;
	color: #fff;
	border: none;
	padding: 10px 16px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
}

.cookie-banner button:hover {
	background-color: #fff;
	color: #121309;
}

.faq-section {
	padding: 80px 20px;
	background: linear-gradient(135deg, #0f290c, #31632b, #273e24);

	color: #fff;
}

.faq-question {
	background: none;
	border: none;
	color: #fff;
	font-size: 20px;
	width: 100%;
	text-align: left;
	cursor: pointer;
	position: relative;
	padding: 10px 0;
	transition: 0.4s ease;
}

.faq-section-wrapper {
	max-width: 800px;
	margin: 0 auto;
}

.faq-question::after {
	content: '+';
	position: absolute;
	right: 0;
	font-size: 24px;
	color: #fff;
	transition: transform 0.3s;
}

.faq-question.active::after {
	content: '−';
	transform: rotate(180deg);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	padding-left: 10px;
	transition:
		max-height 0.6s ease,
		opacity 0.4s ease;
	opacity: 0;
}

.faq-answer.open {
	max-height: 500px;
	opacity: 1;
}

body.no-scroll {
	overflow: hidden;
}
