.oakbridge-gs-wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 40px 20px 64px;
}

.oakbridge-gs-hero {
	padding: 12px 0 36px;
	text-align: center;
}

.oakbridge-gs-kicker {
	display: inline-block;
	margin: 0 0 14px;
	color: #6b8a7f;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.oakbridge-gs-hero h1 {
	margin: 0 0 16px;
	color: var(--ast-global-color-2, #071f1b);
	font-size: clamp(1.85rem, 4vw, 2.5rem);
	line-height: 1.15;
	font-weight: 400;
}

.oakbridge-gs-hero p {
	margin: 0 auto;
	max-width: 720px;
	color: var(--ast-global-color-3, #393939);
	font-size: 1.1rem;
	line-height: 1.75;
}

.oakbridge-gs-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin: 28px 0 12px;
}

.oakbridge-gs-btn {
	display: inline-block;
	text-decoration: none;
	padding: 14px 28px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 1rem;
	transition: background 0.15s, color 0.15s, border-color 0.15s, transform 0.15s;
}

.oakbridge-gs-btn-primary {
	background: var(--ast-global-color-1, #e05d4e);
	color: #fff;
	border: 1px solid var(--ast-global-color-1, #e05d4e);
}

.oakbridge-gs-btn-primary:hover {
	background: #cf5143;
	border-color: #cf5143;
	color: #fff;
	transform: translateY(-1px);
}

.oakbridge-gs-btn-secondary {
	background: #fff;
	color: #b8483c;
	border: 1px solid #f3c4be;
}

.oakbridge-gs-btn-secondary:hover {
	background: #fff1ef;
	color: #a73f34;
}

.oakbridge-gs-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin: 48px 0 36px;
}

.oakbridge-gs-step {
	background: var(--ast-global-color-5, #fff);
	border: 1px solid #e4ece8;
	border-radius: 18px;
	padding: 0;
	overflow: hidden;
	text-align: left;
	box-shadow: 0 12px 32px rgba(7, 31, 27, 0.06);
	display: flex;
	flex-direction: column;
}

.oakbridge-gs-step-visual {
	position: relative;
	height: 200px;
	background: linear-gradient(145deg, #f8fbfa 0%, #eef5f2 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.oakbridge-gs-step-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.oakbridge-gs-step-num {
	position: absolute;
	top: 16px;
	left: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--ast-global-color-1, #e05d4e);
	color: #fff;
	font-weight: 700;
	font-size: 1.1rem;
	box-shadow: 0 4px 12px rgba(224, 93, 78, 0.35);
}

.oakbridge-gs-step-body {
	padding: 26px 24px 28px;
	flex: 1;
}

.oakbridge-gs-step h2 {
	margin: 0 0 12px;
	font-size: 1.25rem;
	color: var(--ast-global-color-2, #071f1b);
	line-height: 1.25;
}

.oakbridge-gs-step p {
	margin: 0;
	color: #4f645b;
	font-size: 1rem;
	line-height: 1.65;
}

.oakbridge-gs-step-list {
	margin: 14px 0 0;
	padding: 0 0 0 1.15em;
	color: #566a61;
	font-size: 0.95rem;
	line-height: 1.55;
}

.oakbridge-gs-step-list li {
	margin-bottom: 6px;
}

.oakbridge-gs-note {
	margin: 0;
	padding: 22px 24px;
	border-radius: 14px;
	background: var(--ast-global-color-4, #faf6f6);
	border: 1px solid #dde7e1;
	color: #4a6057;
	font-size: 1rem;
	line-height: 1.65;
	text-align: center;
}

.oakbridge-gs-note a {
	color: #b8483c;
	font-weight: 600;
}

@media (max-width: 960px) {
	.oakbridge-gs-steps {
		grid-template-columns: 1fr;
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 640px) {
	.oakbridge-gs-wrap {
		padding: 28px 16px 48px;
	}

	.oakbridge-gs-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.oakbridge-gs-btn {
		text-align: center;
	}

	.oakbridge-gs-step-visual {
		height: 180px;
	}
}
