:root {
  --cs-bg: #f8f9fa;
  --cs-border: #f4f4f4;
  --cs-border-2: #d6d4d4;
  --cs-ink: #191c1d;
  --cs-muted: #4c4546;
  --cs-muted-2: #7e7576;
  --cs-blue: #0051d5;
}

body {
  background: var(--cs-bg);
  color: var(--cs-ink);
  font-family:
    Inter,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body.menu-open {
  overflow: hidden;
}

[data-aos] {
  will-change: transform, opacity;
}

.btn-cosigned,
.icon-btn,
.footer-link,
.footer-bottom-link,
.icon-link,
.nav-link,
.newsletter-btn {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    color 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.btn-cosigned:hover {
  transform: translateY(-2px);
}

.icon-btn:hover,
.icon-link:hover,
.newsletter-btn:hover {
  transform: translateY(-2px) scale(1.04);
}

.nav-links .nav-link:hover,
.footer-link:hover,
.footer-bottom-link:hover {
  opacity: 0.75;
}

.page-container {
  /* max-width: 1280px; */
}

.site {
  padding-top: 62px;
}

.navbar-cosigned {
  /* border-bottom: 1px solid var(--cs-border); */
  background: white;
  padding: 16px 0;
  z-index: 1050;
}

.navbar-cosigned .container-xl {
  flex-wrap: wrap;
}

.navbar-cosigned .brand {
  font-family:
    "Hanken Grotesk",
    Inter,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 700;
  letter-spacing: -1.2px;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
}

.navbar-brand,
.nav-actions-mobile,
.navbar-toggler {
  position: relative;
  z-index: 1045;
}

.nav-links .nav-link {
  color: var(--cs-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  padding: 0;
}

.nav-links {
  gap: 32px;
}

.nav-actions .icon-btn {
  border: 0;
  background: transparent;
  padding: 2px;
  line-height: 0;
}

.navbar-toggler {
  border-color: var(--cs-border);
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  box-shadow: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggle-lines {
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggle-lines span {
  position: absolute;
  width: 18px;
  height: 2px;
  background: #111;
  border-radius: 999px;
  transition:
    transform 0.3s ease,
    opacity 0.2s ease,
    top 0.3s ease;
}

.navbar-toggle-lines span:nth-child(1) {
  top: 3px;
}

.navbar-toggle-lines span:nth-child(2) {
  top: 8px;
}

.navbar-toggle-lines span:nth-child(3) {
  top: 13px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggle-lines span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggle-lines span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggle-lines span:nth-child(3) {
  top: 8px;
  transform: rotate(-45deg);
}

.navbar-collapse {
  flex-basis: 100%;
}

.nav-actions-mobile {
  flex: 0 0 auto;
}

.section {
  /* padding: 80px 0 !important; */
}
.section-2 {
  padding: 50px 0 !important;
}

.section-3 {
  padding: 20px 0 !important;
}

.hero {
  padding: 10px 0;
  overflow-y: hidden;
}

.hero img {
  margin-bottom: -170px;
}

.display-hero {
  font-weight: 800;
  text-transform: uppercase;

  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(84px, 8vw, 106px);
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: var(--black);
  margin-bottom: 24px;
}

.lead-copy {
  color: var(--cs-muted);
  font-size: 18px;
  letter-spacing: -0.18px;
  line-height: 29px;
  max-width: 520px;
}

.kicker {
  color: var(--cs-blue);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  line-height: 12px;
}

.btn-cosigned {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #000;
  color: #fff;
  padding: 16px 32px;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.btn-cosigned:hover,
.btn-cosigned:focus {
  background: #000;
  color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(0, 81, 213, 0.2);
}

.btn-cosigned .btn-icon {
  flex: 0 0 auto;
}

.placeholder-card {
  max-width: 564px;
  border: 1px solid var(--cs-border);
  background-image: linear-gradient(
    126.03deg,
    #f0f0f0 13.54%,
    #f5f5f5 22.22%,
    #f0f0f0 35.24%
  );
  aspect-ratio: 564 / 705;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.placeholder-label {
  color: var(--cs-muted-2);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.features {
  background: #fff;
  /* border-top: 1px solid var(--cs-border); */
  /* border-bottom: 1px solid var(--cs-border); */
}

.display-section {
  font-family:
    "Hanken Grotesk",
    Inter,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 700;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  font-size: clamp(18px, 3vw, 38px);
  line-height: 1.1;
}

.features-row > [class*="col-"] {
  padding-top: 0;
}

.feature {
  max-width: 172px;
}

.feature-icon {
  font-size: 32px;
  color: var(--cs-blue);
  line-height: 32px;
}

.feature-svg {
  width: 172px;
  height: auto;
  display: block;
}

.feature-title {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--cs-ink);
  line-height: 12px;
}

.feature-body {
  margin-top: 16px;
  color: var(--cs-muted);
  font-size: 14px;
  line-height: 21px;
}

.features-exact {
  /* padding: 80px 0; */
}

.features-exact .features-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 80px;
}

.features-exact .features-grid {
  padding-bottom: 13px;
}

.features-exact .feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 16px 21px;
  max-width: 192px;
  margin: 0 auto;
  height: 100%;
}

.feature-icon-img {
  margin-bottom: 20px;
}

.feature-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
}

.feature-title-lines {
  color: var(--cs-ink);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 20px;
}

.feature-desc {
  color: var(--cs-muted);
  font-size: 0.9rem;
  line-height: 21px;
}

@media (min-width: 992px) {
  .features-grid > :not(:nth-child(6)) .feature-card {
    border-right: 1px solid rgba(207, 196, 197, 0.666);
  }
}

.feature-card {
  text-align: center;
}

.waitlist {
  padding-bottom: 125px;
  background-color: #fff;
}

.display-waitlist {
  font-weight: 700;
  text-transform: uppercase;

  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(44px, 5vw, 68px);
  letter-spacing: 0.02em;
  line-height: 0.95;
  color: var(--black);
  margin-bottom: 20px;
}

.waitlist-copy {
  color: var(--cs-muted);
  font-size: 14px;
  line-height: 21px;
  max-width: 340px;
}

.card-form {
  background: #fff;
  /* border: 1px solid var(--cs-border); */
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  padding: 32px 32px 48px;
}

.waitlist-success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  padding: 40px 32px 48px;
}

.waitlist-success-kicker {
  margin-bottom: 12px;
  color: var(--cs-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.waitlist-success-title {
  margin: 0 0 16px;
  color: var(--black);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.waitlist-success-copy {
  margin: 0;
  max-width: 420px;
  color: var(--cs-muted);
  font-size: 15px;
  line-height: 1.7;
}

.form-label {
  color: var(--cs-muted-2);
  font-size: 16px;
  margin-bottom: 8px;
}

.form-control-cs {
  border: 1px solid var(--cs-border-2);
  border-radius: 0;
  padding: 14px 16px;
  background: #fff;
  box-shadow: none;
  font-size: 16px;
}

.form-control-cs:focus {
  border-color: none;
  box-shadow: none;
}

.form-control-cs:invalid {
  border-color: var(--cs-border-2);
  box-shadow: none;
}

.select-wrap {
  position: relative;
}

.select-wrap .form-select {
  padding-right: 56px;
  background-image: none;
}

.select-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.privacy-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0.7;
  color: var(--cs-muted-2);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
}

.form-status {
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: var(--cs-muted);
}

.form-status.pending {
  color: var(--cs-muted);
}

.form-status.success {
  color: #15803d;
}

.form-status.error {
  color: #b91c1c;
}

#waitlistSubmit:disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

.mission {
  /* border-top: 1px solid var(--cs-border); */
  background: #f3f4f5;
}
.mission img {
  /* position: absolute;
  bottom: 0; */
  width: 100%;
}

.display-mission {
  /* font-family:
    "Hanken Grotesk",
    Inter,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 700;
  letter-spacing: -2.8px;
  text-transform: uppercase;
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.1; */

  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--black);
  margin-bottom: 24px;
}

.mission-stack {
  max-width: 564px;
}

.mission-bar {
  width: 96px;
  height: 4px;
  background: var(--cs-blue);
  margin-top: 24px;
}

.mission-copy {
  margin-top: 24px;
  color: var(--cs-muted);
  font-size: 18px;
  letter-spacing: -0.18px;
  line-height: 29px;
  max-width: 420px;
}

.mini-placeholder {
  border: 1px solid var(--cs-border);
  background-image: linear-gradient(
    125.97deg,
    #f0f0f0 14.22%,
    #f5f5f5 22.74%,
    #f0f0f0 35.52%
  );
  aspect-ratio: 177 / 236;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.mini-placeholder-label {
  text-align: center;
  color: var(--cs-muted-2);
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-cs {
  border-top: 1px solid var(--cs-border);
  background: var(--cs-bg);
}

.footer-top {
  padding: 120px 0;
}

.footer-brand {
  font-family:
    "Hanken Grotesk",
    Inter,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 700;
  letter-spacing: -1.2px;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
}

.footer-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 16px;
}

.footer-link {
  display: block;
  color: var(--cs-muted);
  text-decoration: none;
  padding-top: 8px;
  font-size: 14px;
  line-height: 21px;
}

.footer-link:hover,
.footer-link:focus {
  color: var(--cs-ink);
}

.footer-muted {
  color: var(--cs-muted);
  font-size: 14px;
  line-height: 21px;
}

.icon-link {
  line-height: 0;
}

.newsletter {
  position: relative;
  border: 1px solid var(--cs-border);
  background: var(--cs-bg);
  display: flex;
  align-items: center;
  padding: 9px 0 9px 12px;
  max-width: 172px;
}

.newsletter-input {
  border: 0;
  background: transparent;
  outline: none;
  width: 100%;
  padding-right: 34px;
  color: var(--cs-ink);
  font-size: 16px;
}

.newsletter-input::placeholder {
  color: var(--cs-border);
}

.newsletter-btn {
  position: absolute;
  right: 8px;
  bottom: 7px;
  border: 0;
  background: transparent;
  padding: 2px;
  line-height: 0;
}

.footer-bottom {
  border-top: 1px solid var(--cs-border);
  padding: 16px 0;
}

.footer-bottom-text,
.footer-bottom-link {
  color: var(--cs-muted-2);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 12px;
  text-decoration: none;
}

.footer-bottom-link:hover,
.footer-bottom-link:focus {
  color: var(--cs-ink);
}

@media (max-width: 991.98px) {
  .section {
    padding: 80px 0;
  }

  .hero {
    padding: 80px 0;
  }

  .footer-top {
    padding: 80px 0;
  }

  .nav-links {
    gap: 16px;
    padding-top: 16px;
  }

  .nav-actions {
    padding-top: 16px;
  }

  .feature {
    max-width: none;
  }

  .navbar-cosigned {
    padding: 12px 0;
  }

  .navbar-cosigned .brand img {
    width: 118px !important;
    max-width: 100%;
    height: auto;
  }

  .nav-actions-mobile {
    gap: 10px !important;
  }

  .nav-actions-mobile .icon-btn {
    padding: 0;
  }

  .navbar-collapse {
    position: fixed;
    inset: 0;
    z-index: 1040;
    width: auto;
    max-width: 100%;
    height: 100dvh;
    margin-top: 0;
    padding: 96px 28px 40px;
    box-sizing: border-box;
    border-top: 0;
    background:
      radial-gradient(
        circle at top right,
        rgba(0, 81, 213, 0.08),
        transparent 28%
      ),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), #f8f9fa 72%);
    backdrop-filter: blur(12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-24px) scale(0.98);
    transition:
      opacity 0.45s ease,
      transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0.45s ease;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    display: flex;
  }

  .navbar-collapse.collapsing {
    height: 100dvh !important;
    transition:
      opacity 0.45s ease,
      transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .nav-links {
    gap: 18px;
    padding-top: 0;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .nav-links .nav-link {
    display: inline-block;
    max-width: 100%;
    font-size: clamp(28px, 7vw, 48px);
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--cs-ink);
    font-family: "Bebas Neue", sans-serif;
  }

  .nav-item {
    opacity: 0;
    transform: translateY(18px);
    transition:
      opacity 0.45s ease,
      transform 0.45s ease;
  }

  .navbar-collapse.show .nav-item,
  .navbar-collapse.collapsing .nav-item {
    opacity: 1;
    transform: translateY(0);
  }

  .navbar-collapse.show .nav-item:nth-child(1),
  .navbar-collapse.collapsing .nav-item:nth-child(1) {
    transition-delay: 0.08s;
  }

  .navbar-collapse.show .nav-item:nth-child(2),
  .navbar-collapse.collapsing .nav-item:nth-child(2) {
    transition-delay: 0.14s;
  }

  .navbar-collapse.show .nav-item:nth-child(3),
  .navbar-collapse.collapsing .nav-item:nth-child(3) {
    transition-delay: 0.2s;
  }

  .navbar-collapse.show .nav-item:nth-child(4),
  .navbar-collapse.collapsing .nav-item:nth-child(4) {
    transition-delay: 0.26s;
  }

  .navbar-collapse.show .nav-item:nth-child(5),
  .navbar-collapse.collapsing .nav-item:nth-child(5) {
    transition-delay: 0.32s;
  }

  .navbar-collapse.show .nav-item:nth-child(6),
  .navbar-collapse.collapsing .nav-item:nth-child(6) {
    transition-delay: 0.38s;
  }
}

@media (max-width: 575.98px) {
  .card-form {
    padding: 24px 20px 32px;
  }

  .btn-cosigned {
    width: 100%;
    justify-content: center;
  }

  .navbar-cosigned .brand img {
    width: 104px !important;
  }

  .nav-actions-mobile {
    gap: 8px !important;
  }

  .navbar-toggler {
    margin-left: 0.5rem !important;
    padding: 0.25rem 0.5rem;
  }

  .navbar-collapse {
    padding: 88px 20px 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
