/* OvdeJobs — Summer Intensive landing
   Shortcode: [ovde_summer_intensive]
*/

.ovde-si {
	--si-lime: #79f246;
	--si-lime-soft: #eaffd8;
	--si-black: #1c1c1d;
	--si-muted: #5b5b5b;
	--si-gray: #f2f2f2;
	--si-line: #e6e6e6;
	--si-white: #ffffff;
	--si-radius: 16px;
	--si-radius-pill: 999px;
	--si-max: 1120px;

	color: var(--si-black);
	font-family: inherit;
	font-size: 17px;
	line-height: 1.55;
	background: var(--si-white);
	overflow-x: clip;

	/* Full-bleed внутри контейнера темы / Elementor */
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.ovde-si > section {
	width: 100%;
}

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

.ovde-si__container {
	width: min(100% - 40px, var(--si-max));
	margin-inline: auto;
}

.ovde-si__h2 {
	margin: 0 0 1rem;
	font-size: clamp(1.75rem, 3.2vw, 2.5rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.ovde-si__h2--center {
	text-align: center;
}

.ovde-si__lead {
	margin: 0 0 2.5rem;
	max-width: 40rem;
	color: var(--si-black);
	font-size: 1.05rem;
}

.ovde-si__lead--center {
	margin-inline: auto;
	text-align: center;
}

.ovde-si__text {
	margin: 0 0 1.25rem;
	max-width: 42rem;
	color: var(--si-black);
}

.ovde-si__text--punch {
	max-width: 46rem;
	margin-top: 2rem;
	font-size: 1.125rem;
	color: var(--si-black);
}

.ovde-si__text--accent {
	max-width: 46rem;
	font-weight: 700;
	color: var(--si-black);
}

.ovde-si__eyebrow {
	margin: 0 0 0.75rem;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--si-black);
}

.ovde-si__list {
	margin: 0 0 1.25rem;
	padding: 0;
	list-style: none;
}

.ovde-si__list li {
	position: relative;
	padding-left: 1.15rem;
	margin-bottom: 0.65rem;
	color: var(--si-black);
}

.ovde-si__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--si-lime);
}

/* Buttons */
.ovde-si__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 52px;
	padding: 0.85rem 1.75rem;
	border-radius: var(--si-radius-pill);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.ovde-si__btn:hover {
	transform: translateY(-1px);
}

.ovde-si__btn--primary {
	background: var(--si-black);
	color: var(--si-white);
}

.ovde-si__btn--primary:hover {
	background: #000;
	color: var(--si-white);
}

.ovde-si__btn--dark {
	background: var(--si-black);
	color: var(--si-white);
}

.ovde-si__btn--dark:hover {
	background: #000;
	color: var(--si-white);
}

.ovde-si__btn--block {
	width: 100%;
}

.ovde-si__cta-hint {
	margin: 0.85rem 0 0;
	font-size: 0.9rem;
	color: var(--si-black);
}

.ovde-si__cta-hint--on-green {
	color: var(--si-black);
	opacity: 0.85;
}

/* ---------- Hero ---------- */
.ovde-si__hero {
	padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(3.5rem, 8vw, 6rem);
	background:
		radial-gradient(ellipse 70% 55% at 85% 35%, rgba(121, 242, 70, 0.18), transparent 60%),
		var(--si-white);
}

.ovde-si__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	grid-template-areas:
		"title visual"
		"copy visual";
	gap: clamp(1.25rem, 3vw, 2rem) clamp(2rem, 5vw, 4rem);
	align-items: center;
}

.ovde-si__hero-title {
	grid-area: title;
	margin: 0;
	font-size: clamp(2rem, 4.2vw, 3.15rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.03em;
	align-self: end;
}

.ovde-si__hero-copy {
	grid-area: copy;
	align-self: start;
}

.ovde-si__hero-lead {
	margin: 0 0 1.75rem;
	max-width: 34rem;
	color: var(--si-black);
	font-size: 1.05rem;
}

.ovde-si__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-bottom: 1rem;
}

.ovde-si__tag {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 0.95rem;
	border-radius: 10px;
	background: var(--si-lime);
	color: var(--si-black);
	font-size: 0.92rem;
	font-weight: 700;
}

.ovde-si__deadline {
	margin: 0 0 1.5rem;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ovde-si__hero-visual {
	grid-area: visual;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 320px;
}

.ovde-si__hero-logo {
	display: block;
	width: min(100%, 420px);
	height: auto;
	object-fit: contain;
}

/* ---------- Pain ---------- */
.ovde-si__pain {
	background: var(--si-gray);
	padding: clamp(4rem, 9vw, 7rem) 0;
}

.ovde-si__pain-title {
	margin: 0 0 2.5rem;
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.02em;
	text-align: center;
}

.ovde-si__pain-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	margin-bottom: 2.5rem;
}

.ovde-si__pain-grid--3 .ovde-si__pain-card:last-child {
	grid-column: 1 / -1;
	max-width: calc(50% - 0.625rem);
	margin-inline: auto;
	width: 100%;
}

.ovde-si__pain-card {
	padding: 1.75rem 1.5rem;
	border-radius: var(--si-radius);
	background: var(--si-white);
	box-shadow: 0 8px 28px rgba(28, 28, 29, 0.06);
}

.ovde-si__pain-card p {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	color: var(--si-black);
}

.ovde-si__pain-card .ovde-si__icon {
	margin-bottom: 1rem;
}

.ovde-si__pain-hook {
	margin: 0 0 1.75rem;
	font-size: clamp(2.5rem, 6vw, 4rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	text-align: center;
}

.ovde-si__pain-bridge {
	max-width: 42rem;
	margin-inline: auto;
	padding: 1.5rem 1.75rem;
	border-radius: var(--si-radius);
	background: var(--si-lime);
	text-align: center;
}

.ovde-si__pain-bridge p {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1.55;
	color: var(--si-black);
}

.ovde-si__pain-bridge strong {
	font-weight: 800;
}

/* ---------- Board / stats ---------- */
.ovde-si__board {
	padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.ovde-si__board-inner {
	text-align: center;
}

.ovde-si__board-inner .ovde-si__h2,
.ovde-si__board-inner .ovde-si__text,
.ovde-si__board-inner .ovde-si__text--punch,
.ovde-si__board-inner .ovde-si__text--accent {
	margin-inline: auto;
	text-align: center;
}

.ovde-si__stats {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 1.5rem;
	margin: 2.5rem 0 0;
	align-items: stretch;
}

.ovde-si__stat-hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	border-radius: var(--si-radius);
	background: var(--si-lime);
	min-height: 100%;
	text-align: center;
}

.ovde-si__stat-num {
	font-size: clamp(4.5rem, 10vw, 7rem);
	font-weight: 800;
	line-height: 0.9;
	letter-spacing: -0.04em;
}

.ovde-si__stat-label {
	margin-top: 1rem;
	font-size: 1.05rem;
	font-weight: 600;
	max-width: 16rem;
	line-height: 1.35;
	text-align: center;
}

.ovde-si__table-wrap {
	border: 1px solid var(--si-line);
	border-radius: var(--si-radius);
	overflow: hidden;
	background: var(--si-white);
	text-align: left;
}

.ovde-si__table-head,
.ovde-si__table-row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 1rem;
	padding: 0.95rem 1.25rem;
	align-items: center;
}

.ovde-si__table-head {
	background: var(--si-gray);
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--si-muted);
}

.ovde-si__table-head span:first-child,
.ovde-si__table-row span:first-child {
	text-align: left;
}

.ovde-si__table-head span:last-child,
.ovde-si__table-row span:last-child {
	text-align: right;
}

.ovde-si__table-row {
	border-top: 1px solid var(--si-line);
	font-size: 0.98rem;
}

.ovde-si__table-row span:last-child {
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	min-width: 3ch;
}

/* ---------- Format ---------- */
.ovde-si__format {
	padding: clamp(4rem, 8vw, 6rem) 0;
	background: var(--si-gray);
}

.ovde-si__format-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
	margin-bottom: 2rem;
}

.ovde-si__format-card {
	padding: 1.75rem 1.5rem;
	border-radius: var(--si-radius);
	background: var(--si-white);
	box-shadow: 0 8px 28px rgba(28, 28, 29, 0.06);
}

.ovde-si__format-card h3 {
	margin: 0 0 0.6rem;
	font-size: 1.15rem;
	font-weight: 800;
}

.ovde-si__format-card p {
	margin: 0;
	color: var(--si-black);
	font-size: 0.98rem;
}

.ovde-si__icon {
	display: inline-flex;
	width: 48px;
	height: 48px;
	margin-bottom: 1rem;
	color: var(--si-black);
}

.ovde-si__icon svg,
.ovde-si__icon img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.ovde-si__contrast {
	margin: 0 auto;
	max-width: 40rem;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.45;
}

/* ---------- Sprints ---------- */
.ovde-si__sprints {
	padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.ovde-si__sprint-list {
	display: grid;
	gap: 1.25rem;
	margin-top: 2.5rem;
}

.ovde-si__sprint {
	padding: 1.75rem 1.75rem 1.5rem;
	border-radius: var(--si-radius);
	border: 1px solid var(--si-line);
	background: var(--si-white);
	box-shadow: 0 10px 30px rgba(28, 28, 29, 0.05);
}

.ovde-si__sprint-head {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1rem;
}

.ovde-si__sprint-num {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--si-lime);
	font-weight: 800;
	font-size: 1.2rem;
	flex-shrink: 0;
}

.ovde-si__sprint-label {
	margin: 0;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--si-black);
}

.ovde-si__sprint h3 {
	margin: 0.15rem 0 0;
	font-size: 1.45rem;
	font-weight: 800;
}

.ovde-si__sprint-intro {
	margin: 0 0 1rem;
	font-weight: 600;
}

.ovde-si__sprint-out {
	margin: 0;
	padding-top: 0.85rem;
	border-top: 1px solid var(--si-line);
	font-size: 0.98rem;
}

/* ---------- Mid CTA (green band) ---------- */
.ovde-si__mid-cta {
	background: var(--si-lime);
	padding: clamp(4rem, 8vw, 6rem) 0;
}

.ovde-si__mid-cta-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 1.25rem;
}

.ovde-si__mid-cta .ovde-si__h2 {
	margin: 0;
	font-size: clamp(1.5rem, 2.8vw, 2rem);
	max-width: 36rem;
}

.ovde-si__mid-cta-meta {
	margin: 0;
	font-weight: 600;
	font-size: 1.05rem;
}

/* ---------- Fit ---------- */
.ovde-si__fit {
	padding: clamp(4rem, 8vw, 6rem) 0;
	background: var(--si-gray);
}

.ovde-si__fit-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: 1.25rem;
	margin-top: 2.5rem;
	align-items: stretch;
}

.ovde-si__fit-card {
	padding: 1.75rem;
	border-radius: var(--si-radius);
	background: var(--si-white);
}

.ovde-si__fit-card h3 {
	margin: 0 0 1rem;
	font-weight: 800;
}

.ovde-si__fit-card p {
	margin: 0 0 0.85rem;
	color: var(--si-black);
}

.ovde-si__fit-card--no {
	border-left: 4px solid #d0d0d0;
	padding: 1.35rem 1.5rem;
}

.ovde-si__fit-card--no h3 {
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--si-black);
	opacity: 0.85;
}

.ovde-si__fit-card--yes {
	border-left: 4px solid var(--si-lime);
	padding: 2rem 1.85rem;
	box-shadow: 0 12px 36px rgba(28, 28, 29, 0.08);
}

.ovde-si__fit-card--yes h3 {
	font-size: 1.45rem;
}

.ovde-si__fit-note {
	font-size: 0.95rem;
}

/* ---------- Offer ---------- */
.ovde-si__offer {
	padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.ovde-si__offer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
	gap: 2rem;
	align-items: start;
}

.ovde-si__checklist {
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
}

.ovde-si__checklist li {
	position: relative;
	padding: 0.85rem 0 0.85rem 2rem;
	border-bottom: 1px solid var(--si-line);
	color: var(--si-black);
}

.ovde-si__checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 1.15rem;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--si-lime);
	box-shadow: inset 0 0 0 3px var(--si-white), 0 0 0 1px var(--si-lime);
}

.ovde-si__price-card {
	padding: 2rem 1.75rem;
	border-radius: var(--si-radius);
	background: var(--si-black);
	color: var(--si-white);
	position: sticky;
	top: 1.5rem;
}

.ovde-si__price-label {
	margin: 0;
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	opacity: 0.7;
}

.ovde-si__price {
	margin: 0.35rem 0 1rem;
	font-size: clamp(3.5rem, 7vw, 4.5rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
	color: var(--si-lime);
}

.ovde-si__price-compare,
.ovde-si__price-scarce {
	margin: 0 0 1rem;
	font-size: 0.95rem;
	line-height: 1.45;
	opacity: 0.88;
}

.ovde-si__price-card .ovde-si__btn--primary {
	background: var(--si-lime);
	color: var(--si-black);
	margin-top: 0.5rem;
}

.ovde-si__price-card .ovde-si__btn--primary:hover {
	background: #8fff5a;
	color: var(--si-black);
}

.ovde-si__price-card .ovde-si__cta-hint {
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
}

/* ---------- FAQ ---------- */
.ovde-si__faq {
	padding: clamp(3.5rem, 7vw, 5.5rem) 0;
	background: var(--si-gray);
}

.ovde-si__faq-inner {
	max-width: 720px;
}

.ovde-si__faq-list {
	margin-top: 2rem;
	display: grid;
	gap: 0.65rem;
}

.ovde-si__faq-item {
	background: var(--si-white);
	border-radius: 12px;
	padding: 0 1.25rem;
	border: 1px solid var(--si-line);
}

.ovde-si__faq-item summary {
	cursor: pointer;
	list-style: none;
	padding: 1.1rem 1.75rem 1.1rem 0;
	font-weight: 700;
	position: relative;
}

.ovde-si__faq-item summary::-webkit-details-marker {
	display: none;
}

.ovde-si__faq-item summary::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.35rem;
	font-weight: 500;
	color: var(--si-muted);
}

.ovde-si__faq-item[open] summary::after {
	content: "−";
}

.ovde-si__faq-item p {
	margin: 0 0 1.15rem;
	color: var(--si-black);
	padding-right: 1.5rem;
}

/* ---------- Final ---------- */
.ovde-si__final {
	background: var(--si-lime);
	padding: clamp(4rem, 9vw, 6.5rem) 0;
}

.ovde-si__final-inner {
	max-width: 48rem;
	text-align: center;
}

.ovde-si__final-kicker {
	margin: 0 0 1rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.85rem;
}

.ovde-si__final-title {
	margin: 0 0 1.25rem;
	font-size: clamp(1.55rem, 3.2vw, 2.15rem);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.ovde-si__final-subtitle {
	margin: 0 0 1.25rem;
	font-size: clamp(1rem, 3.2vw, 1.55rem);
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -0.02em;
}


.ovde-si__final-deadline {
	margin: 0 0 1.75rem;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Reveal motion */
.ovde-si-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.55s ease, transform 0.55s ease;
}

.ovde-si-reveal.is-in {
	opacity: 1;
	transform: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
	.ovde-si__hero-grid {
		grid-template-columns: 1fr;
		grid-template-areas:
			"title"
			"visual"
			"copy";
		justify-items: center;
		text-align: center;
		gap: 1.25rem;
	}

	.ovde-si__hero-title {
		align-self: center;
	}

	.ovde-si__hero-copy {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.ovde-si__hero-lead {
		max-width: 34rem;
		margin-inline: auto;
	}

	.ovde-si__tags {
		justify-content: center;
	}

	.ovde-si__hero-visual {
		min-height: 0;
		margin: 0.25rem 0 0.5rem;
	}

	.ovde-si__hero-logo {
		width: min(42vw, 160px);
	}

	.ovde-si__stats,
	.ovde-si__format-grid,
	.ovde-si__pain-grid,
	.ovde-si__fit-grid,
	.ovde-si__offer-grid {
		grid-template-columns: 1fr;
	}

	.ovde-si__pain-grid--3 .ovde-si__pain-card:last-child {
		max-width: none;
	}

	.ovde-si__pain-card,
	.ovde-si__format-card {
		text-align: center;
	}

	.ovde-si__pain-card .ovde-si__icon,
	.ovde-si__format-card .ovde-si__icon {
		margin-inline: auto;
	}

	.ovde-si__offer .ovde-si__h2 {
		text-align: center;
	}

	.ovde-si__price-card {
		position: static;
	}
}

@media (max-width: 560px) {
	.ovde-si {
		font-size: 16px;
	}

	.ovde-si__container {
		width: min(100% - 28px, var(--si-max));
	}

	.ovde-si__sprint,
	.ovde-si__format-card,
	.ovde-si__pain-card,
	.ovde-si__fit-card {
		padding: 1.35rem;
	}

	.ovde-si__table-head,
	.ovde-si__table-row {
		padding: 0.8rem 1rem;
		font-size: 0.9rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ovde-si-reveal,
	.ovde-si__btn {
		animation: none !important;
		transition: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
}
