/* Launch refinement. Scope is limited to the homepage and AI setup page. */
.cw99-home2 .cw99-home2-head { padding-top: 12px; }
.cw99-home2 .cw99-home2-sub { opacity: .6; color: #000; }
.cw99-home2 .cw99-aisearch { margin-bottom: 12px; }
.cw99-home2 .cw99-aisearch__spark { color: var(--cw99-blue); }
.cw99-home2 .cw99-quicklinks { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; }
.cw99-home2 .cw99-quicklinks a { padding: 8px 14px; min-height: 44px; display: inline-flex; align-items: center; border-radius: 999px; background: var(--cw99-card); color: #000; font-size: 15px; font-weight: 500; }
.cw99-home2 .cw99-quicklinks a:hover { background: #eef2fc; color: var(--cw99-blue); }
.cw99-home2 .cw99-connect2 { padding: 0; margin-top: 26px; background: transparent; border-radius: 0; box-shadow: none; }
.cw99-home2 .cw99-connect2 .cw99-connect2__head { margin-bottom: 16px; }
.cw99-home2 .cw99-connect2 .cw99-connect2__title { font-size: 23px; margin: 0 0 4px; }
.cw99-home2 .cw99-connect2__sub { color: #000; opacity: .6; font-size: 16px; }
.cw99-home2 .cw99-connect2 .cw99-connect2__tiles { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); width: min(100%, 780px); gap: 12px; overflow: visible; padding: 0; margin: 0; }
.cw99-home2 .cw99-connect2__tiles > .cw99-connect2-tile { display: grid; grid-template-columns: 32px 1fr auto; grid-template-rows: auto auto; gap: 2px 12px; align-items: center; width: auto; min-width: 0; min-height: 82px; padding: 14px 16px; border: 0; border-radius: var(--cw99-r); background: #fff; text-align: left; box-shadow: 0 0 14px rgba(0,0,0,.05); }
.cw99-home2 .cw99-connect2-tile__ic { grid-row: 1 / 3; width: 32px; height: 32px; margin: 0; }
.cw99-home2 .cw99-connect2-tile__name { font-size: 17px; font-weight: 700; line-height: 1.2; }
.cw99-home2 .cw99-connect2-tile__cta { grid-column: 2; font-size: 14px; font-weight: 500; line-height: 1.25; }
.cw99-home2 .cw99-connect2-tile__arrow { grid-column: 3; grid-row: 1 / 3; color: var(--cw99-blue); }
.cw99-home2 .cw99-connect2__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 20px; margin-top: 12px; }
.cw99-home2 .cw99-connect2__foot a { display: inline-flex; min-height: 44px; align-items: center; font-size: 14px; color: var(--cw99-blue); }
.cw99-home2 .cw99-matches__note { margin: -6px 0 18px; color: #000; opacity: .6; font-size: 16px; }
.cw99-home2 .cw99-matches__grid .cw99-reference-card__media { aspect-ratio: 16 / 10; }
.cw99-ai .cw99-ai__head h1 { text-wrap: balance; }
.cw99-ai .cw99-ai__check { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; margin-top: 16px; }
.cw99-ai .cw99-ai__check button { min-height: 44px; padding: 10px 16px; border: 0; border-radius: 6px; background: #eef2fc; background-image: none; color: var(--cw99-blue); font: inherit; font-weight: 700; cursor: pointer; }
.cw99-ai .cw99-ai__check button:disabled { cursor: wait; opacity: .6; }
.cw99-ai .cw99-ai__check p { margin: 0; color: #000; opacity: .6; font-size: 15px; width: min(100%,62ch); }
.cw99-ai .cw99-ai__client { scroll-margin-top: 24px; }
.cw99-ai .cw99-ai__client:target { outline: 2px solid var(--cw99-blue); outline-offset: 4px; }
.cw99-ai .cw99-ai__source { display: inline-flex; align-items: center; min-height: 44px; color: var(--cw99-blue); font-size: 14px; }
.cw99-ai .cw99-ai__copybtn.is-done { background: var(--cw99-blue); }
.cw99-home2 .cw99-quicklinks a:focus-visible,
.cw99-home2 .cw99-connect2 a:focus-visible,
.cw99-ai button:focus-visible,
.cw99-ai a:focus-visible { outline: 3px solid var(--cw99-blue); outline-offset: 3px; }
@media (max-width: 760px) {
  .cw99-home2 .cw99-home2-head { padding-top: 0; }
  .cw99-home2 .cw99-home2-title { font-size: 34px; line-height: 1.08; }
  .cw99-home2 .cw99-home2-sub { font-size: 16px; line-height: 1.45; }
  .cw99-home2 .cw99-aisearch { flex-wrap: nowrap; gap: 8px; padding: 8px; }
  .cw99-home2 .cw99-aisearch__spark { display: none; }
  .cw99-home2 .cw99-aisearch__field { flex: 1; min-width: 0; }
  .cw99-home2 .cw99-aisearch input.cw99-aisearch__input { font-size: 16px; padding-left: 6px; }
  .cw99-home2 .cw99-aisearch button.cw99-aisearch__btn { width: auto; flex: 0 0 auto; margin: 0; min-height: 46px; padding: 10px 14px; }
  .cw99-home2 .cw99-quicklinks { gap: 6px; }
  .cw99-home2 .cw99-quicklinks a { font-size: 14px; padding: 8px 12px; }
  .cw99-home2 .cw99-connect2 { width: 100%; margin: 22px 0 0; padding: 0; }
  .cw99-home2 .cw99-connect2 .cw99-connect2__head { padding: 0; margin-bottom: 12px; }
  .cw99-home2 .cw99-connect2 .cw99-connect2__title { font-size: 21px; }
  .cw99-home2 .cw99-connect2__sub { font-size: 15px; }
  .cw99-home2 .cw99-connect2 .cw99-connect2__tiles { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
  .cw99-home2 .cw99-connect2__tiles > .cw99-connect2-tile { display: flex; flex-direction: column; gap: 5px; min-height: 96px; padding: 12px 4px; text-align: center; }
  .cw99-home2 .cw99-connect2-tile__ic { width: 26px; height: 26px; }
  .cw99-home2 .cw99-connect2-tile__name { font-size: 15px; }
  .cw99-home2 .cw99-connect2-tile__cta { font-size: 13px; }
  .cw99-home2 .cw99-connect2-tile__arrow { display: none; }
  .cw99-home2 .cw99-connect2__foot { gap: 0 16px; margin-top: 8px; }
  .cw99-home2 .cw99-matches__note { font-size: 15px; line-height: 1.4; }
  .cw99-home2 .cw99-matches__grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 10px; }
  .cw99-home2 .cw99-matches__grid .cw99-reference-card__media { aspect-ratio: 4 / 3; }
  .cw99-home2 .cw99-matches__grid .cw99-reference-card__body { padding: 10px 10px 12px; }
  .cw99-home2 .cw99-matches__grid .cw99-reference-card__body strong { font-size: 15px; line-height: 1.25; min-height: 3.75em; -webkit-line-clamp: 3; }
  .cw99-home2 .cw99-matches__grid .cw99-reference-card__body b { font-size: 15px; }
  .cw99-home2 .cw99-matches__grid .cw99-reference-card__body small { font-size: 12px; }
}
