* { box-sizing: border-box; }

html, body {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  background:
    linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)),
    url('../img/eu-bg.jpg') center center / cover no-repeat fixed;
  min-height: 100vh;
}

    .wrap {
      max-width: 1100px;
      margin: 0 auto;
      padding: 32px 20px 48px;
    }
    .hero {
      text-align: center;
      padding: 40px 0 24px;
    }
    .badge {
      display: inline-block;
      padding: 8px 14px;
      border: 1px solid rgba(255,255,255,0.18);
      border-radius: 999px;
      font-size: 14px;
      letter-spacing: 0.4px;
      background: rgba(255,255,255,0.06);
      backdrop-filter: blur(4px);
      margin-bottom: 18px;
    }
    h1 {
      margin: 0 0 16px;
      font-size: clamp(34px, 6vw, 72px);
      line-height: 1.05;
      font-weight: 800;
    }
    .lead {
      max-width: 820px;
      margin: 0 auto;
      font-size: clamp(18px, 2.2vw, 24px);
      line-height: 1.6;
      color: #dbe7ff;
    }
    .countdown-wrap {
      margin: 30px auto 10px;
      text-align: center;
    }
    .countdown {
      display: flex;
      justify-content: center;
      align-items: baseline;
      gap: 18px;
      font-weight: 800;
      letter-spacing: 1px;
      font-variant-numeric: tabular-nums;
      font-feature-settings: "tnum";
	  flex-wrap: wrap;
	  width: 100%;
    }
	.time-block {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  min-width: 72px;
	}
    .time-value {
      font-size: clamp(54px, 8vw, 92px);
      line-height: 1;
      font-variant-numeric: tabular-nums;
      font-feature-settings: "tnum";
      min-width: 2.4ch;
      text-align: center;
    }
    .time-label {
      font-size: 11px;
      opacity: 0.7;
      margin-top: 6px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    .sep {
      font-size: clamp(34px, 6vw, 60px);
      opacity: 0.6;
      padding: 0 4px;
    }
    .deadline {
      text-align: center;
      margin-top: 8px;
      color: #c8d7f5;
      font-size: 13px;
      opacity: .8;
    }
    .logo-image {
      margin-top: 20px;
      display: flex;
      justify-content: center;
    }
    .logo-image img {
      width: 128px;
      height: 63px;
      border-radius: 8px;
    }
    .section {
      margin-top: 42px;
    }
    .grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }
    .card {
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 24px;
      padding: 28px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.18);
    }
    .card h2 {
      margin: 0 0 14px;
      font-size: 28px;
    }
    .card p {
      margin: 0;
      color: #dbe7ff;
      line-height: 1.7;
      font-size: 17px;
    }
    .vs {
      text-align: center;
      font-size: 34px;
      font-weight: 800;
      margin: 26px 0 8px;
      color: #ffd166;
    }
    .note {
      max-width: 900px;
      margin: 16px auto 0;
      text-align: center;
      color: #bfd0f3;
      line-height: 1.7;
      font-size: 17px;
    }
    .footer {
      margin-top: 42px;
      text-align: center;
      color: #9fb0d4;
      font-size: 14px;
    }
    .highlight { color: #ffffff; font-weight: 700; }
	
	@media (max-width: 820px) {
	  .wrap {
		padding: 24px 14px 90px;
	  }

	  h1 {
		font-size: clamp(30px, 8vw, 52px);
	  }

	  .lead {
		font-size: clamp(17px, 4.5vw, 22px);
		line-height: 1.5;
	  }

	  .countdown {
		gap: 10px 8px;
		align-items: flex-start;
	  }

	  .time-block {
		min-width: 64px;
	  }

	  .time-value {
		font-size: clamp(36px, 10vw, 62px);
		min-width: 2.2ch;
	  }

	  .sep {
		font-size: clamp(24px, 6vw, 42px);
		padding: 0 2px;
	  }

	  .footer {
		margin-top: 30px;
		font-size: 13px;
	  }
	}

	@media (max-width: 480px) {
	  .wrap {
		padding: 18px 12px 100px;
	  }

	  .hero {
		padding: 20px 0 16px;
	  }

	  .lead {
		font-size: 16px;
	  }

	  .countdown {
		gap: 8px 4px;
	  }

	  .time-block {
		min-width: 56px;
	  }

	  .time-value {
		font-size: 32px;
	  }

	  .time-label {
		font-size: 10px;
		letter-spacing: 0.5px;
	  }

	  .sep {
		font-size: 22px;
		padding: 0 1px;
	  }
	}
	
.cookie-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  transform: none;
  margin: 0 auto;
  background: rgba(0,0,0,0.88);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  padding: 14px 14px;
  border-radius: 14px;
  max-width: 520px;
  width: auto;
  z-index: 9999;
  display: none;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.cookie-text {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.9;
}

.cookie-actions {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.cookie-btn {
  background: #1e90ff;
  color: white;
  border: none;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.cookie-btn:hover {
  background: #3aa0ff;
}

@media (max-width: 480px) {
  .cookie-bar {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 12px;
    border-radius: 12px;
  }

  .cookie-text {
    font-size: 13px;
    line-height: 1.35;
  }

  .cookie-actions {
    justify-content: stretch;
  }

  .cookie-btn {
    width: 100%;
    padding: 10px 14px;
  }
}