.bstfg-guide {
	--bstfg-deep: #073b48;
	--bstfg-teal: #108b92;
	--bstfg-aqua: #51d6d0;
	--bstfg-gold: #e1a437;
	--bstfg-ink: #122b38;
	--bstfg-muted: #5c7480;
	margin: clamp(2.5rem, 6vw, 5.5rem) auto 2.5rem;
	padding: clamp(1.25rem, 3vw, 2.25rem);
	max-width: 1500px;
	border: 1px solid rgba(16, 139, 146, .24);
	border-radius: 28px;
	background: linear-gradient(145deg, #f8ffff 0%, #effafb 58%, #fffaf1 100%);
	box-shadow: 0 24px 60px rgba(7, 59, 72, .09);
	color: var(--bstfg-ink);
}

.bstfg-guide--crystal {
	--bstfg-teal: #6f4595;
	--bstfg-aqua: #d7c3ef;
	margin-top: 1.5rem;
	background: linear-gradient(145deg, #fcfbff 0%, #f4effb 54%, #eefbfb 100%);
	border-color: rgba(111, 69, 149, .24);
}

.bstfg-guide--crystal .bstfg-guide__eyebrow {
	color: #6f4595;
}

.bstfg-guide--crystal .bstfg-guide__badge {
	border-color: rgba(111, 69, 149, .3);
	color: #633d87;
}

.bstfg-guide--crystal .bstfg-guide__step {
	background: rgba(94, 56, 128, .94);
}

.bstfg-guide--crystal .bstfg-guide__button--primary {
	border-color: #6f4595;
	background: linear-gradient(135deg, #603981, #8b5caf);
}

.bstfg-guide--gem-foot {
	--bstfg-teal: #32836c;
	--bstfg-aqua: #bfe2d5;
	margin-top: 1.5rem;
	background: linear-gradient(145deg, #fbfffd 0%, #eef8f3 54%, #fff8e9 100%);
	border-color: rgba(50, 131, 108, .28);
}

.bstfg-guide--gem-foot .bstfg-guide__eyebrow {
	color: #2c745f;
}

.bstfg-guide--gem-foot .bstfg-guide__badge {
	border-color: rgba(50, 131, 108, .32);
	color: #275f50;
}

.bstfg-guide--gem-foot .bstfg-guide__step {
	background: rgba(37, 102, 82, .94);
}

.bstfg-guide--gem-foot .bstfg-guide__button--primary {
	border-color: #32836c;
	background: linear-gradient(135deg, #286b59, #43a383);
}

.bstfg-guide__intro {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 1.6rem;
}

.bstfg-guide__intro > div {
	max-width: 880px;
}

.bstfg-guide__eyebrow {
	margin: 0 0 .35rem;
	color: #7b4199;
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.bstfg-guide h2 {
	margin: 0;
	color: var(--bstfg-deep);
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1.04;
}

.bstfg-guide__intro p:last-child {
	margin: .7rem 0 0;
	color: var(--bstfg-muted);
	font-size: clamp(1rem, 1.6vw, 1.2rem);
	line-height: 1.65;
}

.bstfg-guide__badge {
	flex: 0 0 auto;
	padding: .65rem 1rem;
	border: 1px solid rgba(16, 139, 146, .32);
	border-radius: 999px;
	background: #fff;
	color: #08656d;
	font-size: .88rem;
	font-weight: 800;
	white-space: nowrap;
}

.bstfg-guide__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.4rem);
}

.bstfg-guide__card {
	overflow: hidden;
	min-width: 0;
	border: 1px solid rgba(7, 59, 72, .14);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(7, 59, 72, .08);
}

.bstfg-guide__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: var(--bstfg-deep);
}

.bstfg-guide__media img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	transition: transform .35s ease;
}

.bstfg-guide__card:hover .bstfg-guide__media img {
	transform: scale(1.025);
}

.bstfg-guide__step {
	position: absolute;
	top: 14px;
	left: 14px;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 2px solid rgba(255, 255, 255, .75);
	border-radius: 50%;
	background: rgba(7, 59, 72, .92);
	box-shadow: 0 8px 18px rgba(7, 59, 72, .24);
	color: #fff;
	font-size: 1rem;
	font-weight: 800;
}

.bstfg-guide__body {
	padding: 1.15rem 1.2rem 1.35rem;
}

.bstfg-guide__body h3 {
	margin: 0 0 .55rem;
	color: var(--bstfg-deep);
	font-size: 1.24rem;
	line-height: 1.25;
}

.bstfg-guide__body p {
	margin: 0;
	color: var(--bstfg-muted);
	font-size: .96rem;
	line-height: 1.62;
}

.bstfg-guide__footer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 1.5rem;
	margin-top: 1.5rem;
	padding: 1.1rem 1.2rem;
	border: 1px solid rgba(225, 164, 55, .3);
	border-radius: 18px;
	background: rgba(255, 255, 255, .78);
}

.bstfg-guide__safety {
	display: flex;
	align-items: flex-start;
	gap: .55rem;
	color: var(--bstfg-muted);
	font-size: .92rem;
	line-height: 1.55;
}

.bstfg-guide__safety strong {
	flex: 0 0 auto;
	color: var(--bstfg-deep);
}

.bstfg-guide__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: .7rem;
}

.bstfg-guide__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: .75rem 1rem;
	border: 1px solid rgba(16, 139, 146, .36);
	border-radius: 12px;
	background: #fff;
	color: #08656d !important;
	font-size: .9rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.bstfg-guide__button:hover,
.bstfg-guide__button:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(7, 59, 72, .12);
}

.bstfg-guide__button--primary {
	border-color: var(--bstfg-teal);
	background: linear-gradient(135deg, #087b87, #20a6aa);
	color: #fff !important;
}

@media (max-width: 1100px) {
	.bstfg-guide__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bstfg-guide__footer {
		grid-template-columns: 1fr;
	}

	.bstfg-guide__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.bstfg-guide {
		border-radius: 20px;
	}

	.bstfg-guide__intro {
		align-items: flex-start;
		flex-direction: column;
	}

	.bstfg-guide__grid {
		grid-template-columns: 1fr;
	}

	.bstfg-guide__safety,
	.bstfg-guide__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.bstfg-guide__button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bstfg-guide__media img,
	.bstfg-guide__button {
		transition: none;
	}
}
