.connexus-hero {
  min-height: clamp(520px, 52vw, 680px);
  display: grid;
  place-items: center;
  padding: clamp(72px, 8vw, 120px) 20px;
  color: var(--white);
  text-align: center;
  background-color: var(--blue);
  background-image: url("../images/connexus-v4/connexus_heading_cover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.connexus-hero-content {
  width: min(820px, 100%);
}

.product-mark {
  margin: 0 0 44px;
  color: rgba(255, 255, 255, 0.94);
  font-family: "Questrial", Arial, sans-serif;
  font-size: clamp(48px, 6.5vw, 86px);
  line-height: 1;
  letter-spacing: 0;
}

.product-mark span {
  color: #d6c622;
}

.connexus-hero h1 {
  margin: 0;
  color: var(--white);
  font-family: "Questrial", Arial, sans-serif;
  font-size: clamp(32px, 4.1vw, 56px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: uppercase;
}

.connexus-hero p:last-child {
  margin: 38px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 36px;
  line-height: 1.12;
}

.section-wrap {
  width: min(1060px, calc(100% - 36px));
  margin: 0 auto;
}

.growth-intro {
  padding: clamp(86px, 10vw, 132px) 0 clamp(72px, 8vw, 110px);
}

.intro-copy {
  max-width: 900px;
  margin: 0 auto clamp(58px, 7vw, 86px);
  text-align: center;
}

.intro-copy h2,
.section-title,
.use-copy h2,
.templates-copy h2,
.cta-section h1 {
  margin: 0;
  color: var(--blue);
  font-family: "Questrial", Arial, sans-serif;
  font-size: clamp(37px, 4.4vw, 60px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.intro-copy p {
  width: min(850px, 100%);
  margin: 28px auto 0;
  color: var(--ink);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.45;
}

.intro-media {
  display: grid;
  grid-template-columns: minmax(360px, 1.8fr) minmax(260px, 0.9fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
}

.intro-media img {
  width: 100%;
  border-radius: 6px;
}

.intro-media p {
  margin: 0 0 0 -10px;
  color: var(--ink);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.5;
}

.audience-section {
  padding-bottom: clamp(82px, 10vw, 128px);
}

.section-title {
  margin-bottom: clamp(40px, 6vw, 68px);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(44px, 9vw, 128px);
  row-gap: 58px;
}

.benefit-grid.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(760px, 100%);
}

.benefit-item img {
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  object-fit: contain;
}

.benefit-item h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 700;
  line-height: 1.25;
}

.benefit-item p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(15px, 1.22vw, 18px);
  line-height: 1.45;
}

.use-cases {
  display: grid;
  grid-template-columns: 0.95fr 1fr 1fr;
  gap: 26px;
  align-items: stretch;
  padding: clamp(44px, 5vw, 70px) 0 clamp(118px, 12vw, 170px);
}

.use-copy {
  display: grid;
  align-content: center;
  padding: 12px 20px 12px 0;
}

.use-copy p {
  width: min(260px, 100%);
  margin: 34px 0 0;
  color: var(--ink);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.4;
}

.use-card {
  min-height: 260px;
  padding: 34px 32px;
  color: var(--white);
  background: linear-gradient(180deg, #0875b7 0%, #07347f 100%);
  border-radius: 6px;
  box-shadow: 0 18px 36px rgba(17, 87, 160, 0.18);
}

.use-card img {
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.use-card h3 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(19px, 1.55vw, 24px);
  font-weight: 700;
  line-height: 1.22;
}

.use-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.93);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.42;
}

.templates-section {
  overflow: hidden;
  padding-bottom: clamp(96px, 11vw, 144px);
}

.templates-copy {
  margin-bottom: 54px;
  text-align: center;
}

.templates-copy p {
  width: min(900px, 100%);
  margin: 24px auto 0;
  color: var(--ink);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.45;
  text-align: center;
}

.template-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  width: 100%;
  padding: 28px 48px;
  background: #114f91;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.template-strip img {
  flex: 0 0 auto;
  width: min(150px, 12vw);
  max-height: 340px;
  object-fit: contain;
}

.template-strip .template-main {
  width: min(560px, 44vw);
  max-height: 330px;
}

.cta-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(46px, 9vw, 120px);
  align-items: start;
  padding-bottom: clamp(108px, 12vw, 160px);
}

.cta-section p {
  margin: 8px 0 54px;
  color: var(--ink);
  font-size: clamp(18px, 1.65vw, 24px);
  line-height: 1.38;
}

.cta-section strong {
  display: block;
  margin-bottom: 26px;
  color: var(--blue);
  font-size: clamp(18px, 1.55vw, 22px);
}

.cta-section .button {
  min-width: 180px;
}

@media (max-width: 920px) {
  .intro-media,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .benefit-grid,
  .benefit-grid.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .use-cases {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .use-copy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .connexus-hero {
    min-height: 470px;
  }

  .connexus-hero h1 br,
  .section-title br,
  .cta-section h1 br {
    display: none;
  }

  .intro-media,
  .benefit-grid,
  .benefit-grid.compact,
  .use-cases {
    grid-template-columns: 1fr;
  }

  .intro-media p {
    margin-left: 0;
  }

  .template-strip {
    padding: 22px 20px;
    gap: 18px;
    justify-content: flex-start;
    overflow-x: auto;
  }
}

/* Match homepage V4 typography scale. */
.cta-section h1 {
  font-size: var(--hero-heading-size);
}

.product-mark {
  font-size: 60px;
}

.connexus-hero h1 {
  font-size: 43px;
}

@media (max-width: 640px) {
  .connexus-hero h1 {
    font-size: clamp(30px, 8.5vw, 43px);
  }
}

.intro-copy h2,
.section-title,
.use-copy h2,
.templates-copy h2 {
  font-size: var(--section-heading-size);
}

.benefit-item h3,
.use-card h3 {
  font-size: var(--card-heading-size);
}

.intro-copy p,
.intro-media p,
.benefit-item p,
.use-copy p,
.use-card p,
.templates-copy p,
.cta-section p,
.cta-section strong {
  font-size: var(--body-copy-size);
}

/* Fixed V4 site-wide type scale. */
main h1 {
  font-size: 43px !important;
}

main h2 {
  font-size: 40px !important;
}

main p:not(.product-mark) {
  font-size: 19.4px !important;
}

.connexus-hero p:last-child {
  font-size: 36px !important;
  line-height: 1.12 !important;
}

@media (max-width: 640px) {
  .connexus-hero p:last-child {
    font-size: clamp(22px, 6vw, 36px) !important;
  }
}
