body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #f4f4f9;
	color: #333;
}

header {
	background: #4caf50;
	color: white;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

header img {
	height: 60px;
	margin-bottom: 10px;
}

header h1 {
	margin: 0;
	font-size: 1.8rem;
	line-height: 1.2;
}

nav {
	margin-top: 10px;
}

.admin-button {
	background: #ff9800;
	color: white;
	border: none;
	border-radius: 5px;
	padding: 0.8rem 1.5rem;
	font-size: 1rem;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.admin-button:hover {
	background: #e68a00;
}

.casino-button {
	background: #2b83f1;
	color: white;
	border: none;
	border-radius: 5px;
	padding: 0.8rem 1.5rem;
	font-size: 1rem;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.casino-button:hover {
	background: #1b5093;
}

section {
	padding: 2rem;
	text-align: center;
}

section h2 {
	margin-bottom: 1rem;
	font-size: 1.5rem;
}

.features {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.5rem;
}

.feature {
	background: white;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 1.5rem;
	width: 300px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	position: relative;
}

.feature h3 {
	color: #4caf50;
	margin-bottom: 0.5rem;
}

.feature p { color: #333; font-size: 0.9rem; } {
	font-size: 0.9rem;
}

.feature .collapsible {
	background: #f4f4f9;
	border: none;
	text-align: left;
	cursor: pointer;
	padding: 0.5rem;
	width: 100%;
	font-size: 0.9rem;
}

.feature .content {
	display: none;
	padding: 0.5rem;
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-top: 0.5rem;
	text-align: left;
}

.persuasive-section {
	background: linear-gradient(135deg, #6dd5ed, #2193b0);
	color: white;
	padding: 2rem;
	text-align: center;
}

.persuasive-section h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.persuasive-features {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.5rem;
}

.persuasive-feature {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	padding: 1.5rem;
	width: 280px;
	text-align: center;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.persuasive-feature i {
	font-size: 2rem;
	margin-bottom: 0.5rem;
	color: #fff;
}

.persuasive-feature h3 {
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
}

.persuasive-feature p {
	font-size: 0.9rem;
}

footer {
	background: #333;
	color: white;
	padding: 1rem;
	text-align: center;
}

footer p {
	margin: 0;
	font-size: 0.8rem;
}

.cta {
	background: #4caf50;
	color: white;
	border: none;
	border-radius: 5px;
	padding: 0.8rem 1.5rem;
	font-size: 1rem;
	cursor: pointer;
	margin-top: 1rem;
	text-decoration: none;
	display: inline-block;
}

.cta:hover {
	background: #45a049;
}

.persuasive-section-warning
{
	background : linear-gradient(135deg, #ffc5c5, #b08c21);
	padding : 1em;
	text-align: left;
}
