@font-face {
  font-family: "Loretta";
  src: url("fonts/loretta-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --iron-blue: #0047aa;
  --light-blue: #59b5f4;
  --deep-blue: #063fb8;
  --white: #ffffff;
  --soft-white: rgba(255, 255, 255, 0.82);
}

* {
  box-sizing: border-box;
}

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

body {
  min-height: 100vh;
  min-height: 100dvh;
  color: var(--white);
  font-family: Helvetica, Arial, sans-serif;
  background: var(--iron-blue);
}

.cover,
.disclosure-cover {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  padding: clamp(28px, 5vw, 72px);
  background:
    linear-gradient(
      145deg,
      #2ec1ec 0%,
      #24a8e6 26%,
      #1a87dc 53%,
      #0b61c7 77%,
      #003fbd 100%
    );
}

.cover {
  display: grid;
  place-items: center;
  overflow: hidden;
}

.cover::before,
.disclosure-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0) 34%,
      rgba(0, 45, 130, 0.18) 100%
    );
  pointer-events: none;
}

.brand-lockup {
  position: relative;
  z-index: 1;
  width: min(100%, 960px);
  transform: none;
  text-align: center;
}

.brand-title {
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  font-family: "Loretta", Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 9.6vw, 156px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: 0;
  background: linear-gradient(180deg, #ffffff 12%, #f4fbff 52%, #d9efff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 18px 42px rgba(0, 56, 140, 0.16);
}

.registered {
  position: absolute;
  top: 0.02em;
  left: calc(100% + 0.04em);
  display: block;
  margin-left: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.24em;
  line-height: 1;
  color: var(--white);
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  text-shadow: 0 10px 22px rgba(0, 56, 140, 0.14);
  transform: none;
}

.brand-subtitle {
  margin: clamp(26px, 3vw, 44px) auto 0;
  width: 100%;
  color: var(--soft-white);
  font-size: clamp(12px, 1.35vw, 22px);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.landing-footer {
  position: absolute;
  z-index: 1;
  right: clamp(24px, 4vw, 72px);
  bottom: clamp(24px, 4vw, 56px);
  left: clamp(24px, 4vw, 72px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  color: var(--soft-white);
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 300;
  letter-spacing: 0.04em;
}

.contact {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  font: inherit;
}

.contact span,
.disclosure-link {
  text-transform: uppercase;
}

.contact a,
.home-link {
  color: var(--white);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
  overflow-wrap: anywhere;
  transition:
    border-color 160ms ease,
    color 160ms ease;
}

.contact a:hover,
.contact a:focus-visible,
.disclosure-link:hover,
.disclosure-link:focus-visible,
.home-link:hover,
.home-link:focus-visible {
  color: #e7f5ff;
  border-color: currentColor;
  outline: none;
}

.disclosure-link {
  align-self: flex-end;
  color: inherit;
  font: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  overflow-wrap: anywhere;
  transition:
    border-color 160ms ease,
    color 160ms ease;
}

.disclosure-cover {
  display: flex;
  flex-direction: column;
  gap: clamp(44px, 8vw, 88px);
  overflow-x: hidden;
  padding: clamp(24px, 4vw, 56px);
}

.disclosure-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

.disclosure-brand {
  position: relative;
  display: inline-block;
  color: var(--white);
  font-family: "Loretta", Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4.4vw, 64px);
  font-weight: 500;
  line-height: 0.95;
  text-decoration: none;
  text-shadow: 0 14px 32px rgba(0, 56, 140, 0.18);
}

.disclosure-registered {
  position: absolute;
  top: 0.04em;
  left: calc(100% + 0.08em);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.22em;
  line-height: 1;
}

.home-link {
  color: var(--soft-white);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.disclosure-content {
  position: relative;
  z-index: 1;
  width: min(100%, 920px);
  margin: 0 auto;
  padding-bottom: clamp(32px, 4vw, 64px);
  color: rgba(255, 255, 255, 0.88);
}

.disclosure-content h1 {
  margin: 0 0 clamp(28px, 4vw, 44px);
  color: var(--white);
  font-family: "Loretta", Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.8vw, 52px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
}

.disclosure-content p {
  margin: 0;
  max-width: 78ch;
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 300;
  line-height: 1.72;
}

.disclosure-content p + p {
  margin-top: 20px;
}

@media (max-width: 680px) {
  .cover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(52px, 12vh, 96px);
    padding: 40px 24px calc(28px + env(safe-area-inset-bottom));
  }

  .brand-lockup {
    width: 100%;
    transform: none;
  }

  .brand-title {
    font-size: clamp(44px, 15vw, 76px);
  }

  .brand-subtitle {
    max-width: 26em;
    margin-top: 22px;
    font-size: clamp(11px, 3.1vw, 14px);
    line-height: 1.45;
    letter-spacing: 0.06em;
  }

  .landing-footer {
    position: static;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 22px;
    width: 100%;
  }

  .contact {
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 1.35;
  }

  .contact span,
  .disclosure-link {
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .disclosure-link {
    align-self: center;
  }

  .disclosure-cover {
    gap: 40px;
    padding: 30px 24px calc(40px + env(safe-area-inset-bottom));
  }

  .disclosure-header {
    align-items: flex-start;
  }

  .disclosure-content h1 {
    margin-bottom: 24px;
  }

  .disclosure-content p {
    font-size: 15px;
    line-height: 1.65;
  }
}

@media (max-width: 680px) and (orientation: portrait) {
  .cover {
    justify-content: space-between;
    min-height: 100svh;
    padding-top: max(72px, calc(54px + env(safe-area-inset-top)));
  }

  .brand-lockup {
    margin-top: auto;
  }

  .landing-footer {
    margin-top: auto;
  }
}

@media (max-width: 360px) {
  .cover,
  .disclosure-cover {
    padding-right: 18px;
    padding-left: 18px;
  }

  .brand-title {
    font-size: clamp(40px, 14vw, 50px);
  }

  .registered {
    top: 0.04em;
    left: calc(100% + 0.02em);
    font-size: 0.2em;
  }
}
