@charset "UTF-8";

header#masthead, 
footer#colophon .footers .footer--3,
footer#colophon .footers .footer--4,
footer#colophon .footers .footer--5,
.breadcrumbs  {
	display: none !important;
}
@media only screen and (min-width: 1280px) {
    footer.site-footer .footers {
        grid-template-columns: 1fr 1fr !important;
    }
}

body.podo-20260920-page {
	margin: 0;
	padding: 0 0 var(--podo-sticky-height, 80px);
	background: #fff;
}
.breadcrumbs {
	display: none;
}

.podo-20260920 {
	--pink: #e26eaa;
	--pink-d: #c9548f;
	--pink-soft: #fbf3f8;
	--pink-15: rgba(226, 110, 170, 0.15);
	--teal: #4cc2bf;
	--teal-soft: #eef9f8;
	--mint: #a4d9d0;
	--lilac: #ccaed0;
	--graphite: #505759;
	--ink: #16181a;
	--line: #e7e7e7;
	--muted: #8a9092;
	--paper: #fff;
	--f:
		"MADE Evolve Sans", system-ui, -apple-system, "Segoe UI", Roboto,
		sans-serif;
	--r: 0px;
}
.podo-20260920,
.podo-20260920 * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.podo-20260920 {
	scroll-behavior: smooth;
}
.podo-20260920 {
	font-family: var(--f);
	color: var(--ink);
	background: var(--paper);
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
}
.podo-20260920 img {
	max-width: 100%;
	display: block;
}
.podo-20260920 .wrap {
	width: min(1280px, 92vw);
	margin: 0 auto;
}
.podo-20260920 section {
	padding: clamp(56px, 7vw, 110px) 0;
}
.podo-20260920 {
	/* ---------- типографіка ---------- */
}
.podo-20260920 h1 {
	font-size: clamp(34px, 5.4vw, 72px);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.035em;
}
.podo-20260920 h2 {
	font-size: clamp(28px, 4.2vw, 56px);
	font-weight: 700;
	line-height: 1.06;
	letter-spacing: -0.03em;
}
.podo-20260920 h3 {
	/* font-size: clamp(18px, 1.7vw, 24px); */
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.015em;
}
.podo-20260920 h4 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.01em;
}
.podo-20260920 p {
	font-size: clamp(14.5px, 1.15vw, 17px);
	line-height: 1.62;
	font-weight: 400;
	color: #3c4042;
}
.podo-20260920 .eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 12.5px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--pink);
	margin-bottom: 18px;
}
.podo-20260920 .eyebrow i {
	width: 26px;
	height: 1px;
	background: var(--pink);
	display: block;
}
.podo-20260920 .lead {
	font-size: clamp(15.5px, 1.35vw, 20px);
	line-height: 1.55;
	font-weight: 400;
	color: var(--graphite);
	max-width: none;
}
.podo-20260920 .hl {
	color: var(--pink);
}
.podo-20260920 .hlt {
	color: var(--teal);
}
.podo-20260920 .kicker {
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--muted);
}
.podo-20260920 .center {
	text-align: center;
}
.podo-20260920 .sec-head {
	max-width: none;
	margin-bottom: clamp(32px, 4vw, 58px);
}
.podo-20260920 .sec-head.c {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.podo-20260920 .sec-head p {
	margin-top: 16px;
	max-width: none;
}
.podo-20260920 .sec-head h2 {
	max-width: none;
}
.podo-20260920 {
	/* ---------- кнопки ---------- */
}
.podo-20260920 .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: var(--pink);
	color: #fff;
	border: 1px solid var(--pink);
	padding: 16px 30px;
	font-family: var(--f);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.005em;
	cursor: pointer;
	text-decoration: none;
	transition: 0.22s;
	border-radius: 10px;
	line-height: 1;
}
.podo-20260920 .btn:hover {
	background: var(--ink);
	border-color: var(--ink);
}
.podo-20260920 .btn svg {
	transform: scale(1.25);
}
.podo-20260920 .btn.ghost {
	background: transparent;
	color: var(--ink);
	border: 1px solid #d6d6d6;
}
.podo-20260920 .btn.ghost:hover {
	border-color: var(--ink);
}
.podo-20260920 .btn.ghost:hover {
	background: var(--ink);
	color: #fff;
}
.podo-20260920 .btn.dark {
	background: var(--ink);
	border-color: var(--ink);
}
.podo-20260920 .btn.dark:hover {
	background: var(--pink);
	border-color: var(--pink);
}
.podo-20260920 .btn.sm {
	padding: 12px 20px;
	font-size: 13px;
}
.podo-20260920 .btn.wide {
	width: 100%;
}
.podo-20260920 .btn-gift {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--teal-soft);
	color: var(--ink);
	border: 1px solid var(--teal);
	padding: 13px 20px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: 0.25s;
}
.podo-20260920 .btn-gift:hover {
	background: var(--teal);
	color: #fff;
}
.podo-20260920 .btn-gift b {
	color: var(--teal);
	font-weight: 700;
}
.podo-20260920 .btn-gift:hover b {
	color: #fff;
}
.podo-20260920 {
	/* ---------- хедер ---------- */
}
.podo-20260920 header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 90;
	background: rgba(255, 255, 255, 0.92);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--line);
	transition: 0.3s;
}
.podo-20260920 .hd {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 15px 0;
}
.podo-20260920 .logo {
	display: inline-flex;
	align-items: flex-end;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	color: var(--ink);
	text-decoration: none;
}
.podo-20260920 .logomark {
	display: inline-flex;
	align-items: center;
	gap: 0.14em;
	margin: 0 0.2em;
	position: relative;
}
.podo-20260920 .dot {
	border-radius: 50%;
	display: inline-block;
}
.podo-20260920 .logomark .smile {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.38em;
	width: 0.6em;
	height: 0.28em;
	background: var(--teal);
	border-radius: 0 0 50% 50%/0 0 100% 100%;
}
.podo-20260920 nav {
	display: flex;
	gap: 26px;
}
.podo-20260920 nav a {
	font-size: 14px;
	font-weight: 500;
	color: var(--graphite);
	text-decoration: none;
	transition: 0.2s;
}
.podo-20260920 nav a:hover {
	color: var(--pink);
}
.podo-20260920 .burger {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 22px;
	color: var(--ink);
}
.podo-20260920 {
	/* ---------- герой ---------- */
}
.podo-20260920 .hero {
	padding-top: clamp(96px, 11vw, 150px);
	background: linear-gradient(180deg, var(--pink-soft) 0%, #fff 78%);
}
.podo-20260920 .hero-g {
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	gap: clamp(28px, 4vw, 64px);
	align-items: center;
}
.podo-20260920 .tag {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	background: #fff;
	border: 1px solid var(--line);
	color: var(--graphite);
	font-size: 12.5px;
	font-weight: 600;
	padding: 9px 16px;
	border-radius: 8px;
	margin-bottom: 24px;
}
.podo-20260920 .tag i {
	width: 7px;
	height: 7px;
	background: var(--pink);
	border-radius: 50%;
	display: block;
	-webkit-animation: pulse 1.8s infinite;
	animation: pulse 1.8s infinite;
}
@-webkit-keyframes pulse {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.25;
	}
}
@keyframes pulse {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.25;
	}
}
.podo-20260920 .hero-badges {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin: 30px 0;
}
.podo-20260920 .hero-badges div {
	background: #fff;
	border: 1px solid var(--line);
	padding: 14px 20px;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
}
.podo-20260920 .hero-badges div b {
	display: block;
	font-size: 23px;
	font-weight: 700;
	color: var(--pink);
	letter-spacing: -0.025em;
	margin-bottom: 4px;
}
.podo-20260920 .hero-img {
	position: relative;
}
.podo-20260920 .hero-img img {
	border-radius: 20px;
}
.podo-20260920 .hero-float {
	position: absolute;
	left: -26px;
	bottom: 34px;
	background: #fff;
	padding: 18px 22px;
	border-radius: 16px;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.13);
	max-width: 230px;
}
.podo-20260920 .hero-float b {
	display: block;
	font-size: 26px;
	font-weight: 700;
	color: var(--teal);
	letter-spacing: -0.02em;
}
.podo-20260920 .hero-float span {
	font-size: 12.5px;
	color: var(--graphite);
	font-weight: 500;
	line-height: 1.4;
	display: block;
	margin-top: 4px;
}
.podo-20260920 {
	/* ---------- таймер ---------- */
}
.podo-20260920 .cd {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}
.podo-20260920 .cd-b {
	background: var(--ink);
	color: #fff;
	min-width: 64px;
	padding: 11px 8px;
	border-radius: 8px;
	text-align: center;
}
.podo-20260920 .cd-b b {
	display: block;
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.02em;
}
.podo-20260920 .cd-b span {
	font-size: 9.5px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
	margin-top: 5px;
	display: block;
}
.podo-20260920 .cd-lbl {
	font-size: 16px;
	font-weight: 500;
	color: var(--graphite);
}
.podo-20260920 .deadline {
	background: var(--ink);
	color: #fff;
	padding: 22px 0;
}
.podo-20260920 .deadline .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}
.podo-20260920 .deadline p b {
	color: var(--pink);
}
.podo-20260920 .deadline .cd-b b {
	color: #fff;
}
.podo-20260920 .deadline p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 15px;
}
.podo-20260920 {
	/* ---------- картки ---------- */
}
.podo-20260920 .grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(14px, 1.6vw, 24px);
}
.podo-20260920 .grid-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(18px, 2.4vw, 44px);
}
.podo-20260920 .grid-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(12px, 1.4vw, 20px);
}
.podo-20260920 .card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: clamp(20px, 2.2vw, 30px);
	transition: 0.25s;
}
.podo-20260920 .card:hover {
	border-color: var(--ink);
}
.podo-20260920 .card .n {
	font-size: 15px;
	font-weight: 700;
	color: var(--pink);
	letter-spacing: 0.1em;
	display: block;
	margin-bottom: 12px;
}
.podo-20260920 .card p {
	font-size: 15px;
	margin-top: 9px;
	color: var(--graphite);
}
.podo-20260920 .soft {
	background: var(--pink-soft);
}
.podo-20260920 .soft-t {
	background: var(--teal-soft);
}
.podo-20260920 .bg-soft {
	background: var(--pink-soft);
}
.podo-20260920 .bg-ink {
	background: var(--ink);
	color: #fff;
}
.podo-20260920 .bg-ink h2,
.podo-20260920 .bg-ink h3 {
	color: #fff;
}
.podo-20260920 .bg-ink p {
	color: rgba(255, 255, 255, 0.72);
}
.podo-20260920 {
	/* ---------- цифри ---------- */
}
.podo-20260920 .stat {
	font-size: clamp(32px, 4vw, 58px);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1;
	color: var(--ink);
}
.podo-20260920 .stat.p {
	color: var(--pink);
}
.podo-20260920 .stat.t {
	color: var(--teal);
}
.podo-20260920 .stat-l {
	font-size: 15px;
	color: var(--graphite);
	margin-top: 10px;
	line-height: 1.45;
	font-weight: 500;
}
.podo-20260920 {
	/* ---------- діаграми ---------- */
}
.podo-20260920 .hbar {
	margin-bottom: 15px;
}
.podo-20260920 .hbar-t {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 7px;
	gap: 14px;
}
.podo-20260920 .hbar-t span:last-child {
	color: var(--pink);
	white-space: nowrap;
}
.podo-20260920 .hbar-tr {
	height: 9px;
	background: #f1f1f1;
	border-radius: 100px;
	overflow: hidden;
}
.podo-20260920 .hbar-f {
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, var(--pink), var(--lilac));
	border-radius: 100px;
	transition: width 1.2s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.podo-20260920 .hbar.t .hbar-f {
	background: linear-gradient(90deg, var(--teal), var(--mint));
}
.podo-20260920 .donut circle {
	transition: stroke-dashoffset 1.5s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.podo-20260920 .legend {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.podo-20260920 .legend div {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}
.podo-20260920 .legend i {
	width: 12px;
	height: 12px;
	border-radius: 3px;
	flex: 0 0 12px;
	margin-top: 3px;
}
.podo-20260920 .legend small {
	display: block;
	font-weight: 400;
	color: var(--muted);
	font-size: 12.5px;
}
.podo-20260920 {
	/* ---------- reveal ---------- */
}
.podo-20260920 .rv {
	opacity: 0;
	transform: translateY(28px);
	transition:
		opacity 0.8s cubic-bezier(0.2, 0.7, 0.3, 1),
		transform 0.8s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.podo-20260920 .rv.in {
	opacity: 1;
	transform: none;
}
@media (prefers-reduced-motion: reduce) {
	.podo-20260920 .rv {
		opacity: 1;
		transform: none;
	}
}
.podo-20260920 {
	/* ---------- калькулятор ---------- */
}
.podo-20260920 .calc {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(22px, 3vw, 50px);
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 22px;
	padding: clamp(22px, 3vw, 42px);
}
.podo-20260920 .field {
	margin-bottom: 24px;
}
.podo-20260920 .field label {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	font-size: 12.5px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--graphite);
	margin-bottom: 12px;
}
.podo-20260920 .field .val {
	font-size: 21px;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: none;
	color: var(--ink);
}
.podo-20260920 input[type="range"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 5px;
	border-radius: 100px;
	background: #efefef;
	outline: none;
}
.podo-20260920 input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--pink);
	cursor: pointer;
	border: 4px solid #fff;
	box-shadow: 0 2px 10px rgba(226, 110, 170, 0.5);
}
.podo-20260920 input[type="range"]::-moz-range-thumb {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--pink);
	cursor: pointer;
	border: 4px solid #fff;
}
.podo-20260920 .seg {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.podo-20260920 .seg button {
	flex: 1;
	min-width: 104px;
	padding: 13px 10px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 100px;
	font-family: var(--f);
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	color: var(--graphite);
	transition: 0.25s;
}
.podo-20260920 .seg button.on {
	background: var(--ink);
	color: #fff;
	border-color: var(--ink);
}
.podo-20260920 .res {
	background: var(--pink-soft);
	border-radius: 18px;
	padding: clamp(20px, 2.4vw, 32px);
}
.podo-20260920 .res-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 11px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	font-size: 16px;
	color: var(--graphite);
	font-weight: 500;
	gap: 12px;
}
.podo-20260920 .res-row b {
	font-weight: 700;
	color: var(--ink);
	font-size: 16px;
	white-space: nowrap;
}
.podo-20260920 .res-net {
	padding-top: 20px;
}
.podo-20260920 .res-net span {
	font-size: 11.5px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--graphite);
	font-weight: 700;
}
.podo-20260920 .res-net b {
	display: block;
	font-size: clamp(34px, 4.4vw, 58px);
	color: var(--pink);
	letter-spacing: -0.035em;
	line-height: 1.05;
	margin-top: 6px;
}
.podo-20260920 .note {
	font-size: 12.5px;
	color: var(--muted);
	line-height: 1.5;
	margin-top: 14px;
}
.podo-20260920 {
	/* ---------- вакансії ---------- */
}
.podo-20260920 .vac {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: 24px;
	transition: 0.3s;
	position: relative;
}
.podo-20260920 .vac:hover {
	border-color: var(--pink);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
	transform: translateY(-4px);
}
.podo-20260920 .vac .src {
	font-size: 12px;
	color: var(--muted);
	font-weight: 600;
	margin-top: 7px;
}
.podo-20260920 .vac .sal {
	font-size: clamp(21px, 2vw, 27px);
	font-weight: 700;
	color: var(--pink);
	letter-spacing: -0.025em;
	margin: 15px 0 13px;
}
.podo-20260920 .vac .req {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}
.podo-20260920 .vac .req span {
	font-size: 11.5px;
	font-weight: 600;
	background: #f5f5f5;
	color: var(--graphite);
	padding: 6px 12px;
	border-radius: 100px;
}
.podo-20260920 {
	/* ---------- кроки ---------- */
}
.podo-20260920 .step {
	display: flex;
	gap: 18px;
	padding: 20px 0;
	border-bottom: 1px solid var(--line);
	align-items: flex-start;
}
.podo-20260920 .step:last-child {
	border: none;
}
.podo-20260920 .step b {
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 700;
	color: var(--pink-15);
	line-height: 0.9;
	letter-spacing: -0.04em;
	flex: 0 0 auto;
	min-width: 56px;
}
.podo-20260920 {
	/* ---------- експерти ---------- */
}
.podo-20260920 .exp {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 14px;
	overflow: hidden;
	transition: 0.25s;
}
.podo-20260920 .exp:hover {
	border-color: var(--ink);
}
.podo-20260920 .exp img {
	width: 100%;
	aspect-ratio: 1/1;
	-o-object-fit: cover;
	object-fit: cover;
}
.podo-20260920 .exp .in {
	padding: 22px;
}
.podo-20260920 .exp .role {
	font-size: 15px;
	color: var(--muted);
	font-weight: 500;
	margin-top: 5px;
	line-height: 1.4;
	min-height: 34px;
}
.podo-20260920 .exp ul {
	list-style: none;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid var(--line);
}
.podo-20260920 .exp li {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	color: var(--graphite);
	margin-bottom: 8px;
}
.podo-20260920 .exp li b {
	color: var(--pink);
	font-weight: 700;
}
.podo-20260920 {
	/* ---------- пакети ---------- */
}
.podo-20260920 .plans {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(16px, 1.8vw, 26px);
	align-items: stretch;
}
.podo-20260920 .plan {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: clamp(24px, 2.4vw, 34px);
	display: flex;
	flex-direction: column;
	transition: 0.25s;
	position: relative;
}
.podo-20260920 .plan:hover {
	border-color: var(--ink);
}
.podo-20260920 .plan .lvl {
	font-size: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--muted);
}
.podo-20260920 .plan h3 {
	margin: 10px 0 8px;
}
.podo-20260920 .plan .desc {
	font-size: 15px;
	color: var(--graphite);
	line-height: 1.5;
	min-height: 44px;
}
.podo-20260920 .plan ul {
	list-style: none;
	margin: 22px 0;
	flex: 1;
}
.podo-20260920 .plan li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 0;
	border-bottom: 1px solid var(--line);
	color: var(--graphite);
}
.podo-20260920 .plan li b {
	font-weight: 700;
	color: var(--ink);
	white-space: nowrap;
}
.podo-20260920 .plan li.no {
	color: #b6babc;
}
.podo-20260920 .plan li.no b {
	color: #b6babc;
	font-weight: 500;
}
.podo-20260920 .plan.mid {
	border: 1px solid var(--pink);
}
.podo-20260920 .plan.mid .lvl {
	color: var(--pink);
}
.podo-20260920 .plan.top {
	background: var(--ink);
	border: 1px solid var(--ink);
	color: #fff;
}
.podo-20260920 .plan.top h3,
.podo-20260920 .plan.top li b {
	color: #fff;
}
.podo-20260920 .plan.top .desc,
.podo-20260920 .plan.top li {
	color: rgba(255, 255, 255, 0.72);
	border-color: rgba(255, 255, 255, 0.13);
}
.podo-20260920 .plan.top .lvl {
	color: var(--mint);
}
.podo-20260920 .plan.top .btn {
	background: var(--mint);
	color: var(--ink);
}
.podo-20260920 .plan.top .btn:hover {
	background: #fff;
}
.podo-20260920 .badge {
	position: absolute;
	top: -11px;
	left: 24px;
	background: var(--pink);
	color: #fff;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 6px 14px;
	border-radius: 6px;
	white-space: nowrap;
}
.podo-20260920 .plan .badge.neutral {
	background: var(--ink);
}
.podo-20260920 .plan.top .badge {
	background: var(--mint);
	color: var(--ink);
}
.podo-20260920 {
	/* ---------- відгуки ---------- */
}
.podo-20260920 .rev {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: 26px;
	position: relative;
}
.podo-20260920 .rev .q {
	font-size: 40px;
	color: var(--pink-15);
	font-weight: 700;
	line-height: 1;
}
.podo-20260920 .rev p {
	font-size: 14.5px;
	margin: 8px 0 18px;
}
.podo-20260920 .rev .who {
	font-size: 14.5px;
	font-weight: 700;
}
.podo-20260920 .rev .who small {
	display: block;
	font-size: 12.5px;
	color: var(--muted);
	font-weight: 500;
	margin-top: 3px;
}
.podo-20260920 {
	/* ---------- подарунки ---------- */
}
.podo-20260920 .gift {
	background: #fff;
	border: 1px solid var(--teal);
	border-radius: 20px;
	padding: clamp(22px, 2.4vw, 34px);
	display: flex;
	flex-direction: column;
	transition: 0.3s;
}
.podo-20260920 .gift:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 40px rgba(76, 194, 191, 0.18);
}
.podo-20260920 .gift .lbl {
	display: inline-block;
	background: var(--teal);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	padding: 6px 14px;
	border-radius: 100px;
	align-self: flex-start;
	margin-bottom: 16px;
}
.podo-20260920 {
	/* ---------- FAQ ---------- */
}
.podo-20260920 .acc {
	border-bottom: 1px solid var(--line);
}
.podo-20260920 .acc-h {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 22px 0;
	background: none;
	border: none;
	cursor: pointer;
	font-family: var(--f);
	font-size: clamp(15.5px, 1.5vw, 19px);
	font-weight: 700;
	color: var(--ink);
	text-align: left;
	letter-spacing: -0.01em;
}
.podo-20260920 .acc-h::after {
	display: none;
}
.podo-20260920 .acc-h i {
	font-size: 26px;
	color: var(--pink);
	font-weight: 400;
	font-style: normal;
	transition: 0.35s;
	line-height: 1;
	flex: 0 0 auto;
}
.podo-20260920 .acc.open i {
	transform: rotate(45deg);
}
.podo-20260920 .acc-b {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.45s ease;
}
.podo-20260920 .acc.open .acc-b {
	max-height: 460px;
}
.podo-20260920 .acc-b div {
	padding-bottom: 24px;
	font-size: 15px;
	line-height: 1.65;
	color: var(--graphite);
}
.podo-20260920 {
	/* ---------- форма ---------- */
}
.podo-20260920 .form {
	background: #fff;
	border-radius: 16px;
	padding: clamp(24px, 3vw, 40px);
}
.podo-20260920 .form input {
	width: 100%;
	padding: 16px 18px;
	border: 1px solid var(--line);
	border-radius: 12px;
	font-family: var(--f);
	font-size: 15px;
	margin-bottom: 12px;
	outline: none;
	transition: 0.2s;
}
.podo-20260920 .form input:focus {
	border-color: var(--pink);
	box-shadow: 0 0 0 3px var(--pink-15);
}
.podo-20260920 .or {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 18px 0;
	color: var(--muted);
	font-size: 12.5px;
	font-weight: 600;
}
.podo-20260920 .or::before,
.podo-20260920 .or::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var(--line);
}
.podo-20260920 .ok {
	display: none;
	text-align: center;
	padding: 20px 0;
}
.podo-20260920 .ok.show {
	display: block;
}
.podo-20260920 {
	/* ---------- нижня панель ---------- */
}
.podo-20260920 .sticky {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--ink);
	color: #fff;
	z-index: 88;
	padding: 12px 0;
	transform: translateY(110%);
	transition: transform 0.4s;
	border-top: 2px solid var(--pink);
}
.podo-20260920 .sticky.on {
	transform: none;
}
.podo-20260920 .sticky .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
.podo-20260920 .sticky-t {
	font-size: 14px;
	font-weight: 600;
}
.podo-20260920 .sticky-t b {
	color: var(--pink);
	white-space: nowrap;
}
.podo-20260920 .trust {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 26px;
}
.podo-20260920 .trust div {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	line-height: 1.45;
}
.podo-20260920 .trust i {
	flex: 0 0 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.22);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-style: normal;
	margin-top: 1px;
}
@media (max-width: 900px) {
	.podo-20260920 .hero-badges {
		grid-template-columns: 1fr 1fr;
	}
}
.podo-20260920 {
	/* ---------- адаптив ---------- */
}
@media (max-width: 980px) {
	.podo-20260920 nav {
		display: none;
	}
	.podo-20260920 .hero-g,
	.podo-20260920 .grid-2,
	.podo-20260920 .calc {
		grid-template-columns: 1fr;
	}
	.podo-20260920 .grid-3,
	.podo-20260920 .grid-4,
	.podo-20260920 .plans {
		grid-template-columns: 1fr 1fr;
	}
	.podo-20260920 .hero-float {
		left: auto;
		right: 14px;
		bottom: 14px;
		max-width: 200px;
	}
	.podo-20260920 .plan.mid {
		order: -1;
	}
}
@media (max-width: 640px) {
	.podo-20260920 .grid-3,
	.podo-20260920 .grid-4,
	.podo-20260920 .plans,
	.podo-20260920 .exp2 {
		grid-template-columns: 1fr !important;
	}
	.podo-20260920 .hd .btn {
		display: none;
	}
	.podo-20260920 .burger {
		display: block;
	}
	.podo-20260920 .cd-b {
		min-width: 58px;
	}
	.podo-20260920 .sticky .wrap {
		flex-direction: column;
		gap: 10px;
		text-align: center;
	}
	.podo-20260920 .sticky-t {
		font-size: 12.5px;
	}
	.podo-20260920 .deadline .wrap {
		flex-direction: column;
		text-align: center;
	}
}
.podo-20260920 {
	/* ---------- банер-герой ---------- */
}
.podo-20260920 .action-strip {
	padding: clamp(26px, 3vw, 42px) 0 clamp(34px, 4vw, 56px);
	background: #fff;
}
.podo-20260920 .strip {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: clamp(22px, 3vw, 52px);
	align-items: center;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: clamp(22px, 2.6vw, 34px);
}
.podo-20260920 .strip-note {
	font-size: 14px;
	margin-top: 14px;
	max-width: 62ch;
	color: var(--graphite);
}
.podo-20260920 .strip-note b {
	color: var(--ink);
}
@media (max-width: 900px) {
	.podo-20260920 .strip {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}
.podo-20260920 {
	/* ---------- програма: акордеон модулів ---------- */
}
.podo-20260920 .mods {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 clamp(24px, 3vw, 52px);
}
@media (max-width: 900px) {
	.podo-20260920 .mods {
		grid-template-columns: 1fr;
	}
}
.podo-20260920 .mod-acc .acc-h {
	gap: 14px;
	padding: 18px 0;
	font-size: 16px;
	font-weight: 600;
	align-items: flex-start;
}
.podo-20260920 .mod-acc .mnum {
	flex: none;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--pink-soft);
	color: var(--pink);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 700;
}
.podo-20260920 .mod-acc .mtitle {
	flex: 1;
	line-height: 1.35;
	padding-top: 6px;
}
.podo-20260920 .mod-acc.extra .mnum {
	background: var(--teal-soft);
	color: var(--teal);
}
.podo-20260920 .mod-acc .acc-b div {
	padding: 0 0 18px 48px;
}
.podo-20260920 .lessons {
	list-style: none;
	margin: 0;
}
.podo-20260920 .lessons li {
	font-size: 14px;
	line-height: 1.5;
	color: var(--graphite);
	padding: 5px 0 5px 16px;
	position: relative;
}
.podo-20260920 .lessons li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--pink);
}
.podo-20260920 .mod-acc .acc-h i {
	font-size: 30px;
	font-weight: 300;
}
.podo-20260920 .acc.mod-acc.open .acc-b {
	max-height: 420px;
}
.podo-20260920 {
	/* ---------- як влаштоване навчання ---------- */
}
.podo-20260920 .demo {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 14px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.podo-20260920 .demo-slot {
	flex: 1;
	min-height: 260px;
	background: var(--pink-soft);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border-bottom: 1px solid var(--line);
}
.podo-20260920 .demo-slot .pl {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--pink);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	padding-left: 5px;
}
.podo-20260920 .demo .cap {
	padding: clamp(22px, 2.4vw, 30px);
}
.podo-20260920 .flow {
	counter-reset: f;
	display: grid;
	gap: 12px;
}
.podo-20260920 .flow div {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	font-size: 14.5px;
	line-height: 1.5;
	color: var(--graphite);
}
.podo-20260920 .flow div b {
	flex: none;
	width: 26px;
	height: 26px;
	border-radius: 8px;
	background: var(--ink);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
}
.podo-20260920 {
	/* ---------- подарунок біля кнопок ---------- */
}
.podo-20260920 .gift-line {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	background: var(--teal-soft);
	border: 1px solid var(--teal);
	border-radius: 10px;
	padding: 14px 18px;
	margin-top: 16px;
	max-width: 70ch;
}
.podo-20260920 .gift-line .ic {
	flex: none;
	width: 26px;
	height: 26px;
	border-radius: 7px;
	background: var(--teal);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
}
.podo-20260920 .gift-line p {
	font-size: 15px;
	line-height: 1.5;
	color: var(--graphite);
	margin: 0;
}
.podo-20260920 .gift-line b {
	color: var(--ink);
	font-weight: 700;
}
.podo-20260920 {
	/* ---------- мінімалістичні кроки й факти ---------- */
}
.podo-20260920 .steps-min {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: clamp(22px, 2.4vw, 30px);
}
.podo-20260920 .sm-head {
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--muted);
	padding-bottom: 16px;
	border-bottom: 1px solid var(--line);
}
.podo-20260920 .steps-min ol {
	list-style: none;
	counter-reset: sm;
	margin-top: 6px;
}
.podo-20260920 .steps-min li {
	counter-increment: sm;
	display: flex;
	gap: 16px;
	align-items: baseline;
	padding: 14px 0;
	border-bottom: 1px solid var(--line);
	font-size: 15px;
	line-height: 1.45;
	color: var(--ink);
}
.podo-20260920 .steps-min li::before {
	content: counter(sm, decimal-leading-zero);
	font-size: 12px;
	font-weight: 700;
	color: var(--pink);
	flex: none;
	width: 22px;
	font-variant-numeric: tabular-nums;
}
.podo-20260920 .steps-min li:last-of-type {
	border-bottom: none;
}
.podo-20260920 .steps-min .note {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid var(--line);
}
.podo-20260920 .facts {
	margin-top: 14px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: clamp(18px, 2vw, 26px) clamp(22px, 2.4vw, 30px);
}
.podo-20260920 .facts div {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 18px;
	padding: 13px 0;
	border-bottom: 1px solid var(--line);
}
.podo-20260920 .facts div:last-child {
	border-bottom: none;
}
.podo-20260920 .facts dt {
	font-size: 14px;
	font-weight: 600;
	color: var(--graphite);
}
.podo-20260920 .facts dd {
	font-size: 14.5px;
	font-weight: 700;
	text-align: right;
}
.podo-20260920 {
	/* ---------- блок-цитата ---------- */
}
.podo-20260920 .quote-box {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: clamp(30px, 4vw, 58px);
	text-align: center;
	position: relative;
	margin-top: clamp(26px, 3vw, 44px);
}
.podo-20260920 .quote-box .qm {
	font-size: 64px;
	line-height: 0.7;
	color: var(--pink);
	font-weight: 700;
	height: 34px;
}
.podo-20260920 .quote-box h3 {
	font-size: clamp(21px, 2.6vw, 34px);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.25;
	max-width: 28ch;
	margin: 22px auto 0;
}
.podo-20260920 .quote-box p {
	margin: 16px auto 0;
	color: var(--graphite);
}
.podo-20260920 .quote-box .rule {
	width: 44px;
	height: 2px;
	background: var(--pink);
	margin: 26px auto 0;
}
.podo-20260920 {
	/* ---------- парні CTA ---------- */
}
.podo-20260920 .cta2 {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: clamp(26px, 3.2vw, 44px);
}
.podo-20260920 .cta2.c {
	justify-content: center;
}
.podo-20260920 .cta2 .col {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
}
.podo-20260920 .cta2.c .col {
	align-items: center;
}
.podo-20260920 .cta2 small {
	font-size: 12px;
	color: var(--muted);
	font-weight: 600;
}
.podo-20260920 .cta-note {
	flex-basis: 100%;
	font-size: 16px;
	color: var(--muted);
	font-weight: 500;
	margin-top: 2px;
}
.podo-20260920 .cta2.c .cta-note {
	text-align: center;
	margin: 0 auto;
}
.podo-20260920 .bg-ink .cta-note,
.podo-20260920 .on-pink .cta-note {
	color: rgba(255, 255, 255, 0.6);
}
.podo-20260920 {
	/* додатковий модуль у переліку */
}
.podo-20260920 .mod-tag {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 10.5px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--muted);
	border: 1px solid var(--line);
	padding: 5px 11px;
	border-radius: 6px;
	white-space: nowrap;
}
.podo-20260920 {
	/* відеовідгуки */
}
.podo-20260920 .vids {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(14px, 1.8vw, 26px);
}
.podo-20260920 .vid {
	background: #fff;
	border-radius: 14px;
	border: 1px dashed #d9d9d9;
	aspect-ratio: 9/14;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transition: 0.3s;
}
.podo-20260920 .vid:hover {
	border-color: var(--pink);
}
.podo-20260920 .vid .pl {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--pink);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	padding-left: 4px;
}
@media (max-width: 640px) {
	.podo-20260920 .vids {
		grid-template-columns: 1fr;
	}
}
.podo-20260920 {
	/* SEO-блок унизу */
}
.podo-20260920 .seo {
	padding-bottom: 0;
	background: none;
	border-top: 1px solid var(--line);
}
.podo-20260920 .bg-ink .cta2 small {
	color: rgba(255, 255, 255, 0.55);
}
.podo-20260920 .on-pink .cta2 small {
	color: rgba(255, 255, 255, 0.85);
}
.podo-20260920 {
	/* ---------- модулі ---------- */
}
.podo-20260920 .mod {
	display: flex;
	gap: 20px;
	padding: 22px 0;
	border-bottom: 1px solid var(--line);
	align-items: flex-start;
}
.podo-20260920 .mod:last-of-type {
	border-bottom: none;
}
.podo-20260920 .mod b {
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--pink-soft);
	color: var(--pink);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 700;
}
.podo-20260920 .mod h3 {
	font-size: clamp(17px, 1.5vw, 21px);
}
.podo-20260920 .mod p {
	font-size: 14.5px;
	margin-top: 6px;
}
.podo-20260920 .mod.bonus b {
	background: var(--teal);
	color: #fff;
}
.podo-20260920 .mod.bonus {
	background: var(--teal-soft);
	border: 1px solid var(--teal);
	border-radius: 18px;
	padding: 24px;
	margin-top: 20px;
}
.podo-20260920 {
	/* ---------- порівняння ---------- */
}
.podo-20260920 .cmp {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(14px, 2vw, 30px);
	align-items: start;
	margin-top: 26px;
}
.podo-20260920 .cmp .c {
	display: grid;
	grid-template-rows: auto auto;
	min-width: 0;
	text-align: center;
	gap: 12px;
}
.podo-20260920 .cmp .plot {
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: clamp(200px, 28vh, 300px);
	padding-top: clamp(30px, 4vw, 46px);
}
.podo-20260920 .cmp .bar {
	width: 100%;
	flex: 0 0 auto;
	position: relative;
	border-radius: 14px 14px 0 0;
	height: 0;
	transition: height 1.2s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.podo-20260920 .cmp .v {
	position: absolute;
	left: 0;
	bottom: calc(100% + 8px);
	width: 100%;
	font-size: clamp(16px, 2.2vw, 30px);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
	white-space: nowrap;
}
.podo-20260920 .cmp .l {
	font-size: 13px;
	font-weight: 600;
	color: var(--graphite);
	line-height: 1.4;
	min-width: 0;
	overflow-wrap: anywhere;
}
@media (max-width: 640px) {
	.podo-20260920 .cmp {
		gap: clamp(6px, 2vw, 12px);
	}
	.podo-20260920 .cmp .l {
		font-size: clamp(10px, 2vw, 13px);
	}
}
.podo-20260920 {
	/* podo-20260920: accessibility and external embeds */
}
.podo-20260920 .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
.podo-20260920 .exp > img {
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	-o-object-fit: cover;
	object-fit: cover;
}
.podo-20260920 .exp2 {
	display: grid;
	grid-template-columns: 240px 1fr;
}
.podo-20260920 .exp2 > img {
	height: 100%;
	aspect-ratio: auto;
	-o-object-fit: contain;
	object-fit: contain;
	background: #fcf2f8;
}
.podo-20260920 .youtube-embed {
	background: #111;
	overflow: hidden;
	position: relative;
}
.podo-20260920 .youtube-embed--wide {
	aspect-ratio: 16/9;
	min-height: 0;
	border-bottom: 1px solid var(--line);
}
.podo-20260920 .youtube-embed--short {
	aspect-ratio: 9/16;
}
.podo-20260920 .youtube-embed iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
.podo-20260920 .sendpulse-section {
	background: var(--pink-soft);
	scroll-margin-top: 24px;
}
.podo-20260920 .sendpulse-shell {
	max-width: 760px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: clamp(22px, 4vw, 44px);
}
.podo-20260920 .iti--separate-dial-code .iti__selected-flag,
.podo-20260920
	.iti--allow-dropdown
	.iti__flag-container:hover
	.iti__selected-flag {
	background-color: transparent !important;
}
.podo-20260920 .acc-h[aria-expanded="true"] i {
	transform: rotate(45deg);
}
.podo-20260920 {
	/* Theme isolation */
}
.podo-20260920 button {
	font: inherit;
	color: inherit;
	text-transform: none;
	box-shadow: none;
}
.podo-20260920 .cta2 .col {
	flex: 0 1 360px;
	width: 360px;
	max-width: 100%;
}
.podo-20260920 .cta2 .btn {
	width: 100%;
}
.podo-20260920 #sticky .btn {
	width: 300px;
	max-width: 100%;
}

.podo-20260920 .course-hero {
	padding: 0;
	background: linear-gradient(180deg, #fff 0%, #fdfcfd 100%);
	overflow: hidden;
}
.podo-20260920 .course-hero__top {
	position: relative;
	min-height: clamp(430px, 38vw, 540px);
	display: flex;
	align-items: center;
	isolation: isolate;
}
.podo-20260920 .course-hero__content {
	position: relative;
	z-index: 2;
	width: 62%;
	padding: clamp(42px, 5vw, 72px) clamp(24px, 3.5vw, 52px);
	background: linear-gradient(
		90deg,
		#fff 0%,
		#fff 72%,
		rgba(255, 255, 255, 0) 100%
	);
}
.podo-20260920 .course-hero__label {
	display: inline-flex;
	align-items: center;
	gap: 0.55em;
	margin-bottom: clamp(24px, 3vw, 38px);
	padding: 11px 20px 10px;
	border: 2px solid var(--pink);
	font-size: clamp(13px, 1.15vw, 17px);
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1;
	text-transform: uppercase;
}
.podo-20260920 .course-hero__label strong {
	color: var(--pink);
	font-weight: inherit;
}
.podo-20260920 .course-hero__title {
	max-width: 900px;
	font-size: clamp(44px, 5.1vw, 74px);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 0.98;
	color: #070809;
}
.podo-20260920 .course-hero__title span {
	color: var(--pink);
}
.podo-20260920 .course-hero__line {
	width: clamp(72px, 7vw, 112px);
	height: 5px;
	margin-top: clamp(24px, 3vw, 38px);
	border-radius: 999px;
	background: var(--pink);
}
.podo-20260920 .course-hero__image {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 54%;
	height: 100%;
	overflow: hidden;
	border-left: 40px solid rgba(76, 194, 191, 0.48);
	border-radius: 52% 0 0 52% / 58% 0 0 58%;
	background: var(--teal-soft);
}
.podo-20260920 .course-hero__image::before {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.62) 0%, transparent 16%),
		linear-gradient(
			0deg,
			rgba(255, 255, 255, 0.96) 0%,
			rgba(255, 255, 255, 0.7) 10%,
			transparent 30%
		);
	pointer-events: none;
}
.podo-20260920 .course-hero__image picture {
	display: block;
	width: 100%;
	height: 100%;
}
.podo-20260920 .course-hero__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 48% 0 0 48% / 58% 0 0 58%;
	border-left: 30px solid var(--pink);
}
.podo-20260920 .course-hero__teachers {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin-top: -30px;
	padding: 0 0 clamp(34px, 4vw, 56px);
}
.podo-20260920 .teacher {
	position: relative;
	min-width: 0;
	padding: 0 clamp(10px, 1.4vw, 20px);
}
.podo-20260920 .teacher + .teacher::before {
	content: "";
	position: absolute;
	left: 0;
	top: clamp(124px, 12vw, 168px);
	bottom: 0;
	width: 1px;
	background: var(--line);
}
.podo-20260920 .teacher__photo {
	width: min(100%, 178px);
	margin: 0 auto clamp(16px, 1.7vw, 24px);
	aspect-ratio: 1;
	border-radius: 50%;
	overflow: hidden;
	background: var(--pink-soft);
	box-shadow:
		0 0 0 4px #fff,
		0 0 0 7px rgba(226, 110, 170, 0.2);
}
.podo-20260920 .teacher:nth-child(3n + 2) .teacher__photo {
	box-shadow:
		0 0 0 4px #fff,
		0 0 0 7px rgba(76, 194, 191, 0.38);
}
.podo-20260920 .teacher:nth-child(3n) .teacher__photo {
	box-shadow:
		0 0 0 4px #fff,
		0 0 0 7px rgba(204, 174, 208, 0.55);
}
.podo-20260920 .teacher__photo img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.podo-20260920 .teacher__name {
	margin: 0 0 9px;
	font-size: clamp(17px, 1.55vw, 22px);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.08;
	color: #070809;
}
.podo-20260920 .teacher__position {
	margin: 0;
	font-size: clamp(12px, 1vw, 14px);
	line-height: 1.42;
	color: var(--graphite);
}

@media (max-width: 980px) {
	.podo-20260920 .course-hero__top {
		min-height: clamp(380px, 49vw, 470px);
	}
	.podo-20260920 .course-hero__content {
		width: 68%;
		padding: clamp(34px, 5vw, 52px) clamp(20px, 3vw, 34px);
		background: linear-gradient(
			90deg,
			#fff 0%,
			#fff 70%,
			rgba(255, 255, 255, 0) 100%
		);
	}
	.podo-20260920 .course-hero__image {
		width: 52%;
	}
	.podo-20260920 .course-hero__image img {
		-o-object-position: 54% center;
		object-position: 54% center;
	}
	.podo-20260920 .course-hero__title {
		font-size: clamp(38px, 6vw, 56px);
	}
	.podo-20260920 .course-hero__teachers {
		display: none;
		/*
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 34px 0;
		margin-top: -32px;
		*/
	}
	.podo-20260920 .teacher:nth-child(4)::before {
		display: none;
	}
}

@media (max-width: 640px) {
	.podo-20260920 .course-hero__top {
		min-height: clamp(320px, 92vw, 390px);
	}
	.podo-20260920 .course-hero__content {
		width: 78%;
		padding: 28px 0 32px;
		background: linear-gradient(
			90deg,
			#fff 0%,
			#fff 68%,
			rgba(255, 255, 255, 0.92) 80%,
			rgba(255, 255, 255, 0) 100%
		);
	}
	.podo-20260920 .course-hero__label {
		gap: 0.45em;
		margin-bottom: 24px;
		padding: 9px 12px 8px;
		font-size: clamp(10px, 3.3vw, 13px);
		letter-spacing: 0.09em;
	}
	.podo-20260920 .course-hero__title {
		font-size: clamp(30px, 8.8vw, 40px);
		line-height: 1.02;
	}
	.podo-20260920 .course-hero__image {
		top: 6%;
		width: 46%;
		height: 88%;
		border-left: 0;
		border-radius: 0;
	}
	.podo-20260920 .course-hero__image img {
		border-left: 0;
		border-radius: 0;
	}
	.podo-20260920 .course-hero__teachers {
		display: none;
		/*
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 0;
		margin-top: -30px;
		padding-bottom: 40px;
		*/
	}
	.podo-20260920 .teacher {
		padding: 0 9px;
		text-align: center;
	}
	.podo-20260920 .teacher + .teacher::before {
		display: none;
	}
	.podo-20260920 .teacher__photo {
		width: min(100%, 148px);
		margin-bottom: 16px;
	}
	.podo-20260920 .teacher__name {
		font-size: clamp(16px, 4.8vw, 19px);
	}
	.podo-20260920 .teacher__position {
		font-size: 12px;
	}
}
