* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}

@font-face {
  font-family: 'Eurostile';
  src: url('fonts/Eurostile-Regular.woff2') format('woff2'),
       url('fonts/Eurostile-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  overflow: hidden;
  color: white;
}

/* VIDEO BACKGROUND */
video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover; /* clave */
  object-position: center;
  z-index: -2;
}

/* DARK OVERLAY */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: -1;
}

/* HEADER */
header {
  position: absolute;
  top: 20px;
  left: 30px;
  display: flex;
  gap: 50px;
  align-items: center;
}

nav {
  display: flex;
  gap: 40px; /* 👈 AQUÍ controlas espacio entre about y listen */
}

.logo {
  font-family: 'Eurostile', sans-serif;
  letter-spacing: 3px;
  font-size: 20px;
}

nav a {
  text-decoration: none;
  color: white;
  font-size: 13px;
  opacity: 0.7;
  gap: 30px;
  transition: 0.3s;
}

nav a:hover {
  opacity: 1;
}

/* CENTER TEXT */
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.center h1 {
  font-size: 48px;
  letter-spacing: 6px;
  font-weight: 300;
}

/* FOOTER SOCIALS */
.socials {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 12px;
  opacity: 0.6;
}

.socials a {
  color: white;
  text-decoration: none;
  margin-right: 15px;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}

@font-face {
  font-family: 'Eurostile';
  src: url('fonts/Eurostile-Regular.woff2') format('woff2'),
       url('fonts/Eurostile-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  overflow: hidden;
  color: white;
}

/* VIDEO BACKGROUND */
video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

/* DARK OVERLAY */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: -1;
}

/* HEADER */
header {
  position: absolute;
  top: 20px;
  left: 30px;
  display: flex;
  gap: 50px;
  align-items: center;
}

nav {
  display: flex;
  gap: 40px;
}

.logo {
  font-family: 'Eurostile', sans-serif;
  letter-spacing: 3px;
  font-size: 20px;
}

nav a {
  text-decoration: none;
  color: white;
  font-size: 13px;
  opacity: 0.7;
  gap: 30px;
  transition: 0.3s;
}

nav a:hover {
  opacity: 1;
}

/* CENTER TEXT */
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.center h1 {
  font-size: 48px;
  letter-spacing: 6px;
  font-weight: 300;
}

/* COUNTDOWN */
.countdown-label {
  font-size: 11px;
  letter-spacing: 5px;
  text-transform: uppercase;
  opacity: 0.5;
  margin-bottom: 28px;
  font-weight: 300;
}

.countdown {
  display: flex;
  align-items: center;
  gap: 20px;
}

.countdown-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 64px;
}

.countdown-number {
  font-family: 'Eurostile', 'Inter', sans-serif;
  font-size: 54px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1;
}

.countdown-unit {
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0.4;
  margin-top: 8px;
  font-weight: 300;
}

.countdown-separator {
  font-size: 36px;
  opacity: 0.2;
  font-weight: 300;
  margin-bottom: 16px;
}

.countdown-date {
  font-size: 11px;
  letter-spacing: 5px;
  opacity: 0.35;
  margin-top: 28px;
  font-weight: 300;
}

/* FOOTER SOCIALS */
.socials {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 12px;
  opacity: 0.6;
}

.socials a {
  color: white;
  text-decoration: none;
  margin-right: 15px;
}