* {
	box-sizing: border-box;
}

body {
	margin: 0;
	min-height: 100vh;
	font-family: "Roboto", Arial, sans-serif;
	color: #ffffff;
	background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
}

.main-w3layouts {
	width: 100%;
	min-height: 100vh;
	padding: 24px 16px 32px;
}

.event-header {
	width: 100%;
	margin: 0 auto 22px;
	text-align: center;
}

.event-header img {
	display: block;
	width: min(94vw, 980px);
	max-height: 320px;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
}

h1 {
	margin: 0 0 24px;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
}

.main-agileinfo {
	width: min(100%, 440px);
	margin: 0 auto;
	padding: 28px;
	border-radius: 8px;
	background: #016DB5 !important;
	box-shadow: 0 16px 45px rgba(162, 166, 255, );
	backdrop-filter: blur(8px);
}

.agileits-top form {
	display: grid;
	gap: 16px;
}

input[type="text"],
input[type="email"] {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 4px;
	color: #111827;
	background: #ffffff;
	font-size: 15px;
	outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus {
	border-color: #ffb21a;
	box-shadow: 0 0 0 3px rgba(255, 178, 26, 0.25);
}

.wthree-text {
	font-size: 14px;
	line-height: 1.4;
}

.anim {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.checkbox {
	margin-top: 2px;
}

input[type="submit"] {
	min-height: 48px;
	border: 0;
	border-radius: 4px;
	color: #ffffff;
	background: #ef7f1a;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	cursor: pointer;
}

input[type="submit"]:hover {
	background: #d96f11;
}

.successMsg,
.errorMsg {
	width: min(100%, 440px);
	margin: 0 auto 18px;
	padding: 14px 16px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

.successMsg {
	color: #063d2b;
	background: #d9fbe8;
	border: 1px solid rgba(6, 78, 59, 0.18);
}

.errorMsg {
	color: #7f1d1d;
	background: #fee2e2;
	border: 1px solid rgba(127, 29, 29, 0.18);
}

.colorlibcopy-agile {
	margin-top: 26px;
	text-align: center;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 520px) {
	.main-w3layouts {
		padding: 24px 12px;
	}

	.event-header {
		margin-bottom: 18px;
	}

	.event-header img {
		width: 96%;
		max-height: 240px;
	}

	h1 {
		font-size: 26px;
	}

	.main-agileinfo {
		padding: 22px;
	}
}