/* NexisRank visual refresh: editorial-tech, mobile-first, accessible */
:root {
  --refresh-ink: #08152f;
  --refresh-ink-soft: #13264c;
  --refresh-electric: #2fd3ff;
  --refresh-lime: #c7f36b;
  --refresh-paper: #f6f8fb;
  --refresh-line: rgba(8, 21, 47, .12);
  --refresh-radius: 24px;
  --refresh-ease: cubic-bezier(.23, 1, .32, 1);
}

.site-header {
  position: sticky !important;
  top: 0;
  z-index: 1000;
  background: rgba(246, 248, 251, .88) !important;
  border-bottom: 1px solid rgba(8, 21, 47, .12) !important;
  box-shadow: 0 12px 30px rgba(8, 21, 47, .06);
  backdrop-filter: blur(18px);
}
.site-header::after {
  content: '';
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--refresh-lime), var(--refresh-electric), transparent 72%);
  opacity: .9;
}
.nav-shell { min-height: 82px; gap: 28px; }
.brand-mark { display: inline-flex; align-items: center; gap: 12px; }
.brand-pulse { width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; background: var(--refresh-lime); box-shadow: 0 0 0 5px rgba(199,243,107,.2); }
.menu-label { margin-right: 8px; font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.brand-mark::after {
  content: 'SEARCH / ANSWERS / GROWTH';
  max-width: 110px;
  color: var(--refresh-ink-soft);
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.35;
}
.brand-mark img { max-width: 150px; max-height: 44px !important; mix-blend-mode: multiply; }
.nav-list { gap: 8px; }
.nav-link { position: relative; padding: 10px 14px !important; border-radius: 999px; font-size: .76rem !important; font-weight: 800 !important; letter-spacing: .04em; }
.nav-link::before { content: ''; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px; background: var(--refresh-electric); transform: scaleX(0); transform-origin: left; transition: transform .22s var(--refresh-ease); }
.nav-link:hover::before, .nav-link.is-active::before { transform: scaleX(1); }
.nav-link.is-active { background: rgba(47, 211, 255, .11); color: var(--refresh-ink) !important; }
.nav-cta { background: var(--refresh-ink) !important; color: #fff !important; border-radius: 12px !important; box-shadow: 5px 5px 0 var(--refresh-lime) !important; }
.nav-cta:hover { background: var(--refresh-electric) !important; color: var(--refresh-ink) !important; box-shadow: 2px 2px 0 var(--refresh-lime) !important; }
.nav-menu-toggle { border-radius: 12px !important; }

.hero-section, .page-hero { isolation: isolate; overflow: hidden; }
.hero-section::before, .page-hero::before {
  content: 'NEXISRANK'; position: absolute; z-index: -1; right: -4vw; bottom: -1.3rem; color: rgba(255,255,255,.045); font-size: clamp(5rem, 17vw, 14rem); font-weight: 800; letter-spacing: -.08em; line-height: .8; pointer-events: none;
}
.hero-section { min-height: 700px; padding-top: clamp(100px, 12vw, 160px) !important; padding-bottom: clamp(84px, 10vw, 132px) !important; }
.hero-grid { align-items: center; gap: clamp(42px, 7vw, 110px); }
.hero-copy h1, .page-hero h1 { max-width: 11ch; font-size: clamp(3rem, 7vw, 6.5rem) !important; line-height: .98 !important; letter-spacing: -.075em !important; }
.hero-copy h1 .text-gradient, .page-hero h1 .text-gradient { color: var(--refresh-electric); background: none; }
.hero-lead, .page-hero-lead { max-width: 55ch; color: rgba(255,255,255,.78) !important; font-size: 1.05rem !important; }
.hero-actions .button, .page-hero-actions .button { border-radius: 12px; min-height: 54px; }
.hero-actions .button-primary, .page-hero-actions .button-primary { background: var(--refresh-lime); color: var(--refresh-ink); box-shadow: 5px 5px 0 var(--refresh-electric); }
.hero-actions .button-primary:hover, .page-hero-actions .button-primary:hover { box-shadow: 2px 2px 0 var(--refresh-electric); }
.hero-visual-wrap { min-height: 470px; }
.hero-orbit { border: 1px solid rgba(47,211,255,.44) !important; box-shadow: 0 0 0 24px rgba(47,211,255,.035), 0 0 90px rgba(47,211,255,.2) !important; }
.hero-float-card { border: 1px solid rgba(255,255,255,.18) !important; border-radius: 16px !important; box-shadow: 0 18px 40px rgba(0,0,0,.22) !important; }

.section-heading { align-items: end; gap: 24px; }
.service-card, .principle-card, .process-step, .next-link-card { border: 1px solid var(--refresh-line) !important; border-radius: var(--refresh-radius) !important; box-shadow: 0 10px 35px rgba(8,21,47,.06) !important; transition: transform .24s var(--refresh-ease), box-shadow .24s var(--refresh-ease), border-color .24s ease; }
.service-card:hover, .principle-card:hover, .process-step:hover, .next-link-card:hover { transform: translateY(-6px); border-color: rgba(47,211,255,.6) !important; box-shadow: 0 18px 44px rgba(8,21,47,.12) !important; }
.section-blue { background: var(--refresh-lime) !important; }
.button { transition: transform .18s var(--refresh-ease), box-shadow .18s var(--refresh-ease), background .18s ease !important; }
.button:active { transform: scale(.97); }

@media (max-width: 860px) {
  .brand-mark::after { display: none; }
  .menu-label { display: inline; }
  .nav-shell { min-height: 70px; }
  .primary-navigation { border-top: 1px solid var(--refresh-line) !important; }
  .hero-copy h1, .page-hero h1 { max-width: 14ch; }
  .hero-section, .page-hero { padding-top: 76px !important; }
}
@media (min-width: 861px) { .menu-label { display: none; } }
@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero-section { text-align: left !important; }
  .hero-grid { gap: 22px; }
  .hero-copy h1, .page-hero h1 { font-size: clamp(2.6rem, 13vw, 4rem) !important; line-height: 1.02 !important; }
  .hero-lead, .page-hero-lead { font-size: .96rem !important; }
  .hero-actions, .page-hero-actions { align-items: stretch !important; }
  .hero-actions .button, .page-hero-actions .button { width: 100%; }
  .hero-visual-wrap { min-height: 275px !important; transform: scale(.78); transform-origin: top center; margin-bottom: -72px; }
  .hero-proof-row { flex-wrap: wrap; justify-content: flex-start !important; }
  .section { padding: 64px 0; }
  .section-heading { display: block; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Reference-inspired light hero and pathway system */
.hero-section, .page-hero { background: #f3f8f6 !important; color: var(--refresh-ink) !important; }
.hero-section.section-grid, .page-hero.section-grid { background-image: radial-gradient(circle at 82% 24%, rgba(47,211,255,.16), transparent 27%), radial-gradient(circle at 8% 92%, rgba(199,243,107,.18), transparent 22%), linear-gradient(120deg, rgba(8,21,47,.035) 1px, transparent 1px), linear-gradient(30deg, rgba(8,21,47,.025) 1px, transparent 1px) !important; background-size: auto, auto, 76px 76px, 76px 76px !important; }
.hero-section::before, .page-hero::before { color: rgba(8,21,47,.045); }
.hero-copy h1, .page-hero h1 { color: var(--refresh-ink) !important; }
.hero-copy h1 .text-gradient, .page-hero h1 .text-gradient { color: #0698cf !important; }
.hero-lead, .page-hero-lead { color: rgba(8,21,47,.72) !important; }
.hero-copy .eyebrow, .page-hero .eyebrow { color: #087da8 !important; }
.hero-actions .button-ghost, .page-hero-actions .button-ghost { border-color: rgba(8,21,47,.26) !important; color: var(--refresh-ink) !important; }
.hero-actions .button-ghost:hover, .page-hero-actions .button-ghost:hover { background: rgba(47,211,255,.12) !important; }
.hero-orbit { background: rgba(255,255,255,.48) !important; }
.hero-float-card { background: rgba(255,255,255,.78) !important; color: var(--refresh-ink) !important; border-color: rgba(8,21,47,.12) !important; }
.hero-float-card-bottom strong { color: #087da8 !important; }
.market-strip { background: var(--refresh-ink) !important; color: #fff; }
.audience-section { padding-top: clamp(68px, 8vw, 108px); }
.audience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 36px; }
.audience-card { position: relative; min-height: 330px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: clamp(26px, 4vw, 48px); overflow: hidden; border-radius: 28px; }
.audience-card::after { content: ''; position: absolute; width: 220px; height: 220px; top: -70px; right: -45px; border: 1px solid currentColor; border-radius: 50%; opacity: .18; box-shadow: 0 0 0 28px rgba(255,255,255,.06), 0 0 0 56px rgba(255,255,255,.05); }
.audience-card > * { position: relative; z-index: 1; }
.audience-card-dark { background: var(--refresh-ink); color: #fff; }
.audience-card-accent { background: var(--refresh-lime); color: var(--refresh-ink); }
.audience-kicker { margin-bottom: auto; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; opacity: .7; }
.audience-card h3 { max-width: 14ch; margin: 20px 0 12px; font-family: 'Metrophobic', sans-serif; font-size: clamp(1.55rem, 3vw, 2.35rem); font-weight: 400; letter-spacing: -.05em; line-height: 1.03; }
.audience-card p { max-width: 46ch; margin-bottom: 24px; opacity: .78; }
.audience-card .button { position: relative; z-index: 2; }
.audience-card-dark .button-primary { background: var(--refresh-lime) !important; }
.audience-card-accent .button-dark { background: var(--refresh-ink) !important; color: #fff !important; }
@media (max-width: 680px) { .audience-grid { grid-template-columns: 1fr; } .audience-card { min-height: 300px; } }
