.btn,
.select {
  height: 40px;
  cursor: pointer;
}
.button-link {
  text-decoration: none;
}
.header,
main {
  display: flex;
}
.investor:not(:first-of-type) {
  padding: 20px 0 20px;
}
.show-more-desc {
  color: var(--primary-dark);
  cursor: pointer;
}
.show-more-desc:hover {
  text-decoration: underline;
}
.desc {
  max-height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show-on-mobile {
  display: none;
}
.btn__findinvestors-sm {
  margin: 0 0 0 8px;
  width: auto !important;
  padding: 0 16px !important;
  display: block !important;
  white-space: nowrap;
  font-size: 13px;
}
.no-underline {
  text-decoration: none;
}
.btn-get:hover {
  background: rgba(7, 31, 48, 0.1) !important;
}
.btn,
.chip,
.select {
  cursor: pointer;
}
.powered-by a,
.show-more-desc {
  text-decoration: none;
}
:root {
  --divider: #eff2f6;
  --primary-main: #219af1;
  --primary-dark: #077cd0;
  --primary-text: #071f30;
  --text-grey: #6b7780;
  --black-main: #071F30;
  --grey-secondary: #6B7780;
  --grey-light: #DBE1E6;
  --grey-main: #BBC7D0;
  --grey-bg: #EFF2F6;
  --blue-main: #028AEC;
  --blue-link: #077CD0;
  --blue-light-bg: #E9F5FE;
  --blue-light-border: #C8E6FC;
  --green-main: #2ED1AA;
  --white: #FFFFFF;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html {
  font-family: 'Poppins', sans-serif;
  color: var(--black-main);
  font-size: 15px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.chosen,
time {
  font-size: 12px;
  line-height: 18px;
}
body {
  margin: 0;
}
a {
  color: var(--primary-dark);
}
i.mid-dot {
  font-size: 30px;
  font-style: normal;
  color: #bbc7d0;
  margin: 0 8px;
}
.form,
.links > a {
  margin-right: 8px;
}
.header {
  border-bottom: 1px solid var(--divider);
  align-items: center;
  padding: 12px 32px;
  top: 0;
  position: sticky;
  z-index: 100;
  background: #fff;
}
.header__logo {
  flex-shrink: 0;
}
.header__search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  border: 2px solid var(--grey-light);
  border-radius: 100px;
  padding: 0 8px;
  height: 48px;
  max-width: 512px;
  margin: 0 16px 0 24px;
}
.header__search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  flex-shrink: 0;
}
.header__chips {
  display: flex;
  gap: 4px;
  align-items: center;
}
.header__chip {
  background: var(--grey-bg);
  border-radius: 100px;
  padding: 2px 8px 4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: var(--black-main);
  white-space: nowrap;
}
.header__buttons {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}
.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 48px;
  padding: 14px 24px;
  border-radius: 100px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.header__btn--ghost {
  background: var(--white);
  color: var(--black-main);
}
.header__btn--ghost:hover {
  background: var(--grey-bg);
}
.header__btn--outlined {
  background: var(--white);
  border: 3px solid var(--grey-light);
  color: var(--black-main);
}
.header__btn--outlined:hover {
  border-color: var(--grey-main);
  background: var(--grey-bg);
}
.header__btn--primary {
  background: var(--blue-main);
  color: var(--white);
}
.header__btn--primary:hover {
  background: #0279d0;
}
.header__form-wrapper,
.selects {
  display: flex;
  align-items: center;
}
.form {
  display: flex;
  align-self: center;
  margin-left: 32px;
}
.btn {
  background: var(--primary-main);
  border: 1px solid var(--primary-dark);
  color: #fff;
  border-radius: 12px;
  width: 128px;
}
.chosen2,
.feature-name,
.investor__meta,
th,
time {
  color: var(--text-grey);
}
.btn:hover {
  background: var(--primary-dark);
}
.btn__findinvestors {
  width: 224px;
  background: linear-gradient(265.22deg, #1eb18e 0, #077cd0 100%);
  border: 1px solid rgba(25, 114, 104, 0.75);
}
.btn__findinvestors:hover {
  background: linear-gradient(265.22deg, #1b9c80 0%, #076fb8 100%);
}
.btn__magnifying {
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 1px solid var(--grey-light);
  border-radius: 100px;
  cursor: pointer;
  margin-right: 8px;
}
.btn__magnifying:hover {
  background: var(--grey-bg);
}
.mobile-form,
.mobile-header {
  display: none;
}

/* ================================================================
   Mobile Search Popup
   ================================================================ */
.mobile-search-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.mobile-search-overlay.open {
  display: block;
}
.mobile-search-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 31, 48, 0.6);
}
.mobile-search-overlay__sheet {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--white);
  border-radius: 16px 16px 0 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1;
}
.mobile-search-overlay__field {
  border: 1px solid var(--grey-light);
  border-radius: 12px;
  overflow: hidden;
}
.mobile-search-overlay__select {
  width: 100%;
  padding: 14px 16px;
  border: none;
  background: var(--white);
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: var(--black-main);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%236B7780' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.mobile-search-overlay__btn {
  width: 100%;
  height: 48px;
  background: linear-gradient(265.22deg, #1EB18E 0%, #077CD0 100%);
  border: none;
  border-radius: 12px;
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  margin-top: 8px;
}
.mobile-search-overlay__btn:hover {
  background: linear-gradient(265.22deg, #1b9c80 0%, #076fb8 100%);
}
.mobile-search-overlay__close {
  background: none;
  border: none;
  color: var(--grey-secondary);
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  cursor: pointer;
  padding: 8px;
  text-align: center;
}
.mobile-search-overlay__close:hover {
  color: var(--black-main);
}
.select {
  background: 0 0;
  border: 1px solid #dbe1e6;
  width: 120px;
  padding: 8px 36px 8px 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='5' viewBox='0 0 6 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.86602 4.5C3.48112 5.16667 2.51887 5.16667 2.13397 4.5L0.401923 1.5C0.0170226 0.833333 0.498148 5.6841e-07 1.26795 5.01112e-07L4.73205 1.9827e-07C5.50185 1.30972e-07 5.98298 0.833334 5.59808 1.5L3.86602 4.5Z' fill='%236B7780'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  cursor: pointer;
  width: 10px;
  height: 10px;
  z-index: -1;
  top: 50%;
  right: 20px;
  transform: translate(50%, -50%);
}
.select:active,
.select:focus {
  outline: 0;
}
.select-left {
  border-radius: 16px 0 0 16px;
  border-right: 0;
}
.select-right {
  border-radius: 0 16px 16px 0;
}
main {
  justify-content: center;
  flex-direction: column;
  margin: 32px auto;
  padding: 0 8px;
}
.chosen2,
.links {
  align-items: center;
}
.breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumb {
  display: inline;
}
.breadcrumb + .breadcrumb:before {
  color: #000;
  content: "/\00a0";
}
.chosen {
  margin-top: 32px;
}
.title {
  font-weight: 600;
  font-size: 35px;
  line-height: 52px;
  margin: 32px 0 16px;
}
time {
  display: block;
}
.desc,
.last__menu,
.text-sm {
  margin-top: 16px;
}
.table {
  margin: 48px 0 32px;
}
.section-header {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
.feature-name,
th,
tr {
  font-size: 12px;
  line-height: 18px;
}
.investor__name {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.table > div {
  overflow: auto;
  margin-top: 8px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
td,
th {
  padding: 4px 8px;
  text-align: right;
}
tr {
  border-bottom: 1px solid #dbe1e6;
}
td:not(:last-child),
th:not(:last-child) {
  text-align: left;
}
.investors-list-header {
  display: block;
  margin-top: 32px;
  font-size: 20px;
  line-height: 30px;
}
.shizune-lg,
.chip,
.chips,
.chosen2,
.links {
  display: flex;
}
.investor__name {
  margin-top: 16px;
}
.shizune-lg .shizune-lg__trustedby,
.chosen2,
.show-more-desc {
  font-size: 12px;
  line-height: 18px;
}
.investor__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 4px;
}
.links {
  margin-top: 16px;
}
.show-more-desc {
  margin-top: 4px;
}
.portfolio-feature-list {
  margin-top: 24px;
}
.portfolio-feature-list ul {
  margin: 4px 0 0;
  padding: 0 0 0 20px;
}
.bottom-gap {
  margin-top: 96px;
}
.chips {
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
.chip {
  background: var(--white);
  border: 1px solid var(--grey-main);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: fit-content;
  color: var(--black-main);
  margin: 0 8px 8px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
.chip:hover {
  background: var(--blue-light-border);
}
.chip--active {
  background: var(--blue-light-bg);
  border-color: var(--blue-light-border);
  color: var(--blue-link);
}
.industries {
  margin-top: 56px;
  margin-bottom: 52px;
}

/* ================================================================
   Mid-page CTA Banner
   ================================================================ */
.cta-mid {
  background:
    linear-gradient(221.57deg, rgba(46, 209, 170, 0.15) 0%, rgba(33, 154, 241, 0.15) 60%, rgba(200, 140, 220, 0.1) 100%),
    linear-gradient(140deg, rgba(46, 209, 170, 0.12) 0%, rgba(33, 154, 241, 0.18) 50%, rgba(180, 120, 200, 0.08) 100%),
    linear-gradient(to right, #f0f7fd, #eaf5f9, #f2f0fa);
  border-radius: 12px;
  height: 264px;
  margin: 32px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.cta-mid__content {
  flex: 1;
  min-width: 0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cta-mid__avatars {
  position: absolute;
  right: -60px;
  top: -70px;
  transform: rotate(-5.65deg);
  display: grid;
  grid-template-columns: repeat(4, 54px);
  grid-auto-rows: 54px;
  gap: 8px;
}
.cta-mid__avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
img.cta-mid__avatar {
  object-fit: cover;
}
.cta-mid__avatar--grey {
  background: #D9D9D9;
}
.cta-mid__avatar--fire {
  background: radial-gradient(50% 50% at 50% 50%, #FFD8C0 0%, #FBC19E 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-mid__avatar--fire img {
  width: 25px;
  height: 25px;
}
.cta-mid__avatar--play {
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-mid__avatar--play img {
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .cta-mid {
    height: auto;
  }
  .cta-mid__avatars {
    display: none;
  }
}
.cta-mid__heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 4px;
}
.cta-mid__subtext {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 16px;
  max-width: 457px;
}
.cta-mid__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--blue-main);
  color: var(--white);
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  border-radius: 12px;
  height: 40px;
  width: 224px;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.15s ease;
}
.cta-mid__btn:hover {
  background: #0279d0;
}
.cta-trust {
  margin-top: 8px;
}
.cta-trust__text {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin: 0 0 8px;
}
.cta-trust__text strong {
  font-weight: 700;
}
.cta-trust__logos {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.cta-trust__logos img {
  display: block;
  height: 14px;
  width: auto;
  object-fit: contain;
}
.cta-trust__logos img[alt="Y Combinator"] { height: 16px; width: 80px; }
.cta-trust__logos img[alt="Techstars"] { width: 70px; height: 12px; }
.cta-trust__logos img[alt="Antler"] { width: 50px; height: 12px; }
.cta-trust__logos img[alt="Pioneer"] { width: 65px; height: 12px; }
.cta-trust__logos img[alt="On Deck"] { height: 16px; width: 55px; }

/* ================================================================
   Investor Cards
   ================================================================ */
.investor-card {
  padding: 32px 0;
}
.investor-card__divider {
  border: none;
  border-top: 1px solid var(--grey-light);
  margin: 0 0 32px;
}
.investor-card__name {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  display: block;
}
.investor-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 4px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: var(--grey-secondary);
}
.investor-card__actions {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 32px;
  padding: 6px 16px;
  border-radius: 100px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.card-btn--primary {
  background: var(--blue-main);
  color: var(--white);
}
.card-btn--primary:hover {
  background: #0279d0;
}
.card-btn--outlined {
  background: var(--white);
  border: 2px solid var(--grey-light);
  color: var(--black-main);
  padding: 6px 24px;
}
.card-btn--outlined:hover {
  border-color: var(--grey-main);
  background: var(--grey-bg);
}
.card-btn--ghost {
  background: var(--white);
  color: var(--black-main);
}
.card-btn--ghost:hover {
  background: var(--grey-bg);
}
.investor-card__socials {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-top: 24px;
}
.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: var(--white);
  border-radius: 8px;
  transition: background 0.15s ease;
}
.social-icon:hover {
  background: var(--grey-bg);
}
.investor-card__desc {
  margin-top: 24px;
}
.investor-card__desc .desc {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 23px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.investor-card__label {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: var(--grey-secondary);
  margin: 0 0 4px;
}
.investor-card__thesis,
.investor-card__portfolio {
  margin-top: 24px;
}
.investor-card__thesis ul,
.investor-card__portfolio ul {
  margin: 4px 0 0;
  padding: 0 0 0 22px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 23px;
}
.investor-card__thesis li,
.investor-card__portfolio li {
  margin-bottom: 0;
}
.portfolio-company {
  text-decoration: underline;
}

/* ================================================================
   Bottom CTA
   ================================================================ */
.cta-bottom {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 56px auto;
  border-radius: 12px;
  border: 1px solid var(--grey-light);
  box-shadow: 0 0 8px rgba(7, 31, 48, 0.1);
  overflow: hidden;
  min-height: 479px;
  background: var(--white);
}
.cta-bottom__bg {
  position: absolute;
  inset: 0;
  background-image: url('/img/chart-cta/cta-bottom-bg-1.png');
  background-size: cover;
  background-position: center;
}
.cta-bottom__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.8), rgba(255,255,255,0.2));
  border-radius: 12px;
}
.cta-bottom__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 40px;
}
.cta-bottom__heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.1;
  background: linear-gradient(180deg, rgba(7,31,48,0.9), rgba(7,31,48,0.8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 24px;
}
.cta-bottom__subtext {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  max-width: 607px;
  background: linear-gradient(180deg, rgba(7,31,48,0.9), rgba(7,31,48,0.8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 32px;
}
.cta-bottom__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--blue-main);
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 15px;
  border-radius: 12px;
  height: 48px;
  padding: 0 24px;
  text-decoration: none;
  margin-bottom: 24px;
  transition: background 0.15s ease;
  box-sizing: border-box;
}
.cta-bottom__btn:hover {
  background: #0279d0;
}
.cta-trust--centered {
  text-align: center;
}
.cta-trust--centered .cta-trust__logos {
  justify-content: center;
}

/* ================================================================
   Footer (legacy styles kept for compatibility)
   ================================================================ */
.shizune-lg {
  background: linear-gradient(89.39deg, #071f30 1.05%, #0f4348 98.95%);
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 80px;
}
.shizune-lg__list,
.projects ul {
  list-style: none;
  display: flex;
  padding: 0;
}
.shizune-lg span {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
}
.shizune-lg .shizune-lg__trustedby {
  margin: 32px 0 16px;
  font-weight: 400;
  color: var(--text-grey);
}
.shizune-lg__list {
  flex-direction: column;
  align-items: flex-start;
  margin: 56px 0;
}
.shizune-lg__list li {
  margin-bottom: 10px;
  color: #fff;
  display: flex;
  align-items: center;
}
.powered-by a,
.text-link {
  color: #1eb18e;
}
.shizune-lg__list li::before {
  content: url(../images/Approve.svg);
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: 4px;
}
.vsfunds {
  width: 292px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.vsfunds > svg {
  margin-right: 12px;
  margin-bottom: 12px;
}
.powered-by {
  margin-top: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.powered-by span:first-child {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 8px;
}
.powered-by a:hover {
  text-decoration: underline;
}
.powered-by span:last-child {
  font-size: 20px;
  line-height: 30px;
}
.projects {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}
.projects span {
  color: var(--text-grey);
  font-weight: 700;
}
.projects ul {
  margin-top: 8px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.projects li {
  white-space: nowrap;
}

/* ================================================================
   Responsive: medium breakpoints
   ================================================================ */
@media screen and (min-width: 768px) {
  .select-middle {
    border-right: none;
  }
}
@media screen and (max-width: 1024px) {
  .show-on-mobile {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
  }
  .btn__magnifying {
    display: flex;
  }
  .header__search,
  .header__buttons,
  .search-pill--header {
    display: none !important;
  }
  .header__form-wrapper svg {
    width: 78px;
  }
  .open {
    display: block !important;
  }
  .mobile-form {
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(7, 31, 48, 0.6);
    padding: 24px;
  }
  .horizontal-form {
    background: #fff;
    border-radius: 12px 12px 0 0;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.25s;
    transform: translateY(100%);
  }
  .horizontal-form .form-close {
    font-size: 15px;
    line-height: 20px;
    margin-top: 16px;
    color: #6b7780;
    text-align: center;
    background: #fff;
  }
  .form-close:hover {
    background: #eff2f6;
  }
  .horizontal-form button.btn {
    display: block;
    width: 100%;
    margin-top: 48px;
  }
  .select-wrapper::after {
    z-index: 0;
  }
  .mobile-header {
    background: linear-gradient(234.46deg, #d5f6ee 20.83%, #d2ebfc 79.17%);
    height: 32px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    position: sticky;
    z-index: 100;
  }
  .mobile-header span {
    font-weight: 700;
    font-size: 10px;
    line-height: 13px;
    color: #03120e;
  }
  .mobile-header button {
    margin-left: 16px;
    border: 1px solid rgba(7, 31, 48, 0.1);
    border-radius: 100px;
    width: 53px;
    height: 24px;
    background-color: transparent;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #1eb18e;
  }
  header .btn__findinvestors {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .desc {
    max-height: 58px;
  }
  .btn__findinvestors-sm {
    height: 32px !important;
  }
  .select-wrapper {
    margin-bottom: 8px;
  }
  .select-wrapper,
  .select-wrapper select {
    width: 100%;
  }
  .select {
    border-radius: 0px;
  }
  .selects-mobile {
    display: flex;
    flex-direction: column;
  }
  .form-flex {
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .form-div {
    display: flex;
    width: 100%;
  }
  .btn__magnifying,
  .btn__magnifying:hover {
    background: #f6f7f9;
    border: 1px solid #eff2f6;
  }
  .powered-by span:last-of-type,
  html {
    font-size: 12px;
    line-height: 18px;
  }
  .shizune-lg span,
  .powered-by span:first-of-type,
  .title {
    font-size: 20px;
    line-height: 30px;
  }
  .form,
  .projects .mid-dot,
  .projects span,
  button[type="submit"],
  header .btn__findinvestors {
    display: none;
  }
  .header {
    padding: 12px 8px;
    top: 40px;
    justify-content: space-between;
  }
  .header__logo img {
    width: 90px;
    height: auto;
  }
  .btn__magnifying {
    width: 52px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main {
    margin: 0;
    padding: 16px 8px 40px;
  }
  .title {
    margin-bottom: 8px;
  }
  .investor__name,
  .section-header {
    font-size: 15px;
    line-height: 22px;
  }
  .table > div {
    margin-top: 16px;
  }
  .feature-name,
  .investor__meta,
  td,
  th {
    font-size: 10px;
    line-height: 15px;
  }
  .chips {
    flex-direction: column;
    height: 100px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .shizune-lg {
    padding: 32px;
    align-items: flex-start;
  }
  .shizune-lg span {
    text-align: left;
  }
  .shizune-lg a,
  .shizune-lg button,
  .vsfunds {
    width: 100%;
  }
  .shizune-lg .shizune-lg__trustedby {
    text-align: center;
    width: 100%;
  }
  .shizune-lg__list {
    padding: 0;
    margin: 24px 0 32px;
  }
  .powered-by {
    margin-top: 32px;
  }
  .projects ul {
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
  }
  .projects ul li:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .svg-mobile-hidden {
    display: none;
  }
  .btn-max {
    width: 100%;
  }
  .select-ml8 {
    margin: 0 !important;
    width: 100%;
    border-radius: 0 0 12px 12px;
  }
  .select-top {
    margin: 0 !important;
    border-radius: 12px 12px 0 0 !important;
    border-right: 1px solid #dbe1e6;
    border-bottom: none;
  }
  .select-btm {
    margin: 0 !important;
    border-radius: 0 !important;
    border-bottom: none;
  }
  .select-wrapper-mobile {
    margin: 0 !important;
  }
  .cta-bottom__heading {
    font-size: 32px;
  }
  .cta-bottom__subtext {
    font-size: 16px;
  }
  .cta-bottom__content {
    padding: 40px 20px;
  }
}

/* ================================================================
   Sidebar CTA (desktop only)
   ================================================================ */
@media screen and (min-width: 1024px) {
  .button-link > .hide-desktop {
    display: none !important;
  }
  main {
    position: relative;
    width: 480px;
  }
  .sidebar-cta--container {
    display: block;
    position: absolute;
    left: -288px;
    height: 100%;
  }
  .sidebar-cta {
    width: 256px;
    position: sticky;
    top: 80px;
    z-index: 1;
  }
  .sidebar-cta__content {
    background: linear-gradient(214deg, rgba(46, 209, 170, 0.2), rgba(33, 154, 241, 0.2));
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 16px;
    border-radius: 12px;
  }
  .sidebar-cta__heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 16px;
    text-align: center;
  }
  .sidebar-cta__features {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    width: 100%;
  }
  .sidebar-cta__features li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 18px;
  }
  .sidebar-cta__features li::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    flex-shrink: 0;
    background-image: url('/img/chart-cta/checkmark.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .sidebar-cta__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #1EB18E, #077CD0);
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: var(--white);
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    border-radius: 12px;
    height: 40px;
    width: 224px;
    text-decoration: none;
    margin-bottom: 16px;
    transition: filter 0.15s ease;
  }
  .sidebar-cta__btn:hover {
    filter: brightness(1.1);
  }
  .sidebar-cta__trust-text {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin: 8px 0;
  }
  .sidebar-cta__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  .sidebar-cta__logos img {
    display: block;
    max-height: 14px;
    object-fit: contain;
  }
  .sidebar-cta__logos img[alt="Y Combinator"] { width: 70px; height: 14px; }
  .sidebar-cta__logos img[alt="Techstars"] { width: 60px; height: 10px; }
  .sidebar-cta__logos img[alt="Antler"] { width: 44px; height: 10px; }
  .sidebar-cta__logos img[alt="Pioneer"] { width: 56px; height: 10px; }
  .sidebar-cta__logos img[alt="On Deck"] { width: 48px; height: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .sidebar-cta--container {
    display: none;
  }
}

.select-ml8 {
  margin-left: 8px;
}
.form-flex {
  display: inline-flex;
}
.main-padding {
  padding: 0 24px;
  width: calc(100% - 48px);
  margin: 56px 0 52px;
}
.btn-nohide {
  display: block !important;
}
@media screen and (min-width: 1280px) {
  main {
    width: 736px;
  }
  .select {
    width: 192px;
  }
}

/* ================================================================
   Search Pill (list page)
   ================================================================ */
.search-pill {
  display: flex;
  align-items: center;
  background: var(--white);
  border: 2px solid var(--blue-main);
  border-radius: 100px;
  padding: 0 4px 0 8px;
  height: 52px;
  box-shadow: 0px 0px 16px rgba(7, 31, 48, 0.2);
  max-width: 620px;
  width: 100%;
  box-sizing: border-box;
}
.search-pill--header {
  height: 40px;
  border: 2px solid var(--grey-light);
  box-shadow: none;
  max-width: 512px;
  margin: 0 16px 0 24px;
}
.search-pill--header .sp-dropdown__trigger {
  padding: 0 8px;
  font-size: 14px;
}
.search-pill--header .search-pill__divider {
  height: 24px;
}
.search-pill--header .search-pill__btn {
  width: 32px;
  height: 32px;
}
/* Custom dropdown */
.sp-dropdown {
  flex: 1;
  min-width: 0;
  position: relative;
  height: 100%;
}
.sp-dropdown__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 12px;
  height: 100%;
  width: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: var(--black-main);
  box-sizing: border-box;
}
.sp-dropdown__trigger:hover {
  background: rgba(2, 138, 236, 0.04);
  border-radius: 8px;
}
.sp-dropdown__trigger svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.sp-dropdown.open .sp-dropdown__trigger svg {
  transform: rotate(180deg);
}
.sp-dropdown__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sp-dropdown__panel {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: -8px;
  min-width: 220px;
  max-height: 320px;
  background: var(--white);
  border: 1px solid var(--grey-light);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(7, 31, 48, 0.12);
  z-index: 200;
  overflow: hidden;
}
.sp-dropdown.open .sp-dropdown__panel {
  display: block;
}
.sp-dropdown__search-box {
  padding: 8px;
  border-bottom: 1px solid var(--grey-light);
}
.sp-dropdown__filter {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid var(--grey-light);
  border-radius: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: var(--black-main);
  outline: none;
  box-sizing: border-box;
}
.sp-dropdown__filter:focus {
  border-color: var(--blue-main);
}
.sp-dropdown__list {
  max-height: 250px;
  overflow-y: auto;
  padding: 4px 0;
}
.sp-dropdown__item {
  padding: 8px 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: var(--black-main);
  cursor: pointer;
  transition: background 0.1s ease;
}
.sp-dropdown__item:hover {
  background: var(--grey-bg);
}
.sp-dropdown__item--selected {
  background: var(--blue-light-bg);
  color: var(--blue-link);
  font-weight: 600;
}
.sp-dropdown__item--selected:hover {
  background: var(--blue-light-border);
}
.search-pill__divider {
  width: 1px;
  height: 32px;
  background: var(--grey-main);
  flex-shrink: 0;
}
.search-pill__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: var(--blue-main);
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s ease;
  margin-left: 4px;
}
.search-pill__btn:hover {
  background: #0279d0;
}
@media screen and (max-width: 768px) {
  .search-pill {
    display: none;
  }
  h1 {
    font-size: 24px !important;
    margin-bottom: 32px !important;
  }
}
