.nyf-catalog {
  --nyf-navy: #072d4f;
  --nyf-blue: #005f9e;
  --nyf-cyan: #00a6c8;
  --nyf-green: #009f4e;
  --nyf-ink: #162535;
  --nyf-muted: #5d6c7a;
  --nyf-line: #dce6ec;
  --nyf-wash: #f2f7fa;
  background: #fff;
  color: var(--nyf-ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}

.nyf-catalog *,
.nyf-catalog *::before,
.nyf-catalog *::after { box-sizing: border-box; }
.nyf-catalog a { color: inherit; text-decoration: none; }
.nyf-catalog img { display: block; max-width: 100%; }
.nyf-catalog__shell { width: min(1280px, calc(100% - 64px)); margin: 0 auto; }
.nyf-catalog__eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px;
  color: #bcefff; font-size: 14px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
}
.nyf-catalog__eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--nyf-cyan); }

.nyf-catalog__hero {
  position: relative; overflow: hidden; isolation: isolate;
  padding: 118px 0 110px; color: #fff;
  background: linear-gradient(120deg, #006a36 0%, #009846 56%, #00a66b 100%);
}
.nyf-catalog__hero::before,
.nyf-catalog__hero::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; }
.nyf-catalog__hero::before {
  width: 540px; height: 540px; right: -150px; top: -310px;
  border: 90px solid rgba(255, 255, 255, .105);
}
.nyf-catalog__hero::after {
  width: 420px; height: 420px; right: 9%; bottom: -330px;
  border: 1px solid rgba(255,255,255,.22); box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.018);
}
.nyf-catalog__hero-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr); gap: 76px; align-items: end; }
.nyf-catalog__hero h1 { max-width: 850px; margin: 0; color: #fff; font-size: clamp(46px, 5.5vw, 76px); line-height: 1.04; letter-spacing: -.04em; }
.nyf-catalog__hero-copy { max-width: 720px; margin: 30px 0 0; color: rgba(255,255,255,.86); font-size: 19px; line-height: 1.78; }
.nyf-catalog__hero-note { padding: 25px 0 2px 26px; border-left: 1px solid rgba(255,255,255,.32); }
.nyf-catalog__hero-note strong { display: block; margin-bottom: 6px; color: #fff; font-size: 38px; line-height: 1; }
.nyf-catalog__hero-note span { color: #c8dfeb; font-size: 14px; letter-spacing: .04em; }

.nyf-catalog__crumbs { background: #f7fafc; border-bottom: 1px solid var(--nyf-line); }
.nyf-catalog__crumbs .nyf-catalog__shell { display: flex; gap: 9px; align-items: center; min-height: 52px; color: #6d7984; font-size: 14px; }
.nyf-catalog__crumbs a:hover { color: var(--nyf-blue); }

.nyf-catalog__intro { padding: 96px 0 48px; }
.nyf-catalog__intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; justify-items: start; text-align: left !important; }
.nyf-catalog__intro-grid > div { width: 100%; text-align: left !important; }
.nyf-catalog__kicker { margin: 0 0 12px; color: var(--nyf-blue); font-size: 14px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.nyf-catalog__intro h2 { width: 100%; margin: 0; color: var(--nyf-navy); font-size: clamp(30px, 3.3vw, 46px); line-height: 1.15; letter-spacing: -.025em; text-align: left !important; }
.nyf-catalog__intro-copy { margin: 4px 0 0; color: var(--nyf-muted); font-size: 17px; }
.nyf-catalog__benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 58px; background: var(--nyf-line); border: 1px solid var(--nyf-line); }
.nyf-catalog__benefit { min-height: 160px; padding: 34px 32px; background: #fff; }
.nyf-catalog__benefit b { display: block; margin-bottom: 10px; color: var(--nyf-navy); font-size: 19px; line-height: 1.35; }
.nyf-catalog__benefit span { color: var(--nyf-muted); font-size: 16px; line-height: 1.65; }

.nyf-catalog__directory { padding: 64px 0 124px; }
.nyf-catalog__directory-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; align-items: end; margin-bottom: 46px; text-align: left !important; }
.nyf-catalog__directory-head > div:first-child { width: 100%; text-align: left !important; }
.nyf-catalog__directory h2 { width: 100%; margin: 0; color: var(--nyf-navy); font-size: clamp(30px, 3vw, 42px); line-height: 1.15; text-align: left !important; }
.nyf-catalog__filters { display: flex; flex-wrap: nowrap; justify-content: flex-start; gap: 8px; max-width: 100%; overflow-x: auto; padding: 2px 2px 5px; white-space: nowrap; scrollbar-width: thin; }
.nyf-catalog__filter {
  appearance: none; display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; min-height: 48px;
  border: 1px solid var(--nyf-line); border-radius: 999px !important; background: #fff;
  padding: 11px 19px; color: #405365; cursor: pointer; font: inherit; font-size: 14px; font-weight: 700;
  transition: border-color .2s, background .2s, color .2s;
}
.nyf-catalog__filter:hover,
.nyf-catalog__filter.is-active { border-color: var(--nyf-blue); background: var(--nyf-blue); color: #fff; }
.nyf-catalog__filter:focus-visible,
.nyf-catalog__card a:focus-visible { outline: 3px solid rgba(0,166,200,.45); outline-offset: 3px; }

.nyf-catalog__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 34px; }
.nyf-catalog__card {
  display: grid; grid-template-columns: minmax(360px, 37%) minmax(0, 63%); overflow: hidden;
  border: 1px solid var(--nyf-line); border-radius: 10px; background: #fff;
  box-shadow: 0 10px 28px rgba(7,45,79,.035); transition: box-shadow .2s ease, border-color .2s ease;
}
.nyf-catalog__card:hover { border-color: #b6cedc; box-shadow: 0 16px 38px rgba(7,45,79,.075); }
.nyf-catalog__card:nth-child(even) .nyf-catalog__body { background: #fbfdfc; }
.nyf-catalog__card.is-hidden { display: none; }
.nyf-catalog__media { position: relative; overflow: hidden; align-self: center; justify-self: start; width: calc(100% - 48px); margin: 24px; aspect-ratio: 1 / 1; border-radius: 6px; background: #edf3f6; }
.nyf-catalog__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(7,45,79,.08)); pointer-events: none; }
.nyf-catalog__media img { width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.nyf-catalog__body { display: flex; flex-direction: column; justify-content: center; padding: 46px 56px 44px; }
.nyf-catalog__type { margin: 0 0 10px; color: var(--nyf-blue); font-size: 14px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nyf-catalog__card h3 { margin: 0; color: var(--nyf-navy); font-size: clamp(29px, 2.6vw, 38px); line-height: 1.15; letter-spacing: -.025em; }
.nyf-catalog__summary { max-width: 760px; margin: 18px 0 22px; color: var(--nyf-muted); font-size: 16px; line-height: 1.75; }
.nyf-catalog__features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 0 0 24px; padding: 0; list-style: none; }
.nyf-catalog__features li { display: flex; align-items: flex-start; gap: 10px; min-height: 66px; padding: 15px 16px; border-radius: 5px; background: var(--nyf-wash); color: #344c5f; font-size: 16px; font-weight: 600; line-height: 1.5; }
.nyf-catalog__features li::before { content: ""; position: static; display: block; flex: 0 0 7px; width: 7px; height: 7px; margin-top: 8px; border-radius: 50%; background: var(--nyf-green); transform: none; }
.nyf-catalog__apps { padding-top: 18px; border-top: 1px solid var(--nyf-line); }
.nyf-catalog__apps > b { display: block; margin-bottom: 15px; color: #33495c; font-size: 15px; text-transform: uppercase; letter-spacing: .07em; }
.nyf-catalog__app-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.nyf-catalog__app {
  display: flex; flex-direction: column !important; gap: 10px; align-items: center !important; justify-content: flex-start;
  min-height: 138px; padding: 13px 10px 15px;
  border: 1px solid #e1e9e5; border-radius: 6px; background: #fff;
  color: #344c5f; font-size: 16px; font-weight: 600; line-height: 1.4; text-align: center !important;
}
.nyf-catalog__app img {
  display: block; flex: 0 0 76px; width: 76px; height: 76px; object-fit: cover;
  border-radius: 4px; background: #fff;
}
.nyf-catalog__link {
  display: inline-flex; align-self: flex-start; align-items: center; justify-content: center; gap: 11px;
  min-height: 54px; margin-top: 28px; padding: 14px 23px;
  border: 1px solid var(--nyf-green); border-radius: 5px;
  background: var(--nyf-green); color: #fff !important;
  font-size: 17px; font-weight: 700; line-height: 1.45;
  box-shadow: 0 7px 18px rgba(0, 159, 78, .16);
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.nyf-catalog__link::after { content: "\2192"; font-size: 18px; }
.nyf-catalog__link:hover { border-color: #007a3b; background: #007a3b; color: #fff !important; box-shadow: 0 9px 20px rgba(0, 122, 59, .18); }
.nyf-catalog__link:focus-visible { outline: 3px solid rgba(0, 159, 78, .28); outline-offset: 3px; }

.nyf-catalog__cta { margin-top: 26px; padding: 44px 48px; border-radius: 12px; color: #fff; background: linear-gradient(115deg, var(--nyf-navy), #0b5a80); display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.nyf-catalog__cta h2 { margin: 0 0 8px; color: #fff; font-size: 28px; }
.nyf-catalog__cta p { margin: 0; color: #d3e6ef; font-size: 16px; }
.nyf-catalog__cta a { flex: 0 0 auto; padding: 14px 23px; border: 1px solid rgba(255,255,255,.52); border-radius: 4px; color: #fff !important; font-size: 15px; font-weight: 700; }
.nyf-catalog__cta a:hover { background: #fff; color: var(--nyf-navy) !important; }

@media (max-width: 1024px) {
  .nyf-catalog__hero-grid, .nyf-catalog__intro-grid { grid-template-columns: 1fr; gap: 34px; }
  .nyf-catalog__hero-note { max-width: 340px; }
  .nyf-catalog__card { grid-template-columns: minmax(300px, 40%) minmax(0, 60%); }
  .nyf-catalog__body { padding: 30px; }
  .nyf-catalog__features { grid-template-columns: 1fr; }
  .nyf-catalog__app-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .nyf-catalog__shell { width: min(100% - 30px, 1280px); }
  .nyf-catalog__hero { padding: 64px 0 58px; }
  .nyf-catalog__hero h1 { font-size: 40px; }
  .nyf-catalog__hero-copy { font-size: 16px; }
  .nyf-catalog__intro { padding-top: 58px; }
  .nyf-catalog__benefits { grid-template-columns: 1fr; }
  .nyf-catalog__benefit { min-height: 0; }
  .nyf-catalog__directory-head { display: block; text-align: left !important; }
  .nyf-catalog__filters { width: 100%; margin-top: 24px; }
  .nyf-catalog__card { display: block; min-height: 0; }
  .nyf-catalog__media { width: calc(100% - 32px); margin: 16px; aspect-ratio: 1 / 1; }
  .nyf-catalog__media img { height: 100%; min-height: 0; }
  .nyf-catalog__body { padding: 26px 23px; }
  .nyf-catalog__app-grid { grid-template-columns: 1fr 1fr; }
  .nyf-catalog__link { width: 100%; align-self: stretch; }
  .nyf-catalog__cta { align-items: flex-start; flex-direction: column; padding: 34px 26px; }
}

@media (max-width: 420px) {
  .nyf-catalog__app-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .nyf-catalog__card, .nyf-catalog__media img, .nyf-catalog__link::after { transition: none; }
}
