@keyframes floaty {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-48%, -52%) scale(1.05);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.branded-section {
  background-color: #006982;
  color: #F2F2F3;
  width: 100%;
  height: auto;
}

.light-section {
  background-color: #F2F2F3;
  color: rgba(28, 28, 28, 0.5647058824);
  width: 100%;
  height: auto;
}

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

html, body {
  height: auto;
  min-height: 100vh;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  line-height: 1.4;
  background-color: #010101;
  background-image: linear-gradient(#010101, rgba(28, 28, 28, 0.5647058824));
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: rgba(242, 242, 243, 0.66);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, span {
  text-shadow: 1px 1px 1px rgba(1, 1, 1, 0.66);
}

h1 {
  font-weight: 300;
  font-size: 3em;
  line-height: 1em;
  color: #F2F2F3;
}
h1 .subtitle {
  font-size: 0.62em;
}
h1 strong {
  font-weight: 600;
}

h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-top: 1em;
  color: #F2F2F3;
}

h2 {
  font-size: 2.5em;
  line-height: 1em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.5em;
  font-weight: 600;
}

p {
  display: inline-block;
  color: rgba(242, 242, 243, 0.66);
  margin-top: 1em;
  line-height: 1.6;
  max-width: 560px;
}

strong {
  color: #F2F2F3;
}

ul {
  padding: 0 1.5em;
  margin-top: 1em;
}

li {
  margin-top: 0.25em;
  padding-top: 0.5em;
  line-height: 1.6;
}

a {
  color: #85D1F2;
  text-decoration: none;
}
a:hover {
  filter: brightness(1.25);
  text-decoration: underline;
}
a:active {
  filter: brightness(0.25);
}

.app__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 4vw;
  top: 0;
  position: sticky;
  background-color: rgba(1, 1, 1, 0.34);
  backdrop-filter: blur(4em);
  z-index: 4;
}

.app__nav {
  display: flex;
  gap: 1rem;
}

.app__nav a {
  display: inline-block;
  padding: 0.5rem 0.809rem;
  border-radius: 8px;
  background-color: rgba(133, 209, 242, 0);
  text-decoration: none;
  color: #F2F2F3;
  transition: all 0.25s ease;
}
.app__nav a:hover {
  background-color: rgba(133, 209, 242, 0.1);
}

.app__nav a.cta {
  background-color: #006982;
}

.app__footer {
  color: rgba(242, 242, 243, 0.55);
  font-size: 0.8rem;
  padding: 2em 4vw;
  text-align: center;
}

.app__legal {
  padding: 1rem;
  width: auto;
  max-width: 34em;
  margin: 0 auto;
}

.button-container {
  display: flex;
  gap: 1rem;
  margin: 1rem auto 0 auto;
}

.button-container a {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.promo__hero {
  padding: 4vw 4vw 0 4vw;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1024px;
  margin: 0 auto;
}

.promo__benefits {
  display: block;
  padding: 0 2rem 2rem;
  padding: 4vw 4vw 4vw 4vw;
  columns: 1;
  margin: 0;
  max-width: 1024px;
  margin: 0 auto;
}
.promo__benefits h1, .promo__benefits h2, .promo__benefits h3, .promo__benefits h4, .promo__benefits h5, .promo__benefits h6, .promo__benefits p {
  margin: 0;
}
.promo__benefits ul {
  margin: 1em 0;
  list-style: none;
  padding: 0;
  columns: 2;
  column-gap: 2rem;
}

.promo__socialproof {
  width: 100%;
  background-color: rgba(1, 1, 1, 0.66);
  background-color: #006982;
  padding: 4rem 2rem;
  text-align: center;
  font-size: 1.5em;
  color: #F2F2F3;
  max-width: 1024px;
  margin: 0 auto;
}
.promo__socialproof blockquote * {
  text-shadow: none;
  color: #F2F2F3;
}
.promo__socialproof p {
  margin-top: 0;
}
.promo__socialproof footer {
  color: rgba(242, 242, 243, 0.8);
  font-size: 0.8rem;
}

.promo__cta {
  max-width: 1024px;
  margin: 0 auto;
  background-color: #F2F2F3;
  color: #010101;
  text-align: center;
  padding: 4rem 2rem;
}
.promo__cta h2 {
  color: #010101;
  text-shadow: unset;
  margin: 0.5em 0 0 0;
}
.promo__cta p {
  color: rgba(28, 28, 28, 0.5647058824);
  text-shadow: unset;
  margin: 0.5em 0 0 0;
}
.promo__cta .button-container {
  text-align: center;
  align-items: center;
  justify-content: center;
}

.promo__imagery {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo__imagery img {
  width: 50vw;
  height: auto;
  max-width: 240px;
  z-index: 2;
}
.promo__imagery__content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.promo__imagery__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #a855f7 0%, transparent 70%);
  transform: translate(-50%, -50%);
  filter: blur(100px);
  animation: floaty 8s ease-in-out infinite;
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 768px) {

  .button-container {
  justify-content: center;
}
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 2.125em;
  }
  h3 {
    font-size: 1.75em;
  }
  h4 {
    font-size: 1.5em;
  }
  .promo__hero {
    display: grid;
    gap: 2rem;
    grid-template-columns: unset;
    grid-template-rows: auto auto;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .promo__imagery img {
    width: 50vw;
    height: auto;
    max-width: unset;
  }
  .promo__benefits ul {
    columns: 1;
  }
  .promo__hero,
  .promo__benefits,
  .promo__socialproof {
    padding: 4vw 2rem 4vw 2rem;
  }
  .promo__socialproof p {
    margin-top: 0;
  }
}
.hero-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #006982 0%, transparent 80%);
  transform: translate(-50%, -50%);
  filter: blur(100px);
  animation: floaty 3s ease-in-out infinite;
  opacity: 0.8;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: screen;
}

.fade-target {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 0.6s ease forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.margin-top-none {
  margin-top: 0;
}

a.app__logo.hero__logo {
  display: inline-block;
  margin: 2rem 0;
  height: 48px;
  width: auto;
}
a.app__logo.hero__logo svg {
  width: auto;
  height: 48px;
}
