body.company-landing-page {
  --company-bg: #fffdfa;
  --company-ink: #090b1a;
  --company-muted: #5d6170;
  --company-border: #d8d2c9;
  --company-border-strong: #c9c3ba;
  --company-primary: #176b5d;
}

body.company-landing-page .company-landing-main {
  background: var(--company-bg);
}

body.company-landing-page .company-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(380px, 0.48fr);
  gap: 28px;
  align-items: center;
  min-height: 500px;
  padding: 52px 46px 40px;
  background:
    radial-gradient(circle at 82% 22%, rgba(23, 107, 93, 0.08), transparent 29%),
    radial-gradient(circle at 94% 74%, rgba(217, 119, 47, 0.055), transparent 28%),
    linear-gradient(180deg, rgba(255, 254, 250, 0.96), rgba(247, 250, 245, 0.86));
}

body.company-landing-page .company-hero h1,
body.company-landing-page .company-section h2,
body.company-landing-page .company-cta h2 {
  margin: 0;
  color: var(--company-ink);
  letter-spacing: -0.035em;
}

body.company-landing-page .company-hero h1 {
  max-width: 680px;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.04;
  font-weight: 850;
}

body.company-landing-page .company-hero .lead {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--company-muted);
  font-size: 16px;
  line-height: 1.68;
}

body.company-landing-page .company-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 26px;
}

body.company-landing-page .company-feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  color: #28362f;
  font-size: 12px;
  font-weight: 780;
  list-style: none;
}

body.company-landing-page .company-feature-row li {
  padding: 0 14px;
  border-right: 1px solid var(--company-border-strong);
  line-height: 1.3;
}

body.company-landing-page .company-feature-row li:first-child {
  padding-left: 0;
}

body.company-landing-page .company-feature-row li:last-child {
  border-right: 0;
}

body.company-landing-page .company-visual {
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

body.company-landing-page .company-hero-art {
  display: block;
  width: min(680px, 48vw);
  max-width: none;
  height: auto;
  margin-right: -22px;
  filter: drop-shadow(0 24px 44px rgba(34, 54, 46, 0.13));
}

body.company-landing-page .company-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--company-border-strong);
}

body.company-landing-page .company-strip p {
  margin: 0;
  padding: 18px 28px;
  background: rgba(255, 254, 250, 0.9);
  color: var(--company-muted);
  font-size: 13px;
  line-height: 1.55;
}

body.company-landing-page .company-strip strong {
  color: var(--company-ink);
}

body.company-landing-page .company-section {
  padding: 54px 46px;
  background: rgba(255, 254, 250, 0.88);
}

body.company-landing-page .company-section-head {
  max-width: 820px;
}

body.company-landing-page .company-section-head h2,
body.company-landing-page .company-cta h2 {
  font-size: clamp(27px, 2.5vw, 36px);
  line-height: 1.1;
  font-weight: 850;
}

body.company-landing-page .company-section-head p:not(.eyebrow),
body.company-landing-page .company-cta p {
  max-width: 820px;
  margin: 16px 0 0;
  color: var(--company-muted);
  font-size: 15px;
  line-height: 1.72;
}

body.company-landing-page .company-list,
body.company-landing-page .company-proof-list,
body.company-landing-page .package-rows {
  display: grid;
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid rgba(201, 195, 186, 0.78);
}

body.company-landing-page .company-list-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.company-landing-page .company-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px 18px;
  min-width: 0;
  padding: 24px 26px 24px 0;
  border-bottom: 1px solid rgba(201, 195, 186, 0.72);
}

body.company-landing-page .company-list article:nth-child(odd) {
  padding-right: 34px;
  border-right: 1px solid rgba(201, 195, 186, 0.58);
}

body.company-landing-page .company-list article:nth-child(even) {
  padding-left: 34px;
}

body.company-landing-page .company-list span {
  color: var(--company-primary);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.8;
}

body.company-landing-page .company-list h3,
body.company-landing-page .company-proof-list h3 {
  margin: 0;
  color: var(--company-ink);
  font-size: 17px;
  line-height: 1.24;
  letter-spacing: -0.02em;
}

body.company-landing-page .company-list p,
body.company-landing-page .company-proof-list p {
  grid-column: 2;
  margin: -8px 0 0;
  color: var(--company-muted);
  font-size: 14px;
  line-height: 1.68;
}

body.company-landing-page .company-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: 54px;
  align-items: start;
}

body.company-landing-page .company-sticky-head {
  position: sticky;
  top: 28px;
}

body.company-landing-page .company-proof-list div {
  padding: 22px 0;
  border-bottom: 1px solid rgba(201, 195, 186, 0.72);
}

body.company-landing-page .company-proof-list p {
  max-width: 680px;
  margin: 8px 0 0;
}

body.company-landing-page .package-row {
  display: grid;
  grid-template-columns: minmax(110px, 0.18fr) minmax(88px, 0.12fr) minmax(0, 0.7fr);
  gap: 18px;
  align-items: center;
  min-height: 82px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(201, 195, 186, 0.72);
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, padding-left 160ms ease;
}

body.company-landing-page .package-row:hover,
body.company-landing-page .package-row:focus-visible {
  padding-left: 10px;
  color: var(--company-primary);
  background: rgba(23, 107, 93, 0.035);
}

body.company-landing-page .package-name {
  color: var(--company-ink);
  font-size: 17px;
  font-weight: 850;
}

body.company-landing-page .package-price {
  color: var(--company-primary);
  font-size: 22px;
  font-weight: 850;
}

body.company-landing-page .package-copy {
  color: var(--company-muted);
  font-size: 14px;
  line-height: 1.62;
}

body.company-landing-page .resource-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 42px;
  margin-top: 24px;
  border-top: 1px solid var(--company-border-strong);
}

body.company-landing-page .resource-links a {
  display: grid;
  gap: 7px;
  min-height: 96px;
  align-content: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(201, 195, 186, 0.72);
  text-decoration: none;
}

body.company-landing-page .resource-links strong {
  color: var(--company-ink);
  font-size: 15px;
  line-height: 1.25;
}

body.company-landing-page .resource-links span {
  color: var(--company-muted);
  font-size: 13px;
  line-height: 1.55;
}

body.company-landing-page .resource-links a:hover strong,
body.company-landing-page .resource-links a:focus-visible strong {
  color: var(--company-primary);
}

body.company-landing-page .company-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 44px 46px;
  background:
    radial-gradient(circle at 92% 36%, rgba(217, 119, 47, 0.08), transparent 31%),
    linear-gradient(120deg, rgba(255, 254, 250, 0.94), rgba(227, 239, 229, 0.48) 62%, rgba(255, 248, 238, 0.76));
}

body.company-landing-page .company-cta-actions {
  justify-content: flex-end;
  margin-top: 0;
  min-width: 290px;
}

body.company-landing-page .company-faq-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

body.company-landing-page .company-faq .faq-item {
  border: 1px solid rgba(201, 195, 186, 0.86);
  border-radius: 8px;
  background: rgba(255, 254, 250, 0.86);
  overflow: hidden;
  box-shadow: none;
}

body.company-landing-page .company-faq .faq-item.is-open,
body.company-landing-page .company-faq .faq-item.open {
  border-color: rgba(23, 107, 93, 0.28);
  background: rgba(255, 254, 250, 0.96);
}

body.company-landing-page .company-faq .faq-question {
  position: relative;
  width: 100%;
  min-height: 58px;
  padding: 18px 54px 18px 20px;
  border: 0;
  background: transparent;
  color: var(--company-ink);
  font: inherit;
  font-size: 15px;
  font-weight: 820;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

body.company-landing-page .company-faq .faq-question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 160ms ease;
}

body.company-landing-page .company-faq .faq-item.is-open .faq-question::after,
body.company-landing-page .company-faq .faq-item.open .faq-question::after {
  transform: translateY(-35%) rotate(225deg);
}

body.company-landing-page .company-faq .faq-answer {
  display: none;
  padding: 0 20px 20px;
  color: var(--company-muted);
  font-size: 14px;
  line-height: 1.68;
}

body.company-landing-page .company-faq .faq-item.is-open .faq-answer,
body.company-landing-page .company-faq .faq-item.open .faq-answer {
  display: block;
}

body.company-landing-page .company-faq .faq-answer p {
  max-width: 920px;
  margin: 0;
}

@media (max-width: 1080px) {
  body.company-landing-page .company-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  body.company-landing-page .company-visual {
    justify-content: center;
  }

  body.company-landing-page .company-hero-art {
    width: min(620px, 78vw);
    margin: 0;
  }

  body.company-landing-page .company-split {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.company-landing-page .company-sticky-head {
    position: static;
  }
}

@media (max-width: 860px) {
  body.company-landing-page .company-hero,
  body.company-landing-page .company-section,
  body.company-landing-page .company-cta {
    padding-right: 22px;
    padding-left: 22px;
  }

  body.company-landing-page .company-hero {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  body.company-landing-page .company-hero h1 {
    font-size: 38px;
  }

  body.company-landing-page .company-feature-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 16px;
  }

  body.company-landing-page .company-feature-row li {
    padding: 0;
    border-right: 0;
  }

  body.company-landing-page .company-strip,
  body.company-landing-page .company-list-two,
  body.company-landing-page .resource-links {
    grid-template-columns: 1fr;
  }

  body.company-landing-page .company-strip p {
    padding: 16px 22px;
  }

  body.company-landing-page .company-list article,
  body.company-landing-page .company-list article:nth-child(odd),
  body.company-landing-page .company-list article:nth-child(even) {
    grid-template-columns: 34px minmax(0, 1fr);
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }

  body.company-landing-page .package-row {
    grid-template-columns: 1fr auto;
    gap: 7px 14px;
    align-items: start;
  }

  body.company-landing-page .package-copy {
    grid-column: 1 / -1;
  }

  body.company-landing-page .company-cta {
    grid-template-columns: 1fr;
  }

  body.company-landing-page .company-cta-actions {
    justify-content: flex-start;
    min-width: 0;
  }
}

@media (max-width: 560px) {
  body.company-landing-page .company-hero {
    padding-top: 32px;
  }

  body.company-landing-page .company-hero h1 {
    font-size: 34px;
  }

  body.company-landing-page .company-actions,
  body.company-landing-page .company-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.company-landing-page .company-actions .btn {
    width: 100%;
  }

  body.company-landing-page .company-visual {
    margin-top: 6px;
    overflow: visible;
  }

  body.company-landing-page .company-hero-art {
    width: min(420px, 104vw);
    transform: translateX(8px);
  }

  body.company-landing-page .company-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  body.company-landing-page .company-section-head h2,
  body.company-landing-page .company-cta h2 {
    font-size: 27px;
  }

  body.company-landing-page .company-feature-row {
    grid-template-columns: 1fr;
  }
}


/* Landing polish pass: tighter proof section and consistent strip rhythm. */
body.company-landing-page .company-strip p {
  display: grid;
  min-height: 76px;
  align-content: center;
  gap: 5px;
}

body.company-landing-page .company-strip strong,
body.company-landing-page .company-strip span {
  display: block;
}

body.company-landing-page .company-strip strong {
  font-size: 13px;
  line-height: 1.25;
}

body.company-landing-page .company-strip span {
  max-width: 32ch;
  font-size: 13px;
  line-height: 1.45;
}

body.company-landing-page .company-split {
  display: block;
}

body.company-landing-page .company-split .company-section-head {
  max-width: 930px;
}

body.company-landing-page .company-split .company-section-head h2 {
  max-width: 850px;
}

body.company-landing-page .company-split .company-section-head p:not(.eyebrow) {
  max-width: 760px;
}

body.company-landing-page .company-sticky-head {
  position: static;
}

body.company-landing-page .company-proof-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 30px;
  border-top-color: rgba(201, 195, 186, 0.82);
}

body.company-landing-page .company-proof-list div {
  min-height: 176px;
  padding: 22px 22px 18px;
  border-right: 1px solid rgba(201, 195, 186, 0.62);
  border-bottom: 0;
}

body.company-landing-page .company-proof-list div:first-child {
  padding-left: 0;
}

body.company-landing-page .company-proof-list div:last-child {
  padding-right: 0;
  border-right: 0;
}

body.company-landing-page .company-proof-list h3 {
  font-size: 16px;
}

body.company-landing-page .company-proof-list p {
  max-width: 31ch;
  margin-top: 10px;
  font-size: 13.5px;
  line-height: 1.62;
}

@media (max-width: 1080px) {
  body.company-landing-page .company-proof-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.company-landing-page .company-proof-list div:nth-child(2n) {
    padding-right: 0;
    border-right: 0;
  }

  body.company-landing-page .company-proof-list div:nth-child(2n + 1) {
    padding-left: 0;
  }

  body.company-landing-page .company-proof-list div {
    border-bottom: 1px solid rgba(201, 195, 186, 0.58);
  }
}

@media (max-width: 860px) {
  body.company-landing-page .company-strip p {
    min-height: 0;
  }

  body.company-landing-page .company-strip span {
    max-width: none;
  }

  body.company-landing-page .company-proof-list {
    grid-template-columns: 1fr;
  }

  body.company-landing-page .company-proof-list div,
  body.company-landing-page .company-proof-list div:first-child,
  body.company-landing-page .company-proof-list div:last-child {
    min-height: 0;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(201, 195, 186, 0.58);
  }

  body.company-landing-page .company-proof-list p {
    max-width: none;
  }
}

/* Landing v4: align feature rows, FAQ, and CTA with established site patterns. */
body.company-landing-page .company-section:nth-of-type(3) {
  background:
    radial-gradient(circle at 92% 14%, rgba(23, 107, 93, 0.055), transparent 25%),
    linear-gradient(180deg, rgba(255, 254, 250, 0.98), rgba(250, 249, 244, 0.92));
}

body.company-landing-page .company-list {
  margin-top: 30px;
  border-top: 0;
  background: transparent;
}

body.company-landing-page .company-list article,
body.company-landing-page .company-list article:nth-child(odd),
body.company-landing-page .company-list article:nth-child(even) {
  min-height: 150px;
  padding-top: 24px;
  padding-bottom: 24px;
  background: transparent;
}

body.company-landing-page .company-list article::before {
  content: none;
}

body.company-landing-page .company-list article:nth-child(-n + 2) {
  border-bottom: 1px solid rgba(201, 195, 186, 0.58);
}

body.company-landing-page .company-list article:nth-child(n + 3) {
  border-bottom: 0;
}

body.company-landing-page .company-list article:nth-child(odd) {
  border-right: 1px solid rgba(201, 195, 186, 0.58);
}

body.company-landing-page .company-list article:nth-child(even) {
  border-right: 0;
}

body.company-landing-page .company-list h3 {
  max-width: none;
}

body.company-landing-page .company-list p {
  max-width: 58ch;
}

body.company-landing-page .company-list article:nth-child(1) {
  box-shadow: inset 4px 0 0 rgba(23, 107, 93, 0.22);
}

body.company-landing-page .company-list article:nth-child(2) {
  box-shadow: inset 4px 0 0 rgba(72, 103, 112, 0.22);
}

body.company-landing-page .company-list article:nth-child(3) {
  box-shadow: inset 4px 0 0 rgba(184, 149, 71, 0.28);
}

body.company-landing-page .company-list article:nth-child(4) {
  box-shadow: inset 4px 0 0 rgba(217, 119, 47, 0.22);
}

body.company-landing-page .company-list article:nth-child(odd) {
  padding-left: 18px;
}

body.company-landing-page .company-list article:nth-child(even) {
  padding-left: 52px;
}

body.company-landing-page .company-faq {
  background:
    radial-gradient(circle at 92% 10%, rgba(23, 107, 93, 0.07), transparent 26%),
    linear-gradient(180deg, rgba(255, 254, 250, 0.98), rgba(248, 247, 242, 0.92));
}

body.company-landing-page .company-faq-list {
  display: grid;
  max-width: 980px;
  gap: 10px;
  margin-top: 28px;
  border-top: 0;
}

body.company-landing-page .company-faq .faq-item {
  overflow: hidden;
  border: 1px solid rgba(211, 205, 194, 0.82);
  border-radius: var(--radius-card, 0);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 12px 30px rgba(24, 24, 32, 0.025);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.company-landing-page .company-faq .faq-item::before {
  content: none;
}

body.company-landing-page .company-faq .faq-item.is-open,
body.company-landing-page .company-faq .faq-item.open {
  border-color: rgba(211, 205, 194, 0.95);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(24, 24, 32, 0.04);
}

body.company-landing-page .company-faq .faq-question {
  min-height: 58px;
  padding: 16px 52px 14px 22px;
  font-size: 15px;
  font-weight: 820;
  line-height: 1.28;
}

body.company-landing-page .company-faq .faq-question::after {
  content: "+";
  top: 50%;
  right: 22px;
  width: auto;
  height: auto;
  border: 0;
  color: var(--company-primary);
  font-size: 20px;
  font-weight: 850;
  transform: translateY(-50%);
}

body.company-landing-page .company-faq .faq-item.is-open .faq-question::after,
body.company-landing-page .company-faq .faq-item.open .faq-question::after {
  content: "-";
  transform: translateY(-50%) rotate(180deg);
}

body.company-landing-page .company-faq .faq-answer {
  padding: 0 22px 18px;
  color: var(--company-muted);
  font-size: 14px;
  line-height: 1.68;
}

body.company-landing-page .company-faq .faq-answer p {
  max-width: 800px;
}

body.company-landing-page .company-faq .faq-answer p::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 10px 0 0;
  border-radius: 999px;
  background: rgba(23, 107, 93, 0.62);
  box-shadow: 0 0 0 3px rgba(23, 107, 93, 0.07);
  vertical-align: 1px;
}
body.company-landing-page .company-faq .faq-answer {
  display: none;
  max-height: none;
  overflow: visible;
  transition: none;
}

body.company-landing-page .company-faq .faq-item.is-open .faq-answer,
body.company-landing-page .company-faq .faq-item.open .faq-answer {
  display: block;
  max-height: none;
}

body.company-landing-page .company-faq .faq-answer p {
  margin: 0;
  padding: 0;
  opacity: 1;
  transform: none;
  transition: none;
}
body.company-landing-page .company-cta {
  grid-template-columns: minmax(0, 0.95fr) minmax(270px, auto);
  padding: 32px 46px 30px;
  border-bottom: 0;
  background:
    linear-gradient(120deg, rgba(255, 254, 250, 0.74), rgba(227, 239, 229, 0.45) 56%, rgba(241, 226, 211, 0.38));
}

body.company-landing-page .company-cta h2 {
  max-width: 650px;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.12;
  letter-spacing: 0;
}

body.company-landing-page .company-cta p {
  max-width: 700px;
  font-size: 14px;
  line-height: 1.68;
}

body.company-landing-page .company-cta-actions {
  min-width: 0;
}

@media (max-width: 860px) {
  body.company-landing-page .company-list article,
  body.company-landing-page .company-list article:nth-child(odd),
  body.company-landing-page .company-list article:nth-child(even) {
    min-height: 0;
    padding: 20px 0 20px 14px;
    border-right: 0;
    box-shadow: inset 3px 0 0 rgba(23, 107, 93, 0.18);
  }

  body.company-landing-page .company-list article:nth-child(-n + 3) {
    border-bottom: 1px solid rgba(201, 195, 186, 0.5);
  }

  body.company-landing-page .company-list article:last-child {
    border-bottom: 0;
  }

  body.company-landing-page .company-cta {
    grid-template-columns: 1fr;
    padding: 30px 22px;
  }

  body.company-landing-page .company-faq .faq-answer {
    padding-right: 18px;
  }
}
/* Landing v7: integrated resources layout. */
body.company-landing-page .company-links {
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: stretch;
  overflow: hidden;
  background:
    radial-gradient(circle at 17% 70%, rgba(23, 107, 93, 0.08), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(186, 145, 68, 0.07), transparent 24%),
    linear-gradient(180deg, rgba(255, 254, 250, 0.99), rgba(250, 249, 244, 0.92));
}

body.company-landing-page .company-links::before,
body.company-landing-page .company-links::after {
  content: "";
  position: absolute;
  left: clamp(18px, 4vw, 58px);
  bottom: 36px;
  width: min(380px, 34vw);
  aspect-ratio: 1.45;
  background: radial-gradient(ellipse at center, rgba(23, 107, 93, 0.1), rgba(23, 107, 93, 0.035) 48%, transparent 72%);
  pointer-events: none;
}

body.company-landing-page .company-links::after {
  display: none;
}

body.company-landing-page .company-links-intro {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 312px;
  max-width: none;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
}

body.company-landing-page .company-links-copy {
  max-width: 430px;
}

body.company-landing-page .company-links-copy h2 {
  max-width: 410px;
  font-size: clamp(28px, 2.25vw, 35px);
}

body.company-landing-page .company-links-copy p:not(.eyebrow) {
  max-width: 38rem;
  margin-top: 18px;
  color: var(--company-muted);
  font-size: 16px;
  line-height: 1.65;
}

body.company-landing-page .company-links-visual {
  position: relative;
  width: min(370px, 100%);
  margin: 0 0 -10px -18px;
  pointer-events: none;
}

body.company-landing-page .company-links-visual img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 34px rgba(34, 54, 46, 0.1));
}

body.company-landing-page .resource-links {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 2px;
  border-top: 0;
  align-self: center;
}

body.company-landing-page .resource-links a {
  position: relative;
  min-height: 108px;
  align-content: start;
  gap: 8px;
  padding: 18px 34px 18px 0;
  border-bottom: 1px solid rgba(201, 195, 186, 0.66);
}

body.company-landing-page .resource-links a:nth-child(odd) {
  padding-right: 38px;
  border-right: 1px solid rgba(201, 195, 186, 0.54);
}

body.company-landing-page .resource-links a:nth-child(even) {
  padding-left: 34px;
}

body.company-landing-page .resource-links a:nth-last-child(-n + 2) {
  border-bottom: 0;
}

body.company-landing-page .resource-links a::after {
  content: "→";
  position: absolute;
  top: 18px;
  right: 18px;
  color: var(--company-primary);
  font-size: 15px;
  font-weight: 850;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

body.company-landing-page .resource-links a:nth-child(even)::after {
  right: 0;
}

body.company-landing-page .resource-links a:hover,
body.company-landing-page .resource-links a:focus-visible {
  background: linear-gradient(90deg, rgba(23, 107, 93, 0.045), transparent 78%);
}

body.company-landing-page .resource-links a:hover::after,
body.company-landing-page .resource-links a:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

body.company-landing-page .resource-links strong {
  max-width: 32ch;
}

body.company-landing-page .resource-links span {
  max-width: 42ch;
}

body.company-landing-page .company-cta {
  border-bottom: 1px solid var(--company-border-strong);
}

@media (max-width: 980px) {
  body.company-landing-page .company-links {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.company-landing-page .company-links::before,
  body.company-landing-page .company-links::after {
    left: auto;
    right: 6%;
    bottom: auto;
    top: 118px;
    width: min(310px, 70vw);
  }

  body.company-landing-page .company-links-intro {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 280px);
    gap: 20px;
    align-items: end;
  }

  body.company-landing-page .company-links-copy,
  body.company-landing-page .company-links-copy h2 {
    max-width: 760px;
  }

  body.company-landing-page .company-links-visual {
    width: 100%;
    margin: 0 -8px -8px 0;
  }

  body.company-landing-page .resource-links {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  body.company-landing-page .company-links {
    gap: 22px;
  }

  body.company-landing-page .company-links-intro {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.company-landing-page .company-links-copy p:not(.eyebrow) {
    margin-top: 14px;
    font-size: 15px;
  }

  body.company-landing-page .company-links::after {
    display: block;
    top: 116px;
    right: -54px;
    bottom: auto;
    left: auto;
    width: min(260px, 68vw);
    aspect-ratio: 1.5;
    background: url("/assets/company-links-resources-v1.webp") center / contain no-repeat;
    opacity: 0.16;
    filter: saturate(0.9);
  }

  body.company-landing-page .company-links-visual {
    display: none;
  }

  body.company-landing-page .resource-links {
    grid-template-columns: 1fr;
  }

  body.company-landing-page .resource-links a,
  body.company-landing-page .resource-links a:nth-child(odd),
  body.company-landing-page .resource-links a:nth-child(even) {
    min-height: 0;
    padding: 18px 28px 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(201, 195, 186, 0.62);
  }

  body.company-landing-page .resource-links a:last-child {
    border-bottom: 0;
  }

  body.company-landing-page .resource-links a:nth-last-child(2) {
    border-bottom: 1px solid rgba(201, 195, 186, 0.62);
  }

  body.company-landing-page .resource-links a::after,
  body.company-landing-page .resource-links a:nth-child(even)::after {
    right: 0;
    opacity: 1;
    transform: none;
  }
}
/* Landing v8: centered internal blocks for the top benefit strip. */
body.company-landing-page .company-strip p {
  justify-items: center;
}

body.company-landing-page .company-strip strong,
body.company-landing-page .company-strip span {
  width: min(100%, 30ch);
  text-align: left;
}

body.company-landing-page .company-strip span {
  max-width: 30ch;
}

@media (max-width: 860px) {
  body.company-landing-page .company-strip p {
    justify-items: start;
  }

  body.company-landing-page .company-strip strong,
  body.company-landing-page .company-strip span {
    width: 100%;
  }
}
/* Landing v9: strip alignment, feature hover, and plain why copy. */
body.company-landing-page .company-strip p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}

body.company-landing-page .company-strip strong,
body.company-landing-page .company-strip span {
  width: min(100%, 30ch);
  max-width: 30ch;
  text-align: left;
}

body.company-landing-page .company-list article {
  position: relative;
  overflow: hidden;
  transition: background-color 160ms ease;
}

body.company-landing-page .company-list article::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(23, 107, 93, 0.82), rgba(186, 145, 68, 0.46));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 220ms ease;
}

body.company-landing-page .company-list article:hover,
body.company-landing-page .company-list article:focus-within {
  background: linear-gradient(90deg, rgba(23, 107, 93, 0.035), transparent 72%);
}

body.company-landing-page .company-list article:hover::after,
body.company-landing-page .company-list article:focus-within::after {
  transform: scaleX(1);
}

body.company-landing-page .company-list article:nth-child(even)::after {
  left: 34px;
  right: 0;
}

body.company-landing-page .company-why-text .company-section-head {
  max-width: 920px;
}

body.company-landing-page .company-why-text .company-section-head h2 {
  max-width: 820px;
}

body.company-landing-page .company-why-copy {
  max-width: 880px;
  margin-top: 24px;
}

body.company-landing-page .company-why-copy p {
  margin: 0;
  color: var(--company-muted);
  font-size: 17px;
  line-height: 1.75;
}

body.company-landing-page .company-why-copy p + p {
  margin-top: 18px;
}

@media (max-width: 860px) {
  body.company-landing-page .company-strip p {
    align-items: flex-start;
  }

  body.company-landing-page .company-strip strong,
  body.company-landing-page .company-strip span {
    width: 100%;
    max-width: none;
  }

  body.company-landing-page .company-list article::after,
  body.company-landing-page .company-list article:nth-child(even)::after {
    left: 0;
    right: 0;
  }

  body.company-landing-page .company-why-copy p {
    font-size: 15.5px;
    line-height: 1.72;
  }
}
/* Landing v10: prevent awkward why-section line breaks. */
body.company-landing-page .company-why-text .company-section-head,
body.company-landing-page .company-why-text .company-section-head h2,
body.company-landing-page .company-why-copy {
  max-width: 980px;
}
/* Landing v11: deterministic strip text alignment. */
body.company-landing-page .company-strip {
  --company-strip-copy-width: 254px;
}

body.company-landing-page .company-strip p {
  display: grid;
  grid-template-columns: minmax(0, min(var(--company-strip-copy-width), 100%));
  justify-content: center;
  align-content: center;
  justify-items: stretch;
  text-align: left;
}

body.company-landing-page .company-strip strong,
body.company-landing-page .company-strip span {
  width: auto;
  max-width: none;
  min-width: 0;
  text-align: left;
}

@media (max-width: 860px) {
  body.company-landing-page .company-strip p {
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
  }
}
/* Landing v12: full-width feature hover line matching each left accent. */
body.company-landing-page .company-list article:nth-child(1) {
  --company-list-accent: rgba(23, 107, 93, 0.22);
}

body.company-landing-page .company-list article:nth-child(2) {
  --company-list-accent: rgba(72, 103, 112, 0.22);
}

body.company-landing-page .company-list article:nth-child(3) {
  --company-list-accent: rgba(184, 149, 71, 0.28);
}

body.company-landing-page .company-list article:nth-child(4) {
  --company-list-accent: rgba(217, 119, 47, 0.22);
}

body.company-landing-page .company-list article::after,
body.company-landing-page .company-list article:nth-child(even)::after {
  right: 0;
  left: 0;
  background: var(--company-list-accent);
}
