
.gnysh,
.gnysh * { box-sizing: border-box; }

.geebu-ny-startup-hub-page .entry-title,
.geebu-ny-startup-hub-page .page-title,
.geebu-ny-startup-hub-page h1.entry-title { display:none !important; }

:root {
  --gnysh-blue:#1f3a63;
  --gnysh-blue-dark:#082640;
  --gnysh-blue-mid:#215183;
  --gnysh-blue-light:#5f94ca;
  --gnysh-ink:#16314a;
  --gnysh-muted:#607385;
  --gnysh-border:rgba(17,55,91,.10);
  --gnysh-border-strong:rgba(17,55,91,.16);
  --gnysh-shadow-xs:0 8px 22px rgba(9,33,55,.05);
  --gnysh-shadow-sm:0 14px 34px rgba(9,33,55,.07);
  --gnysh-shadow-md:0 24px 60px rgba(9,33,55,.10);
  --gnysh-shadow-lg:0 36px 90px rgba(9,33,55,.14);
}

.gnysh {
  color:var(--gnysh-ink);
  background:
    radial-gradient(circle at top right, rgba(83,132,188,.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 56%, #ffffff 100%);
  margin-top:-18px;
  padding-bottom:72px;
}

.gnysh__container {
  width:min(1140px, calc(100% - 40px));
  margin:0 auto;
}

.gnysh__hero {
  position:relative;
  overflow:hidden;
  width:100vw;
  margin:0 0 30px calc(50% - 50vw);
  background:linear-gradient(90deg, #0b355a 0%, #1b4f82 52%, #4a82ba 100%);
}

.gnysh__hero::before {
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(90deg, rgba(8,38,64,.74) 0%, rgba(12,52,88,.60) 18%, rgba(20,76,129,.28) 48%, rgba(69,129,186,.08) 100%),
    radial-gradient(circle at 76% 36%, rgba(255,255,255,.16), transparent 20%),
    radial-gradient(circle at 18% 16%, rgba(255,255,255,.10), transparent 22%);
  pointer-events:none;
}

.gnysh__hero::after {
  content:"";
  position:absolute;
  inset:0;
  background:url('../images/hero-book.png') no-repeat center center;
  background-size:cover;
  mix-blend-mode:screen;
  opacity:.88;
  pointer-events:none;
}

.gnysh__hero-overlay { display:none; }

.gnysh__hero-inner {
  position:relative;
  z-index:1;
  min-height:380px;
  padding:46px 0 54px;
  display:flex;
  align-items:center;
}

.gnysh__hero-copy {
  width:min(45%, 540px);
  max-width:540px;
  color:#fff;
  padding:24px 28px 28px;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(8,39,66,.48), rgba(8,39,66,.22));
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 18px 48px rgba(4,18,32,.18);
}

.gnysh__eyebrow,
.gnysh__kicker,
.gnysh__kicker--light {
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:.9rem;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:none;
  color:inherit;
}

.gnysh__hero-copy .gnysh__eyebrow {
  margin-bottom:14px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.12);
}

.gnysh__hero-copy h1 {
  margin:0 0 16px;
  color:#fff;
  font-size:clamp(2.4rem, 5vw, 4.35rem);
  line-height:1.02;
  font-weight:800;
  letter-spacing:-.03em;
}

.gnysh__hero-copy p {
  margin:0 0 24px;
  max-width:560px;
  color:rgba(255,255,255,.94);
  font-size:1.06rem;
  line-height:1.72;
}

.gnysh__hero-actions,
.gnysh__inline-actions,
.gnysh__cta-actions,
.gnysh__actions-stack,
.gnysh__official-links,
.gnysh__chips {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.gnysh__btn,
.gnysh__link {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 18px;
  border-radius:16px;
  border:1px solid transparent;
  text-decoration:none;
  font-weight:800;
  transition:transform .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease, border-color .22s ease, filter .22s ease;
  cursor:pointer;
}

.gnysh__btn:hover,
.gnysh__btn:focus,
.gnysh__link:hover,
.gnysh__link:focus {
  transform:translateY(-2px);
  filter:saturate(1.02);
}

.gnysh__btn--primary {
  background:linear-gradient(135deg, #1f4e83 0%, #2c6ba6 100%);
  color:#fff;
  border-color:rgba(255,255,255,.08);
  box-shadow:0 14px 34px rgba(25,84,136,.22), inset 0 1px 0 rgba(255,255,255,.12);
}

.gnysh__btn--primary:hover,
.gnysh__btn--primary:focus {
  color:#fff;
  box-shadow:0 0 0 6px rgba(79,141,203,.17), 0 18px 40px rgba(25,84,136,.28);
}

.gnysh__btn--secondary {
  background:rgba(255,255,255,.90);
  color:var(--gnysh-blue-dark);
  border-color:rgba(255,255,255,.64);
  box-shadow:0 10px 24px rgba(255,255,255,.10);
}

.gnysh__btn--secondary:hover,
.gnysh__btn--secondary:focus {
  color:var(--gnysh-blue-dark);
  border-color:rgba(31,58,99,.22);
  box-shadow:0 0 0 6px rgba(255,255,255,.12), 0 12px 28px rgba(11,43,71,.08);
}

.gnysh__btn--ghost {
  background:transparent;
  color:var(--gnysh-blue);
  border-color:rgba(31,58,99,.16);
}

.gnysh__btn--ghost:hover,
.gnysh__btn--ghost:focus {
  color:var(--gnysh-blue-dark);
  border-color:rgba(31,58,99,.28);
  box-shadow:0 0 0 6px rgba(31,58,99,.06);
}

.gnysh__btn--light {
  background:#fff;
  color:var(--gnysh-blue-dark);
}

.gnysh__btn--outline-light {
  background:transparent;
  color:#fff;
  border-color:rgba(255,255,255,.55);
}

.gnysh__link {
  min-height:auto;
  padding:0;
  color:var(--gnysh-blue);
  text-decoration:underline;
  text-underline-offset:4px;
}

.gnysh__selector-card,
.gnysh__panel,
.gnysh__cta-band {
  position:relative;
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,251,255,.98));
  border:1px solid var(--gnysh-border);
  box-shadow:var(--gnysh-shadow-sm);
  border-radius:28px;
}

.gnysh__selector-card::before,
.gnysh__panel::before,
.gnysh__cta-band::before {
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  padding:1px;
  background:linear-gradient(135deg, rgba(255,255,255,.75), rgba(75,125,182,.10));
  -webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
          mask-composite:exclude;
  pointer-events:none;
}

.gnysh__selector-card {
  position:relative;
  z-index:2;
  margin-top:-18px;
  padding:32px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,251,255,.98));
  box-shadow:var(--gnysh-shadow-md);
}

.gnysh__selector-card::after {
  content:"";
  position:absolute;
  inset:auto 24px 0 24px;
  height:18px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(30,85,138,.12), transparent 68%);
  filter:blur(10px);
  pointer-events:none;
}

.gnysh__section-head,
.gnysh__panel-head { margin-bottom:20px; }

.gnysh__section-head h2,
.gnysh__panel-head h3 {
  margin:8px 0;
  color:var(--gnysh-ink);
  line-height:1.12;
  letter-spacing:-.02em;
}

.gnysh__section-head h2 { font-size:clamp(1.8rem, 2.7vw, 2.5rem); }
.gnysh__panel-head h3 { font-size:clamp(1.28rem, 1.9vw, 1.72rem); }

.gnysh__section-head p,
.gnysh__panel-head p,
.gnysh__panel p,
.gnysh__output,
.gnysh__list-card,
.gnysh__accordion-content,
.gnysh__footer-disclaimer,
.gnysh__disclaimer-inline,
.gnysh__selector-card p {
  color:var(--gnysh-ink);
}

.gnysh__selector-row {
  display:grid;
  grid-template-columns:minmax(0, 1fr) auto;
  gap:14px;
  align-items:center;
}

.gnysh__select,
.gnysh__tool-form select,
.gnysh__tool-form input {
  width:100%;
  min-height:54px;
  border-radius:16px;
  border:1px solid rgba(31,58,99,.14);
  background:linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  color:var(--gnysh-ink);
  padding:0 16px;
  font-size:1rem;
  line-height:1.3;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.88);
}

.gnysh__select:focus,
.gnysh__tool-form select:focus,
.gnysh__tool-form input:focus {
  outline:none;
  border-color:rgba(31,58,99,.34);
  box-shadow:0 0 0 5px rgba(67,119,173,.12), inset 0 1px 0 rgba(255,255,255,.9);
}

.gnysh__content-grid,
.gnysh__tools-grid {
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:24px;
  margin-top:24px;
  align-items:stretch;
}

.gnysh__tools-grid--second { grid-template-columns:.95fr 1.05fr; }

.gnysh__panel {
  padding:28px;
  overflow:hidden;
}

.gnysh__panel--highlight {
  background:
    radial-gradient(circle at top right, rgba(83,132,188,.12), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(244,249,255,.98) 100%);
  box-shadow:var(--gnysh-shadow-md);
}

.gnysh__field-grid {
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
}

.gnysh__tool-form label {
  display:flex;
  flex-direction:column;
  min-width:0;
}

.gnysh__tool-form label span {
  display:block;
  margin-bottom:8px;
  font-weight:800;
  color:var(--gnysh-ink);
  font-size:.96rem;
}

.gnysh__output,
.gnysh__list-card {
  margin-top:18px;
  min-height:86px;
  padding:18px 20px;
  border-radius:20px;
  border:1px solid rgba(31,58,99,.10);
  background:linear-gradient(180deg, #fbfdff 0%, #f2f8ff 100%);
  box-shadow:var(--gnysh-shadow-xs);
}

.gnysh__output h4,
.gnysh__list-card h4 {
  margin:0 0 12px;
  color:var(--gnysh-ink);
  font-size:1.07rem;
}

.gnysh__output ul,
.gnysh__list-card ul { margin:0; padding-left:18px; }
.gnysh__output li,
.gnysh__list-card li { margin-bottom:8px; }

.gnysh__chips { margin-top:16px; }
.gnysh__chips span,
.gnysh__official-links a {
  display:inline-flex;
  align-items:center;
  min-height:38px;
  border-radius:999px;
  padding:0 13px;
  background:linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  color:var(--gnysh-blue-dark);
  border:1px solid rgba(31,58,99,.12);
  box-shadow:0 8px 18px rgba(9,33,55,.04);
  font-weight:800;
  font-size:.92rem;
  text-decoration:none;
}

.gnysh__official-links { margin-top:14px; }

.gnysh__accordion-panel { margin-top:24px; }
.gnysh__accordion { display:grid; gap:14px; }
.gnysh__accordion-item {
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,252,255,.98));
  border:1px solid rgba(31,58,99,.10);
  border-radius:20px;
  overflow:hidden;
  box-shadow:var(--gnysh-shadow-xs);
}

.gnysh__accordion-button {
  width:100%;
  min-height:68px;
  padding:20px 22px;
  border:0;
  background:transparent;
  color:var(--gnysh-ink);
  text-align:left;
  font-size:1rem;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
}

.gnysh__accordion-button::after {
  content:'+';
  font-size:1.35rem;
  color:var(--gnysh-blue);
}

.gnysh__accordion-item.is-open .gnysh__accordion-button::after { content:'–'; }
.gnysh__accordion-content {
  display:none;
  padding:0 22px 22px;
  line-height:1.72;
}
.gnysh__accordion-item.is-open .gnysh__accordion-content { display:block; }

.gnysh__cta-band {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  margin-top:28px;
  padding:32px;
  background:linear-gradient(135deg, #0a2743 0%, #184b79 55%, #2f6ca6 100%);
  color:#fff;
  box-shadow:var(--gnysh-shadow-lg);
}

.gnysh__cta-band h2,
.gnysh__cta-band p { color:#fff; }
.gnysh__cta-band h2 { margin:8px 0; font-size:clamp(1.6rem, 2.5vw, 2.25rem); }
.gnysh__footer-disclaimer,
.gnysh__disclaimer-inline {
  margin-top:16px;
  color:var(--gnysh-muted);
  font-size:.92rem;
  line-height:1.65;
}

.gnysh__empty-state { color:var(--gnysh-muted); }
.screen-reader-text {
  position:absolute !important;
  width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0;
}

.gnysh-fade-up { opacity:1; transform:none; }

.js-inview {
  opacity:0;
  transform:translateY(22px);
  transition:opacity .7s ease, transform .7s ease;
}

.js-inview.is-visible {
  opacity:1;
  transform:translateY(0);
}

@media (max-width:1080px) {
  .gnysh__content-grid,
  .gnysh__tools-grid,
  .gnysh__tools-grid--second,
  .gnysh__cta-band {
    grid-template-columns:1fr;
  }
}

@media (max-width:991px) {
  .gnysh { margin-top:-8px; padding-bottom:58px; }
  .gnysh__container { width:min(1140px, calc(100% - 28px)); }
  .gnysh__hero-inner {
    min-height:330px;
    padding:34px 0 38px;
  }
  .gnysh__hero-copy {
    width:100%;
    max-width:100%;
    padding:22px;
  }
  .gnysh__hero-copy h1 { font-size:clamp(2.1rem, 6vw, 3.2rem); }
  .gnysh__hero-copy p { max-width:640px; font-size:1rem; }
  .gnysh__selector-card { margin-top:-12px; padding:24px; }
  .gnysh__selector-row { grid-template-columns:1fr; }
  .gnysh__panel { padding:24px; }
}

@media (max-width:767px) {
  .gnysh__hero {
    background:linear-gradient(180deg, #0b355a 0%, #1b4f82 58%, #4a82ba 100%);
  }
  .gnysh__hero::before {
    background-image:
      linear-gradient(180deg, rgba(8,38,64,.74) 0%, rgba(20,76,129,.44) 60%, rgba(69,129,186,.18) 100%),
      radial-gradient(circle at 72% 26%, rgba(255,255,255,.12), transparent 20%);
  }
  .gnysh__hero-inner {
    min-height:290px;
    padding:26px 0 28px;
  }
  .gnysh__hero-copy {
    padding:18px;
    border-radius:22px;
  }
  .gnysh__hero-copy h1 { font-size:clamp(1.9rem, 9vw, 2.7rem); }
  .gnysh__hero-copy p { font-size:.94rem; line-height:1.6; }
  .gnysh__hero-actions,
  .gnysh__inline-actions,
  .gnysh__cta-actions,
  .gnysh__actions-stack { flex-direction:column; }
  .gnysh__btn,
  .gnysh__official-links a,
  .gnysh__selector-row .gnysh__btn { width:100%; }
  .gnysh__field-grid { grid-template-columns:1fr; gap:14px; }
  .gnysh__panel,
  .gnysh__selector-card,
  .gnysh__cta-band { padding:18px; border-radius:22px; }
  .gnysh__accordion-button { padding:16px; }
  .gnysh__accordion-content { padding:0 16px 16px; }
  .gnysh__tool-form label span { font-size:.91rem; }
  .gnysh__select,
  .gnysh__tool-form select,
  .gnysh__tool-form input { font-size:.94rem; min-height:48px; }
}

@media (max-width:480px) {
  .gnysh__hero-copy h1 { font-size:clamp(1.72rem, 8.4vw, 2.34rem); }
  .gnysh__hero-copy p { font-size:.9rem; }
  .gnysh__field-grid { grid-template-columns:1fr; gap:12px; }
  .gnysh__tool-form label span { font-size:.86rem; }
  .gnysh__tool-form select,
  .gnysh__tool-form input { font-size:.89rem; }
}

@media print {
  body * { visibility:hidden !important; }
}


/* Touch-safe external/action links */
.gnysh__official-links a,
.gnysh__cta-actions a,
.gnysh__hero-actions a,
.gnysh__inline-actions a,
.gnysh__actions-stack a,
.gnysh__btn,
.gnysh__link {
  position: relative;
  z-index: 6;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(31,58,99,.12);
}

.gnysh__official-links {
  position: relative;
  z-index: 6;
}

@media (max-width: 1024px) {
  .gnysh__official-links a,
  .gnysh__cta-actions a,
  .gnysh__hero-actions a,
  .gnysh__inline-actions a,
  .gnysh__actions-stack a {
    min-height: 46px;
  }
}
