@-webkit-keyframes fall {
	0% {
	  opacity: 0.9;
	  top: 0;
	}
	100% {
	  opacity: 0.2;
	  top: 100%;
	}
  }
  @keyframes fall {
	0% {
	  opacity: 0.9;
	  top: 0;
	}
	100% {
	  opacity: 0.2;
	  top: 100%;
	}
  }
  
  @-webkit-keyframes blow-soft-left {
	0% {
	  margin-left: 0;
	}
	100% {
	  margin-left: -50%;
	}
  }
  @keyframes blow-soft-left {
	0% {
	  margin-left: 0;
	}
	100% {
	  margin-left: -50%;
	}
  }
  
  @-webkit-keyframes blow-medium-left {
	0% {
	  margin-left: 0;
	}
	100% {
	  margin-left: -100%;
	}
  }
  @keyframes blow-medium-left {
	0% {
	  margin-left: 0;
	}
	100% {
	  margin-left: -100%;
	}
  }
  
  @-webkit-keyframes blow-soft-right {
	0% {
	  margin-left: 0;
	}
	100% {
	  margin-left: 50%;
	}
  }
  @keyframes blow-soft-right {
	0% {
	  margin-left: 0;
	}
	100% {
	  margin-left: 50%;
	}
  }
  
  @-webkit-keyframes blow-medium-right {
	0% {
	  margin-left: 0;
	}
	100% {
	  margin-left: 100%;
	}
  }
  @keyframes blow-medium-right {
	0% {
	  margin-left: 0;
	}
	100% {
	  margin-left: 100%;
	}
  }
  
  /* Анімації обертання пелюсток */
  @-webkit-keyframes sway-0 {
	0% {
	  -webkit-transform: rotate(-5deg);
	}
	40% {
	  -webkit-transform: rotate(28deg);
	}
	100% {
	  -webkit-transform: rotate(3deg);
	}
  }
  @keyframes sway-0 {
	0% {
	  transform: rotate(-5deg);
	}
	40% {
	  transform: rotate(28deg);
	}
	100% {
	  transform: rotate(3deg);
	}
  }
  
  /* ... інші sway-анімації ... (при потребі) */
  
  .sakura {
	pointer-events: none;
	position: absolute;
	background: #674ea7;
  }
  
  /*******************************/
  
  body {
	/* Основний шрифт для всіх текстів */
	font-family: "Open Sans", sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
  }
  
  img {
	max-width: 100%;
	height: auto;
  }
  
  @media (max-width: 900px) {
	img {
	  max-width: 30%;
	}
  }
  
  .top-right-decoration {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
  }
  
  .top-left-decoration {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
  }
  
  /* Заголовки у стилі Marck Script */
  .title h1,
  .title h2 {
	font-family: "Marck Script", cursive;
	font-weight: bold;
	margin: 32px 0 0 0;
	color: #674ea7;
  }
  
  .title h1 {
	font-size: 60px;
  }
  
  .title h2 {
	font-size: 24px;
	color: #e25c67;
	line-height: 1;
	margin: 0;
  }
  
  /* Текст “З великою радістю...” */
  .title h3 {
	font-size: 20px;          /* зменшуємо розмір */
	max-width: 600px;         /* обмежуємо ширину */
	margin: 5px auto 0;       /* центрований блок (залежно від макета) */
	word-wrap: break-word;     /* дозволяє переносити слова */
	white-space: normal;       /* текст переноситься на новий рядок, якщо не влазить */
	text-transform: uppercase;
	color: #674ea7;
  }
  
  .dance-med {
	/* Також шрифт Marck Script */
	font-family: "Marck Script", cursive;
	font-weight: bolder;
	font-size: 20px;
	color: #674ea7;
	margin: 30px auto;
	text-align: center;
  }
  
  /* Параграфи в .title */
  .title p {
	color: #564861;
	margin: 30px 0 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 16px;
  }
  
  .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
  }
  
  #time {
	width: auto;
	height: auto;
	padding: 20px;
	background-color: #eee;
	border-radius: 20px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
  }
  
  .venue {
	width: auto;
	background-color: #674ea7;
	border-radius: 16px;
	text-align: center;
	color: #fff;
	padding: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	display: inline-block;
  }
  
  .container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-radius: 10px;
	overflow: hidden;
  }
  
  .block {
	width: 180px;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
  }
  
  .days {
	background: linear-gradient(90deg, #b33a46, #9b313c);
  }
  
  .hours {
	background: linear-gradient(90deg, #a7c3cd, #90a9b2);
  }
  
  .minutes {
	background-color: #874562;
  }
  
  .seconds {
	background-color: #145689;
  }
  
  .date {
	color: #874562;
	font-weight: 900;
  }
  
  .place {
	color: #874562;
	font-weight: 900;
  }
  
  .footer {
	color: #564861;
	text-align: center;
	font-size: 16px;
	margin: 24px;
  }
  
  .phone {
	color: #874562;
  }
  
  .end-msg {
	width: auto;
	height: auto;
	padding: 12px;
	background: linear-gradient(90deg, #b33a46, #9b313c);
	border-radius: 20px;
	font-size: 14px;
	color: #fff;
	font-size: 24px;
  }
  
  a {
	text-decoration: none;
  }
  
  .happiness {
	color: #874562;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
  }
  
  .twitter {
	color: #874562;
  }
  
  .music {
	display: none; /* Якщо хочеш, можна зробити block/inline-block */
  }
  
  .actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 12px;
	letter-spacing: 0pt;
	margin-bottom: 20px;
  }
  
  /* ========== ПОКРАЩЕНИЙ ЛІЧИЛЬНИК ========== */
  #countdown-wrapper {
	margin: 0px auto;
	text-align: center;
  }
  .countdown-container {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 20px;
  }
  .countdown-item {
	background: #ffffff;
	border: 2px solid #d2d2d2;
	border-radius: 15px;
	width: 100px;
	height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }
  .countdown-value {
	font-size: 2rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
  }
  .countdown-label {
	font-size: 0.9rem;
	color: #666;
  }
  .countdown-end {
	font-size: 1.2rem;
	color: #dc143c;
	font-weight: bold;
  }
  
  /* ========== КАЛЕНДАР ========== */
  .calendar-wrapper {
	max-width: 360px;
	margin: 40px auto;
	text-align: center;
  }
  .heart-calendar {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	font-size: 1rem;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }
  .heart-calendar thead th {
	background-color: #f3f0fa;
	color: #674ea7;
	font-weight: 600;
	padding: 10px;
	border-bottom: 1px solid #e6e3f3;
	text-transform: uppercase;
  }
  .heart-calendar td {
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #f0f0f0;
	color: #333;
	font-weight: normal;
	background-color: #fff;
  }
  .heart-calendar td:hover {
	background-color: #faf9fc;
	cursor: default;
  }
  .heart-day {
	background-color: #fde9ef;
	font-weight: bold;
	color: #d14165;
	position: relative;
  }
  .heart-icon {
	margin-right: 3px;
	font-size: 1.1rem;
	color: #d14165;
  }
  
  /* ========== КАРТКА ЛОКАЦІЇ ========== */
  .location-card {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	display: flex;
	gap: 20px;
	padding: 20px;
	max-width: 600px;
	margin: 20px auto;
	align-items: center;
  }
  @media (max-width: 768px) {
	.location-card {
	  flex-direction: column;
	  text-align: center;
	}
	.location-card-img img {
	  max-width: 100%;
	  height: auto;
	}
  }
  .location-card-img img {
	max-width: 240px;
	border-radius: 8px;
	object-fit: cover;
  }
  .location-card-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  .location-card-info h4 {
	margin: 0 0 6px;
	font-size: 1.2rem;
	color: #674ea7;
	text-align: center;
  }
  .location-card-info .time-info {
	margin: 0 0 10px;
	font-weight: bold;
	color: #b33a46;
	text-transform: uppercase;
	text-align: center;
  }
  .location-card-info p {
	margin: 0 0 10px;
	text-align: center;
	color: #564861;
  }
  .map-button {
	display: inline-block;
	padding: 6px 14px;
	background-color: #674ea7;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-size: 0.9rem;
	transition: background-color 0.2s;
  }
  .map-button:hover {
	background-color: #866fc7;
  }
  