.crays-fund-association-page {
  margin: 0;
  min-height: 100vh;
  background: #fff;
  color: #071426;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

.crays-fund-association-page *,
.crays-fund-association-page *::before,
.crays-fund-association-page *::after {
  box-sizing: border-box;
}

.crays-fund-association-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(9, 24, 43, 0.08);
  backdrop-filter: blur(18px);
}

.crays-fund-association-nav-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2.2rem);
  width: min(100%, 1540px);
  min-height: 88px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
}

.crays-fund-association-logo {
  display: inline-flex;
  align-items: center;
  width: clamp(128px, 12vw, 174px);
  color: #071426;
  text-decoration: none;
}

.crays-fund-association-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.crays-fund-association-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2vw, 2.2rem);
  min-width: 0;
  white-space: nowrap;
}

.crays-fund-association-nav a {
  position: relative;
  color: #16243a;
  font-size: clamp(0.88rem, 0.95vw, 1rem);
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: color 160ms ease;
}

.crays-fund-association-nav a:hover,
.crays-fund-association-nav a[aria-current="page"] {
  color: #061328;
}

.crays-fund-association-nav a[aria-current="page"]::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  height: 2px;
  background: #ff0d4f;
  content: "";
}

.crays-fund-association-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.9rem;
}

.crays-fund-association-platform {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #ff0d4f;
  border-radius: 999px;
  padding: 0 1.55rem;
  color: #071426;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.crays-fund-association-platform:hover {
  background: #ff0d4f;
  color: #fff;
  transform: translateY(-1px);
}

.crays-fund-association-language {
  position: relative;
}

.crays-fund-association-language summary {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #071426;
  cursor: pointer;
  list-style: none;
}

.crays-fund-association-language summary::-webkit-details-marker {
  display: none;
}

.crays-fund-association-language svg {
  width: 27px;
  height: 27px;
}

.crays-fund-association-language-menu {
  position: absolute;
  top: calc(100% + 0.7rem);
  right: 0;
  display: grid;
  gap: 0.35rem;
  min-width: 165px;
  padding: 0.65rem;
  border: 1px solid rgba(9, 24, 43, 0.12);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(8, 18, 35, 0.14);
}

.crays-fund-association-language-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border: 0;
  border-radius: 10px;
  background: transparent;
  padding: 0.55rem 0.65rem;
  color: #071426;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.crays-fund-association-language-item:hover {
  background: rgba(255, 13, 79, 0.08);
}

.crays-fund-association-language-flag {
  width: 24px;
  height: 16px;
  object-fit: cover;
}

.crays-fund-association-hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - 82px);
  min-height: calc(100svh - 82px);
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.crays-fund-association-hero__image,
.crays-fund-association-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.crays-fund-association-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.crays-fund-association-hero__overlay {
  z-index: -1;
  background:
    radial-gradient(circle at 50% 42%, rgba(3, 13, 32, 0.34) 0%, rgba(3, 13, 32, 0.7) 64%, rgba(3, 13, 32, 0.9) 100%),
    linear-gradient(180deg, rgba(3, 13, 32, 0.28) 0%, rgba(3, 13, 32, 0.78) 100%);
}

.crays-fund-association-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  justify-items: center;
  gap: clamp(1.35rem, 2.8vw, 2.3rem);
  width: min(100%, 1120px);
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 7rem) clamp(1.4rem, 4vw, 4rem);
  text-align: center;
}

.crays-fund-association-hero__eyebrow {
  margin: 0 0 1rem;
  max-width: min(100%, 720px);
  color: #ff0d4f;
  font-size: clamp(0.72rem, 1vw, 0.9rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.crays-fund-association-hero__title {
  margin: 0;
  max-width: 13ch;
  color: #fff;
  font-size: clamp(2.8rem, 5.4vw, 4.95rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
}

.crays-fund-association-hero__title span {
  color: #ff0d4f;
}

.crays-fund-association-hero__copy {
  margin: 0;
  max-width: 740px;
  border-left: 0;
  padding-left: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  font-weight: 400;
  line-height: 1.42;
  text-align: center;
}

.crays-fund-association-content {
  overflow: hidden;
  background: #fff;
}

.crays-fund-association-page .crays-tokenized-brand--after-hero {
  margin-top: 0;
}

.crays-fund-association-page .crays-home-button,
.crays-fund-association-page .crays-home-button:visited {
  text-decoration: none;
}

.crays-fund-association-page .footer3_component.crays-footer-rebuild {
  background: #061328;
  color: #fff;
}

.crays-fund-association-page .crays-footer-rebuild__legal-link,
.crays-fund-association-page .crays-footer-rebuild__cookie-settings {
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 1180px) {
  .crays-fund-association-nav-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.9rem;
    padding-block: 1rem;
  }

  .crays-fund-association-nav {
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }

  .crays-fund-association-nav a[aria-current="page"]::after {
    bottom: -7px;
  }
}

@media (max-width: 820px) {
  .crays-fund-association-nav {
    gap: 0.85rem 1.15rem;
  }

  .crays-fund-association-actions {
    flex-wrap: wrap;
    justify-content: center;
  }

  .crays-fund-association-hero {
    min-height: calc(100vh - 82px);
    min-height: calc(100svh - 82px);
  }

  .crays-fund-association-hero__inner {
    align-content: center;
    justify-items: center;
    gap: 1.7rem;
  }
}

@media (max-width: 560px) {
  .crays-fund-association-nav a {
    font-size: 0.82rem;
  }

  .crays-fund-association-platform {
    min-height: 44px;
    padding: 0 1.1rem;
    font-size: 0.86rem;
  }

  .crays-fund-association-hero__title {
    font-size: clamp(2.35rem, 11vw, 3.5rem);
  }
}
