/* =========================================================================
 *  GV Advisors — Become a Partner (additions only).
 *  Loads AFTER gv-home.css + gv-about.css + gv-contact.css and reuses their
 *  tokens, sections, buttons, hero, breadcrumb, why cards, steps, numbers
 *  band, industries, FAQ, CTA and the full form system. Only partner-specific
 *  touches live here.
 * ========================================================================= */

/* Anchor offset so #gv-partner-form isn't hidden under the fixed header. */
#gv-partner-form { scroll-margin-top: calc(var(--gv-header-h, 84px) + 20px); }

/* Hero highlight points (brass-divided inline list under the hero sub). */
.gv-partner-points {
	display: flex; flex-wrap: wrap; align-items: center;
	gap: 14px 22px;
	list-style: none; margin: 26px 0 0; padding: 0;
}
.gv-partner-points li {
	position: relative;
	font-size: 14px; letter-spacing: .3px;
	color: rgba(248, 245, 238, .9);
	padding-left: 22px;
}
.gv-partner-points li::before {
	content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
	width: 7px; height: 7px; border-radius: 50%;
	background: var(--gv-brass);
}

.gv-partner-hero-cta { margin-top: 34px; }

/* Static industry tiles (no count) keep the label vertically centred. */
.gv-partner .gv-industry__body { justify-content: center; }

@media (max-width: 620px) {
	.gv-partner-points { gap: 10px 18px; }
}
