body {
    background-color: #be0d17;
    font-family: Arial, sans-serif;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px;
}

.container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    justify-content: center;
	border-radius: 15px;
    border: 1px solid black;
    box-shadow: 12px 10px 20px 1px #760d0d;
	padding:30px;
	color:red
}

.alcim {
	font-family: arial;
    font-size: 20px;
    color: white;
	text-align:end;
}

.fokep {
    border-radius: 15px;
    border: 1px solid white;
    margin: 20px;
    max-width: 830px;
    width: 100%;
    height: auto;
	box-shadow:12px 8px 6px rgba(0, 0, 0, 0.1);
	filter: drop-shadow(2px 4px 6px black);
}

.header-container {
    text-align: center;
    font-size: 75px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 15px;
    box-shadow: 1px 4px 19px 1px #760d0d;
    padding: 30px;
    font-family: 'Great Vibes', cursive;
	text-shadow: 1px 1px 6px black;
	border:1px solid white;
	color: white;
    background: linear-gradient(to bottom, #2d2f2d, #00AA00);
}

.form-container {
    background-color: #ce4226;
    padding: 20px;
	padding-top:0px;
    border-radius: 10px;
    box-shadow: 12px 8px 6px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
    color: white;
    margin: 20px;
	filter: drop-shadow(2px 4px 6px black);
}

.success-message {
	color: #bfff46;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 6px #060606;
    font-size: 1.2em;
}

.form-container {
    background-color: #9a1c0c;
    padding: 20px;
    padding-top: 0px;
    border-radius: 10px;
    box-shadow: 12px 8px 6px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
    color: white;
    margin: 20px;
    filter: drop-shadow(2px 4px 6px black);
    border: 1px solid white;
}

.footer-text {
    margin-bottom: 20px;
	font-size:1.6em;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

.csizma {
    width: 150px;
}

/* ===== Lista (programok) – kártyás sorok ===== */
ul {
	text-align: left;
	margin: 0;
	width: 260px;
	font-size: 1.1em;
	list-style: none;
	padding: 0;
	margin-left:100px;
}

ul li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 10px;
	margin: 6px 0;
	border-radius: 10px;
	background: rgb(184 29 38);
	border: 1px solid rgba(255,255,255,.18);
	
	position: relative;
	overflow: hidden;
	transition: 
		transform .18s ease,
		box-shadow .25s ease,
		background .25s ease,
		border-color .25s ease;
	backdrop-filter: blur(2px);
	filter: drop-shadow(2px 4px 6px black);
}

/* Fénycsík a hoverhez */
ul li::after{
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(110deg,
		transparent 0 42%,
		rgba(71,11,14,.35) 50%,
		transparent 58% 100%);
	transform: translateX(-120%);
	transition: transform .6s ease;
	pointer-events: none;
}

/* Ikon (ha van <i> vagy emoji) finom mozdulata */
ul li i,
ul li img,
ul li svg {
	transition: transform .2s ease;
}

/* Hover állapot */
ul li:hover{
	background: rgba(71,11,14,.18);
	border-color: rgba(255,255,255,.45);
	box-shadow: 
		0 10px 24px rgba(0,0,0,.18),
		0 0 0 2px rgba(255,255,255,.08) inset;
}
ul li:hover::after{
	transform: translateX(120%);
}
ul li:hover i,
ul li:hover img,
ul li:hover svg{
	transform: translateY(-1px) rotate(-6deg) scale(1.05);
}

/* Aktív (kattintás) visszaugrik */
ul li:active{ transform: translateX(2px) translateY(1px); }

/* Billentyűzettel elérhető fókusz */
ul li:focus-within{
	outline: 2px solid rgba(255,255,255,.6);
	outline-offset: 2px;
}

/* Ha a felhasználó csökkentett animációt kér */
@media (prefers-reduced-motion: reduce){
	ul li, ul li::after, ul li i, ul li img, ul li svg{
		transition: none;
	}
}

h1 {
	text-align: center;
    color: #ffffff;
    text-shadow: 3px 1px 4px #323232;
    font-family: 'Great Vibes', cursive;
    font-size: 2.7em;
}

label {
    display: block;
    margin: 10px 0 5px;
	font-size:1em
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
    width: 96%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
	font-size:1.3em;
	color:#055305;
}

input[type="checkbox"] {
    margin-right: 10px;
}

button {
    width: 100%;
    padding: 10px;
    background-color: #1ecc3f;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #055013;
}


b {
	text-shadow: 1px 1px 6px black;
}

.footer a, b {
	font-weight: bold;
    color: white;
    text-decoration: none;
    text-shadow: 1px 1px 6px black;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
    }

    .fokep,
    .form-container {
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px;
    }

	label {
		font-size:1.3em
	}
	button {
		font-size: 25px;
	}

	.footer-content {
		display:grid;
	}
	
	ul {
		margin-left:0;
		width:100%
	}
}

:root {
	--red1: hsl(345,100%,48%);
	--red2: hsl(345,100%,38%);
	--white1: hsl(0,0%,100%);
	--white2: hsl(0,0%,90%);
  	--blue: hsl(215,100%,20%);
	font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1280 - 320));
}

.gift {
	--dur: 1.5s;
	position: relative;
	width: 16em;
	height: 13em;
}

.gift__bow,
.gift__bow-center,
.gift__bow-left,
.gift__bow-right,
.gift__box,
.gift__lid,
.gift__lid-shadow,
.gift__star {
	position: absolute;
}

.gift__bow-center,
.gift__bow-left,
.gift__bow-right {
	background-color: var(--red2);
}

.gift__bow {
	animation: bowBounce var(--dur) ease-in-out infinite;
	bottom: 11em;
	left: 6.5em;
	width: 3em;
	height: 2em;
	transform-origin: 50% 230%;
}

.gift__bow-center {
	border-radius: 1em;
	width: 100%;
	height: 100%;
}

.gift__bow-left,
.gift__bow-right {
	box-shadow: 0 0 0 0.7em var(--red1) inset;
	top: 0.3em;
	width: 4em;
	height: 5em;
	z-index: -1;
}

.gift__bow-left:before,
.gift__bow-right:before {
	background-color: var(--red1);
	border-radius: inherit;
	content: "";
	display: block;
	position: absolute;
	inset: 0;
}

.gift__bow-left {
	animation: bowLeftPivot var(--dur) ease-in-out infinite;
	border-radius: 1.5em 0 3em 1em / 1.5em 0 3em 3.5em;
	right: calc(100% - 0.75em);
	transform: rotate(35deg);
	transform-origin: 100% 15%;
}

.gift__bow-left:before {
	clip-path: polygon(0 42%,100% 12%,100% 100%,0 100%);
}

.gift__bow-right {
	animation: bowRightPivot var(--dur) ease-in-out infinite;
	border-radius: 0 1.5em 1em 3em / 0 1.5em 3.5em 3em;
	left: calc(100% - 0.75em);
	transform: rotate(-35deg);
	transform-origin: 0% 15%;
}

.gift__bow-right:before {
	clip-path: polygon(0 12%,100% 42%,100% 100%,0 100%);
}

.gift__box,
.gift__lid,
.gift__lid-shadow {
	transform-origin: 50% 100%;
	filter: drop-shadow(2px 4px 6px black);
}

.gift__box {
	animation: boxBounce var(--dur) ease-in-out infinite;
	background:
		linear-gradient(var(--red2),var(--red2)) 50% 50% / 3.3em 100% no-repeat,
		var(--white2);
	border-radius: 1.5em;
	bottom: 0.5em;
	left: 2.3em;
	overflow: hidden;
	width: 11.4em;
	height: 9em;
}

.gift__lid,
.gift__lid-shadow {
	border-radius: 1em;
	width: 13em;
	height: 3.3em;
}

.gift__lid {
	animation: lidBounce var(--dur) ease-in-out infinite;
	background:
		linear-gradient(var(--red1),var(--red1)) 50% 50% / 3.3em 100% no-repeat,
		var(--white1);
	bottom: 8.7em;
	left: 1.5em;
}

.gift__lid-shadow {
	animation: lidShadowBounce var(--dur) ease-in-out infinite;
	background-color: hsla(0,0%,0%,0.1);
	top: -1.5em;
	left: -1em;
}

.gift__star {
	animation: starRotateCW var(--dur) ease-in infinite;
	background-color: var(--white1);
	clip-path: polygon(50% 0,65% 35%,100% 50%,65% 65%,50% 100%,35% 65%,0 50%,35% 35%);
	transform: scale(0);
}

.gift__star--2,
.gift__star--4,
.gift__star--5 {
	animation-name: starRotateCCW;
}

.gift__star--1 {
	animation-delay: calc(var(--dur) * 0.5);
	top: 0;
	left: 12.5em;
	width: 1.5em;
	height: 1.5em;
}

.gift__star--2 {
	animation-delay: calc(var(--dur) * 0.125);
	top: 2em;
	left: 10em;
	width: 1.75em;
	height: 1.75em;
}

.gift__star--3 {
	animation-delay: calc(var(--dur) * 0.25);
	top: 8em;
	left: 0;
	width: 1.25em;
	height: 1.25em;
}

.gift__star--4 {
	top: 10.5em;
	right: 0;
	width: 1.75em;
	height: 1.75em;
}

.gift__star--5 {
	animation-delay: calc(var(--dur) * 0.375);
	top: 12em;
	left: 1.8em;
	width: 2.5em;
	height: 2.5em;
}

@keyframes bowBounce {
	from,
	50% {
		transform: translateY(0) rotate(0);
	}
	62.5% {
		animation-timing-function: ease-in;
		transform: translateY(75%) rotate(0);
	}
	68.75% {
		animation-timing-function: ease-out;
		transform: translateY(-37.5%) rotate(15deg);
	}
	75% {
		animation-timing-function: ease-in-out;
		transform: translateY(-150%) rotate(5deg);
	}
	87.5% {
		transform: translateY(65%) rotate(-3deg);
	}
	to {
		transform: translateY(0) rotate(0);
	}
}

@keyframes bowLeftPivot {
	from,
	50% {
		transform: rotate(35deg);
	}
	62.5% {
		transform: rotate(45deg);
	}
	75% {
		transform: rotate(30deg);
	}
	87.5% {
		transform: rotate(45deg);
	}
	to {
		transform: rotate(35deg);
	}
}

@keyframes bowRightPivot {
	from,
	50% {
		transform: rotate(-35deg);
	}
	62.5% {
		transform: rotate(-45deg);
	}
	75% {
		transform: rotate(-34deg);
	}
	87.5% {
		transform: rotate(-45deg);
	}
	to {
		transform: rotate(-35deg);
	}
}

@keyframes boxBounce {
	from,
	50% {
		transform: translateY(0) scale(1,1);
	}
	62.5% {
		transform: translateY(4%) scale(1.12,0.89);
	}
	75% {
		transform: translateY(-11%) scale(0.92,1.1);
	}
	87.5% {
		transform: translateY(0) scale(1.05,0.9);
	}
	to {
		transform: translateY(0) scale(1,1);
	}
}

@keyframes lidBounce {
	from,
	50% {
		transform: translateY(0) scale(1,1) rotate(0);
	}
	62.5% {
		animation-timing-function: ease-in;
		transform: translateY(45%) scale(1.14,0.95) rotate(0);
	}
	68.75% {
		animation-timing-function: ease-out;
		transform: translateY(-22.5%) scale(1.05,1.03) rotate(15deg);
	}
	75% {
		animation-timing-function: ease-in-out;
		transform: translateY(-90%) scale(0.96,1.1) rotate(5deg);
	}
	87.5% {
		transform: translateY(30%) scale(1.12,0.93) rotate(-3deg);
	}
	to {
		transform: translateY(0) scale(1,1) rotate(0);
	}
}

@keyframes lidShadowBounce {
	from,
	50% {
		transform: translateY(0) scale(1,1) rotate(0);
	}
	62.5% {
		animation-timing-function: ease-in;
		transform: translateY(10%) scale(1.14,0.95) rotate(0);
	}
	68.75% {
		animation-timing-function: ease-out;
		transform: translateY(-10%) scale(1.05,1.03) rotate(15deg);
	}
	75% {
		animation-timing-function: ease-in-out;
		transform: translateY(-30%) scale(0.96,1.1) rotate(5deg);
	}
	87.5% {
		transform: translateY(10%) scale(1.12,0.93) rotate(-3deg);
	}
	to {
		transform: translateY(0) scale(1,1) rotate(0);
	}
}

@keyframes starRotateCW {
	from {
		transform: scale(0) rotate(0);
	}
	25% {
		animation-timing-function: ease-out;
		transform: scale(1) rotate(0.25turn);
	}
	50%,
	to {
		transform: scale(0) rotate(0.5turn);
	}
}

@keyframes starRotateCCW {
	from {
		transform: scale(0) rotate(0);
	}
	25% {
		animation-timing-function: ease-out;
		transform: scale(1) rotate(-0.25turn);
	}
	50%,
	to {
		transform: scale(0) rotate(-0.5turn);
	}
}
