@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;800&display=swap');

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  background: #09090d;
}

body {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
}

[hidden] {
  display: none !important;
}

.ios-release {
  min-height: 100vh;
  min-height: 100dvh;
  padding: 28px;
  background:
    radial-gradient(circle at 50% 35%, rgba(117, 87, 255, 0.18), transparent 20rem),
    radial-gradient(circle at 20% 90%, rgba(255, 0, 174, 0.13), transparent 18rem),
    #09090d;
}

.ios-release-inner {
  display: flex;
  width: min(460px, 100%);
  min-height: calc(100vh - 56px);
  min-height: calc(100dvh - 56px);
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ios-release-logo {
  width: 180px;
  height: auto;
  margin-bottom: 44px;
}

.ios-release-label {
  margin: 0 0 15px;
  color: #11e8e1;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ios-release h1 {
  margin: 0;
  background: linear-gradient(105deg, #ff00ae 5%, #ad3dff 48%, #11e8e1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(2.35rem, 11vw, 4.1rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.ios-release p:last-child {
  max-width: 390px;
  margin: 24px 0 0;
  color: #aaa8b8;
  font-size: 1rem;
  line-height: 1.65;
}
