.kaef-rlp {
	background: var(--kaef-page-bg);
	color: var(--kaef-page-text);
	font-family: var(--kaef-font);
	font-size: var(--kaef-body);
	line-height: 1.9;
	overflow: hidden;
}

.kaef-rlp *, .kaef-rlp *::before, .kaef-rlp *::after { box-sizing: border-box; }
.kaef-rlp h1, .kaef-rlp h2, .kaef-rlp h3, .kaef-rlp p { margin-top: 0; }
.kaef-rlp h1 { font-size: clamp(2.2rem, 5vw, 4.8rem); line-height: 1.25; margin-bottom: 1rem; }
.kaef-rlp h2 { font-size: clamp(1.8rem, 3vw, var(--kaef-heading)); line-height: 1.35; margin-bottom: 1rem; }
.kaef-rlp h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.4; }
.kaef-rlp a:focus-visible { outline: 3px solid #f6c95d; outline-offset: 4px; }

.kaef-rlp__container { width: min(calc(100% - 32px), var(--kaef-width)); margin-inline: auto; }
.kaef-rlp__hero { position: relative; display: grid; place-items: center; background: #063d2e center/cover no-repeat; color: var(--kaef-header-text); }
.kaef-rlp__overlay { position: absolute; inset: 0; }
.kaef-rlp__hero-content { position: relative; z-index: 1; width: min(calc(100% - 32px), var(--kaef-width)); padding-block: clamp(64px, 10vw, 140px); }
.kaef-rlp__hero-content > p:not(.kaef-rlp__eyebrow) { max-width: 680px; font-size: 1.12em; }
.kaef-rlp__align-center .kaef-rlp__hero-content { text-align: center; }
.kaef-rlp__align-center .kaef-rlp__hero-content > p { margin-inline: auto; }
.kaef-rlp__align-left .kaef-rlp__hero-content { text-align: left; }
.kaef-rlp__eyebrow, .kaef-rlp__kicker { font-weight: 700; letter-spacing: .04em; color: #c7a14a; }
.kaef-rlp__section { margin-block: var(--kaef-space); border-radius: 28px; padding: clamp(28px, 5vw, 64px); box-shadow: 0 18px 55px rgba(19, 49, 39, .08); }
.kaef-rlp__intro { background: var(--kaef-intro-bg); color: var(--kaef-intro-text); }
.kaef-rlp__requirements { background: var(--kaef-req-bg); color: var(--kaef-req-text); }
.kaef-rlp__registration { background: var(--kaef-reg-bg); color: var(--kaef-reg-text); }
.kaef-rlp__split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.kaef-rlp__split--reverse .kaef-rlp__copy { order: 2; }
.kaef-rlp__copy p { max-width: 68ch; }
.kaef-rlp__side-image { min-height: 300px; margin: 0; border-radius: 22px; overflow: hidden; background: rgba(255,255,255,.2); }
.kaef-rlp__side-image img, .kaef-rlp__bottom-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.kaef-rlp__requirements-grid { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 0; margin: 40px 0 0; }
.kaef-rlp__requirements-grid li { display: flex; align-items: flex-start; gap: 12px; padding: 18px; background: rgba(255,255,255,.76); border: 1px solid rgba(6,61,46,.09); border-radius: 16px; }
.kaef-rlp__requirements-grid li span { flex: 0 0 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #0b5b42; color: #fff; font-weight: 700; }
.kaef-rlp__registration-routes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 44px; }
.kaef-rlp__route { position: relative; padding: clamp(24px, 4vw, 42px); border-radius: 22px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); }
.kaef-rlp__route--main { background: #fff; color: #17231f; }
.kaef-rlp__route-number { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 22px; border-radius: 50%; background: #c7a14a; color: #17231f; font-weight: 800; }
.kaef-rlp__button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 11px 24px; border-radius: 12px; background: var(--kaef-button); color: var(--kaef-button-text) !important; text-decoration: none !important; font-weight: 700; transition: transform .18s ease, filter .18s ease; }
.kaef-rlp__button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.kaef-rlp__button--hero { margin-top: 14px; background: var(--kaef-header-button); color: var(--kaef-header-button-text) !important; }
.kaef-rlp__whatsapp-list { display: grid; gap: 10px; margin-top: 24px; }
.kaef-rlp__whatsapp { display: grid; grid-template-columns: 1fr auto; gap: 0 14px; padding: 14px 16px; border-radius: 14px; background: rgba(255,255,255,.1); color: inherit !important; text-decoration: none !important; border: 1px solid rgba(255,255,255,.16); }
.kaef-rlp__whatsapp:hover { background: rgba(255,255,255,.18); }
.kaef-rlp__whatsapp strong { grid-column: 1; }
.kaef-rlp__whatsapp small { grid-column: 2; grid-row: 1 / 3; align-self: center; font-variant-numeric: tabular-nums; }
.kaef-rlp__map { display: flex; justify-content: space-between; align-items: center; gap: 32px; background: #fff; border-right: 6px solid #c7a14a; }
.kaef-rlp__map p { margin-bottom: 0; }
.kaef-rlp__bottom-image { width: 100%; margin: 0 0 var(--kaef-space); border-radius: 28px; overflow: hidden; }
.kaef-rlp__hide-desktop { display: none; }

@media (max-width: 782px) {
	.kaef-rlp__hero { min-height: min(78vh, 680px) !important; }
	.kaef-rlp__hide-desktop { display: grid; }
	.kaef-rlp__hide-mobile { display: none; }
	.kaef-rlp__section { border-radius: 20px; }
	.kaef-rlp__split, .kaef-rlp__registration-routes, .kaef-rlp__requirements-grid { grid-template-columns: 1fr; }
	.kaef-rlp__split--reverse .kaef-rlp__copy { order: 0; }
	.kaef-rlp__side-image { min-height: 230px; }
	.kaef-rlp__map { align-items: stretch; flex-direction: column; }
	.kaef-rlp__map .kaef-rlp__button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	.kaef-rlp *, .kaef-rlp *::before, .kaef-rlp *::after { scroll-behavior: auto !important; transition: none !important; }
}
