:root {
  --navy: #071E3A;
  --teal: #0096A6;
  --blue: #006FBB;
  --bright-blue: #1EA7E1;
  --purple: #7A4DD8;
  --soft-purple: #B99DDB;
  --yellow: #FFC928;
  --coral: #EF476F;
  --line: #DDE7EF;
  --text: #172033;
  --muted: #5B6678;
  --white: #FFFFFF;
  --shadow: 0 12px 28px rgba(7, 30, 58, .10);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  background: var(--navy);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  z-index: 1000;
}
.skip-link:focus { left: 10px; }
.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
}




site-header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}


.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-report-button {
  margin-left: auto;
}





.pulse-brand img { width: 320px; }
.street-brand img { width: 175px; margin-left: auto; }
.site-nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  font-weight: 800;
  color: var(--navy);
}
.site-nav a {
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 3px solid transparent;
}
.site-nav a:hover,
.site-nav a:focus { border-bottom-color: var(--teal); outline: none; }
main { max-width: 1180px; margin: 0 auto; padding: 22px; }
.hero {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 24px;
  align-items: stretch;
  padding: 26px 0 18px;
}
.hero-copy {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px;
  box-shadow: var(--shadow);
  background: #fff;
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--teal);
  font-size: .86rem;
  text-transform: uppercase;
  letter-spacing: .10em;
  font-weight: 800;
}
h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.1rem, 4.6vw, 4.8rem);
  line-height: .98;
  letter-spacing: -0.055em;
}
.hero-text {
  color: var(--muted);
  font-size: 1.2rem;
  max-width: 540px;
  margin: 22px 0 0;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  border: 3px solid var(--navy);
  transition: transform .15s ease, box-shadow .15s ease;
}
.button:hover,
.button:focus { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(7,30,58,.14); outline: none; }
.button-primary { background: var(--teal); color: #fff; border-color: var(--teal); }
.button-secondary { background: #fff; color: var(--navy); }
.hero-art {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
  display: flex;
  align-items: center;
}



.hero-art img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.hero {
  display: block;
  max-width: 1180px;
  margin: 40px auto;
  padding: 0 24px;
}


.hero-art {
  margin-bottom: 50px;
}


.section-title-row span { height: 3px; background: var(--teal); border-radius: 999px; }
h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
  letter-spacing: -0.03em;
  text-align: center;
}
.section-intro {
  margin: -6px auto 16px;
  max-width: 650px;
  color: var(--muted);
  text-align: center;
}



.section {
  margin-bottom: 60px;
}

.section-message {
  max-width: 850px;
  margin: 28px auto 50px;
  padding: 0 18px;
  text-align: center;
}

.section-message p {
  margin: 0;
  color: var(--blue);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.5;
}


.audience-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.audience-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(7,30,58,.08);
  padding: 16px 12px 18px;
  text-align: center;
}
.card-icon { width: 72px; margin: 0 auto 8px; }
.audience-card h3 {
  color: var(--navy);
  margin: 8px 0 6px;
  font-size: 1rem;
  line-height: 1.15;
}
.audience-card p { color: var(--muted); margin: 0; font-size: .92rem; }
.topic-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 15px 14px;
}
.topic-card {
  text-decoration: none;
  color: var(--navy);
  text-align: center;
  font-weight: 900;
  font-size: .91rem;
  line-height: 1.05;
  padding: 8px 4px;
  border-radius: 16px;
}
.topic-card:hover,
.topic-card:focus { background: #F7FAFC; outline: 2px solid var(--teal); outline-offset: 2px; }
.topic-card img { width: 76px; margin: 0 auto 7px; }
.help-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.help-card {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 8px 20px rgba(7,30,58,.08);
  background: #fff;
}
.mini-icon { width: 62px; }
.help-card h3 { color: var(--navy); margin: 0 0 4px; font-size: 1.05rem; }
.help-card p { color: var(--muted); margin: 0; font-size: .94rem; }
.final-cta {
  margin: 26px 0 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 22px;
  box-shadow: var(--shadow);
  background: #fff;
}
.final-mark { width: 88px; }
.final-cta h2 { text-align: left; margin: 0 0 4px; }
.final-cta p { margin: 0; color: var(--muted); }
.site-footer {
  border-top: 1px solid var(--line);
  padding: 28px 22px 36px;
  text-align: center;
  color: var(--navy);
  background: #fff;
}
.site-footer img { width: 70px; margin: 0 auto 8px; }
.site-footer p { margin: 4px 0; }
.footer-line { color: var(--teal); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: .82rem; }

@media (max-width: 1050px) {
  .site-header-inner { grid-template-columns: 260px 1fr; }
  .street-brand { display: none; }
  .pulse-brand img { width: 255px; }
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 260px; }
  .audience-grid { grid-template-columns: repeat(3, 1fr); }
  .topic-grid { grid-template-columns: repeat(5, 1fr); }
  .help-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .site-header-inner { display: block; padding: 12px 16px; }
  .pulse-brand img { width: min(290px, 100%); margin: 0 auto 8px; }
  .site-nav { justify-content: center; flex-wrap: wrap; gap: 14px; font-size: .92rem; }
  main { padding: 14px; }
  .hero-copy { padding: 24px; }
  .hero-actions { display: grid; }
  .section-title-row { grid-template-columns: 1fr; gap: 10px; }
  .section-title-row span { display: none; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .topic-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .topic-card img { width: 66px; }
  .help-grid { grid-template-columns: 1fr; }
  .final-cta { grid-template-columns: 1fr; text-align: center; }
  .final-mark { margin: 0 auto; }
  .final-cta h2 { text-align: center; }
}


@media (max-width: 430px) {
  .audience-grid { grid-template-columns: 1fr; }
  .topic-grid { grid-template-columns: repeat(2, 1fr); }
}





/* FIX LOGOS SO THEY DO NOT CROP OR SQUISH */
.site-header img,
.header-inner img,
.logo img,
.brand img,
.pulse-logo,
.logo-31,

img[src*="logo"] {
  width: auto !important;
  height: auto !important;
  max-width: 360px !important;
  max-height: 140px !important;
  object-fit: contain !important;
  display: block;
}
/* NOTE TO SELF For the 31Street logo, also add: */
.logo-31,
.logo-31street,
img[src*="31"] {
  max-width: 260px !important;
  max-height: 100px !important;
}





.hero-art {
  position: relative;
}

.banner-report-button {
  position: absolute;
  left: 40%;
  bottom: 36px;
  transform: translateX(-50%);
  display: inline-block;
  padding: 18px 34px;
  border-radius: 999px;
  background: #FFC928;
  color: #071E3A;
  border: 4px solid #071E3A;
  font-weight: 900;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(7, 30, 58, 0.18);
}


.banner-report-button {
  position: absolute;
  left: 40%;
  bottom: 22px;
  transform: translateX(-50%);
  display: inline-block;

  padding: 12px 22px;
  border-radius: 999px;

  background: #FFC928;
  color: #071E3A;
  border: 3px solid #071E3A;

  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-decoration: none;

  box-shadow: 0 8px 18px rgba(7, 30, 58, 0.16);
  white-space: nowrap;
}

@media (max-width: 700px) {
  .banner-report-button {
    bottom: 12px;
    padding: 10px 16px;
    font-size: 0.72rem;
    border-width: 2px;
  }
}

.header-report-button {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  background: #FFC928;
  color: #071E3A;
  border: 3px solid #071E3A;
  font-weight: 900;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
}

.header-report-button {
  text-align: left;
  padding-left: 18px;
  padding-right: 28px;
}




.mobile-hero-text {
  display: none;
}


  
  
  
 @media (max-width: 700px) {
  .desktop-only-text {
    display: none;
  }
} 

  
  

  .mobile-hero-text {
    display: block;
    padding: 28px 18px 12px;
    text-align: center;
  }

  .mobile-hero-text h1 {
    margin: 0 0 8px;
    font-size: 2rem;
    color: #071E3A;
  }

  .mobile-hero-text p {
    margin: 0;
    font-size: 1rem;
    color: #006FBB;
    font-weight: 700;
  }
}


@media (max-width: 700px) {
  .site-header-inner {
    display: block;
    text-align: center;
  }

  .header-report-button {
    display: inline-block;
    margin: 12px auto 0;
  }
}








@media (max-width: 700px) {
  main {
    display: flex;
    flex-direction: column;
  }

  .hero-art {
    order: 1;
  }

  .mobile-hero-text {
    order: 2;
  }

  #helps {
    order: 3;
  }

  #audiences {
    order: 4;
  }

  #topics {
    order: 5;
  }

  .final-cta {
    order: 6;
  }
}


@media (max-width: 700px) {
  .desktop-banner {
    display: none !important;
  }
}


@media (max-width: 700px) {
  .topic-card {
    padding: 12px 10px;
    min-height: 70px;
  }


/* NOTE Below is the size of the topic badges on the mobile only*/
  .topic-card img {
    width: 60px;
    height: 60px;
  }

  .topic-card span {
    font-size: 0.85rem;
  }
}
/* Then save and refresh. Use Command + Shift + R. */





