@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Lora:ital,wght@0,400;0,500;0,600;1,400&display=swap');

html, body {
	height: 100%;
	margin: 0;
	font-family: 'Lora', serif;
	color: #e2e8f0;
	background-color: #0D0D0D;
}
#header {
	background-image: url('images/head.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 533px;
	width: 100%;
	margin-top: 0;
	position: relative;
	background-color: #0D0D0D;
}
#navigation {
	margin: 30px auto 60px auto;
	width: 67%;
	max-width: 900px;
	padding: 46px 24px;
	background: rgba(26, 26, 36, 0.85);
	border-radius: 50px;
	border: 2px solid #ff7b89;
	box-shadow: 0 10px 25px rgba(255, 123, 137, 0.15), 0 4px 12px rgba(112, 199, 255, 0.15);
	text-align: center;
	font-family: 'Lora', serif;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}
#navigation a {
	position: relative;
	padding: 23px 29px;
	font-family: 'Cinzel', serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	text-decoration: none;
	color: #e2e8f0;
	transition: color 0.3s ease;
}
#navigation a::before,#navigation a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	font-size: 18px;
	transition: all 0.3s ease;
}
#navigation a::before {
	content: '[';
	left: 0;
	color: #ff7b89;
}
#navigation a::after {
	content: ']';
	right: 0;
	color: #70c7ff;
}
#navigation a:hover {
	color: #ffffff;
	padding: 23px 29px;
}
#navigation a:hover::before {
	opacity: 1;
	left: 6px;
}
#navigation a:hover::after {
	opacity: 1;
	right: 6px;
}
#content {
	margin: 0 auto 60px auto;
	width: 58%;
}
.contentx {
	position: relative;
	background: #1e1e24;
	padding: 60px 70px;
	font-family: 'Lora', Georgia, serif;
	font-size: 19px;
	line-height: 2.0;
	letter-spacing: 0.25px;
	text-align: justify;
	color: #d1d5db;
	border-radius: 20px;
	border: 3px solid transparent;
	background-image:linear-gradient(180deg, rgba(18, 18, 22, 0.88) 15%, rgba(18, 18, 22, 0.95) 100%),linear-gradient(135deg, #7a2b33 0%, #2b526e 100%);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), 0 5px 15px rgba(112, 199, 255, 0.05);
}
.contentx b,.contentx strong {
	font-weight: 700;
	color: #ff9ebb;
	text-shadow: 0 0 8px rgba(255, 123, 137, 0.4);
	letter-spacing: 0.5px;
}
.contentx i,.contentx em {
	font-family: 'Cinzel', serif;
	font-style: italic;
	color: #70c7ff;
	text-shadow: 0 0 8px rgba(112, 199, 255, 0.3);
	padding: 0 2px;
}
.contentx a {
	color: #ff7b89;
	text-decoration: none;
	font-weight: 600;
	position: relative;
	padding-bottom: 2px;
	transition: color 0.3s ease, text-shadow 0.3s ease;
}
.contentx a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg, transparent, #70c7ff, transparent);
	transform: scaleX(0.4);
	opacity: 0.6;
	transition: transform 0.3s ease, opacity 0.3s ease;
}
.contentx a:hover {
	color: #ff9ebb;
	text-shadow: 0 0 10px rgba(255, 123, 137, 0.5);
}
.contentx a:hover::after {
	transform: scaleX(1);
	opacity: 1;
}
h1 {
	font-family: 'Cinzel', serif;
	font-weight: 700;
	font-size: 32px;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: center;
	margin: 40px auto;
	padding: 16px 30px;
	position: relative;
	max-width: fit-content;
	background: linear-gradient(135deg, #ff9ebb 0%, #ff7b89 50%, #d85068 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, transparent, #70c7ff, transparent) 1;
	text-shadow: 0 0 15px rgba(255, 123, 137, 0.3);
	transition: all 0.4s ease;
}
h1::before {
	top: -7px;
}
h1::after {
	bottom: -7px;
}
h1:hover {
	letter-spacing: 6px;
	text-shadow: 0 0 25px rgba(255, 123, 137, 0.6);
}
blockquote {
	position: relative;
	font-family: 'Lora', Georgia, serif;
	font-style: italic;
	font-size: 20px;
	line-height: 1.8;
	color: #e2e8f0;
	max-width: 800px;
	margin: 45px auto;
	padding: 35px 45px 35px 65px;
	background: #272730;
	border-radius: 15px;
	border-left: 5px solid #ff7b89;
	border-top: 1px solid rgba(112, 199, 255, 0.2);
	border-right: 1px solid rgba(112, 199, 255, 0.2);
	border-bottom: 1px solid rgba(112, 199, 255, 0.2);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
blockquote::before {
	content: '“';
	position: absolute;
	top: 5px;
	left: 18px;
	font-family: 'Cinzel', serif;
	font-size: 75px;
	line-height: 1;
	background: linear-gradient(135deg, #ff7b89 0%, #70c7ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.85;
	pointer-events: none;
}
blockquote::after {
	content: '”';
	position: absolute;
	bottom: -25px;
	right: 25px;
	font-family: 'Cinzel', serif;
	font-size: 65px;
	line-height: 1;
	background: linear-gradient(135deg, #70c7ff 0%, #ff7b89 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.3;
	pointer-events: none;
}
textarea, input, select {
	width: 80%;
	max-width: 700px;
	padding: 12px 16px;
	margin: 15px 0;
	font-family: 'Lora', serif;
	font-size: 18px;
	color: #f3f4f6;
	background: #272730;
	border: 2px solid #70c7ff;
	border-radius: 10px;
	box-sizing: border-box;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
textarea:focus, input:focus, select:focus {
	outline: none;
	background-color: #2e2e38;
	border-color: #ff7b89;
	box-shadow: 0 0 8px rgba(255, 123, 137, 0.4);
}
#footer {
	position: relative;
	font-family: 'Cinzel', serif;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 50px 30px;
	margin-top: 80px;
	background: #18181c;
	color: #9ca3af;
}
#footer h2, #footer .footer-title {
	font-family: 'Cinzel', serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 3px;
	margin: 0 0 20px;
	background: linear-gradient(135deg, #ff7b89 0%, #70c7ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#footer a {
	position: relative;
	display: inline-block;
	color: inherit;
	text-decoration: none;
	font-weight: 600;
	padding: 0 2px 4px;
	margin: 0 10px;
	background: linear-gradient(135deg, #ff7b89 0%, #70c7ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s ease;
}
#footer a::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #70c7ff, #ff7b89);
	clip-path: polygon(0% 0%, 50% 100%, 100% 0%, 100% 100%, 0% 100%);
	transition: transform 0.3s ease, filter 0.3s ease;
}
#footer a:hover {
	background: linear-gradient(135deg, #70c7ff 0%, #ff7b89 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#footer a:hover::after {
	transform: translateY(2px);
	filter: drop-shadow(0 2px 4px rgba(255, 123, 137, 0.4));
}
button, input[type="submit"], input[type="button"], input[type="reset"], .form-btn {
	position: relative;
	display: inline-block;
	padding: 14px 32px;
	margin: 15px 0;
	font-family: 'Cinzel', serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	background: linear-gradient(135deg, #ff7b89 0%, #70c7ff 100%);
	border: none;
	border-radius: 25px;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(255, 123, 137, 0.3);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, .form-btn:hover {
	background: linear-gradient(135deg, #70c7ff 0%, #ff7b89 100%);
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(112, 199, 255, 0.4);
}
button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active, .form-btn:active {
	transform: translateY(0);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
}
button:focus-visible, input[type="submit"]:focus-visible, input[type="button"]:focus-visible {
	outline: 2px solid #ff7b89;
	outline-offset: 2px;
}
button.btn-secondary, input[type="reset"], .form-btn-secondary {
	background: #272730;
	color: #ff7b89;
	border: 2px solid #ff7b89;
	border-radius: 25px;
}
button.btn-secondary:hover, input[type="reset"]:hover, .form-btn-secondary:hover {
	background: linear-gradient(135deg, #ff7b89 0%, #e53935 100%);
	color: #ffffff;
	border-color: transparent;
}
@media screen and (max-width: 1024px) {
	#header {
		height: 450px;
		background-size: cover;
	}
	#content {
		width: 85%;
	}
	.contentx {
		padding: 40px 35px;
		font-size: 17px;
		border-width: 4px;
	}
}
@media screen and (max-width: 600px) {
	#header {
		height: 280px;
		background-size: cover;
	}
	#content {
		width: 92%;
	}
	.contentx {
		padding: 25px 20px;
		font-size: 15px;
		line-height: 1.7;
		border-radius: 15px;
		border-width: 3px;
	}
	h1 {
		font-size: 20px;
		margin: 20px 0;
		padding: 8px 10px;
	}
	blockquote {
		font-size: 16px;
		padding: 20px 20px 20px 40px;
		margin: 25px auto;
	}
	blockquote::before {
		font-size: 45px;
		left: 10px;
	}
	blockquote::after {
		font-size: 40px;
		right: 10px;
	}
}
@media screen and (max-width: 1024px) {
	#navigation-bottom {
		width: 85%;
		padding: 12px 18px;
	}
	#navigation-bottom a {
		padding: 7px 16px;
		font-size: 11px;
		letter-spacing: 1px;
	}
}
@media screen and (max-width: 600px) {
	#navigation-bottom {
		width: 92%;
		padding: 10px 12px;
		gap: 8px;
		border-radius: 30px;
	}
	#navigation-bottom a {
		padding: 6px 12px;
		font-size: 10px;
		letter-spacing: 0.5px;
		border-radius: 14px;
	}
}
