@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
	--primary-color: #FF69B4;
	--secondary-color: #ddd;
	--background-color: #000;
	--blur-effect: blur(1.2rem);
	--shadow-effect: 0 0 5rem #ff7ade6b;
	--border-radius: 0.5rem;
	--transition: all .3s ease-in-out;
}

* {
	font-family: "Poppins", sans-serif;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	backdrop-filter: var(--blur-effect);
	z-index: 9998;
	pointer-events: none;
}
#referral {
	display: none;
  }
@keyframes fadeOut {
	to {
		opacity: 0;
	}
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.no-scroll {
	overflow: hidden;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9997;
}

.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	z-index: 9999;
	animation: fadeOut 1s forwards;
	will-change: opacity;
	pointer-events: none;
}

a {
	text-decoration: none;
}

.loader.hide {
	display: none;
}

.loader::after {
	content: '';
	border: 5px solid #fff;
	border-top: 5px solid var(--primary-color);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
	will-change: transform;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 0 5vw; 
    box-sizing: border-box;
    backdrop-filter: var(--blur-effect); 
    z-index: 1000; 
    box-shadow: 0 0.1rem 1rem #00000018;
    color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

header img {
    height: 40px; 
    object-fit: contain;
    margin: 0;
    padding: 5px;
}

body {
    padding-top: 100px;
	margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: var(--background-color);
    color: #ddd;
}


#ticketForm span, .qr-details span, #loungeForm span {
	font-size: 0.7rem;
	color: var(--secondary-color);
	margin-top: 5px;
	padding-bottom: 5px;
	gap: 5px;
}

main {
	padding: 1.5rem;
}

h1, h2 {
	margin-bottom: 1rem;
}

.ticket-form h2, .loza-form h2 {
	text-align: center;
}

.last-events {
	position: relative;
	background-color: #42424238;
	margin-bottom: 2rem;
	padding: 1.5rem;
	border-radius: var(--border-radius);
	box-shadow: var(--shadow-effect);
	overflow: hidden;
	width: auto;
	height: 35rem;
}

.music {
	position: relative;
	background-color: #42424238;
	padding: 1.5rem;
	border-radius: var(--border-radius);
	box-shadow: var(--shadow-effect);
	overflow: hidden;
	width: auto;
	height: auto;
}

.qr-details {
	position: relative;
	background-color: #42424238;
	padding: 1.5rem;
	border-radius: var(--border-radius);
	box-shadow: var(--shadow-effect);
	overflow: hidden;
	width: 98%;
	height: auto;
}
.ticket-form {
	position: relative;
	background-color: #42424238;
	margin-bottom: 2rem;
	padding: 1.5rem;
	border-radius: var(--border-radius);
	box-shadow: var(--shadow-effect);
	overflow: hidden;
    text-align: left;
}

.loza-form {
	position: relative;
	background-color: #42424238;
	margin-bottom: 2rem;
	padding: 1.5rem;
	border-radius: var(--border-radius);
	box-shadow: var(--shadow-effect);
	overflow: hidden;
    text-align: left;
}

.qr-details::before,.music::before, .last-events::before, .ticket-form::before, .loza-form::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5rem;
	background: linear-gradient(-180deg, #e64997, #7f00a5);
	border-top-left-radius: var(--border-radius);
	border-top-right-radius: var(--border-radius);
	z-index: -1;
	pointer-events: none;
	color: #ddd;
}
.event-details { 
	position: relative;
	background-color: #00000088;
	margin-bottom: 2rem;
	padding: 1.5rem;
	border-radius: var(--border-radius);
	box-shadow: var(--shadow-effect);
	overflow: hidden;
}

.event-details::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: blur(1px);
	background-image: url('https://stayfuego.pl/images/details.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.90;
	z-index: -1;
}

.event-details p {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	margin: 0;
	padding-bottom: 3rem;
	color: var(--secondary-color);
	position: relative; 
	z-index: 2;
}

.event-details span {
	font-size: 1.2rem;
	gap: 3px;
	display: block;
	margin-top: 24px;
	place-items: center;
	text-align: left;
	justify-content: center;
}

.event-details::after { 
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5rem;
	background: linear-gradient(-180deg, #e64997, #7f00a5);
	border-top-left-radius: var(--border-radius);
	border-top-right-radius: var(--border-radius);
	z-index: 1;
	pointer-events: none;
}

#ageModal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80vw;
	max-width: 600px;
	max-height: 80vh;
	background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(10px);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: white;
	font-size: 1.25rem;
	padding: 2rem;
	z-index: 100000;
	border-radius: 10px;
	box-sizing: border-box;
	display: flex;
}

#ageModal::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 22%;
	background: linear-gradient(-180deg, #e64997, #7f00a5);
	border-top-left-radius: var(--border-radius);
	border-top-right-radius: var(--border-radius);
	z-index: 100000;
}

#ageModal h1 {
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
	margin: 0;
	padding: 0;
	color: var(--secondary-color);
	position: absolute;
	top: 0.5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 100000;
}

#ageModal p {
	padding-top: 1.5rem;
	margin-top: 0.5rem;
	font-size: 1rem;
	text-align: center;
}

#ageModal a {
	text-decoration: none;
	color: var(--primary-color);
	text-shadow: 0 0 10px #FF69B4;
}

#ageModal a:hover {
	text-decoration: none;
	color: var(--primary-color);
	text-shadow: 0 0 10px #FF69B4;
	transform: scale(1.1);
}
#ageModal .button-container {
	margin-top:auto ;
    gap: 1rem;
}
#ageModal .button-container button {
	width: 90%;
    padding: 8px 32px;
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    border: none;
    border-radius: 1rem;
    color: white;
    background: linear-gradient(-180deg, #e64997, #7f00a5);
    transition: all 0.3s ease-in-out;
    text-align: center;
    justify-content: center;
}

#ageModal button:hover {
	background: linear-gradient(180deg, #e64997, #7f00a5);
	transform: scale(1.05);
}

.button-container {
	display: flex;
	gap: 10px;
	justify-content: center;
	text-align: center;
	flex-direction: row;
	margin-top: -15px;
}

@media (max-width: 1024px) {
	#ageModal {
		width: 90vw;
		padding: 1rem;
		max-width: 95vw;
		font-size: 1.2rem;
	}

	#ageModal h1 {
		font-size: 1.1rem;
		margin: 0;
	}

	#ageModal p {
		font-size: 1rem;
	}

	#ageModal .button-container button {
		width: 100%;
		font-size: 1rem;
		padding: 10px 20px;
	}

	.button-container {
		display: flex;
		flex-direction: row;
		gap: 10px;
		width: 100%;
	}
}

@media (max-width: 768px) {
	#ageModal {
		font-size: 0.9rem;
	}

	#ageModal h1 {
		font-size: 0.9rem;
	}

	#ageModal p {
		font-size: 0.9rem;
	}

	#ageModal .button-container button {
		font-size: 0.9rem;
		padding: 8px 16px;
	}
}

@media (max-width: 480px) {
	#ageModal {
		height: auto;
		font-size: 1rem;
	}

	#ageModal h1 {
		font-size: 1rem;
	}

	#ageModal p {
		font-size: 0.8rem;
	}

	#ageModal .button-container button {
		font-size: 0.9rem;
		padding: 10px 20px;
	}

	.button-container {
		gap: 2px;
	}
}

.music::before, .last-events::before {
	background: linear-gradient(-180deg, #e64997, #7f00a5);
}

.ticket-form::before {
	background: linear-gradient(-180deg, #e64997, #7f00a5);
}

.qr-details h1, .music p, .last-events p, .ticket-form p, .loza-form p{
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	margin: 0;
	padding-bottom: 3rem;
	color: var(--secondary-color);
}


#video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

#video-bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 48%;
	filter: blur(2px);
}

.regulamin-details {
	background: #42424238;
	margin-bottom: 2rem;
	padding: 1rem;
	border-radius: var(--border-radius);
	box-shadow: var(--shadow-effect);
	overflow: hidden;
	flex: auto;
	gap: 1.2rem;
	font-size: 0.8rem;
	line-height: auto;
	transition: all .3s ease-in-out;
}

.regulamin-details h1 {
	text-align: center;
	font-size: 1.5rem;
}

.regulamin-details ul {
	padding-left: 1rem;
	padding-right: 1rem;
	margin-top: 0;
}

.regulamin-details li {
	list-style: none;
	padding: 1rem;
	border-bottom: 1px solid #0000001a;
	transition: background .3s ease, transform .3s ease;
	background: #fff0;
}

.regulamin-details li:hover {
	background: #42424238;
	transform: translateX(5px);
}

.regulamin-details li:last-child {
	border-bottom: none;
}

.regulamin-details li a {
	color: var(--primary-color);
	text-decoration: none;
	font-weight: 600;
	transition: color .3s ease, text-shadow .3s ease;
}

.regulamin-details a:hover {
	color: #FF69B4;
	text-shadow: 0 0 10px #FF69B4;
	box-shadow: var(--shadow-effect);
}

.regulamin-details h2 {
	color: #ddd;
	font-weight: 700;
	background: linear-gradient(-180deg, #e64997, #7f00a5);
	padding: 0.6rem;
	border-radius: 16px;
	box-shadow: 0 0 8px #FF69B4;
}

.music iframe {
	background-color: #00000046;
	width: auto;
	border: none;
	min-height: 30rem;
	box-sizing: border-box;
}

.qr-details {
	text-align: center;
}

.qr-details #qr-code {
	width: 20%;
	border-radius: 20px;
}

form label {
	display: block;
	margin-bottom: 5px;
}
input:-webkit-autofill {
	color: initial !important;
	background-color: initial !important;
  }
  
.checkbox-label {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-size: 1.2rem;
	margin: 1rem 0;
	cursor: pointer;
  }
  
  .checkbox-label input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 1.5rem;
	height: 1.5rem;
	background-color: #42424238;
	border: 2px solid #bd0074;
	border-radius: 3px;
	margin: 0;
	position: relative;
  }
  
  .checkbox-label input:checked {
	background-color: #bd0074;
	border-color: #42424238;
  }
  
  .checkbox-label input:checked::before {
	content: '\2713'; 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ddd;
	font-size: 1rem;
  }
  

#ticketForm .checkbox-label span, #loungeForm .checkbox-label span {
	font-size: 0.8rem;
}
  
#card-element, input, #card-element input, #payment-method, select {
	box-sizing: border-box;
	color: var(--secondary-color);
	display: block;  /* Zmieniamy z "auto" na "block", żeby miały pełną szerokość */
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	padding: 0.7rem;  
	margin-bottom: 0.7rem;
	border: 0px solid var(--secondary-color);  /* Zmienione na 0px */
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.15);  /* Przezroczyste tło */
	backdrop-filter: var(--blur-effect);  /* Jeśli masz zmienną z efektem blur */
	font-size: 0.9rem;  /* Ustawiamy rozmiar czcionki */
	height: 3rem;  /* Wysokość na stałe */
	appearance: none;  /* Usuwamy natywny wygląd */
  }
  
select option {
	background-color: #1a1a1a; /* ciemniejsze tło rozwijanej listy */
	color: #ddd;
  }
.ticket-container {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	gap: 20px;
	margin-bottom: 1rem;

}

.ticket-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-grow: 1;
	width: 100%;
	gap:5px;
}
#dostepnosc {
	font-size: 0.8rem;
}
.scroll-button {
	transition: var(--transition);
	white-space: nowrap;
	text-align: center;
	display: inline-block; 
	margin: 0 auto;
	background-color: #00000000;
	border: 2px solid #ccc;
	color: var(--secondary-color);
	padding: 0.6rem 0.6rem;
	font-size: 0.9rem;
	border-radius: 0.5rem;
	cursor: pointer;
	margin-top: 1.2rem;
	font-weight: 500;
}
.loza-button {
	transition: var(--transition);
	white-space: nowrap;
	text-align: center;
	display: table;
	margin: 1.2rem auto;
	background-color: transparent;
	border: 2px solid #ccc;
	color: var(--secondary-color);
	padding: 0.6rem 0.6rem;
	font-size: 0.9rem;
	border-radius: 0.5rem;
	cursor: pointer;
	font-weight: 500;
	text-decoration: none;
}
.scroll-button:hover, .loza-button:hover {
	background-color: #ff7ade6b;
	box-shadow: var(--shadow-effect);
	transform: scale(1.05);
}

#ticketBar {
	flex-grow: 1;
	display: block;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	height: 1.2rem;
	border-radius: 2rem;
	border: var(--secondary-color) solid 2px;
	background-color: #000000af;
	padding: 0.2rem;
	position: relative;
	overflow: hidden;
}
#ticketFill {
	height: 100%;
	width: 100%;
	border-radius: 16px;
	background: linear-gradient(to right, rgb(255, 0, 0), rgb(9, 255, 0));
	transition: width 0.5s ease-in-out;
}
  
#payment-method {
	font-size: 1rem;
	cursor: pointer;
	background-color: #00000023;
}
 .loza-button a {
    text-decoration: none;
    color: #ddd;
}
.ticket-form button{
	transition: var(--transition);
	white-space: nowrap;
	text-align: center;
	display: block;
	margin: 0 auto;
	background-color: #00000000;
	color: var(--secondary-color);
	border: 2px solid #ccc;
	padding: 0.6rem 0.6rem;
	font-size: 0.9rem;
	border-radius: 0.5rem;
	cursor: pointer;
	margin-top: 1.2rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

.ticket-form button:hover{
	background-color: #ff7ade6b;
	box-shadow: var(--shadow-effect);
}
.hidden {
	display: none;
}

.container {
    max-width: 1024px;
    margin: 0 auto;
}

.ticket-form form, .loza-form form {
	padding: 0.1rem;
}

footer {
	color: var(--secondary-color);
	text-align: center;
	padding: 20px;
}

footer a {
	transition: var(--transition);
	text-decoration: none;
	color: var(--secondary-color);
}

footer a:hover {
	color: hsl(330, 79%, 68%);
}
.socialmedia img,
.sponsorzy img {
	transition: var(--transition);
	width: 1.5rem;
	padding: 10px;
}

.sponsorzy img {
	width: 10rem;
}

.socialmedia img:hover,
.sponsorzy img:hover {
	transform: scale(1.15);
}


@media (max-width: 1024px) and (min-width: 768px) {

	.qr-details h1 {
		font-size: 1.3rem;
		font-weight: 700;
		text-align: center;
		margin: 0;
		padding-bottom: 2rem;
		color: var(--secondary-color);
	}
}

@media (max-width: 768px) and (min-width: 480px) {
	
	.qr-details h1 {
		font-size: 1.2rem;
		font-weight: 700;
		text-align: center;
		margin: 0;
		padding-bottom: 2rem;
		color: var(--secondary-color);
	}
}

@media (max-width: 480px) {
	
	.qr-details h1 {
		font-size: 1.20rem;
		font-weight: 500;
		text-align: center;
		margin: 0;
		margin-top: 2rem;
		padding-bottom: 2rem;
		color: var(--secondary-color);
	}
}
@media (max-width: 480px) and (min-width: 320px) {

	.qr-details h1 {
		font-size: 1.242REM;
		font-weight: 700;
		text-align: center;
		margin: 0;
		margin-top: -0.6rem;
		padding-bottom: 2rem;
		color: var(--secondary-color);
	}
	.container p {
		font-size: 1.242REM
	}
}

@media (max-width: 320px) {
	
	.qr-details h1 {
		font-size: 1.10rem;
		font-weight: 700;
		text-align: center;
		margin: 0;
		padding-bottom: 2rem;
		color: var(--secondary-color);
	}
	
}

@media (max-width: 1080px) {

	.qr-details #qr-code {
		width: 80%;
	}

	.last-events {
		height: 20rem;
	}
	.qr-details,
	.music,
	.last-events,
	.event-details,
	.ticket-form,
	.loza-form,
	#ticketFill {
		width: auto;
	}

	.container {
		margin-bottom: 0.2rem;
	}

	.regulamin-details {
		padding: 1.5rem;
	}

	.regulamin-details h1 {
		font-size: 2.5rem;
	}

	.regulamin-details ul {
		padding-left: 1.5rem;
	}

	.regulamin-details li {
		padding: .8rem;
	}

	.regulamin-details h2 {
		font-size: 1.5rem;
	}

	#video-bg video {
		object-position: center 34%;
	}

	#ageModal {
		text-align: auto;
	}
}

@media (max-width: 480px) {

	#ageModal {
		text-align: auto;
	}

	.last-events {
		height: 20rem;
	}

	.qr-details,
	.music,
	.last-events,
	.event-details,
	.ticketFill
	{
		width: auto;
	}

	.regulamin-details {
		padding: .8rem;
	}

	.regulamin-details h1 {
		font-size: 1.8rem;
	}

	.regulamin-details ul {
		padding-left: .8rem;
	}

	.regulamin-details li {
		padding: .5rem;
	}

	.regulamin-details h2 {
		font-size: 1rem;
	}

	.regulamin-details li a {
		font-size: .8rem;
	}

	#video-bg video {
		object-position: center 34%;
	}
}

::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	background: #42424238;
}

::-webkit-scrollbar-thumb {
	background: var(--primary-color);
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #FF1493;
}
@keyframes pulse {
	0% {
		color: #ff0000;
		font-weight: 700;
		text-shadow: 0px 0px 10px #ff0000, 0px 0px 20px #ff0000, 0px 0px 30px #ff0000, 0px 0px 40px #ff0000, 0px 0px 50px #ff0000;
	}
	100% {
		color: #ff0000;
		font-weight: 700;
		text-shadow: 0px 0px 20px #ff0000, 0px 0px 30px #ff0000, 0px 0px 40px #ff0000, 0px 0px 50px #ff0000, 0px 0px 60px #ff0000;
	}
}


#soldout
{
	background: linear-gradient(to right, rgb(255, 0, 0), rgba(0, 0, 0, 0));
	width: 2%;
	height: 100%;
	border-radius: 16px;
}


.stamp {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(0%, -50%) rotate(-15deg);
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #ff00006b;
    padding: 1rem 2rem;
    border: 6px solid #ff00006b;
    background-color: #ff000000;
    border-radius: 8px;
    text-align: center;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2), -4px -4px 10px rgba(0, 0, 0, 0.1);
    left: 60%;
    z-index: 999;
	animation: pulse 1.5s infinite alternate;
}

.stamp:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://cdn.pixabay.com/photo/2017/02/20/19/44/rubber-stamp-2087043_960_720.png') center center / cover no-repeat;
    opacity: 0.1;
}

@media (max-width: 768px) {
    .stamp {
        font-size: 4vw;
        left: 55%;
        transform: translate(0%, 20%) rotate(-10deg);
        padding: 1rem;
        border-width: 4px;
    }
}

@media (max-width: 480px) {
    .stamp {
        font-size: 5vw;
        left: 55%;
        transform: translate(0%, 20%) rotate(-10deg);
        padding: 0.8rem;
        border-width: 3px;
    }
}

.event-details p, .music p, .last-events p, .ticket-form p, .loza-form p{
	letter-spacing: 0.5px;
}

.phone-group {
  display: grid;
  grid-template-columns: 1fr 3fr ;
  gap: 10px;
  align-items: center;
}
.phone-group input {
  min-width: 0;
}
.referral-notice {
  background-color: #ffe0e0;
  color: #d40000;
  padding: 0.5rem;
  margin: 10px;
  border-radius: 0.5rem;
  font-size: 1rem;
  display: none;
  text-align: center;
  font-weight: 700;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Klasa aktywująca wyłanianie */
.referral-notice.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

@keyframes celebrate {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}


.pool-info {
  margin-top: 5px;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}

.pool-select {
  margin-bottom: 5px;
}

.header-dashboard {
  position: relative;
  height: 300px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.header-dashboard video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.2);
}

.header-content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.header-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  margin: 0 auto;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.header-content p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  text-shadow: 0 2px 5px rgba(0,0,0,0.5);

} 

.location-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 2rem;
      padding: 2rem;
    }
    
    .location-card {
      position: relative;
      border-radius: 1rem;
      overflow: hidden;
      height: 400px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    }
    
    .location-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 30px rgba(230, 73, 151, 0.3);
    }
    
    .location-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.7);
    }
    
    .location-content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 2rem;
      background: linear-gradient(transparent, rgba(0,0,0,0.8));
      color: white;
    }
    
    .location-title {
      font-size: 2rem;
      margin-bottom: 0.5rem;
      font-weight: 700;
    }
    
    .location-date {
      font-size: 1.2rem;
      margin-bottom: 1rem;
      opacity: 0.9;
    }
    
    .location-button {
      display: inline-block;
      padding: 0.8rem 2rem;
      background: linear-gradient(-180deg, #e64997, #7f00a5);
      color: white;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 600;
      transition: all 0.3s ease;
    }
    
    .location-button:hover {
      transform: scale(1.05);
      box-shadow: 0 0 20px rgba(230, 73, 151, 0.5);
    }

	