.cdp-copy-alert-success {
	display: none !important;
}

.header-placeholder {
	height: 104px;
}

.rl-header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 30;
	transition: transform 0.3s ease;
}

.rl-header.headroom--unpinned {
	transform: translateY(-100%);
}

.rl-header.headroom--pinned {
	transform: translateY(0);
}

html.announcement-dismissed .rl-announcement {
	display: none;
}

html.announcement-dismissed .header-placeholder {
	height: 60px;
}

html,
body {
	overflow-x: clip;
}

.rl-header__primary a {
	color: rgb(7, 27, 44) !important;
}

.rl-header__primary {
	background: #ffffff;
	border-bottom: 1px solid #e5e7eb;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.rl-header__primary .rl-header__inner,
.rl-announcement__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
}

.rl-header__inner {
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.rl-header__brand {
	width: 200px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	color: #071b2c;
	text-decoration: none;
}

.rl-header__brand svg {
	width: 100%;
	min-height: 32px;
	height: auto;
}

.rl-header__brand-mark {
	display: inline-flex;
	width: 44px;
}

.rl-header__brand-mark svg {
	display: block;
	width: 100%;
	height: auto;
}

.rl-header__brand-text {
	display: flex;
	flex-direction: column;
	line-height: 1;
}

.rl-header__brand-title,
.rl-header__brand-subtitle {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.rl-header__brand-title {
	font-size: 23px;
	font-weight: 700;
}

.rl-header__brand-subtitle {
	font-size: 10px;
	font-weight: 600;
	margin-top: 3px;
}

.rl-header__nav {
	flex: 1;
}

.rl-header__menu {
	display: flex;
	align-items: center;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rl-header__menu-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 60px;
	padding: 0 12px;
	position: relative;
	color: #071b2c;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s ease;
}



.rl-header__menu-link:hover,
.rl-header__menu-link:focus-visible {
	color: #0f385a;
}

.rl-header__menu li {
	margin-bottom: 0;
}


.rl-header__menu-link--has-caret::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	border-radius: 0 0 1px 0;
	transform: rotate(45deg);
	opacity: 0.55;
	order: 2;
	position: relative;
	top: -2px;
	margin-left: 1px;
	transition: opacity 0.2s ease;
}

.rl-header__menu-link--has-caret:hover::before,
.rl-header__menu-link--has-caret:focus-visible::before {
	opacity: 1;
}

.rl-header__actions {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
}

.rl-header__lang-switcher {
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: center;
	justify-content: center;
}

.rl-header__lang-flag {
	display: inline-flex;
	opacity: 0.65;
	transition: opacity 0.2s ease;
}

.rl-header__lang-flag.is-active,
.rl-header__lang-flag:hover,
.rl-header__lang-flag:focus-visible {
	opacity: 1;
}

.rl-header__lang-flag img {
	display: block;
	width: 24px;
	height: auto;
	border-radius: 2px;
}

.rl-header__link,
.rl-header__cta {
	text-decoration: none;
}

.rl-header__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #071b2c;
	font-size: 13px;
	font-weight: 500;
}

.rl-header__phone-label {
	display: none;
}

.rl-header__phone-icon {
	display: inline-flex;
	width: 14px;
	height: 14px;
}

.rl-header__phone-icon svg,
.rl-announcement__icon svg,
.rl-announcement__dismiss svg {
	display: block;
	width: 100%;
	height: 100%;
	 
}

.rl-header__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 18px;
	border-radius: 8px;
	background: #63cf7d;
	color: #071b2c;
	font-size: 13px;
	font-weight: 600;
	transition: opacity 0.2s ease;
}

.rl-header__link:hover,
.rl-header__cta:hover {
	opacity: 0.78;
}

.rl-announcement {
	background: #071b2c;
	color: #ffffff;
	width: 100%;
	position: relative;
}

.rl-announcement__inner {
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	position: relative;
}

.rl-announcement__label,
.rl-announcement__nav,
.rl-announcement__links {
	display: flex;
	align-items: center;
}

.rl-announcement__label {
	gap: 8px;
	font-size: 13px;
	font-weight: 500;
}

.rl-announcement__icon {
	display: inline-flex;
	width: 14px;
	height: 14px;
	color: #63cf7d;
}

.rl-announcement__links {
	gap: 14px;
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rl-announcement__item {
	margin: 0;
	padding: 0;
	position: relative;
}

.rl-announcement__item + .rl-announcement__item {
	padding-left: 14px;
}

.rl-announcement__item + .rl-announcement__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 14px;
	background: rgba(70, 143, 224, 0.7);
	transform: translateY(-50%);
}

.rl-announcement__link {
	display: inline;
	color: #ffffff !important;
	text-decoration: none;
}

.rl-announcement__link:hover,
.rl-announcement__link:focus-visible {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rl-announcement__link--arrow .rl-announcement__link-text::after {
	content: "\00a0\2192";
}

.rl-announcement__link--highlight {
	color: #63cf7d !important;
	font-weight: 600;
}

.rl-announcement__dismiss {
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0 !important;
	background: transparent;
	color: #468fe0 !important;
	cursor: pointer;
	padding: 0 !important;
	background: none !important;
}

.rl-announcement__dismiss svg {
	width: 16px;
	height: 16px;
}

.rl-announcement.is-hidden {
	display: none;
}

@media (max-width: 1200px) {
	.rl-header__nav {
		display: none;
	}

	.rl-header__inner {
		flex-wrap: wrap;
		gap: 0;
	} 

	.rl-header__inner_mobile-top {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	} 
}

@media (max-width: 767px) {
	.rl-header__inner_mobile-top {
		width: 100%;
		padding: 10px 0;
		display: flex;
		justify-content: space-between;
		position: relative;
	}

	.rl-header__inner_mobile-top:before {
		position: absolute;
		top: 0;
		left: -16px;
		bottom: 0;
		right: -16px;
		background: #fff;
		content: '';
		border-bottom: 1px solid #d6d7d8;
	}

	.rl-header__inner_mobile-top .rl-header__brand { z-index: 1; position: relative; }

	.rl-header__inner,
	.rl-announcement__inner {
		padding: 0 16px;
	}

	.rl-header__inner {
		flex-wrap: wrap;
		min-height: 0;
		padding-top: 0;
		padding-bottom: 0;
		gap: 0;
		background: #fff;
	}

	.rl-header__actions {
		display: flex;
		width: 100%;
		gap: 10px;
		padding: 12px 0 14px;
	}

	.rl-header__lang-switcher {
		display: none;
	}

	.rl-header__primary a {
		color: #fff!important;
	}
	

	.rl-header__link,
	.rl-header__cta {
		flex: 1;
		align-items: center;
		justify-content: center;
		gap: 6px;
		padding: 11px 14px;
		border-radius: 8px;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.2 !important;
		white-space: nowrap;
		color: #fff !important;
	}

	.rl-header__link {
		background: #1a1a2e;
	}

	.rl-header__cta {
		background: #4caf50;
	}

	.rl-header__phone-number {
		display: none;
	}

	.rl-header__phone-label {
		display: inline;
	}

	.rl-header__brand-title {
		font-size: 18px;
	}

	.rl-announcement__inner {
		min-height: auto;
		padding: 10px 16px;
		flex-wrap: nowrap;
		justify-content: center;
		gap: 4px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.rl-announcement,
	.rl-announcement__label,
	.rl-announcement__links,
	.rl-announcement__link {
		font-size: 14px;
	}

	.rl-announcement__inner::-webkit-scrollbar {
		display: none;
	}

	.rl-announcement__label {
		flex-shrink: 0;
	}

	.rl-announcement__links {
		flex-wrap: nowrap;
		flex-shrink: 0;
		gap: 0;
	}

	.rl-announcement__item {
		display: none;
	}

	.rl-announcement__item + .rl-announcement__item {
		padding-left: 5px;
	}

	.rl-announcement__item + .rl-announcement__item::before {
		content: none;
	}

	.rl-announcement__item--highlight {
		display: block;
		border-left: 0;
		padding-left: 0;
	}

	.rl-announcement__link {
		color: #ffffff !important;
		white-space: nowrap;
	}

	.rl-announcement__link--highlight {
		display: inline-flex;
		color: #63cf7d !important;
	}

	.rl-announcement__dismiss {
		display: none;
	}

	.rl-announcement::before {
		content: none;
	}
}

@media (max-width: 480px) {
	.rl-header__brand {
		width: 180px;
	}
}


/* burger */

.btn-burger {
	z-index: 12;
	transition: all .3s;
	right: 0;
	display: none !important;
	width: 24px;
	height: 20px;
	transform: rotate(0deg);
	cursor: pointer;
	margin-left: 20px;
	background: none !important;
	border: none;
	padding: 0 !important;
	position: relative;
}

.btn-burger:focus,
.btn-burger:focus-visible {
	outline: none;
	box-shadow: none;
}

.btn-burger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

.btn-burger span:nth-child(1) {
	top: 0px;
}

.btn-burger span:nth-child(2) {
	top: 9px;
}

.btn-burger span:nth-child(3) {
	top: 18px;
}


.btn-burger.open span:nth-child(1) {
	top: 9px;
	transform: rotate(135deg);
}

.btn-burger.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.btn-burger.open span:nth-child(3) {
	top: 9px;
	transform: rotate(-135deg);
}

.home .btn-burger.open span {
	background: #000;
}

@media screen and (min-width:768px) and (max-width:1200px) {
	.btn-burger_tablet {
		display: flex !important;
		border: none !important;
		width: 24px !important;
	}

	.rl-header__actions {
		margin-left: auto;
	}

}

@media screen and (max-width:767px) {
	.btn-burger {
		display: block !important;
		border: none !important;
		width: 24px !important;
	}

	.btn-burger_tablet {
		display: none !important;
	}
}


/* ── Mobile Menu Panel ──────────────────────────────────────────────────────── */

body.rl-menu-open {
	overflow: hidden;
}

/* Panel */
.rl-mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 320px;
	max-width: 90vw;
	height: 100%;
	height: 100dvh;
	background: #ffffff;
	z-index: 200;
	transform: translateX(-100%);
	transition: transform 0.3s ease;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	box-shadow: 4px 0 24px rgba(0, 0, 0, 0.14);
}

.rl-mobile-menu.is-open {
	transform: translateX(0);
}

/* Overlay */
.rl-mobile-menu__overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: 199;
}

body.rl-menu-open .rl-mobile-menu__overlay {
	display: block;
}

/* Header row — logo + close */
.rl-mobile-menu__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 9px 20px;
	border-bottom: 1px solid #e5e7eb;
	flex-shrink: 0;
}


.rl-mobile-menu__brand { display: inline-flex; align-items: center; max-width: 200px; width: 100%; }

.rl-mobile-menu__brand img  {
	height: 36px;
	width: auto;
}
.rl-mobile-menu__brand svg {
	height: 32px; width: auto;
}

.rl-mobile-menu__close {
	background: none;
	border: none;
	cursor: pointer;
	padding: 6px !important;
	background: none !important;
	color: #374151;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	right: -6px;
}

.rl-mobile-menu__close svg {
	width: 22px;
	height: 22px;
}

/* Actions row — two CTA buttons */
.rl-mobile-menu__actions {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 14px 19px;
	border-bottom: 1px solid #e5e7eb;
	flex-shrink: 0;
}

.rl-mobile-menu__btn-link,
.rl-mobile-menu__btn-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	flex: 1;
	padding: 10px 13px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	color: #fff !important;
}

.rl-mobile-menu__btn-link {
	background: #1a1a2e;
	color: #ffffff;
}

.rl-mobile-menu__btn-cta {
	background: #4caf50;
	color: #ffffff;
}

/* Nav list */
.rl-mobile-menu__nav {
	flex: 1;
	overflow-y: auto;
}

.rl-mobile-menu__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Top-level item wrapper */
.rl-mobile-menu__item {
	border-bottom: 1px solid #f0f1f3;
}

/* Top-level link row — link + chevron button */
.rl-mobile-menu__link-row {
	display: flex;
	align-items: center;
}

.rl-mobile-menu__item--has-children .rl-mobile-menu__link-row {
	cursor: pointer;
}

.rl-mobile-menu__link {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 1;
	padding: 14px 20px;
	font-size: 15px;
	font-weight: 600;
	color: #1a1a2e !important;
	text-decoration: none;
}

.rl-mobile-menu__link:hover {
	color: #0f385a;
}

.rl-mobile-menu__item--colored > .rl-mobile-menu__link-row {
	background: rgba(99, 207, 125, 0.12);
	border-left: 3px solid #63cf7d;
}

.rl-mobile-menu__item--colored-green > .rl-mobile-menu__link-row {
	background: rgba(99, 207, 125, 0.12);
	border-left: 3px solid #63cf7d;
}

.rl-mobile-menu__item--colored > .rl-mobile-menu__link-row .rl-mobile-menu__link,
.rl-mobile-menu__item--colored-green > .rl-mobile-menu__link-row .rl-mobile-menu__link {
	padding-left: 17px;
}

.rl-mobile-menu__link-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.rl-mobile-menu__link-text strong {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	color: #071b2c;
}

.rl-mobile-menu__link-text span {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.35;
	color: #6b7280;
}

.rl-mobile-menu__icon {
	display: flex;
	align-items: center;
	flex-shrink: 0; 
}

.rl-mobile-menu__item--colored-icon > .rl-mobile-menu__link-row .rl-mobile-menu__icon,
.rl-mobile-menu__sublink--colored-icon .rl-mobile-menu__icon {
	color: #63cf7d;
}

.rl-mobile-menu__item--has-children.is-open > .rl-mobile-menu__link-row .rl-mobile-menu__link > .rl-mobile-menu__icon {
	color: #63cf7d;
}

/* Chevron button */
.rl-mobile-menu__chevron-btn {
	background: none;
	border: none !important;
	border-radius: 0 !important;
	cursor: pointer;
	padding: 14px 16px !important;
	background: none !important;
	display: flex;
	align-items: center;
	color: #9ca3af !important;
}

.rl-mobile-menu__chevron {
	width: 16px;
	position: relative;
	top: 4px;
	height: 16px;
	transition: transform 0.25s ease;
}

.rl-mobile-menu__item--has-children.is-open > .rl-mobile-menu__link-row .rl-mobile-menu__chevron {
	transform: rotate(90deg);
}

.rl-mobile-menu__nested-item {
	border-top: 1px solid #edf0f3;
}

.rl-mobile-menu__nested-item:first-child {
	border-top: 0;
}

.rl-mobile-menu__nested-row {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.rl-mobile-menu__nested-link {
	flex: 1;
	padding: 14px 20px 14px 40px;
	font-weight: 600;
}

.rl-mobile-menu__nested-toggle {
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	color: #9ca3af !important;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 14px 18px !important;
}

.rl-mobile-menu__nested-chevron {
	width: 15px;
	height: 15px;
	transition: transform 0.25s ease;
}

.rl-mobile-menu__nested-item.is-open > .rl-mobile-menu__nested-row .rl-mobile-menu__nested-chevron {
	transform: rotate(90deg);
}

/* Submenu accordion */
.rl-mobile-menu__submenu {
	display: none;
	padding: 0;
	background: #f9fafb;
	border-top: 1px solid #f0f1f3;
}

.rl-mobile-menu__item--has-children.is-open > .rl-mobile-menu__submenu {
	display: block;
}

.rl-mobile-menu__nested-submenu {
	display: none;
	padding: 0;
	background: #ffffff;
}

.rl-mobile-menu__nested-item.is-open > .rl-mobile-menu__nested-submenu {
	display: block;
}

/* Group heading */
.rl-mobile-menu__group {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #9ca3af;
	padding: 10px 20px 4px 40px;
	margin: 0;
}

/* Sub-links */
.rl-mobile-menu__sublink {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 9px 20px 9px 40px;
	font-size: 14px;
	color: #374151 !important;
	text-decoration: none;
}

.rl-mobile-menu__sublink.rl-mobile-menu__nested-link {
	padding: 14px 20px 14px 40px;
}

.rl-mobile-menu__nested-submenu .rl-mobile-menu__sublink {
	padding: 14px 20px 14px 58px;
	font-size: 13px;
}

.rl-mobile-menu__sublink:hover {
	color: #0f385a !important;
}

.rl-mobile-menu__sublink--colored {
	color: #468fe0 !important;
}

.rl-mobile-menu__sublink--colored-green {
	color: #63cf7d !important;
}

/* Footer — phone left, español right */
.rl-mobile-menu__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 20px;
	border-top: 1px solid #e5e7eb;
	flex-shrink: 0;
	margin-top: auto;
}

.rl-mobile-menu__footer-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 600;
	color: #468fe0 !important;
	text-decoration: none;
}

.rl-mobile-menu__footer-lang {
	font-size: 13px;
	font-weight: 600;
	color: #468fe0 !important;
	text-decoration: none;
}

/* Hide mega menu on mobile */
@media (max-width: 1200px) {
	.rl-mega-menu {
		display: none !important;
	}
}


/* ── Mega Menu ─────────────────────────────────────────────────────────────── */

.rl-header__nav {
	position: relative;
}

.rl-header__menu-item {
	position: static;
}

.rl-mega-menu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 110%;
	background: transparent;
	z-index: 20;
	padding-top: 6px;
	transition: all .3s;
}

.rl-mega-menu__wrap {
	max-width: 1150px;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
}

.rl-header__menu-item--has-dropdown:hover > .rl-mega-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

/* Active/open caret rotation */
.rl-header__menu-item--has-dropdown:hover > .rl-header__menu-link::before {
	transform: rotate(225deg);
	top: 1px;
}

/* Active underline on menu link */
.rl-header__menu-item--has-dropdown:hover > .rl-header__menu-link {
	color: #0f385a;
}

/* Keyboard / JS-driven open state — mirrors :hover */
.rl-header__menu-item--has-dropdown.is-open > .rl-mega-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.rl-header__menu-item--has-dropdown.is-open > .rl-header__menu-link::before {
	transform: rotate(225deg);
	top: 1px;
}

.rl-header__menu-item--has-dropdown.is-open > .rl-header__menu-link {
	color: #0f385a;
}

.rl-mega-menu__inner {
	padding: 24px 0;
	display: flex;
}

/* Columns */
.rl-mega-menu__col {
	flex: 1;
	min-width: 0;
	padding: 0 20px;
	position: relative;
}

.rl-mega-menu__col::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-left: 1px solid #e5e7eb;
}

.rl-mega-menu__col:first-child::before {
	display: none;
}

/* Column heading */
.rl-mega-menu__heading {
	margin: 0 0 16px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e7eb;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6b7280;
}

/* List */
.rl-mega-menu__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rl-mega-menu__item {
	margin-bottom: 0;
}

/* Link row */
.rl-mega-menu__link {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 10px 8px;
	border-radius: 8px;
	text-decoration: none;
	color: #071b2c;
	transition: background 0.15s ease;
}

.rl-mega-menu__link:hover {
	background: #f3f4f6;
	color: #071b2c !important;
	opacity: 1 !important;
}

/* Icon */
.rl-mega-menu__icon {
	display: inline-flex;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-top: -1px;
	color: #6b7280;
}

.rl-mega-menu__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.rl-mega-menu__link:hover .rl-mega-menu__icon {
	color: #0f385a;
}

.rl-mega-menu__link--colored .rl-mega-menu__icon,
.rl-mega-menu__link--colored:hover .rl-mega-menu__icon,
.rl-mega-menu__link--colored .rl-mega-menu__link-text > strong {
	color: #468fe0;
}

.rl-mega-menu__link--colored-green .rl-mega-menu__icon,
.rl-mega-menu__link--colored-green:hover .rl-mega-menu__icon,
.rl-mega-menu__link--colored-green .rl-mega-menu__link-text > strong {
	color: #63cf7d;
}

.rl-mega-menu__link--colored-icon .rl-mega-menu__icon,
.rl-mega-menu__link--colored-icon:hover .rl-mega-menu__icon {
	color: #63cf7d;
}

/* Link text */
.rl-mega-menu__link-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.rl-mega-menu__link-text strong {
	font-size: 14px;
	font-weight: 600;
	color: #071b2c;
	line-height: 1.3;
}

.rl-mega-menu__link-text span {
	font-size: 12px;
	color: #6b7280;
	line-height: 1.4;
}

.rl-mega-menu__link-text--accent {
	color: #0ea35a !important;
}

/* Muted item (coming soon) */
.rl-mega-menu__item--muted .rl-mega-menu__link {
	opacity: 0.6;
	cursor: default;
	pointer-events: none;
}

/* See all / Browse link */
.rl-mega-menu__see-all {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 12px;
	margin-left: 8px;
	font-size: 13px;
	font-weight: 600;
	color: #0ea35a;
	text-decoration: none;
	transition: gap 0.15s ease;
}

.rl-mega-menu__see-all:hover {
	gap: 10px;
	color: #0ea35a !important;
	opacity: 1 !important;
}

.rl-mega-menu__see-all svg {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}

/* ── Promo block ─────────────────────────────────────────────────────────── */

.rl-mega-menu__promo {
	background: #f0faf4;
	border: 1px solid #c6ead3;
	border-radius: 12px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.rl-mega-menu__promo-header {
	display: flex;
	align-items: center;
	gap: 12px;
}

.rl-mega-menu__promo-icon {
	display: inline-flex;
	width: 40px;
	height: 40px;
	background: #63cf7d;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	color: #071b2c;
	flex-shrink: 0;
}

.rl-mega-menu__promo-icon svg {
	width: 22px;
	height: 22px;
}

.rl-mega-menu__promo-title {
	margin: 0;
	font-size: 14px !important;
	font-weight: 700;
	color: #071b2c;
	line-height: 1.3 !important;
	font-family: "Circular Std", sans-serif !important;
}

.rl-mega-menu__promo-desc {
	margin: 0;
	font-size: 13px;
	color: #374151;
	line-height: 1.5;
}

.rl-mega-menu__promo-checks {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.rl-mega-menu__promo-checks li {
	font-size: 12px;
	color: #374151;
	padding-left: 18px;
	position: relative;
	margin-bottom: 0;
}

.rl-mega-menu__promo-checks li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #0ea35a;
	font-weight: 700;
}

.rl-mega-menu__promo-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 16px;
	border-radius: 8px;
	background: #63cf7d;
	color: #071b2c !important;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.rl-mega-menu__promo-cta:hover {
	opacity: 0.85;
}

.rl-mega-menu__promo-phone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 12px;
	color: #6b7280 !important;
	text-decoration: none;
	transition: color 0.15s ease;
}

.rl-mega-menu__promo-phone:hover {
	color: #071b2c !important;
	opacity: 1 !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rl-mega-menu__promo-phone svg {
	width: 13px;
	height: 13px;
}
