@font-face {
  font-family: PPNeueMontreal;
  src: url("/font/PPNeueMontreal-Thin.woff");
  font-weight: 100;
}
@font-face {
  font-family: PPNeueMontreal;
  src: url("/font/PPNeueMontreal-Thin.woff");
  font-weight: 200;
}
@font-face {
  font-family: PPNeueMontreal;
  src: url("/font/PPNeueMontreal-Light.woff");
  font-weight: 300;
}
@font-face {
  font-family: PPNeueMontreal;
  src: url("/font/PPNeueMontreal-Regular.woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: PPNeueMontreal;
  src: url("/font/PPNeueMontreal-Italic.woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: PPNeueMontreal;
  src: url("/font/PPNeueMontreal-Regular.woff");
  font-weight: 500;
}
@font-face {
  font-family: PPNeueMontreal;
  src: url("/font/PPNeueMontreal-Medium.woff");
  font-weight: 600;
}
@font-face {
  font-family: PPNeueMontreal;
  src: url("/font/PPNeueMontreal-Medium.woff");
  font-weight: 700;
}
@font-face {
  font-family: PPNeueMontreal;
  src: url("/font/PPNeueMontreal-SemiBold.woff");
  font-weight: 800;
}
@font-face {
  font-family: PPNeueMontreal;
  src: url("/font/PPNeueMontreal-Bold.woff");
  font-weight: 900;
}

body,
html {
  margin: 0;
  font-family: "Lato";
  height: 100%;
}

.logo {
  height: clamp(40px, 4vw, 50px);
  width: auto;
  margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  background-image: url("/images/nexl_rebranding_background.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2rem;
  box-sizing: border-box;
}

.actions {
  display: flex;
  font-family: "PPNeueMontreal";
  flex-direction: column;
  gap: clamp(2rem, 5vw, 3.5rem);
  justify-content: center;
  border-radius: 16px;
  padding: clamp(2rem, 5vw, 3.5rem);
  width: 100%;
  max-width: 32rem;
  align-items: center;
  background: #0f0e0d;
  box-sizing: border-box;
}

.header {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 3vw, 1.75rem);
  align-items: center;
  justify-content: center;
  width: 100%;
}

.title {
  margin: 0;
  color: #feeedc;
  font-family: "PPNeueMontreal";
  font-size: clamp(2rem, 4vw + 1rem, 3rem);
  text-align: center;
  line-height: 1.2;
  word-wrap: break-word;
}

.caption {
  margin: 0;
  color: #686868;
  text-align: center;
  font-family: "PPNeueMontreal";
  font-size: clamp(1rem, 2vw + 0.5rem, 1.375rem);
  line-height: 1.4;
}

/* Desktop-specific breakpoints */
@media screen and (min-width: 1280px) {
  .actions {
    max-width: 34rem;
  }
}

@media screen and (min-width: 1920px) {
  .actions {
    max-width: 36rem;
  }

  .title {
    font-size: 3rem;
  }

  .caption {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 2560px) {
  .container {
    padding: 3rem;
  }

  .actions {
    max-width: 40rem;
  }
}
