.vanta-process { box-sizing: border-box; padding: 80px 0; background: var(--vanta-bg, #fff); font-family: Lato, Arial, sans-serif; }
.vanta-process *, .vanta-process *::before, .vanta-process *::after { box-sizing: border-box; }
.vanta-process__inner { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.vanta-process__header { max-width: 920px; margin: 0 auto 38px; text-align: center; }
.vanta-process__eyebrow { display: inline-block; margin: 0 0 14px; color: var(--vanta-gold-dark, #a9853f); font-size: 12.5px; line-height: 1.2; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.vanta-process__title { margin: 0; color: var(--vanta-navy, #111827); font-size: 38px; line-height: 1.15; font-weight: 800; letter-spacing: -.02em; }
.vanta-process__subtitle { margin: 18px 0 0; color: var(--vanta-text, #667085); font-size: 16px; line-height: 1.65; font-weight: 400; }
.vanta-process__grid { position: relative; display: grid; grid-template-columns: repeat(var(--vanta-process-desktop-columns,4),minmax(0,1fr)); gap: 16px; align-items: stretch; }
.vanta-process__grid::before { content: ""; position: absolute; top: 55px; right: 4%; left: 4%; z-index: 0; height: 1px; background: var(--vanta-border, #e4e1da); }
.vanta-process__card { position: relative; z-index: 1; display: flex; min-width: 0; min-height: 284px; height: 100%; flex-direction: column; align-items: center; padding: 30px 26px 32px; border: 1px solid var(--vanta-border, #e4e1da); border-radius: 16px; background: #fff; text-align: center; }
.vanta-process__number { display: inline-flex; min-width: 54px; height: 50px; flex: 0 0 auto; align-items: center; justify-content: center; margin: 0 0 26px; padding: 0 14px; border: 0; border-radius: 14px; background: var(--vanta-gold-light, #f3ebdd); color: var(--vanta-gold-dark, #a9853f); font-size: 19px; line-height: 1; font-weight: 700; }
.vanta-process__card-title { min-height: 2.6em; margin: 0 0 12px; color: var(--vanta-navy, #111827); font-size: 18px; line-height: 1.3; font-weight: 700; letter-spacing: -.01em; }
.vanta-process__card-description { margin: 0; color: var(--vanta-text, #667085); font-size: 16px; line-height: 1.65; font-weight: 400; }

.vanta-process--layout-full-width {
	--vanta-process-full-width-content: 1440px;
	--vanta-process-full-width-padding: 92px;
	width: 100%;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
}
.vanta-process--layout-full-width .vanta-process__inner {
	width: min(100%,calc(var(--vanta-process-full-width-content) + (var(--vanta-process-full-width-padding) * 2)));
	max-width: none !important;
	margin-right: auto;
	margin-left: auto;
	padding-right: var(--vanta-process-full-width-padding);
	padding-left: var(--vanta-process-full-width-padding);
}
.vanta-process--layout-full-width { background: radial-gradient(circle at 16% 18%,rgba(195,161,90,.045),transparent 31%),#f8f8fb; }
.vanta-process--layout-full-width .vanta-process__eyebrow { color: #a9853f; }
.vanta-process--layout-full-width .vanta-process__title { color: #11131b; }
.vanta-process--layout-full-width .vanta-process__subtitle { color: #383b45; }
.vanta-process--layout-full-width .vanta-process__card { border-color: #d8d9df; background-color: rgba(255,255,255,.7); }
.vanta-process--layout-full-width .vanta-process__number { background-color: #f3ebdd; color: #a9853f; }
.vanta-process--layout-full-width .vanta-process__card-title { color: #11131b; }
.vanta-process--layout-full-width .vanta-process__card-description { color: #383b45; }
.vanta-process--layout-full-width .vanta-process__grid::before { display:none; }

@media (max-width: 1024px) {
	.vanta-process--layout-full-width { --vanta-process-full-width-padding: 40px; }
	.vanta-process { padding-top: 60px; padding-bottom: 60px; }
	.vanta-process__title { font-size: 34px; }
	.vanta-process__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.vanta-process__grid::before { display: none; }
	.vanta-process__card { min-height: 240px; }
}

@media (max-width: 767px) {
	.vanta-process--layout-full-width { --vanta-process-full-width-padding: 20px; }
	.vanta-process { padding-top: 48px; padding-bottom: 48px; }
	.vanta-process__inner { padding-right: 20px; padding-left: 20px; }
	.vanta-process__header { margin-bottom: 30px; }
	.vanta-process__title { font-size: 30px; }
	.vanta-process__subtitle { margin-top: 14px; }
	.vanta-process__grid { grid-template-columns: 1fr; gap: 14px; }
	.vanta-process__card { min-height: 0; padding: 22px 20px 24px; }
	.vanta-process__number { min-width: 46px; height: 42px; margin-bottom: 18px; font-size: 16px; }
	.vanta-process__card-title { min-height: 0; }
}
