/**
 * Resumefy Elementor widgets — marketing components.
 */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');

:root {
	--rfel-blue: #1a91f0;
	--rfel-blue-dark: #10529b;
	--rfel-navy: #0c264c;
	--rfel-ink: #1e2532;
	--rfel-muted: #656e83;
	--rfel-soft: #eaf6ff;
	--rfel-line: #e7eaf4;
	--rfel-radius: 20px;
	--rfel-font: 'DM Sans', system-ui, sans-serif;
}

.rfel-header,
.rfel-hero,
.rfel-features,
.rfel-writers,
.rfel-hiw,
.rfel-toolkit,
.rfel-tools,
.rfel-stories,
.rfel-pricing,
.rfel-testimonials,
.rfel-cta,
.rfel-faq,
.rfel-contact,
.rfel-page-hero,
.rfel-logos,
.rfel-footer,
.rfel-diy-hero,
.rfel-diy-highlight,
.rfel-diy-features,
.rfel-diy-cloud,
.rfel-diy-reviews,
.rfel-diy-cta,
.rfel-jp-page,
.rfel-jp-hero,
.rfel-jp-stats,
.rfel-jp-highlight,
.rfel-jp-benefits,
.rfel-jp-hiw,
.rfel-jp-stories,
.rfel-jp-testimonials,
.rfel-jp-included,
.rfel-jp-pricing,
.rfel-jp-compare,
.rfel-jp-faq,
.rfel-ca-page,
.rfel-ca-header,
.rfel-ca-featured,
.rfel-ca-category,
.rfel-ca-more,
.rfel-ca-cta,
.rfel-ca-container,
.rfel-pl-page,
.rfel-pl-packages,
.rfel-pl-main,
.rfel-pl-hiw,
.rfel-pl-reviews,
.rfel-pl-stats,
.rfel-pl-faq,
.rfel-pl-cta,
.rfel-pl-container,
.rfel-pr-page,
.rfel-pr-header,
.rfel-pr-content,
.rfel-pr-container,
.rfel-wr-page,
.rfel-wr-hero,
.rfel-wr-mission,
.rfel-wr-profiles,
.rfel-wr-stats,
.rfel-wr-hiw,
.rfel-wr-get,
.rfel-wr-container,
.rfel-acv-page,
.rfel-acv-hero,
.rfel-acv-reviews,
.rfel-acv-features,
.rfel-acv-hiw,
.rfel-acv-faq,
.rfel-acv-cta,
.rfel-acv-container {
	font-family: var(--rfel-font);
	color: var(--rfel-ink);
	box-sizing: border-box;
}

.rfel-header *,
.rfel-hero *,
.rfel-features *,
.rfel-writers *,
.rfel-hiw *,
.rfel-toolkit *,
.rfel-tools *,
.rfel-stories *,
.rfel-pricing *,
.rfel-testimonials *,
.rfel-cta *,
.rfel-diy-hero *,
.rfel-diy-highlight *,
.rfel-diy-features *,
.rfel-diy-cloud *,
.rfel-diy-reviews *,
.rfel-diy-cta *,
.rfel-jp-page *,
.rfel-jp-hero *,
.rfel-jp-stats *,
.rfel-jp-highlight *,
.rfel-jp-benefits *,
.rfel-jp-hiw *,
.rfel-jp-stories *,
.rfel-jp-testimonials *,
.rfel-jp-included *,
.rfel-jp-pricing *,
.rfel-jp-compare *,
.rfel-jp-faq *,
.rfel-ca-page *,
.rfel-ca-header *,
.rfel-ca-featured *,
.rfel-ca-category *,
.rfel-ca-more *,
.rfel-ca-cta *,
.rfel-ca-container *,
.rfel-pl-page *,
.rfel-pl-packages *,
.rfel-pl-main *,
.rfel-pl-hiw *,
.rfel-pl-reviews *,
.rfel-pl-stats *,
.rfel-pl-faq *,
.rfel-pl-cta *,
.rfel-pl-container *,
.rfel-pr-page *,
.rfel-pr-header *,
.rfel-pr-content *,
.rfel-pr-container *,
.rfel-wr-page *,
.rfel-wr-hero *,
.rfel-wr-mission *,
.rfel-wr-profiles *,
.rfel-wr-stats *,
.rfel-wr-hiw *,
.rfel-wr-get *,
.rfel-wr-container *,
.rfel-acv-page *,
.rfel-acv-hero *,
.rfel-acv-reviews *,
.rfel-acv-features *,
.rfel-acv-hiw *,
.rfel-acv-faq *,
.rfel-acv-cta *,
.rfel-acv-container *,
.rfel-faq *,
.rfel-contact *,
.rfel-page-hero *,
.rfel-logos *,
.rfel-footer * {
	box-sizing: border-box;
}

/* Buttons */
.rfel-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 17px;
	line-height: 1.3;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}

.rfel-btn:hover {
	transform: translateY(-1px);
}

.rfel-btn--primary {
	background: var(--rfel-blue);
	color: #fff;
}

.rfel-btn--primary:hover {
	background: #1170cd;
	color: #fff;
}

.rfel-btn--ghost {
	background: rgba(26, 145, 240, 0.1);
	color: var(--rfel-ink);
}

.rfel-btn--outline {
	background: transparent;
	color: var(--rfel-blue);
	border: 1px solid var(--rfel-blue);
}

.rfel-btn--outline:hover {
	background: rgba(26, 145, 240, 0.08);
	color: var(--rfel-blue);
}

.rfel-btn--secondary {
	background: rgba(26, 145, 240, 0.12);
	color: var(--rfel-ink);
	gap: 8px;
}

.rfel-btn--secondary:hover {
	background: rgba(26, 145, 240, 0.2);
	color: var(--rfel-ink);
}

.rfel-btn--light {
	background: #fff;
	color: var(--rfel-navy);
}

.rfel-btn--block {
	width: 100%;
}

/* Stretch Elementor wrappers around full-bleed widgets */
.elementor-widget-resumefy_header,
.elementor-widget-resumefy_footer,
.elementor-widget-resumefy_cta {
	width: 100% !important;
	max-width: none !important;
}

.elementor-widget-resumefy_header > .elementor-widget-container,
.elementor-widget-resumefy_footer > .elementor-widget-container,
.elementor-widget-resumefy_cta > .elementor-widget-container {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
	overflow: visible !important;
}

.elementor-section:has(.elementor-widget-resumefy_header) > .elementor-container,
.elementor-section:has(.elementor-widget-resumefy_footer) > .elementor-container,
.elementor-section:has(.elementor-widget-resumefy_cta) > .elementor-container,
.e-con:has([class*="elementor-widget-resumefy_"]),
.e-con:has([class*="elementor-widget-resumefy_"]) > .e-con-inner {
	max-width: 100% !important;
	width: 100% !important;
}

/* Remove Elementor .e-con-inner padding on Resumefy pages (full width) */
.elementor:has([class*="elementor-widget-resumefy_"]) .e-con-inner,
.e-con:has([class*="elementor-widget-resumefy_"]) > .e-con-inner,
.e-con-inner:has([class*="elementor-widget-resumefy_"]) {
	--padding-block-start: 0px !important;
	--padding-block-end: 0px !important;
	--padding-inline-start: 0px !important;
	--padding-inline-end: 0px !important;
	--padding-top: 0px !important;
	--padding-right: 0px !important;
	--padding-bottom: 0px !important;
	--padding-left: 0px !important;
	padding: 0 !important;
	padding-block-start: 0 !important;
	padding-block-end: 0 !important;
	padding-inline-start: 0 !important;
	padding-inline-end: 0 !important;
}

/* Override Header Footer Builder hide rules (too broad: all header/footer tags) */
body.turbo-hide-theme-header .rfel-header,
body.turbo-hide-theme-header .rfel-nav,
body.tahefobu-hide-theme-footer .rfel-footer {
	display: block !important;
}

/* Header — break out of Astra/Elementor boxed content */
.rfel-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background: #fff;
	box-shadow: 0 1px 0 rgba(30, 37, 50, 0.06);
}

.admin-bar .rfel-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .rfel-header {
		top: 46px;
	}
}

.rfel-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: #fff;
	width: 100%;
}

.rfel-banner__link {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 16px;
	color: #fff;
	text-decoration: none;
	font-size: 17px;
}

.rfel-banner__cta {
	border: 1px solid #fff;
	padding: 4px 16px;
}

.rfel-banner__close {
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	padding: 10px 16px;
	cursor: pointer;
}

.rfel-nav {
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid var(--rfel-line);
	width: 100%;
}

.rfel-nav__inner {
	width: 100%;
	max-width: 1428px;
	margin: 0 auto;
	padding: 16px clamp(16px, 3vw, 32px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.rfel-nav__logo img {
	height: 36px;
	width: auto;
	display: block;
}

.rfel-nav__menu {
	display: none;
}

.rfel-nav__menu > ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 4px;
	align-items: center;
}

.rfel-nav__empty {
	margin: 0;
	padding: 10px 14px;
	font-size: 14px;
	color: var(--rfel-muted);
}

.rfel-nav__item {
	position: relative;
	list-style: none;
}

.rfel-nav__menu a,
.rfel-nav__trigger {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 10px 14px;
	border-radius: 12px;
	color: var(--rfel-ink);
	text-decoration: none;
	font-size: 17px;
}

.rfel-nav__menu a:hover,
.rfel-nav__trigger:hover {
	background: #f3f5f9;
}

.rfel-nav__trigger {
	border: 0;
	background: transparent;
	cursor: pointer;
	font: inherit;
	line-height: inherit;
}

.rfel-nav__parent {
	padding: 0;
	border-radius: 0;
}

.rfel-nav__parent:hover {
	background: transparent;
}

.rfel-nav__chevron {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	transition: transform 0.2s ease;
	color: var(--rfel-ink);
}

.rfel-nav__item.is-open .rfel-nav__chevron,
.rfel-nav__item--has-submenu:hover .rfel-nav__chevron {
	transform: rotate(180deg);
}

.rfel-nav__submenu {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	min-width: 240px;
	margin: 0;
	padding: 8px;
	list-style: none;
	background: #fff;
	border: 1px solid var(--rfel-line);
	border-radius: 12px;
	box-shadow: 0 12px 32px rgba(30, 37, 50, 0.12);
	z-index: 1001;
	display: none;
}

.rfel-nav__item--has-submenu:hover .rfel-nav__submenu,
.rfel-nav__item--has-submenu.is-open .rfel-nav__submenu {
	display: block;
}

.rfel-nav__submenu a {
	display: block;
	width: 100%;
	padding: 10px 12px;
	border-radius: 8px;
	font-size: 16px;
	white-space: nowrap;
}

.rfel-nav__submenu a:hover {
	background: #f3f5f9;
}

.rfel-badge {
	display: inline-flex;
	padding: 2px 8px;
	border-radius: 999px;
	background: #eaf6ff;
	color: var(--rfel-blue);
	font-size: 12px;
	font-weight: 700;
}

.rfel-badge--corner {
	position: absolute;
	top: -2px;
	right: 8px;
	z-index: 2;
	pointer-events: none;
}

.rfel-nav__actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.rfel-nav__signin {
	color: var(--rfel-blue);
	text-decoration: none;
	font-size: 17px;
	font-weight: 600;
}

.rfel-nav__toggle {
	display: inline-flex;
	flex-direction: column;
	gap: 5px;
	background: transparent;
	border: 0;
	padding: 6px;
	cursor: pointer;
}

.rfel-nav__toggle span {
	display: block;
	width: 22px;
	height: 2px;
	background: var(--rfel-ink);
}

.rfel-nav__mobile {
	border-top: 1px solid var(--rfel-line);
	background: #fff;
	padding: 12px 24px 20px;
}

.rfel-nav__mobile[hidden] {
	display: none !important;
}

.rfel-nav__mobile ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rfel-nav__mobile-item {
	list-style: none;
}

.rfel-nav__mobile a,
.rfel-nav__mobile-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 12px 0;
	color: var(--rfel-ink);
	text-decoration: none;
	border-bottom: 1px solid var(--rfel-line);
	background: transparent;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	font: inherit;
	font-size: 17px;
	cursor: pointer;
	text-align: left;
}

.rfel-nav__mobile-submenu {
	list-style: none;
	margin: 0;
	padding: 0 0 8px 12px;
}

.rfel-nav__mobile-submenu[hidden] {
	display: none !important;
}

.rfel-nav__mobile-submenu a {
	padding: 10px 0;
	font-size: 16px;
	color: var(--rfel-muted);
	border-bottom: 1px solid var(--rfel-line);
}

.rfel-nav__mobile-item.is-open .rfel-nav__chevron {
	transform: rotate(180deg);
}

@media (min-width: 1024px) {
	.rfel-nav__menu {
		display: block;
	}
	.rfel-nav__toggle,
	.rfel-nav__mobile {
		display: none !important;
	}
}

/* Hero */
.rfel-hero {
	max-width: 1428px;
	margin: 0 auto;
	padding: 0 16px;
}

.rfel-hero__panel {
	border-radius: var(--rfel-radius);
	overflow: hidden;
	padding: 28px 20px 0;
	text-align: center;
}

.rfel-hero__title {
	margin: 0 0 24px;
	font-size: clamp(34px, 5vw, 60px);
	line-height: 1.05;
	font-weight: 500;
	max-width: 900px;
	margin-inline: auto;
}

.rfel-hero__highlight {
	color: var(--rfel-blue);
}

.rfel-hero__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-bottom: 16px;
}

.rfel-hero__reviews {
	color: var(--rfel-muted);
	font-size: 16px;
	display: flex;
	gap: 8px;
	justify-content: center;
	align-items: center;
}

.rfel-hero__star {
	width: 22px;
	height: 22px;
	display: block;
}

.rfel-hero__media {
	margin-top: 20px;
}

.rfel-hero__media img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* Logos */
.rfel-logos {
	max-width: 1120px;
	margin: 24px auto;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 18px;
	color: var(--rfel-muted);
}

.rfel-logos__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 22px;
}

.rfel-logos img {
	height: 36px;
	width: auto;
	opacity: 0.75;
	filter: grayscale(1);
}

.rfel-logos__fallback {
	font-weight: 700;
	letter-spacing: 0.02em;
	opacity: 0.55;
}

/* Features */
.rfel-features {
	max-width: 1120px;
	margin: 0 auto;
	padding: 48px 20px;
}

.rfel-features__head {
	text-align: center;
	margin-bottom: 28px;
}

.rfel-features__head h2 {
	margin: 0 0 10px;
	font-size: clamp(28px, 4vw, 43px);
	font-weight: 500;
}

.rfel-features__head p {
	margin: 0 auto;
	max-width: 640px;
	color: var(--rfel-muted);
}

.rfel-features__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.rfel-feature {
	display: grid;
	grid-template-columns: 1fr;
	border: 1px solid var(--rfel-line);
	border-radius: var(--rfel-radius);
	overflow: hidden;
	background: #fff;
}

.rfel-feature__body {
	padding: 24px;
}

.rfel-feature__body h3 {
	margin: 0 0 8px;
	font-size: 22px;
	font-weight: 500;
}

.rfel-feature__body p {
	margin: 0;
	color: var(--rfel-muted);
}

.rfel-feature__media img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
}

@media (min-width: 768px) {
	.rfel-features__grid {
		grid-template-columns: 1fr 1fr;
	}
	.rfel-feature {
		grid-template-columns: 1.1fr 0.9fr;
		align-items: stretch;
	}
	.rfel-feature__media img {
		height: 100%;
		min-height: 180px;
	}
}

/* Pricing */
.rfel-pricing {
	max-width: 1428px;
	margin: 0 auto;
	padding: 16px clamp(12px, 2vw, 24px);
}

.rfel-pricing__panel {
	background: #eaf6ff;
	border-radius: 20px;
	padding: 28px clamp(16px, 3vw, 40px) 32px;
}

.rfel-pricing__head {
	text-align: center;
	margin: 0 auto 28px;
	max-width: 720px;
}

.rfel-eyebrow {
	color: #656e83;
	margin: 0 0 8px;
	font-size: 16px;
	white-space: nowrap;
}

.rfel-pricing__head h2 {
	margin: 0 0 14px;
	font-size: clamp(34px, 4.5vw, 54px);
	font-weight: 500;
	line-height: 1.05;
	color: var(--rfel-ink);
}

.rfel-pricing__reviews {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 0;
	flex-wrap: wrap;
}

.rfel-pricing__reviews-count {
	color: var(--rfel-blue);
	font-size: 16px;
	line-height: 1.25;
}

.rfel-pricing__star {
	width: 22px;
	height: 22px;
	display: block;
	object-fit: contain;
}

.rfel-pricing__reviews-brand {
	color: var(--rfel-ink);
	font-weight: 600;
	font-size: 16px;
}

.rfel-pricing__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	align-items: stretch;
}

.rfel-plan {
	position: relative;
	background: #fff;
	border-radius: 12px;
	padding: 28px 22px 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	border: 1px solid transparent;
	height: 100%;
}

.rfel-plan.has-badge {
	padding-top: 40px;
}

.rfel-plan.is-featured {
	border-color: rgba(26, 145, 240, 0.35);
	box-shadow: 0 8px 24px rgba(15, 56, 113, 0.06);
}

.rfel-plan__badge {
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	background: #e7f4ed;
	color: #094025;
	font-size: 13px;
	font-weight: 600;
	padding: 4px 12px;
	border-radius: 999px;
	white-space: nowrap;
	z-index: 2;
	line-height: 1.3;
}

.rfel-plan__top {
	text-align: center;
}

.rfel-plan__top h3 {
	margin: 0 0 6px;
	font-size: clamp(24px, 2vw, 30px);
	font-weight: 500;
	line-height: 1.15;
	color: var(--rfel-ink);
}

.rfel-plan__desc {
	margin: 0;
	color: var(--rfel-ink);
	font-size: 17px;
	line-height: 1.3;
}

.rfel-plan__price {
	margin-top: 12px;
	font-size: clamp(26px, 2vw, 30px);
	font-weight: 500;
	color: var(--rfel-ink);
	line-height: 1.1;
}

.rfel-plan__note {
	margin: 6px 0 0 !important;
	font-size: 16px !important;
	line-height: 1.25 !important;
	color: #828ba2 !important;
}

.rfel-plan .rfel-btn--block {
	border-radius: 999px;
	font-weight: 500;
}

.rfel-plan__body {
	display: flex;
	flex-direction: column;
	gap: 22px;
	flex: 1;
}

.rfel-plan__group h4 {
	margin: 0 0 12px;
	font-size: 17px;
	font-weight: 500;
	color: var(--rfel-ink);
}

.rfel-plan__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.rfel-plan__list li {
	position: relative;
	padding-left: 28px;
	font-size: 16px;
	line-height: 1.3;
	color: var(--rfel-ink);
}

.rfel-plan__list--included li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--rfel-blue);
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M10 18a8 8 0 110-16 8 8 0 010 16zm3.1-10.9l-3.5 3.9-2.2-1.9L6 10.5l2.9 2.6c.5.5.9.5 1.4 0L14.5 8.5l-1.4-1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M10 18a8 8 0 110-16 8 8 0 010 16zm3.1-10.9l-3.5 3.9-2.2-1.9L6 10.5l2.9 2.6c.5.5.9.5 1.4 0L14.5 8.5l-1.4-1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.rfel-plan__list--addon li {
	color: #828ba2;
}

.rfel-plan__list--addon li::before {
	content: '+';
	position: absolute;
	left: 0;
	top: 1px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #bec4d5;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
}

.rfel-plan__more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	margin-top: auto;
	padding: 10px 14px;
	border: 0;
	border-radius: 10px;
	background: #f7f9fc;
	color: #656e83;
	font: inherit;
	font-size: 16px;
	cursor: pointer;
	text-align: left;
}

.rfel-plan__more:hover {
	color: var(--rfel-blue);
}

.rfel-plan__more-icon {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1.5px solid #bec4d5;
	color: #656e83;
	font-size: 12px;
	font-weight: 700;
	font-style: italic;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

@media (min-width: 768px) {
	.rfel-pricing__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}
}

@media (min-width: 1200px) {
	.rfel-pricing__panel {
		padding: 40px 48px 44px;
	}

	.rfel-pricing__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 12px;
	}

	.rfel-plan {
		padding-left: 18px;
		padding-right: 18px;
	}
}

/* Testimonials */
.rfel-testimonials {
	max-width: 1120px;
	margin: 0 auto;
	padding: 40px 20px;
}

.rfel-testimonials__title {
	margin: 0 0 20px;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 500;
}

.rfel-quote {
	background: #f7f9fc;
	border: 1px solid var(--rfel-line);
	border-radius: var(--rfel-radius);
	padding: 28px;
	min-height: 260px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.rfel-quote__photo {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 14px;
}

.rfel-quote__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.rfel-chip {
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 14px;
}

.rfel-chip--green {
	background: #e7f4ed;
	color: #094025;
}

.rfel-chip--blue {
	background: #eaf6ff;
	color: #1170cd;
}

.rfel-quote blockquote {
	margin: 0 0 18px;
	font-size: 20px;
	line-height: 1.45;
}

.rfel-quote__author {
	margin: auto 0 4px;
	font-weight: 600;
}

.rfel-quote__meta {
	margin: 0;
	color: #828ba2;
	font-size: 15px;
}

/* CTA */
.rfel-cta {
	--rfel-cta-bg: #0c264c;
	background: var(--rfel-cta-bg);
	color: #fff;
	padding: 56px 20px;
	text-align: center;
}

.rfel-cta__inner {
	max-width: 800px;
	margin: 0 auto;
}

.rfel-cta h2 {
	margin: 0 0 12px;
	font-size: clamp(28px, 4vw, 43px);
	font-weight: 500;
}

.rfel-cta__inner > p {
	margin: 0 0 22px;
	color: rgba(255, 255, 255, 0.65);
	font-size: 19px;
}

.rfel-cta__templates {
	max-width: 1200px;
	margin: 36px auto 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	padding: 0 16px;
	text-align: left;
}

.rfel-cta__card img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
	background: #fff;
}

.rfel-cta__card h3 {
	margin: 12px 0 4px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.rfel-cta__card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.6);
	font-size: 15px;
}

@media (min-width: 900px) {
	.rfel-cta__templates {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

/* FAQ */
.rfel-faq {
	max-width: 860px;
	margin: 0 auto;
	padding: 48px 20px;
}

.rfel-faq h2 {
	margin: 0 0 20px;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 500;
	text-align: center;
}

.rfel-faq__item {
	border-bottom: 1px solid var(--rfel-line);
}

.rfel-faq__item summary {
	cursor: pointer;
	list-style: none;
	padding: 18px 0;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.rfel-faq__item summary::-webkit-details-marker {
	display: none;
}

.rfel-faq__item summary::after {
	content: '+';
	font-weight: 400;
	color: var(--rfel-muted);
}

.rfel-faq__item[open] summary::after {
	content: '–';
}

.rfel-faq__answer {
	padding: 0 0 18px;
	color: var(--rfel-muted);
}

/* Footer — full-bleed edge-to-edge */
.rfel-footer {
	background: #1e2532;
	color: #bec4d5;
	padding: 48px clamp(20px, 4vw, 40px) 24px;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	box-sizing: border-box;
}

.rfel-footer__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.rfel-footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
}

.rfel-footer__heading {
	margin: 0 0 14px;
	font-size: 13px;
	letter-spacing: 0.08em;
	font-weight: 700;
	color: #828ba2;
}

.rfel-footer__col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.rfel-footer a {
	color: #bec4d5;
	text-decoration: none;
}

.rfel-footer a:hover {
	color: #fff;
}

.rfel-footer__brand img {
	height: 36px;
	width: auto;
	margin-bottom: 16px;
}

.rfel-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.rfel-social {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: transparent !important;
	line-height: 0;
	transition: transform .15s ease, opacity .15s ease;
}

.rfel-social svg {
	display: block !important;
	width: 25px !important;
	height: 24px !important;
	max-width: none !important;
}

.rfel-social:hover {
	transform: translateY(-1px);
	opacity: 0.9;
}

.rfel-social:hover svg circle {
	fill: #1a91f0;
}

.rfel-footer__legal {
	border-top: 1px solid #2c3444;
	margin-top: 32px;
	padding-top: 20px;
}

.rfel-footer__legal nav {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	font-size: 13px;
	margin-bottom: 10px;
}

.rfel-footer__newsletter {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #2c3444;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
}

.rfel-footer__newsletter-copy {
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 560px;
}

.rfel-footer__newsletter-copy svg {
	flex-shrink: 0;
}

.rfel-footer__newsletter p {
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
}

.rfel-footer__newsletter-form {
	flex: 1 1 280px;
	max-width: 420px;
}

.rfel-newsletter {
	display: flex;
}

.rfel-newsletter input {
	border: 0;
	border-radius: 6px 0 0 6px;
	padding: 12px 14px;
	min-width: 220px;
	flex: 1;
}

.rfel-newsletter .rfel-btn {
	border-radius: 0 6px 6px 0;
}

/* Contact Form 7 — Resumefy styles */
.rfel-cf7--newsletter,
.rfel-footer__newsletter-form .wpcf7 form {
	margin: 0;
}

.rfel-cf7--newsletter,
.rfel-footer__newsletter-form .wpcf7-form {
	display: flex !important;
	align-items: stretch;
	flex-wrap: nowrap;
	gap: 0;
	margin: 0;
}

.rfel-footer__newsletter-form .wpcf7-form p {
	margin: 0;
	display: flex;
	flex: 1;
}

.rfel-cf7--newsletter .wpcf7-form-control-wrap,
.rfel-footer__newsletter-form .wpcf7-form-control-wrap {
	flex: 1;
	display: block;
}

.rfel-cf7-email,
.rfel-footer__newsletter-form input[type="email"],
.rfel-footer__newsletter-form .wpcf7-email {
	width: 100% !important;
	min-width: 200px;
	border: 0 !important;
	border-radius: 4px 0 0 4px !important;
	padding: 12px 16px !important;
	background: #fff !important;
	color: #656e83 !important;
	font-size: 16px !important;
	line-height: 1.3 !important;
	height: 48px !important;
	box-shadow: none !important;
}

.rfel-cf7-submit,
.rfel-footer__newsletter-form input[type="submit"],
.rfel-footer__newsletter-form .wpcf7-submit {
	border: 0 !important;
	border-radius: 0 4px 4px 0 !important;
	background: #1a91f0 !important;
	color: #fff !important;
	padding: 12px 22px !important;
	height: 48px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	cursor: pointer;
	white-space: nowrap;
}

.rfel-cf7-submit:hover,
.rfel-footer__newsletter-form .wpcf7-submit:hover {
	background: #1170cd !important;
}

.rfel-footer__newsletter-form .wpcf7-response-output,
.rfel-contact__form .wpcf7-response-output {
	margin: 12px 0 0 !important;
	padding: 10px 12px !important;
	border-radius: 8px;
	font-size: 14px;
}

.rfel-footer__newsletter-form .wpcf7-not-valid-tip,
.rfel-contact__form .wpcf7-not-valid-tip {
	font-size: 13px;
	color: #ff8a8a;
}

/* Contact page */
.rfel-contact {
	padding: 56px 20px;
	background:
		radial-gradient(1200px 400px at 10% -10%, rgba(26, 145, 240, 0.12), transparent 60%),
		linear-gradient(180deg, #f7f9fc 0%, #fff 40%);
}

.rfel-contact__inner {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	gap: 36px;
}

.rfel-contact__eyebrow {
	margin: 0 0 8px;
	color: var(--rfel-blue);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.rfel-contact__copy h1 {
	margin: 0 0 14px;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 500;
	line-height: 1.1;
	color: var(--rfel-ink);
}

.rfel-contact__text {
	margin: 0 0 24px;
	font-size: 18px;
	line-height: 1.5;
	color: var(--rfel-muted);
	max-width: 480px;
}

.rfel-contact__meta {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
}

.rfel-contact__meta li {
	display: grid;
	gap: 2px;
}

.rfel-contact__meta span {
	font-size: 13px;
	color: #828ba2;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.rfel-contact__meta a,
.rfel-contact__meta strong {
	color: var(--rfel-ink);
	font-size: 17px;
	font-weight: 500;
	text-decoration: none;
}

.rfel-contact__form {
	background: #fff;
	border: 1px solid var(--rfel-line);
	border-radius: 20px;
	padding: 28px;
	box-shadow: 0 10px 30px rgba(15, 56, 113, 0.06);
}

.rfel-cf7--contact label {
	display: grid;
	gap: 8px;
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: 600;
	color: var(--rfel-ink);
}

.rfel-cf7-input,
.rfel-cf7-textarea,
.rfel-contact__form input[type="text"],
.rfel-contact__form input[type="email"],
.rfel-contact__form textarea {
	width: 100% !important;
	border: 1px solid var(--rfel-line) !important;
	border-radius: 10px !important;
	padding: 12px 14px !important;
	font-size: 16px !important;
	background: #f7f9fc !important;
	color: var(--rfel-ink) !important;
	box-shadow: none !important;
}

.rfel-cf7-textarea,
.rfel-contact__form textarea {
	min-height: 140px;
	resize: vertical;
}

.rfel-contact__form .rfel-cf7-submit,
.rfel-contact__form input[type="submit"] {
	width: 100%;
	border: 0 !important;
	border-radius: 999px !important;
	background: #1a91f0 !important;
	color: #fff !important;
	padding: 14px 22px !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	cursor: pointer;
	margin-top: 8px;
}

.rfel-contact__fallback {
	margin: 0;
	color: var(--rfel-muted);
}

.rfel-page-hero {
	max-width: 800px;
	margin: 0 auto;
	padding: 56px 20px 12px;
	text-align: center;
}

.rfel-page-hero__eyebrow {
	margin: 0 0 8px;
	color: var(--rfel-blue);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.rfel-page-hero h1 {
	margin: 0 0 12px;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 500;
}

.rfel-page-hero p {
	margin: 0;
	color: var(--rfel-muted);
	font-size: 18px;
}

.rfel-faq__cta {
	margin: 28px 0 0;
	text-align: center;
	color: var(--rfel-muted);
}

.rfel-faq__cta a {
	color: var(--rfel-blue);
	font-weight: 600;
	text-decoration: none;
}

@media (min-width: 900px) {
	.rfel-contact__inner {
		grid-template-columns: 1fr 1.05fr;
		align-items: start;
		gap: 48px;
	}
}

@media (min-width: 900px) {
	.rfel-footer__grid {
		grid-template-columns: 1.1fr 1.1fr 1fr 1.2fr;
	}
}

.rfel-hl {
	color: var(--rfel-blue);
}

/* Writers */
.rfel-writers {
	padding: 48px 20px;
	max-width: 1300px;
	margin: 0 auto;
}

.rfel-writers__intro {
	max-width: 736px;
	margin: 0 auto 28px;
	text-align: center;
}

.rfel-writers__intro h2 {
	margin: 0 0 12px;
	font-size: clamp(28px, 4vw, 43px);
	font-weight: 500;
	line-height: 1.1;
}

.rfel-writers__intro p {
	margin: 0 0 18px;
	color: var(--rfel-ink);
	font-size: 18px;
}

.rfel-writers__card {
	display: flex;
	gap: 14px;
	background: var(--rfel-soft);
	border-radius: 20px;
	padding: 22px 18px;
	min-height: 100%;
	height: 100%;
}

.rfel-writers__card img,
.rfel-writers__initials {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.rfel-writers__initials {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #c3e5fe;
	color: var(--rfel-blue);
	font-size: 28px;
	font-weight: 600;
}

.rfel-writers__card h3 {
	margin: 0 0 4px;
	font-size: 22px;
	font-weight: 500;
}

.rfel-writers__role {
	margin: 0;
	color: var(--rfel-blue);
	font-size: 16px;
}

.rfel-writers__bio {
	margin: 8px 0 0;
	color: var(--rfel-muted);
	font-size: 15px;
}

.rfel-writers__stats {
	margin-top: 28px;
	border: 1px solid var(--rfel-line);
	border-radius: 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	overflow: hidden;
}

.rfel-writers__stat {
	padding: 28px 16px;
	text-align: center;
	border-left: 1px solid var(--rfel-line);
}

.rfel-writers__stat:first-child {
	border-left: 0;
}

.rfel-writers__stat strong {
	display: block;
	font-size: clamp(34px, 5vw, 54px);
	font-weight: 500;
	line-height: 1;
}

.rfel-writers__stat span {
	display: block;
	margin-top: 8px;
	font-size: clamp(16px, 2vw, 23px);
}

/* How it works */
@keyframes rfel-timer-progress {
	from { stroke-dasharray: 0 100; }
	to { stroke-dasharray: 100 100; }
}

@keyframes rfel-fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes rfel-panel-down {
	from { opacity: 0; transform: translateY(-6px); }
	to { opacity: 1; transform: translateY(0); }
}

.rfel-timer-ring {
	animation: rfel-timer-progress 6s linear forwards;
}

.rfel-hiw {
	padding: 48px 20px;
	max-width: 1200px;
	margin: 0 auto;
}

.rfel-hiw__title {
	margin: 0 0 28px;
	text-align: center;
	font-size: clamp(28px, 4vw, 43px);
	font-weight: 500;
}

.rfel-hiw__layout {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

.rfel-hiw__tabs {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.rfel-hiw__tab {
	border-radius: 24px;
	padding: 16px 20px;
	background: transparent;
	transition: background-color 0.25s ease;
}

.rfel-hiw__tab:hover:not(.is-active) {
	background: #f7f9fc;
}

.rfel-hiw__tab.is-active {
	background: #f7f9fc !important;
}

.rfel-hiw__btn {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 6px 0;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	cursor: pointer;
	font: inherit;
	color: var(--rfel-ink) !important;
	text-align: left;
	outline: none !important;
}

.rfel-hiw__btn:hover,
.rfel-hiw__btn:focus,
.rfel-hiw__btn:focus-visible,
.rfel-hiw__btn:active {
	background: transparent !important;
	color: var(--rfel-ink) !important;
	box-shadow: none !important;
	border: 0 !important;
	transform: none !important;
}

.rfel-hiw__btn-main {
	display: flex;
	align-items: center;
	gap: 20px;
}

.rfel-hiw__num {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #eff2f9;
	color: var(--rfel-ink);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 14px;
	font-weight: 600;
}

.rfel-hiw__step-title {
	font-size: clamp(18px, 2vw, 23px);
	font-weight: 500;
	line-height: 1.25;
	color: var(--rfel-ink) !important;
}

.rfel-hiw__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	min-width: 24px;
	min-height: 24px;
	flex-shrink: 0;
	position: relative;
}

.rfel-hiw__icon svg {
	display: block !important;
	width: 24px !important;
	height: 24px !important;
	max-width: none !important;
	overflow: visible;
}

/* Inactive tabs: CSS arrow so it always shows even before JS */
.rfel-hiw__tab:not(.is-active) .rfel-hiw__icon::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-right: 2px solid #bec4d5;
	border-bottom: 2px solid #bec4d5;
	transform: rotate(-45deg);
	margin-top: -2px;
}

.rfel-hiw__tab:not(.is-active) .rfel-hiw__icon svg {
	display: none !important;
}

.rfel-hiw__tab.is-active .rfel-hiw__icon::before {
	display: none;
}

.rfel-hiw__panel {
	padding: 8px 0 4px 48px;
	animation: rfel-panel-down 0.25s ease;
}

.rfel-hiw__panel[hidden] {
	display: none !important;
}

.rfel-hiw__panel p {
	margin: 0;
	color: #828ba2;
	font-size: 17px;
	line-height: 1.4;
}

.rfel-hiw__mobile-img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 14px;
	border-radius: 12px;
}

.rfel-hiw__media {
	display: none;
	background: #f7f9fc;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(15, 56, 113, 0.06);
	align-self: flex-start;
	position: sticky;
	top: 96px;
	max-height: 500px;
}

.rfel-hiw__media img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.rfel-hiw__media img.is-fading {
	animation: rfel-fade-in 0.4s ease;
}

@media (min-width: 1024px) {
	.rfel-hiw__layout {
		flex-direction: row;
		align-items: flex-start;
		gap: 32px;
	}

	.rfel-hiw__tabs {
		flex: 1;
	}

	.rfel-hiw__media {
		display: block;
		flex: 1.15;
		min-width: 0;
	}

	.rfel-hiw__mobile-img {
		display: none;
	}
}

/* Toolkit */
.rfel-toolkit {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 48px clamp(20px, 4vw, 40px);
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.rfel-toolkit__media-wrap {
	width: 100%;
	max-width: 512px;
	flex-shrink: 0;
}

.rfel-toolkit__media {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.rfel-toolkit__copy {
	width: 100%;
	max-width: 560px;
}

.rfel-toolkit__copy h2 {
	margin: 0 0 14px;
	font-size: clamp(28px, 4vw, 43px);
	font-weight: 500;
	line-height: 1.15;
	color: var(--rfel-ink);
}

.rfel-toolkit__copy p {
	margin: 0 0 22px;
	font-size: clamp(18px, 1.5vw, 23px);
	line-height: 1.35;
	color: var(--rfel-ink);
}

.rfel-toolkit__actions {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 10px;
}

.rfel-toolkit__actions .rfel-btn {
	width: 100%;
}

@media (min-width: 768px) {
	.rfel-toolkit {
		flex-direction: row;
		align-items: center;
		gap: 40px;
	}

	.rfel-toolkit__media-wrap {
		width: 42%;
		max-width: none;
	}

	.rfel-toolkit__copy {
		flex: 1;
		max-width: none;
	}

	.rfel-toolkit__actions {
		flex-direction: row;
	}

	.rfel-toolkit__actions .rfel-btn {
		width: auto;
	}
}

/* Shared carousel */
.rfel-carousel {
	position: relative;
	width: 100%;
	padding: 0 48px;
}

.rfel-carousel__viewport {
	overflow: hidden;
	width: 100%;
}

.rfel-carousel__track {
	display: flex;
	gap: 16px;
	will-change: transform;
	touch-action: pan-y;
}

.rfel-carousel__slide {
	flex: 0 0 100%;
	min-width: 0;
}

.rfel-carousel--writers .rfel-carousel__slide {
	flex-basis: 100%;
}

.rfel-carousel--quotes .rfel-carousel__slide {
	flex-basis: 100%;
}

@media (min-width: 768px) {
	.rfel-carousel--writers .rfel-carousel__slide,
	.rfel-carousel--quotes .rfel-carousel__slide {
		flex-basis: calc(50% - 8px);
	}
}

@media (min-width: 1024px) {
	.rfel-carousel--writers .rfel-carousel__slide {
		flex-basis: calc(33.333% - 11px);
	}
}

.rfel-carousel__nav {
	position: absolute;
	top: 42%;
	transform: translateY(-50%);
	z-index: 3;
	width: 40px;
	height: 40px;
	border: 0 !important;
	border-radius: 50% !important;
	background: var(--rfel-blue) !important;
	color: #fff !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(26, 145, 240, 0.35);
	padding: 0 !important;
	line-height: 1;
	overflow: visible;
}

.rfel-carousel__nav svg {
	display: none !important;
}

/* CSS chevrons — reliable vs theme SVG overrides */
.rfel-carousel__nav::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2.5px solid #fff;
	border-right: 2.5px solid #fff;
	box-sizing: border-box;
}

.rfel-carousel__nav--prev::before {
	transform: rotate(-135deg);
	margin-left: 3px;
}

.rfel-carousel__nav--next::before {
	transform: rotate(45deg);
	margin-right: 3px;
}

.rfel-carousel__nav:hover:not(:disabled) {
	background: #1170cd !important;
}

.rfel-carousel__nav:disabled {
	opacity: 0.4;
	cursor: default;
	box-shadow: none;
	background: #8ec8f5 !important;
}

.rfel-carousel__nav--prev {
	left: 0;
}

.rfel-carousel__nav--next {
	right: 0;
}

.rfel-carousel__dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 20px;
}

.rfel-carousel__dot {
	width: 6px;
	height: 6px;
	border: 0;
	border-radius: 999px;
	background: #d9deeb;
	padding: 0;
	cursor: pointer;
	transition: width 0.2s ease, background 0.2s ease;
}

.rfel-carousel__dot.is-active {
	width: 16px;
	background: var(--rfel-blue);
}

@media (max-width: 767px) {
	.rfel-carousel {
		padding: 0;
	}

	.rfel-carousel__nav {
		display: none;
	}
}

/* Career tools */
.rfel-tools {
	padding: 48px 20px;
	max-width: 1200px;
	margin: 0 auto;
}

.rfel-tools__intro {
	max-width: 800px;
	margin: 0 auto 28px;
	text-align: center;
}

.rfel-tools__intro h2 {
	margin: 0 0 12px;
	font-size: clamp(28px, 4vw, 43px);
	font-weight: 500;
}

.rfel-tools__intro p {
	margin: 0;
	font-size: 18px;
	color: var(--rfel-ink);
}

.rfel-tools__cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-bottom: 28px;
}

.rfel-tools__card img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
	margin-bottom: 14px;
}

.rfel-tools__card h3 {
	margin: 0 0 6px;
	font-size: 22px;
	font-weight: 500;
}

.rfel-tools__card p {
	margin: 0;
	color: #828ba2;
	font-size: 17px;
}

.rfel-tools__chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.rfel-tools__chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid var(--rfel-line);
	border-radius: 12px;
	padding: 10px 14px;
	font-size: 16px;
	background: #fff;
}

.rfel-tools__chip img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

@media (min-width: 768px) {
	.rfel-tools__cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Success stories */
.rfel-stories {
	padding: 48px 20px;
	max-width: 1120px;
	margin: 0 auto;
}

.rfel-stories__intro {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 36px;
}

.rfel-stories__intro h2 {
	margin: 0 0 14px;
	font-size: clamp(31px, 4vw, 44px);
	font-weight: 500;
	letter-spacing: -0.01em;
}

.rfel-stories__intro p {
	margin: 0;
	color: var(--rfel-muted);
	font-size: 18px;
	line-height: 1.5;
}

.rfel-stories__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

.rfel-stories__card {
	background: #f7f9fc;
	border: 1px solid var(--rfel-line);
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.rfel-stories__card > img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.rfel-stories__body {
	padding: 28px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.rfel-stories__badge {
	align-self: flex-start;
	background: var(--rfel-soft);
	color: #0f3871;
	border-radius: 2px;
	padding: 4px 6px;
	font-size: 15px;
	margin-bottom: 16px;
}

.rfel-stories__body blockquote {
	margin: 0;
	font-size: 20px;
	line-height: 1.5;
	font-style: normal;
}

.rfel-stories__meta {
	margin-top: auto;
	padding-top: 22px;
	display: grid;
	gap: 2px;
}

.rfel-stories__meta strong {
	font-size: 16px;
	font-weight: 500;
}

.rfel-stories__meta span {
	font-size: 14px;
	color: var(--rfel-muted);
}

.rfel-stories__cta {
	margin-top: 36px;
	text-align: center;
}

@media (min-width: 768px) {
	.rfel-stories__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* —— DIY Tools page —— */
.rfel-diy-page {
	display: flex;
	flex-direction: column;
	gap: 64px;
	padding: 24px 0 72px;
}

.rfel-diy-hero {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 40px);
	width: 100%;
}

.rfel-diy-hero__panel {
	display: grid;
	gap: 28px;
	align-items: center;
	background: linear-gradient(180deg, #eaf6ff 0%, #f7fbff 55%, #fff 100%);
	border-radius: var(--rfel-radius);
	padding: 36px 24px 0;
	overflow: hidden;
}

.rfel-diy-hero__copy h1 {
	margin: 0 0 16px;
	font-size: clamp(32px, 4.5vw, 48px);
	font-weight: 500;
	line-height: 1.1;
}

.rfel-diy-hero__copy p {
	margin: 0 0 22px;
	font-size: clamp(18px, 1.6vw, 21px);
	line-height: 1.4;
	color: var(--rfel-muted);
	max-width: 520px;
}

.rfel-diy-hero__media img {
	display: block;
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	height: auto;
}

@media (min-width: 900px) {
	.rfel-diy-hero__panel {
		grid-template-columns: 1.05fr 1fr;
		padding: 48px 40px 0;
		gap: 40px;
	}

	.rfel-diy-hero__copy {
		padding-bottom: 48px;
	}
}

.rfel-diy-highlight {
	display: grid;
	gap: 28px;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 40px);
	width: 100%;
}

.rfel-diy-highlight__media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
}

.rfel-diy-highlight__copy h2 {
	margin: 0 0 14px;
	font-size: clamp(28px, 4vw, 43px);
	font-weight: 500;
	line-height: 1.15;
}

.rfel-diy-highlight__copy p {
	margin: 0 0 22px;
	font-size: clamp(18px, 1.5vw, 21px);
	line-height: 1.4;
	color: var(--rfel-muted);
}

@media (min-width: 900px) {
	.rfel-diy-highlight {
		grid-template-columns: 1fr 1fr;
		gap: 48px;
	}

	.rfel-diy-highlight.is-right .rfel-diy-highlight__media {
		order: 2;
	}
}

.rfel-diy-features {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 40px);
	width: 100%;
}

.rfel-diy-features > h2 {
	margin: 0 0 28px;
	font-size: clamp(28px, 4vw, 43px);
	font-weight: 500;
	line-height: 1.15;
	text-align: left;
}

.rfel-diy-features__cards {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(280px, 1fr);
	gap: 20px;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.rfel-diy-features__cards::-webkit-scrollbar {
	display: none;
}

.rfel-diy-features__card img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 14px;
}

.rfel-diy-features__card h3 {
	margin: 0 0 8px;
	font-size: clamp(20px, 1.8vw, 23px);
	font-weight: 500;
	line-height: 1.25;
}

.rfel-diy-features__card p {
	margin: 0;
	font-size: 18px;
	line-height: 1.35;
	color: #828ba2;
}

@media (min-width: 768px) {
	.rfel-diy-features > h2 {
		text-align: center;
	}

	.rfel-diy-features__cards {
		grid-auto-flow: row;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		overflow: visible;
	}
}

.rfel-diy-cloud {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 40px);
	width: 100%;
}

.rfel-diy-cloud > h2 {
	margin: 0 0 28px;
	font-size: clamp(28px, 4vw, 43px);
	font-weight: 500;
	line-height: 1.15;
	text-align: left;
}

.rfel-diy-cloud__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	justify-content: flex-start;
}

.rfel-diy-cloud__item {
	position: relative;
}

.rfel-diy-cloud__chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 999px;
	border: 1px solid var(--rfel-line);
	background: #fff;
	color: var(--rfel-ink);
	font-size: 17px;
	line-height: 1.3;
	text-decoration: none;
	transition: border-color .15s ease, box-shadow .15s ease, color .15s ease;
}

.rfel-diy-cloud__chip:hover {
	border-color: var(--rfel-blue);
	color: var(--rfel-blue);
	box-shadow: 0 2px 8px rgba(15, 56, 113, 0.08);
}

.rfel-diy-cloud__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--rfel-blue);
	flex-shrink: 0;
}

.rfel-diy-cloud__icon {
	width: 20px;
	height: 20px;
	object-fit: contain;
	flex-shrink: 0;
}

.rfel-diy-cloud__tip {
	display: none;
	position: absolute;
	bottom: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	width: 320px;
	max-width: min(320px, 80vw);
	padding: 14px 16px;
	background: #fff;
	border: 1px solid #d9deeb;
	border-radius: 8px;
	box-shadow: 0 2px 4px -1px rgba(15, 56, 113, 0.08), 0 8px 20px -4px rgba(15, 56, 113, 0.12);
	z-index: 20;
	pointer-events: none;
}

.rfel-diy-cloud__tip::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
	border: 6px solid transparent;
	border-top-color: #fff;
}

.rfel-diy-cloud__tip strong {
	display: block;
	margin-bottom: 6px;
	font-size: 17px;
	font-weight: 500;
}

.rfel-diy-cloud__tip p {
	margin: 0;
	font-size: 15px;
	line-height: 1.35;
	color: #828ba2;
}

@media (min-width: 768px) {
	.rfel-diy-cloud > h2 {
		text-align: center;
	}

	.rfel-diy-cloud__list {
		justify-content: center;
	}

	.rfel-diy-cloud__item:hover .rfel-diy-cloud__tip {
		display: block;
	}
}

.rfel-diy-reviews {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 40px) 24px;
	width: 100%;
}

.rfel-diy-reviews__intro {
	text-align: center;
	margin-bottom: 28px;
}

.rfel-diy-reviews__intro h2 {
	margin: 0 0 12px;
	font-size: clamp(28px, 4vw, 43px);
	font-weight: 500;
	line-height: 1.15;
}

.rfel-diy-reviews__intro .rfel-hl {
	color: var(--rfel-blue);
}

.rfel-diy-reviews__meta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 16px;
	color: var(--rfel-muted);
}

.rfel-diy-reviews__meta img {
	width: 22px;
	height: 22px;
}

.rfel-diy-review {
	background: #fff;
	border: 1px solid var(--rfel-line);
	border-radius: 16px;
	padding: 22px;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.rfel-diy-review__stars {
	display: flex;
	gap: 2px;
}

.rfel-diy-review h3 {
	margin: 0;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.3;
}

.rfel-diy-review p {
	margin: 0;
	font-size: 16px;
	line-height: 1.45;
	color: var(--rfel-muted);
	flex: 1;
}

.rfel-diy-review__author {
	font-size: 14px;
	color: #828ba2;
}

/* DIY bottom CTA */
.rfel-diy-cta {
	position: relative;
	width: 100%;
	padding: clamp(56px, 8vw, 96px) clamp(20px, 4vw, 40px);
	text-align: center;
	overflow: hidden;
	background-color: #f4f9ff;
	background-image:
		radial-gradient(ellipse 55% 80% at 0% 50%, rgba(26, 145, 240, 0.14), transparent 70%),
		radial-gradient(ellipse 55% 80% at 100% 50%, rgba(26, 145, 240, 0.14), transparent 70%),
		var(--rfel-diy-cta-bg, none);
	background-size: auto, auto, cover;
	background-position: left center, right center, center;
	background-repeat: no-repeat;
}

.rfel-diy-cta::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.55);
	pointer-events: none;
}

.rfel-diy-cta__inner {
	position: relative;
	z-index: 1;
	max-width: 720px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
}

.rfel-diy-cta__inner h2 {
	margin: 0;
	font-size: clamp(28px, 4vw, 43px);
	font-weight: 500;
	line-height: 1.15;
	color: var(--rfel-ink);
}

.rfel-diy-cta__inner p {
	margin: 0;
	max-width: 560px;
	font-size: clamp(17px, 1.5vw, 19px);
	line-height: 1.4;
	color: var(--rfel-muted);
}

.rfel-diy-cta__inner .rfel-btn {
	margin-top: 6px;
}

/* —— Job Placement page —— */
.rfel-jp-page {
	display: flex;
	flex-direction: column;
	gap: clamp(48px, 6vw, 80px);
	max-width: 1428px;
	margin: 0 auto;
	padding: 0 0 48px;
}

.rfel-jp-hero {
	padding: 0 clamp(0px, 2vw, 16px);
}

.rfel-jp-hero__panel {
	border-radius: var(--rfel-radius);
	padding: clamp(20px, 4vw, 80px) clamp(20px, 4vw, 144px);
}

.rfel-jp-hero__layout {
	display: grid;
	gap: 32px;
	align-items: center;
}

.rfel-jp-hero__copy h1 {
	margin: 0 0 16px;
	font-size: clamp(34px, 5vw, 54px);
	font-weight: 500;
	line-height: 1.05;
}

.rfel-jp-hero__copy p {
	margin: 0 0 24px;
	font-size: clamp(18px, 2vw, 23px);
	line-height: 1.25;
	max-width: 530px;
}

.rfel-jp-hero__ctas,
.rfel-jp-highlight__ctas,
.rfel-jp-benefits__ctas,
.rfel-jp-compare__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.rfel-jp-hero__media img,
.rfel-jp-highlight__media img {
	width: 100%;
	height: auto;
	display: block;
}

@media (min-width: 768px) {
	.rfel-jp-hero__layout {
		grid-template-columns: 1fr 1fr;
		gap: 48px;
	}

	.rfel-jp-highlight {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: clamp(24px, 5vw, 96px);
		align-items: center;
		padding: 0 clamp(20px, 4vw, 160px);
	}

	.rfel-jp-highlight.is-right .rfel-jp-highlight__media {
		order: 2;
	}
}

.rfel-jp-stats {
	padding: 0 clamp(20px, 4vw, 160px);
	margin-top: -24px;
}

.rfel-jp-stats__panel {
	background: #fff;
	border: 1px solid var(--rfel-soft);
	border-radius: var(--rfel-radius);
	padding: clamp(24px, 4vw, 40px);
}

.rfel-jp-stats__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 32px;
}

.rfel-jp-stats__item h2 {
	margin: 0;
	font-size: clamp(28px, 3vw, 43px);
	font-weight: 400;
	line-height: 1;
}

.rfel-jp-stats__item p {
	margin: 8px 0 0;
	font-size: clamp(16px, 1.5vw, 19px);
	line-height: 1.25;
	white-space: pre-line;
}

.rfel-jp-stats__item.has-border {
	border-left: 1px solid var(--rfel-soft);
	padding-left: 24px;
}

@media (min-width: 768px) {
	.rfel-jp-stats__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.rfel-jp-stats__item:nth-child(n + 3) {
		padding-top: 0;
	}
}

.rfel-jp-highlight {
	padding: 0 clamp(20px, 4vw, 160px);
}

.rfel-jp-highlight__copy h2 {
	margin: 0 0 12px;
	font-size: clamp(28px, 3.5vw, 43px);
	font-weight: 500;
	line-height: 1.1;
}

.rfel-jp-highlight__copy p {
	margin: 0 0 20px;
	font-size: clamp(17px, 1.6vw, 19px);
	line-height: 1.35;
	color: var(--rfel-ink);
}

.rfel-jp-benefits {
	padding: 0 clamp(20px, 4vw, 160px);
}

.rfel-jp-benefits__layout {
	display: grid;
	gap: 32px;
}

.rfel-jp-benefits__copy h2 {
	margin: 0 0 20px;
	font-size: clamp(28px, 3.5vw, 43px);
	font-weight: 500;
}

.rfel-jp-benefits__list {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
	display: grid;
	gap: 16px;
}

.rfel-jp-benefits__item-title {
	margin: 0;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 18px;
}

.rfel-jp-benefits__item-text {
	margin: 4px 0 0 30px;
	color: #828ba2;
	font-size: 16px;
	line-height: 1.35;
}

.rfel-jp-benefits__metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.rfel-jp-benefits__metric {
	border-radius: var(--rfel-radius);
	padding: 24px;
	min-height: 180px;
}

.rfel-jp-benefits__metric.is-neutral {
	background: #f7f9fc;
}

.rfel-jp-benefits__metric.is-blue {
	background: var(--rfel-soft);
}

.rfel-jp-benefits__metric-value {
	font-size: clamp(40px, 4vw, 52px);
	line-height: 1;
	font-weight: 500;
}

.rfel-jp-benefits__metric-label {
	margin-top: 8px;
	color: #828ba2;
	font-size: 18px;
	line-height: 1.25;
}

@media (min-width: 900px) {
	.rfel-jp-benefits__layout {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
		align-items: start;
	}
}

.rfel-jp-hiw {
	padding: 0 clamp(20px, 4vw, 160px);
}

.rfel-jp-stories .rfel-hl {
	color: var(--rfel-blue);
	font-weight: 500;
}

.rfel-jp-testimonials {
	padding: 0 clamp(20px, 4vw, 160px);
	max-width: 1120px;
	margin: 0 auto;
}

.rfel-jp-testimonials__card {
	background: #f7f9fc;
	border: 1px solid var(--rfel-line);
	border-radius: var(--rfel-radius);
	padding: clamp(24px, 3vw, 32px);
	height: 100%;
	display: flex;
	flex-direction: column;
}

.rfel-jp-testimonials__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.rfel-jp-testimonials__badges span {
	background: #e7f4ed;
	color: #094025;
	border-radius: 4px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1;
}

.rfel-jp-testimonials__badges span:nth-child(even) {
	background: var(--rfel-soft);
	color: #1170cd;
}

.rfel-jp-testimonials__card blockquote {
	margin: 0;
	font-size: 20px;
	line-height: 1.5;
	flex: 1;
}

.rfel-jp-testimonials__meta p {
	margin: 0;
	font-size: 16px;
}

.rfel-jp-testimonials__meta p:last-child {
	color: #828ba2;
	margin-top: 4px;
}

.rfel-jp-included {
	padding: 0 clamp(20px, 4vw, 160px);
	text-align: center;
}

.rfel-jp-included h2 {
	margin: 0 0 8px;
	font-size: clamp(28px, 3.5vw, 43px);
	font-weight: 500;
}

.rfel-jp-included__subtitle {
	margin: 0 0 28px;
	font-size: 18px;
}

.rfel-jp-included__grid {
	display: none;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.rfel-jp-included__carousel {
	display: block;
}

.rfel-jp-included__card {
	background: var(--rfel-soft);
	border-radius: 24px;
	overflow: hidden;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.rfel-jp-included__card-copy {
	padding: 24px;
}

.rfel-jp-included__card-copy h3 {
	margin: 0 0 12px;
	font-size: clamp(20px, 2vw, 23px);
	font-weight: 500;
}

.rfel-jp-included__card-copy p {
	margin: 0;
	color: #828ba2;
	font-size: 18px;
	line-height: 1.35;
}

.rfel-jp-included__card img {
	width: 100%;
	height: auto;
	display: block;
	margin-top: auto;
}

@media (min-width: 768px) {
	.rfel-jp-included__grid {
		display: grid;
	}

	.rfel-jp-included__carousel {
		display: none;
	}
}

.rfel-jp-pricing {
	padding: 0 clamp(0px, 2vw, 16px);
}

.rfel-jp-pricing__panel {
	background: var(--rfel-soft);
	border-radius: var(--rfel-radius);
	padding: clamp(24px, 4vw, 40px) clamp(20px, 5vw, 208px);
}

.rfel-jp-pricing__head {
	text-align: center;
	margin-bottom: 28px;
}

.rfel-jp-pricing__head h2 {
	margin: 0 0 8px;
	font-size: clamp(28px, 3.5vw, 43px);
	font-weight: 500;
}

.rfel-jp-pricing__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

@media (min-width: 900px) {
	.rfel-jp-pricing__grid {
		grid-template-columns: repeat(2, minmax(295px, 1fr));
	}
}

.rfel-jp-plan {
	background: #fff;
	border-radius: 12px;
	padding: 24px 32px 40px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.rfel-jp-plan__head {
	text-align: center;
}

.rfel-jp-plan__head h3 {
	margin: 0 0 8px;
	font-size: clamp(28px, 2.5vw, 30px);
	font-weight: 500;
}

.rfel-jp-plan__head p {
	margin: 0;
	font-size: 17px;
	line-height: 1.3;
	color: var(--rfel-ink);
}

.rfel-jp-plan__price {
	margin-top: 12px;
	font-size: clamp(28px, 2.5vw, 30px);
	font-weight: 500;
}

.rfel-jp-plan__financing {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 8px;
	font-size: 13px;
	color: #656e83;
}

.rfel-jp-plan__ctas {
	display: grid;
	gap: 10px;
}

.rfel-jp-plan__plus {
	margin: 0 0 8px;
	text-align: center;
	color: var(--rfel-blue);
	font-size: 17px;
	font-weight: 500;
}

.rfel-jp-plan__feature {
	display: flex;
	gap: 8px;
	align-items: flex-start;
}

.rfel-jp-plan__feature-icon {
	flex-shrink: 0;
	margin-top: 2px;
}

.rfel-jp-plan__feature strong {
	display: block;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 4px;
}

.rfel-jp-plan__feature p {
	margin: 0;
	font-size: 16px;
	line-height: 1.25;
}

.rfel-jp-compare {
	padding: 0 clamp(20px, 4vw, 160px);
}

.rfel-jp-compare__head {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 24px;
}

.rfel-jp-compare__head h2 {
	margin: 0;
	font-size: clamp(28px, 3.5vw, 43px);
	font-weight: 500;
	text-align: center;
}

@media (min-width: 768px) {
	.rfel-jp-compare__head {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.rfel-jp-compare__head h2 {
		text-align: left;
	}
}

.rfel-jp-compare__table-wrap {
	overflow-x: auto;
}

.rfel-jp-compare__table {
	width: 100%;
	border-collapse: collapse;
	min-width: 640px;
}

.rfel-jp-compare__table thead th {
	padding: 14px 12px;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
}

.rfel-jp-compare__table thead th:nth-child(2) {
	background: #e7eaf4;
	color: #1170cd;
	border-radius: 20px 20px 0 0;
}

.rfel-jp-compare__table thead th:nth-child(3) {
	background: #f3f1eb;
	color: #776d59;
	border-radius: 20px 20px 0 0;
	border-left: 1px solid #eff2f9;
}

.rfel-jp-compare__table tbody th,
.rfel-jp-compare__table tbody td {
	border-top: 1px solid #eff2f9;
	padding: 12px;
	font-size: 17px;
	font-weight: 400;
	vertical-align: middle;
}

.rfel-jp-compare__table tbody th {
	text-align: left;
	width: 50%;
}

.rfel-jp-compare__table tbody td {
	text-align: center;
	width: 25%;
}

.rfel-jp-compare__table tbody td:nth-child(2) {
	background: #f7f9fc;
}

.rfel-jp-compare__table tbody td:nth-child(3) {
	background: #f9f8f5;
	border-left: 1px solid #eff2f9;
}

.rfel-jp-compare__section th {
	color: var(--rfel-blue);
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 14px !important;
	padding-top: 20px !important;
}

.rfel-jp-compare__dash {
	color: #9fa6bb;
}

.rfel-jp-compare__text--pro {
	color: #1170cd;
}

.rfel-jp-compare__text--exec {
	color: #776d59;
}

.rfel-jp-faq {
	padding: 0 clamp(20px, 4vw, 144px);
	max-width: 960px;
	margin: 0 auto;
}

.rfel-jp-faq h2 {
	text-align: center;
	margin: 0 0 24px;
	font-size: clamp(28px, 3.5vw, 43px);
	font-weight: 500;
}

.rfel-jp-faq__footer {
	text-align: center;
	margin-top: 20px;
	color: var(--rfel-muted);
	font-size: clamp(18px, 2vw, 23px);
}

.rfel-jp-faq__footer a {
	color: var(--rfel-blue);
	text-decoration: none;
}

.rfel-jp-faq__footer a:hover {
	text-decoration: underline;
}

/* —— Career Advice page —— */
.rfel-ca-page {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100%;
}

.rfel-ca-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: clamp(20px, 4vw, 40px);
	padding-right: clamp(20px, 4vw, 40px);
	box-sizing: border-box;
}

.rfel-ca-container--root {
	padding-top: clamp(32px, 5vw, 56px);
	padding-bottom: clamp(24px, 4vw, 40px);
}

.rfel-ca-header {
	width: 100%;
}

.rfel-ca-header__layout {
	display: grid;
	gap: 24px;
	align-items: end;
}

.rfel-ca-header__copy h1 {
	margin: 0 0 12px;
	font-size: clamp(36px, 5vw, 56px);
	font-weight: 500;
	line-height: 1.05;
	color: var(--rfel-blue);
}

.rfel-ca-header__copy p {
	margin: 0;
	font-size: clamp(18px, 2vw, 21px);
	line-height: 1.35;
	color: var(--rfel-muted);
	max-width: 560px;
}

.rfel-ca-search {
	display: flex;
	align-items: stretch;
	width: 100%;
	max-width: 420px;
	margin-left: auto;
}

.rfel-ca-search__field {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid var(--rfel-line);
	border-right: 0;
	border-radius: 12px 0 0 12px;
	background: #fff;
	padding: 0 14px;
	min-height: 48px;
	min-width: 0;
}

.rfel-ca-search__icon {
	color: var(--rfel-muted);
	display: flex;
	flex-shrink: 0;
}

.rfel-ca-search__field input {
	border: 0;
	background: transparent;
	width: 100%;
	min-width: 0;
	font: inherit;
	font-size: 17px;
	outline: none;
}

.rfel-ca-search__submit {
	flex-shrink: 0;
	border-radius: 0 12px 12px 0 !important;
	min-height: 48px;
	padding: 0 24px !important;
	white-space: nowrap;
}

.rfel-ca-featured {
	width: 100%;
	padding-bottom: clamp(32px, 5vw, 48px);
}

.rfel-ca-featured .rfel-ca-container {
	padding-top: 0;
	padding-bottom: 0;
}

.rfel-ca-featured__layout {
	display: grid;
	gap: clamp(24px, 4vw, 32px);
	align-items: start;
}

.rfel-ca-expert-card {
	background: #fff;
	border: 1px solid var(--rfel-line);
	border-radius: var(--rfel-radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.rfel-ca-expert-card__media {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.rfel-ca-expert-card__body {
	padding: 20px 20px 0;
}

.rfel-ca-expert-card__body p {
	margin: 0;
	font-size: 17px;
	line-height: 1.45;
	color: var(--rfel-ink);
}

.rfel-ca-expert-card__actions {
	padding: 16px 20px 20px;
}

.rfel-ca-expert-card__pick {
	color: var(--rfel-blue);
	font-weight: 500;
	text-decoration: none;
	font-size: 17px;
}

.rfel-ca-expert-card__pick:hover {
	text-decoration: underline;
}

.rfel-ca-featured__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(16px, 3vw, 24px);
}

@media (min-width: 900px) {
	.rfel-ca-header__layout {
		grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
		gap: 32px;
	}

	.rfel-ca-featured__layout {
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	}

	.rfel-ca-featured__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.rfel-ca-article {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.rfel-ca-article__media {
	display: block;
	text-decoration: none;
}

.rfel-ca-article__media img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	background: var(--rfel-soft);
}

.rfel-ca-article__title {
	display: block;
	text-decoration: none;
	color: var(--rfel-ink);
}

.rfel-ca-article__title p {
	margin: 0;
	font-size: 17px;
	line-height: 1.35;
	font-weight: 500;
	transition: color 0.2s;
}

.rfel-ca-article__title:hover p {
	color: var(--rfel-blue);
}

.rfel-ca-category {
	width: 100%;
	padding: clamp(28px, 4vw, 40px) 0;
}

.rfel-ca-category.is-alt {
	background: #f7f9fc;
}

.rfel-ca-category__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}

.rfel-ca-category__head h2 {
	margin: 0;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 500;
}

.rfel-ca-category__all {
	flex-shrink: 0;
}

.rfel-ca-category__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

@media (min-width: 600px) {
	.rfel-ca-category__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 900px) {
	.rfel-ca-category__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.rfel-ca-more {
	width: 100%;
	padding: clamp(24px, 4vw, 32px) 0;
}

.rfel-ca-more h2 {
	margin: 0;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 500;
}

.rfel-ca-cta {
	width: 100%;
	background: linear-gradient(180deg, #0c264c 0%, #09143b 100%);
	color: #fff;
	padding: clamp(48px, 6vw, 72px) 0;
	text-align: center;
}

.rfel-ca-cta__inner {
	max-width: 720px;
}

.rfel-ca-cta h2 {
	margin: 0 0 24px;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 500;
	line-height: 1.15;
	color: #fff;
}

.rfel-ca-cta__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.rfel-ca-cta__ghost {
	background: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.65) !important;
	color: #fff !important;
}

.rfel-ca-cta__ghost:hover {
	background: rgba(255, 255, 255, 0.08) !important;
}

@media (max-width: 599px) {
	.rfel-ca-search {
		flex-direction: column;
		max-width: none;
		margin-left: 0;
	}

	.rfel-ca-search__field {
		border-right: 1px solid var(--rfel-line);
		border-radius: 12px;
	}

	.rfel-ca-search__submit {
		border-radius: 12px !important;
		width: 100%;
	}
}

/* —— Plans page —— */
.rfel-pl-page {
	width: 100%;
}

.rfel-pl-container {
	width: 100%;
	max-width: 1428px;
	margin: 0 auto;
	padding-left: clamp(16px, 4vw, 40px);
	padding-right: clamp(16px, 4vw, 40px);
	box-sizing: border-box;
}

.rfel-pl-main {
	display: flex;
	flex-direction: column;
	gap: clamp(48px, 6vw, 80px);
	max-width: 1428px;
	margin: 0 auto;
	padding: clamp(32px, 5vw, 48px) 0 clamp(48px, 6vw, 64px);
}

.rfel-pl-packages {
	padding: clamp(16px, 3vw, 32px) 0;
}

.rfel-pl-packages__panel {
	border-radius: var(--rfel-radius);
	padding: clamp(24px, 5vw, 56px) clamp(20px, 4vw, 80px);
	background-color: var(--rfel-soft);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}

.rfel-pl-packages__intro {
	text-align: center;
	max-width: 820px;
	margin: 0 auto clamp(24px, 4vw, 40px);
}

.rfel-pl-packages__intro h1 {
	margin: 0 0 20px;
	font-size: clamp(34px, 5vw, 54px);
	font-weight: 500;
	line-height: 1.05;
}

.rfel-pl-packages__trust {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 16px;
}

.rfel-pl-packages__reviews-text {
	color: var(--rfel-blue);
}

.rfel-pl-packages__stars,
.rfel-pl-reviews__stars {
	display: inline-flex;
	gap: 2px;
	color: #22a06b;
}

.rfel-pl-star {
	width: 18px;
	height: 18px;
}

.rfel-pl-packages__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr;
}

@media (min-width: 768px) {
	.rfel-pl-packages__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.rfel-pl-plan {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 24px;
	background: #fff;
	border-radius: 12px;
	padding: 24px clamp(16px, 2vw, 32px);
	min-height: 100%;
}

.rfel-pl-plan.has-badge {
	padding-top: 36px;
}

.rfel-pl-plan--2 {
	order: -1;
}

@media (min-width: 768px) {
	.rfel-pl-plan--2 {
		order: 0;
	}
}

.rfel-pl-plan__badge {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #22a06b;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 20px;
	border-radius: 0 0 10px 10px;
	white-space: nowrap;
}

.rfel-pl-plan__head {
	text-align: center;
}

.rfel-pl-plan__head h2 {
	margin: 0 0 8px;
	font-size: clamp(26px, 3vw, 30px);
	font-weight: 500;
	line-height: 1.1;
}

.rfel-pl-plan__desc {
	margin: 0;
	font-size: 17px;
	line-height: 1.35;
	color: var(--rfel-ink);
}

.rfel-pl-plan__price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 6px;
	margin-top: 12px;
	font-size: clamp(26px, 3vw, 30px);
	font-weight: 500;
}

.rfel-pl-plan__price-prefix,
.rfel-pl-plan__price-suffix {
	font-size: 16px;
	font-weight: 400;
}

.rfel-pl-plan__billing {
	margin: 8px 0 0;
	font-size: 16px;
	color: var(--rfel-muted);
}

.rfel-pl-plan__ctas {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.rfel-pl-plan__secondary {
	background: transparent !important;
	border: 1px solid var(--rfel-line) !important;
	color: var(--rfel-ink) !important;
}

.rfel-pl-plan__body {
	flex: 1;
}

.rfel-pl-plan__desktop {
	display: none;
	flex-direction: column;
	gap: 24px;
}

.rfel-pl-plan__mobile {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media (min-width: 768px) {
	.rfel-pl-plan__desktop {
		display: flex;
	}

	.rfel-pl-plan__mobile {
		display: none;
	}
}

.rfel-pl-plan__group h3 {
	margin: 0 0 12px;
	font-size: 17px;
	font-weight: 500;
}

.rfel-pl-plan__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.rfel-pl-plan__list li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 16px;
	line-height: 1.35;
}

.rfel-pl-plan__list.is-addon li {
	color: var(--rfel-muted);
}

.rfel-pl-plan__list svg {
	flex-shrink: 0;
	margin-top: 2px;
}

.rfel-pl-plan__addon-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	border-radius: 999px;
	background: #bec4d5;
	flex-shrink: 0;
	margin-top: 4px;
}

.rfel-pl-plan__addon-icon svg {
	width: 10px;
	height: 10px;
}

.rfel-pl-plan__details {
	border-top: 1px solid var(--rfel-line);
	padding-top: 16px;
}

.rfel-pl-plan__details summary {
	cursor: pointer;
	font-size: 16px;
	color: var(--rfel-ink);
	list-style: none;
}

.rfel-pl-plan__details summary::-webkit-details-marker {
	display: none;
}

.rfel-pl-plan__details[open] summary {
	margin-bottom: 16px;
}

.rfel-pl-packages__logos {
	margin-top: clamp(24px, 4vw, 40px);
	text-align: center;
	color: var(--rfel-muted);
	font-size: 19px;
}

.rfel-pl-packages__logos-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px 24px;
	margin-top: 12px;
}

.rfel-pl-packages__logos-row img {
	height: 40px;
	width: auto;
	object-fit: contain;
}

.rfel-pl-packages__logo-fallback {
	font-size: 15px;
	font-weight: 600;
	color: var(--rfel-muted);
	padding: 8px 12px;
	border: 1px dashed var(--rfel-line);
	border-radius: 8px;
}

.rfel-pl-packages__logos-suffix {
	font-size: 16px;
	color: var(--rfel-muted);
}

.rfel-pl-hiw__head {
	text-align: center;
	margin-bottom: 24px;
}

.rfel-pl-hiw__eyebrow {
	margin: 0 0 8px;
	font-size: 19px;
	color: var(--rfel-ink);
}

.rfel-pl-hiw__head h2 {
	margin: 0 auto;
	max-width: 640px;
	font-size: clamp(28px, 4vw, 43px);
	font-weight: 500;
	line-height: 1.15;
	color: var(--rfel-ink);
}

.rfel-pl-hiw__paths {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 4px;
	background: #eff2f9;
	border-radius: 999px;
	margin: 0 auto 32px;
	max-width: 720px;
}

@media (min-width: 768px) {
	.rfel-pl-hiw__paths {
		flex-direction: row;
	}
}

.rfel-pl-hiw__path {
	flex: 1;
	border: 0;
	background: transparent !important;
	border-radius: 999px;
	padding: 10px 16px;
	font: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	cursor: pointer;
	transition: background 0.2s, box-shadow 0.2s, color 0.2s;
	white-space: nowrap;
	color: var(--rfel-muted) !important;
	-webkit-text-fill-color: var(--rfel-muted);
	box-shadow: none !important;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
}

.rfel-pl-hiw__path:hover,
.rfel-pl-hiw__path:focus,
.rfel-pl-hiw__path:focus-visible {
	color: var(--rfel-ink) !important;
	-webkit-text-fill-color: var(--rfel-ink);
	background: transparent !important;
	box-shadow: none !important;
	outline: none;
}

.rfel-pl-hiw__path.is-active {
	background: #fff !important;
	color: var(--rfel-ink) !important;
	-webkit-text-fill-color: var(--rfel-ink);
	font-weight: 500;
	box-shadow: 0 2px 4px rgba(15, 56, 113, 0.08), 0 1px 2px rgba(15, 56, 113, 0.12) !important;
}

.rfel-pl-hiw__path.is-active:hover,
.rfel-pl-hiw__path.is-active:focus,
.rfel-pl-hiw__path.is-active:focus-visible {
	background: #fff !important;
	color: var(--rfel-ink) !important;
	-webkit-text-fill-color: var(--rfel-ink);
}

.rfel-pl-hiw__panel[hidden] {
	display: none !important;
}

.rfel-pl-hiw .rfel-hiw__title {
	display: none;
}

.rfel-pl-reviews__title {
	margin: 0 0 32px;
	text-align: center;
	font-size: clamp(28px, 4vw, 43px);
	font-weight: 500;
	line-height: 1.15;
}

.rfel-pl-reviews__hl {
	color: var(--rfel-blue);
}

.rfel-pl-reviews__layout {
	display: grid;
	gap: 32px;
	align-items: start;
}

@media (min-width: 768px) {
	.rfel-pl-reviews__layout {
		grid-template-columns: 180px 1fr;
	}
}

.rfel-pl-reviews__trust {
	text-align: center;
}

@media (min-width: 768px) {
	.rfel-pl-reviews__trust {
		text-align: left;
	}
}

.rfel-pl-reviews__trust small {
	display: block;
	margin-top: 4px;
	color: var(--rfel-muted);
	font-size: 16px;
}

.rfel-pl-reviews__trust-brand {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 16px;
	font-weight: 500;
}

@media (min-width: 768px) {
	.rfel-pl-reviews__trust-brand {
		justify-content: flex-start;
	}
}

.rfel-pl-review {
	background: #fff;
	border-radius: 12px;
	padding: 4px 8px 8px;
	height: 100%;
}

.rfel-pl-review h3 {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.25;
}

.rfel-pl-review p {
	margin: 0 0 16px;
	font-size: 17px;
	line-height: 1.45;
	color: var(--rfel-ink);
}

.rfel-pl-review__author {
	color: var(--rfel-muted);
	font-size: 16px;
}

.rfel-pl-stats__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border: 1px solid var(--rfel-line);
	border-radius: var(--rfel-radius);
	padding: 24px 0;
}

@media (min-width: 768px) {
	.rfel-pl-stats__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		padding: 24px 0;
	}
}

.rfel-pl-stats__item {
	padding: 12px 16px;
	text-align: center;
}

@media (min-width: 768px) {
	.rfel-pl-stats__item {
		text-align: left;
		padding: 12px 24px;
	}

	.rfel-pl-stats__item.has-border {
		border-left: 1px solid var(--rfel-line);
	}
}

.rfel-pl-stats__value {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

@media (min-width: 768px) {
	.rfel-pl-stats__value {
		justify-content: flex-start;
	}
}

.rfel-pl-stats__num {
	font-size: clamp(36px, 4vw, 54px);
	font-weight: 500;
	line-height: 1;
}

.rfel-pl-stats__arrow {
	transform: rotate(45deg);
	flex-shrink: 0;
}

.rfel-pl-stats__item p {
	margin: 8px 0 0;
	font-size: clamp(16px, 2vw, 23px);
	line-height: 1.3;
}

.rfel-pl-stats__footnote {
	margin: 16px 0 0;
	text-align: center;
	font-size: 14px;
	color: #9fa6bb;
	letter-spacing: 0.3px;
}

.rfel-pl-stats__footnote a {
	color: var(--rfel-blue);
	text-decoration: none;
}

.rfel-pl-stats__footnote a:hover {
	text-decoration: underline;
}

.rfel-pl-faq__inner {
	max-width: 820px;
	margin: 0 auto;
}

.rfel-pl-faq h2 {
	text-align: center;
	margin: 0 0 24px;
	font-size: clamp(28px, 4vw, 43px);
	font-weight: 500;
}

.rfel-pl-faq__footer {
	text-align: center;
	margin: 20px 0 0;
	color: var(--rfel-muted);
	font-size: 20px;
}

.rfel-pl-faq__footer a {
	color: var(--rfel-blue);
	text-decoration: none;
}

.rfel-pl-faq__footer a:hover {
	text-decoration: underline;
}

.rfel-pl-cta {
	padding: clamp(48px, 6vw, 96px) 0;
	text-align: center;
}

.rfel-pl-cta__inner {
	max-width: 640px;
	margin: 0 auto;
}

.rfel-pl-cta h2 {
	margin: 0 0 24px;
	font-size: clamp(34px, 5vw, 54px);
	font-weight: 500;
	line-height: 1.08;
	color: var(--rfel-ink);
}

.rfel-pl-cta__hl {
	color: var(--rfel-blue);
}

/* ── Privacy Policy (PR) ─────────────────────────────────────────────── */

.rfel-pr-page {
	width: 100%;
}

.rfel-pr-container {
	width: 100%;
	max-width: 1456px;
	margin: 0 auto;
	padding-left: clamp(24px, 6%, 88px);
	padding-right: clamp(24px, 6%, 88px);
	box-sizing: border-box;
}

.rfel-pr-header {
	padding: clamp(48px, 8vw, 64px) 0 clamp(32px, 5vw, 64px);
	background: #fff;
	text-align: left;
}

.rfel-pr-header h1 {
	margin: 0 0 12px;
	font-size: clamp(30px, 5vw, 54px);
	font-weight: 500;
	line-height: 1.05;
	color: var(--rfel-blue);
	text-align: left;
}

.rfel-pr-header__intro {
	font-size: clamp(17px, 1.8vw, 19px);
	line-height: 1.53;
	color: var(--rfel-ink);
	max-width: none;
	text-align: left;
}

.rfel-pr-header__intro p {
	display: inline;
	margin: 0;
}

.rfel-pr-header__intro p + p::before {
	content: ' ';
}

.rfel-pr-header__intro a {
	color: var(--rfel-blue);
	font-weight: 400;
	text-decoration: none;
}

.rfel-pr-header__intro a:hover {
	text-decoration: underline;
}

.rfel-pr-content {
	padding: clamp(32px, 5vw, 64px) 0 clamp(48px, 6vw, 64px);
	background-color: #fafafc;
}

.rfel-pr-document {
	width: 100%;
	font-size: clamp(16px, 1.6vw, 19px);
	line-height: 1.53;
	color: var(--rfel-ink);
}

.rfel-pr-document__title {
	margin: 0 0 8px;
	font-size: clamp(28px, 4vw, 43px);
	font-weight: 700;
	line-height: 1.15;
	color: var(--rfel-ink);
	text-transform: none;
	letter-spacing: normal;
}

.rfel-pr-document__updated {
	margin: 0 0 20px;
	font-size: clamp(15px, 1.5vw, 17px);
	font-weight: 400;
	color: var(--rfel-ink);
}

.rfel-pr-document__rule {
	border: 0;
	border-top: 1px solid var(--rfel-line);
	margin: 0 0 clamp(24px, 4vw, 36px);
}

.rfel-pr-document__body > :first-child {
	margin-top: 0;
}

.rfel-pr-document__body p {
	margin: 0 0 1rem;
}

.rfel-pr-document__body h2,
.rfel-pr-document__body h3,
.rfel-pr-document__body h4 {
	margin: clamp(24px, 4vw, 36px) 0 12px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--rfel-ink);
}

.rfel-pr-document__body h4 {
	font-size: clamp(18px, 2vw, 22px);
}

.rfel-pr-document__body ol,
.rfel-pr-document__body ul {
	margin: 0 0 1rem;
	padding-left: clamp(20px, 3vw, 32px);
}

.rfel-pr-document__body ol ol,
.rfel-pr-document__body ol ul,
.rfel-pr-document__body ul ol,
.rfel-pr-document__body ul ul {
	margin-top: 0.375rem;
	margin-bottom: 0.375rem;
}

.rfel-pr-document__body li {
	margin-bottom: 0.35rem;
}

.rfel-pr-document__body a {
	color: var(--rfel-blue);
	font-weight: 700;
	text-decoration: none;
}

.rfel-pr-document__body a:hover {
	text-decoration: underline;
}

.rfel-pr-document__body table {
	width: 100%;
	border-collapse: collapse;
	margin: 1rem 0 1.5rem;
	font-size: clamp(14px, 1.4vw, 16px);
}

.rfel-pr-document__body th,
.rfel-pr-document__body td {
	border: 1px solid var(--rfel-line);
	padding: 10px 12px;
	text-align: left;
	vertical-align: top;
}

.rfel-pr-document__body th {
	background: var(--rfel-soft);
	font-weight: 700;
}

.rfel-pr-document__body hr {
	border: 0;
	border-top: 1px solid var(--rfel-line);
	margin: 1.5rem 0;
}

.rfel-pr-document__copyright {
	margin: clamp(32px, 5vw, 48px) 0 0;
	font-size: clamp(14px, 1.4vw, 16px);
	color: var(--rfel-muted);
}

/* Override theme/Elementor heading alignment on legal pages */
.rfel-pr-page .rfel-pr-header,
.rfel-pr-page .rfel-pr-header h1,
.rfel-pr-page .rfel-pr-header__intro,
.rfel-pr-page .rfel-pr-document,
.rfel-pr-page .rfel-pr-document__title {
	text-align: left;
}

.rfel-pr-page .rfel-pr-header h1 {
	color: var(--rfel-blue);
}

/* ── Our Writers (WR) ────────────────────────────────────────────────── */

.rfel-wr-page {
	width: 100%;
}

.rfel-wr-container {
	width: 100%;
	max-width: 1456px;
	margin: 0 auto;
	padding-left: clamp(24px, 6%, 88px);
	padding-right: clamp(24px, 6%, 88px);
	box-sizing: border-box;
}

.rfel-wr-hero {
	padding: clamp(32px, 5vw, 64px) 0;
	background: #fff;
}

.rfel-wr-hero__grid {
	display: grid;
	gap: clamp(24px, 4vw, 48px);
	align-items: center;
}

@media (min-width: 768px) {
	.rfel-wr-hero__grid {
		grid-template-columns: 1fr 1fr;
	}
}

.rfel-wr-hero__copy h1 {
	margin: 0 0 12px;
	font-size: clamp(34px, 5vw, 54px);
	font-weight: 500;
	line-height: 1.05;
	color: var(--rfel-blue);
}

.rfel-wr-hero__copy p {
	margin: 0 0 20px;
	font-size: clamp(17px, 1.8vw, 19px);
	line-height: 1.53;
	color: var(--rfel-ink);
	max-width: 520px;
}

.rfel-wr-hero__video {
	width: 100%;
	max-width: 420px;
	gap: 10px;
	border-radius: 999px;
}

.rfel-wr-hero__media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--rfel-radius);
	object-fit: cover;
}

.rfel-wr-mission {
	padding: clamp(32px, 5vw, 64px) 0;
	background: #fafafc;
}

.rfel-wr-mission__grid {
	display: grid;
	gap: clamp(24px, 4vw, 48px);
	align-items: center;
}

@media (min-width: 768px) {
	.rfel-wr-mission__grid {
		grid-template-columns: 1fr 1fr;
	}
}

.rfel-wr-mission__media img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.rfel-wr-mission__copy h2 {
	margin: 0 0 16px;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 500;
	line-height: 1.15;
	color: var(--rfel-ink);
}

.rfel-wr-mission__copy p {
	margin: 0;
	font-size: clamp(16px, 1.6vw, 19px);
	line-height: 1.53;
	color: var(--rfel-ink);
}

.rfel-wr-profiles {
	padding: clamp(16px, 3vw, 32px) 0;
	background: #fafafc;
}

.rfel-wr-profile {
	display: grid;
	gap: clamp(24px, 4vw, 40px);
	align-items: center;
	padding: clamp(24px, 4vw, 48px) 0;
}

@media (min-width: 768px) {
	.rfel-wr-profile {
		grid-template-columns: 1fr 1fr;
	}

	.rfel-wr-profile.is-reverse .rfel-wr-profile__media {
		order: 2;
	}

	.rfel-wr-profile.is-reverse .rfel-wr-profile__copy {
		order: 1;
	}
}

.rfel-wr-profile__media {
	position: relative;
}

.rfel-wr-profile__media img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: var(--rfel-radius);
}

.rfel-wr-profile__quote {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: clamp(16px, 3vw, 24px);
	background: linear-gradient(180deg, transparent, rgba(12, 38, 76, 0.82));
	border-radius: 0 0 var(--rfel-radius) var(--rfel-radius);
}

.rfel-wr-profile__quote p {
	margin: 0;
	font-size: clamp(15px, 1.5vw, 17px);
	line-height: 1.45;
	color: #fff;
}

.rfel-wr-profile__copy h3 {
	margin: 0 0 12px;
	font-size: clamp(22px, 3vw, 28px);
	font-weight: 700;
	line-height: 1.2;
	color: var(--rfel-ink);
}

.rfel-wr-profile__meta {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
	display: grid;
	gap: 8px;
}

.rfel-wr-profile__meta li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: clamp(12px, 1.2vw, 14px);
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--rfel-muted);
}

.rfel-wr-profile__meta svg {
	flex-shrink: 0;
}

.rfel-wr-profile__copy p {
	margin: 0;
	font-size: clamp(16px, 1.6vw, 19px);
	line-height: 1.53;
	color: var(--rfel-ink);
}

.rfel-wr-stats {
	padding: clamp(32px, 5vw, 64px) 0;
	background: #fafafc;
}

.rfel-wr-stats__grid {
	display: grid;
	gap: clamp(24px, 4vw, 32px);
}

@media (min-width: 768px) {
	.rfel-wr-stats__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.rfel-wr-stats__item {
	text-align: left;
}

.rfel-wr-stats__value {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem 0.5rem;
	margin-bottom: 8px;
}

.rfel-wr-stats__num,
.rfel-wr-stats__unit {
	font-size: clamp(32px, 5vw, 48px);
	font-weight: 700;
	line-height: 1.05;
	color: var(--rfel-ink);
}

.rfel-wr-stats__label {
	margin: 0;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: 500;
	line-height: 1.3;
	color: var(--rfel-ink);
}

.rfel-wr-hiw {
	padding: clamp(32px, 5vw, 64px) 0;
	background: #fff;
}

.rfel-wr-hiw__title {
	margin: 0 0 clamp(24px, 4vw, 40px);
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 500;
	line-height: 1.15;
	color: var(--rfel-ink);
	text-align: center;
}

.rfel-wr-hiw__grid {
	display: grid;
	gap: clamp(24px, 4vw, 32px);
}

@media (min-width: 768px) {
	.rfel-wr-hiw__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.rfel-wr-hiw__step {
	text-align: center;
}

.rfel-wr-hiw__icon {
	display: block;
	width: clamp(100px, 12vw, 162px);
	height: auto;
	margin: 0 auto 16px;
}

.rfel-wr-hiw__step p {
	margin: 0;
	font-size: clamp(16px, 1.6vw, 19px);
	line-height: 1.45;
	color: var(--rfel-ink);
}

.rfel-wr-get {
	padding: clamp(32px, 5vw, 64px) 0 clamp(48px, 6vw, 80px);
	background: #fafafc;
}

.rfel-wr-get__grid {
	display: grid;
	gap: clamp(32px, 5vw, 48px);
	align-items: center;
}

@media (min-width: 992px) {
	.rfel-wr-get__grid {
		grid-template-columns: 1fr 1fr;
	}
}

.rfel-wr-get__copy h2 {
	margin: 0 0 16px;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 500;
	line-height: 1.15;
	color: var(--rfel-ink);
}

.rfel-wr-get__copy p {
	margin: 0 0 24px;
	font-size: clamp(16px, 1.6vw, 19px);
	line-height: 1.53;
	color: var(--rfel-ink);
}

.rfel-wr-get__preview {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.rfel-wr-get__toggle {
	display: inline-flex;
	border: 1px solid var(--rfel-line);
	border-radius: 999px;
	overflow: hidden;
	background: #fff;
}

.rfel-wr-get__toggle button {
	border: 0;
	background: transparent;
	padding: 8px 20px;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	color: var(--rfel-muted);
	cursor: pointer;
}

.rfel-wr-get__toggle button.is-active {
	background: var(--rfel-blue);
	color: #fff;
}

.rfel-wr-get__frame {
	position: relative;
	width: min(100%, 507px);
}

.rfel-wr-get__frame img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 0.25rem 0.94rem rgba(211, 211, 211, 0.85);
}

.rfel-wr-get__frame img[hidden] {
	display: none;
}

/* ── Academic CV (ACV) ───────────────────────────────────────────────── */

.rfel-acv-page {
	width: 100%;
}

.rfel-acv-container {
	width: 100%;
	max-width: 1456px;
	margin: 0 auto;
	padding-left: clamp(24px, 6%, 88px);
	padding-right: clamp(24px, 6%, 88px);
	box-sizing: border-box;
}

.rfel-acv-hero {
	padding: clamp(32px, 5vw, 64px) 0;
	background: #fff;
}

.rfel-acv-hero__grid {
	display: grid;
	gap: clamp(24px, 4vw, 48px);
	align-items: center;
}

@media (min-width: 768px) {
	.rfel-acv-hero__grid {
		grid-template-columns: 1fr 1fr;
	}
}

.rfel-acv-hero__copy h1 {
	margin: 0 0 12px;
	font-size: clamp(34px, 5vw, 54px);
	font-weight: 500;
	line-height: 1.05;
	color: var(--rfel-blue);
}

.rfel-acv-hero__lead {
	margin: 0 0 20px;
	font-size: clamp(16px, 1.6vw, 19px);
	line-height: 1.53;
	color: var(--rfel-ink);
}

.rfel-acv-hero__pricing {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 20px;
	margin-bottom: 12px;
}

.rfel-acv-hero__price {
	font-size: clamp(28px, 4vw, 36px);
	font-weight: 700;
	color: var(--rfel-ink);
}

.rfel-acv-hero__payment {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	color: var(--rfel-ink);
}

.rfel-acv-hero__footnote {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.45;
	color: var(--rfel-muted);
}

.rfel-acv-hero__footnote a {
	color: var(--rfel-blue);
	text-decoration: none;
}

.rfel-acv-hero__footnote a:hover {
	text-decoration: underline;
}

.rfel-acv-hero__media img {
	display: block;
	width: 100%;
	max-width: 406px;
	margin: 0 auto;
	height: auto;
	object-fit: contain;
}

.rfel-acv-reviews {
	padding: clamp(32px, 5vw, 56px) 0;
	background: #fafafc;
}

.rfel-acv-reviews__title {
	margin: 0 0 24px;
	font-size: clamp(24px, 4vw, 36px);
	font-weight: 500;
	line-height: 1.15;
	color: var(--rfel-ink);
	text-align: center;
}

.rfel-acv-reviews__bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 24px 48px;
	padding: 24px;
	border-radius: var(--rfel-radius);
	background: #fff;
	border: 1px solid var(--rfel-line);
}

.rfel-acv-reviews__summary {
	display: grid;
	gap: 4px;
	text-align: center;
}

.rfel-acv-reviews__summary strong {
	font-size: 22px;
	color: var(--rfel-ink);
}

.rfel-acv-reviews__summary span {
	font-size: 14px;
	color: var(--rfel-muted);
}

.rfel-acv-reviews__brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: var(--rfel-muted);
}

.rfel-acv-reviews__stars {
	display: flex;
	gap: 2px;
	color: #00b67a;
}

.rfel-acv-star {
	width: 18px;
	height: 18px;
}

.rfel-acv-features {
	padding: clamp(16px, 3vw, 32px) 0;
	background: #fff;
}

.rfel-acv-feature {
	display: grid;
	gap: clamp(24px, 4vw, 48px);
	align-items: center;
	padding: clamp(32px, 5vw, 64px) 0;
}

@media (min-width: 992px) {
	.rfel-acv-feature {
		grid-template-columns: 1fr 1fr;
	}

	.rfel-acv-feature.is-reverse .rfel-acv-feature__media {
		order: -1;
	}
}

.rfel-acv-feature__eyebrow {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--rfel-blue);
}

.rfel-acv-feature__copy h2 {
	margin: 0 0 12px;
	font-size: clamp(24px, 3.5vw, 34px);
	font-weight: 500;
	line-height: 1.2;
	color: var(--rfel-ink);
}

.rfel-acv-feature__copy p {
	margin: 0 0 16px;
	font-size: clamp(16px, 1.6vw, 19px);
	line-height: 1.53;
	color: var(--rfel-ink);
}

.rfel-acv-feature__list {
	margin: 0 0 20px;
	padding-left: 1.2rem;
}

.rfel-acv-feature__list li {
	margin-bottom: 8px;
	line-height: 1.45;
}

.rfel-acv-feature__media img {
	display: block;
	width: 100%;
	max-width: 486px;
	margin: 0 auto;
	height: auto;
	object-fit: contain;
}

.rfel-acv-hiw {
	padding: clamp(32px, 5vw, 64px) 0;
	background: #fafafc;
}

.rfel-acv-hiw__title {
	margin: 0 0 clamp(24px, 4vw, 40px);
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 500;
	line-height: 1.15;
	color: var(--rfel-ink);
	text-align: center;
}

.rfel-acv-hiw__grid {
	display: grid;
	gap: clamp(24px, 4vw, 40px);
}

@media (min-width: 768px) {
	.rfel-acv-hiw__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.rfel-acv-hiw__step h3 {
	margin: 0 0 10px;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: 700;
	color: var(--rfel-ink);
}

.rfel-acv-hiw__step p {
	margin: 0 0 16px;
	font-size: clamp(15px, 1.5vw, 17px);
	line-height: 1.5;
	color: var(--rfel-ink);
}

.rfel-acv-hiw__step img {
	display: block;
	width: 100%;
	max-width: 405px;
	margin: 0 auto;
	height: auto;
	object-fit: contain;
}

.rfel-acv-faq {
	padding: clamp(32px, 5vw, 64px) 0;
	background: #fff;
}

.rfel-acv-faq h2 {
	text-align: left;
}

.rfel-acv-faq__footer {
	margin: 24px 0 0;
	font-size: 16px;
	color: var(--rfel-muted);
}

.rfel-acv-faq__footer a {
	color: var(--rfel-blue);
	font-weight: 600;
	text-decoration: none;
}

.rfel-acv-faq__footer a:hover {
	text-decoration: underline;
}

.rfel-acv-cta {
	padding: clamp(48px, 6vw, 80px) 0;
	background: var(--rfel-soft);
	text-align: center;
}

.rfel-acv-cta__inner {
	max-width: 720px;
	margin: 0 auto;
}

.rfel-acv-cta h2 {
	margin: 0 0 12px;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 500;
	line-height: 1.15;
	color: var(--rfel-ink);
}

.rfel-acv-cta p {
	margin: 0 0 24px;
	font-size: clamp(16px, 1.6vw, 19px);
	line-height: 1.53;
	color: var(--rfel-ink);
}

.rfel-acv-cta__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}
