:root {
	--sb-navy-950: var(--sbo-brand-950);
	--sb-navy-900: var(--sbo-brand-900);
	--sb-blue-900: #073a75;
	--sb-blue-800: #0b4f9c;
	--sb-blue-700: var(--sbo-brand-700);
	--sb-orange-500: var(--sbo-accent-500);
	--sb-orange-600: var(--sbo-accent-600);
	--sb-gold-400: var(--sbo-gold-400);
	--sb-bg: var(--sbo-bg);
	--sb-surface: var(--sbo-surface);
	--sb-border: var(--sbo-border);
	--sb-text: var(--sbo-text);
	--sb-muted: var(--sbo-muted);
	--sb-radius-sm: 10px;
	--sb-radius-md: 16px;
	--sb-radius-lg: 24px;
	--sb-shadow-soft: 0 12px 32px rgba(6, 27, 58, 0.12);
	--sb-container: 1180px;
	--sb-font: var(--sbo-font-sans);
}

body,
button,
input,
select,
textarea {
	font-family: var(--sb-font);
}

html,
body {
	max-width: 100%;
	overflow-x: hidden;
	width: 100%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

img,
svg,
video,
canvas {
	height: auto;
	max-width: 100%;
}

.sbo-site {
	background: var(--sb-bg);
	color: var(--sb-text);
}

.sbo-container {
	max-width: var(--sb-container);
	width: min(100% - 32px, var(--sb-container));
}

.sbo-header {
	background: var(--sb-navy-950);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: none;
}

.sbo-header.is-scrolled {
	background: rgba(6, 27, 58, 0.98);
	box-shadow: 0 10px 24px rgba(3, 13, 31, 0.2);
}

.sbo-header-inner {
	min-height: 72px;
}

.sbo-brand {
	color: #fff;
	font-size: 1.25rem;
	position: relative;
}

.sbo-brand::before {
	color: var(--sb-gold-400);
	content: "★";
	font-size: 1.4rem;
	left: -28px;
	position: absolute;
	top: -1px;
}

.sbo-brand small {
	color: var(--sb-gold-400);
	font-size: 0.82rem;
}

.sbo-nav-list a,
.sbo-footer a {
	color: rgba(255, 255, 255, 0.86);
}

.sbo-nav-list a:hover {
	color: #fff;
}

.sbo-button-primary,
.sb-btn--primary {
	background: linear-gradient(180deg, #ff821f, var(--sb-orange-600));
	border-color: var(--sb-orange-500);
	color: #fff;
}

.sbo-button-ghost,
.sb-btn--outline {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.58);
	color: #fff;
}

.sb-btn {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 10px;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	text-decoration: none;
}

.sb-homepage {
	background: var(--sb-bg);
	overflow: hidden;
}

.sb-hero {
	background:
		radial-gradient(circle at 82% 36%, rgba(9, 105, 195, 0.42), transparent 34%),
		linear-gradient(135deg, #071b39 0%, #082b59 48%, #063b7b 100%);
	color: #fff;
	position: relative;
}

.sb-hero::before {
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(20deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
	background-size: 180px 180px, 220px 220px;
	content: "";
	inset: 0;
	opacity: 0.5;
	position: absolute;
}

.sb-hero::after {
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 50%;
	content: "";
	height: 560px;
	position: absolute;
	right: -160px;
	top: -150px;
	width: 560px;
}

.sb-hero__grid {
	align-items: center;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1.04fr) minmax(460px, 0.96fr);
	min-height: 500px;
	padding: 58px 0 46px;
	position: relative;
	z-index: 1;
}

.sb-hero__copy h1 {
	color: #fff;
	font-size: clamp(2.65rem, 4.2vw, 4.55rem);
	letter-spacing: 0;
	line-height: 1.07;
	margin: 0 0 18px;
	max-width: 720px;
	overflow-wrap: break-word;
}

.sb-hero__title-mobile,
.sb-btn__mobile,
.sb-hero__eyebrow,
.sb-hero__trust {
	display: none;
}

.sb-hero__lead {
	color: var(--sb-gold-400);
	font-size: 1.22rem;
	font-weight: 900;
	margin: 0 0 18px;
}

.sb-hero__body {
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.04rem;
	line-height: 1.72;
	margin: 0;
	max-width: 680px;
}

.sb-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 28px;
}

.sb-hero__benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	list-style: none;
	margin: 38px 0 0;
	padding: 0;
}

.sb-hero__benefits li {
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.94rem;
	font-weight: 800;
}

.sb-hero__benefits li::before {
	color: var(--sb-gold-400);
	content: "◌";
	margin-right: 8px;
}

.sb-hero-visual {
	background: linear-gradient(145deg, rgba(15, 77, 149, 0.42), rgba(3, 22, 49, 0.82));
	border: 1px solid rgba(126, 177, 255, 0.24);
	border-radius: 24px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
	height: 330px;
	position: relative;
	transform: perspective(900px) rotateY(-6deg) rotateX(2deg);
}

.sb-legal-card {
	background: rgba(18, 75, 147, 0.78);
	border: 1px solid rgba(152, 197, 255, 0.24);
	border-radius: 14px;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
	color: #dbeafe;
	padding: 18px;
	position: absolute;
}

.sb-legal-card span,
.sb-legal-card small {
	color: #c7ddff;
	display: block;
	font-weight: 800;
}

.sb-legal-card strong {
	color: #fff;
	display: block;
	font-size: 2rem;
	line-height: 1;
	margin: 10px 0 4px;
}

.sb-legal-card--progress {
	left: 26px;
	top: 54px;
	width: 160px;
}

.sb-legal-card--progress::after {
	border: 12px solid #5ec7ff;
	border-radius: 50%;
	content: "";
	height: 72px;
	position: absolute;
	right: 18px;
	top: 50px;
	width: 72px;
}

.sb-legal-card--topics {
	left: 198px;
	right: 28px;
	top: 54px;
}

.sb-legal-card--topics ul {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

.sb-legal-card--topics li {
	align-items: center;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	padding: 7px 10px;
}

.sb-legal-card--topics li::after {
	color: #7dd3fc;
	content: "✓";
}

.sb-legal-shield {
	align-items: center;
	background: linear-gradient(180deg, #2f7ed8, #113f88);
	border: 4px solid rgba(255, 255, 255, 0.35);
	clip-path: polygon(50% 0, 94% 18%, 84% 78%, 50% 100%, 16% 78%, 6% 18%);
	display: flex;
	height: 148px;
	justify-content: center;
	left: 178px;
	position: absolute;
	top: 144px;
	width: 122px;
	z-index: 2;
}

.sb-legal-shield span {
	color: var(--sb-gold-400);
	font-size: 3.5rem;
}

.sb-legal-gavel {
	background: linear-gradient(135deg, #8b4a28, #d0945f);
	border-radius: 8px;
	bottom: 42px;
	height: 24px;
	left: 78px;
	position: absolute;
	transform: rotate(-21deg);
	width: 150px;
}

.sb-legal-gavel::before {
	background: linear-gradient(135deg, #70401f, #c17a44);
	border-radius: 12px;
	content: "";
	height: 48px;
	left: 8px;
	position: absolute;
	top: -34px;
	width: 74px;
}

.sb-legal-card--score {
	bottom: 34px;
	right: 36px;
	width: 148px;
}

.sb-quick-actions {
	background: #fff;
	padding: 44px 0 20px;
}

.sb-quick-actions__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sb-quick-action {
	align-items: center;
	background: #fff;
	border: 1px solid var(--sb-border);
	border-radius: 18px;
	box-shadow: var(--sb-shadow-soft);
	color: var(--sb-text);
	display: grid;
	gap: 10px;
	justify-items: center;
	min-height: 118px;
	padding: 18px;
	text-decoration: none;
}

.sb-quick-action span {
	align-items: center;
	background: #eaf3ff;
	border: 1px solid #c9def8;
	border-radius: 50%;
	color: var(--sb-blue-800);
	display: inline-flex;
	height: 56px;
	justify-content: center;
	width: 56px;
}

.sb-quick-action svg {
	fill: none;
	height: 26px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 26px;
}

.sb-quick-action strong {
	font-size: 1.05rem;
}

.sb-section {
	padding: 46px 0;
}

.sb-section-title {
	color: var(--sb-navy-900);
	font-size: clamp(1.8rem, 3vw, 2.35rem);
	line-height: 1.15;
	margin: 0 0 36px;
	text-align: center;
}

.sb-roadmap {
	background: #fff;
}

.sb-roadmap__grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	position: relative;
}

.sb-roadmap__grid::before {
	background: linear-gradient(90deg, transparent, #b8cff0, transparent);
	content: "";
	height: 1px;
	left: 12%;
	position: absolute;
	right: 12%;
	top: 44px;
}

.sb-roadmap-step {
	position: relative;
	text-align: center;
}

.sb-roadmap-step__number {
	align-items: center;
	background: #064da8;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-weight: 900;
	height: 40px;
	justify-content: center;
	left: 20px;
	position: absolute;
	top: 18px;
	width: 40px;
	z-index: 2;
}

.sb-roadmap-step__icon {
	align-items: center;
	background: #edf5ff;
	border: 1px solid #d7e7fb;
	border-radius: 50%;
	color: #0758b6;
	display: inline-flex;
	height: 92px;
	justify-content: center;
	margin-bottom: 18px;
	width: 92px;
}

.sb-roadmap-step svg {
	fill: none;
	height: 42px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 42px;
}

.sb-roadmap-step h3 {
	color: var(--sb-navy-900);
	font-size: 1.04rem;
	margin: 0 0 8px;
}

.sb-roadmap-step p {
	color: var(--sb-muted);
	margin: 0 auto;
	max-width: 190px;
}

.sb-features {
	background: #fff;
	padding-top: 20px;
}

.sb-feature-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sb-feature-card {
	background: linear-gradient(135deg, #082d62, #075eb8);
	border-radius: 14px;
	box-shadow: var(--sb-shadow-soft);
	color: #fff;
	min-height: 210px;
	padding: 32px;
}

.sb-feature-card:nth-child(2) {
	background: linear-gradient(135deg, #0b62bd, #0754a5);
}

.sb-feature-card__icon {
	color: #fff;
	margin-bottom: 18px;
}

.sb-feature-card svg {
	fill: none;
	height: 48px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
	width: 48px;
}

.sb-feature-card h2 {
	color: #fff;
	font-size: 1.55rem;
	line-height: 1.25;
	margin: 0 0 10px;
}

.sb-feature-card p {
	color: rgba(255, 255, 255, 0.86);
	margin: 0 0 22px;
}

.sb-feature-card a {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-weight: 900;
	gap: 10px;
	min-height: 42px;
	padding: 0 16px;
	text-decoration: none;
}

.sb-testimonials {
	background: #eef5ff;
}

.sb-testimonial-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sb-testimonial-card {
	align-items: start;
	background: #fff;
	border: 1px solid #e1e9f5;
	border-radius: 14px;
	box-shadow: 0 12px 30px rgba(6, 27, 58, 0.08);
	display: grid;
	gap: 16px;
	grid-template-columns: auto 1fr;
	min-height: 150px;
	padding: 22px;
}

.sb-testimonial-card__avatar {
	align-items: center;
	background: #e5eef8;
	border-radius: 50%;
	color: var(--sb-blue-800);
	display: inline-flex;
	font-weight: 900;
	height: 62px;
	justify-content: center;
	width: 62px;
}

.sb-testimonial-card h3 {
	color: var(--sb-navy-900);
	font-size: 1rem;
	margin: 0 0 8px;
}

.sb-testimonial-card p {
	color: var(--sb-text);
	font-size: 0.93rem;
	line-height: 1.55;
	margin: 0 0 10px;
}

.sb-stars {
	color: var(--sb-orange-500);
	letter-spacing: 2px;
}

.sb-pricing {
	background: #fff;
}

.sb-pricing-grid {
	align-items: stretch;
	display: grid;
	gap: 34px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 960px;
}

.sb-plan {
	background: #fff;
	border: 1px solid #cdd8e8;
	border-radius: 10px;
	padding: 28px;
	position: relative;
	text-align: center;
}

.sb-plan.is-featured {
	border: 2px solid #0e63c7;
	box-shadow: 0 18px 45px rgba(6, 27, 58, 0.13);
}

.sb-plan__badge {
	background: var(--sb-orange-500);
	border-radius: 4px 4px 0 0;
	color: #fff;
	font-weight: 900;
	left: 32px;
	padding: 8px 14px;
	position: absolute;
	right: 32px;
	top: -18px;
}

.sb-plan h3 {
	color: var(--sb-navy-900);
	font-size: 1.15rem;
	margin: 0 0 12px;
}

.sb-plan__price {
	align-items: baseline;
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-bottom: 18px;
}

.sb-plan__price strong {
	color: #0d57b2;
	font-size: 2rem;
}

.sb-plan__price del {
	color: #8a99ab;
	font-size: 0.9rem;
}

.sb-plan ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
	text-align: left;
}

.sb-plan li {
	color: var(--sb-muted);
	font-size: 0.94rem;
}

.sb-plan li::before {
	color: #0e63c7;
	content: "⊙";
	margin-right: 8px;
}

.sb-plan .sb-btn {
	width: 100%;
}

.sb-pricing__note {
	color: var(--sb-navy-900);
	font-weight: 900;
	margin: 18px 0 0;
	text-align: center;
}

.sbo-footer {
	background: var(--sb-navy-950);
}

.sbo-footer-grid {
	grid-template-columns: 1.4fr repeat(2, minmax(170px, 1fr));
}

@media (min-width: 1200px) {
	.sbo-container {
		max-width: var(--sb-container);
		width: min(100% - 40px, var(--sb-container));
	}
}

@media (max-width: 1199px) {
	.sbo-brand::before {
		display: none;
	}

	.sb-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
	}

	.sbo-nav-list a {
		color: var(--sb-text);
	}

}

@media (min-width: 768px) and (max-width: 1023px) {
	.sb-hero__grid {
		grid-template-columns: 1fr;
	}

	.sb-hero-visual {
		max-width: 560px;
	}

	.sb-roadmap__grid,
	.sb-quick-actions__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sb-roadmap__grid::before {
		display: none;
	}

	.sb-feature-grid,
	.sb-testimonial-grid,
	.sb-pricing-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.sbo-container {
		width: min(100% - 48px, 100%);
	}

	.sbo-header-inner {
		min-height: 64px;
	}

	.sbo-brand {
		font-size: 1.18rem;
	}

	.sbo-brand small,
	.sbo-header-cta {
		display: none;
	}

	.sbo-menu-toggle {
		background: transparent;
		border: 0;
		height: 48px;
		width: 48px;
	}

	.sbo-menu-toggle > span:not(.screen-reader-text) {
		background: #fff;
		height: 4px;
		margin: 6px 0;
		width: 34px;
	}

	.sb-hero {
		min-height: auto;
		overflow: hidden;
	}

	.sb-hero__grid {
		display: grid;
		gap: 24px;
		grid-template-columns: 1fr;
		min-height: auto;
		max-width: 100%;
		padding: 30px 0 30px;
		width: 100%;
	}

	.sb-hero__copy h1 {
		font-size: clamp(2.125rem, 10vw, 2.75rem);
		letter-spacing: -0.02em;
		line-height: 1.08;
		margin-bottom: 14px;
		max-width: 100%;
		overflow-wrap: break-word;
		text-wrap: balance;
		word-break: normal;
	}

	.sb-hero__title-desktop,
	.sb-btn__desktop {
		display: none;
	}

	.sb-hero__title-mobile,
	.sb-btn__mobile {
		display: inline;
	}

	.sb-hero__eyebrow {
		color: rgba(255, 255, 255, 0.78);
		display: block;
		font-size: 0.82rem;
		font-weight: 900;
		line-height: 1.3;
		margin-bottom: 12px;
		text-transform: uppercase;
	}

	.sb-hero__lead {
		font-size: 1.05rem;
		line-height: 1.45;
		margin-bottom: 10px;
		overflow-wrap: break-word;
		white-space: normal;
	}

	.sb-hero__body {
		font-size: 1.05rem;
		line-height: 1.55;
		max-width: 100%;
	}

	.sb-hero__actions {
		display: grid;
		gap: 12px;
		grid-template-columns: 1fr;
		margin-top: 22px;
		width: 100%;
	}

	.sb-btn {
		border-radius: 12px;
		font-size: 1rem;
		justify-content: center;
		min-height: 52px;
		padding: 14px 18px;
		text-align: center;
		white-space: normal;
		width: 100%;
	}

	.sb-hero__trust {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		margin-top: 16px;
	}

	.sb-hero__trust span {
		background: rgba(255, 255, 255, 0.08);
		border: 1px solid rgba(255, 255, 255, 0.16);
		border-radius: 999px;
		color: rgba(255, 255, 255, 0.82);
		font-size: 0.78rem;
		font-weight: 800;
		padding: 6px 9px;
	}

	.sb-hero__benefits {
		display: none;
	}

	.sb-hero-visual {
		border-radius: 20px;
		height: 168px;
		justify-self: stretch;
		margin-top: 0;
		max-width: 100%;
		min-width: 0;
		transform: none;
		width: 100%;
	}

	.sb-legal-card--topics,
	.sb-legal-gavel {
		display: none;
	}

	.sb-legal-card--progress {
		inset: 16px auto auto 16px;
		width: auto;
		min-width: 150px;
		padding: 14px;
	}

	.sb-legal-card--progress::after {
		height: 48px;
		right: -58px;
		top: 42px;
		width: 48px;
	}

	.sb-legal-shield {
		bottom: 18px;
		height: 72px;
		left: auto;
		right: 24px;
		top: auto;
		width: 66px;
	}

	.sb-legal-shield span {
		font-size: 2rem;
	}

	.sb-legal-card--score {
		display: none;
	}

	.sb-quick-actions {
		background: transparent;
		margin-top: 0;
		padding: 18px 0 24px;
		position: relative;
		z-index: 3;
	}

	.sb-quick-actions__grid {
		gap: 22px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sb-quick-action {
		min-height: 112px;
	}

	.sb-section {
		padding: 34px 0;
	}

	.sb-section-title {
		font-size: 1.8rem;
		margin-bottom: 28px;
	}

	.sb-roadmap__grid {
		display: grid;
		gap: 0;
		grid-template-columns: 1fr;
		padding-left: 0;
	}

	.sb-roadmap__grid::before {
		background: #bfd4f0;
		display: block;
		height: auto;
		left: 24px;
		right: auto;
		top: 20px;
		bottom: 20px;
		width: 2px;
	}

	.sb-roadmap-step {
		display: grid;
		grid-template-columns: 56px minmax(0, 1fr);
		padding: 0 0 30px;
		text-align: left;
	}

	.sb-roadmap-step__number {
		grid-column: 1;
		left: 0;
		position: relative;
		top: 0;
	}

	.sb-roadmap-step__icon {
		display: none;
	}

	.sb-roadmap-step h3,
	.sb-roadmap-step p {
		grid-column: 2;
		margin-left: 14px;
		max-width: none;
	}

	.sb-roadmap-step h3 {
		font-size: 1.18rem;
		margin-bottom: 4px;
	}

	.sb-feature-grid,
	.sb-testimonial-grid,
	.sb-pricing-grid {
		grid-template-columns: 1fr;
	}

	.sb-feature-card {
		align-items: center;
		border-radius: 14px;
		display: grid;
		gap: 14px;
		grid-template-columns: 48px minmax(0, 1fr);
		min-height: 104px;
		padding: 20px 28px;
	}

	.sb-feature-card__icon {
		margin: 0;
	}

	.sb-feature-card svg {
		height: 34px;
		width: 34px;
	}

	.sb-feature-card h2 {
		font-size: 1.3rem;
		margin: 0;
	}

	.sb-feature-card p {
		font-size: 0.96rem;
		grid-column: 2;
		margin: -10px 0 0;
	}

	.sb-feature-card a {
		display: none;
	}

	.sb-testimonial-grid {
		gap: 16px;
	}

	.sb-testimonial-card {
		grid-template-columns: auto 1fr;
	}

	.sb-testimonial-card:not(:first-child) {
		display: none;
	}

	.sb-pricing-grid {
		gap: 18px;
		max-width: none;
	}

	.sb-plan,
	.sb-plan.is-featured {
		align-items: center;
		border: 1px solid #d5dfec;
		border-radius: 16px;
		display: grid;
		gap: 16px;
		grid-template-columns: minmax(110px, 0.9fr) minmax(0, 1.4fr) minmax(96px, 0.8fr);
		padding: 20px 22px;
		text-align: left;
	}

	.sb-plan.is-featured {
		border-top: 7px solid var(--sb-orange-500);
	}

	.sb-plan__badge {
		border-radius: 999px;
		left: auto;
		right: 20px;
		top: 14px;
	}

	.sb-plan h3 {
		margin: 0;
	}

	.sb-plan__price {
		display: block;
		margin: 6px 0 0;
	}

	.sb-plan__price strong {
		display: block;
		font-size: 1.65rem;
	}

	.sb-plan__price del {
		display: none;
	}

	.sb-plan ul {
		margin: 0;
	}

	.sb-plan li {
		font-size: 0.9rem;
	}

	.sb-plan .sb-btn {
		min-height: 42px;
	}

	.sbo-footer-grid {
		grid-template-columns: 1fr;
	}

}

@media (max-width: 430px) {
	.sbo-container {
		width: min(100% - 32px, 100%);
	}

	.sb-plan,
	.sb-plan.is-featured {
		grid-template-columns: 1fr;
	}

	.sb-plan__badge {
		position: static;
		text-align: center;
	}
}

@media (max-width: 374px) {
	.sb-hero__grid {
		padding-bottom: 24px;
	}

	.sb-hero__copy h1 {
		font-size: clamp(2rem, 10vw, 2.35rem);
	}

	.sb-hero__body {
		font-size: 0.98rem;
	}

	.sb-hero-visual {
		display: none;
	}
}
