/* ========================================================= Podstrona
 * „Oferta" ========================================================= */

/* ---------------------------- HERO ---------------------------- */
.oh-hero {
	--oh-green: #5ec163;
	position: relative;
	overflow: hidden;
	isolation: isolate;
	color: #fff;
	background:
		radial-gradient(90% 80% at 82% 28%, rgba(60, 180, 197, 0.14) 0%, rgba(60, 180, 197, 0) 50%),
		linear-gradient(158deg, #143c8e 0%, #0f2a70 100%);
}

.oh-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.12fr 0.88fr;
	align-items: center;
	gap: 30px;
	max-width: 1320px;
	min-height: 640px;
	margin: 0 auto;
	padding: 52px 64px 0;
}

.oh-hero__content {
	max-width: 660px;
	padding-bottom: 92px;
}

.oh-crumb {
	display: flex;
	align-items: center;
	gap: 6px;
	font-family: var(--font-head);
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 26px;
}

.oh-crumb a {
	color: rgba(255, 255, 255, 0.72);
}

.oh-crumb a:hover {
	color: #fff;
}

.oh-crumb svg {
	width: 16px;
	height: 16px;
}

.oh-crumb span {
	color: var(--oh-green);
}

.oh-tag {
	display: inline-flex;
	align-items: center;
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--oh-green);
	border: 1.5px solid rgba(94, 193, 99, 0.55);
	border-radius: 999px;
	padding: 8px 18px;
	margin: 0 0 20px;
}

.oh-title {
	margin: 0;
	font-family: var(--font-head);
	font-weight: 800;
	font-size: clamp(36px, 5vw, 60px);
	line-height: 1.03;
	letter-spacing: -1.2px;
	color: #fff;
}

.oh-lead {
	margin: 22px 0 0;
	max-width: 480px;
	font-size: clamp(15px, 1.5vw, 18px);
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.82);
}

.oh-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 30px 0 0;
}

.oh-actions__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.wp-block-rtz-oferta-hero .oh-actions .btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.oh-btn-ghost {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	border: 1.6px solid rgba(255, 255, 255, 0.5);
	border-radius: 999px;
	padding: 15px 26px;
	transition: background 0.2s var(--ease), border-color 0.2s var(--ease);
}

.oh-btn-ghost:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: #fff;
}

.oh-arr {
	width: 20px;
	height: 20px;
	flex: none;
}

.oh-status {
	display: flex;
	align-items: center;
	gap: 11px;
	margin: 20px 0 0;
	font-family: var(--font-head);
	font-weight: 600;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.9);
}

.oh-status__dot {
	position: relative;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--oh-green);
	flex: none;
}

.oh-status__dot::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: var(--oh-green);
	animation: ohPulse 2s ease-out infinite;
}

.wp-block-rtz-oferta-hero .oh-status::before {
	content: "";
	position: relative;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--oh-green);
	flex: none;
	box-shadow: 0 0 0 0 rgba(94, 193, 99, 0.55);
	animation: ohPulseShadow 2s ease-out infinite;
}

@keyframes ohPulse {

	0% {
		transform: scale(1);
		opacity: 0.55;
	}

	100% {
		transform: scale(2.8);
		opacity: 0;
	}
}

@keyframes ohPulseShadow {

	0% {
		box-shadow: 0 0 0 0 rgba(94, 193, 99, 0.55);
	}

	100% {
		box-shadow: 0 0 0 20px rgba(94, 193, 99, 0);
	}
}

@media (prefers-reduced-motion: reduce) {

	.oh-status__dot::after,
	.wp-block-rtz-oferta-hero .oh-status::before {
		animation: none;
	}
}

.oh-levels2 {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 30px 0 0;
}

.oh-lvl {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--font-head);
	font-weight: 600;
	font-size: 13px;
	color: #fff;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 13px;
	padding: 9px 13px;
	white-space: nowrap;
}

.oh-lvl svg {
	width: 18px;
	height: 18px;
	color: var(--oh-green);
	flex: none;
}

/* media */
.oh-hero__media {
	position: relative;
	align-self: end;
	justify-self: center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.oh-blob {
	position: absolute;
	z-index: 0;
	right: -6%;
	top: 5%;
	width: 90%;
	height: 90%;
	background: linear-gradient(158deg, #2a5da8 0%, #18437e 100%);
	border-radius: 44% 42% 46% 48% / 50% 46% 48% 46%;
	opacity: 0.92;
}

.oh-photo {
	position: relative;
	z-index: 2;
	width: auto;
	max-width: 100%;
	max-height: 600px;
	height: auto;
	filter: drop-shadow(0 24px 44px rgba(8, 20, 45, 0.4));
}

.oh-doodles {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.oh-wave {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	z-index: 3;
	width: 100%;
	height: 82px;
	display: block;
}

/* ---------------------------- DEKORACJE SEKCJI
 * ---------------------------- */
.oh-problem,
.oh-offer {
	position: relative;
	overflow: hidden;
}

.oh-problem__inner,
.oh-offer__inner {
	position: relative;
	z-index: 1;
}

.oh-sdeco {
	position: absolute;
	z-index: 0;
	pointer-events: none;
	font-family: var(--font-head);
	font-weight: 700;
}

.oh-sdeco--blob1 {
	top: -90px;
	right: -90px;
	width: 340px;
	height: 340px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(60, 180, 197, 0.11), rgba(60, 180, 197, 0) 70%);
}

.oh-sdeco--q {
	top: 46px;
	left: 2.5%;
	font-size: 140px;
	line-height: 1;
	color: rgba(27, 58, 123, 0.045);
}

.oh-sdeco--div {
	top: 66px;
	right: 7%;
	font-size: 46px;
	color: rgba(27, 58, 123, 0.1);
}

.oh-sdeco--dots1 {
	bottom: 40px;
	left: 3.5%;
	width: 48px;
	height: 48px;
}

.oh-sdeco--plus1 {
	bottom: 78px;
	right: 5%;
	width: 26px;
	height: 26px;
}

.oh-sdeco--blob2 {
	bottom: -110px;
	left: -90px;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(76, 176, 80, 0.09), rgba(76, 176, 80, 0) 70%);
}

.oh-sdeco--pi {
	top: 28px;
	right: 3.5%;
	font-size: 94px;
	color: rgba(27, 58, 123, 0.05);
}

.oh-sdeco--sqrt {
	bottom: 44px;
	right: 7%;
	font-size: 42px;
	font-style: italic;
	color: rgba(27, 58, 123, 0.1);
}

.oh-sdeco--ring {
	top: 96px;
	left: 3.5%;
	width: 30px;
	height: 30px;
}

.oh-sdeco--dots2 {
	bottom: 58px;
	right: 3%;
	width: 48px;
	height: 48px;
}

@media (max-width: 760px) {

	.oh-sdeco {
		display: none;
	}
}

/* ---------------------------- SEKCJA: PROBLEM
 * ---------------------------- */
.oh-problem {
	background: #fff;
	padding: 74px 0 80px;
}

.oh-problem__inner {
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 40px;
}

.oh-eyebrow {
	display: block;
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--green);
	margin: 0 0 8px;
}

.oh-problem__head {
	text-align: center;
	margin-bottom: 40px;
}

.oh-eyebrow--center {
	text-align: center;
}

.oh-problem__title {
	font-family: var(--font-head);
	font-weight: 700;
	font-size: clamp(26px, 3.2vw, 40px);
	color: var(--navy);
	margin: 0;
}

.oh-qgrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.oh-q {
	display: flex;
	align-items: center;
	gap: 16px;
	background: #f6fafd;
	border: 1px solid #e9eff6;
	border-radius: 16px;
	padding: 20px 22px;
}

.oh-q__ic {
	width: 48px;
	height: 48px;
	border-radius: 13px;
	background: rgba(60, 180, 197, 0.12);
	color: var(--teal);
	display: grid;
	place-items: center;
	flex-shrink: 0;
}

.oh-q__ic svg,
.oh-q__ic img {
	width: 24px;
	height: 24px;
}

.oh-q__text {
	font-family: var(--font-head);
	font-weight: 600;
	font-size: 16.5px;
	color: var(--navy);
	line-height: 1.35;
}

.oh-reassure {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 26px 0 0;
	background: linear-gradient(150deg, #1b3a7b 0%, #10224f 100%);
	border-radius: 20px;
	padding: 32px 36px;
	color: #fff;
	box-shadow: 0 20px 44px rgba(16, 34, 79, 0.16);
}

.oh-reassure__ic {
	flex-shrink: 0;
	color: #5ec163;
}

.oh-reassure__ic svg {
	width: 46px;
	height: 46px;
}

.oh-reassure p {
	margin: 0;
	font-size: 17px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.92);
}

.oh-reassure strong {
	color: #86e6a4;
	font-weight: 700;
}

.oh-prep {
	text-align: center;
	margin: 42px 0 0;
}

.oh-prep__label {
	display: block;
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 15px;
	color: var(--navy);
	margin-bottom: 16px;
}

.oh-prep__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.oh-prep__pill {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 11px 20px;
	border-radius: 999px;
	background: #fff;
	border: 1.5px solid #dbe6f2;
	font-family: var(--font-head);
	font-weight: 600;
	font-size: 15px;
	color: var(--navy);
}

.oh-prep__pill::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--green);
	flex-shrink: 0;
}

@media (max-width: 720px) {

	.oh-qgrid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {

	.oh-problem {
		padding: 54px 0 60px;
	}

	.oh-reassure {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
		padding: 26px 24px;
	}

	.oh-problem__inner {
		padding: 0 22px;
	}
}

/* ---------------------------- SEKCJA: CO OFERUJĘ
 * ---------------------------- */
.oh-offer {
	background: #f4f8fc;
	padding: 74px 0 82px;
}

.oh-offer__inner {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 40px;
}

.oh-offer__head {
	text-align: center;
	margin-bottom: 42px;
}

.oh-offer__title {
	font-family: var(--font-head);
	font-weight: 700;
	font-size: clamp(26px, 3.2vw, 40px);
	color: var(--navy);
	margin: 0;
}

.oh-offer__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.oh-card {
	position: relative;
	background-color: #fff;
	background-image:
		linear-gradient(rgba(27, 58, 123, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(27, 58, 123, 0.055) 1px, transparent 1px);
	background-size: 20px 20px;
	border: 1px solid #e3ebf4;
	border-radius: 14px;
	padding: 34px 24px 26px;
	box-shadow: 0 10px 28px rgba(16, 34, 79, 0.06);
	transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.oh-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 22px 46px rgba(16, 34, 79, 0.13);
}

.oh-card__clip {
	position: absolute;
	top: -13px;
	left: 24px;
	width: 26px;
	height: 48px;
	z-index: 2;
}

.oh-card__bookmark {
	position: absolute;
	top: -2px;
	right: 22px;
	width: 17px;
	height: 23px;
	z-index: 2;
	display: none;
}

.oh-card__ic {
	display: inline-flex;
	margin: 4px 0 16px;
}

.oh-card__ic svg {
	width: 34px;
	height: 34px;
}

.oh-card__ic--teal {
	color: #2f9fb4;
}

.oh-card__ic--green {
	color: #3ea143;
}

.oh-card__ic--blue {
	color: #2f79bf;
}

.oh-card__ic--amber {
	color: #d99a1e;
}

.oh-offer__grid > .oh-card:nth-child(6n + 1) .oh-card__clip {
	color: #1b3a7b;
}

.oh-offer__grid > .oh-card:nth-child(6n + 1) .oh-card__ic {
	color: #3cb4c5;
}

.oh-offer__grid > .oh-card:nth-child(6n + 1) .oh-card__bookmark {
	display: block;
	color: #3cb4c5;
}

.oh-offer__grid > .oh-card:nth-child(6n + 2) .oh-card__clip,
.oh-offer__grid > .oh-card:nth-child(6n + 2) .oh-card__ic {
	color: #2f79bf;
}

.oh-offer__grid > .oh-card:nth-child(6n + 3) .oh-card__clip,
.oh-offer__grid > .oh-card:nth-child(6n + 3) .oh-card__ic {
	color: #4cb050;
}

.oh-offer__grid > .oh-card:nth-child(6n + 3) .oh-card__bookmark {
	display: block;
	color: #4cb050;
}

.oh-offer__grid > .oh-card:nth-child(6n + 4) .oh-card__clip,
.oh-offer__grid > .oh-card:nth-child(6n + 4) .oh-card__ic {
	color: #f6b93b;
}

.oh-offer__grid > .oh-card:nth-child(6n + 5) .oh-card__clip,
.oh-offer__grid > .oh-card:nth-child(6n + 5) .oh-card__ic {
	color: #2f79bf;
}

.oh-offer__grid > .oh-card:nth-child(6n + 5) .oh-card__bookmark {
	display: block;
	color: #1b3a7b;
}

.oh-offer__grid > .oh-card:nth-child(6n + 6) .oh-card__clip,
.oh-offer__grid > .oh-card:nth-child(6n + 6) .oh-card__ic {
	color: #3cb4c5;
}

.oh-card__title {
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 18px;
	color: var(--navy);
	margin: 0 0 9px;
}

.oh-card__text {
	color: #5a6577;
	font-size: 14px;
	line-height: 1.62;
	margin: 0;
}

/* wyróżniony baner: Kursy wakacyjne */
.oh-feature {
	grid-column: 1 / -1;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: 26px;
	margin-top: 6px;
	padding: 32px 36px;
	border-radius: 20px;
	color: #fff;
	background: linear-gradient(120deg, #10224f 0%, #1b3a7b 46%, #1c6f68 100%);
	box-shadow: 0 22px 50px rgba(16, 34, 79, 0.18);
}

.oh-feature__ic {
	position: relative;
	z-index: 1;
	width: 66px;
	height: 66px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.12);
	color: #ffd76a;
	display: grid;
	place-items: center;
	flex-shrink: 0;
}

.oh-feature__ic svg {
	width: 34px;
	height: 34px;
}

.oh-feature__body {
	position: relative;
	z-index: 1;
}

.oh-feature__tag {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 8px;
	padding: 5px 12px;
	border-radius: 999px;
	background: rgba(255, 215, 106, 0.16);
	color: #ffd76a;
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.oh-feature__title {
	font-family: var(--font-head);
	font-weight: 700;
	font-size: clamp(20px, 2.2vw, 25px);
	margin: 0 0 6px;
}

.oh-feature__text {
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 15px;
	line-height: 1.55;
	max-width: 640px;
}

.oh-feature__deco {
	position: absolute;
	right: -30px;
	bottom: -40px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 215, 106, 0.16), rgba(255, 215, 106, 0) 70%);
	z-index: 0;
}

@media (max-width: 900px) {

	.oh-offer__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 620px) {

	.oh-offer {
		padding: 54px 0 62px;
	}

	.oh-offer__inner {
		padding: 0 22px;
	}

	.oh-offer__grid {
		grid-template-columns: 1fr;
	}

	.oh-feature {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		padding: 26px 24px;
	}
}

/* ---------------------------- SEKCJA: ZAJĘCIA PROWADZĘ (navy)
 * ---------------------------- */
.oh-forms {
	position: relative;
	overflow: hidden;
	color: #fff;
	padding: 98px 0 102px;
	background:
		radial-gradient(120% 120% at 15% 20%, rgba(60, 180, 197, 0.16) 0%, rgba(60, 180, 197, 0) 50%),
		linear-gradient(150deg, #0f2350 0%, #1b3a7b 54%, #16544d 100%);
}

.oh-forms__wave {
	position: absolute;
	left: 0;
	width: 100%;
	height: 58px;
	z-index: 1;
	display: block;
}

.oh-forms__wave--top {
	top: -1px;
}

.oh-forms__wave--bottom {
	bottom: -1px;
}

.oh-forms__inner {
	position: relative;
	z-index: 2;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}

.oh-forms__head {
	text-align: center;
	margin-bottom: 44px;
}

.oh-forms__eyebrow {
	display: block;
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #86e6a4;
	margin: 0 0 8px;
}

.oh-forms__title {
	font-family: var(--font-head);
	font-weight: 700;
	font-size: clamp(26px, 3.2vw, 40px);
	color: #fff;
	margin: 0;
}

.oh-forms__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.oh-form {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	padding: 28px 24px;
	transition: transform 0.25s var(--ease), background 0.25s var(--ease), border-color 0.25s var(--ease);
}

.oh-form:hover {
	transform: translateY(-5px);
	background: rgba(255, 255, 255, 0.09);
	border-color: rgba(255, 255, 255, 0.22);
}

.oh-form__ic {
	width: 56px;
	height: 56px;
	border-radius: 16px;
	display: grid;
	place-items: center;
	margin-bottom: 18px;
}

.oh-form__ic svg {
	width: 28px;
	height: 28px;
}

.oh-form__ic--teal {
	background: rgba(60, 180, 197, 0.16);
	color: #6fd3e2;
}

.oh-form__ic--blue {
	background: rgba(63, 159, 221, 0.16);
	color: #86bdf0;
}

.oh-form__ic--amber {
	background: rgba(246, 185, 59, 0.18);
	color: #ffd76a;
}

.oh-form__ic--green {
	background: rgba(94, 193, 99, 0.16);
	color: #86e6a4;
}

.oh-forms__grid > .oh-form:nth-child(4n + 1) .oh-form__ic {
	background: rgba(60, 180, 197, 0.16);
	color: #6fd3e2;
}

.oh-forms__grid > .oh-form:nth-child(4n + 2) .oh-form__ic {
	background: rgba(63, 159, 221, 0.16);
	color: #86bdf0;
}

.oh-forms__grid > .oh-form:nth-child(4n + 3) .oh-form__ic {
	background: rgba(246, 185, 59, 0.18);
	color: #ffd76a;
}

.oh-forms__grid > .oh-form:nth-child(4n) .oh-form__ic {
	background: rgba(94, 193, 99, 0.16);
	color: #86e6a4;
}

.oh-form__title {
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	margin: 0 0 8px;
}

.oh-form__text {
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

/* dekoracje navy */
.oh-forms__d {
	position: absolute;
	z-index: 1;
	pointer-events: none;
	color: rgba(255, 255, 255, 0.4);
	font-family: var(--font-head);
	font-weight: 700;
}

.oh-forms__d--sqrt {
	top: 92px;
	left: 4%;
	font-size: 40px;
	font-style: italic;
}

.oh-forms__d--pi {
	bottom: 90px;
	right: 5%;
	font-size: 44px;
}

.oh-forms__d--plus {
	top: 120px;
	right: 8%;
	font-size: 30px;
	color: #86e6a4;
}

.oh-forms__d--dots {
	bottom: 100px;
	left: 6%;
	width: 46px;
	height: 46px;
}

@media (max-width: 900px) {

	.oh-forms__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 560px) {

	.oh-forms {
		padding: 70px 0 74px;
	}

	.oh-forms__inner {
		padding: 0 22px;
	}

	.oh-forms__grid {
		grid-template-columns: 1fr;
	}

	.oh-forms__d,
	.oh-forms__wave {
		display: none;
	}
}

/* ---------------------------- SEKCJA: INDYWIDUALNE I GRUPOWE
 * ---------------------------- */
.oh-modes {
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: 92px 0 96px;
}

.oh-modes__inner {
	position: relative;
	z-index: 2;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 40px;
}

.oh-modes__head {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 46px;
}

.oh-modes__eyebrow {
	display: block;
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--green);
	margin: 0 0 8px;
}

.oh-modes__title {
	font-family: var(--font-head);
	font-weight: 700;
	font-size: clamp(26px, 3.1vw, 38px);
	color: var(--navy);
	margin: 0 0 12px;
}

.oh-modes__sub {
	color: #51617a;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

.oh-modes__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
}

.oh-mode {
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e6edf5;
	border-radius: 22px;
	padding: 34px 34px 30px;
	box-shadow: 0 18px 40px -28px rgba(27, 58, 123, 0.4);
	transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease);
}

.oh-mode:hover {
	transform: translateY(-6px);
	box-shadow: 0 26px 50px -26px rgba(27, 58, 123, 0.5);
}

.oh-mode__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 22px;
}

.oh-mode__ic {
	width: 60px;
	height: 60px;
	border-radius: 18px;
	display: grid;
	place-items: center;
}

.oh-mode__ic svg {
	width: 30px;
	height: 30px;
}

.oh-mode__chip {
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 7px 14px;
	border-radius: 999px;
}

.oh-mode__title {
	position: relative;
	z-index: 1;
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 22px;
	color: var(--navy);
	margin: 0 0 10px;
}

.oh-mode__text {
	position: relative;
	z-index: 1;
	color: #51617a;
	font-size: 15px;
	line-height: 1.65;
	margin: 0 0 22px;
	max-width: 42ch;
}

.oh-mode__tags {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.oh-mode__tag {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 13px;
	font-weight: 600;
	color: var(--navy);
	background: #f2f6fb;
	padding: 8px 13px;
	border-radius: 10px;
}

.oh-mode__tag::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	flex: none;
}

.oh-mode__wm {
	position: absolute;
	right: -16px;
	bottom: -24px;
	width: 158px;
	height: 158px;
	opacity: 0.06;
	pointer-events: none;
	z-index: 0;
}

.oh-mode--ind .oh-mode__ic {
	background: rgba(76, 176, 80, 0.12);
	color: var(--green);
}

.oh-mode--ind .oh-mode__chip {
	background: rgba(76, 176, 80, 0.12);
	color: #2f7d33;
}

.oh-mode--ind .oh-mode__tag::before {
	background: var(--green);
}

.oh-mode--ind .oh-mode__wm {
	color: var(--green);
}

.oh-mode--grp .oh-mode__ic {
	background: rgba(60, 180, 197, 0.14);
	color: var(--teal);
}

.oh-mode--grp .oh-mode__chip {
	background: rgba(60, 180, 197, 0.14);
	color: #1f7c8a;
}

.oh-mode--grp .oh-mode__tag::before {
	background: var(--teal);
}

.oh-mode--grp .oh-mode__wm {
	color: var(--teal);
}

.oh-modes__d {
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.oh-modes__d--blob {
	top: -70px;
	right: -90px;
	width: 340px;
	height: 340px;
	background: radial-gradient(circle, rgba(60, 180, 197, 0.1), transparent 70%);
	border-radius: 50%;
}

.oh-modes__d--times {
	bottom: 64px;
	left: 5%;
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 44px;
	color: rgba(27, 58, 123, 0.06);
}

.oh-modes__d--dots {
	top: 96px;
	left: 4%;
	width: 44px;
	height: 44px;
}

@media (max-width: 820px) {

	.oh-modes__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {

	.oh-modes {
		padding: 66px 0 70px;
	}

	.oh-modes__inner {
		padding: 0 22px;
	}

	.oh-mode {
		padding: 28px 24px 26px;
	}

	.oh-modes__d {
		display: none;
	}
}

/* ---------------------------- SEKCJA: JAK WYGLĄDAJĄ ZAJĘCIA (kroki +
 * zdjęcie) ---------------------------- */
.oh-steps {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #f4f8fc 0%, #eef4fb 100%);
	padding: 0;
}

.oh-steps__inner {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	display: grid;
	grid-template-columns: 1fr 1.02fr;
	gap: 24px;
	align-items: stretch;
}

.oh-steps__main {
	position: relative;
	z-index: 2;
	padding: 86px 0 96px;
}

.oh-steps__title {
	font-family: var(--font-head);
	font-weight: 800;
	font-size: clamp(28px, 3.6vw, 44px);
	line-height: 1.04;
	color: var(--navy);
	text-transform: uppercase;
	letter-spacing: -0.01em;
	margin: 0 0 38px;
}

.oh-steps__list {
	counter-reset: step;
}

.oh-step {
	position: relative;
	display: grid;
	grid-template-columns: 62px 1fr;
	gap: 18px;
	align-items: start;
	padding-bottom: 46px;
	counter-increment: step;
}

.oh-step:last-child {
	padding-bottom: 0;
}

.oh-step__ic {
	position: relative;
	z-index: 2;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 10px 22px -10px rgba(27, 58, 123, 0.3);
	display: grid;
	place-items: center;
	color: var(--navy);
}

.oh-step__ic svg {
	width: 29px;
	height: 29px;
}

.oh-step__arrow {
	position: absolute;
	left: 13px;
	top: 64px;
	width: 38px;
	height: 34px;
	color: var(--green);
	z-index: 1;
	pointer-events: none;
}

.oh-step:last-child .oh-step__arrow {
	display: none;
}

.oh-step__body {
	padding-top: 4px;
}

.oh-step__title {
	font-family: var(--font-head);
	font-weight: 700;
	font-size: clamp(18px, 2vw, 21px);
	color: var(--navy);
	margin: 0 0 3px;
}

.oh-step__title b {
	color: var(--navy);
	font-weight: 800;
}

.oh-step__num::before {
	content: counter(step) ".";
}

.oh-step__arrow-b {
	display: none;
}

.oh-step:nth-child(even) .oh-step__arrow-a {
	display: none;
}

.oh-step:nth-child(even) .oh-step__arrow-b {
	display: block;
}

.oh-step__text {
	color: #51617a;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	max-width: 42ch;
}

.oh-steps__media {
	position: relative;
	z-index: 2;
	bottom: -100px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.oh-steps__photo {
	display: block;
	width: 100%;
	max-width: 600px;
	height: auto;
}

.oh-steps__d {
	position: absolute;
	z-index: 1;
	pointer-events: none;
	font-family: var(--font-head);
	font-weight: 700;
}

.oh-steps__d--plus {
	top: 7%;
	right: 44%;
	font-size: 34px;
	color: rgba(60, 180, 197, 0.3);
}

.oh-steps__d--div {
	top: 4%;
	left: 11%;
	font-size: 30px;
	color: rgba(60, 180, 197, 0.2);
}

.oh-steps__d--times {
	top: 6%;
	left: 31%;
	font-size: 26px;
	color: rgba(27, 58, 123, 0.12);
}

.oh-steps__d--sqrt2 {
	top: 22%;
	right: 7%;
	z-index: 3;
	font-size: 46px;
	font-style: italic;
	color: rgba(27, 58, 123, 0.16);
}

.oh-steps__d--sqrt {
	top: 33%;
	right: 3%;
	z-index: 3;
	font-size: 32px;
	font-style: italic;
	color: rgba(60, 180, 197, 0.3);
}

.oh-steps__d--spark {
	top: 12%;
	right: 30%;
	z-index: 3;
	width: 26px;
	height: 26px;
}

.oh-steps__d--graph {
	top: 3%;
	right: 1%;
	width: 210px;
	height: 150px;
	color: rgba(27, 58, 123, 0.1);
}

.oh-steps__d--pi {
	bottom: 5%;
	left: 8%;
	font-size: 42px;
	color: rgba(27, 58, 123, 0.08);
}

.oh-steps__d--parab {
	bottom: 5%;
	left: 22%;
	width: 92px;
	height: 66px;
	color: rgba(76, 176, 80, 0.2);
}

.oh-steps__d--dots {
	bottom: 6%;
	left: 38%;
	width: 46px;
	height: 46px;
}

.oh-steps__d--ring {
	top: 26px;
	left: -54px;
	width: 160px;
	height: 160px;
	border: 2px solid rgba(60, 180, 197, 0.12);
	border-radius: 50%;
}

@media (max-width: 940px) {

	.oh-steps {
		padding: 44px 0 0;
	}

	.oh-steps__inner {
		grid-template-columns: 1fr;
		gap: 24px;
		align-items: stretch;
	}

	.oh-steps__main {
		padding: 4px 0 62px;
	}

	.oh-steps__media {
		bottom: 0;
		order: -1;
	}

	.oh-steps__photo {
		max-width: 340px;
	}

	.oh-steps__title {
		text-align: center;
		margin-bottom: 30px;
	}

	.oh-steps__d--sqrt2,
	.oh-steps__d--sqrt,
	.oh-steps__d--plus,
	.oh-steps__d--div,
	.oh-steps__d--times,
	.oh-steps__d--spark,
	.oh-steps__d--pi,
	.oh-steps__d--parab,
	.oh-steps__d--dots,
	.oh-steps__d--ring {
		display: none;
	}

	.oh-steps__d--graph {
		top: 1%;
		right: 2%;
		width: 150px;
		opacity: 0.7;
	}
}

@media (max-width: 560px) {

	.oh-steps {
		padding: 30px 0 0;
	}

	.oh-steps__inner {
		padding: 0 22px;
	}

	.oh-steps__main {
		padding: 4px 0 54px;
	}

	.oh-step {
		grid-template-columns: 52px 1fr;
		gap: 14px;
		padding-bottom: 36px;
	}

	.oh-step__ic {
		width: 50px;
		height: 50px;
	}

	.oh-step__ic svg {
		width: 25px;
		height: 25px;
	}

	.oh-step__arrow {
		left: 9px;
		top: 56px;
		width: 36px;
		height: 30px;
	}

	.oh-steps__d--graph {
		display: none;
	}
}

/* ---------------------------- SEKCJA: DLACZEGO WARTO
 * ---------------------------- */
.oh-why {
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: 92px 0 98px;
}

.oh-why__inner {
	position: relative;
	z-index: 2;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 40px;
}

.oh-why__head {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 50px;
}

.oh-why__eyebrow {
	display: block;
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--green);
	margin: 0 0 12px;
}

.oh-why__title {
	font-family: var(--font-head);
	font-weight: 700;
	font-size: clamp(26px, 3.4vw, 40px);
	line-height: 1.22;
	color: var(--navy);
	margin: 0;
}

.oh-why__hl {
	background: linear-gradient(transparent 60%, rgba(76, 176, 80, 0.3) 60%);
	padding: 0 2px;
}

.oh-why__title .accent-green {
	color: inherit;
	background: linear-gradient(transparent 60%, rgba(76, 176, 80, 0.3) 60%);
	padding: 0 2px;
}

.oh-why__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.oh-why__item {
	position: relative;
	border-radius: 18px;
	border: 1px solid;
	padding: 30px 26px;
	transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.oh-why__item:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 40px -24px rgba(27, 58, 123, 0.5);
}

.oh-why__ic {
	width: 56px;
	height: 56px;
	border-radius: 16px;
	display: grid;
	place-items: center;
	margin-bottom: 18px;
}

.oh-why__ic svg {
	width: 28px;
	height: 28px;
}

.oh-why__text {
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 17px;
	line-height: 1.4;
	color: var(--navy);
	margin: 0;
}

.oh-why__item--teal,
.oh-why__grid > .oh-why__item:nth-child(6n+1),
.oh-why__grid > .oh-why__item:nth-child(6n) {
	background: rgba(60, 180, 197, 0.06);
	border-color: rgba(60, 180, 197, 0.18);
}

.oh-why__item--green .oh-why__ic {
	background: rgba(76, 176, 80, 0.14);
	color: var(--green);
}

.oh-why__item--blue .oh-why__ic {
	background: rgba(63, 159, 221, 0.14);
	color: #2f7fc4;
}

.oh-why__item--amber .oh-why__ic {
	background: rgba(246, 185, 59, 0.18);
	color: #d99512;
}

.oh-why__item--navy .oh-why__ic {
	background: rgba(27, 58, 123, 0.1);
	color: var(--navy);
}

.oh-why__item--teal .oh-why__ic {
	background: rgba(60, 180, 197, 0.14);
	color: var(--teal);
}

.oh-why__grid > .oh-why__item:nth-child(6n+3) .oh-why__ic {
	background: rgba(76, 176, 80, 0.14);
	color: var(--green);
}

.oh-why__grid > .oh-why__item:nth-child(6n+2) .oh-why__ic {
	background: rgba(63, 159, 221, 0.14);
	color: #2f7fc4;
}

.oh-why__grid > .oh-why__item:nth-child(6n+4) .oh-why__ic {
	background: rgba(246, 185, 59, 0.18);
	color: #d99512;
}

.oh-why__grid > .oh-why__item:nth-child(6n+5) .oh-why__ic {
	background: rgba(27, 58, 123, 0.1);
	color: var(--navy);
}

.oh-why__grid > .oh-why__item:nth-child(6n+1) .oh-why__ic,
.oh-why__grid > .oh-why__item:nth-child(6n) .oh-why__ic {
	background: rgba(60, 180, 197, 0.14);
	color: var(--teal);
}

.oh-why__item--green,
.oh-why__grid > .oh-why__item:nth-child(6n+3) {
	background: rgba(76, 176, 80, 0.06);
	border-color: rgba(76, 176, 80, 0.18);
}

.oh-why__item--blue,
.oh-why__grid > .oh-why__item:nth-child(6n+2) {
	background: rgba(63, 159, 221, 0.06);
	border-color: rgba(63, 159, 221, 0.18);
}

.oh-why__item--amber,
.oh-why__grid > .oh-why__item:nth-child(6n+4) {
	background: rgba(246, 185, 59, 0.08);
	border-color: rgba(246, 185, 59, 0.24);
}

.oh-why__item--navy,
.oh-why__grid > .oh-why__item:nth-child(6n+5) {
	background: rgba(27, 58, 123, 0.05);
	border-color: rgba(27, 58, 123, 0.16);
}

.oh-why__d {
	position: absolute;
	z-index: 1;
	pointer-events: none;
	font-family: var(--font-head);
	font-weight: 700;
}

.oh-why__d--blob {
	top: -80px;
	right: -90px;
	width: 320px;
	height: 320px;
	background: radial-gradient(circle, rgba(76, 176, 80, 0.09), transparent 70%);
	border-radius: 50%;
}

.oh-why__d--plus {
	top: 12%;
	left: 4%;
	font-size: 32px;
	color: rgba(60, 180, 197, 0.22);
}

.oh-why__d--inf {
	bottom: 8%;
	left: 6%;
	font-size: 42px;
	color: rgba(27, 58, 123, 0.07);
}

.oh-why__d--dots {
	bottom: 11%;
	right: 4%;
	width: 46px;
	height: 46px;
}

@media (max-width: 900px) {

	.oh-why__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 560px) {

	.oh-why {
		padding: 64px 0 70px;
	}

	.oh-why__inner {
		padding: 0 22px;
	}

	.oh-why__grid {
		grid-template-columns: 1fr;
	}

	.oh-why__d {
		display: none;
	}
}

/* ---------------------------- RWD (HERO) ---------------------------- */
@media (max-width: 980px) {

	.oh-hero__inner {
		grid-template-columns: 1fr;
		min-height: 0;
		gap: 0;
		padding: 40px 32px 0;
	}

	.oh-hero__content {
		max-width: none;
		padding-bottom: 0;
	}

	.oh-lead {
		max-width: none;
	}

	.oh-hero__media {
		margin-top: 20px;
		align-self: center;
	}

	.oh-photo {
		max-height: 420px;
	}

	.oh-blob {
		display: none;
	}

	.oh-doodles {
		display: none;
	}

	.oh-wave {
		display: block;
		height: clamp(115px, 12.5vw, 185px);
	}

	.oh-hero {
		padding-bottom: 0;
	}
}

@media (max-width: 560px) {

	.oh-hero__inner {
		padding: 32px 22px 0;
	}

	.oh-photo {
		max-height: 340px;
	}

	.oh-actions {
		width: 100%;
	}

	.oh-actions__btn,
	.oh-btn-ghost {
		width: 100%;
		justify-content: center;
	}

	.oh-levels2 {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.oh-lvl {
		width: 100%;
		min-width: 0;
		white-space: normal;
		line-height: 1.25;
	}
}
