/* Contributor landing: match the calm editorial direction of the guides hub. */
.contributor-page { background: #fff; }
.contributor-page .site-header { background: rgba(255,255,255,.97); border-bottom: 1px solid #e7edf1; }
.contributor-page .nav-links a,
.contributor-page .nav-dropdown__toggle { text-transform: none; letter-spacing: 0; font-size: 13px; }
.contributor-page .header-cta .btn { display: inline-flex; background: #38b6ff; color: #09314a; box-shadow: none; font-size: 13px; border-radius: 6px; }
.contributor-hero { padding-top: var(--header-height, 72px); background: #fff; }
.contributor-hero__layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 68px; align-items: center; padding-top: 54px; padding-bottom: 44px; }
.contributor-eyebrow { display: flex; align-items: center; gap: 10px; color: #086da9; font-size: 10px; font-weight: 600; letter-spacing: .14em; margin-bottom: 22px; }
.contributor-eyebrow::before { content: ''; width: 24px; height: 2px; background: #289eda; }
.contributor-hero h1 { margin: 0; color: #142431; font-size: clamp(34px, 3.8vw, 52px); line-height: 1.15; font-weight: 600; letter-spacing: -.045em; }
.contributor-hero h1 span { color: #086da9; }
.contributor-hero__intro { max-width: 510px; font-size: 16px; line-height: 1.8; color: #596774; margin-top: 23px; }
.contributor-hero__reassurance { font-size: 13px; color: #415969; margin-top: 17px; }
.contributor-text-link { display: inline-flex; align-items: center; gap: 18px; color: #183a50; font-size: 13px; font-weight: 600; margin-top: 26px; }
.contributor-text-link:hover { color: #086da9; }
.contributor-offer { border: 1px solid #cce8f7; border-radius: 12px; background: #eff9ff; padding: 29px; }
.contributor-offer__eyebrow { font-size: 9px; color: #386781; font-weight: 600; letter-spacing: .1em; border-bottom: 1px solid #cce8f7; padding-bottom: 18px; }
.contributor-offer h2 { font-size: 31px; font-weight: 600; line-height: 1.2; letter-spacing: -.035em; color: #18384d; margin: 21px 0 12px; }
.contributor-offer > p:not([class]) { font-size: 13px; line-height: 1.8; color: #4c687b; }
.contributor-offer__benefits { display: grid; gap: 9px; margin-block: 20px; }
.contributor-offer__benefits li { display: flex; gap: 10px; color: #35586e; font-size: 12px; line-height: 1.6; }
.contributor-offer__benefits li::before { content: '✓'; color: #087ab9; font-weight: 600; flex-shrink: 0; }
.contributor-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; background: #38b6ff; border: 1px solid #38b6ff; border-radius: 6px; padding: 15px 18px; color: #09314a; font-size: 13px; line-height: 1.5; font-weight: 600; transition: background .18s; }
.contributor-button:hover { background: #65c7ff; border-color: #65c7ff; color: #09314a; }
.contributor-offer .contributor-button { width: 100%; margin-top: 20px; }
.contributor-offer__note { color: #587487; font-size: 11px; line-height: 1.6; margin-top: 13px; }
.contributor-jump-links { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 29px; padding-block: 20px; border-block: 1px solid #e0e8ee; }
.contributor-jump-links > span { font-size: 9px; font-weight: 600; letter-spacing: .1em; color: #62717e; margin-right: auto; }
.contributor-jump-links a { font-size: 12px; font-weight: 500; color: #355c75; }
.contributor-jump-links a:hover { color: #086da9; text-decoration: underline; text-underline-offset: 4px; }
.contributor-page section[id] { scroll-margin-top: 94px; }
.contributor-page #work { padding-top: 55px; }
.contributor-next { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 27px 29px; margin-top: 28px; background: #eff9ff; border: 1px solid #cce8f7; border-radius: 10px; }
.contributor-next h3 { font-size: 19px; font-weight: 600; letter-spacing: -.025em; line-height: 1.4; color: #18384d; }
.contributor-next p { font-size: 13px; line-height: 1.8; color: #4c687b; margin-top: 7px; max-width: 520px; }
.contributor-next .contributor-button { flex-shrink: 0; }
.contributor-hero a:focus-visible,
.contributor-next a:focus-visible { outline: 3px solid #1687c3; outline-offset: 4px; }
@media (max-width: 1000px) {
  .contributor-hero__layout { gap: 35px; grid-template-columns: 1.1fr 1fr; }
  .contributor-hero h1 { font-size: 40px; }
  .contributor-offer { padding: 24px; }
  .contributor-jump-links { gap: 15px 22px; }
}
@media (max-width: 700px) {
  .contributor-page .header-cta { display: flex; margin-left: auto; margin-right: 14px; }
  .contributor-page .header-cta .btn,
  .contributor-page .site-header.pill-header.scrolled .header-cta .btn { font-size: 11px; padding: 10px 12px; }
  .contributor-page .header-logo { gap: 7px; font-size: 15px; }
  .contributor-page .header-logo img { width: 30px; height: 30px; }
  .contributor-hero__layout { grid-template-columns: 1fr; gap: 27px; padding-top: 30px; padding-bottom: 30px; }
  .contributor-hero h1 { font-size: 38px; }
  .contributor-eyebrow { margin-bottom: 17px; }
  .contributor-hero__intro { font-size: 14px; margin-top: 17px; }
  .contributor-hero__reassurance { font-size: 12px; margin-top: 11px; }
  .contributor-text-link { display: none; }
  .contributor-offer { padding: 22px; }
  .contributor-offer h2 { font-size: 27px; margin-top: 17px; }
  .contributor-offer h2 br { display: none; }
  .contributor-offer__eyebrow { padding-bottom: 14px; }
  .contributor-offer__benefits { margin-block: 16px; gap: 7px; }
  .contributor-jump-links { gap: 13px 23px; padding-block: 17px; }
  .contributor-jump-links > span { flex-basis: 100%; }
  .contributor-page #work { padding-top: 37px; }
  .contributor-next { flex-direction: column; align-items: stretch; padding: 24px; gap: 20px; }
}
@media (max-width: 420px) {
  .contributor-hero h1 { font-size: 34px; }
}
@media (max-width: 360px) {
  .contributor-page .header-logo span { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .contributor-button { transition: none; }
}
