:root {
	--edebe-red: #e4231b;
	--edebe-red-dark: #bf1712;
	--edebe-coral: #ff6f61;
	--edebe-ink: #211f2b;
	--edebe-muted: #645f6b;
	--edebe-cream: #fff8f0;
	--edebe-paper: #fffdf9;
	--edebe-blue: #19b7b4;
	--edebe-yellow: #ffc536;
	--edebe-orange: #f39a18;
	--edebe-lime: #91bd1b;
	--edebe-violet: #7b3fa1;
	--edebe-navy: #17335e;
}

/* Mascotas educativas originales */
.edebe-cat__kit,
.edebe-cat__audiences,
.edebe-cat__coverage {
	position: relative;
	overflow: hidden;
}

.edebe-cat__mascot {
	position: absolute;
	z-index: 3;
	display: block;
	width: clamp(155px, 13vw, 250px);
	height: auto;
	pointer-events: none;
	user-select: none;
	filter: drop-shadow(0 18px 20px rgba(31, 29, 38, .16));
	transform-origin: 50% 88%;
	animation: edebe-mascot-float 5.4s ease-in-out infinite;
}

.edebe-cat__mascot--fox {
	left: clamp(520px, 38vw, 680px);
	bottom: -4px;
	animation-delay: -.6s;
}

.edebe-cat__mascot--dragon {
	top: clamp(150px, 17vw, 255px);
	right: clamp(-16px, .8vw, 18px);
	animation-delay: -2.2s;
}

.edebe-cat__mascot--owl {
	left: clamp(-16px, .6vw, 15px);
	bottom: 34px;
	animation-delay: -3.5s;
}

.edebe-cat__mascot--turtle {
	right: clamp(-16px, .8vw, 18px);
	bottom: 18px;
	animation-delay: -1.4s;
}

@keyframes edebe-mascot-float {
	0%, 100% { transform: translate3d(0, 0, 0) rotate(-1.5deg); }
	50% { transform: translate3d(0, -13px, 0) rotate(1.5deg); }
}

@media (max-width: 1100px) {
	.edebe-cat__mascot { width: 190px; }
	.edebe-cat__mascot--fox {
		right: 24px;
		bottom: 48px;
		left: auto;
		z-index: 4;
	}
	.edebe-cat__mascot--dragon { right: -12px; }
	.edebe-cat__mascot--owl { left: -12px; }
	.edebe-cat__mascot--turtle { right: -10px; }
}

@media (max-width: 820px) {
	.edebe-cat__mascot {
		z-index: 2;
		width: 122px;
		filter: drop-shadow(0 10px 12px rgba(31, 29, 38, .14));
	}
	.edebe-cat__mascot--fox {
		right: auto;
		bottom: 100px;
		left: 18px;
		z-index: 5;
	}
	.edebe-cat__mascot--dragon { top: 165px; right: -14px; }
	.edebe-cat__mascot--owl { left: -14px; bottom: 16px; }
	.edebe-cat__mascot--turtle { right: -12px; bottom: 8px; }
}

@media (max-width: 520px) {
	.edebe-cat__mascot { width: 98px; opacity: .96; }
	.edebe-cat__mascot--fox {
		bottom: 96px;
		left: 20px;
	}
	.edebe-cat__mascot--dragon { top: 138px; }
	.edebe-cat__mascot--owl { bottom: 4px; }
}

@media (prefers-reduced-motion: reduce) {
	.edebe-cat__mascot { animation: none; }
}

body.edebe-cat-page {
	margin: 0;
	overflow-x: clip;
}

body.edebe-cat-menu-open {
	overflow: hidden;
}

body.edebe-cat-page #fkcart-floating-toggler {
	display: none !important;
}

.edebe-cat,
.edebe-cat * {
	box-sizing: border-box;
}

.edebe-cat {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	color: var(--edebe-ink);
	font-family: "Red Hat Display", "Avenir Next", Avenir, system-ui, sans-serif;
	font-size: 17px;
	line-height: 1.6;
	overflow: clip;
}

.edebe-cat section[id] {
	scroll-margin-top: 100px;
}

.edebe-cat h1,
.edebe-cat h2,
.edebe-cat h3,
.edebe-cat p {
	margin-top: 0;
}

.edebe-cat h1,
.edebe-cat h2,
.edebe-cat h3 {
	font-family: "Baloo Bhai 2", "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
	letter-spacing: -0.025em;
	line-height: 1.04;
}

.edebe-cat h1 {
	margin-bottom: 22px;
	color: #fff;
	font-size: clamp(3.1rem, 6.4vw, 6.65rem);
	font-weight: 800;
	text-wrap: balance;
}

.edebe-cat h2 {
	margin-bottom: 22px;
	font-size: clamp(2.35rem, 4.4vw, 4.7rem);
	font-weight: 800;
	text-wrap: balance;
}

.edebe-cat h3 {
	font-size: 1.58rem;
	font-weight: 800;
}

.edebe-cat a,
.edebe-cat button {
	-webkit-tap-highlight-color: transparent;
}

.edebe-cat a:focus-visible,
.edebe-cat button:focus-visible {
	outline: 3px solid var(--edebe-yellow);
	outline-offset: 4px;
}

.edebe-cat__container {
	position: relative;
	z-index: 2;
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

/* Encabezado propio de la landing */
.edebe-cat__site-header {
	position: sticky;
	top: 0;
	z-index: 900;
	width: 100%;
	height: 82px;
	background: rgba(255, 255, 255, .94);
	border-bottom: 1px solid rgba(33, 31, 43, .08);
	box-shadow: 0 8px 28px rgba(33, 31, 43, .08);
	backdrop-filter: blur(18px) saturate(150%);
}

body.admin-bar .edebe-cat__site-header {
	top: 32px;
}

.edebe-cat__site-header-inner {
	display: flex;
	height: 100%;
	gap: 28px;
	align-items: center;
	justify-content: space-between;
}

.edebe-cat__brand {
	position: relative;
	display: flex;
	width: 150px !important;
	min-width: 150px;
	max-width: 150px !important;
	padding-right: 22px;
	flex: 0 0 150px;
	align-items: center;
	text-decoration: none !important;
}

.edebe-cat__brand::after {
	position: absolute;
	top: 4px;
	right: 0;
	width: 1px;
	height: 40px;
	background: rgba(33, 31, 43, .12);
	content: "";
}

.edebe-cat__brand img {
	display: block !important;
	width: 125px !important;
	height: auto !important;
	max-width: 125px !important;
	max-height: 52px !important;
	object-fit: contain;
}

.edebe-cat__navigation {
	display: flex;
	gap: clamp(13px, 1.45vw, 24px);
	align-items: center;
}

.edebe-cat__navigation > a {
	position: relative;
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	color: var(--edebe-ink) !important;
	font-size: clamp(.74rem, .86vw, .9rem);
	font-weight: 750;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
}

.edebe-cat__navigation > a:not(.edebe-cat__main-site-link)::after {
	position: absolute;
	right: 50%;
	bottom: 3px;
	left: 50%;
	height: 3px;
	background: var(--edebe-red);
	border-radius: 99px;
	content: "";
	transition: right .22s ease, left .22s ease;
}

.edebe-cat__navigation > a:not(.edebe-cat__main-site-link):hover::after,
.edebe-cat__navigation > a:not(.edebe-cat__main-site-link):focus-visible::after {
	right: 0;
	left: 0;
}

.edebe-cat__navigation .edebe-cat__main-site-link {
	min-height: 46px;
	padding: 10px 17px;
	gap: 8px;
	background: var(--edebe-red);
	border: 2px solid var(--edebe-red);
	border-radius: 999px;
	color: #fff !important;
	box-shadow: 0 10px 24px rgba(228, 35, 27, .2);
	transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.edebe-cat__navigation .edebe-cat__main-site-link:hover {
	background: var(--edebe-red-dark);
	box-shadow: 0 13px 28px rgba(228, 35, 27, .28);
	transform: translateY(-2px);
}

.edebe-cat__main-site-link span {
	font-size: 1rem;
}

.edebe-cat__menu-toggle {
	display: none !important;
	min-width: 48px;
	min-height: 48px;
	padding: 7px;
	align-items: center;
	justify-content: center;
	background: #fff !important;
	border: 1px solid rgba(33, 31, 43, .12) !important;
	border-radius: 14px !important;
	color: var(--edebe-ink) !important;
	box-shadow: 0 8px 20px rgba(33, 31, 43, .09);
	cursor: pointer;
}

.edebe-cat__menu-toggle-lines {
	display: grid;
	width: 24px;
	gap: 5px;
}

.edebe-cat__menu-toggle-lines i {
	display: block;
	width: 100%;
	height: 2px;
	background: currentColor;
	border-radius: 99px;
	transition: transform .22s ease, opacity .22s ease;
}

.edebe-cat__menu-toggle-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.edebe-cat.is-menu-open .edebe-cat__menu-toggle-lines i:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.edebe-cat.is-menu-open .edebe-cat__menu-toggle-lines i:nth-child(2) {
	opacity: 0;
}

.edebe-cat.is-menu-open .edebe-cat__menu-toggle-lines i:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.edebe-cat__hero {
	position: relative;
	min-height: min(820px, 90vh);
	padding: clamp(82px, 9vw, 135px) 0 90px;
	background:
		radial-gradient(circle at 74% 42%, rgba(255, 255, 255, .22), transparent 27%),
		linear-gradient(125deg, #ef281e 0%, var(--edebe-red) 52%, #d81712 100%);
}

.edebe-cat__hero::after {
	position: absolute;
	right: -5%;
	bottom: -28px;
	left: -5%;
	height: 70px;
	background: var(--edebe-paper);
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
	content: "";
}

.edebe-cat__spark {
	position: absolute;
	width: 430px;
	aspect-ratio: 1;
	background: rgba(255, 255, 255, .11);
	clip-path: polygon(50% 0%, 57% 35%, 78% 8%, 68% 40%, 100% 25%, 72% 47%, 100% 54%, 68% 58%, 91% 84%, 61% 66%, 63% 100%, 53% 68%, 35% 96%, 43% 64%, 10% 78%, 38% 57%, 0% 47%, 39% 47%, 11% 20%, 44% 39%);
}

.edebe-cat__spark--one {
	top: 5%;
	right: -6%;
	transform: rotate(12deg);
}

.edebe-cat__spark--two {
	bottom: -20%;
	left: -13%;
	width: 540px;
	opacity: .55;
	transform: rotate(-16deg);
}

.edebe-cat__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
	gap: clamp(50px, 6vw, 100px);
	align-items: center;
}

.edebe-cat__eyebrow {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 22px;
	color: #fff;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.edebe-cat__eyebrow::before {
	width: 34px;
	height: 3px;
	background: currentColor;
	border-radius: 99px;
	content: "";
}

.edebe-cat__eyebrow--red {
	color: var(--edebe-red);
}

.edebe-cat__lead {
	max-width: 650px;
	margin-bottom: 32px;
	color: rgba(255, 255, 255, .9);
	font-size: clamp(1.12rem, 1.65vw, 1.38rem);
	line-height: 1.55;
}

.edebe-cat__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 34px;
}

.edebe-cat__button {
	display: inline-flex;
	min-height: 54px;
	padding: 14px 24px;
	align-items: center;
	justify-content: center;
	border: 2px solid transparent;
	border-radius: 999px;
	font-size: .96rem;
	font-weight: 800;
	line-height: 1.15;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.edebe-cat__button:hover {
	transform: translateY(-3px);
}

.edebe-cat__button--light {
	background: #fff;
	color: var(--edebe-red) !important;
	box-shadow: 0 12px 30px rgba(115, 8, 5, .2);
}

.edebe-cat__button--ghost {
	border-color: rgba(255, 255, 255, .55);
	color: #fff !important;
}

.edebe-cat__button--ghost:hover {
	background: rgba(255, 255, 255, .12);
}

.edebe-cat__hero-proof {
	display: flex;
	gap: 13px;
	align-items: center;
	color: #fff;
	font-size: .92rem;
	font-weight: 700;
}

.edebe-cat__hero-proof span {
	display: inline-flex;
	gap: 8px;
	align-items: center;
}

.edebe-cat__hero-proof b {
	display: grid;
	width: 34px;
	aspect-ratio: 1;
	place-items: center;
	background: rgba(255, 255, 255, .17);
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 50%;
	font-size: 1.05rem;
}

.edebe-cat__hero-proof i {
	font-size: 1.35rem;
	font-style: normal;
}

.edebe-cat__kit-visual {
	position: relative;
	min-height: 540px;
	perspective: 1000px;
}

.edebe-cat__visual-orbit {
	position: absolute;
	top: 52%;
	left: 50%;
	width: 480px;
	height: 260px;
	border: 2px dashed rgba(255, 255, 255, .3);
	border-radius: 50%;
	transform: translate(-50%, -50%) rotate(-9deg);
}

.edebe-cat__visual-book,
.edebe-cat__visual-notebook,
.edebe-cat__visual-tablet,
.edebe-cat__visual-offline {
	position: absolute;
	box-shadow: 0 30px 50px rgba(90, 5, 3, .28);
}

.edebe-cat__visual-book {
	top: 35px;
	left: 15%;
	z-index: 4;
	width: 230px;
	height: 330px;
	padding: 35px 28px;
	background: linear-gradient(140deg, #fffdf8, #ffece1);
	border-radius: 10px 18px 18px 10px;
	color: var(--edebe-red);
	transform: rotate(-7deg);
}

.edebe-cat__visual-book::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 13px;
	width: 4px;
	background: rgba(228, 35, 27, .15);
	content: "";
}

.edebe-cat__visual-book::after {
	position: absolute;
	right: -9px;
	bottom: 35px;
	width: 50px;
	height: 100px;
	background: var(--edebe-yellow);
	clip-path: polygon(50% 0, 60% 36%, 90% 12%, 68% 44%, 100% 52%, 69% 57%, 88% 89%, 58% 65%, 50% 100%, 43% 65%, 10% 88%, 33% 57%, 0 50%, 33% 44%, 10% 12%, 41% 36%);
	content: "";
}

.edebe-cat__visual-brand {
	display: block;
	margin-bottom: 62px;
	font-size: 1.45rem;
	font-weight: 900;
}

.edebe-cat__visual-book strong {
	display: block;
	font-family: "Baloo Bhai 2", sans-serif;
	font-size: 2.15rem;
	line-height: .92;
}

.edebe-cat__visual-book small {
	display: block;
	margin-top: 20px;
	color: var(--edebe-ink);
	font-size: .7rem;
	font-weight: 800;
}

.edebe-cat__visual-notebook {
	top: 120px;
	right: 4%;
	z-index: 3;
	width: 210px;
	height: 285px;
	padding: 45px 28px 20px 38px;
	background: repeating-linear-gradient(#fff 0 23px, #d9edf1 24px 25px);
	border-radius: 8px 16px 16px 8px;
	color: var(--edebe-ink);
	transform: rotate(8deg);
}

.edebe-cat__visual-notebook::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 23px;
	width: 2px;
	background: #ffc3c0;
	content: "";
}

.edebe-cat__visual-notebook span {
	position: absolute;
	top: 13px;
	bottom: 13px;
	left: -5px;
	width: 12px;
	background: repeating-linear-gradient(180deg, #282631 0 7px, transparent 7px 18px);
}

.edebe-cat__visual-notebook strong {
	display: block;
	margin-top: 90px;
	font-family: "Baloo Bhai 2", sans-serif;
	font-size: 1.55rem;
	line-height: 1;
}

.edebe-cat__visual-tablet {
	right: 3%;
	bottom: 22px;
	z-index: 5;
	display: flex;
	width: 245px;
	height: 160px;
	padding: 20px;
	align-items: center;
	justify-content: center;
	background: #24212c;
	border: 7px solid #faf8f4;
	border-radius: 20px;
	color: #fff;
	transform: rotate(-5deg);
}

.edebe-cat__visual-tablet::before {
	position: absolute;
	inset: 7px;
	background: linear-gradient(135deg, var(--edebe-blue), #2d9bb1);
	border-radius: 10px;
	content: "";
}

.edebe-cat__visual-tablet strong,
.edebe-cat__play {
	position: relative;
	z-index: 1;
}

.edebe-cat__play {
	display: grid;
	width: 40px;
	aspect-ratio: 1;
	margin-right: 10px;
	place-items: center;
	background: #fff;
	border-radius: 50%;
	color: var(--edebe-blue);
	font-size: .8rem;
}

.edebe-cat__visual-tablet strong {
	font-size: .92rem;
}

.edebe-cat__visual-offline {
	bottom: 22px;
	left: 4%;
	z-index: 6;
	display: grid;
	width: 190px;
	min-height: 135px;
	padding: 22px;
	grid-template-columns: 42px 1fr;
	align-items: center;
	background: var(--edebe-yellow);
	border-radius: 24px;
	color: var(--edebe-ink);
	transform: rotate(4deg);
}

.edebe-cat__visual-offline > span {
	display: grid;
	width: 36px;
	aspect-ratio: 1;
	place-items: center;
	background: #fff;
	border-radius: 50%;
	font-size: 1.2rem;
	font-weight: 900;
}

.edebe-cat__visual-offline strong {
	font-size: .9rem;
	line-height: 1.1;
}

.edebe-cat__visual-offline small {
	grid-column: 1 / -1;
	font-size: .64rem;
	font-weight: 700;
}

.edebe-cat__visual-badge {
	position: absolute;
	top: 12px;
	right: 2%;
	z-index: 7;
	padding: 8px 14px;
	background: var(--edebe-ink);
	border-radius: 999px;
	color: #fff;
	font-size: .72rem;
	font-weight: 800;
	transform: rotate(5deg);
}

/* Hero v2: campaña escolar luminosa con capas tecnológicas */
.edebe-cat__hero {
	min-height: 790px;
	height: 790px;
	padding: 38px 0 82px;
	background: #f8f7f3;
}

.edebe-cat__hero::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .92) 29%, rgba(255, 255, 255, .52) 41%, rgba(255, 255, 255, .08) 55%, rgba(255, 255, 255, 0) 68%);
	content: "";
}

.edebe-cat__hero::after {
	right: 0;
	bottom: -1px;
	left: 0;
	z-index: 3;
	height: 34px;
	background: var(--edebe-red);
	border-radius: 0;
	clip-path: polygon(0 55%, 18% 83%, 38% 60%, 58% 82%, 78% 54%, 100% 77%, 100% 100%, 0 100%);
}

.edebe-cat__hero-media {
	position: absolute;
	inset: -18px;
	background: url('../images/hero-cuadernos-a-tope-v2.png') center center / cover no-repeat;
	animation: edebe-hero-drift 16s ease-in-out infinite alternate;
	filter: saturate(1.08) contrast(1.035);
	transform-origin: 68% 50%;
}

.edebe-cat__hero-grid {
	height: 100%;
	grid-template-columns: minmax(0, 660px) 1fr;
	gap: 0;
}

.edebe-cat__hero-copy {
	z-index: 4;
	align-self: center;
}

.edebe-cat__hero h1 {
	max-width: 650px;
	margin-bottom: 2px;
	color: var(--edebe-red);
	font-size: clamp(3.05rem, 3.85vw, 3.9rem);
	line-height: .92;
	text-shadow: 0 3px 0 rgba(255, 255, 255, .7);
}

.edebe-cat__hero h1.edebe-cat__hero-title--four {
	display: flex;
	gap: clamp(12px, 1.25vw, 20px);
	align-items: center;
	max-width: 660px;
	margin: 6px 0 8px;
	line-height: .84;
}

.edebe-cat__hero-four {
	position: relative;
	z-index: 1;
	display: grid;
	flex: 0 0 auto;
	width: 106px;
	height: 106px;
	padding-top: 7px;
	place-items: center;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .2), transparent 38%),
		linear-gradient(145deg, #ff5349 0%, var(--edebe-red) 56%, #bd1712 100%);
	border: 3px solid rgba(255, 255, 255, .92);
	border-radius: 32px;
	color: #fff;
	font-size: 6.25rem;
	font-style: normal;
	font-weight: 900;
	letter-spacing: -.06em;
	line-height: .8;
	text-shadow: 0 5px 0 rgba(139, 12, 8, .2);
	box-shadow: 0 18px 38px rgba(190, 20, 14, .28), inset 0 -10px 22px rgba(142, 10, 7, .16);
	animation: edebe-four-float 4.8s ease-in-out infinite;
}

.edebe-cat__hero-four::before {
	position: absolute;
	inset: -10px;
	z-index: -1;
	border: 2px dashed rgba(90, 197, 216, .82);
	border-radius: 42px;
	content: "";
	animation: edebe-four-orbit 11s linear infinite;
}

.edebe-cat__hero-four::after {
	position: absolute;
	top: -9px;
	right: -9px;
	width: 15px;
	height: 15px;
	background: var(--edebe-yellow);
	border: 4px solid #fff;
	border-radius: 50%;
	box-shadow: 0 5px 16px rgba(255, 173, 28, .42);
	content: "";
	animation: edebe-four-pulse 2.2s ease-in-out infinite;
}

.edebe-cat__hero-four i {
	position: absolute;
	top: 12px;
	left: 15px;
	width: 28px;
	height: 9px;
	background: rgba(255, 255, 255, .48);
	border-radius: 99px;
	transform: rotate(-28deg);
}

.edebe-cat__hero-title-copy {
	display: block;
	max-width: 470px;
	font-size: clamp(2.35rem, 3.1vw, 3.2rem);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: .9;
}

.edebe-cat__hero-title-copy em {
	display: inline;
	color: var(--edebe-red-dark);
	font-style: normal;
}

@keyframes edebe-four-float {
	0%, 100% { transform: translateY(0) rotate(-2deg); }
	50% { transform: translateY(-7px) rotate(1.5deg); }
}

@keyframes edebe-four-orbit {
	to { transform: rotate(360deg); }
}

@keyframes edebe-four-pulse {
	0%, 100% { transform: scale(.85); opacity: .72; }
	50% { transform: scale(1.15); opacity: 1; }
}

.edebe-cat__hero-product-row {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
	margin: 5px 0 8px 44px;
}

.edebe-cat__hero-products {
	position: relative;
	z-index: 2;
	flex: 0 0 auto;
	width: 408px;
	height: 232px;
	margin: 0;
	pointer-events: none;
	filter: drop-shadow(0 16px 18px rgba(30, 27, 37, .18));
	animation: edebe-products-float 5.5s ease-in-out infinite;
}

.edebe-cat__hero-products img {
	display: block !important;
	height: auto !important;
	max-width: none !important;
}

.edebe-cat__hero-books {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 288px !important;
}

.edebe-cat__hero-notebook {
	position: absolute;
	bottom: 8px;
	right: -18px;
	z-index: 3;
	width: 140px !important;
	filter: drop-shadow(0 15px 18px rgba(87, 13, 10, .24));
	transform: rotate(3deg);
}

.edebe-cat__hero .edebe-cat__eyebrow {
	margin-bottom: 8px;
	color: var(--edebe-red);
}

.edebe-cat__hero .edebe-cat__lead {
	max-width: 565px;
	margin-bottom: 24px;
	color: #504b55;
	font-size: .84rem;
	font-weight: 550;
	line-height: 1.5;
}

.edebe-cat__hero .edebe-cat__actions {
	column-gap: 12px;
	row-gap: 18px;
	margin: 8px 0 24px;
}

@media (min-width: 821px) {
	.edebe-cat__hero .edebe-cat__button {
		min-height: 56px;
		padding: 15px 17px;
		font-size: .84rem;
	}
}

.edebe-cat__button--red {
	background: var(--edebe-red);
	color: #fff !important;
	box-shadow: 0 12px 30px rgba(228, 35, 27, .24);
}

.edebe-cat__button--red:hover {
	background: var(--edebe-red-dark);
}

.edebe-cat__button--outline {
	border-color: rgba(228, 35, 27, .42);
	background: rgba(255, 255, 255, .58);
	color: var(--edebe-red) !important;
	backdrop-filter: blur(8px);
}

.edebe-cat__button--outline:hover {
	background: #fff;
}

.edebe-cat__button--whatsapp {
	gap: 9px;
	background: #119b72 !important;
	border-color: transparent !important;
	color: #fff !important;
	box-shadow: 0 12px 30px rgba(10, 108, 79, .24) !important;
}

.edebe-cat__button--whatsapp:hover {
	background: #087e5c !important;
	border-color: transparent !important;
	color: #fff !important;
	box-shadow: 0 16px 34px rgba(10, 108, 79, .3) !important;
	transform: translateY(-3px);
}

.edebe-cat__button--whatsapp svg {
	width: 25px;
	height: 25px;
	flex: 0 0 25px;
	fill: none !important;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	shape-rendering: geometricPrecision;
	vector-effect: non-scaling-stroke;
	transition: transform .22s ease;
}

.edebe-cat__button--whatsapp:hover svg {
	fill: none !important;
	transform: scale(1.04);
}

.edebe-cat__button--whatsapp svg path {
	vector-effect: non-scaling-stroke;
}

.edebe-cat__hero .edebe-cat__hero-proof {
	flex: 0 0 auto;
	flex-direction: row;
	gap: 13px;
	align-items: center;
	color: var(--edebe-ink);
	font-size: .82rem;
	margin-bottom: 15px;
}

.edebe-cat__hero .edebe-cat__hero-proof b {
	position: relative;
	z-index: 1;
	width: 34px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .2), transparent 40%),
		linear-gradient(145deg, #ff5349 0%, var(--edebe-red) 58%, #bd1712 100%);
	border: 2px solid #fff;
	border-radius: 12px;
	color: #fff;
	font-size: 1.05rem;
	line-height: 1;
	text-shadow: 0 2px 0 rgba(139, 12, 8, .18);
	box-shadow: 0 8px 18px rgba(190, 20, 14, .24), inset 0 -4px 8px rgba(142, 10, 7, .12);
	animation: edebe-proof-float 4.2s ease-in-out infinite;
}

.edebe-cat__hero .edebe-cat__hero-proof b::before {
	position: absolute;
	inset: -5px;
	z-index: -1;
	border: 1px dashed rgba(90, 197, 216, .8);
	border-radius: 16px;
	content: "";
}

.edebe-cat__hero .edebe-cat__hero-proof b::after {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 7px;
	height: 7px;
	background: var(--edebe-yellow);
	border: 2px solid #fff;
	border-radius: 50%;
	content: "";
}

.edebe-cat__hero .edebe-cat__hero-proof span:nth-of-type(2) b {
	animation-delay: -.8s;
}

@keyframes edebe-proof-float {
	0%, 100% { transform: translateY(0) rotate(-2deg); }
	50% { transform: translateY(-3px) rotate(1deg); }
}

.edebe-cat__hero .edebe-cat__hero-proof i {
	margin-left: 0;
	line-height: .7;
}

.edebe-cat__hero-tech {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}

.edebe-cat__tech-line {
	position: absolute;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(53, 194, 218, .7), transparent);
	filter: drop-shadow(0 0 7px rgba(53, 194, 218, .7));
	transform-origin: left center;
}

.edebe-cat__tech-line--one {
	top: 27%;
	right: 7%;
	width: 36%;
	transform: rotate(-8deg);
}

.edebe-cat__tech-line--two {
	right: 3%;
	bottom: 26%;
	width: 30%;
	transform: rotate(7deg);
}

.edebe-cat__tech-node {
	position: absolute;
	width: 10px;
	aspect-ratio: 1;
	background: #fff;
	border: 3px solid var(--edebe-blue);
	border-radius: 50%;
	box-shadow: 0 0 0 7px rgba(90, 197, 216, .12), 0 0 20px rgba(38, 150, 170, .65);
	animation: edebe-node-pulse 2.4s ease-in-out infinite;
}

.edebe-cat__tech-node--one { top: 24%; right: 32%; }
.edebe-cat__tech-node--two { right: 14%; bottom: 23%; animation-delay: -.8s; }
.edebe-cat__tech-node--three { top: 44%; right: 4%; border-color: var(--edebe-yellow); animation-delay: -1.5s; }

.edebe-cat__tech-ring {
	position: absolute;
	top: 12%;
	right: 3%;
	width: 120px;
	aspect-ratio: 1;
	border: 1px dashed rgba(228, 35, 27, .45);
	border-radius: 50%;
	animation: edebe-ring-spin 18s linear infinite;
}

.edebe-cat__tech-ring::before,
.edebe-cat__tech-ring::after {
	position: absolute;
	width: 7px;
	aspect-ratio: 1;
	background: var(--edebe-red);
	border-radius: 50%;
	content: "";
}

.edebe-cat__tech-ring::before { top: 9px; left: 17px; }
.edebe-cat__tech-ring::after { right: 4px; bottom: 27px; background: var(--edebe-yellow); }

@keyframes edebe-hero-drift {
	0% { transform: scale(1.015) translate3d(-4px, 0, 0); }
	100% { transform: scale(1.055) translate3d(7px, -3px, 0); }
}

@keyframes edebe-products-float {
	0%, 100% { transform: translateY(0) rotate(-1deg); }
	50% { transform: translateY(-7px) rotate(.5deg); }
}

@keyframes edebe-node-pulse {
	0%, 100% { opacity: .65; transform: scale(.85); }
	50% { opacity: 1; transform: scale(1.18); }
}

@keyframes edebe-ring-spin {
	to { transform: rotate(360deg); }
}

.edebe-cat__hero-flight {
	position: absolute;
	top: 42px;
	right: 35px;
	z-index: 2;
	width: 300px;
	height: 150px;
	pointer-events: none;
}

.edebe-cat__flight-path {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: rgba(228, 35, 27, .48);
	stroke-dasharray: 7 11;
	stroke-linecap: round;
	stroke-width: 2;
	animation: edebe-flight-dash 7s linear infinite;
}

.edebe-cat__paper-plane {
	position: absolute;
	top: -5px;
	right: -3px;
	display: block;
	width: 64px;
	filter: drop-shadow(0 8px 10px rgba(228, 35, 27, .18));
	animation: edebe-plane-float 4.5s ease-in-out infinite;
}

.edebe-cat__paper-plane svg {
	display: block;
	width: 100%;
	height: auto;
	fill: rgba(255, 255, 255, .82);
	stroke: var(--edebe-red);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.4;
}

@keyframes edebe-flight-dash {
	to { stroke-dashoffset: -72; }
}

@keyframes edebe-plane-float {
	0%, 100% { transform: translate3d(0, 0, 0) rotate(-7deg); }
	45% { transform: translate3d(-13px, 9px, 0) rotate(1deg); }
	70% { transform: translate3d(-5px, 4px, 0) rotate(-3deg); }
}

/* Video destacado: primer contenido del body */
.edebe-cat__feature-video {
	position: relative;
	padding: clamp(75px, 8vw, 110px) 0;
	background:
		radial-gradient(circle at 12% 14%, rgba(228, 35, 27, .1), transparent 30%),
		radial-gradient(circle at 88% 82%, rgba(90, 197, 216, .15), transparent 32%),
		linear-gradient(180deg, #fff 0%, #fffaf7 100%);
	color: var(--edebe-ink);
	overflow: hidden;
}

.edebe-cat__feature-video::before {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(228, 35, 27, .13) 1px, transparent 1px);
	background-size: 28px 28px;
	mask-image: linear-gradient(90deg, #000, transparent 55%);
	content: "";
}

.edebe-cat__feature-grid {
	display: grid;
	grid-template-columns: minmax(280px, .72fr) minmax(520px, 1.28fr);
	gap: clamp(45px, 7vw, 90px);
	align-items: center;
}

.edebe-cat__feature-copy h2 {
	margin-bottom: 18px;
	color: var(--edebe-ink) !important;
	font-size: clamp(2.55rem, 4.2vw, 4.25rem);
}

.edebe-cat__feature-copy .edebe-cat__eyebrow {
	color: var(--edebe-red);
}

.edebe-cat__feature-copy > p:not(.edebe-cat__eyebrow) {
	color: var(--edebe-muted);
}

.edebe-cat__feature-tags {
	display: flex;
	margin-top: 28px;
	gap: 10px;
	flex-wrap: wrap;
}

.edebe-cat__feature-tags span {
	display: inline-flex;
	padding: 8px 12px;
	gap: 8px;
	align-items: center;
	background: rgba(255, 255, 255, .86);
	border: 1px solid rgba(31, 29, 38, .1);
	border-radius: 999px;
	box-shadow: 0 10px 26px rgba(31, 29, 38, .07);
	font-size: .72rem;
	font-weight: 750;
}

.edebe-cat__feature-tags i {
	width: 6px;
	aspect-ratio: 1;
	background: var(--edebe-blue);
	border-radius: 50%;
	box-shadow: 0 0 10px var(--edebe-blue);
}

.edebe-cat__feature-tags span:nth-child(2) i {
	background: var(--edebe-orange);
	box-shadow: 0 0 10px var(--edebe-orange);
}

.edebe-cat__feature-tags span:nth-child(3) i {
	background: var(--edebe-violet);
	box-shadow: 0 0 10px var(--edebe-violet);
}

.edebe-cat__feature-device {
	position: relative;
	padding: 3px;
	background: linear-gradient(120deg, var(--edebe-red) 0%, var(--edebe-red) 34%, var(--edebe-orange) 48%, var(--edebe-blue) 67%, var(--edebe-violet) 82%, var(--edebe-red) 100%);
	background-size: 300% 300%;
	border-radius: 23px;
	box-shadow: 0 28px 70px rgba(61, 45, 44, .16), 0 0 45px rgba(90, 197, 216, .12);
	overflow: hidden;
	animation: edebe-device-gradient 8s ease infinite;
}

.edebe-cat__device-bar {
	display: flex;
	height: 42px;
	padding: 0 15px;
	gap: 7px;
	align-items: center;
	background: rgba(255, 255, 255, .96);
	border-bottom: 1px solid rgba(31, 29, 38, .08);
	border-radius: 20px 20px 0 0;
}

.edebe-cat__device-bar span {
	width: 8px;
	aspect-ratio: 1;
	background: #ff6259;
	border-radius: 50%;
}

.edebe-cat__device-bar span:nth-child(2) { background: #ffc34b; }
.edebe-cat__device-bar span:nth-child(3) { background: #46c978; }

.edebe-cat__device-bar b {
	margin-left: auto;
	color: rgba(31, 29, 38, .55);
	font-size: .67rem;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.edebe-cat__feature-device video {
	display: block;
	width: 100%;
	aspect-ratio: var(--edebe-video-ratio, 16 / 9);
	max-height: min(68vh, 620px);
	background: #f6f2ef;
	border-radius: 0 0 20px 20px;
	object-fit: contain;
}

.edebe-cat__feature-glow {
	position: absolute;
	width: 320px;
	aspect-ratio: 1;
	background: var(--edebe-blue);
	border-radius: 50%;
	filter: blur(130px);
	opacity: .13;
	animation: edebe-glow-float 9s ease-in-out infinite alternate;
}

.edebe-cat__feature-glow--one { top: -120px; left: 30%; }
.edebe-cat__feature-glow--two { right: -120px; bottom: -180px; background: var(--edebe-red); animation-delay: -4s; }

@keyframes edebe-device-gradient {
	0%, 100% { background-position: 0 50%; }
	50% { background-position: 100% 50%; }
}

@keyframes edebe-glow-float {
	to { transform: translate3d(45px, 30px, 0) scale(1.15); }
}

.edebe-cat__manifesto {
	position: relative;
	padding: clamp(82px, 8vw, 118px) 0;
	background:
		radial-gradient(circle at 8% 16%, rgba(255, 111, 97, .15), transparent 28%),
		radial-gradient(circle at 88% 22%, rgba(25, 183, 180, .12), transparent 30%),
		linear-gradient(108deg, #fff2ea 0%, #fffaf4 52%, #f5fbf7 100%);
	border-top: 1px solid rgba(228, 35, 27, .06);
	overflow: hidden;
	isolation: isolate;
}

.edebe-cat__manifesto::before {
	position: absolute;
	top: 35px;
	right: 4%;
	z-index: -1;
	width: 130px;
	height: 78px;
	background-image: radial-gradient(circle, rgba(123, 63, 161, .28) 2px, transparent 2.5px);
	background-size: 18px 18px;
	content: "";
	opacity: .7;
}

.edebe-cat__manifesto::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 8px;
	background: linear-gradient(90deg, var(--edebe-red) 0 48%, var(--edebe-blue) 48% 67%, var(--edebe-orange) 67% 84%, var(--edebe-violet) 84% 100%);
	content: "";
}

.edebe-cat__manifesto-grid {
	display: grid;
	grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.35fr);
	gap: clamp(48px, 7vw, 105px);
	align-items: center;
}

.edebe-cat__manifesto p {
	margin-bottom: 0;
	color: var(--edebe-ink);
	font-family: "Baloo Bhai 2", "Arial Rounded MT Bold", sans-serif;
	font-size: clamp(2rem, 3.8vw, 3.55rem);
	font-weight: 800;
	line-height: 1.08;
	text-wrap: balance;
}

.edebe-cat__manifesto-grid > p::after {
	display: block;
	width: 210px;
	height: 9px;
	margin-top: 32px;
	background: linear-gradient(90deg, var(--edebe-red) 0 51%, var(--edebe-blue) 51% 70%, var(--edebe-orange) 70% 86%, var(--edebe-violet) 86% 100%);
	border-radius: 999px 999px 999px 3px;
	box-shadow: 0 13px 26px rgba(228, 35, 27, .14);
	content: "";
}

.edebe-cat__manifesto .edebe-cat__kicker {
	display: flex;
	gap: 15px;
	align-items: center;
	color: var(--edebe-red);
	font-family: "Red Hat Display", sans-serif;
	font-size: clamp(.82rem, 1.15vw, 1rem);
	font-weight: 900;
	letter-spacing: .14em;
	line-height: 1.2;
	text-transform: uppercase;
}

.edebe-cat__manifesto .edebe-cat__kicker::before {
	display: block;
	width: 52px;
	height: 4px;
	background: var(--edebe-red);
	border-radius: 999px;
	content: "";
}

.edebe-cat__manifesto-intro {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.edebe-cat__manifesto-notebook-stage {
	position: relative;
	display: grid;
	width: 345px;
	height: 300px;
	margin: 28px auto 0;
	place-items: center;
	isolation: isolate;
}

.edebe-cat__manifesto-notebook-stage::before {
	position: absolute;
	inset: 20px 10px 8px;
	z-index: -1;
	background:
		radial-gradient(circle at 38% 45%, rgba(255, 111, 97, .22), transparent 45%),
		radial-gradient(circle at 68% 55%, rgba(25, 183, 180, .18), transparent 50%),
		rgba(255, 255, 255, .38);
	border: 1px solid rgba(255, 255, 255, .78);
	border-radius: 44% 56% 49% 51% / 52% 43% 57% 48%;
	box-shadow: 0 30px 70px rgba(87, 43, 34, .1), inset 0 0 0 9px rgba(255, 255, 255, .22);
	content: "";
	animation: edebe-manifesto-orbit 13s linear infinite;
}

.edebe-cat__manifesto-notebook-stage::after {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 14px;
	height: 14px;
	background: var(--edebe-orange);
	border: 4px solid #fff;
	border-radius: 50%;
	box-shadow: -55px 35px 0 -2px var(--edebe-blue), -15px 218px 0 -3px var(--edebe-violet), 0 8px 20px rgba(255, 173, 28, .35);
	content: "";
	animation: edebe-four-pulse 2.2s ease-in-out infinite;
}

.edebe-cat__manifesto-notebook-stage img {
	position: absolute;
	display: block !important;
	height: auto !important;
	max-width: none !important;
}

.edebe-cat__manifesto-notebook--back {
	top: 42px;
	left: 34px;
	z-index: 1;
	width: 145px !important;
	filter: saturate(.86) brightness(.9) drop-shadow(0 18px 20px rgba(87, 13, 10, .18));
	animation: edebe-manifesto-notebook-back 5.4s ease-in-out infinite;
}

.edebe-cat__manifesto-notebook--front {
	top: 20px;
	right: 34px;
	z-index: 2;
	width: 168px !important;
	filter: drop-shadow(0 24px 24px rgba(87, 13, 10, .26));
	animation: edebe-manifesto-notebook-front 4.8s ease-in-out infinite;
}

@keyframes edebe-manifesto-notebook-back {
	0%, 100% { transform: translateY(7px) rotate(-11deg); }
	50% { transform: translateY(-4px) rotate(-7deg); }
}

@keyframes edebe-manifesto-notebook-front {
	0%, 100% { transform: translateY(4px) rotate(5deg); }
	50% { transform: translateY(-11px) rotate(1deg); }
}

@keyframes edebe-manifesto-orbit {
	to { transform: rotate(360deg); }
}

.edebe-cat__section {
	padding: clamp(80px, 10vw, 140px) 0;
}

.edebe-cat__section-head {
	max-width: 830px;
	margin: 0 auto 55px;
	text-align: center;
}

.edebe-cat__section-head::after {
	display: block;
	width: 150px;
	height: 7px;
	margin: 24px auto 0;
	background: linear-gradient(90deg, var(--edebe-red) 0 52%, var(--edebe-blue) 52% 70%, var(--edebe-orange) 70% 86%, var(--edebe-violet) 86% 100%);
	border-radius: 99px 14px 99px 18px;
	box-shadow: 0 7px 16px rgba(228, 35, 27, .13);
	content: "";
	transform: rotate(-1deg);
}

.edebe-cat__section-head > p:last-child {
	max-width: 700px;
	margin: 0 auto;
	color: var(--edebe-muted);
	font-size: 1.08rem;
}

.edebe-cat__section-head .edebe-cat__eyebrow {
	justify-content: center;
}

.edebe-cat__section-head--left {
	margin-inline: 0;
	text-align: left;
}

.edebe-cat__section-head--left::after {
	margin-left: 0;
}

.edebe-cat__section-head--left .edebe-cat__eyebrow {
	justify-content: flex-start;
}

.edebe-cat__kit {
	background: var(--edebe-paper);
}

.edebe-cat__kit-groups {
	display: grid;
	grid-template-columns: 1fr 52px 1fr;
	gap: 22px;
	align-items: center;
}

.edebe-cat__section-cta-wrap {
	display: flex;
	margin-top: 44px;
	justify-content: center;
}

.edebe-cat__section-cta {
	display: inline-flex;
	min-height: 58px;
	padding: 14px 18px 14px 27px;
	gap: 18px;
	align-items: center;
	justify-content: center;
	background: var(--edebe-red);
	border: 2px solid var(--edebe-red);
	border-radius: 999px;
	color: #fff !important;
	font-size: .95rem;
	font-weight: 850;
	text-decoration: none !important;
	box-shadow: 0 15px 32px rgba(228, 35, 27, .24);
	transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.edebe-cat__section-cta i {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	background: rgba(255, 255, 255, .18);
	border-radius: 50%;
	font-size: 1rem;
	font-style: normal;
	animation: edebe-cta-down 1.9s ease-in-out infinite;
}

.edebe-cat__section-cta:hover {
	background: var(--edebe-red-dark);
	color: #fff !important;
	box-shadow: 0 19px 38px rgba(228, 35, 27, .3);
	transform: translateY(-4px);
}

.edebe-cat__section-cta--light {
	background: #fff;
	border-color: #fff;
	color: var(--edebe-red) !important;
	box-shadow: 0 16px 36px rgba(99, 7, 4, .22);
}

.edebe-cat__section-cta--light i {
	background: rgba(228, 35, 27, .1);
}

.edebe-cat__section-cta--light:hover {
	background: #fff8f7;
	color: var(--edebe-red-dark) !important;
}

@keyframes edebe-cta-down {
	0%, 100% { transform: translateY(-2px); }
	50% { transform: translateY(3px); }
}

.edebe-cat__kit-group {
	position: relative;
	padding: 18px;
	border: 2px solid transparent;
	border-radius: 32px;
	box-shadow: 0 24px 55px rgba(40, 32, 42, .1);
	overflow: hidden;
}

.edebe-cat__kit-group--physical {
	background: linear-gradient(145deg, #fff7f1 0%, #ffe5dc 100%);
	border-color: #ffb2a4;
	box-shadow: 0 25px 60px rgba(228, 35, 27, .13);
}

.edebe-cat__kit-group--digital {
	background: linear-gradient(145deg, #f3fffd 0%, #d5f4f1 72%, #efe8f8 100%);
	border-color: #7edbd5;
	box-shadow: 0 25px 60px rgba(38, 150, 170, .14);
}

.edebe-cat__kit-group::before {
	position: absolute;
	top: -95px;
	right: -75px;
	width: 230px;
	aspect-ratio: 1;
	background: currentColor;
	border-radius: 50%;
	content: "";
	filter: blur(4px);
	opacity: .08;
}

.edebe-cat__kit-group::after {
	position: absolute;
	top: 28px;
	right: 28px;
	width: 76px;
	height: 22px;
	background: radial-gradient(circle, currentColor 2px, transparent 3px) 0 0 / 13px 13px;
	content: "";
	opacity: .2;
}

.edebe-cat__kit-group--physical { color: var(--edebe-red); }
.edebe-cat__kit-group--digital { color: #188fa4; }

.edebe-cat__group-label {
	position: relative;
	z-index: 2;
	display: flex;
	width: fit-content;
	min-height: 58px;
	padding: 8px 16px 8px 9px;
	gap: 10px;
	margin: 0 4px 17px;
	align-items: center;
	background: rgba(255, 255, 255, .78);
	border: 1px solid rgba(255, 255, 255, .9);
	border-radius: 18px;
	box-shadow: 0 9px 22px rgba(33, 31, 43, .08);
	backdrop-filter: blur(10px);
}

.edebe-cat__group-icon {
	display: grid;
	width: 40px;
	aspect-ratio: 1;
	place-items: center;
	border-radius: 13px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 900;
}

.edebe-cat__kit-group--physical .edebe-cat__group-icon { background: linear-gradient(145deg, var(--edebe-red), var(--edebe-coral)); }
.edebe-cat__kit-group--digital .edebe-cat__group-icon { background: linear-gradient(145deg, #188fa4, var(--edebe-blue)); }

.edebe-cat__group-label > span:last-child {
	display: flex;
	flex-direction: column;
	line-height: 1.12;
	color: var(--edebe-ink);
}

.edebe-cat__group-label strong {
	font-size: .78rem;
	font-weight: 950;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.edebe-cat__group-label small {
	margin-top: 4px;
	color: var(--edebe-muted);
	font-size: .64rem;
	font-weight: 700;
}

.edebe-cat__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.edebe-cat__card {
	position: relative;
	min-height: 455px;
	padding: 20px 22px 26px;
	background: rgba(255, 255, 255, .94);
	border: 1px solid rgba(255, 255, 255, .98);
	border-radius: 22px;
	box-shadow: 0 14px 34px rgba(40, 32, 42, .09);
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease;
	color: var(--edebe-ink);
}

.edebe-cat__card::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	background: linear-gradient(90deg, var(--edebe-red), var(--edebe-coral), var(--edebe-yellow));
	content: "";
}

.edebe-cat__kit-group--digital .edebe-cat__card::before {
	background: linear-gradient(90deg, var(--edebe-blue), #21a5c8, var(--edebe-violet));
}

.edebe-cat__kit-group--physical .edebe-cat__card:nth-child(2)::before {
	background: linear-gradient(90deg, var(--edebe-red), var(--edebe-orange), var(--edebe-yellow));
}

.edebe-cat__kit-group--digital .edebe-cat__card:nth-child(2)::before {
	background: linear-gradient(90deg, var(--edebe-violet), #a657ad, var(--edebe-orange));
}

.edebe-cat__card:hover {
	transform: translateY(-7px);
	box-shadow: 0 24px 45px rgba(40, 32, 42, .14);
}

.edebe-cat__group-cta {
	position: relative;
	z-index: 2;
	display: flex;
	min-height: 52px;
	margin-top: 14px;
	padding: 12px 17px 12px 20px;
	align-items: center;
	justify-content: space-between;
	background: #119b72;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 17px;
	color: #fff !important;
	font-size: .83rem;
	font-weight: 850;
	text-decoration: none !important;
	box-shadow: 0 12px 25px rgba(8, 108, 78, .18);
	transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.edebe-cat__group-cta:hover {
	background: #087e5c;
	box-shadow: 0 17px 30px rgba(8, 108, 78, .25);
	transform: translateY(-2px);
}

.edebe-cat__group-cta i {
	display: grid;
	width: 30px;
	aspect-ratio: 1;
	place-items: center;
	background: rgba(255, 255, 255, .17);
	border-radius: 50%;
	font-size: 1rem;
	font-style: normal;
}

.edebe-cat__card h3 {
	margin: 14px 0 10px;
}

.edebe-cat__card p {
	margin-bottom: 20px;
	color: var(--edebe-muted);
	font-size: .87rem;
	line-height: 1.55;
}

.edebe-cat__card-visual {
	position: relative;
	display: grid;
	height: 165px;
	margin: 2px -5px 8px;
	place-items: center;
	background:
		radial-gradient(circle at 20% 18%, rgba(255, 255, 255, .95), transparent 30%),
		linear-gradient(145deg, #fff2e9, #ffe2d7);
	border: 1px solid rgba(228, 35, 27, .08);
	border-radius: 19px;
	overflow: hidden;
}

.edebe-cat__card-visual::after {
	position: absolute;
	right: 11px;
	bottom: 10px;
	width: 40px;
	height: 24px;
	background-image: radial-gradient(circle, currentColor 1.5px, transparent 2px);
	background-size: 9px 9px;
	color: rgba(228, 35, 27, .25);
	content: "";
}

.edebe-cat__card-visual img {
	position: relative;
	z-index: 1;
	display: block;
	width: 92%;
	height: 148px;
	object-fit: contain;
	filter: drop-shadow(0 12px 14px rgba(33, 31, 43, .15));
	transition: transform .35s cubic-bezier(.2, .8, .2, 1);
}

.edebe-cat__card:hover .edebe-cat__card-visual img {
	transform: translateY(-5px) scale(1.06) rotate(-1deg);
}

.edebe-cat__card-visual--notebook img {
	width: 75%;
	height: 155px;
	transform: rotate(5deg);
}

.edebe-cat__card:hover .edebe-cat__card-visual--notebook img {
	transform: translateY(-5px) scale(1.06) rotate(1deg);
}

.edebe-cat__card-visual--app,
.edebe-cat__card-visual--offline {
	background:
		radial-gradient(circle at 18% 15%, rgba(255, 255, 255, .92), transparent 28%),
		linear-gradient(145deg, #e8fbfc, #d8f2f7 55%, #eee5f8);
	border-color: rgba(25, 183, 180, .12);
}

.edebe-cat__card-visual--app::after,
.edebe-cat__card-visual--offline::after {
	color: rgba(123, 63, 161, .25);
}

.edebe-cat__card-visual--app img,
.edebe-cat__card-visual--offline img {
	width: 100%;
	height: 155px;
}

.edebe-cat__card > strong {
	position: absolute;
	right: 25px;
	bottom: 24px;
	left: 25px;
	color: var(--edebe-red);
	font-size: .76rem;
	line-height: 1.3;
}

.edebe-cat__icon {
	display: grid;
	width: 66px;
	aspect-ratio: 1;
	place-items: center;
	background: var(--edebe-cream);
	border-radius: 19px;
	color: var(--edebe-red);
}

.edebe-cat__kit-group--digital .edebe-cat__icon {
	background: #eaf8fb;
	color: var(--edebe-blue);
}

.edebe-cat__kit-group--physical .edebe-cat__card:nth-child(2) .edebe-cat__icon {
	background: #fff3db;
	color: var(--edebe-orange);
}

.edebe-cat__kit-group--digital .edebe-cat__card:nth-child(2) .edebe-cat__icon {
	background: #f1eafa;
	color: var(--edebe-violet);
}

.edebe-cat__icon svg {
	width: 40px;
	height: 40px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
}

.edebe-cat__number {
	position: absolute;
	top: 27px;
	right: 25px;
	color: #c7c3c8;
	font-size: .74rem;
	font-weight: 900;
}

.edebe-cat__kit-plus {
	display: grid;
	width: 52px;
	aspect-ratio: 1;
	place-items: center;
	background: var(--edebe-red);
	border-radius: 50%;
	color: #fff;
	font-family: "Baloo Bhai 2", sans-serif;
	font-size: 2rem;
	font-weight: 800;
	box-shadow: 0 10px 25px rgba(228, 35, 27, .25);
}

.edebe-cat__journey {
	background:
		radial-gradient(circle at 8% 18%, rgba(228, 35, 27, .1), transparent 23%),
		radial-gradient(circle at 88% 22%, rgba(25, 183, 180, .1), transparent 20%),
		radial-gradient(circle at 72% 92%, rgba(243, 154, 24, .09), transparent 22%),
		var(--edebe-cream);
}

.edebe-cat__steps {
	display: grid;
	margin: 0;
	padding: 0;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
}

.edebe-cat__steps li {
	position: relative;
	display: flex;
	gap: 20px;
	padding: 35px 35px 35px 0;
	border-top: 1px solid #dbd1c8;
}

.edebe-cat__steps li:not(:last-child)::after {
	position: absolute;
	top: 52px;
	right: 26px;
	width: 45px;
	height: 1px;
	background: #c8bbb0;
	content: "";
}

.edebe-cat__steps li > span {
	display: grid;
	flex: 0 0 38px;
	height: 38px;
	place-items: center;
	background: var(--edebe-red);
	border-radius: 50%;
	color: #fff;
	font-weight: 900;
}

.edebe-cat__steps li:nth-child(2) > span {
	background: var(--edebe-blue);
	box-shadow: 0 8px 18px rgba(25, 183, 180, .25);
}

.edebe-cat__steps li:nth-child(3) > span {
	background: var(--edebe-orange);
	box-shadow: 0 8px 18px rgba(243, 154, 24, .25);
}

.edebe-cat__steps h3 {
	margin: 3px 0 10px;
}

.edebe-cat__steps p {
	margin: 0;
	color: var(--edebe-muted);
	font-size: .94rem;
}

.edebe-cat__audiences {
	background: var(--edebe-red);
	color: #fff;
}

.edebe-cat__audiences::before {
	position: absolute;
	content: "";
}

.edebe-cat__audiences .edebe-cat__section-head > p:last-child {
	color: rgba(255, 255, 255, .8);
}

.edebe-cat__audiences .edebe-cat__section-head h2,
.edebe-cat__contact h2 {
	color: #fff !important;
}

.edebe-cat__audience-tabs {
	display: flex;
	width: fit-content;
	margin: 0 auto 30px;
	padding: 6px;
	background: rgba(111, 5, 2, .25);
	border-radius: 999px;
}

.edebe-cat__audience-tabs button {
	padding: 12px 25px;
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: .9rem;
	font-weight: 800;
}

.edebe-cat__audience-tabs button.is-active {
	background: #fff;
	color: var(--edebe-red);
}

.edebe-cat__audience-panels > section {
	display: grid;
	min-height: 300px;
	padding: clamp(32px, 5vw, 64px);
	grid-template-columns: 1.25fr .75fr;
	gap: 70px;
	align-items: center;
	background: #fff;
	border-radius: 34px;
	color: var(--edebe-ink);
	box-shadow: 0 30px 70px rgba(90, 5, 3, .2);
}

.edebe-cat__audience-panels > section[hidden] {
	display: none;
}

.edebe-cat__audience-panels h3 {
	max-width: 670px;
	margin-bottom: 14px;
	font-size: clamp(2rem, 3.4vw, 3.35rem);
}

.edebe-cat__audience-panels p:last-child {
	max-width: 650px;
	margin-bottom: 0;
	color: var(--edebe-muted);
}

.edebe-cat__panel-mark {
	margin-bottom: 18px;
	color: var(--edebe-red);
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .12em;
}

.edebe-cat__audience-panels ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.edebe-cat__audience-panels li {
	position: relative;
	padding: 16px 0 16px 32px;
	border-bottom: 1px solid #eee9e5;
	font-weight: 750;
}

.edebe-cat__audience-panels li::before {
	position: absolute;
	top: 17px;
	left: 0;
	display: grid;
	width: 22px;
	aspect-ratio: 1;
	place-items: center;
	background: #eaf8ee;
	border-radius: 50%;
	color: #278c4a;
	content: "✓";
	font-size: .7rem;
	font-weight: 900;
}

.edebe-cat__audience-panels li:nth-child(2)::before {
	background: #e4f7f5;
	color: #138d88;
}

.edebe-cat__audience-panels li:nth-child(3)::before {
	background: #f2eafa;
	color: var(--edebe-violet);
}

.edebe-cat__coverage {
	background:
		radial-gradient(circle at 8% 88%, rgba(228, 35, 27, .08), transparent 25%),
		radial-gradient(circle at 90% 12%, rgba(123, 63, 161, .07), transparent 22%),
		var(--edebe-paper);
}

.edebe-cat__coverage-grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: clamp(55px, 8vw, 110px);
	align-items: center;
}

.edebe-cat__coverage-grid > div:first-child > p:last-child {
	color: var(--edebe-muted);
	font-size: 1.04rem;
}

.edebe-cat__subjects {
	display: grid;
	gap: 14px;
}

.edebe-cat__subject {
	display: grid;
	min-height: 124px;
	padding: 20px 28px;
	grid-template-columns: 80px 1fr;
	grid-template-rows: auto auto;
	column-gap: 20px;
	align-items: center;
	border-radius: 24px;
	transition: transform .2s ease;
}

.edebe-cat__subject:hover {
	transform: translateX(-6px);
}

.edebe-cat__subject > span {
	display: grid;
	grid-row: 1 / 3;
	width: 72px;
	aspect-ratio: 1;
	padding: 8px;
	place-items: center;
	background: rgba(255, 255, 255, .75);
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 20px;
	box-shadow: 0 9px 22px rgba(33, 31, 43, .08);
}

.edebe-cat__subject > span img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: contain;
	filter: none !important;
}

.edebe-cat__subject strong {
	align-self: end;
	font-family: "Baloo Bhai 2", sans-serif;
	font-size: 1.25rem;
}

.edebe-cat__subject small {
	align-self: start;
	color: rgba(33, 31, 43, .68);
	font-size: .76rem;
	font-weight: 700;
}

.edebe-cat__subject--math {
	background: linear-gradient(100deg, #f2f8d9, #e4f0b8);
	border-left: 6px solid var(--edebe-lime);
}

.edebe-cat__subject--language {
	background: linear-gradient(100deg, #dcf6f3, #c5ece9);
	border-left: 6px solid var(--edebe-blue);
}

.edebe-cat__subject--religion {
	background: linear-gradient(100deg, #f3eafa, #ffe8c3);
	border-left: 6px solid var(--edebe-violet);
}


.edebe-cat__videos {
	background: #221f29;
	color: #fff;
}

.edebe-cat__video-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.edebe-cat__video-card {
	padding: 0;
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	text-align: left;
}

.edebe-cat__video-poster {
	position: relative;
	display: flex;
	min-height: 310px;
	padding: 30px;
	align-items: center;
	justify-content: center;
	background:
		radial-gradient(circle at 55% 45%, rgba(255, 255, 255, .27), transparent 30%),
		var(--edebe-red);
	border-radius: 26px;
	overflow: hidden;
	transition: transform .25s ease;
}

.edebe-cat__video-poster::before {
	position: absolute;
	right: -8%;
	bottom: -28%;
	width: 330px;
	aspect-ratio: 1;
	background: rgba(255, 255, 255, .12);
	clip-path: polygon(50% 0%, 58% 37%, 80% 8%, 68% 42%, 100% 28%, 72% 50%, 100% 58%, 67% 59%, 86% 90%, 58% 67%, 49% 100%, 44% 67%, 12% 90%, 35% 58%, 0 51%, 36% 45%, 8% 19%, 43% 38%);
	content: "";
}

.edebe-cat__video-poster--2 { background-color: #d61b15; }
.edebe-cat__video-poster--3 { background-color: #f23c31; }
.edebe-cat__video-poster--4 { background-color: #c91a14; }

.edebe-cat__video-card:hover .edebe-cat__video-poster {
	transform: translateY(-5px);
}

.edebe-cat__video-poster i {
	position: relative;
	z-index: 1;
	display: grid;
	width: 76px;
	aspect-ratio: 1;
	place-items: center;
	background: #fff;
	border-radius: 50%;
	color: var(--edebe-red);
	font-size: 1.3rem;
	font-style: normal;
	box-shadow: 0 15px 35px rgba(87, 6, 3, .25);
}

.edebe-cat__video-poster b {
	position: absolute;
	right: 25px;
	bottom: 20px;
	font-size: 1.2rem;
}

.edebe-cat__video-title {
	display: block;
	padding: 17px 8px 5px;
	font-family: "Baloo Bhai 2", sans-serif;
	font-size: 1.35rem;
	font-weight: 800;
}

.edebe-cat__contact {
	position: relative;
	padding: clamp(80px, 10vw, 130px) 0;
	background: var(--edebe-red);
	color: #fff;
	overflow: hidden;
}

.edebe-cat__spark--contact {
	top: -150px;
	right: 4%;
	width: 550px;
}

.edebe-cat__contact-grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
	gap: clamp(40px, 5vw, 70px);
	align-items: center;
}

.edebe-cat__contact h2 {
	max-width: 540px;
	margin-bottom: 16px;
	color: #fff !important;
	font-size: clamp(2.85rem, 3.45vw, 3.75rem);
	line-height: .98;
}

.edebe-cat__contact p:last-child {
	max-width: 720px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, .82);
	font-size: 1.08rem;
}

.edebe-cat__contact-form {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	min-height: 475px;
	min-width: 0;
	padding: 10px;
	background: rgba(255, 255, 255, .14);
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 18px;
	box-shadow: 0 24px 65px rgba(89, 7, 4, .22);
	backdrop-filter: blur(8px);
	overflow: hidden;
}

.edebe-cat__contact-embed {
	width: 100%;
	min-height: 455px;
	border-radius: 10px;
	overflow: hidden;
}

.edebe-cat__contact-form iframe {
	display: block;
	width: 100%;
	height: 455px;
	min-height: 455px;
	border: 0;
	border-radius: 10px;
	background: #fff;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	position: relative !important;
	left: 0 !important;
	overflow: hidden !important;
}

body.edebe-cat-page .edebe-cat + footer {
	display: none !important;
}

.edebe-cat__footer {
	background: #f4f4f5;
	color: var(--edebe-ink);
}

.edebe-cat__footer-main {
	padding: clamp(55px, 7vw, 85px) 0;
}

.edebe-cat__footer-grid {
	display: grid;
	grid-template-columns: .75fr 1.35fr auto;
	gap: clamp(45px, 6vw, 90px);
	align-items: center;
}

.edebe-cat__footer-brand img {
	display: block;
	width: 190px;
	height: auto;
	margin-bottom: 22px;
}

.edebe-cat__footer-brand p {
	max-width: 280px;
	margin: 0;
	color: var(--edebe-muted);
	font-size: .95rem;
}

.edebe-cat__footer-contact {
	display: grid;
	gap: 17px;
}

.edebe-cat__footer-contact a {
	display: flex;
	gap: 16px;
	align-items: center;
	color: var(--edebe-ink) !important;
	font-size: 1rem;
	font-weight: 650;
	text-decoration: none !important;
	transition: color .2s ease, transform .2s ease;
}

.edebe-cat__footer-contact a:hover {
	color: var(--edebe-red) !important;
	transform: translateX(4px);
}

.edebe-cat__footer-contact svg {
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	fill: none;
	stroke: var(--edebe-red);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.edebe-cat__footer-social {
	display: flex;
	gap: 6px;
	align-items: center;
}

.edebe-cat__social {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	color: #fff !important;
	font-family: Arial, sans-serif;
	font-size: 1.45rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	transition: transform .2s ease, filter .2s ease;
}

.edebe-cat__social:hover {
	color: #fff !important;
	filter: brightness(.88);
	transform: translateY(-4px);
}

.edebe-cat__social svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.edebe-cat__social--youtube { background: #dc100c; }
.edebe-cat__social--linkedin { background: #087dac; }
.edebe-cat__social--facebook { background: #3f5992; }
.edebe-cat__social--instagram { background: #c62987; }

.edebe-cat__footer-legal {
	padding: 20px 0 22px;
	background: #202020;
	color: rgba(255, 255, 255, .88);
	text-align: center;
}

.edebe-cat__footer-legal p {
	margin: 0 0 9px;
	font-size: .85rem;
}

.edebe-cat__footer-legal p span {
	margin: 0 5px;
}

.edebe-cat__footer-legal a {
	color: inherit !important;
	text-decoration: none !important;
}

.edebe-cat__footer-legal a:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.edebe-cat__footer-legal nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 38px;
	justify-content: center;
	font-size: .88rem;
}

.edebe-cat__modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: grid;
	padding: 30px;
	place-items: center;
}

.edebe-cat__modal[hidden] {
	display: none;
}

.edebe-cat__modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(16, 13, 20, .88);
	backdrop-filter: blur(8px);
}

.edebe-cat__modal-dialog {
	position: relative;
	z-index: 1;
	width: min(1000px, 100%);
}

.edebe-cat__modal video {
	display: block;
	width: 100%;
	max-height: 80vh;
	background: #000;
	border-radius: 20px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
}

.edebe-cat__modal-close {
	position: absolute;
	top: -52px;
	right: 0;
	width: 42px;
	height: 42px;
	padding: 0;
	background: #fff;
	border: 0;
	border-radius: 50%;
	color: var(--edebe-ink);
	cursor: pointer;
	font-size: 1.8rem;
	line-height: 1;
}

body.edebe-cat-modal-open {
	overflow: hidden;
}

.edebe-cat__info-popup {
	position: fixed;
	inset: 0;
	z-index: 2147483000 !important;
	display: grid;
	padding: 28px;
	place-items: center;
	color: var(--edebe-ink);
	font-family: "Red Hat Display", "Avenir Next", Avenir, system-ui, sans-serif;
	font-size: 17px;
	line-height: 1.6;
	opacity: 0;
	transition: opacity .26s ease;
}

.edebe-cat__info-popup,
.edebe-cat__info-popup * {
	box-sizing: border-box;
}

.edebe-cat__info-popup[hidden] {
	display: none;
}

.edebe-cat__info-popup.is-visible {
	opacity: 1;
}

.edebe-cat__info-popup-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(20, 18, 28, .76);
	backdrop-filter: blur(11px);
}

.edebe-cat__info-popup-dialog {
	position: relative;
	z-index: 1;
	display: flex !important;
	width: min(940px, calc(100vw - 56px)) !important;
	max-width: 940px !important;
	flex-direction: row !important;
	align-items: stretch !important;
	direction: ltr !important;
	width: min(940px, 100%);
	max-height: calc(100vh - 56px);
	background: #fff;
	border: 1px solid rgba(255, 255, 255, .65);
	border-radius: 30px;
	overflow: auto;
	box-shadow: 0 35px 110px rgba(5, 4, 10, .42);
	transform: translateY(22px) scale(.97);
	transition: transform .32s cubic-bezier(.2, .8, .2, 1);
}

.edebe-cat__info-popup.is-visible .edebe-cat__info-popup-dialog {
	transform: translateY(0) scale(1);
}

.edebe-cat__info-popup-close {
	position: absolute !important;
	top: 16px !important;
	right: 16px !important;
	left: auto !important;
	z-index: 5;
	display: flex !important;
	width: 42px;
	height: 42px;
	min-width: 42px !important;
	min-height: 42px !important;
	padding: 0 !important;
	align-items: center !important;
	justify-content: center !important;
	background: #fff !important;
	background-image: none !important;
	border: 2px solid rgba(228, 35, 27, .16) !important;
	border-radius: 999px !important;
	color: var(--edebe-red) !important;
	cursor: pointer;
	font-size: 0 !important;
	line-height: 0 !important;
	box-shadow: 0 8px 24px rgba(33, 31, 43, .12);
	overflow: hidden !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	transition: transform .2s ease, color .2s ease;
}

.edebe-cat__info-popup-close::before,
.edebe-cat__info-popup-close::after {
	display: none !important;
	content: none !important;
}

.edebe-cat__info-popup-close svg {
	display: block !important;
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 2.4 !important;
	stroke-linecap: round;
	vector-effect: non-scaling-stroke;
}

.edebe-cat__info-popup-close:hover {
	background: var(--edebe-red) !important;
	color: #fff !important;
	transform: rotate(7deg) scale(1.06);
}

.edebe-cat__info-popup-intro {
	position: relative;
	display: flex;
	float: none !important;
	clear: none !important;
	order: 1 !important;
	width: 36% !important;
	max-width: none !important;
	margin: 0 !important;
	flex: 0 0 36% !important;
	min-height: 560px;
	padding: 62px 38px 44px;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(145deg, #f1261e 0%, #df1d17 56%, #bd1511 100%);
	color: #fff;
	overflow: hidden;
}

.edebe-cat__info-popup-intro::before,
.edebe-cat__info-popup-intro::after {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
	content: "";
}

.edebe-cat__info-popup-intro::before {
	top: -120px;
	left: -100px;
	width: 310px;
	height: 310px;
}

.edebe-cat__info-popup-intro::after {
	right: -90px;
	bottom: -120px;
	width: 270px;
	height: 270px;
}

.edebe-cat__info-popup-orbit {
	position: relative;
	z-index: 1;
	display: grid;
	width: 84px;
	height: 84px;
	margin-bottom: 35px;
	place-items: center;
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 28px;
	font-size: 2rem;
	transform: rotate(-6deg);
}

.edebe-cat__info-popup-orbit i {
	position: absolute;
	inset: -12px;
	border: 1px dashed rgba(255, 255, 255, .42);
	border-radius: 35px;
	animation: edebe-popup-orbit 9s linear infinite;
}

.edebe-cat__info-popup-kicker {
	position: relative;
	z-index: 1;
	margin: 0 0 12px;
	font-size: .75rem;
	font-weight: 850;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.edebe-cat__info-popup-intro h2 {
	position: relative;
	z-index: 1;
	margin: 0 0 18px;
	color: #fff !important;
	font-size: clamp(2.35rem, 3.15vw, 3.15rem);
	line-height: .94;
	word-break: keep-all !important;
	overflow-wrap: normal !important;
	hyphens: none !important;
}

.edebe-cat__info-popup-intro > p:not(.edebe-cat__info-popup-kicker) {
	position: relative;
	z-index: 1;
	margin: 0 0 30px;
	color: rgba(255, 255, 255, .86);
	font-size: 1rem;
}

.edebe-cat__info-popup-benefits {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 10px;
}

.edebe-cat__info-popup-benefits span {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: .88rem;
	font-weight: 750;
}

.edebe-cat__info-popup-benefits b {
	display: grid;
	width: 31px;
	height: 31px;
	place-items: center;
	background: #fff;
	border-radius: 50%;
	color: var(--edebe-red);
}

.edebe-cat__info-popup-form {
	position: relative !important;
	display: block !important;
	float: none !important;
	clear: none !important;
	order: 2 !important;
	width: 64% !important;
	max-width: none !important;
	margin: 0 !important;
	flex: 1 1 64% !important;
	min-width: 0;
	padding: 38px 28px 24px;
	background: #fff;
}

.edebe-cat__info-popup-form > p {
	display: grid;
	margin: 0 48px 20px 8px;
}

.edebe-cat__info-popup-form > p strong {
	font-family: "Baloo Bhai 2", sans-serif;
	font-size: 1.65rem;
	line-height: 1.1;
}

.edebe-cat__info-popup-form > p span {
	color: var(--edebe-muted);
	font-size: .9rem;
}

.edebe-cat__info-popup-embed {
	width: 100%;
	min-height: 434px;
	border-radius: 14px;
	overflow: hidden;
}

.edebe-cat__info-popup iframe {
	display: block;
	width: 100%;
	height: 434px;
	min-height: 434px;
	background: #fff;
	border: 0;
	border-radius: 8px;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	position: relative !important;
	left: 0 !important;
}

body.edebe-cat-popup-open {
	overflow: hidden;
}

@keyframes edebe-popup-orbit {
	to { transform: rotate(360deg); }
}

@media (max-width: 1100px) {
	.edebe-cat__hero-grid {
		grid-template-columns: minmax(0, 58%) 1fr;
		gap: 0;
	}

	.edebe-cat__feature-grid {
		grid-template-columns: 1fr;
	}

	.edebe-cat__feature-copy {
		max-width: 760px;
	}

	.edebe-cat__feature-device {
		width: min(820px, 100%);
	}

	.edebe-cat__manifesto-grid {
		grid-template-columns: minmax(230px, .8fr) minmax(0, 1.35fr);
		gap: 28px;
	}

	.edebe-cat__manifesto-notebook-stage {
		width: 275px;
		height: 245px;
	}

	.edebe-cat__manifesto-notebook--back {
		left: 28px;
		width: 130px !important;
	}

	.edebe-cat__manifesto-notebook--front {
		right: 28px;
		width: 150px !important;
	}

	.edebe-cat__kit-visual {
		transform: scale(.85);
		transform-origin: center;
	}

	.edebe-cat__kit-groups {
		grid-template-columns: 1fr;
	}

	.edebe-cat__kit-plus {
		margin: -8px auto;
	}

	.edebe-cat__card {
		min-height: 455px;
	}
}

@media (max-width: 980px) {
	body.edebe-cat-page .mob-menu-header-holder,
	body.edebe-cat-page .mobmenu-overlay,
	body.edebe-cat-page .mobmenu-panel {
		display: none !important;
	}

	body.edebe-cat-page {
		padding-top: 0 !important;
	}

	body.admin-bar .edebe-cat__site-header {
		top: 32px;
	}

	.edebe-cat__site-header-inner {
		gap: 16px;
	}

	.edebe-cat__brand::after {
		display: none;
	}

	.edebe-cat__menu-toggle {
		display: inline-flex !important;
		flex: 0 0 auto;
	}

	.edebe-cat__navigation {
		position: absolute;
		top: calc(100% + 12px);
		right: 0;
		left: 0;
		display: grid;
		max-height: min(650px, calc(100dvh - 112px));
		padding: 16px;
		gap: 3px;
		background: rgba(255, 255, 255, .98);
		border: 1px solid rgba(33, 31, 43, .09);
		border-radius: 22px;
		box-shadow: 0 25px 65px rgba(33, 31, 43, .2);
		overflow-y: auto;
		opacity: 0;
		pointer-events: none;
		transform: translateY(-12px) scale(.98);
		transform-origin: top center;
		visibility: hidden;
		transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
	}

	.edebe-cat.is-menu-open .edebe-cat__navigation {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0) scale(1);
		visibility: visible;
		transition-delay: 0s;
	}

	.edebe-cat__navigation > a {
		min-height: 48px;
		padding: 8px 13px;
		border-radius: 12px;
		font-size: .96rem;
	}

	.edebe-cat__navigation > a:not(.edebe-cat__main-site-link)::after {
		display: none;
	}

	.edebe-cat__navigation > a:not(.edebe-cat__main-site-link):hover {
		background: #fff2ef;
		color: var(--edebe-red) !important;
	}

	.edebe-cat__navigation .edebe-cat__main-site-link {
		margin-top: 7px;
		justify-content: center;
	}
}

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

	.edebe-cat__hero {
		height: 850px;
		min-height: 850px;
		padding: 58px 0;
	}

	.edebe-cat__hero-products {
		width: 430px;
		height: 255px;
	}

	.edebe-cat__hero-books {
		width: 320px !important;
	}

	.edebe-cat__hero-notebook {
		right: -20px;
		width: 150px !important;
	}

	.edebe-cat__hero-product-row {
		gap: 8px;
		margin: 12px 0 14px 26px;
	}

	.edebe-cat__hero::before {
		background: linear-gradient(90deg, rgba(255, 255, 255, .97) 0%, rgba(255, 255, 255, .91) 58%, rgba(255, 255, 255, .46) 100%);
	}

	.edebe-cat__hero-media {
		background-position: 62% center;
		opacity: .67;
	}

	.edebe-cat__hero-grid,
	.edebe-cat__manifesto-grid,
	.edebe-cat__coverage-grid,
	.edebe-cat__contact-grid {
		grid-template-columns: 1fr;
	}

	.edebe-cat__hero-copy {
		max-width: 620px;
		padding-top: 28px;
		align-self: start;
	}

	.edebe-cat__hero-tech {
		opacity: .55;
	}

	.edebe-cat__hero-flight {
		top: 28px;
		right: -18px;
		width: 230px;
		opacity: .75;
	}

	.edebe-cat__kit-visual {
		width: min(520px, 100%);
		margin: -15px auto 0;
		transform: none;
	}

	.edebe-cat__manifesto-grid {
		grid-template-columns: 1fr;
		gap: 22px;
		text-align: center;
	}

	.edebe-cat__manifesto-intro {
		align-items: center;
	}

	.edebe-cat__manifesto-notebook-stage {
		width: 285px;
		height: 260px;
	}

	.edebe-cat__manifesto-notebook--back {
		left: 27px;
		width: 135px !important;
	}

	.edebe-cat__manifesto-notebook--front {
		right: 27px;
		width: 155px !important;
	}

	.edebe-cat__steps {
		grid-template-columns: 1fr;
	}

	.edebe-cat__steps li:not(:last-child)::after {
		display: none;
	}

	.edebe-cat__steps li {
		padding-right: 0;
	}

	.edebe-cat__audience-panels > section {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.edebe-cat__contact-grid {
		gap: 30px;
		align-items: start;
	}

	.edebe-cat__contact-form {
		max-width: 760px;
	}

	.edebe-cat__footer-grid {
		grid-template-columns: 1fr 1.6fr;
		gap: 40px;
	}

	.edebe-cat__footer-social {
		grid-column: 2;
	}

	.edebe-cat__info-popup {
		padding: 16px;
	}

	.edebe-cat__info-popup-dialog {
		width: min(650px, calc(100vw - 32px)) !important;
		max-width: 650px !important;
		flex-direction: column !important;
		max-height: calc(100vh - 32px);
	}

	.edebe-cat__info-popup-intro {
		order: 1 !important;
		width: 100% !important;
		flex: 0 0 auto !important;
		min-height: auto;
		padding: 38px 30px 30px;
	}

	.edebe-cat__info-popup-orbit {
		display: none;
	}

	.edebe-cat__info-popup-intro h2 {
		font-size: 2.65rem;
	}

	.edebe-cat__info-popup-intro > p:not(.edebe-cat__info-popup-kicker) {
		margin-bottom: 18px;
	}

	.edebe-cat__info-popup-benefits {
		display: flex;
		flex-wrap: wrap;
	}

	.edebe-cat__info-popup-form {
		order: 2 !important;
		width: 100% !important;
		flex: 0 0 auto !important;
		padding: 26px 18px 18px;
	}
}

@media (max-width: 600px) {
	body.admin-bar .edebe-cat__site-header {
		top: 46px;
	}

	.edebe-cat__site-header {
		height: 72px;
	}

	.edebe-cat__brand {
		width: 110px !important;
		min-width: 110px;
		max-width: 110px !important;
		padding-right: 0;
		flex-basis: 110px;
	}

	.edebe-cat__brand img {
		width: 110px !important;
		height: auto !important;
		max-width: 110px !important;
		max-height: 46px !important;
	}

	.edebe-cat__navigation {
		top: calc(100% + 8px);
		padding: 12px;
		border-radius: 18px;
	}

	.edebe-cat__container {
		width: min(100% - 28px, 1180px);
	}

	.edebe-cat h1 {
		font-size: clamp(2.8rem, 14vw, 4rem);
	}

	.edebe-cat h2 {
		font-size: clamp(2.15rem, 11vw, 3rem);
	}

	.edebe-cat__footer-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.edebe-cat__footer-social {
		grid-column: auto;
	}

	.edebe-cat__footer-contact a {
		align-items: flex-start;
		font-size: .92rem;
	}

	.edebe-cat__footer-legal p span {
		display: none;
	}

	.edebe-cat__footer-legal p {
		line-height: 1.8;
	}

	.edebe-cat__info-popup-intro {
		display: none !important;
	}

	.edebe-cat__info-popup-intro h2 {
		margin-bottom: 9px;
		padding-right: 38px;
		font-size: 1.9rem;
		line-height: .95;
	}

	.edebe-cat__info-popup-kicker {
		margin-bottom: 7px;
		font-size: .65rem;
	}

	.edebe-cat__info-popup-intro > p:not(.edebe-cat__info-popup-kicker) {
		margin-bottom: 0;
		font-size: .84rem;
		line-height: 1.45;
	}

	.edebe-cat__info-popup-benefits {
		display: none;
	}

	.edebe-cat__info-popup {
		padding: 10px !important;
	}

	.edebe-cat__info-popup-dialog {
		width: min(340px, calc(100vw - 32px)) !important;
		max-width: 340px !important;
		max-height: min(620px, 82dvh) !important;
		border-radius: 20px;
	}

	.edebe-cat__info-popup-close {
		top: 10px !important;
		right: 10px !important;
		width: 36px !important;
		height: 36px !important;
		min-width: 36px !important;
		min-height: 36px !important;
	}

	.edebe-cat__info-popup-close svg {
		width: 16px !important;
		height: 16px !important;
	}

	.edebe-cat__info-popup-form {
		padding: 17px 8px 8px !important;
	}

	.edebe-cat__info-popup-form > p {
		margin: 0 40px 9px 7px;
	}

	.edebe-cat__info-popup-form > p strong {
		font-size: 1.18rem;
	}

	.edebe-cat__info-popup-form > p span {
		font-size: .78rem;
	}

	.edebe-cat__hero {
		height: 1040px;
		min-height: 1040px;
		padding: 42px 0 48px;
	}

	.edebe-cat__hero::before {
		background: linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .93) 57%, rgba(255, 255, 255, .58) 100%);
	}

	.edebe-cat__hero-media {
		background-position: 68% center;
		opacity: .5;
	}

	.edebe-cat__hero-flight {
		top: 18px;
		right: -58px;
		width: 210px;
		opacity: .6;
	}

	.edebe-cat__hero h1 {
		font-size: clamp(2.75rem, 13vw, 3.65rem);
	}

	.edebe-cat__hero h1.edebe-cat__hero-title--four {
		gap: 12px;
		align-items: center;
	}

	.edebe-cat__hero-four {
		width: 96px;
		height: 96px;
		border-radius: 29px;
		font-size: 5.8rem;
	}

	.edebe-cat__hero-title-copy {
		font-size: clamp(2.25rem, 10vw, 3.15rem);
	}

	.edebe-cat__hero-products {
		width: min(350px, 90vw);
		height: 235px;
		margin: 0 auto;
	}

	.edebe-cat__hero-books {
		width: min(275px, 70vw) !important;
	}

	.edebe-cat__hero-notebook {
		right: -18px;
		bottom: 7px;
		width: min(128px, 33vw) !important;
	}

	.edebe-cat__hero-product-row {
		flex-direction: column;
		gap: 12px;
		align-items: center;
		margin: 10px 0 26px;
	}

	.edebe-cat__hero .edebe-cat__lead {
		font-size: .86rem;
		font-weight: 550;
		line-height: 1.48;
	}

	.edebe-cat__actions,
	.edebe-cat__button {
		width: 100%;
	}

	.edebe-cat__hero-proof {
		flex-direction: row !important;
		flex-wrap: nowrap;
		gap: 8px !important;
		justify-content: center;
		font-size: .77rem !important;
		margin-bottom: 18px !important;
		white-space: nowrap;
	}

	.edebe-cat__hero-proof i {
		display: block;
		margin: 0 !important;
	}

	.edebe-cat__manifesto {
		padding: 58px 0;
	}

	.edebe-cat__manifesto-grid {
		grid-template-columns: 1fr;
		gap: 22px;
		text-align: center;
	}

	.edebe-cat__manifesto-notebook-stage {
		width: min(280px, 86vw);
		height: 245px;
	}

	.edebe-cat__feature-video {
		padding-block: 70px;
	}

	.edebe-cat__feature-grid {
		gap: 35px;
	}

	.edebe-cat__feature-copy h2 {
		font-size: 2.6rem;
	}

	.edebe-cat__device-bar b {
		display: none;
	}

	.edebe-cat__kit-visual {
		min-height: 520px;
		transform: scale(.78);
		transform-origin: top center;
		margin-bottom: -110px;
	}

	.edebe-cat__visual-book {
		left: 4%;
	}

	.edebe-cat__visual-notebook {
		right: -8%;
	}

	.edebe-cat__cards,
	.edebe-cat__video-grid {
		grid-template-columns: 1fr;
	}

	.edebe-cat__card {
		min-height: 410px;
	}

	.edebe-cat__audience-tabs {
		width: 100%;
		overflow-x: auto;
	}

	.edebe-cat__audience-tabs button {
		padding-inline: 17px;
		white-space: nowrap;
	}

	.edebe-cat__audience-panels > section {
		padding: 28px 24px;
		border-radius: 25px;
	}

	.edebe-cat__subject {
		padding-inline: 19px;
	}

	.edebe-cat__video-poster {
		min-height: 220px;
	}

	.edebe-cat__modal {
		padding: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.edebe-cat *,
	.edebe-cat *::before,
	.edebe-cat *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
