.obva-page {
	--obva-navy: #073b56;
	--obva-navy-deep: #042a3d;
	--obva-blue: #38aeca;
	--obva-blue-light: #8ee2f1;
	--obva-red: #ef4b45;
	--obva-ink: #102630;
	--obva-muted: #61717a;
	--obva-paper: #f5f3ed;
	--obva-line: #d9ddd9;
	--obva-white: #fff;
	--obva-serif: Georgia, "Times New Roman", serif;
	--obva-sans: Arial, "Helvetica Neue", sans-serif;
	position: relative;
	overflow: hidden;
	color: var(--obva-ink);
	background: var(--obva-white);
	font-family: var(--obva-sans);
	font-size: 16px;
	line-height: 1.6;
}

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

.obva-page [hidden] {
	display: none !important;
}

.obva-page h1,
.obva-page h2,
.obva-page h3,
.obva-page p,
.obva-page dl,
.obva-page dd,
.obva-page ol,
.obva-page ul {
	margin-top: 0;
}

.obva-page a {
	text-decoration: none;
}

.obva-shell {
	width: min(1200px, calc(100vw - 40px));
	margin-inline: auto;
}

.obva-eyebrow {
	margin-bottom: 15px;
	color: var(--obva-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .16em;
	line-height: 1.25;
	text-transform: uppercase;
}

.obva-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	min-height: 50px;
	padding: 12px 19px;
	border: 1px solid transparent;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .095em;
	line-height: 1.2;
	text-transform: uppercase;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.obva-button:hover {
	transform: translateY(-2px);
}

.obva-button--primary {
	border-color: var(--obva-red);
	background: var(--obva-red);
	color: var(--obva-white);
}

.obva-button--primary:hover {
	border-color: #ff655f;
	background: #ff655f;
	color: var(--obva-white);
}

.obva-button--ghost {
	border-color: rgba(255, 255, 255, .45);
	color: var(--obva-white);
}

.obva-button--ghost:hover {
	border-color: var(--obva-white);
	background: var(--obva-white);
	color: var(--obva-navy-deep);
}

.obva-hero {
	position: relative;
	isolation: isolate;
	padding: clamp(72px, 8vw, 118px) 0 clamp(78px, 9vw, 132px);
	overflow: hidden;
	background: var(--obva-navy-deep);
	color: var(--obva-white);
}

.obva-hero::before {
	content: "";
	position: absolute;
	z-index: -2;
	inset: 0;
	background-image: linear-gradient(rgba(142, 226, 241, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(142, 226, 241, .055) 1px, transparent 1px);
	background-size: 58px 58px;
	mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .25) 58%, transparent 100%);
}

.obva-hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: -240px;
	right: -190px;
	width: 640px;
	height: 640px;
	border: 1px solid rgba(56, 174, 202, .32);
	border-radius: 50%;
	box-shadow: 0 0 0 85px rgba(56, 174, 202, .03), 0 0 0 170px rgba(56, 174, 202, .025);
}

.obva-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
	gap: clamp(55px, 8vw, 110px);
	align-items: center;
}

.obva-hero__copy {
	position: relative;
	z-index: 2;
}

.obva-hero__copy .obva-eyebrow {
	color: var(--obva-blue-light);
}

.obva-hero h1 {
	max-width: 800px;
	margin-bottom: 24px;
	color: var(--obva-white);
	font-family: var(--obva-serif);
	font-size: clamp(48px, 6.2vw, 83px);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: .96;
	text-wrap: balance;
}

.obva-hero__deck {
	max-width: 690px;
	margin-bottom: 33px;
	color: #c9dce3;
	font-family: var(--obva-serif);
	font-size: clamp(18px, 2vw, 23px);
	line-height: 1.4;
}

.obva-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
}

.obva-hero__visual {
	position: relative;
}

.obva-briefing {
	position: relative;
	min-height: 465px;
	padding: 26px;
	border: 1px solid rgba(142, 226, 241, .35);
	background: rgba(3, 32, 47, .77);
	box-shadow: 0 35px 70px rgba(0, 0, 0, .25);
	backdrop-filter: blur(5px);
}

.obva-briefing::before,
.obva-briefing::after {
	content: "";
	position: absolute;
	width: 28px;
	height: 28px;
	border-color: var(--obva-red);
	border-style: solid;
}

.obva-briefing::before {
	top: -7px;
	left: -7px;
	border-width: 2px 0 0 2px;
}

.obva-briefing::after {
	right: -7px;
	bottom: -7px;
	border-width: 0 2px 2px 0;
}

.obva-briefing__top {
	display: flex;
	justify-content: space-between;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	color: #8eadb9;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.obva-briefing__signal {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 27px 0 30px;
	color: var(--obva-blue-light);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.obva-briefing__pulse {
	position: relative;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--obva-red);
	box-shadow: 0 0 0 6px rgba(239, 75, 69, .12);
}

.obva-briefing > p {
	position: relative;
	margin: 0;
	padding: 9px 0 9px 22px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	color: #bfd4db;
	font-family: var(--obva-serif);
	font-size: 17px;
}

.obva-briefing > p::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--obva-blue);
	transform: translateY(-50%);
}

.obva-briefing__placement {
	position: absolute;
	right: 26px;
	bottom: 27px;
	left: 26px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 19px 21px;
	border-left: 4px solid var(--obva-red);
	background: var(--obva-white);
	color: var(--obva-ink);
}

.obva-briefing__placement span {
	color: var(--obva-muted);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.obva-briefing__placement strong {
	color: var(--obva-navy);
	font-family: var(--obva-serif);
	font-size: 22px;
	line-height: 1.15;
}

.obva-audience {
	padding: clamp(70px, 8vw, 110px) 0;
	background: var(--obva-paper);
}

.obva-audience__grid {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
	gap: clamp(55px, 9vw, 130px);
}

.obva-section-intro h2,
.obva-opportunities__header h2,
.obva-contact h2,
.obva-standard h2 {
	margin-bottom: 0;
	color: var(--obva-navy);
	font-family: var(--obva-serif);
	font-size: clamp(39px, 5vw, 62px);
	font-weight: 500;
	letter-spacing: -.035em;
	line-height: 1;
	text-wrap: balance;
}

.obva-audience__copy > p {
	margin-bottom: 29px;
	color: var(--obva-muted);
	font-family: var(--obva-serif);
	font-size: 21px;
	line-height: 1.5;
}

.obva-audience-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	margin-bottom: 0;
	padding: 0;
	border-top: 1px solid #cfd5d2;
	list-style: none;
}

.obva-audience-list li {
	position: relative;
	padding: 16px 17px 16px 22px;
	border-bottom: 1px solid #cfd5d2;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.obva-audience-list li:nth-child(odd) {
	border-right: 1px solid #cfd5d2;
}

.obva-audience-list li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	background: var(--obva-red);
	transform: translateY(-50%);
}

.obva-opportunities {
	padding: clamp(76px, 9vw, 124px) 0;
	background: var(--obva-white);
}

.obva-opportunities__header {
	display: grid;
	grid-template-columns: 1fr minmax(300px, 440px);
	gap: 60px;
	align-items: end;
	margin-bottom: 48px;
}

.obva-opportunities__header > p {
	margin-bottom: 4px;
	color: var(--obva-muted);
	font-size: 15px;
	line-height: 1.55;
}

.obva-explorer {
	border: 1px solid var(--obva-line);
	box-shadow: 0 26px 70px rgba(4, 42, 61, .1);
}

.obva-tabs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	background: var(--obva-paper);
	border-bottom: 1px solid var(--obva-line);
}

.obva-tab {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 64px;
	padding: 15px 22px;
	border: 0;
	border-right: 1px solid var(--obva-line);
	background: transparent;
	color: var(--obva-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .095em;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
}

.obva-tab:last-child {
	border-right: 0;
}

.obva-tab::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 4px;
	background: var(--obva-red);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .2s ease;
}

.obva-tab span {
	color: var(--obva-blue);
	font-family: var(--obva-serif);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0;
}

.obva-tab:hover,
.obva-tab.is-active {
	background: var(--obva-white);
	color: var(--obva-navy-deep);
}

.obva-tab.is-active::after {
	transform: scaleX(1);
}

.obva-tab:focus-visible {
	z-index: 2;
	outline: 3px solid var(--obva-blue);
	outline-offset: -4px;
}

.obva-explorer__body {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
	min-height: 540px;
}

.obva-preview {
	position: relative;
	min-width: 0;
	padding: 48px;
	overflow: hidden;
	background: var(--obva-navy-deep);
}

.obva-preview::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle at 17% 19%, rgba(56, 174, 202, .18), transparent 27%), linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
	background-size: auto, 28px 28px, 28px 28px;
}

.obva-preview__chrome,
.obva-preview__screen {
	position: relative;
	z-index: 1;
}

.obva-preview__chrome {
	display: flex;
	align-items: center;
	gap: 6px;
	min-height: 33px;
	padding: 0 12px;
	border-radius: 7px 7px 0 0;
	background: #dfe5e6;
}

.obva-preview__chrome span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #93a0a4;
}

.obva-preview__chrome span:first-child {
	background: var(--obva-red);
}

.obva-preview__chrome strong {
	margin-left: 8px;
	color: #657378;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .05em;
}

.obva-preview__screen {
	min-height: 390px;
	padding: 21px 24px 25px;
	border-radius: 0 0 7px 7px;
	background: #fff;
	box-shadow: 0 25px 50px rgba(0, 0, 0, .24);
}

.obva-preview__brand {
	display: flex;
	align-items: center;
	gap: 9px;
	color: var(--obva-navy);
	font-family: var(--obva-serif);
	font-size: 18px;
	font-weight: 700;
}

.obva-preview__brand i {
	display: block;
	width: 70px;
	height: 4px;
	background: #dce3e4;
}

.obva-preview__nav {
	height: 14px;
	margin: 14px -24px 20px;
	border-top: 1px solid #dce3e4;
	border-bottom: 1px solid #dce3e4;
	background: #f5f3ed;
}

.obva-preview__ad {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--obva-red);
	background: #fff3f1;
	color: var(--obva-navy-deep);
	text-align: center;
	box-shadow: 0 0 0 5px rgba(239, 75, 69, .08);
}

.obva-preview__ad small {
	color: #a6605c;
	font-size: 6px;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.obva-preview__ad strong {
	font-family: var(--obva-serif);
	font-size: 12px;
}

.obva-preview__ad--wide {
	min-height: 58px;
	margin-bottom: 18px;
}

.obva-preview__home-grid {
	display: grid;
	grid-template-columns: 1.65fr .85fr;
	gap: 12px;
	min-height: 155px;
}

.obva-preview__home-grid div:first-child {
	background: linear-gradient(145deg, #0a4b6a, #38aeca);
}

.obva-preview__home-grid div:last-child {
	background: repeating-linear-gradient(#eef1f1 0 10px, transparent 10px 19px);
}

.obva-preview__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 9px;
	margin-top: 13px;
}

.obva-preview__cards span {
	height: 45px;
	background: #e8ecec;
}

.obva-preview__headline {
	width: 74%;
	height: 55px;
	margin: 5px 0 22px;
	background: repeating-linear-gradient(#073b56 0 7px, transparent 7px 14px);
}

.obva-preview__article-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 105px;
	gap: 20px;
}

.obva-preview__lines > i,
.obva-preview__sponsor-copy i {
	display: block;
	height: 4px;
	margin-bottom: 9px;
	background: #dfe5e6;
}

.obva-preview__lines > i:nth-child(2),
.obva-preview__sponsor-copy i:nth-child(3) {
	width: 83%;
}

.obva-preview__ad--inline {
	min-height: 62px;
	margin: 20px 0;
}

.obva-preview__ad--side {
	min-height: 128px;
}

.obva-preview__sponsor-label {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 8px;
	background: #fff3f1;
	color: #b42b25;
	font-size: 7px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.obva-preview__sponsor-hero {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 205px;
	padding: 20px;
	background: linear-gradient(145deg, rgba(4, 42, 61, .2), rgba(4, 42, 61, .9)), linear-gradient(130deg, #38aeca, #073b56);
	color: var(--obva-white);
}

.obva-preview__sponsor-hero span {
	font-size: 7px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.obva-preview__sponsor-hero strong {
	max-width: 340px;
	font-family: var(--obva-serif);
	font-size: 26px;
	font-weight: 500;
	line-height: 1;
}

.obva-preview__sponsor-copy {
	padding-top: 19px;
}

.obva-panels {
	display: flex;
	align-items: center;
	padding: clamp(34px, 5vw, 62px);
	background: var(--obva-white);
}

.obva-panel {
	width: 100%;
}

.obva-panel__type {
	margin-bottom: 13px;
	color: var(--obva-red);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.obva-panel h3 {
	margin-bottom: 17px;
	color: var(--obva-navy);
	font-family: var(--obva-serif);
	font-size: clamp(33px, 3.4vw, 47px);
	font-weight: 500;
	letter-spacing: -.03em;
	line-height: 1;
}

.obva-panel > p:not(.obva-panel__type) {
	margin-bottom: 27px;
	color: var(--obva-muted);
	font-size: 15px;
	line-height: 1.55;
}

.obva-panel dl {
	margin-bottom: 0;
	border-top: 1px solid var(--obva-line);
}

.obva-panel dl > div {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 18px;
	padding: 14px 0;
	border-bottom: 1px solid var(--obva-line);
}

.obva-panel dt {
	color: var(--obva-muted);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.obva-panel dd {
	margin-bottom: 0;
	color: var(--obva-ink);
	font-family: var(--obva-serif);
	font-size: 15px;
	line-height: 1.35;
}

.obva-process {
	padding: clamp(76px, 9vw, 122px) 0;
	background: var(--obva-paper);
}

.obva-process .obva-section-intro {
	max-width: 780px;
	margin-bottom: 52px;
}

.obva-process__steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 0;
	padding: 0;
	border-top: 2px solid var(--obva-navy);
	list-style: none;
}

.obva-process__steps li {
	position: relative;
	min-height: 260px;
	padding: 27px 34px 12px 0;
	border-right: 1px solid #cfd5d2;
}

.obva-process__steps li + li {
	padding-left: 34px;
}

.obva-process__steps li:last-child {
	border-right: 0;
}

.obva-process__steps span {
	display: block;
	margin-bottom: 42px;
	color: var(--obva-red);
	font-family: var(--obva-serif);
	font-size: 21px;
	font-weight: 700;
}

.obva-process__steps h3 {
	margin-bottom: 11px;
	color: var(--obva-navy);
	font-family: var(--obva-serif);
	font-size: 28px;
	line-height: 1.1;
}

.obva-process__steps p {
	max-width: 310px;
	margin-bottom: 0;
	color: var(--obva-muted);
	font-size: 14px;
	line-height: 1.55;
}

.obva-standard {
	padding: 54px 0;
	background: var(--obva-red);
	color: var(--obva-white);
}

.obva-standard__grid {
	display: grid;
	grid-template-columns: 80px minmax(280px, .75fr) minmax(0, 1.25fr);
	gap: 34px;
	align-items: center;
}

.obva-standard__number {
	margin-bottom: 0;
	color: rgba(255, 255, 255, .45);
	font-family: var(--obva-serif);
	font-size: 54px;
	line-height: 1;
}

.obva-standard .obva-eyebrow {
	margin-bottom: 8px;
	color: #ffe3e0;
}

.obva-standard h2 {
	color: var(--obva-white);
	font-size: clamp(35px, 4vw, 49px);
}

.obva-standard__grid > p:last-child {
	margin-bottom: 0;
	padding-left: 34px;
	border-left: 1px solid rgba(255, 255, 255, .4);
	color: #fff5f4;
	font-size: 14px;
	line-height: 1.6;
}

.obva-contact {
	position: relative;
	padding: clamp(80px, 9vw, 125px) 0;
	overflow: hidden;
	background: var(--obva-navy);
	color: var(--obva-white);
}

.obva-contact::after {
	content: "OBV";
	position: absolute;
	right: -25px;
	bottom: -96px;
	color: rgba(255, 255, 255, .035);
	font-family: var(--obva-serif);
	font-size: 330px;
	font-weight: 700;
	letter-spacing: -.08em;
	line-height: 1;
}

.obva-contact__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .7fr);
	gap: clamp(60px, 9vw, 125px);
	align-items: center;
}

.obva-contact .obva-eyebrow {
	color: var(--obva-blue-light);
}

.obva-contact h2 {
	max-width: 720px;
	color: var(--obva-white);
	font-size: clamp(48px, 6vw, 74px);
}

.obva-contact__copy > p:last-child {
	max-width: 560px;
	margin: 25px 0 0;
	color: #c9dce3;
	font-family: var(--obva-serif);
	font-size: 20px;
}

.obva-contact-card {
	padding: 37px;
	background: var(--obva-white);
	color: var(--obva-ink);
	box-shadow: 0 28px 70px rgba(0, 0, 0, .2);
}

.obva-contact-card__label {
	margin-bottom: 24px;
	padding-bottom: 11px;
	border-bottom: 2px solid var(--obva-navy);
	color: var(--obva-muted);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.obva-contact-card h3 {
	margin-bottom: 7px;
	color: var(--obva-navy);
	font-family: var(--obva-serif);
	font-size: 34px;
	line-height: 1.1;
}

.obva-contact-card > p:not(.obva-contact-card__label) {
	margin-bottom: 23px;
	color: var(--obva-muted);
	font-size: 13px;
	line-height: 1.5;
}

.obva-contact-card__email,
.obva-contact-card__phone {
	display: block;
	margin-bottom: 8px;
	color: var(--obva-navy);
	font-family: var(--obva-serif);
	font-size: 17px;
	font-weight: 700;
}

.obva-contact-card__email:hover,
.obva-contact-card__phone:hover {
	color: var(--obva-red);
}

.obva-contact-card .obva-button {
	width: 100%;
	margin-top: 20px;
}

.obva-is-enhanced .obva-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .65s ease, transform .65s ease;
}

.obva-is-enhanced .obva-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1000px) {
	.obva-hero__grid,
	.obva-contact__grid {
		grid-template-columns: 1fr 380px;
		gap: 48px;
	}

	.obva-hero h1 {
		font-size: clamp(46px, 6.5vw, 64px);
	}

	.obva-explorer__body {
		grid-template-columns: 1fr;
	}

	.obva-preview {
		padding: 46px clamp(46px, 10vw, 110px);
	}

	.obva-panels {
		min-height: 455px;
	}
}

@media (max-width: 800px) {
	.obva-hero__grid,
	.obva-audience__grid,
	.obva-opportunities__header,
	.obva-contact__grid {
		grid-template-columns: 1fr;
	}

	.obva-hero__visual {
		max-width: 580px;
	}

	.obva-audience__grid,
	.obva-opportunities__header,
	.obva-contact__grid {
		gap: 38px;
	}

	.obva-standard__grid {
		grid-template-columns: 62px 1fr;
	}

	.obva-standard__grid > p:last-child {
		grid-column: 2;
		padding: 22px 0 0;
		border-top: 1px solid rgba(255, 255, 255, .4);
		border-left: 0;
	}
}

@media (max-width: 640px) {
	.obva-shell {
		width: min(100% - 28px, 1200px);
	}

	.obva-hero {
		padding: 57px 0 72px;
	}

	.obva-hero h1 {
		font-size: clamp(43px, 13vw, 58px);
	}

	.obva-hero__deck {
		font-size: 18px;
	}

	.obva-actions,
	.obva-actions .obva-button {
		width: 100%;
	}

	.obva-briefing {
		min-height: 435px;
		padding: 21px;
	}

	.obva-briefing__placement {
		right: 21px;
		left: 21px;
	}

	.obva-audience-list {
		grid-template-columns: 1fr;
	}

	.obva-audience-list li:nth-child(odd) {
		border-right: 0;
	}

	.obva-tabs {
		grid-template-columns: 1fr;
	}

	.obva-tab {
		min-height: 54px;
		border-right: 0;
		border-bottom: 1px solid var(--obva-line);
	}

	.obva-preview {
		padding: 24px 17px 30px;
	}

	.obva-preview__screen {
		min-height: 335px;
		padding: 17px;
	}

	.obva-preview__nav {
		margin-right: -17px;
		margin-left: -17px;
	}

	.obva-preview__article-grid {
		grid-template-columns: minmax(0, 1fr) 82px;
		gap: 12px;
	}

	.obva-preview__sponsor-hero {
		min-height: 175px;
	}

	.obva-preview__sponsor-hero strong {
		font-size: 22px;
	}

	.obva-panels {
		min-height: 0;
		padding: 34px 25px;
	}

	.obva-panel dl > div {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.obva-process__steps {
		grid-template-columns: 1fr;
	}

	.obva-process__steps li,
	.obva-process__steps li + li {
		min-height: 0;
		padding: 25px 0 30px;
		border-right: 0;
		border-bottom: 1px solid #cfd5d2;
	}

	.obva-process__steps span {
		margin-bottom: 23px;
	}

	.obva-standard {
		padding: 46px 0;
	}

	.obva-standard__grid {
		grid-template-columns: 1fr;
		gap: 17px;
	}

	.obva-standard__number {
		display: none;
	}

	.obva-standard__grid > p:last-child {
		grid-column: 1;
	}

	.obva-contact-card {
		padding: 30px 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.obva-page *,
	.obva-page *::before,
	.obva-page *::after {
		scroll-behavior: auto !important;
		transition: none !important;
		animation: none !important;
	}

	.obva-is-enhanced .obva-reveal {
		opacity: 1;
		transform: none;
	}
}

