.hrt-gof,
.hrt-gof * {
	box-sizing: border-box;
}

.hrt-gof {
	background: #fffdf9;
	color: #000;
	font-family: inherit;
}

.hrt-gof a {
	color: inherit;
	text-decoration: none;
}

.hrt-gof-inner {
	width: 100%;
	margin: 0 auto;
}

.hrt-gof-header {
	width: min(100%, 820px);
	margin-right: auto;
	margin-left: auto;
}

.hrt-gof-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 16px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.hrt-gof-badge svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.hrt-gof-heading {
	margin: 14px 0 0;
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -.025em;
}

.hrt-gof-description {
	margin-top: 16px;
	font-size: clamp(16px, 1.4vw, 18px);
	line-height: 1.7;
}

.hrt-gof-description > :first-child,
.hrt-gof-remote-text > :first-child,
.hrt-gof-disclaimer-text > :first-child {
	margin-top: 0;
}

.hrt-gof-description > :last-child,
.hrt-gof-remote-text > :last-child,
.hrt-gof-disclaimer-text > :last-child {
	margin-bottom: 0;
}

.hrt-gof-office-stack {
	display: grid;
}

.hrt-gof-branches {
	display: grid;
}

.hrt-gof-card {
	--hrt-gof-inner-gap: 14px;
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: stretch;
	border: 1px solid #f2e6d6;
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.hrt-gof-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 44px rgba(61, 38, 8, .08);
}

.hrt-gof-card.is-featured {
	position: relative;
	border-color: rgba(255, 150, 0, .45);
}

.hrt-gof-card.is-featured::before {
	position: absolute;
	top: 0;
	right: 28px;
	left: 28px;
	height: 3px;
	border-radius: 0 0 999px 999px;
	background: #ff9600;
	content: "";
}

.hrt-gof-card-head {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: var(--hrt-gof-inner-gap);
	padding-bottom: var(--hrt-gof-inner-gap);
	border-bottom: 1px solid #f2e6d6;
}

.hrt-gof-flag {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.hrt-gof-detail-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
}

.hrt-gof-detail-icon svg {
	display: block;
	fill: currentColor;
}

.hrt-gof-card-heading {
	min-width: 0;
}

.hrt-gof-card-title {
	margin: 0;
	font-size: clamp(20px, 2vw, 26px);
	font-weight: 750;
	line-height: 1.2;
}

.hrt-gof-location-tag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .045em;
}

.hrt-gof-location-tag > span {
	font-size: 8px;
}

.hrt-gof-card-address,
.hrt-gof-hours,
.hrt-gof-contact {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 15px;
	line-height: 1.65;
}

.hrt-gof-card-address,
.hrt-gof-services,
.hrt-gof-hours,
.hrt-gof-contact-list {
	margin-bottom: var(--hrt-gof-inner-gap);
}

.hrt-gof-detail-icon {
	display: inline-flex;
	min-width: 18px;
	justify-content: center;
	font-weight: 700;
}

.hrt-gof-services {
	display: flex;
	flex-wrap: wrap;
}

.hrt-gof-service {
	display: inline-flex;
	padding: 5px 11px;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.25;
	transition: color .2s ease, background-color .2s ease;
}

.hrt-gof-contact-list {
	display: grid;
	gap: 5px;
}

a.hrt-gof-contact {
	width: fit-content;
	transition: color .2s ease;
}

a.hrt-gof-contact:hover,
a.hrt-gof-contact:focus-visible {
	color: #df7615;
}

.hrt-gof-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: auto;
	padding-top: 4px;
}

.hrt-gof-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	transition: color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.hrt-gof-btn:hover,
.hrt-gof-btn:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 9px 20px rgba(0, 0, 0, .1);
}

.hrt-gof-btn svg {
	display: block;
	fill: currentColor;
}

.hrt-gof-remote {
	background: linear-gradient(135deg, #fff6e8, #ffebcc);
	border: 1px solid rgba(255, 150, 0, .28);
}

.hrt-gof-remote-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}

.hrt-gof-remote-icon svg {
	display: block;
	fill: currentColor;
}

.hrt-gof-remote-heading {
	margin: 0;
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 800;
	line-height: 1.2;
}

.hrt-gof-remote-text {
	width: min(100%, 760px);
	margin: 14px auto 0;
	font-size: 16px;
	line-height: 1.7;
}

.hrt-gof-stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: clamp(24px, 5vw, 64px);
	margin-top: 26px;
}

.hrt-gof-stat {
	display: grid;
	gap: 4px;
	min-width: 130px;
	text-align: center;
}

.hrt-gof-stat-number {
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 800;
	line-height: 1;
}

.hrt-gof-stat-label {
	font-size: 13px;
	font-weight: 600;
}

.hrt-gof-remote-actions {
	justify-content: center;
	margin-top: 28px;
}

.hrt-gof-disclaimer {
	border: 1px solid #eee2d2;
}

.hrt-gof-disclaimer-head {
	display: flex;
	align-items: center;
	gap: 10px;
}

.hrt-gof-disclaimer-icon {
	display: inline-flex;
	flex: 0 0 auto;
}

.hrt-gof-disclaimer-icon svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.hrt-gof-disclaimer-title {
	margin: 0;
	font-size: 18px;
	font-weight: 750;
	line-height: 1.3;
}

.hrt-gof-disclaimer-text {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.65;
}

@media (min-width: 901px) {
	.hrt-gof-card.is-featured {
		display: grid;
		grid-template-columns: minmax(240px, .8fr) minmax(300px, 1.2fr);
		column-gap: 34px;
	}

	.hrt-gof-card.is-featured .hrt-gof-card-head {
		grid-column: 1;
		align-self: start;
	}

	.hrt-gof-card.is-featured .hrt-gof-card-address,
	.hrt-gof-card.is-featured .hrt-gof-services,
	.hrt-gof-card.is-featured .hrt-gof-hours,
	.hrt-gof-card.is-featured .hrt-gof-contact-list,
	.hrt-gof-card.is-featured .hrt-gof-actions {
		grid-column: 2;
	}

	.hrt-gof-card.is-featured .hrt-gof-card-address {
		grid-row: 1;
	}
}

@media (max-width: 900px) {
	.hrt-gof-card.is-featured {
		display: flex;
	}

}

@media (max-width: 767px) {
	.hrt-gof {
		overflow: hidden;
	}

	.hrt-gof-card,
	.hrt-gof-remote,
	.hrt-gof-disclaimer {
		min-width: 0;
	}

	.hrt-gof-card-head {
		align-items: flex-start;
	}

	.hrt-gof-actions,
	.hrt-gof-remote-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.hrt-gof-btn {
		width: 100%;
	}

	.hrt-gof-stats {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 12px;
	}

	.hrt-gof-stat:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hrt-gof-card,
	.hrt-gof-btn,
	.hrt-gof-service {
		transition: none;
	}
}
