/* BILLBOARD MARKETERS */

.billboard {
  background: #000;
  padding: 135px 0 60px 0;
  position: relative;
  color: #fff;
  min-height: 750px;
}

.agencypartners .billboard {
  min-height: 800px;
}

.billboard:before {
  content: "";
  background: #000
    url("https://img.netline.com/images/netline/www/marketers_billboard_rings_full.png");
  background-repeat: no-repeat;
  background-position: calc(50% + 475px) -30px;
  background-size: 1200px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.billboard .wrapper {
  z-index: 1;
  position: relative;
}

.billboard .overline {
  color: #03bfd7;
}

.billboard h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 78px;
  line-height: 84px;
  margin: 0 0 0.5em 0;
}

.billboard .copy {
  margin: 0 0 2.5em 0;
  font-size: 22px;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  padding: 15px 15px 15px 0;
}

.billboard .links {
  display: grid;
  grid-template-columns: 40% 60%;
  max-width: 480px;
  gap: 50px;
}

.agencypartners .billboard .links {
  max-width: 750px;
  grid-template-columns: 400px auto;
}

.billboard .talk {
  font-family: "open sans", sans-serif;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  border: solid 2px #03bfd7;
  border-radius: 8px;
  vertical-align: top;
  text-transform: uppercase;
}

.billboard .talk:hover {
  background: #4355a5;
  border: solid 2px #4355a5;
}

.billboard .talk:focus {
  background: #5d6bb2;
  border: solid 2px #5d6bb2;
}

@media (max-width: 1000px) {
  .billboard h1 br {
    display: none;
  }
}

@media (max-width: 850px) {
  .billboard {
    min-height: revert;
  }
}

@media (max-width: 768px) {
  .billboard {
    background: #000
      url("https://img.netline.com/images/netline/www/marketers_billboard_ringsm.png");
    background-repeat: no-repeat;
    background-position: top right;
  }

  .billboard:before {
    background: none;
  }

  .billboard h1 {
    font-size: 72px;
    line-height: 80px;
  }
}

@media (max-width: 650px) {
  .agencypartners .billboard .links {
    grid-template-columns: 100%;
    max-width: 400px;
    gap: 30px;
    margin: 0 auto;
  }
}

@media (max-width: 550px) {
  .billboard h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .billboard .links {
    grid-template-columns: 100%;
    max-width: 280px;
    gap: 30px;
    margin: 0 auto;
  }
}

@media (max-width: 430px) {
  .billboard {
    padding: 100px 0 40px 0;
  }

  .billboard h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

/* BILLSUB - below billboard */

.billsub {
  background: #000
    url("https://img.netline.com/images/netline/www/marketers_problem_space.webp")
    no-repeat bottom right;
  background-size: 1400px auto;
  padding: 80px 0;
  color: #fff;
}

.billsub .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 250px;
  width: 100%;
}

.problem {
  color: #03bfd7;
}

.solution .cta {
  margin: 80px 0 0 0;
}

@media (max-width: 1100px) {
  .billsub .grid {
    gap: 150px;
  }
}

@media (max-width: 850px) {
  .billsub {
    padding: 50px 0;
  }

  .billsub .grid {
    grid-template-columns: 100%;
    max-width: revert;
    gap: 40px;
  }

  .billsub h3 {
    margin: 0 0 0.5em 0;
  }

  .solution .cta {
    margin: 40px auto 0 auto;
  }
}

@media (max-width: 550px) {
  .billsub h3 {
    font-size: 40px;
    line-height: 50px;
  }
}

/* ACCOMPLISH */

.accomplish {
  padding: 80px 0 40px 0;
}

.accomplish h2 {
  color: #03bfd7;
  margin: 0 0 2em 0;
}

.accomplish .grid {
  display: grid;
  grid-template-columns: 31% 31% 31%;
  gap: 50px;
}

.accomplish img {
  width: 100%;
  max-width: 350px;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
}

.accomplish .grid > div:nth-child(2) img {
  margin-top: -22px;
}

.agencypartners .accomplish img {
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.15));
  max-height: 120px;
  margin: 0 auto;
  display: block;
  width: auto;
}

.agencypartners .accomplish .grid > div:nth-child(3) img {
  margin-top: 0;
}

.accomplish h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  margin: 20px 0px 0.5em 0px;
  font-feature-settings: "lnum" 1;
}

.accomplish h3 span {
  color: #00838f;
}

.accomplish p {
  margin: 0 0px 1em 0px;
}

@media (max-width: 1000px) {
  .accomplish .grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .accomplish {
    padding: 50px 0 0 0;
  }

  .accomplish .grid {
    grid-template-columns: 1fr;
  }

  .accomplish img {
    display: block;
    margin: 0 auto 10px auto;
  }
}

/* AGENCY FEATURES */

.features {
  background: #fff;
  background:
    linear-gradient(to top, transparent 0%, #000000bd 100%),
    url("https://img.netline.com/images/netline/www/intentive_inaction_background.webp")
      no-repeat;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-size: auto, auto;
  background-size: cover;
  background-position: bottom center;
  padding: 60px 0;
  color: #fff;
}

.features .grid {
  display: grid;
  grid-template-columns: 300px auto;
  margin: 0 auto 0 auto;
  max-width: 850px;
  gap: 60px;
  align-items: center;
}

.features h5 {
  font-size: 40px;
  line-height: 44px;
  color: #03bfd7;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  position: relative;
}

.features h5:after {
  content: "";
  border-right: solid 4px #03bfd7;
  position: absolute;
  right: -20px;
  top: -65%;
  height: 425px;
}

.features p {
  font-size: 24px;
  line-height: 28px;
  margin: 1.8em 0;
}

@media (max-width: 650px) {
  .features {
    padding: 40px 0 40px 0;
  }

  .features .grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 0 auto;
  }

  .features h5 {
    margin: 20px 0 0 0;
  }

  .features h5::after {
    content: "";
    border-bottom: solid 4px #03bfd7;
    position: absolute;
    right: 50%;
    top: unset;
    height: revert;
    width: 425px;
    bottom: -30px;
    margin-right: -212px;
  }

  .features p {
    font-size: inherit;
    line-height: inherit;
    margin: 1em 0;
    text-align: center;
  }
}

/* MOREBAR */

.agencypartners .morebar {
  padding: 80px 0;
}

.agencypartners .morebar p {
  font-size: 40px;
  line-height: 44px;
}

@media (max-width: 650px) {
  .agencypartners .morebar {
    padding: 60px 0 40px 0;
  }
}

/* HOWUSE */

.agencypartners .howuse .grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.agencypartners .howuse img {
  float: left;
  margin-right: 15px;
}

.agencypartners .howuse h3 {
  margin: -0.2em 0 1em 0;
}

@media (max-width: 1100px) {
  .agencypartners .howuse {
    padding: 40px 0;
  }

  .agencypartners .howuse .grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 550px) {
  .agencypartners .howuse .grid {
    grid-template-columns: 1fr;
  }

  .agencypartners .howuse h3 {
    margin: 0.5em 0 1em 0;
  }
}

/* INTENTIVE */

.intentive {
  background: #000
    url("https://img.netline.com/images/netline/www/marketers_intentive_lineshape_full.webp")
    no-repeat;
  color: #fff;
  padding: 80px 0 40px 0;
  background-size: 2000px auto;
  background-position: calc(50% + 270px) top;
}

.intentive .overline {
  color: #03bfd7;
}

.intentive h1 {
  font-size: 65px;
  line-height: 75px;
  font-weight: 800;
  text-transform: uppercase;
  font-feature-settings: "lnum" 1;
  margin: 0 0 0.5em 0;
}

.intentive p {
  max-width: 550px;
  width: 100%;
}

.intentive .cta {
  margin: 40px 0;
}

.intentive .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-transform: uppercase;
  color: #03bfd7;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 60px;
}

.intentive .grid span {
  color: #fff;
  font-weight: 800;
  font-size: 56px;
  line-height: 60px;
  font-feature-settings: "lnum" 1;
}

.intentive .grid em {
  font-size: 18px;
  font-style: normal;
}

@media (max-width: 900px) {
  .intentive .grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .intentive h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .intentive .grid div:nth-child(5) {
    grid-column: auto / span 2;
  }
}

@media (max-width: 550px) {
  .intentive .grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}

/* CORONA PLANET GROUP - LEARN ETC */

.learn {
  background: #000
    url("https://img.netline.com/images/netline/www/marketers_learn_planet_nlteal.webp")
    no-repeat;
}

.nextstep {
  background: #000
    url("https://img.netline.com/images/netline/www/marketers_learn_planet.webp")
    no-repeat;
}

.buildsales {
  background: #000
    url("https://img.netline.com/images/netline/www/marketers_learn_planet_shark.webp")
    no-repeat;
}

.learn,
.nextstep {
  background-position: calc(50% + 300px) -20px;
  background-size: 800px auto;
  padding: 120px 0 40px 0;
  color: #fff;
}

.buildsales {
  padding: 120px 0 80px 0;
  background-position: calc(50% + 300px) -40px;
  background-size: 800px auto;
  color: #fff;
}

.topgrid {
  display: grid;
}

.learn .topgrid {
  grid-template-columns: 45% 55%;
}

.nextstep .topgrid,
.speedup .topgrid {
  grid-template-columns: 55% 45%;
}

.buildsales .topgrid,
.trust .topgrid {
  grid-template-columns: 45% 55%;
}

.topgrid img {
  width: 100%;
}

.learn .topgrid img {
  max-width: 520px;
  margin-left: 15%;
  -webkit-filter: drop-shadow(0px 0px 12px rgba(0, 142, 143, 1));
  filter: drop-shadow(0px 0px 12px rgb(0, 142, 143, 1));
}

.nextstep .topgrid img {
  max-width: 400px;
  margin-top: 60px;
  -webkit-filter: drop-shadow(0px 0px 12px rgba(144, 154, 207, 1));
  filter: drop-shadow(0px 0px 12px rgb(144, 154, 207, 1));
}

.buildsales .topgrid img {
  margin-left: 12%;
  max-width: 400px;
  margin-top: 60px;
  -webkit-filter: drop-shadow(0px 0px 12px rgba(0, 142, 143, 1));
  filter: drop-shadow(0px 0px 12px rgb(0, 142, 143, 1));
}

.nextstep .topgrid p {
  max-width: 520px;
}

.botgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 75px;
  margin-top: 60px;
}

.botgrid div {
  border-left: solid 2px #4555a5;
  padding-left: 30px;
  align-items: top;
}

.botgrid h3 {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 0.5em 0;
  font-feature-settings: "lnum" 1;
  color: #03bfd7;
}

@media (max-width: 1100px) {
  .learn,
  .nextstep,
  .buildsales {
    padding: 60px 0 40px 0;
    background-size: 650px auto;
    background-position: calc(50% + 250px) top;
  }

  .learn .topgrid,
  .buildsales .topgrid {
    grid-template-columns: 50% 50%;
  }

  .learn .topgrid img {
    width: 90%;
    margin: 0 0 0 50px;
    display: block;
  }

  .nextstep .topgrid img {
    width: 90%;
    display: block;
  }

  .buildsales .topgrid img {
    width: 90%;
    margin-left: 0;
    display: block;
  }
}

@media (max-width: 850px) {
  .learn,
  .nextstep,
  .buildsales {
    background-size: 100% auto;
    background-position: center 30%;
    padding: 50px 0;
  }

  .learn .topgrid,
  .nextstep .topgrid,
  .buildsales .topgrid {
    grid-template-columns: 1fr;
  }

  .topgrid h2 br {
    display: none;
  }

  .nextstep .topgrid p {
    max-width: unset;
  }

  .learn .topgrid img,
  .nextstep .topgrid img,
  .buildsales .topgrid img {
    width: 100%;
    max-width: 480px;
    margin: 40px auto 0 auto;
    display: block;
  }

  .nextstep .topgrid img,
  .buildsales .topgrid img {
    margin: 40px auto 0 auto;
  }

  .botgrid {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 50px;
  }
}

@media (max-width: 600px) {
  .learn,
  .nextstep,
  .buildsales {
    background-position: center 35%;
  }

  .botgrid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 500px) {
  .learn,
  .nextstep,
  .buildsales {
    background-size: 600px auto;
    padding: 35px 0;
  }

  .botgrid div {
    padding-left: 20px;
  }
}

/* HQLG */

.hqlg {
  background: #fff
    url("https://img.netline.com/images/netline/www/marketers_hql_pluses.png")
    no-repeat;
  padding: 80px 0;
  background-position: right 80px;
  background-size: 630px auto;
}

.hqlg .overline {
  color: #03bfd7;
  font-weight: 500;
}

.hqlg h1 {
  font-size: 65px;
  line-height: 75px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
}

.hqlg .copy {
  max-width: 550px;
  width: 100%;
  margin: 0 0 2.5em 0;
}

.hqlg .links {
  display: grid;
  grid-template-columns: 53% 47%;
  max-width: 550px;
  gap: 50px;
}

.agencies .hqlg .links {
  grid-template-columns: 250px auto;
  max-width: fit-content;
}

.hqlg .talk {
  font-family: "open sans", sans-serif;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  border: solid 2px #03bfd7;
  border-radius: 8px;
  vertical-align: top;
  text-transform: uppercase;
}

.hqlg .talk:hover {
  background: #4355a5;
  border: solid 2px #4355a5;
  color: #fff;
}

.hqlg .talk:focus {
  background: #5d6bb2;
  border: solid 2px #5d6bb2;
  color: #fff;
}

.hqlg .statgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 80px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 100px;
}

.hqlg .statgrid span {
  color: #03bfd7;
  font-weight: 800;
  font-size: 56px;
  line-height: 60px;
  font-feature-settings: "lnum" 1;
}

@media (max-width: 1100px) {
  .hqlg .statgrid {
    gap: 30px;
  }
}

@media (max-width: 850px) {
  .hqlg h1 br {
    display: none;
  }

  .hqlg .statgrid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .hqlg h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .agencies .hqlg .links {
    grid-template-columns: 1fr;
    max-width: fit-content;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .hqlg .links {
    grid-template-columns: 1fr;
    max-width: 280px;
    margin: 0 auto;
  }

  .hqlg .statgrid {
    margin-top: 50px;
  }
}

/* GENERATE CONTROL GAININSIGHTS GROUP */

.generate,
.control,
.gaininsights {
  background: #fff
    url("https://img.netline.com/images/netline/www/marketers_hql_globelines_full.webp")
    no-repeat;
  background-position: calc(50% - 560px) 20px;
  background-size: 560px auto;
  padding: 100px 0 60px 0;
}

.generate {
  background-position: calc(50% - 560px) 0;
}

.topgrid {
  display: grid;
}

.generate .topgrid {
  grid-template-columns: 50% 50%;
}

.control .topgrid {
  grid-template-columns: 50% 50%;
}

.gaininsights .topgrid {
  grid-template-columns: 50% 50%;
}

.generate h2,
.control h2,
.gaininsights h2 {
  color: #03bfd7;
}

.generate .topgrid img {
  margin-top: -100px;
  max-width: 575px;
  margin-left: -30px;
}

.control .topgrid img {
  max-width: 480px;
  margin-top: -40px;
  margin-left: 40px;
}

.gaininsights .topgrid img {
  max-width: 480px;
  margin-top: -40px;
  margin-left: 40px;
}

.light .botgrid h3 {
  color: #4555a5;
}

.light .botgrid div {
  border-left: solid 2px #8d9de2;
}

@media (max-width: 1100px) {
  .generate,
  .control,
  .gaininsights {
    background-size: 450px auto;
    background-position: calc(0% - 150px) 40px;
  }

  .generate {
    background-position: calc(0% - 150px) 0;
  }

  .generate .topgrid img {
    width: 90%;
    margin: -100px 0 0 0;
    display: block;
  }
  .control .topgrid img {
    width: 90%;
    display: block;
    margin: -60px 0 0 0;
  }
  .gaininsights .topgrid img {
    width: 90%;
    margin-left: 0;
    display: block;
  }

  .control .botgrid,
  .gaininsights .botgrid {
    margin-top: 50px;
  }
}

@media (max-width: 850px) {
  .generate,
  .control,
  .gaininsights {
    padding: 50px 0;
    background-image: none;
  }

  .generate .topgrid,
  .control .topgrid,
  .gaininsights .topgrid {
    grid-template-columns: 1fr;
  }

  .generate .topgrid div:nth-child(1),
  .control .topgrid div:nth-child(1),
  .gaininsights .topgrid div:nth-child(1) {
    order: 2;
    background: url("https://img.netline.com/images/netline/www/marketers_hql_globelines_full.webp")
      no-repeat;
    background-size: 450px auto;
    background-position: calc(0% - 150px) 50%;
  }

  .topgrid h2 br {
    display: none;
  }

  .control .topgrid p {
    max-width: unset;
  }

  .generate .topgrid img,
  .control .topgrid img,
  .gaininsights .topgrid img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 500px) {
  .generate .topgrid div:nth-child(1),
  .control .topgrid div:nth-child(1),
  .gaininsights .topgrid div:nth-child(1) {
    background-size: 375px auto;
  }

  .generate,
  .control,
  .gaininsights {
    padding: 35px 0;
  }
}

/* SPEAK */

.agencypartners .speak .callout {
  grid-template-columns: auto 200px 260px;
}

.agencypartners .speak h2 {
  margin: 0;
}

@media (max-width: 1100px) {
  .agencypartners .speak .callout {
    grid-template-columns: 1fr;
  }

  .agencypartners .speak .callout .cta:not(:hover) {
    height: fit-content;
    width: 260px;
    margin: 0 auto;
  }
}

/* --------------------- NEW CSS FEB 2026 ---------------------- */

/* AUDIENCES SECTION NEW 2026 */

.audiences {
  position: relative;
  background:
    url("https://img.netline.com/images/netline/www/marketers_intentive_lineshape_full.webp")
      no-repeat calc(50% + 270px) -200px,
    #000;
  background-size: 1800px auto;
  color: #fff;
  padding: 80px 0 40px 0;
  z-index: 0;
}

.audiences::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://img.netline.com/images/netline/www/marketing_Stars-Background.jpg") no-repeat center top;
  background-size: cover;
  opacity: 0.4;
  pointer-events: none;
  z-index: -1;
}

.audiences .overline {
  color: #03bfd7;
}

.audiences h2 {
  font-size: 65px;
  line-height: 75px;
  font-weight: 800;
  text-transform: uppercase;
  font-feature-settings: "lnum" 1;
  margin: 0 0 0.5em 0;
}

.audiences .blue-text {
  color: #03bfd7;
}

.audiences .narrow {
  max-width: 550px;
  width: 100%;
}

.audiences .narrow2 {
  max-width: 850px;
  width: 100%;
}

.audiences .cta {
  margin: 0 40px 0 0;
}

.audiences .line-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  margin: 80px 0 80px 0;
  gap: 0 40px;
}

.audiences .line-grid div {
  border-left: solid 2px #16565d;
  padding-left: 30px;
}

@media (max-width: 850px) {
  .audiences .cta {
    float: none;
    margin: 40px 0 0 0;
  }
}

@media (max-width: 768px) {
  .audiences h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 850px) {
  .audiences .line-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .audiences .line-grid br {
    display: none;
  }
}

.two-buttons {
  padding-top: 40px;
}

.cta1,
.cta2 {
  font-family: "open sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 20px;
  display: inline-block;
  width: auto;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  letter-spacing: 0.5px;
  text-align: center;
  vertical-align: top;
  text-transform: uppercase;
}

.cta1 {
  background: #03bfd7;
  margin-right: 32px;
}

.cta2 {
  background: #00838f;
}

.cta1:hover,
.cta2:hover {
  background: #4355a5;
}

.cta1:focus,
.cta2:focus {
  background: #5d6bb2;
}

@media (max-width: 953px) {
  .cta1,
  .cta2 {
    min-width: 480px;
    margin-bottom: 12px;
  }
}

.instantly {
  position: relative;
}

.instantly::after {
  content: "";
  position: absolute;
  right: 12%;
  top: 50%;
  transform: translateY(-35%);
  width: 400px; /* image width */
  height: 400px; /* image height */
  background-image: url("https://img.netline.com/images/netline/www/marketing_Sparkles-Graphic.png");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

@media (max-width: 1125px) {
  .instantly::after {
    display: none;
  }
}

.audiences .instantly h3 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1em;
  max-width: 550px;
}
