*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  min-height: 100%;
  width: 100%;
}

body {
  background: #0d2060;
  font-family: 'Barlow', sans-serif;
  color: #fff;
  overflow-x: hidden;
}

.page {
  max-width: 480px;
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Logos */
.logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 48px 24px 40px;
  flex: 1;
}

.logo-engie {
  height: 40px;
  width: auto;
}

.logo-ciber {
  height: 56px;
  width: auto;
}

/* Banner robot */
.banner-wrap {
  position: relative;
  margin: 0;
}

.banner {
  background: #29b6e8;
  padding: 32px 24px 32px 220px;
  min-height: 140px;
  display: flex;
  align-items: center;
}

.banner-hashtag {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 9vw, 42px);
  color: #0d2060;
  line-height: 1.1;
}

.banner-robot {
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 220px;
  pointer-events: none;
}

/* Footer */
.footer {
  background: #ffffff;
  padding: 32px 24px 40px;
  text-align: center;
  border-radius: 24px 24px 0 0;
  margin-top: 40px;
}

.footer-title {
  font-family: 'Barlow', sans-serif;
  font-size: clamp(20px, 5vw, 26px);
  font-weight: 700;
  color: #0d2060;
  margin-bottom: 6px;
}

.footer-sub {
  font-family: 'Barlow', sans-serif;
  font-size: clamp(20px, 5vw, 26px);
  font-weight: 700;
  color: #29b6e8;
}
