/* NightEntry.com - Modern Casino Events Ticket Platform */
:root {
	--nightentry-primary: #8b5cf6;
	--nightentry-primary-dark: #6d28d9;
	--nightentry-primary-light: #a78bfa;
	--nightentry-secondary: #ec4899;
	--nightentry-secondary-dark: #be185d;
	--nightentry-accent: #f59e0b;
	--nightentry-accent-dark: #d97706;
	--nightentry-success: #10b981;
	--nightentry-warning: #f59e0b;
	--nightentry-error: #ef4444;
	--nightentry-background: #0f172a;
	--nightentry-card-bg: #1e293b;
	--nightentry-card-hover: #334155;
	--nightentry-text: #f1f5f9;
	--nightentry-text-muted: #94a3b8;
	--nightentry-border: #334155;
	--nightentry-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3),
		0 2px 4px -1px rgba(0, 0, 0, 0.2);
	--nightentry-shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.4),
		0 10px 10px -5px rgba(0, 0, 0, 0.2);
	--nightentry-gradient-primary: linear-gradient(
		135deg,
		#8b5cf6 0%,
		#6d28d9 100%
	);
	--nightentry-gradient-secondary: linear-gradient(
		135deg,
		#ec4899 0%,
		#be185d 100%
	);
	--nightentry-gradient-accent: linear-gradient(
		135deg,
		#f59e0b 0%,
		#d97706 100%
	);
	--nightentry-gradient-hero: linear-gradient(
		135deg,
		#8b5cf6 0%,
		#ec4899 50%,
		#f59e0b 100%
	);
}

html {
	font-size: 13px;
	scroll-behavior: smooth;
}

/* Modern Typography */
body {
	font-family: "Exo 2", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: var(--nightentry-text);
	background: var(--nightentry-background);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

main {
	min-height: calc(100vh - 200px);
}

h1,
.nightentry-banner-title {
	font-size: clamp(2rem, 5vw, 3.5rem);
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: -0.025em;
	margin-bottom: 1.5rem;
	color: var(--nightentry-text);
	background: var(--nightentry-gradient-primary);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-shadow: 0 0 30px rgba(139, 92, 246, 0.5);
	word-wrap: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
}

h2,
.nightentry-section-title {
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.025em;
	margin-bottom: 2rem;
	text-align: center;
	color: var(--nightentry-text);
	position: relative;
	word-wrap: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
}

h2::after,
.nightentry-section-title::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 4px;
	background: var(--nightentry-gradient-accent);
	border-radius: 2px;
	box-shadow: 0 0 20px rgba(245, 158, 11, 0.6);
}

h3 {
	font-size: clamp(1.3rem, 2.5vw, 1.75rem);
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 1rem;
	color: var(--nightentry-text);
	word-wrap: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
}

h4 {
	font-size: clamp(1.15rem, 2vw, 1.4rem);
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0.75rem;
	color: var(--nightentry-text);
	word-wrap: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
}

h5 {
	font-size: clamp(1rem, 1.75vw, 1.25rem);
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0.5rem;
	color: var(--nightentry-text);
	word-wrap: break-word;
	overflow-wrap: break-word;
}

h6 {
	font-size: clamp(0.95rem, 1.5vw, 1.15rem);
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0.5rem;
	color: var(--nightentry-text);
	word-wrap: break-word;
	overflow-wrap: break-word;
}

p {
	font-size: 1.3rem;
	line-height: 1.7;
	color: var(--nightentry-text-muted);
	margin-bottom: 1rem;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* Hero Banner */
.nightentry-banner {
	min-height: 100vh;
	background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 2rem 0;
}

.nightentry-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(
			circle at 20% 30%,
			rgba(139, 92, 246, 0.15) 0%,
			transparent 50%
		),
		radial-gradient(
			circle at 80% 70%,
			rgba(236, 72, 153, 0.15) 0%,
			transparent 50%
		),
		radial-gradient(
			circle at 40% 80%,
			rgba(245, 158, 11, 0.15) 0%,
			transparent 50%
		);
	animation: nightentry-glow 8s ease-in-out infinite alternate;
}

.nightentry-banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="stars" width="10" height="10" patternUnits="userSpaceOnUse"><circle cx="5" cy="5" r="0.8" fill="rgba(139,92,246,0.3)"/></pattern></defs><rect width="100" height="100" fill="url(%23stars)"/></svg>');
	opacity: 0.3;
	pointer-events: none;
}

.nightentry-banner-inner {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
}

.nightentry-banner-left {
	animation: nightentry-slideInLeft 1s ease-out;
}

.nightentry-banner-title {
	margin-bottom: 2rem;
}

.nightentry-banner-highlight {
	background: var(--nightentry-gradient-secondary);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	position: relative;
}

.nightentry-banner-desc {
	font-size: 1.3rem;
	line-height: 1.8;
	color: var(--nightentry-text);
	margin-bottom: 3rem;
	opacity: 0.9;
}

.nightentry-banner-cta {
	display: inline-block;
	padding: 1.2rem 2.5rem;
	background: var(--nightentry-gradient-accent);
	color: white;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 700;
	font-size: 1.1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(245, 158, 11, 0.4);
	border: none;
}

.nightentry-banner-cta::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, 0.3),
		transparent
	);
	transition: left 0.5s;
}

.nightentry-banner-cta:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 30px rgba(245, 158, 11, 0.6);
	color: white;
	text-decoration: none;
}

.nightentry-banner-cta:hover::before {
	left: 100%;
}

.nightentry-banner-right {
	display: flex;
	justify-content: center;
	align-items: center;
	animation: nightentry-slideInRight 1s ease-out 0.3s both;
}

.nightentry-logo-bg {
	width: 400px;
	height: 400px;
	background: rgba(139, 92, 246, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(10px);
	border: 2px solid rgba(139, 92, 246, 0.3);
	position: relative;
	animation: nightentry-pulse 3s ease-in-out infinite;
}

.nightentry-logo-bg::before {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	background: var(--nightentry-gradient-primary);
	border-radius: 50%;
	z-index: -1;
	opacity: 0.5;
	animation: nightentry-rotate 10s linear infinite;
}

.nightentry-logo-img {
	width: 200px;
	height: auto;
	filter: drop-shadow(0 10px 20px rgba(139, 92, 246, 0.6));
}

/* Navigation */
.nightentry-navbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: rgba(15, 23, 42, 0.95);
	backdrop-filter: blur(20px);
	border-bottom: 1px solid var(--nightentry-border);
	transition: all 0.3s ease;
	box-shadow: var(--nightentry-shadow);
}

.nightentry-navbar-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1rem 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nightentry-navbar-left {
	display: flex;
	align-items: center;
}

.nightentry-navbar-home-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: var(--nightentry-text);
	transition: all 0.3s ease;
}

.nightentry-navbar-home-link:hover {
	color: var(--nightentry-primary-light);
	transform: scale(1.05);
	text-decoration: none;
}

.nightentry-navbar-logo {
	width: 40px;
	height: auto;
	margin-right: 1rem;
	border-radius: 8px;
}

.nightentry-navbar-title {
	font-size: 1.5rem;
	font-weight: 700;
	background: var(--nightentry-gradient-primary);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.nightentry-navbar-right {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.nightentry-nav-link-pill {
	padding: 0.75rem 1.5rem;
	color: var(--nightentry-text-muted);
	text-decoration: none;
	border-radius: 25px;
	font-weight: 500;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-size: clamp(0.9rem, 1.5vw, 1rem);
}

.nightentry-nav-link-pill::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: var(--nightentry-gradient-primary);
	transition: left 0.3s ease;
	z-index: -1;
}

.nightentry-nav-link-pill:hover::before,
.nightentry-nav-link-pill.active::before {
	left: 0;
}

.nightentry-nav-link-pill:hover,
.nightentry-nav-link-pill.active {
	color: white;
	transform: translateY(-2px);
	text-decoration: none;
}

.nightentry-nav-link-cta {
	background: var(--nightentry-gradient-accent);
	color: white !important;
	font-weight: 600;
	box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}

.nightentry-nav-link-cta:hover {
	transform: translateY(-3px) !important;
	box-shadow: 0 8px 20px rgba(245, 158, 11, 0.6);
}

.nightentry-navbar-toggle {
	display: none;
	flex-direction: column;
	background: rgba(139, 92, 246, 0.2);
	border: 2px solid var(--nightentry-primary);
	cursor: pointer;
	padding: 0.75rem;
	border-radius: 12px;
	transition: all 0.3s ease;
}

.nightentry-navbar-toggle:hover {
	background: rgba(139, 92, 246, 0.3);
	border-color: var(--nightentry-primary-light);
}

.nightentry-navbar-toggle-bar {
	width: 28px;
	height: 3px;
	background: var(--nightentry-primary-light);
	margin: 2px 0;
	border-radius: 2px;
	transition: all 0.3s ease;
}

/* Event Grid */
.nightentry-event-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	margin-top: 3rem;
}

.nightentry-event-card {
	background: var(--nightentry-card-bg);
	border-radius: 24px;
	padding: 2.5rem;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
	border: 2px solid var(--nightentry-border);
	box-shadow: var(--nightentry-shadow);
}

.nightentry-event-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: var(--nightentry-gradient-secondary);
	transform: scaleX(0);
	transition: transform 0.4s ease;
	border-radius: 24px 24px 0 0;
}

.nightentry-event-card:hover {
	transform: translateY(-12px) scale(1.02);
	box-shadow: 0 20px 40px rgba(139, 92, 246, 0.4);
	background: var(--nightentry-card-hover);
	border-color: var(--nightentry-primary-light);
}

.nightentry-event-card:hover::before {
	transform: scaleX(1);
}

.nightentry-event-header {
	margin-bottom: 1.5rem;
}

.nightentry-event-name {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--nightentry-text);
	margin: 0;
	text-align: center;
	background: var(--nightentry-gradient-primary);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.nightentry-event-features {
	margin-bottom: 1.5rem;
}

.nightentry-event-features-list {
	list-style: disc;
	padding-left: 1.5rem;
	margin: 0;
}

.nightentry-event-features-list li {
	margin-bottom: 0.5rem;
	color: var(--nightentry-text-muted);
	line-height: 1.5;
}

.nightentry-event-features-list li:last-child {
	margin-bottom: 0;
}

.nightentry-event-features-list li::marker {
	color: var(--nightentry-accent);
}

.nightentry-event-buttons {
	display: flex;
	gap: 1rem;
	margin-top: 1.5rem;
}

.nightentry-event-button {
	flex: 1;
	padding: 1rem;
	background: var(--nightentry-gradient-primary);
	color: white;
	text-decoration: none;
	border-radius: 16px;
	font-weight: 700;
	text-align: center;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
	font-size: 1rem;
	box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
	border: 2px solid transparent;
}

.nightentry-event-button::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, 0.2),
		transparent
	);
	transition: left 0.5s;
}

.nightentry-event-button:hover {
	transform: translateY(-4px) scale(1.05);
	box-shadow: 0 8px 25px rgba(139, 92, 246, 0.6);
	color: white;
	border-color: rgba(255, 255, 255, 0.3);
	text-decoration: none;
}

.nightentry-event-button:hover::before {
	left: 100%;
}

.nightentry-event-button:nth-child(2) {
	background: var(--nightentry-gradient-secondary);
	box-shadow: 0 4px 15px rgba(236, 72, 153, 0.4);
}

.nightentry-event-button:nth-child(2):hover {
	box-shadow: 0 8px 25px rgba(236, 72, 153, 0.6);
}

/* Features Section */
.nightentry-features-section {
	padding: 4rem 0;
	background: var(--nightentry-card-bg);
}

.nightentry-features {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	margin-top: 3rem;
}

.nightentry-feature-card {
	background: var(--nightentry-background);
	border-radius: 24px;
	padding: 3rem;
	text-align: center;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
	border: 2px solid var(--nightentry-border);
	box-shadow: var(--nightentry-shadow);
}

.nightentry-feature-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--nightentry-gradient-accent);
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: -1;
}

.nightentry-feature-card:hover {
	transform: translateY(-12px) scale(1.02);
	box-shadow: 0 20px 40px rgba(245, 158, 11, 0.4);
	border-color: var(--nightentry-accent);
}

.nightentry-feature-card:hover::before {
	opacity: 0.1;
}

.nightentry-feature-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--nightentry-text);
	margin-bottom: 1rem;
}

.nightentry-feature-desc {
	color: var(--nightentry-text-muted);
	line-height: 1.7;
}

/* Section Styles */
.nightentry-section {
	padding: 4rem 0;
}

.nightentry-section-desc {
	text-align: center;
	font-size: 1.2rem;
	color: var(--nightentry-text-muted);
	margin-bottom: 2rem;
}

/* Footer */
.nightentry-footer {
	background: var(--nightentry-card-bg);
	border-top: 1px solid var(--nightentry-border);
	padding: 4rem 0 2rem;
	margin-top: 4rem;
}

.nightentry-footer h4 {
	color: var(--nightentry-text);
	font-weight: 700;
	margin-bottom: 1.5rem;
	font-size: clamp(1.1rem, 2vw, 1.3rem);
}

.nightentry-footer p {
	color: var(--nightentry-text-muted);
	margin-bottom: 1rem;
}

.nightentry-footer-contact {
	margin-top: 1rem;
}

.nightentry-footer-contact p {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.75rem;
}

.nightentry-footer-contact i {
	color: var(--nightentry-primary-light);
	width: 20px;
}

.nightentry-footer-contact a {
	color: var(--nightentry-primary-light);
	text-decoration: none;
	transition: color 0.3s ease;
}

.nightentry-footer-contact a:hover {
	color: var(--nightentry-primary);
	text-decoration: underline;
}

.nightentry-footer-links {
	list-style: none;
	padding: 0;
}

.nightentry-footer-links li {
	margin-bottom: 0.75rem;
}

.nightentry-footer-links a {
	color: var(--nightentry-text-muted);
	text-decoration: none;
	transition: color 0.3s ease;
	font-size: clamp(0.95rem, 1.5vw, 1.1rem);
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.nightentry-footer-links a:hover {
	color: var(--nightentry-primary-light);
}

.nightentry-footer-divider {
	border-color: var(--nightentry-border);
	margin: 3rem 0 2rem;
}

.nightentry-footer-bottom {
	padding-top: 2rem;
}

.nightentry-footer-disclaimer {
	background: rgba(139, 92, 246, 0.1);
	border: 1px solid rgba(139, 92, 246, 0.3);
	border-radius: 12px;
	padding: 1.5rem;
	margin-bottom: 1rem;
}

.nightentry-footer-disclaimer p {
	margin-bottom: 0.75rem;
	color: var(--nightentry-text);
	font-size: clamp(0.9rem, 1.5vw, 1rem);
}

.nightentry-footer-disclaimer p:last-child {
	margin-bottom: 0;
}

.nightentry-footer-disclaimer a {
	color: var(--nightentry-primary-light);
	text-decoration: none;
}

.nightentry-footer-disclaimer a:hover {
	text-decoration: underline;
}

/* Cookie Consent */
.nightentry-cookie-consent {
	position: fixed;
	bottom: 2rem;
	left: 2rem;
	right: 2rem;
	background: var(--nightentry-card-bg);
	border: 2px solid var(--nightentry-primary);
	border-radius: 16px;
	padding: 2rem;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
	z-index: 1001;
	backdrop-filter: blur(20px);
}

.nightentry-cookie-content {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.nightentry-cookie-text h5 {
	color: var(--nightentry-text);
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.nightentry-cookie-text p {
	color: var(--nightentry-text-muted);
	margin-bottom: 0;
	font-size: clamp(0.9rem, 1.5vw, 1rem);
}

.nightentry-cookie-text a {
	color: var(--nightentry-primary-light);
	text-decoration: none;
}

.nightentry-cookie-text a:hover {
	text-decoration: underline;
}

.nightentry-cookie-actions {
	display: flex;
	gap: 1rem;
	flex-shrink: 0;
}

.nightentry-cookie-actions .btn {
	padding: 0.75rem 1.5rem;
	border-radius: 8px;
	font-weight: 600;
	transition: all 0.3s ease;
}

/* Page Cards */
.nightentry-page-card {
	background: var(--nightentry-card-bg);
	border-radius: 24px;
	padding: 3rem;
	margin: 2rem 0;
	border: 2px solid var(--nightentry-border);
	box-shadow: var(--nightentry-shadow);
	margin-top: 110px;
	position: relative;
	overflow: hidden;
}

.nightentry-page-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--nightentry-gradient-primary);
}

.nightentry-page-card h2 {
	font-size: clamp(1.5rem, 3vw, 2rem);
	margin-top: 2rem;
}

.nightentry-page-card ul {
	list-style: disc;
	padding-left: 1.5rem;
	margin-bottom: 1rem;
}

.nightentry-page-card ul li {
	color: var(--nightentry-text-muted);
	margin-bottom: 0.5rem;
	line-height: 1.6;
}

.nightentry-page-card ul li::marker {
	color: var(--nightentry-primary);
}

/* Contact Form */
.nightentry-contact-form {
	background: var(--nightentry-background);
	border-radius: 20px;
	padding: 3rem;
	border: 2px solid var(--nightentry-border);
	box-shadow: var(--nightentry-shadow);
}

.nightentry-contact-form .form-control {
	background: var(--nightentry-card-bg);
	border: 1px solid var(--nightentry-border);
	color: var(--nightentry-text);
	border-radius: 12px;
	padding: 1rem;
}

.nightentry-contact-form .form-control:focus {
	background: var(--nightentry-card-bg);
	border-color: var(--nightentry-primary);
	color: var(--nightentry-text);
	box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.2);
}

.nightentry-contact-form .form-group {
	margin-bottom: 1.5rem;
}

.nightentry-contact-form .form-group label {
	color: var(--nightentry-text);
	font-weight: 600;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: clamp(0.95rem, 1.5vw, 1.1rem);
}

.nightentry-contact-form .form-group label i {
	color: var(--nightentry-primary);
	font-size: 1rem;
	width: 16px;
	text-align: center;
}

.nightentry-contact-form .form-control::placeholder {
	color: var(--nightentry-text-muted);
	opacity: 0.7;
}

.nightentry-contact-info {
	background: var(--nightentry-background);
	border-radius: 20px;
	padding: 3rem;
	border: 2px solid var(--nightentry-border);
	box-shadow: var(--nightentry-shadow);
}

.nightentry-contact-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nightentry-contact-list li {
	margin-bottom: 1.5rem;
	color: var(--nightentry-text-muted);
	line-height: 1.6;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.nightentry-contact-list li:last-child {
	margin-bottom: 0;
}

.nightentry-contact-list strong {
	color: var(--nightentry-text);
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: clamp(0.95rem, 1.5vw, 1.1rem);
}

.nightentry-contact-list strong i {
	color: var(--nightentry-primary);
	font-size: 1.1rem;
	width: 16px;
	text-align: center;
}

.nightentry-contact-list a {
	color: var(--nightentry-primary-light);
	text-decoration: none;
}

.nightentry-contact-list a:hover {
	color: var(--nightentry-primary);
	text-decoration: underline;
}

/* FAQ Section */
.nightentry-faq-item {
	background: var(--nightentry-background);
	border-radius: 16px;
	padding: 2rem;
	margin-bottom: 1.5rem;
	border: 2px solid var(--nightentry-border);
	transition: all 0.3s ease;
}

.nightentry-faq-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(139, 92, 246, 0.3);
	border-color: var(--nightentry-primary);
}

.nightentry-faq-item h4 {
	color: var(--nightentry-text);
	margin-bottom: 1rem;
	font-size: clamp(1rem, 1.75vw, 1.2rem);
	font-weight: 600;
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.nightentry-faq-item h4 .nightentry-about-icon {
	color: var(--nightentry-primary);
	font-size: 1.2rem;
	margin-top: 0.1rem;
	flex-shrink: 0;
}

.nightentry-faq-item p {
	color: var(--nightentry-text-muted);
	line-height: 1.6;
	margin-bottom: 0;
	font-size: clamp(0.95rem, 1.5vw, 1.1rem);
}

/* Alert Improvements */
.alert {
	border-radius: 12px;
	border: none;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}

.alert-info {
	background: rgba(139, 92, 246, 0.15);
	border-left: 4px solid var(--nightentry-primary);
	color: var(--nightentry-text);
}

.alert-success {
	background: rgba(16, 185, 129, 0.15);
	border-left: 4px solid var(--nightentry-success);
	color: var(--nightentry-text);
}

.alert-danger {
	background: rgba(239, 68, 68, 0.15);
	border-left: 4px solid var(--nightentry-error);
	color: var(--nightentry-text);
}

.alert h4 {
	margin-bottom: 0.5rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.alert h4 i {
	font-size: 1.2rem;
}

/* Animations */
@keyframes nightentry-fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes nightentry-slideInLeft {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes nightentry-slideInRight {
	from {
		opacity: 0;
		transform: translateX(50px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes nightentry-pulse {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
}

@keyframes nightentry-rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes nightentry-glow {
	0% {
		opacity: 0.6;
	}
	100% {
		opacity: 1;
	}
}

/* Utility Classes */
.nightentry-hidden {
	display: none !important;
}

.nightentry-visible {
	display: block !important;
}

/* Hamburger Animation Classes */
.nightentry-hamburger-bar-1-open {
	transform: rotate(45deg) translate(7px, 7px) !important;
}

.nightentry-hamburger-bar-2-open {
	opacity: 0 !important;
}

.nightentry-hamburger-bar-3-open {
	transform: rotate(-45deg) translate(7px, -7px) !important;
}

/* Responsive Design */
@media (max-width: 768px) {
	.nightentry-banner {
		min-height: 80vh;
		padding: 1rem 0;
		margin-top: 85px;
		padding-top: 35px;
	}

	.nightentry-banner-inner {
		grid-template-columns: 1fr;
		gap: 2rem;
		text-align: center;
	}

	.nightentry-banner-right {
		order: -1;
	}

	.nightentry-logo-bg {
		width: 250px;
		height: 250px;
	}

	.nightentry-navbar-toggle {
		display: flex !important;
	}

	.nightentry-navbar-right > .nightentry-nav-link-pill {
		display: none !important;
	}

	.nightentry-navbar-right {
		display: none;
		position: fixed;
		top: 100%;
		left: 0;
		right: 0;
		background: var(--nightentry-card-bg);
		flex-direction: column;
		padding: 2rem;
		border-top: 2px solid var(--nightentry-primary);
		z-index: 1000;
		box-shadow: var(--nightentry-shadow-lg);
	}

	.nightentry-navbar-right.open {
		display: flex !important;
	}

	.nightentry-navbar-right .nightentry-nav-link-pill {
		display: block !important;
		width: 100%;
		text-align: center;
		margin-bottom: 1rem;
		padding: 1rem 2rem;
		font-size: 1.1rem;
	}

	.nightentry-event-grid {
		grid-template-columns: 1fr;
	}

	.nightentry-event-buttons {
		flex-direction: column;
		gap: 0.75rem;
	}

	.nightentry-event-button {
		width: 100%;
	}

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

	.nightentry-cookie-content {
		flex-direction: column;
		text-align: center;
	}

	.nightentry-cookie-actions {
		width: 100%;
		justify-content: center;
	}

	.nightentry-page-card {
		padding: 2rem 1.5rem;
		margin: 100px 1rem 1rem 1rem;
		border-radius: 16px;
	}

	.nightentry-contact-form,
	.nightentry-contact-info {
		padding: 2rem 1.5rem;
	}

	.nightentry-faq-item {
		padding: 1.5rem;
		margin-bottom: 1rem;
	}
}

@media (max-width: 480px) {
	.nightentry-banner {
		min-height: 70vh;
		margin-top: 85px;
	}

	.nightentry-banner-cta {
		padding: 1rem 2rem;
		font-size: 1rem;
	}

	.nightentry-event-card {
		padding: 1.5rem;
	}

	.nightentry-feature-card {
		padding: 2rem 1.5rem;
	}

	.nightentry-cookie-consent {
		left: 1rem;
		right: 1rem;
		bottom: 1rem;
		padding: 1.5rem;
	}

	.nightentry-page-card {
		padding: 1.5rem 1rem;
	}

	.nightentry-contact-form,
	.nightentry-contact-info {
		padding: 1.5rem 1rem;
	}

	.nightentry-faq-item {
		padding: 1rem;
	}
}

