.landing-page--refined {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem 1.25rem;
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(0, 159, 227, 0.12) 0%, rgba(243, 247, 248, 0) 34%),
    linear-gradient(180deg, rgba(247, 250, 251, 1) 0%, rgba(234, 242, 239, 1) 100%);
}

.landing-page--refined::before,
.landing-page--refined::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 50%;
  pointer-events: none;
}

.landing-page--refined::before {
  top: -18vh;
  left: -12vw;
  width: 42vw;
  height: 42vw;
  background: radial-gradient(circle, rgba(144, 210, 70, 0.12) 0%, rgba(144, 210, 70, 0) 72%);
}

.landing-page--refined::after {
  right: -10vw;
  bottom: -16vh;
  width: 36vw;
  height: 36vw;
  background: radial-gradient(circle, rgba(0, 159, 227, 0.1) 0%, rgba(0, 159, 227, 0) 72%);
}

.landing-page__shell {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  padding: clamp(2rem, 4vw, 3.25rem);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.landing-page--refined,
.landing-page--refined h1,
.landing-page__kicker,
.landing-page__subtitle,
.landing-page__brand-note,
.landing-page__locale-link {
  font-family: var(--site-font-sans);
}

.landing-page__locale-wrap {
  margin-top: 2.25rem;
}

.landing-page__locale-switch {
  position: relative;
  z-index: 2;
  display: inline-flex;
  gap: 0.32rem;
  align-items: center;
  padding: 0.22rem;
  border: 1px solid rgba(0, 74, 108, 0.08);
  border-radius: var(--site-pill-radius);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 10px 24px rgba(0, 74, 108, 0.07);
  backdrop-filter: blur(12px);
}

.landing-page__locale-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.3rem;
  height: 2rem;
  padding: 0 0.72rem;
  border-radius: var(--site-pill-radius);
  color: rgba(23, 20, 17, 0.82);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14rem;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.landing-page__locale-link:hover,
.landing-page__locale-link:focus-visible {
  color: #ffffff;
  background: linear-gradient(135deg, rgba(144, 210, 70, 0.96) 0%, rgba(113, 179, 48, 0.96) 100%);
  transform: translateY(-1px);
}

.landing-page__locale-link.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, rgba(144, 210, 70, 0.98) 0%, rgba(106, 166, 46, 0.98) 100%);
  box-shadow: 0 8px 18px rgba(106, 166, 46, 0.2);
}

.landing-page__kicker {
  margin: 0 0 1rem;
  color: #90d246;
  font-family: var(--site-font-sans);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.3rem;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.landing-page--refined h1 {
  position: static;
  margin: 0 auto;
  max-width: none;
  font-size: clamp(2.9rem, 7vw, 4rem);
  line-height: 0.94;
  letter-spacing: 0.16rem;
  color: var(--studio-blue);
  white-space: nowrap;
}

.landing-page__subtitle {
  display: block;
  width: min(100%, 48rem);
  margin: 1.5rem auto 0;
  color: rgba(23, 20, 17, 0.66);
  font-size: 1.06rem;
  font-weight: 400;
  line-height: 1.8;
  white-space: normal;
  overflow: visible;
  text-wrap: balance;
}

.landing-page__brand {
  display: grid;
  gap: 0.9rem;
  justify-items: center;
  margin-top: 2rem;
}

.landing-page__brand img {
  width: clamp(84px, 9vw, 118px);
}

.landing-page__brand-note {
  margin: 0;
  color: rgba(23, 20, 17, 0.58);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.26rem;
  text-transform: uppercase;
}

.landing-page__action {
  margin-top: 1.4rem;
}

.landing-page__action .btn-floating.btn-large {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background: #90D246;
  box-shadow: 0 18px 40px rgba(144, 210, 70, 0.28);
}

.landing-page__action .btn-floating.btn-large i {
  line-height: 4rem;
}

@media (max-width: 768px) {
  .landing-page--refined {
    padding: 1rem;
  }

  .landing-page__shell {
    display: grid;
    justify-items: center;
    padding: 1.4rem 1.2rem 1.6rem;
    text-align: center;
  }

  .landing-page__kicker {
    width: 100%;
    font-size: 0.94rem;
    letter-spacing: 0.18rem;
    line-height: 1.2;
    white-space: normal;
  }

  .landing-page--refined h1 {
    width: 100%;
    margin-inline: auto;
    font-size: clamp(1.95rem, 8vw, 2.9rem);
    letter-spacing: 0.05rem;
    white-space: normal;
  }

  .landing-page__subtitle {
    width: min(100%, 40rem);
    margin-inline: auto;
    font-size: 1rem;
    line-height: 1.72;
    text-align: center;
  }

  .landing-page__brand {
    justify-items: center;
    text-align: center;
  }

  .landing-page__brand-note {
    width: 100%;
    margin-inline: auto;
    font-size: 0.76rem;
    letter-spacing: 0.18rem;
    text-align: center;
  }

  .landing-page__locale-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
