/* LWS Financial Research — public homepage */
:root {
	--lfr-navy: #07101f;
	--lfr-blue: #0b2340;
	--lfr-blue-2: #123d5a;
	--lfr-teal: #28d2cf;
	--lfr-violet: #5b4bff;
	--lfr-ink: #0e1728;
	--lfr-muted: #607089;
	--lfr-line: #dce5ef;
	--lfr-soft: #f3f7fb;
	--lfr-white: #fff;
	--lfr-shadow: 0 24px 70px rgba(14, 32, 58, .12);
	--lfr-radius: 24px;
	--lfr-ease: cubic-bezier(.22, 1, .36, 1);
}

.lfr-home,
.lfr-home * { box-sizing: border-box; }
.lfr-home {
	width: 100%;
	overflow: clip;
	background: var(--lfr-white);
	color: var(--lfr-ink);
	font-family: "DM Sans", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}
.lfr-home img { display: block; max-width: 100%; }
.lfr-home a { color: inherit; text-decoration: none; }
.lfr-home button,
.lfr-home input { font: inherit; }
.lfr-home h1,
.lfr-home h2,
.lfr-home h3,
.lfr-home p { margin-top: 0; }
.lfr-home h1,
.lfr-home h2,
.lfr-home h3 { color: inherit; letter-spacing: -.045em; }
.lfr-home h1 { font-size: clamp(3rem, 4.8vw, 5.15rem); font-weight: 760; line-height: .98; }
.lfr-home h2 { font-size: clamp(2.35rem, 4.2vw, 4.4rem); font-weight: 740; line-height: 1.04; }
.lfr-home h3 { font-size: 1.25rem; line-height: 1.2; }
.lfr-home em { color: var(--lfr-teal); font-style: normal; }
.lfr-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.lfr-section { padding: clamp(88px, 9vw, 144px) 0; }
.lfr-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.lfr-skip-link {
	position: fixed;
	z-index: 100001;
	top: 12px;
	left: 12px;
	padding: 10px 14px;
	border-radius: 8px;
	background: #fff;
	color: var(--lfr-navy);
	transform: translateY(-160%);
	transition: transform .2s;
}
.lfr-skip-link:focus { transform: translateY(0); }
.lfr-home :focus-visible { outline: 3px solid rgba(40, 210, 207, .65); outline-offset: 3px; }

/* Navigation */
.lfr-progress {
	position: fixed;
	z-index: 10002;
	inset: 0 0 auto;
	height: 2px;
	pointer-events: none;
}
.lfr-progress span {
	display: block;
	width: 0;
	height: 100%;
	background: linear-gradient(90deg, var(--lfr-teal), #79f4ea);
	box-shadow: 0 0 14px rgba(40, 210, 207, .8);
}
.lfr-nav {
	position: absolute;
	z-index: 1000;
	inset: 0 0 auto;
	color: #fff;
	transition: background .28s ease, box-shadow .28s ease, transform .28s ease;
}
.lfr-nav.is-scrolled {
	position: fixed;
	background: rgba(7, 16, 31, .9);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .14);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}
body.admin-bar .lfr-nav { top: 32px; }
.lfr-nav__inner { min-height: 78px; display: flex; align-items: center; gap: 34px; }
.lfr-brand { display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; color: #fff !important; }
.lfr-brand img { width: auto; height: 42px; object-fit: contain; }
.lfr-brand__mark { color: #fff; font-size: 1.8rem; font-weight: 950; letter-spacing: -.09em; line-height: 1; }
.lfr-brand__copy { font-size: .63rem; font-weight: 750; line-height: 1.08; }
.lfr-nav__panel { display: flex; align-items: center; gap: 28px; flex: 1; }
.lfr-nav__links { display: flex; align-items: center; justify-content: center; gap: 4px; flex: 1; }
.lfr-nav__links a { padding: 9px 13px; border-radius: 10px; color: rgba(255,255,255,.74); font-size: .9rem; font-weight: 650; transition: color .18s, background .18s; }
.lfr-nav__links a:hover { color: #fff; background: rgba(255,255,255,.08); }
.lfr-nav__actions { display: flex; align-items: center; gap: 7px; }
.lfr-home .lfr-nav__toggle { display: none !important; width: 44px; height: 44px; padding: 11px; margin-left: auto; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.06); color: #fff; cursor: pointer; }
.lfr-nav__toggle > span:not(.lfr-sr-only) { display: block; height: 2px; margin: 4px 0; border-radius: 4px; background: currentColor; transition: transform .2s, opacity .2s; }
.lfr-nav__toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
.lfr-nav__toggle[aria-expanded="true"] > span:nth-of-type(3) { opacity: 0; }
.lfr-nav__toggle[aria-expanded="true"] > span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }

/* Buttons */
.lfr-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid transparent;
	border-radius: 12px;
	font-size: .9rem;
	font-weight: 750;
	letter-spacing: -.015em;
	transition: transform .22s var(--lfr-ease), box-shadow .22s, background .22s, border-color .22s;
}
.lfr-btn svg { flex: 0 0 auto; transition: transform .22s var(--lfr-ease); }
.lfr-btn:hover { transform: translateY(-2px); }
.lfr-btn:hover svg { transform: translateX(3px); }
.lfr-btn--large { min-height: 56px; padding: 0 24px; border-radius: 15px; font-size: .98rem; }
.lfr-btn--primary {
	background: linear-gradient(135deg, #32ddd7, #20bfc5);
	color: #041522 !important;
	box-shadow: 0 14px 34px rgba(40, 210, 207, .2);
}
.lfr-btn--primary:hover { box-shadow: 0 18px 38px rgba(40, 210, 207, .33); }
.lfr-btn--nav { background: #fff; color: var(--lfr-navy) !important; }
.lfr-btn--quiet { color: rgba(255,255,255,.8) !important; }
.lfr-btn--glass { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.07); color: #fff !important; backdrop-filter: blur(10px); }
.lfr-btn--glass:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.4); }

/* Hero */
.lfr-hero {
	position: relative;
	min-height: 790px;
	padding: 150px 0 102px;
	overflow: hidden;
	background:
		linear-gradient(116deg, rgba(7,16,31,.98) 0%, rgba(9,32,57,.97) 48%, rgba(13,62,78,.94) 100%),
		var(--lfr-navy);
	color: #fff;
}
.lfr-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .11;
	background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to bottom, black, transparent 88%);
}
.lfr-hero__glow { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.lfr-hero__glow--one { width: 520px; height: 520px; top: -230px; right: -80px; background: rgba(40,210,207,.2); }
.lfr-hero__glow--two { width: 420px; height: 420px; bottom: -210px; left: 28%; background: rgba(91,75,255,.18); }
.lfr-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(460px, .82fr); align-items: center; gap: 56px; }
.lfr-hero__copy { position: relative; z-index: 2; }
.lfr-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #178e98; font-size: .73rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.lfr-kicker > span { width: 28px; height: 2px; border-radius: 3px; background: currentColor; }
.lfr-kicker--light { color: var(--lfr-teal); }
.lfr-hero__kicker { color: #86fff4; }
.lfr-hero h1 { max-width: 730px; margin-bottom: 26px; color: #fff; }
.lfr-hero h1 em { display: block; background: linear-gradient(90deg, #8bfff5 0%, var(--lfr-teal) 44%, #a6a0ff 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.lfr-hero__lead { max-width: 675px; margin-bottom: 34px; color: rgba(235,246,255,.72); font-size: clamp(1.05rem, 1.5vw, 1.22rem); line-height: 1.65; }
.lfr-hero__actions { display: flex; flex-wrap: wrap; gap: 11px; }
.lfr-hero__trust { display: flex; flex-wrap: wrap; gap: 18px; margin: 24px 0 0; padding: 0; list-style: none; color: rgba(225,241,252,.62); font-size: .78rem; }
.lfr-hero__trust li { display: inline-flex; align-items: center; gap: 6px; }
.lfr-hero__trust svg { color: var(--lfr-teal); }

/* Cockpit mockup */
.lfr-cockpit {
	position: relative;
	z-index: 2;
	width: 100%;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 24px;
	background: rgba(9,25,44,.66);
	box-shadow: 0 44px 100px rgba(0,0,0,.32), inset 0 1px rgba(255,255,255,.09);
	backdrop-filter: blur(24px);
	transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}
.lfr-cockpit__top { display: flex; align-items: center; gap: 12px; height: 48px; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.56); font-size: .66rem; font-weight: 700; }
.lfr-cockpit__dots { display: flex; gap: 5px; margin-right: 4px; }
.lfr-cockpit__dots span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.22); }
.lfr-live { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; color: #a9fff5; }
.lfr-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--lfr-teal); box-shadow: 0 0 12px var(--lfr-teal); animation: lfrPulse 2s infinite; }
.lfr-cockpit--real { overflow: visible; }
.lfr-reader { display: block; margin: 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(7,18,32,.74); color: #fff !important; overflow: hidden; transition: border-color .25s, transform .3s var(--lfr-ease); }
.lfr-reader:hover { border-color: rgba(40,210,207,.48); transform: translateY(-3px); }
.lfr-reader__cover { position: relative; height: 190px; background-color: #123d5a; background-position: center; background-size: cover; overflow: hidden; }
.lfr-reader__cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,13,24,.05), rgba(4,13,24,.82)); }
.lfr-reader__cover.is-placeholder { background-image: radial-gradient(circle at 72% 20%, rgba(40,210,207,.46), transparent 35%), linear-gradient(135deg, #102d4b, #18285c); }
.lfr-reader__type,
.lfr-reader__access { position: absolute; z-index: 1; top: 15px; display: inline-flex; align-items: center; min-height: 27px; padding: 0 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; background: rgba(5,16,29,.68); color: #fff; font-size: .56rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; backdrop-filter: blur(12px); }
.lfr-reader__type { left: 15px; }
.lfr-reader__access { right: 15px; color: #8dfff7; }
.lfr-reader__body { padding: 20px; }
.lfr-reader__meta { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.44); font-size: .59rem; font-weight: 750; text-transform: uppercase; }
.lfr-reader__meta span::before { content: "•"; margin-right: 8px; color: var(--lfr-teal); }
.lfr-reader__body h2 { display: -webkit-box; margin: 9px 0 9px; overflow: hidden; color: #fff; font-size: 1.28rem; line-height: 1.15; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.lfr-reader__body > p { display: -webkit-box; margin: 0; overflow: hidden; color: rgba(228,240,249,.58); font-size: .72rem; line-height: 1.55; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.lfr-reader__formats { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.lfr-reader__formats span { display: inline-flex; align-items: center; gap: 5px; min-height: 28px; padding: 0 8px; border-radius: 8px; background: rgba(255,255,255,.06); color: rgba(255,255,255,.68); font-size: .58rem; font-weight: 750; }
.lfr-reader__formats span svg { color: var(--lfr-teal); }
.lfr-reader__formats b { display: inline-flex; align-items: center; gap: 5px; margin-left: auto; color: #83fff5; font-size: .61rem; }
.lfr-cockpit__body { padding: 22px; }
.lfr-cockpit__company { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.lfr-cockpit__company strong { display: block; font-size: 1.15rem; letter-spacing: -.03em; }
.lfr-cockpit__eyebrow { display: block; margin-bottom: 4px; color: #73eee8; font-size: .58rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.lfr-score { padding: 7px 10px; border: 1px solid rgba(40,210,207,.18); border-radius: 10px; background: rgba(40,210,207,.08); color: rgba(255,255,255,.58); font-size: .62rem; }
.lfr-score b { margin-left: 4px; color: #fff; font-size: .82rem; }
.lfr-chart { padding: 15px 15px 6px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(255,255,255,.035); }
.lfr-chart__head { display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.52); font-size: .62rem; }
.lfr-chart__head strong { color: var(--lfr-teal); }
.lfr-chart svg { display: block; width: 100%; margin-top: 6px; overflow: visible; }
.lfr-chart__grid { fill: none; stroke: rgba(255,255,255,.07); stroke-width: 1; }
.lfr-chart__area { fill: url(#lfrArea); }
.lfr-chart__line { fill: none; stroke: #56ebe5; stroke-width: 3; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; animation: lfrDraw 2.2s var(--lfr-ease) .4s forwards; }
.lfr-chart__points { fill: #0e3448; stroke: #77fff5; stroke-width: 3; }
.lfr-cockpit__signals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 12px; }
.lfr-cockpit__signals > div { min-width: 0; padding: 11px; border-radius: 12px; background: rgba(255,255,255,.045); }
.lfr-cockpit__signals > div > span { display: inline-flex; margin-bottom: 8px; }
.lfr-cockpit__signals p { margin: 0; }
.lfr-cockpit__signals b,
.lfr-cockpit__signals small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lfr-cockpit__signals b { color: rgba(255,255,255,.84); font-size: .65rem; }
.lfr-cockpit__signals small { margin-top: 2px; color: rgba(255,255,255,.4); font-size: .53rem; }
.is-teal { color: var(--lfr-teal); }.is-violet { color: #a7a0ff; }.is-blue { color: #62a6ff; }
.lfr-float-card { position: absolute; display: flex; align-items: center; gap: 10px; min-width: 190px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(10,28,47,.9); box-shadow: 0 22px 40px rgba(0,0,0,.24); backdrop-filter: blur(16px); animation: lfrFloat 5s ease-in-out infinite; }
.lfr-float-card > span { display: inline-flex; align-items: center; justify-content: center; width: 31px; height: 31px; border-radius: 9px; background: rgba(40,210,207,.11); color: var(--lfr-teal); }
.lfr-float-card b, .lfr-float-card small { display: block; }
.lfr-float-card b { font-size: .68rem; }.lfr-float-card small { color: rgba(255,255,255,.46); font-size: .55rem; }
.lfr-float-card--left { left: -52px; bottom: 44px; }
.lfr-float-card--right { right: -44px; top: 72px; animation-delay: -2.5s; }

/* Proof */
.lfr-proof { position: relative; z-index: 3; margin-top: -1px; padding: 34px 0; border-bottom: 1px solid var(--lfr-line); background: #fff; }
.lfr-proof__grid { display: grid; grid-template-columns: minmax(210px, 1.5fr) repeat(4, 1fr); align-items: center; gap: 28px; }
.lfr-proof__intro { padding-right: 24px; border-right: 1px solid var(--lfr-line); }
.lfr-proof__intro span { display: block; margin-bottom: 5px; color: #168e98; font-size: .65rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.lfr-proof__intro strong { display: block; max-width: 230px; font-size: .9rem; line-height: 1.35; }
.lfr-proof__item { text-align: center; }
.lfr-proof__item b { display: block; color: var(--lfr-blue); font-size: 1.75rem; font-variant-numeric: tabular-nums; letter-spacing: -.05em; line-height: 1; }
.lfr-proof__item span { display: block; margin-top: 7px; color: var(--lfr-muted); font-size: .68rem; font-weight: 650; }

/* Shared headings */
.lfr-heading { max-width: 830px; margin-bottom: 56px; }
.lfr-heading--center { margin-inline: auto; text-align: center; }
.lfr-heading h2 { margin-bottom: 22px; }
.lfr-heading > p:last-child { max-width: 680px; margin: 0 auto; color: var(--lfr-muted); font-size: 1.08rem; line-height: 1.7; }

/* Real content samples */
.lfr-real { position: relative; background: linear-gradient(180deg, #f7fafc 0%, #fff 100%); }
.lfr-real::before { content: ""; position: absolute; width: 430px; height: 430px; top: 5%; left: -240px; border-radius: 50%; background: rgba(40,210,207,.09); filter: blur(45px); pointer-events: none; }
.lfr-real__grid { position: relative; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(360px,.8fr); gap: 18px; }
.lfr-real__feature { display: grid; grid-template-columns: minmax(260px,.9fr) minmax(0,1.1fr); min-height: 510px; border: 1px solid var(--lfr-line); border-radius: 25px; background: #fff; box-shadow: 0 22px 60px rgba(22,47,77,.08); color: var(--lfr-ink) !important; overflow: hidden; transition: transform .35s var(--lfr-ease), box-shadow .35s, border-color .35s; }
.lfr-real__feature:hover { transform: translateY(-5px); border-color: rgba(40,210,207,.65); box-shadow: var(--lfr-shadow); }
.lfr-real__media { position: relative; min-height: 100%; padding: 22px; background-color: #0b2e4a; background-position: center; background-size: cover; overflow: hidden; }
.lfr-real__media::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,15,27,.18), rgba(4,15,27,.82)); }
.lfr-real__media.is-placeholder { background-image: radial-gradient(circle at 70% 18%, rgba(40,210,207,.35), transparent 38%), linear-gradient(145deg, #102d49, #201a59); }
.lfr-real__media > span { position: relative; z-index: 1; display: inline-flex; padding: 6px 9px; border: 1px solid rgba(255,255,255,.24); border-radius: 99px; background: rgba(5,17,29,.48); color: #fff; font-size: .57rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }
.lfr-real__document { position: absolute; z-index: 1; right: 22px; bottom: 22px; left: 22px; padding: 21px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(5,17,30,.78); box-shadow: 0 18px 42px rgba(0,0,0,.24); backdrop-filter: blur(15px); }
.lfr-real__document i { display: block; width: 100%; height: 7px; margin: 0 0 10px; border-radius: 10px; background: rgba(255,255,255,.16); }
.lfr-real__document i:nth-child(2) { width: 88%; }.lfr-real__document i:nth-child(3) { width: 94%; }.lfr-real__document i.short { width: 58%; margin-bottom: 18px; }
.lfr-real__document b { display: flex; align-items: center; gap: 7px; color: #91fff7; font-size: .65rem; }
.lfr-real__copy { align-self: center; padding: clamp(28px,4vw,48px); }
.lfr-real__copy > div { display: flex; align-items: center; gap: 9px; color: #8594a7; font-size: .62rem; font-weight: 750; text-transform: uppercase; }
.lfr-real__copy > div span { padding: 5px 8px; border-radius: 99px; background: #e8f8f6; color: #128c94; font-size: .55rem; }
.lfr-real__copy h3 { margin: 17px 0 14px; font-size: clamp(1.55rem,2.3vw,2.25rem); line-height: 1.08; }
.lfr-real__copy > p { color: var(--lfr-muted); font-size: .9rem; line-height: 1.65; }
.lfr-real__copy ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 26px 0 0; padding: 0; list-style: none; }
.lfr-real__copy li { display: inline-flex; align-items: center; gap: 6px; padding: 7px 9px; border: 1px solid #dce6ef; border-radius: 9px; color: #506076; font-size: .62rem; font-weight: 750; }
.lfr-real__copy li svg { color: #128f98; }
.lfr-real__stack { display: grid; grid-template-rows: repeat(3,1fr); gap: 12px; min-width: 0; }
.lfr-format-card { position: relative; display: flex; align-items: center; gap: 15px; min-width: 0; padding: 19px; border: 1px solid var(--lfr-line); border-radius: 20px; background: #fff; color: var(--lfr-ink) !important; overflow: hidden; transition: transform .28s var(--lfr-ease), border-color .28s, box-shadow .28s; }
.lfr-format-card:hover { transform: translateX(4px); border-color: rgba(40,210,207,.65); box-shadow: 0 16px 40px rgba(20,45,75,.09); }
.lfr-format-card__icon { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 auto; border-radius: 14px; background: #e8f9f7; color: #108f97; }
.lfr-format-card__content { min-width: 0; flex: 1; }
.lfr-format-card__content > span { display: block; color: #168d96; font-size: .55rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.lfr-format-card__content h3 { display: -webkit-box; margin: 6px 0 5px; overflow: hidden; font-size: .88rem; line-height: 1.25; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.lfr-format-card__content time,
.lfr-format-card__content > p { display: -webkit-box; margin: 0; overflow: hidden; color: #8a98aa; font-size: .61rem; line-height: 1.4; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.lfr-format-card__arrow { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 auto; border-radius: 50%; background: #f0f4f8; color: #526278; transition: transform .2s; }
.lfr-format-card:hover .lfr-format-card__arrow { transform: rotate(45deg); }
.lfr-format-card__thumb { position: relative; width: 76px; height: 76px; flex: 0 0 auto; border-radius: 13px; background-color: #102f4b; background-position: center; background-size: cover; overflow: hidden; }
.lfr-format-card__thumb::after { content: ""; position: absolute; inset: 0; background: rgba(4,14,25,.32); }
.lfr-format-card__thumb > span { position: absolute; z-index: 1; inset: 50% auto auto 50%; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #fff; color: var(--lfr-violet); transform: translate(-50%,-50%); }
.lfr-wave { display: flex; align-items: center; gap: 3px; height: 32px; flex: 0 0 auto; }
.lfr-wave i { width: 3px; height: 35%; border-radius: 4px; background: #28c9c8; animation: lfrWave 1.35s ease-in-out infinite; }
.lfr-wave i:nth-child(2), .lfr-wave i:nth-child(7) { height: 65%; animation-delay: -.2s; }.lfr-wave i:nth-child(3), .lfr-wave i:nth-child(6) { height: 100%; animation-delay: -.4s; }.lfr-wave i:nth-child(4) { height: 55%; animation-delay: -.6s; }.lfr-wave i:nth-child(5) { height: 82%; animation-delay: -.8s; }
.lfr-real__foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 20px; padding: 0 4px; }
.lfr-real__foot > span { display: inline-flex; align-items: center; gap: 7px; color: #718198; font-size: .7rem; }
.lfr-real__foot > span svg { color: #158e97; }

/* Problem */
.lfr-problem { background: #fff; }
.lfr-problem__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lfr-problem__card { position: relative; min-height: 310px; padding: 32px; border: 1px solid var(--lfr-line); border-radius: var(--lfr-radius); background: linear-gradient(145deg, #fff, #f7fafc); overflow: hidden; transition: transform .35s var(--lfr-ease), box-shadow .35s, border-color .35s; }
.lfr-problem__card:hover { transform: translateY(-6px); border-color: rgba(40,210,207,.65); box-shadow: var(--lfr-shadow); }
.lfr-problem__num { position: absolute; top: 23px; right: 24px; color: #cad5e1; font-size: .72rem; font-weight: 800; }
.lfr-problem__icon { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; margin-bottom: 56px; border-radius: 15px; background: #e9fbfa; color: #0a9299; }
.lfr-problem__card h3 { margin-bottom: 12px; font-size: 1.23rem; }
.lfr-problem__card p { margin: 0; color: var(--lfr-muted); font-size: .91rem; line-height: 1.65; }

/* Method */
.lfr-method { position: relative; color: #fff; background: linear-gradient(145deg, #07101f, #0b2744 58%, #0d384b); }
.lfr-method::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(circle, #fff 1px, transparent 1px); background-size: 28px 28px; }
.lfr-method__layout { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.lfr-method__sticky { align-self: start; position: sticky; top: 130px; }
.lfr-method__sticky h2 { margin-bottom: 24px; color: #fff; }
.lfr-method__sticky > p:not(.lfr-kicker) { max-width: 480px; margin-bottom: 28px; color: rgba(226,239,249,.65); font-size: 1.05rem; }
.lfr-text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: #15949e !important; font-size: .9rem; font-weight: 800; }
.lfr-method .lfr-text-link { color: #75f4ed !important; }
.lfr-text-link svg { transition: transform .2s; }.lfr-text-link:hover svg { transform: translateX(4px); }
.lfr-method__steps { display: grid; }
.lfr-method__steps article { display: grid; grid-template-columns: 74px 1fr; gap: 24px; padding: 34px 0 40px; border-top: 1px solid rgba(255,255,255,.13); }
.lfr-method__steps article:first-child { border-top: 0; padding-top: 4px; }
.lfr-method__steps article > span { color: rgba(255,255,255,.18); font-size: 2rem; font-weight: 850; letter-spacing: -.08em; }
.lfr-method__steps small { color: #75f4ed; font-size: .66rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.lfr-method__steps h3 { margin: 7px 0 10px; color: #fff; font-size: 1.45rem; }
.lfr-method__steps p { max-width: 560px; margin: 0; color: rgba(226,239,249,.58); font-size: .94rem; }

/* Analyst team — canonical data from the Analysts module */
.lfr-team { position: relative; background: #fff; }
.lfr-team__head { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); align-items: end; gap: 64px; margin-bottom: 44px; }
.lfr-team__head h2 { max-width: 760px; margin: 0; }
.lfr-team__head > p { max-width: 500px; margin: 0 0 7px; color: var(--lfr-muted); font-size: 1rem; line-height: 1.7; }
.lfr-team__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.lfr-analyst-card { min-width: 0; overflow: hidden; border: 1px solid var(--lfr-line); border-radius: 22px; background: #fff; transition: transform .3s var(--lfr-ease), box-shadow .3s, border-color .3s; }
.lfr-analyst-card:hover { transform: translateY(-4px); border-color: rgba(40,210,207,.58); box-shadow: 0 24px 55px rgba(14,32,58,.11); }
.lfr-analyst-card__portrait { position: relative; display: grid; place-items: center; width: 112px; height: 112px; margin: 24px 24px 0; overflow: hidden; border: 5px solid #fff; border-radius: 28px; background: linear-gradient(145deg,#edf7f8,#e8e9ff); box-shadow: 0 0 0 1px #dce5ef,0 14px 34px rgba(14,32,58,.13); }
.lfr-analyst-card__portrait::after { display:none; }
.lfr-analyst-card__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; transition: transform .5s var(--lfr-ease); }
.lfr-analyst-card:hover .lfr-analyst-card__portrait img { transform: scale(1.025); }
.lfr-analyst-card__portrait > span { color: #17304a; font-size: 4rem; font-weight: 850; letter-spacing: -.08em; }
.lfr-analyst-card__body { padding: 19px 24px 23px; }
.lfr-analyst-card__identity { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.lfr-analyst-card__identity span { display: block; margin-bottom: 5px; color: #168e98; font-size: .58rem; font-weight: 850; letter-spacing: .14em; }
.lfr-analyst-card__identity h3 { margin: 0; font-size: 1.3rem; }
.lfr-analyst-card__social { display: flex; gap: 5px; flex: 0 0 auto; }
.lfr-analyst-card__social:empty { display: none; }
.lfr-analyst-card__social a { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid #d8e1eb; border-radius: 9px; color: #43546a; font-size: .7rem; font-weight: 850; transition: color .18s, background .18s, border-color .18s; }
.lfr-analyst-card__social a:hover { color: #fff; background: var(--lfr-navy); border-color: var(--lfr-navy); }
.lfr-analyst-card__role { min-height: 36px; margin: 8px 0 12px; color: #39495e; font-size: .76rem; font-weight: 750; line-height: 1.5; }
.lfr-analyst-card__bio { display: -webkit-box; min-height: 66px; margin: 0; overflow: hidden; color: var(--lfr-muted); font-size: .78rem; line-height: 1.65; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.lfr-analyst-card footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; padding-top: 15px; border-top: 1px solid #e8edf3; }
.lfr-analyst-card footer > span { color: #8794a5; font-size: .61rem; font-weight: 650; }
.lfr-analyst-card footer a { display: inline-flex; align-items: center; gap: 6px; color: #3920ec; font-size: .68rem; font-weight: 850; white-space: nowrap; }
.lfr-analyst-card footer a svg { transition: transform .18s; }
.lfr-analyst-card footer a:hover svg { transform: translateX(3px); }

/* Platform */
.lfr-platform { background: var(--lfr-soft); }
.lfr-product { max-width: 1120px; margin: 0 auto 64px; }
.lfr-product__tabs { display: flex; justify-content: center; gap: 5px; margin: 0 auto 15px; }
.lfr-product__tabs button { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; padding: 0 17px; border: 1px solid transparent; border-radius: 12px; background: transparent; color: #6b7a90; font-size: .82rem; font-weight: 750; cursor: pointer; transition: .2s; }
.lfr-product__tabs button:hover { color: var(--lfr-ink); background: #fff; }
.lfr-product__tabs button.is-active { border-color: var(--lfr-line); background: #fff; color: var(--lfr-blue); box-shadow: 0 8px 24px rgba(25,48,78,.08); }
.lfr-product__window { position: relative; min-height: 520px; padding-left: 68px; border: 1px solid #d6e0eb; border-radius: 26px; background: #fff; box-shadow: 0 38px 100px rgba(19,42,72,.14); overflow: hidden; }
.lfr-product__sidebar { position: absolute; inset: 0 auto 0 0; display: flex; flex-direction: column; align-items: center; width: 68px; padding: 20px 0; background: var(--lfr-navy); }
.lfr-mini-brand { margin-bottom: 42px; color: #fff; font-size: .75rem; font-weight: 950; letter-spacing: -.08em; }
.lfr-product__sidebar i { width: 26px; height: 26px; margin-bottom: 16px; border-radius: 8px; background: rgba(255,255,255,.08); }
.lfr-product__sidebar i.is-active { background: rgba(40,210,207,.22); box-shadow: inset 3px 0 var(--lfr-teal); }
.lfr-product__screen { min-height: 520px; }
.lfr-product__screen[hidden] { display: none; }
.lfr-product__screen.is-entering { animation: lfrScreenIn .42s var(--lfr-ease); }
.lfr-screen__top { display: flex; align-items: center; justify-content: space-between; height: 58px; padding: 0 24px; border-bottom: 1px solid #e4eaf1; color: #59677b; font-size: .75rem; font-weight: 750; }
.lfr-screen__top > div { display: flex; align-items: center; gap: 9px; }.lfr-screen__top i { width: 54px; height: 8px; border-radius: 10px; background: #e8edf3; }.lfr-screen__top i:last-of-type { width: 28px; }.lfr-screen__top b { width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, var(--lfr-violet), #3d30cc); }
.lfr-screen__content { padding: 34px; }
.lfr-screen__headline { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.lfr-screen__headline small { color: #138e98; font-size: .58rem; font-weight: 850; letter-spacing: .15em; }
.lfr-ibkr-source { display: inline-flex; align-items: center; gap: 8px; }
.lfr-ibkr-source__logo { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 25px; padding: 3px 5px; background: #fff; border: 1px solid rgba(15,23,42,.12); border-radius: 5px; overflow: hidden; }
.lfr-ibkr-source__logo img { display: block; width: 48px; height: auto; object-fit: contain; }
.lfr-screen__headline h3 { margin: 7px 0 5px; font-size: 1.62rem; }.lfr-screen__headline p { margin: 0; color: #8290a2; font-size: .76rem; }
.lfr-screen__status { padding: 7px 10px; border-radius: 99px; background: #e7f8f6; color: #0d878d; font-size: .6rem; font-weight: 800; }
.lfr-screen__research-grid { display: grid; grid-template-columns: 1.45fr .75fr; gap: 16px; }
.lfr-screen__article, .lfr-screen__thesis { min-height: 270px; padding: 23px; border: 1px solid #e1e7ef; border-radius: 17px; }
.lfr-screen__article b { font-size: .84rem; }.lfr-screen__article > p { height: 8px; margin: 16px 0; border-radius: 8px; background: #edf1f5; }.lfr-screen__article > p.short { width: 64%; }.lfr-screen__article > div { display: flex; gap: 7px; margin-top: 58px; }.lfr-screen__article > div span { width: 72px; height: 28px; border-radius: 8px; background: #edf1f5; }.lfr-screen__article > div span:first-child { background: #d9f5f3; }
.lfr-screen__thesis { color: #fff; background: linear-gradient(145deg, #0b2340, #11505b); }.lfr-screen__thesis small { color: #7ff2eb; font-size: .55rem; font-weight: 850; letter-spacing: .12em; }.lfr-screen__thesis ul { display: grid; gap: 14px; margin: 25px 0 0; padding: 0; list-style: none; }.lfr-screen__thesis li { padding: 0 0 12px 18px; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.8); font-size: .73rem; }.lfr-screen__thesis li::before { content: ""; position: absolute; width: 7px; height: 7px; margin: 6px 0 0 -18px; border-radius: 50%; background: var(--lfr-teal); }
.lfr-company-grid, .lfr-watch-grid { display: grid; gap: 11px; }.lfr-company-grid > div, .lfr-watch-grid > div { display: flex; align-items: center; gap: 14px; min-height: 76px; padding: 13px 16px; border: 1px solid #e1e8ef; border-radius: 14px; }.lfr-company-grid > div > b { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: #e9fbfa; color: #148f96; }.lfr-company-grid span, .lfr-watch-grid p { flex: 1; margin: 0; }.lfr-company-grid strong, .lfr-company-grid small, .lfr-watch-grid b, .lfr-watch-grid small { display: block; }.lfr-company-grid strong, .lfr-watch-grid b { font-size: .75rem; }.lfr-company-grid small, .lfr-watch-grid small { margin-top: 3px; color: #8b98aa; font-size: .62rem; }.lfr-company-grid em, .lfr-watch-grid em { color: #178e98; font-size: .62rem; font-style: normal; }
.lfr-portfolio-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 50px; padding: 20px 30px; }.lfr-ring { position: relative; display: grid; place-items: center; width: 180px; aspect-ratio: 1; margin: auto; border-radius: 50%; background: conic-gradient(var(--lfr-teal) 0 64%, var(--lfr-violet) 64% 86%, #e7edf3 86%); }.lfr-ring::after { content: ""; position: absolute; width: 72%; height: 72%; border-radius: 50%; background: #fff; }.lfr-ring span { position: relative; z-index: 1; text-align: center; }.lfr-ring b, .lfr-ring small { display: block; }.lfr-ring b { font-size: 2rem; }.lfr-ring small { color: #8190a2; font-size: .64rem; }.lfr-bars p { margin-bottom: 22px; }.lfr-bars p > span { display: block; margin-bottom: 7px; color: #536277; font-size: .7rem; }.lfr-bars i { display: block; height: 9px; border-radius: 10px; background: #edf1f5; overflow: hidden; }.lfr-bars i b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--lfr-violet), var(--lfr-teal)); }
.lfr-watch-grid > div > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: #eeecff; color: var(--lfr-violet); font-size: .65rem; font-weight: 850; }
.lfr-outcomes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.lfr-outcomes article { padding: 24px; border: 1px solid var(--lfr-line); border-radius: 18px; background: rgba(255,255,255,.7); }
.lfr-outcomes article > svg { color: #128f98; }.lfr-outcomes h3 { margin: 28px 0 9px; font-size: 1rem; }.lfr-outcomes p { margin: 0; color: var(--lfr-muted); font-size: .81rem; line-height: 1.6; }

/* Latest */
.lfr-latest { background: #fff; }
.lfr-latest__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.lfr-latest__head h2 { margin: 0; font-size: clamp(2.2rem, 3.5vw, 3.5rem); }
.lfr-latest__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lfr-story { display: block; min-width: 0; border: 1px solid var(--lfr-line); border-radius: 20px; background: #fff; overflow: hidden; transition: transform .35s var(--lfr-ease), box-shadow .35s, border-color .35s; }
.lfr-story:hover { transform: translateY(-6px); border-color: rgba(40,210,207,.65); box-shadow: var(--lfr-shadow); }
.lfr-story__media { position: relative; height: 230px; padding: 18px; background-color: #0d334d; background-position: center; background-size: cover; overflow: hidden; }
.lfr-story__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(4,15,28,.1), rgba(4,15,28,.62)); }
.lfr-story__media.is-placeholder { background-image: radial-gradient(circle at 75% 20%, rgba(40,210,207,.38), transparent 34%), linear-gradient(135deg, #0b2340, #153d5e 58%, #322b79); }
.lfr-story--2 .lfr-story__media.is-placeholder { background-image: radial-gradient(circle at 20% 75%, rgba(91,75,255,.46), transparent 38%), linear-gradient(135deg, #07101f, #0d4b54); }
.lfr-story--3 .lfr-story__media.is-placeholder { background-image: radial-gradient(circle at 78% 22%, rgba(40,210,207,.36), transparent 34%), linear-gradient(135deg, #181548, #0b2e4b); }
.lfr-story__media span, .lfr-story__media i { position: relative; z-index: 1; }.lfr-story__media span { display: inline-flex; padding: 6px 9px; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; background: rgba(8,19,32,.36); color: #fff; font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }.lfr-story__media i { position: absolute; right: 18px; bottom: 18px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #fff; color: var(--lfr-blue); font-style: normal; transition: transform .25s; }.lfr-story:hover .lfr-story__media i { transform: rotate(45deg); }
.lfr-story__body { padding: 23px; }.lfr-story__body time { color: #8a98a9; font-size: .65rem; font-weight: 700; text-transform: uppercase; }.lfr-story__body h3 { margin: 10px 0; font-size: 1.14rem; }.lfr-story__body p { display: -webkit-box; margin: 0; overflow: hidden; color: var(--lfr-muted); font-size: .82rem; line-height: 1.55; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

/* Premium */
.lfr-premium { padding-top: 0; background: #fff; }
.lfr-premium__card { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: center; padding: clamp(42px, 6vw, 76px); border-radius: 30px; background: linear-gradient(135deg, #07101f, #0b2f4c 60%, #0f4d58); color: #fff; overflow: hidden; box-shadow: 0 34px 90px rgba(14,37,65,.2); }
.lfr-premium__card::before { content: ""; position: absolute; width: 460px; height: 460px; right: -180px; top: -190px; border-radius: 50%; background: rgba(40,210,207,.14); filter: blur(20px); }
.lfr-premium__copy, .lfr-premium__list { position: relative; }
.lfr-premium__copy h2 { margin-bottom: 22px; color: #fff; font-size: clamp(2.2rem, 4vw, 4rem); }
.lfr-premium__copy > p:not(.lfr-kicker) { max-width: 590px; margin-bottom: 28px; color: rgba(232,243,251,.66); }
.lfr-premium__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }.lfr-premium__actions > span { color: rgba(255,255,255,.46); font-size: .72rem; }
.lfr-premium__list { display: grid; gap: 8px; }
.lfr-premium__list > div { display: flex; align-items: center; gap: 13px; padding: 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.055); }
.lfr-premium__list > div > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: rgba(40,210,207,.13); color: var(--lfr-teal); }
.lfr-premium__list p { margin: 0; }.lfr-premium__list b, .lfr-premium__list small { display: block; }.lfr-premium__list b { font-size: .79rem; }.lfr-premium__list small { margin-top: 2px; color: rgba(255,255,255,.46); font-size: .64rem; }

/* FAQ */
.lfr-faq { background: var(--lfr-soft); }
.lfr-faq__layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.lfr-faq__intro h2 { margin-bottom: 20px; font-size: clamp(2.2rem, 3.5vw, 3.6rem); }.lfr-faq__intro > p:last-child { color: var(--lfr-muted); }
.lfr-faq__items { border-top: 1px solid #ccd8e4; }
.lfr-faq details { border-bottom: 1px solid #ccd8e4; }
.lfr-faq summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 76px; padding: 18px 0; cursor: pointer; list-style: none; font-size: .98rem; font-weight: 760; }
.lfr-faq summary::-webkit-details-marker { display: none; }
.lfr-faq summary span { position: relative; width: 28px; height: 28px; flex: 0 0 auto; border: 1px solid #bdcbd9; border-radius: 50%; }
.lfr-faq summary span::before, .lfr-faq summary span::after { content: ""; position: absolute; left: 8px; top: 13px; width: 10px; height: 1.5px; background: #526276; transition: transform .2s; }.lfr-faq summary span::after { transform: rotate(90deg); }.lfr-faq details[open] summary span::after { transform: rotate(0); }
.lfr-faq details p { max-width: 670px; padding: 0 55px 24px 0; margin: -4px 0 0; color: var(--lfr-muted); font-size: .9rem; line-height: 1.7; }

/* Final + footer */
.lfr-final { position: relative; padding: clamp(100px, 11vw, 170px) 0; background: var(--lfr-navy); color: #fff; text-align: center; overflow: hidden; }
.lfr-final::before { content: ""; position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 74px 74px; mask-image: radial-gradient(circle at 50% 50%, black, transparent 72%); }
.lfr-final__orb { position: absolute; width: 600px; height: 600px; left: 50%; top: 50%; border-radius: 50%; background: rgba(40,210,207,.13); filter: blur(90px); transform: translate(-50%,-50%); }
.lfr-final__inner { position: relative; max-width: 920px; }.lfr-final__inner h2 { max-width: 850px; margin: 0 auto 22px; color: #fff; }.lfr-final__inner > p:not(.lfr-kicker) { max-width: 650px; margin: 0 auto 30px; color: rgba(232,243,251,.65); font-size: 1.08rem; }.lfr-final__inner > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.lfr-footer { padding: 66px 0 28px; background: #050b15; color: rgba(221,234,245,.58); }
.lfr-footer__top { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 54px; padding-bottom: 50px; }
.lfr-footer__brand p { max-width: 340px; margin: 18px 0 0; font-size: .8rem; line-height: 1.7; }
.lfr-footer__top > div:not(.lfr-footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.lfr-footer__top b { margin-bottom: 7px; color: #fff; font-size: .76rem; }.lfr-footer__top a:not(.lfr-brand) { font-size: .75rem; transition: color .18s; }.lfr-footer__top a:hover { color: #fff; }
.lfr-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); font-size: .66rem; }

/* Motion */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--lfr-ease), transform .7s var(--lfr-ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes lfrDraw { to { stroke-dashoffset: 0; } }
@keyframes lfrPulse { 50% { opacity: .4; transform: scale(.75); } }
@keyframes lfrFloat { 50% { transform: translateY(-9px); } }
@keyframes lfrScreenIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes lfrWave { 50% { transform: scaleY(.42); opacity: .55; } }

/* Responsive */
@media (max-width: 1360px) {
	.lfr-float-card--left { left: -18px; }
	.lfr-float-card--right { right: -8px; }
}
@media (max-width: 1180px) {
	.lfr-hero__grid { grid-template-columns: minmax(0,1fr) 460px; gap: 44px; }
	.lfr-float-card--left { left: -24px; }.lfr-float-card--right { right: -18px; }
	.lfr-proof__grid { gap: 18px; }
}
@media (max-width: 1024px) {
	.lfr-home .lfr-nav__toggle { display: block !important; }
	.lfr-nav__panel { position: absolute; top: 68px; right: 24px; left: 24px; display: none; padding: 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(7,16,31,.97); box-shadow: 0 24px 50px rgba(0,0,0,.25); backdrop-filter: blur(18px); }
	.lfr-nav__panel.is-open { display: block; animation: lfrScreenIn .25s var(--lfr-ease); }
	.lfr-nav__links { align-items: stretch; flex-direction: column; }.lfr-nav__links > a { padding: 12px; }
	.lfr-nav__actions { margin-top: 10px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.1); }.lfr-nav__actions .lfr-btn { flex: 1; }
	.lfr-hero { min-height: auto; padding-bottom: 90px; }
	.lfr-hero__grid { grid-template-columns: 1fr; max-width: 800px; }
	.lfr-hero__copy { text-align: center; }.lfr-hero h1, .lfr-hero__lead { margin-inline: auto; }.lfr-hero__actions, .lfr-hero__trust { justify-content: center; }
	.lfr-cockpit { width: min(620px, 92%); margin: 20px auto 0; transform: none; }
	.lfr-proof__grid { grid-template-columns: repeat(4, 1fr); }.lfr-proof__intro { grid-column: 1/-1; padding: 0 0 18px; border-right: 0; border-bottom: 1px solid var(--lfr-line); text-align: center; }.lfr-proof__intro strong { max-width: none; }
	.lfr-method__layout { grid-template-columns: 1fr; gap: 60px; }.lfr-method__sticky { position: static; max-width: 720px; }
	.lfr-team__head { grid-template-columns: 1fr; gap: 20px; }.lfr-team__grid { grid-template-columns: 1fr; }.lfr-analyst-card { display: grid; grid-template-columns: 150px 1fr; }.lfr-analyst-card__portrait { align-self:start; width:112px; height:112px; min-height:0; }
	.lfr-real__grid { grid-template-columns: 1fr; }.lfr-real__stack { grid-template-columns: repeat(3,1fr); grid-template-rows: none; }.lfr-format-card { align-items: flex-start; flex-wrap: wrap; }.lfr-format-card__content { flex-basis: calc(100% - 70px); }.lfr-wave { display: none; }
	.lfr-outcomes { grid-template-columns: repeat(2, 1fr); }
	.lfr-premium__card { grid-template-columns: 1fr; gap: 40px; }
	.lfr-faq__layout { grid-template-columns: 1fr; gap: 45px; }.lfr-faq__intro { max-width: 720px; }
}
@media (max-width: 782px) {
	body.admin-bar .lfr-nav { top: 46px; }
	.lfr-shell { width: min(100% - 32px, 700px); }
	.lfr-section { padding: 82px 0; }
	.lfr-nav__inner { min-height: 68px; }.lfr-brand img { height: 36px; }
	.lfr-hero { padding: 118px 0 74px; }.lfr-hero h1 { font-size: clamp(2.65rem, 11vw, 4.3rem); }.lfr-hero__lead { font-size: 1rem; }
	.lfr-cockpit__signals { grid-template-columns: 1fr; }.lfr-cockpit__signals > div { display: flex; align-items: center; gap: 10px; }.lfr-cockpit__signals > div > span { margin: 0; }
	.lfr-float-card { display: none; }
	.lfr-real__feature { grid-template-columns: 1fr; min-height: 0; }.lfr-real__media { min-height: 360px; }.lfr-real__stack { grid-template-columns: 1fr; }.lfr-format-card { align-items: center; flex-wrap: nowrap; }.lfr-format-card__content { flex-basis: auto; }
	.lfr-problem__grid { grid-template-columns: 1fr; }.lfr-problem__card { min-height: 0; }.lfr-problem__icon { margin-bottom: 38px; }
	.lfr-product__tabs { justify-content: flex-start; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; }.lfr-product__tabs::-webkit-scrollbar { display:none; }.lfr-product__tabs button { flex: 0 0 auto; }
	.lfr-product__window { min-height: 490px; padding-left: 0; }.lfr-product__sidebar { display: none; }.lfr-product__screen { min-height: 490px; }.lfr-screen__content { padding: 24px; }.lfr-screen__research-grid { grid-template-columns: 1fr; }.lfr-screen__thesis { display: none; }
	.lfr-latest__head { align-items: flex-start; flex-direction: column; }.lfr-latest__grid { grid-template-columns: 1fr; }.lfr-story { display: grid; grid-template-columns: 42% 58%; }.lfr-story__media { height: 100%; min-height: 210px; }
	.lfr-footer__top { grid-template-columns: 1.4fr 1fr 1fr; }.lfr-footer__brand { grid-column: 1/-1; }
}
@media (max-width: 560px) {
	.lfr-shell { width: calc(100% - 28px); }
	.lfr-home h2 { font-size: 2.2rem; }
	.lfr-nav__panel { right: 14px; left: 14px; }
	.lfr-hero__actions { flex-direction: column; }.lfr-hero__actions .lfr-btn { width: 100%; }.lfr-hero__trust { align-items: center; flex-direction: column; gap: 8px; }
	.lfr-cockpit { width: 100%; border-radius: 19px; }.lfr-cockpit__body { padding: 14px; }.lfr-cockpit__company { align-items: flex-start; }.lfr-chart { padding: 12px 10px 2px; }
	.lfr-reader { margin: 10px; }.lfr-reader__cover { height: 165px; }.lfr-reader__body { padding: 16px; }.lfr-reader__body h2 { font-size: 1.1rem; }.lfr-reader__formats b { width: 100%; margin: 2px 0 0; }
	.lfr-proof__grid { grid-template-columns: repeat(2, 1fr); gap: 26px 12px; }.lfr-proof__item b { font-size: 1.55rem; }
	.lfr-real__media { min-height: 310px; }.lfr-real__copy { padding: 28px 23px; }.lfr-real__copy h3 { font-size: 1.55rem; }.lfr-real__foot { align-items: flex-start; flex-direction: column; }.lfr-format-card { padding: 16px; }.lfr-format-card__thumb { width: 60px; height: 60px; }.lfr-format-card__arrow { display: none; }
	.lfr-method__steps article { grid-template-columns: 52px 1fr; gap: 14px; }
	.lfr-analyst-card { display: block; }.lfr-analyst-card__portrait { width:96px; height:96px; min-height:0; margin:20px 20px 0; border-radius:24px; }.lfr-analyst-card__body{padding:16px 20px 20px}
	.lfr-outcomes { grid-template-columns: 1fr; }
	.lfr-product__window { min-height: 450px; }.lfr-product__screen { min-height: 450px; }.lfr-screen__headline { align-items: flex-start; flex-direction: column; }.lfr-screen__headline h3 { font-size: 1.32rem; }.lfr-screen__top i { display: none; }.lfr-screen__article { min-height: 230px; }.lfr-portfolio-grid { grid-template-columns: 1fr; gap: 25px; padding: 0; }.lfr-ring { width: 130px; }.lfr-bars p { margin-bottom: 14px; }
	.lfr-story { display: block; }.lfr-story__media { height: 210px; }
	.lfr-premium__card { width: calc(100% - 20px); padding: 34px 24px; border-radius: 24px; }.lfr-premium__actions { align-items: flex-start; flex-direction: column; }.lfr-premium__actions .lfr-btn { width: 100%; }
	.lfr-final__inner > div { flex-direction: column; }.lfr-final__inner .lfr-btn { width: 100%; }
	.lfr-footer__top { grid-template-columns: 1fr 1fr; gap: 34px; }.lfr-footer__brand { grid-column: 1/-1; }.lfr-footer__bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
	.lfr-home *, .lfr-home *::before, .lfr-home *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	[data-reveal] { opacity: 1; transform: none; }
	.lfr-progress { display: none; }
}
