@import url("https://hunter.io/state-of-cold-email/styles/reset.css");
@import url("https://hunter.io/state-of-cold-email/styles/common.css");
@import url("https://hunter.io/state-of-cold-email/styles/variables.css");
@import url("https://hunter.io/state-of-cold-email/styles/typography.css");
@import url("https://hunter.io/state-of-cold-email/styles/_website.css");

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  min-height: 100vh;
  font-family: Inter;
  color: var(--text-secondary);
  background-color: var(--background-primary);
}

.hero {
  display: flex;
  flex-direction: column;
  padding: 14px 20px 24px 20px;
}

.logo_desktop {
  display: none;
}

.logo_mobile {
  width: 126px;
  height: 24px;
  display: block;
  margin-bottom: 24px;
}

.heroImage {
  width: 100%;
  margin-bottom: 32px;
}

.heroImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heroDescription {
  gap: 24px;
  display: flex;
  flex-direction: column;
}

.descriptionTopics {
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
}

.descriptionList {
  gap: 12px;
  display: flex;
  margin-block: 0;
  list-style: none;
  padding-inline: 0;
  flex-direction: column;
}

.descriptionList li {
  gap: 8px;
  display: flex;
  align-items: center;
}

.listBullet {
  width: 20px;
  height: 20px;
  display: flex;
  flex-shrink: 0;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: var(--background-secondary-subdued);
}

.readReportContainer {
  gap: 24px;
  display: flex;
  margin-top: 12px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.reportReadingTime {
  gap: 8px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: Inter;
  font-style: normal;
  align-items: center;
  font-feature-settings: "salt" on;
  color: var(--button-textDark, #3a444f);
}

main {
  display: grid;
  padding: 48px 0px 32px 0px;
}

.navigationSidebar {
  margin: 0 20px;
  border-radius: 8px;
  padding: 32px 40px;
  background: #f7f9fa;
}

.navigationSidebar > nav {
  gap: 8px;
  display: flex;
  flex-direction: column;
}

.navLink {
  font-size: 14px;
  list-style: none;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  color: var(--text-muted);
}

.navLink.active {
  color: var(--text-accent);
}

.navLink.active::before {
  content: "->"; /* or "→", "▶", etc. */
  margin-right: 5px;
  color: var(--text-accent);
}

.rightSidebar {
  margin-top: 32px;
  padding: 0px 20px;
}

.moreRepliesCard {
  overflow: hidden;
  border-radius: 8px;
  background: var(--background-primary);
  border: 1px solid var(--border-primary);
}

.moreRepliesCardImage {
  width: 100%;
}

.moreRepliesCardDescription {
  gap: 20px;
  display: flex;
  padding: 24px 20px;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.moreRepliesCardButton {
  padding: 12px;
  text-decoration: none;
  font-feature-settings: "salt" on;
  text-shadow: 0px 1px 0px rgba(212, 69, 25, 0.5);
}

.shareReportCard {
  margin-top: 20px;
  border-radius: 4px;
  margin-bottom: 24px;
  border: 1px solid var(--border-primary, #dfe3e8);
}

.shareReportCard > p:first-of-type {
  display: flex;
  padding: 20px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--border-primary, #dfe3e8);
  background: var(--background-tertiary, #f7f9fa);
}

.socialLinks {
  gap: 17px;
  display: flex;
  padding: 20px;
  flex-wrap: wrap;
  align-self: stretch;
  justify-content: center;
}

.socialLinks > a {
  flex-grow: 1;
  padding: 12px;
  display: flex;
  cursor: pointer;
  align-items: center;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  color: var(--text-secondary, #3a444f);
}

.socialLinks > a > img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  max-width: 20px;
  max-height: 20px;
}

.content {
  gap: 32px;
  display: flex;
  padding-top: 24px;
  flex-direction: column;
}

.content > section {
  padding: 0px 20px;
}

.content > section > h2 {
  margin-bottom: 16px;
}

.waitListDescription {
  display: flex;
  text-align: center;
  padding: 48px 32px;
  align-items: center;
  flex-direction: column;
  background: url(https://hunter.io/state-of-cold-email/assets/images/waitListBackground.png) no-repeat center
    center / cover;
}

.waitListDescription > h2 {
  margin-bottom: 24px;
}

.waitListDescription > p:first-of-type {
  margin-bottom: 16px;
}

.waitListDescription > a {
  flex-grow: 0;
  padding: 12px;
  margin-top: 32px;
  align-self: center;
}

.waitListImage {
  display: none;
}

.partners {
  gap: 38px;
  display: flex;
  padding: 48px 20px;
  flex-direction: column;
  background: var(--background-tertiary);
}

.partners > p:first-of-type {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  font-family: Inter;
  font-style: normal;
  color: var(--text-secondary, #28323b);
}

.partnersLogos {
  gap: 24px;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.resources {
  display: flex;
  padding: 0 20px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.resources > p:first-of-type {
  margin: 32px 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  text-align: center;
  color: var(--text-primary);
  font-family: "Familjen Grotesk";
}

.resources > div:first-of-type {
  gap: 40px;
  display: flex;
  flex-direction: column;
}

.resourceCard {
  gap: 20px;
  display: flex;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
}

.resourceCard > img {
  width: 50%;
}

.resourceCard > p:first-of-type {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  font-style: normal;
  font-family: "Familjen Grotesk";
  color: var(--text-primary, #1d262e);
}

@media (min-width: 1250px) {
  body {
    display: flex;
    font-size: 18px;
    line-height: 28px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  body > header,
  body > main,
  body section {
    max-width: 1600px;
  }

  main {
    gap: 40px;
    display: grid;
    padding: 120px 100px;
    grid-template-columns: 1fr 2fr 1fr;
  }

  .hero {
    gap: 40px;
    display: flex;
    padding: 100px 120px;
    flex-direction: row-reverse;
    background-repeat: no-repeat;
    background-position: bottom left;
    background: url(https://hunter.io/state-of-cold-email/assets/images/hero_desktop_bg.png);
  }

  .sec .heroImage {
    width: 50%;
    min-width: 0;
    display: flex;
    flex-basis: auto;
    margin-bottom: 0;
    align-items: flex-end;
  }

  .heroImage picture {
    width: 100%;
    display: flex;
    max-width: 100%;
  }

  .heroImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .heroDescription {
    width: 50%;
    min-width: 0;
  }

  .readReportContainer {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .logo_mobile {
    display: none;
  }

  .logo_desktop {
    width: 126px;
    height: 24px;
    display: block;
  }

  .navigationSidebar {
    left: 0;
    top: 25px;
    margin: 0;
    position: sticky;
    align-self: start;
    grid-column: 1 /2;
    height: fit-content;
  }

  .navLink {
    font-size: 16px;
    line-height: 24px;
  }

  .rightSidebar {
    left: 0;
    top: 25px;
    margin: 0;
    padding: 0;
    grid-column: 3;
    position: sticky;
    align-self: start;
  }

  .content {
    gap: 60px;
    padding: 0;
    grid-row: 1;
    grid-column: 2 / 3;
  }

  .waitList {
    display: flex;
  }

  .waitList > div {
    width: 50%;
    display: flex;
  }

  .waitListDescription {
    text-align: start;
    align-items: start;
    padding: 60px 100px;
    justify-content: center;
  }

  .waitListDescription > a {
    align-self: flex-start;
  }

  .waitListImage {
    background: #1d262e;
    align-items: flex-end;
    justify-content: center;
    padding: 80px 80px 0px 80px;
  }

  .partners {
    gap: 50px;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 48px 100px;
    justify-content: center;
  }

  .partnersLogos {
    gap: 50px;
    flex-grow: 1;
    justify-content: space-between;
  }

  .resources {
    padding: 100px 120px;
  }

  .resources > div:first-of-type {
    gap: 30px;
    flex-direction: row;
  }

  .resourceCard {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
  }

  .resourceCard > img {
    width: 100%;
  }

  .socialLinks {
    justify-content: center;
  }

  .bottomContainer {
    width: 100%;
    max-width: unset;
  }
}

@media (max-width: 470px) {
  .resourceCard {
    gap: 16px;
    flex-direction: column;
  }

  .resourceCard > img {
    width: 100%;
  }

  .resourceCard > p {
    align-self: flex-start;
  }
}
