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

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;

  @media (max-width: 800px) {
    img {
      width: 100px;
      height: auto;
    }
  }
}

.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;
}

.hero-section {
  height: 50vh;
  padding-top: 60px;
  overflow: hidden;
  width: 100vw;
}

.hero-image {
  width: 250px;
  height: auto;
}

.hero-img-wraper {
  width: 100%;
  text-align: center;
}

.hero-section .inner-content {
  display: flex;
  flex-direction: row;
}

.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;
}
.hero-img {
  padding-top: 150px;
}

.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;

  @media (max-width: 800px) {
    font-size: 3rem !important;
  }
}

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

  @media (max-width: 800px) {
    font-size: 1rem;
    line-height: 20px;
  }
}

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

.logo-image {
  width: 200px !important;
  height: 30px !important;
}

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

  @media (max-width: 800px) {
    font-size: 0.7rem !important;
  }
}

.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-2);
  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: 767.98px) {
  .footer-top {
    padding: 64px 0 48px !important;
    row-gap: 32px !important;
  }

  .footer-title {
    padding-bottom: 12px;
  }

  .newsletter {
    width: 100%;
    max-width: none;
    padding: 12px 48px 12px 14px;
  }

  .newsletter-btn {
    top: 50%;
    right: 12px;
    bottom: auto;
    transform: translateY(-50%);
  }

  .footer-bottom {
    padding: 20px 0 28px;
  }

  .footer-bottom .container-xl {
    align-items: flex-start !important;
  }

  .footer-bottom .d-flex.flex-wrap {
    gap: 12px 20px !important;
  }

  .footer-bottom-text,
  .footer-bottom-link {
    line-height: 1.4;
  }
}

@media (max-width: 991.98px) {
  .site {
    padding-top: 74px;
  }

  .section {
    padding: 30px 0;
  }

  .hero {
    padding: 80px 0;
  }

  .hero-section {
    min-height: 460px;
    height: auto;
    padding-top: 88px;
  }

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

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

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

  .feature {
    max-width: none;
  }

  .navbar-cosigned {
    padding: 10px 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: 76px 12px 12px;
    z-index: 1040;
    width: calc(100% - 24px);
    max-width: none;
    min-height: calc(100dvh - 88px);
    height: auto;
    margin-top: 0;
    padding: 28px 22px 24px;
    box-sizing: border-box;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-top: 0;
    border-radius: 24px;
    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: flex-start;
    gap: 24px;
  }

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

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

  .nav-links {
    gap: 0;
    padding-top: 0;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
  }

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

  .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    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;
  }

  .display-hero {
    font-size: clamp(3.1rem, 11vw, 4.6rem);
    line-height: 0.9;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
}

@media (max-width: 575.98px) {
  .site {
    padding-top: 70px;
  }

  .hero-section {
    min-height: 420px;
    padding-top: 82px;
  }

  .display-hero {
    font-size: clamp(2.7rem, 12vw, 3.8rem);
    line-height: 0.9;
  }

  .lead-copy {
    font-size: 0.98rem;
    line-height: 1.4;
  }

  .hero-image {
    width: clamp(190px, 48vw, 250px);
  }

  .footer-top {
    padding: 48px 0 40px;
    row-gap: 28px !important;
  }

  .footer-top > .col-6 {
    width: 50%;
  }

  .footer-top > .col-12 {
    width: 100%;
  }

  .footer-brand img {
    width: 128px !important;
    max-width: 100%;
    height: auto;
  }

  .footer-muted br {
    display: none;
  }

  .footer-link {
    padding-top: 6px;
  }

  .newsletter-input {
    font-size: 15px;
  }

  .footer-bottom .d-flex.flex-wrap {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px !important;
  }

  .card-form {
    padding: 24px 20px 32px;
  }

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

  .navbar-cosigned .brand img {
    width: auto !important;
    height: 20px !important;
  }

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

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

  .navbar-collapse {
    inset: 72px 10px 10px;
    width: calc(100% - 20px);
    min-height: calc(100dvh - 82px);
    padding: 22px 18px 20px;
    border-radius: 20px;
  }
}

@media (max-width: 389.98px) {
  .display-hero {
    font-size: clamp(2.35rem, 12.5vw, 3.1rem);
  }

  .nav-links .nav-link {
    font-size: clamp(24px, 9vw, 34px);
  }
}

@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;
  }
}
