/**
 * Fahrrad Gäde – Dein Orangener Engel
 * All rules are scoped to .fg-oe to avoid theme conflicts.
 */

.fg-oe {
	--fg-orange: #da5f06;
	--fg-orange-dark: #ad4700;
	--fg-orange-soft: #fff1e7;
	--fg-ink: #161616;
	--fg-charcoal: #202020;
	--fg-slate: #5f6266;
	--fg-line: #e6e3df;
	--fg-soft: #f6f4f1;
	--fg-white: #fff;
	--fg-radius-sm: 14px;
	--fg-radius-md: 24px;
	--fg-radius-lg: 38px;
	--fg-shadow: 0 22px 70px rgba(16, 16, 16, .12);
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none;
	margin-left: -50vw;
	overflow: clip;
	color: var(--fg-ink);
	background: var(--fg-white);
	font-family: inherit;
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

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

.fg-oe svg {
	display: block;
	width: 1.2em;
	height: 1.2em;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.fg-oe a {
	text-decoration: none;
}

.fg-oe h1,
.fg-oe h2,
.fg-oe h3,
.fg-oe p {
	margin-top: 0;
}

.fg-oe h1,
.fg-oe h2,
.fg-oe h3 {
	color: inherit;
	font-family: inherit;
	font-weight: 800;
	letter-spacing: -.035em;
	text-transform: none;
}

.fg-oe h1 {
	max-width: 780px;
	margin-bottom: 24px;
	font-size: clamp(3.25rem, 7vw, 6.75rem);
	line-height: .94;
}

.fg-oe h2 {
	margin-bottom: 20px;
	font-size: clamp(2.25rem, 4.6vw, 4.45rem);
	line-height: 1.03;
}

.fg-oe h3 {
	margin-bottom: 12px;
	font-size: 1.35rem;
	line-height: 1.2;
}

.fg-oe__container {
	width: min(100% - 40px, 1220px);
	margin-inline: auto;
}

.fg-oe__hero {
	position: relative;
	min-height: 760px;
	padding: 110px 0 88px;
	overflow: hidden;
	color: var(--fg-white);
	background:
		linear-gradient(115deg, rgba(20, 20, 20, .98) 0%, rgba(30, 30, 30, .96) 58%, rgba(43, 31, 23, .94) 100%),
		#191919;
	isolation: isolate;
}

.fg-oe__hero::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
	background-size: 46px 46px;
	mask-image: linear-gradient(to right, rgba(0, 0, 0, .8), transparent 78%);
	content: "";
}

.fg-oe__hero-glow {
	position: absolute;
	z-index: -1;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background: var(--fg-orange);
	filter: blur(120px);
	opacity: .2;
}

.fg-oe__hero-glow--one {
	top: -310px;
	left: -110px;
}

.fg-oe__hero-glow--two {
	right: -260px;
	bottom: -330px;
	opacity: .28;
}

.fg-oe__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
	gap: 70px;
	align-items: center;
}

.fg-oe__hero-copy {
	position: relative;
	z-index: 2;
}

.fg-oe__eyebrow,
.fg-oe__kicker {
	margin-bottom: 18px;
	color: var(--fg-orange);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.4;
	text-transform: uppercase;
}

.fg-oe__eyebrow {
	display: flex;
	gap: 11px;
	align-items: center;
	color: #ffc79f;
}

.fg-oe__eyebrow-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--fg-orange);
	box-shadow: 0 0 0 7px rgba(218, 95, 6, .14);
}

.fg-oe__lead {
	max-width: 760px;
	margin-bottom: 32px;
	color: rgba(255, 255, 255, .8);
	font-size: clamp(1.08rem, 1.7vw, 1.35rem);
	line-height: 1.55;
}

.fg-oe__hero-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	margin-bottom: 36px;
}

.fg-oe__hero-facts span {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	padding: 9px 13px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 999px;
	color: rgba(255, 255, 255, .82);
	background: rgba(255, 255, 255, .055);
	font-size: .82rem;
	font-weight: 650;
	line-height: 1.25;
	backdrop-filter: blur(8px);
}

.fg-oe__hero-facts svg {
	flex: 0 0 auto;
	color: #ff9b52;
}

.fg-oe__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.fg-oe__button {
	display: inline-flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 13px 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: .92rem;
	font-weight: 800;
	line-height: 1.15;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.fg-oe__button:hover {
	transform: translateY(-2px);
}

.fg-oe__button:focus-visible,
.fg-oe__jumpbar a:focus-visible,
.fg-oe__disclosure:focus-visible,
.fg-oe__mobile-call:focus-visible {
	outline: 3px solid #ffbd8d;
	outline-offset: 3px;
}

.fg-oe__button svg {
	flex: 0 0 auto;
	font-size: 1.25rem;
}

.fg-oe__button span {
	display: grid;
	gap: 2px;
}

.fg-oe__button small {
	font-size: .66rem;
	font-weight: 650;
	letter-spacing: .04em;
	opacity: .72;
	text-transform: uppercase;
}

.fg-oe__button--primary {
	color: var(--fg-white);
	background: var(--fg-orange);
	box-shadow: 0 14px 32px rgba(218, 95, 6, .28);
}

.fg-oe__button--primary:hover {
	color: var(--fg-white);
	background: #ed6b0d;
	box-shadow: 0 18px 40px rgba(218, 95, 6, .38);
}

.fg-oe__button--ghost {
	border-color: rgba(255, 255, 255, .22);
	color: var(--fg-white);
	background: rgba(255, 255, 255, .06);
}

.fg-oe__button--ghost:hover {
	border-color: rgba(255, 255, 255, .45);
	color: var(--fg-white);
	background: rgba(255, 255, 255, .12);
}

.fg-oe__button--dark {
	color: var(--fg-white);
	background: var(--fg-ink);
	box-shadow: 0 15px 36px rgba(28, 22, 17, .18);
}

.fg-oe__button--dark:hover {
	color: var(--fg-white);
	background: #303030;
}

.fg-oe__button--text {
	border-color: rgba(24, 24, 24, .22);
	color: var(--fg-ink);
}

.fg-oe__button--text:hover {
	border-color: var(--fg-ink);
	color: var(--fg-ink);
	background: rgba(255, 255, 255, .25);
}

.fg-oe__microcopy {
	margin: 18px 0 0;
	color: rgba(255, 255, 255, .5);
	font-size: .78rem;
}

.fg-oe__hero-visual {
	position: relative;
	display: grid;
	min-height: 530px;
	place-items: center;
}

.fg-oe__hero-photo {
	position: relative;
	z-index: 2;
	width: min(100%, 470px);
	margin: 0;
	padding: 11px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 34px;
	background: rgba(255, 255, 255, .07);
	box-shadow: 0 38px 80px rgba(0, 0, 0, .34);
	transform: rotate(1.5deg);
}

.fg-oe__hero-photo-image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	border-radius: 25px;
	object-fit: cover;
}

.fg-oe__hero-photo-accent {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 78px;
	height: 78px;
	border: 15px solid var(--fg-orange);
	border-radius: 50%;
	box-shadow: 0 0 0 10px rgba(218, 95, 6, .12);
}

.fg-oe__halo {
	position: absolute;
	top: 50px;
	left: 50%;
	width: 235px;
	height: 74px;
	border: 12px solid rgba(255, 255, 255, .9);
	border-radius: 50%;
	box-shadow: 0 0 55px rgba(255, 255, 255, .22);
	transform: translateX(-50%) rotate(-4deg);
}

.fg-oe__shield {
	position: relative;
	z-index: 2;
	width: 305px;
	height: 360px;
	padding: 11px;
	border-radius: 48% 48% 46% 46% / 32% 32% 64% 64%;
	background: linear-gradient(150deg, #f8781b 0%, var(--fg-orange) 55%, #9e3d00 100%);
	box-shadow:
		0 38px 80px rgba(0, 0, 0, .34),
		inset 0 1px rgba(255, 255, 255, .3);
	transform: rotate(2deg);
}

.fg-oe__shield::after {
	position: absolute;
	inset: 11px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: inherit;
	content: "";
}

.fg-oe__shield-inner {
	position: relative;
	z-index: 1;
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.fg-oe__angel-bike {
	width: 210px !important;
	height: auto !important;
	margin-bottom: 4px;
	color: var(--fg-white);
	stroke-width: 7 !important;
}

.fg-oe__shield-inner strong {
	color: var(--fg-white);
	font-size: 2rem;
	letter-spacing: .12em;
	line-height: .96;
	text-align: center;
}

.fg-oe__wing {
	position: absolute;
	top: 145px;
	z-index: 1;
	display: grid;
	gap: 18px;
}

.fg-oe__wing--left {
	right: calc(50% + 120px);
	transform: rotate(-14deg);
}

.fg-oe__wing--right {
	left: calc(50% + 120px);
	transform: scaleX(-1) rotate(-14deg);
}

.fg-oe__wing span {
	display: block;
	width: 145px;
	height: 39px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 70% 8px 70% 8px;
	background: linear-gradient(90deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .25));
	transform-origin: right center;
	backdrop-filter: blur(3px);
}

.fg-oe__wing span:nth-child(2) {
	width: 125px;
	transform: translateX(23px) rotate(-8deg);
}

.fg-oe__wing span:nth-child(3) {
	width: 100px;
	transform: translateX(47px) rotate(-17deg);
}

.fg-oe__service-badge {
	position: absolute;
	right: 10px;
	bottom: 54px;
	z-index: 3;
	display: grid;
	min-width: 132px;
	padding: 15px 18px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: var(--fg-radius-sm);
	color: rgba(255, 255, 255, .68);
	background: rgba(22, 22, 22, .76);
	box-shadow: 0 16px 40px rgba(0, 0, 0, .3);
	font-size: .73rem;
	line-height: 1.3;
	backdrop-filter: blur(12px);
	transform: rotate(-3deg);
}

.fg-oe__service-badge strong {
	color: var(--fg-white);
	font-size: 1.1rem;
}

.fg-oe__jumpbar {
	position: relative;
	z-index: 5;
	border-bottom: 1px solid var(--fg-line);
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 10px 28px rgba(19, 19, 19, .05);
}

.fg-oe__jumpbar .fg-oe__container {
	display: flex;
	gap: 8px 32px;
	align-items: center;
	justify-content: center;
	min-height: 66px;
}

.fg-oe__jumpbar a {
	position: relative;
	padding: 8px 0;
	color: var(--fg-slate);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.fg-oe__jumpbar a::after {
	position: absolute;
right: 0;
	bottom: 2px;
	left: 0;
	height: 2px;
	background: var(--fg-orange);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .2s ease;
}

.fg-oe__jumpbar a:hover {
	color: var(--fg-ink);
}

.fg-oe__jumpbar a:hover::after {
	transform: scaleX(1);
}

.fg-oe__section {
	padding: 112px 0;
	scroll-margin-top: 100px;
}

.fg-oe__section--intro {
	background:
		radial-gradient(circle at 85% 0, rgba(218, 95, 6, .07), transparent 28%),
		var(--fg-white);
}

.fg-oe__section--dark {
	color: var(--fg-white);
	background:
		linear-gradient(135deg, rgba(218, 95, 6, .07), transparent 45%),
		var(--fg-charcoal);
}

.fg-oe__section--soft {
	background: var(--fg-soft);
}

.fg-oe__section-heading {
	max-width: 790px;
	margin-bottom: 52px;
}

.fg-oe__section-heading > p:last-child {
	max-width: 730px;
	margin-bottom: 0;
	color: var(--fg-slate);
	font-size: 1.08rem;
}

.fg-oe__section-heading--light > p:last-child {
	color: rgba(255, 255, 255, .64);
}

.fg-oe__intro-layout--with-image {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
	gap: 64px;
	align-items: center;
	margin-bottom: 52px;
}

.fg-oe__intro-layout--with-image .fg-oe__section-heading {
	margin-bottom: 0;
}

.fg-oe__content-figure {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: var(--fg-radius-md);
	background: var(--fg-soft);
	box-shadow: var(--fg-shadow);
}

.fg-oe__content-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fg-oe__content-figure--intro {
	aspect-ratio: 4 / 3;
}

.fg-oe__content-figure--intro::after {
	position: absolute;
	right: 18px;
	bottom: 18px;
	width: 64px;
	height: 10px;
	border-radius: 999px;
	background: var(--fg-orange);
	content: "";
}

.fg-oe__content-figure--steps {
	width: 100%;
	height: clamp(240px, 34vw, 410px);
	margin: -14px 0 58px;
	border: 1px solid rgba(255, 255, 255, .12);
	box-shadow: 0 28px 75px rgba(0, 0, 0, .28);
}

.fg-oe__service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.fg-oe__card {
	position: relative;
	min-height: 330px;
	padding: 32px 28px;
	overflow: hidden;
	border: 1px solid var(--fg-line);
	border-radius: var(--fg-radius-md);
	background: var(--fg-white);
	box-shadow: 0 14px 44px rgba(17, 17, 17, .05);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.fg-oe__card::before {
	position: absolute;
	right: -38px;
	bottom: -55px;
	width: 150px;
	height: 150px;
	border: 28px solid var(--fg-orange-soft);
	border-radius: 50%;
	content: "";
}

.fg-oe__card:hover {
	border-color: rgba(218, 95, 6, .38);
	box-shadow: var(--fg-shadow);
	transform: translateY(-6px);
}

.fg-oe__card-icon {
	display: grid;
	width: 54px;
	height: 54px;
	margin-bottom: 58px;
	border-radius: 16px;
	color: var(--fg-orange);
	background: var(--fg-orange-soft);
	font-size: 1.45rem;
	place-items: center;
}

.fg-oe__card-number {
	position: absolute;
	top: 28px;
	right: 27px;
	color: #dfdcd8;
	font-size: 1.4rem;
	font-weight: 900;
}

.fg-oe__card p {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	color: var(--fg-slate);
	font-size: .94rem;
}

.fg-oe__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fg-oe__steps li {
	position: relative;
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 16px;
	padding-right: 28px;
}

.fg-oe__steps li:not(:last-child)::after {
	position: absolute;
	top: 28px;
	right: 0;
	left: 58px;
	z-index: 0;
	height: 1px;
	background: linear-gradient(to right, rgba(218, 95, 6, .5), rgba(255, 255, 255, .08));
	content: "";
}

.fg-oe__step-number {
	position: relative;
	z-index: 1;
	display: grid;
	width: 58px;
	height: 58px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 50%;
	color: var(--fg-white);
	background: var(--fg-orange);
	box-shadow: 0 0 0 8px var(--fg-charcoal);
	font-size: 1.15rem;
	font-weight: 900;
	place-items: center;
}

.fg-oe__steps h3 {
	margin-top: 12px;
	color: var(--fg-white);
	font-size: 1.08rem;
}

.fg-oe__steps p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, .58);
	font-size: .88rem;
}

.fg-oe__emergency {
	display: grid;
	grid-template-columns: 74px 1fr auto;
	gap: 24px;
	align-items: center;
	margin-top: 64px;
	padding: 26px 30px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: var(--fg-radius-md);
	background: rgba(255, 255, 255, .055);
}

.fg-oe__emergency-icon {
	display: grid;
	width: 74px;
	height: 74px;
	border-radius: 22px;
	color: var(--fg-orange);
	background: rgba(218, 95, 6, .13);
	font-size: 1.9rem;
	place-items: center;
}

.fg-oe__emergency .fg-oe__kicker {
	margin-bottom: 5px;
}

.fg-oe__emergency h3 {
	margin-bottom: 4px;
	color: var(--fg-white);
}

.fg-oe__emergency p:last-child {
	margin-bottom: 0;
	color: rgba(255, 255, 255, .58);
	font-size: .9rem;
}

.fg-oe__emergency > a {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	padding: 12px 17px;
	border-radius: 999px;
	color: var(--fg-white);
	background: var(--fg-orange);
	font-weight: 850;
	white-space: nowrap;
}

.fg-oe__coverage-grid {
	display: grid;
	grid-template-columns: .88fr 1.12fr;
	gap: 90px;
	align-items: center;
}

.fg-oe__coverage-visual {
	position: relative;
	display: grid;
	width: min(100%, 480px);
	aspect-ratio: 1;
	margin-inline: auto;
	border-radius: 50%;
	background:
		linear-gradient(rgba(255, 255, 255, .6) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .6) 1px, transparent 1px),
		#f1efeb;
	background-size: 32px 32px;
	box-shadow: inset 0 0 0 1px var(--fg-line);
	place-items: center;
}

.fg-oe__radar {
	position: absolute;
	border: 1px solid rgba(218, 95, 6, .25);
	border-radius: 50%;
}

.fg-oe__radar--one {
	width: 24%;
	height: 24%;
	background: rgba(218, 95, 6, .08);
}

.fg-oe__radar--two {
	width: 52%;
	height: 52%;
}

.fg-oe__radar--three {
	width: 80%;
	height: 80%;
}

.fg-oe__coverage-visual::after {
	position: absolute;
	width: 80%;
	height: 80%;
	border-radius: 50%;
	background: conic-gradient(from 0deg, transparent 0 70%, rgba(218, 95, 6, .11) 70% 100%);
	content: "";
	animation: fg-oe-sweep 9s linear infinite;
}

@keyframes fg-oe-sweep {
	to { transform: rotate(360deg); }
}

.fg-oe__coverage-pin {
	position: relative;
	z-index: 2;
	display: grid;
	width: 64px;
	height: 64px;
	border: 8px solid #f6d9c4;
	border-radius: 50%;
	color: var(--fg-white);
	background: var(--fg-orange);
	box-shadow: 0 12px 30px rgba(218, 95, 6, .3);
	font-size: 1.45rem;
	place-items: center;
}

.fg-oe__coverage-label {
	position: absolute;
	z-index: 2;
	margin-top: 102px;
	padding: 5px 11px;
	border-radius: 999px;
	color: var(--fg-slate);
	background: var(--fg-white);
	box-shadow: 0 5px 18px rgba(0, 0, 0, .08);
	font-size: .75rem;
	font-weight: 800;
}

.fg-oe__coverage-visual > strong {
	position: absolute;
	right: 7%;
	bottom: 20%;
	z-index: 2;
	color: var(--fg-orange);
	font-size: 1.2rem;
}

.fg-oe__coverage-lead {
	margin-bottom: 30px;
	color: var(--fg-slate);
	font-size: 1.08rem;
}

.fg-oe__coverage-facts {
	display: grid;
	gap: 18px;
}

.fg-oe__coverage-facts > div {
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 15px;
	align-items: start;
}

.fg-oe__coverage-facts span {
	display: grid;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	color: var(--fg-orange);
	background: var(--fg-orange-soft);
	font-size: 1.2rem;
	place-items: center;
}

.fg-oe__coverage-facts p {
	margin-bottom: 0;
	color: var(--fg-slate);
	font-size: .94rem;
}

.fg-oe__coverage-facts strong {
	display: block;
	margin-bottom: 2px;
	color: var(--fg-ink);
}

.fg-oe__note {
	margin: 30px 0 0;
	padding: 15px 17px;
	border-left: 3px solid var(--fg-orange);
	color: var(--fg-slate);
	background: var(--fg-soft);
	font-size: .82rem;
}

.fg-oe__conditions-grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 22px;
}

.fg-oe__condition {
	padding: 34px;
	border: 1px solid var(--fg-line);
	border-radius: var(--fg-radius-md);
	background: var(--fg-white);
}

.fg-oe__condition--included {
	border-top: 4px solid var(--fg-orange);
}

.fg-oe__condition--costs {
	color: var(--fg-white);
	background: var(--fg-charcoal);
}

.fg-oe__condition-title {
	display: flex;
	gap: 14px;
	align-items: center;
	margin-bottom: 21px;
}

.fg-oe__condition-title > span {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 auto;
	border-radius: 13px;
	color: var(--fg-orange);
	background: var(--fg-orange-soft);
	font-size: 1.2rem;
	place-items: center;
}

.fg-oe__condition-title h3 {
	margin: 0;
}

.fg-oe__condition ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fg-oe__condition li {
	position: relative;
	padding-left: 25px;
	color: var(--fg-slate);
}

.fg-oe__condition li::before {
	position: absolute;
	top: .78em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--fg-orange);
	content: "";
}

.fg-oe__condition--costs p {
	color: rgba(255, 255, 255, .66);
}

.fg-oe__condition--costs p:last-child {
	margin-bottom: 0;
}

.fg-oe__exclusions {
	margin-top: 22px;
	overflow: hidden;
	border: 1px solid var(--fg-line);
	border-radius: var(--fg-radius-md);
	background: var(--fg-white);
}

.fg-oe__disclosure {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 22px 26px;
	border: 0;
	color: var(--fg-ink);
	background: transparent;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.fg-oe__disclosure > span {
	display: inline-flex;
	gap: 12px;
	align-items: center;
}

.fg-oe__disclosure > span svg {
	color: var(--fg-orange);
	font-size: 1.25rem;
}

.fg-oe__disclosure > svg {
	transition: transform .22s ease;
}

.fg-oe__disclosure[aria-expanded="true"] > svg {
	transform: rotate(180deg);
}

.fg-oe__disclosure-panel {
	padding: 0 26px 26px;
}

.fg-oe__disclosure-panel ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 34px;
	margin: 0;
	padding: 24px 0 0 21px;
	border-top: 1px solid var(--fg-line);
	color: var(--fg-slate);
	font-size: .9rem;
}

.fg-oe__cta {
	padding: 76px 0;
	background:
		radial-gradient(circle at 10% 100%, rgba(255, 255, 255, .28), transparent 30%),
		linear-gradient(115deg, #ff8d3c 0%, var(--fg-orange) 55%, #c24d00 100%);
}

.fg-oe__cta-inner {
	display: grid;
	grid-template-columns: 1.25fr auto;
	gap: 48px;
	align-items: center;
}

.fg-oe__cta .fg-oe__kicker {
	color: #4c1d00;
}

.fg-oe__cta h2 {
	max-width: 820px;
	margin-bottom: 0;
	color: var(--fg-white);
	font-size: clamp(2.1rem, 4vw, 4rem);
}

.fg-oe__legal {
	padding-top: 28px;
	padding-bottom: 34px;
}

.fg-oe__legal p {
	max-width: 920px;
	margin: 0 auto;
	color: #858585;
	font-size: .74rem;
	text-align: center;
}

.fg-oe__mobile-call {
	display: none;
}

/* Hide only common theme page-title elements on the configured plugin page. */
.fg-oe-page-active main > .page-header,
.fg-oe-page-active main .entry-header > .entry-title,
.fg-oe-page-active .site-main > article > .entry-header {
	display: none;
}

.fg-oe-page-active .entry-content,
.fg-oe-page-active .site-main,
.fg-oe-page-active main {
	overflow: visible;
}

@media (max-width: 1080px) {
	.fg-oe__hero-grid {
		grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
		gap: 25px;
	}

	.fg-oe__shield {
		width: 265px;
		height: 320px;
	}

	.fg-oe__wing span {
		width: 115px;
	}

	.fg-oe__wing--left {
		right: calc(50% + 100px);
	}

	.fg-oe__wing--right {
		left: calc(50% + 100px);
	}

	.fg-oe__service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fg-oe__card {
		min-height: 280px;
	}

	.fg-oe__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 42px 20px;
	}

	.fg-oe__steps li:nth-child(2)::after {
		display: none;
	}

	.fg-oe__coverage-grid {
		gap: 55px;
	}

	.fg-oe__cta-inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	.fg-oe {
		font-size: 16px;
	}

	.fg-oe__hero {
		min-height: auto;
		padding: 82px 0 62px;
	}

	.fg-oe__hero-grid {
		grid-template-columns: 1fr;
	}

	.fg-oe__hero-copy {
		text-align: center;
	}

	.fg-oe__eyebrow,
	.fg-oe__hero-facts,
	.fg-oe__actions {
		justify-content: center;
	}

	.fg-oe__lead {
		margin-inline: auto;
	}

	.fg-oe__hero-visual {
		min-height: 430px;
	}

	.fg-oe__hero-photo {
		width: min(90%, 430px);
	}

	.fg-oe__hero-photo-image {
		aspect-ratio: 4 / 3;
	}

	.fg-oe__shield {
		width: 240px;
		height: 290px;
	}

	.fg-oe__angel-bike {
		width: 170px !important;
	}

	.fg-oe__halo {
		top: 32px;
		width: 190px;
		height: 60px;
		border-width: 10px;
	}

	.fg-oe__wing {
		top: 126px;
	}

	.fg-oe__wing--left {
		right: calc(50% + 82px);
	}

	.fg-oe__wing--right {
		left: calc(50% + 82px);
	}

	.fg-oe__service-badge {
		right: calc(50% - 190px);
		bottom: 20px;
	}

	.fg-oe__jumpbar {
		overflow-x: auto;
	}

	.fg-oe__jumpbar .fg-oe__container {
		width: max-content;
		min-width: 100%;
		justify-content: flex-start;
		padding-inline: 20px;
	}

	.fg-oe__section {
		padding: 82px 0;
	}

	.fg-oe__intro-layout--with-image {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.fg-oe__content-figure--steps {
		margin-top: -10px;
	}

	.fg-oe__emergency {
		grid-template-columns: 64px 1fr;
	}

	.fg-oe__emergency-icon {
		width: 64px;
		height: 64px;
	}

	.fg-oe__emergency > a {
		grid-column: 1 / -1;
		justify-content: center;
	}

	.fg-oe__coverage-grid {
		grid-template-columns: 1fr;
	}

	.fg-oe__coverage-visual {
		width: min(100%, 420px);
	}

	.fg-oe__conditions-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.fg-oe__container {
		width: min(100% - 28px, 1220px);
	}

	.fg-oe h1 {
		font-size: clamp(3rem, 15vw, 4.3rem);
	}

	.fg-oe h2 {
		font-size: clamp(2.15rem, 10vw, 3rem);
	}

	.fg-oe__eyebrow {
		font-size: .68rem;
	}

	.fg-oe__hero-facts {
		display: grid;
		justify-content: stretch;
	}

	.fg-oe__hero-facts span {
		justify-content: center;
	}

	.fg-oe__button {
		width: 100%;
	}

	.fg-oe__hero-photo {
		width: min(92%, 360px);
		border-radius: 25px;
	}

	.fg-oe__hero-photo-image {
		border-radius: 18px;
	}

	.fg-oe__content-figure--steps {
		height: 230px;
		margin-bottom: 42px;
	}

	.fg-oe__service-grid,
	.fg-oe__steps {
		grid-template-columns: 1fr;
	}

	.fg-oe__card {
		min-height: auto;
	}

	.fg-oe__card-icon {
		margin-bottom: 38px;
	}

	.fg-oe__steps {
		gap: 32px;
	}

	.fg-oe__steps li {
		grid-template-columns: 52px 1fr;
		padding-right: 0;
	}

	.fg-oe__steps li::after {
		display: none;
	}

	.fg-oe__step-number {
		width: 52px;
		height: 52px;
	}

	.fg-oe__emergency {
		grid-template-columns: 1fr;
		padding: 24px;
		text-align: center;
	}

	.fg-oe__emergency-icon {
		margin-inline: auto;
	}

	.fg-oe__coverage-visual {
		width: min(100%, 350px);
	}

	.fg-oe__condition {
		padding: 27px 23px;
	}

	.fg-oe__disclosure {
		padding: 20px;
	}

	.fg-oe__disclosure-panel {
		padding: 0 20px 22px;
	}

	.fg-oe__disclosure-panel ul {
		grid-template-columns: 1fr;
	}

	.fg-oe__cta {
		padding: 66px 0;
	}

	.fg-oe__mobile-call {
		position: fixed;
		right: 14px;
		bottom: max(14px, env(safe-area-inset-bottom));
		left: 14px;
		z-index: 9996;
		display: flex;
		gap: 10px;
		align-items: center;
		justify-content: center;
		min-height: 54px;
		padding: 12px 18px;
		border: 1px solid rgba(255, 255, 255, .32);
		border-radius: 999px;
		color: var(--fg-white);
		background: var(--fg-orange);
		box-shadow: 0 14px 38px rgba(0, 0, 0, .24);
		font-size: .9rem;
		font-weight: 850;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fg-oe *,
	.fg-oe *::before,
	.fg-oe *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}
