/*
Theme Name: LLL Platform
Theme URI: https://l-l-l.top
Author: l-l-l.top
Description: A lightweight, data-first WordPress theme for comparison and analytics tools. Elementor Pro compatible.
Version: 0.1.1
Text Domain: lll-platform
*/

:root {
	--lll-bg: #f4f6f8;
	--lll-surface: #ffffff;
	--lll-surface-soft: #eef1f5;
	--lll-ink: #111827;
	--lll-ink-soft: #344054;
	--lll-muted: #667085;
	--lll-border: #dfe4ea;
	--lll-night: #111827;
	--lll-night-soft: #1d2939;
	--lll-indigo: #5b5ce2;
	--lll-indigo-dark: #4445bc;
	--lll-mint: #0bbf9a;
	--lll-amber: #f59e0b;
	--lll-violet: #9b51e0;
	--lll-radius-sm: 10px;
	--lll-radius: 18px;
	--lll-radius-lg: 30px;
	--lll-shadow-sm: 0 1px 2px rgba(16, 24, 40, .04), 0 8px 24px rgba(16, 24, 40, .04);
	--lll-shadow: 0 24px 64px rgba(16, 24, 40, .12);
	--lll-container: 1200px;
	--lll-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--lll-bg);
	color: var(--lll-ink);
	font-family: var(--lll-font);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
body.lll-menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: rgba(91, 92, 226, .2); }
:focus-visible { outline: 3px solid rgba(91, 92, 226, .38); outline-offset: 3px; }

.lll-container { width: min(calc(100% - 40px), var(--lll-container)); margin-inline: auto; }
.lll-section { padding: 96px 0; }
.lll-section--tight { padding: 64px 0; }
.lll-section--white { background: var(--lll-surface); }
.lll-section--night { background: var(--lll-night); color: #fff; }
.lll-section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 36px; }
.lll-section-head__copy { max-width: 720px; }
.lll-section-head h2 { margin: 8px 0 0; font-size: clamp(32px, 4vw, 52px); line-height: 1.06; letter-spacing: -.045em; }
.lll-section-head p { margin: 16px 0 0; color: var(--lll-muted); font-size: 18px; }
.lll-eyebrow { margin: 0; color: var(--lll-indigo); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.lll-section--night .lll-eyebrow { color: #9fa0ff; }
.lll-section--night .lll-section-head p { color: #98a2b3; }

.lll-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 0 20px;
	border: 1px solid transparent;
	border-radius: 12px;
	background: var(--lll-indigo);
	color: #fff;
	font-size: 14px;
	font-weight: 750;
	line-height: 1;
	transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}
.lll-button:hover { background: var(--lll-indigo-dark); transform: translateY(-1px); }
.lll-button--ghost { border-color: var(--lll-border); background: #fff; color: var(--lll-ink); }
.lll-button--ghost:hover { background: var(--lll-surface-soft); }
.lll-button--light { background: #fff; color: var(--lll-night); }
.lll-button--light:hover { background: #f2f4f7; }
.lll-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--lll-indigo); font-weight: 750; }
.lll-text-link:hover { color: var(--lll-indigo-dark); }

.lll-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid rgba(223, 228, 234, .82);
	background: rgba(244, 246, 248, .9);
	backdrop-filter: blur(18px);
}
.admin-bar .lll-site-header { top: 32px; }
.lll-header-inner { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 32px; }
.lll-brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.lll-brand__mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; background: var(--lll-night); color: #fff; font-size: 13px; font-weight: 850; letter-spacing: -.04em; }
.lll-brand__name { display: grid; gap: 1px; }
.lll-brand__name strong { font-size: 15px; line-height: 1.15; letter-spacing: .02em; }
.lll-brand__name small { color: var(--lll-muted); font-size: 10px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.lll-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.lll-nav ul { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.lll-nav a { display: block; padding: 10px 12px; border-radius: 9px; color: var(--lll-ink-soft); font-size: 14px; font-weight: 650; }
.lll-nav a:hover, .lll-nav .current-menu-item > a, .lll-nav .current_page_item > a { background: #fff; color: var(--lll-ink); }
.lll-header-cta { min-height: 42px; padding-inline: 16px; }
.lll-nav .lll-header-cta { color: #fff; }
.lll-nav .lll-header-cta:hover, .lll-nav .lll-header-cta:focus-visible { background: var(--lll-indigo-dark); color: #fff; }
.lll-menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--lll-border); border-radius: 11px; background: #fff; }
.lll-menu-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; border-radius: 2px; background: var(--lll-ink); transition: transform .2s ease, opacity .2s ease; }

.lll-hero { position: relative; overflow: hidden; padding: 88px 0 72px; }
.lll-hero::before { position: absolute; top: -240px; right: -120px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(91,92,226,.18), rgba(91,92,226,0) 68%); content: ""; pointer-events: none; }
.lll-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(440px, .96fr); align-items: center; gap: 72px; }
.lll-hero-copy h1 { max-width: 760px; margin: 18px 0 24px; font-size: clamp(48px, 6vw, 82px); line-height: .98; letter-spacing: -.065em; }
.lll-hero-copy h1 span { color: var(--lll-indigo); }
.lll-hero-copy__lead { max-width: 650px; margin: 0; color: var(--lll-ink-soft); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.lll-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.lll-proof-row { display: flex; flex-wrap: wrap; gap: 18px 30px; margin-top: 36px; color: var(--lll-muted); font-size: 13px; font-weight: 650; }
.lll-proof-row span { display: inline-flex; align-items: center; gap: 8px; }
.lll-proof-row i { width: 7px; height: 7px; border-radius: 50%; background: var(--lll-mint); box-shadow: 0 0 0 4px rgba(11,191,154,.12); }

.lll-dashboard { position: relative; min-height: 510px; padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--lll-radius-lg); background: var(--lll-night); color: #fff; box-shadow: var(--lll-shadow); }
.lll-dashboard::before { position: absolute; inset: 0; border-radius: inherit; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 36px 36px; content: ""; mask-image: linear-gradient(to bottom, #000, transparent); }
.lll-dashboard__bar { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 2px 2px 18px; color: #98a2b3; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.lll-dashboard__dots { display: flex; gap: 6px; }
.lll-dashboard__dots i { width: 7px; height: 7px; border-radius: 50%; background: #475467; }
.lll-dashboard__dots i:first-child { background: var(--lll-mint); }
.lll-dashboard__panel { position: relative; padding: 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.lll-dashboard__panel h3 { margin: 0; font-size: 14px; font-weight: 700; }
.lll-dashboard__panel p { margin: 3px 0 0; color: #98a2b3; font-size: 12px; }
.lll-dashboard__metric { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-top: 22px; }
.lll-dashboard__metric strong { font-size: 38px; line-height: 1; letter-spacing: -.05em; }
.lll-dashboard__metric span { color: #5ee1c1; font-size: 12px; font-weight: 750; }
.lll-chart { display: flex; height: 92px; align-items: flex-end; gap: 8px; margin-top: 26px; }
.lll-chart i { flex: 1; min-width: 8px; border-radius: 5px 5px 2px 2px; background: linear-gradient(to top, rgba(91,92,226,.35), #8586ff); }
.lll-chart i:nth-child(2n) { background: linear-gradient(to top, rgba(11,191,154,.28), #3ed6b7); }
.lll-dashboard__mini-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.lll-mini-stat { min-height: 132px; padding: 18px; border: 1px solid rgba(255,255,255,.09); border-radius: 16px; background: #1d2939; }
.lll-mini-stat span { color: #98a2b3; font-size: 11px; font-weight: 650; text-transform: uppercase; }
.lll-mini-stat strong { display: block; margin-top: 15px; font-size: 26px; letter-spacing: -.04em; }
.lll-mini-stat small { display: block; margin-top: 5px; color: #7f8a9d; }
.lll-dashboard__float { position: absolute; right: -24px; bottom: 42px; width: 210px; padding: 16px; border-radius: 14px; background: #fff; color: var(--lll-ink); box-shadow: var(--lll-shadow); }
.lll-dashboard__float span { color: var(--lll-muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.lll-dashboard__float strong { display: block; margin-top: 8px; font-size: 19px; }
.lll-dashboard__float i { display: block; height: 6px; margin-top: 13px; overflow: hidden; border-radius: 99px; background: #eaecf0; }
.lll-dashboard__float i::after { display: block; width: 78%; height: 100%; border-radius: inherit; background: var(--lll-indigo); content: ""; }

.lll-signal-strip { border-block: 1px solid var(--lll-border); background: #fff; }
.lll-signal-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.lll-signal-list li { display: flex; min-height: 86px; align-items: center; justify-content: center; gap: 10px; border-right: 1px solid var(--lll-border); color: var(--lll-ink-soft); font-size: 13px; font-weight: 750; }
.lll-signal-list li:first-child { border-left: 1px solid var(--lll-border); }
.lll-signal-list svg { width: 18px; color: var(--lll-indigo); }

.lll-tool-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.lll-tool-card { --card-accent: var(--lll-indigo); min-width: 0; }
.lll-tool-card--mint { --card-accent: var(--lll-mint); }
.lll-tool-card--amber { --card-accent: var(--lll-amber); }
.lll-tool-card--violet { --card-accent: var(--lll-violet); }
.lll-tool-card__link { position: relative; display: flex; min-height: 370px; height: 100%; flex-direction: column; overflow: hidden; padding: 24px; border: 1px solid var(--lll-border); border-radius: var(--lll-radius); background: #fff; box-shadow: var(--lll-shadow-sm); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.lll-tool-card__link::before { position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: var(--card-accent); content: ""; transform: scaleX(.28); transform-origin: left; transition: transform .25s ease; }
.lll-tool-card__link:hover { border-color: color-mix(in srgb, var(--card-accent), #fff 62%); box-shadow: 0 22px 48px rgba(16,24,40,.09); transform: translateY(-4px); }
.lll-tool-card__link:hover::before { transform: scaleX(1); }
.lll-tool-card__top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.lll-tool-card__icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 13px; background: color-mix(in srgb, var(--card-accent), #fff 88%); color: var(--card-accent); }
.lll-tool-card__icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.lll-status { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; border: 1px solid var(--lll-border); border-radius: 99px; color: var(--lll-muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.lll-status::before { width: 6px; height: 6px; border-radius: 50%; background: #98a2b3; content: ""; }
.lll-status--live { border-color: rgba(11,191,154,.2); background: rgba(11,191,154,.06); color: #087e69; }
.lll-status--live::before { background: var(--lll-mint); }
.lll-status--beta { border-color: rgba(245,158,11,.2); background: rgba(245,158,11,.07); color: #9a6206; }
.lll-status--beta::before { background: var(--lll-amber); }
.lll-tool-card__eyebrow { margin: 28px 0 10px; color: var(--card-accent); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.lll-tool-card h3 { margin: 0; font-size: 24px; line-height: 1.2; letter-spacing: -.035em; }
.lll-tool-card__description { margin: 14px 0 24px; color: var(--lll-muted); font-size: 14px; line-height: 1.65; }
.lll-tool-card__cta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--lll-border); font-size: 13px; font-weight: 750; }
.lll-tool-card__cta span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--lll-surface-soft); transition: background-color .2s ease, color .2s ease; }
.lll-tool-card__link:hover .lll-tool-card__cta span { background: var(--card-accent); color: #fff; }

.lll-domain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lll-domain-card { min-height: 300px; padding: 28px; border-radius: var(--lll-radius); background: #fff; }
.lll-domain-card__index { color: var(--lll-muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.lll-domain-card h3 { margin: 80px 0 14px; font-size: 26px; line-height: 1.1; letter-spacing: -.035em; }
.lll-domain-card p { margin: 0; color: var(--lll-muted); font-size: 14px; }
.lll-domain-card a { display: inline-flex; margin-top: 24px; color: var(--lll-indigo); font-size: 13px; font-weight: 750; }

.lll-method-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.lll-method-intro { position: sticky; top: 120px; }
.lll-method-intro h2 { margin: 12px 0 18px; font-size: clamp(34px, 4vw, 52px); line-height: 1.06; letter-spacing: -.045em; }
.lll-method-intro p { color: #98a2b3; font-size: 17px; }
.lll-method-list { margin: 0; padding: 0; list-style: none; }
.lll-method-list li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 28px 0; border-top: 1px solid #344054; }
.lll-method-list li:last-child { border-bottom: 1px solid #344054; }
.lll-method-list__number { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #475467; border-radius: 12px; color: #9fa0ff; font-size: 12px; font-weight: 800; }
.lll-method-list h3 { margin: 0 0 8px; font-size: 20px; }
.lll-method-list p { margin: 0; color: #98a2b3; font-size: 14px; }

.lll-cta-panel { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 36px; overflow: hidden; padding: 52px; border-radius: var(--lll-radius-lg); background: var(--lll-indigo); color: #fff; }
.lll-cta-panel::before { position: absolute; top: -120px; right: 160px; width: 340px; height: 340px; border: 60px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.lll-cta-panel > * { position: relative; }
.lll-cta-panel h2 { max-width: 740px; margin: 0; font-size: clamp(32px, 4vw, 52px); line-height: 1.07; letter-spacing: -.045em; }
.lll-cta-panel p { max-width: 680px; margin: 14px 0 0; color: rgba(255,255,255,.72); }

.lll-archive-hero { padding: 76px 0 54px; }
.lll-archive-hero__grid { display: grid; grid-template-columns: 1fr .72fr; gap: 60px; align-items: end; }
.lll-archive-hero h1 { max-width: 780px; margin: 14px 0 0; font-size: clamp(46px, 6vw, 76px); line-height: .99; letter-spacing: -.06em; }
.lll-archive-hero__copy { margin: 0 0 8px; color: var(--lll-muted); font-size: 18px; }
.lll-filter-shell { margin-bottom: 32px; padding: 16px; border: 1px solid var(--lll-border); border-radius: 16px; background: #fff; }
.lll-filter-row { display: flex; align-items: center; gap: 12px; }
.lll-search { position: relative; flex: 1; }
.lll-search svg { position: absolute; top: 50%; left: 15px; width: 18px; transform: translateY(-50%); fill: none; stroke: var(--lll-muted); stroke-width: 2; }
.lll-search input { width: 100%; height: 46px; padding: 0 16px 0 44px; border: 1px solid var(--lll-border); border-radius: 11px; background: var(--lll-bg); color: var(--lll-ink); }
.lll-search input:focus { border-color: var(--lll-indigo); outline: none; box-shadow: 0 0 0 4px rgba(91,92,226,.1); }
.lll-filter-buttons { display: flex; flex-wrap: wrap; gap: 7px; }
.lll-filter-button { min-height: 42px; padding: 0 14px; border: 1px solid var(--lll-border); border-radius: 10px; background: #fff; color: var(--lll-muted); font-size: 12px; font-weight: 750; cursor: pointer; }
.lll-filter-button:hover, .lll-filter-button.is-active { border-color: var(--lll-night); background: var(--lll-night); color: #fff; }
.lll-filter-summary { margin: 12px 2px 0; color: var(--lll-muted); font-size: 12px; }
.lll-tool-card[hidden] { display: none; }
.lll-empty-state { grid-column: 1 / -1; padding: 50px; border: 1px dashed var(--lll-border); border-radius: var(--lll-radius); color: var(--lll-muted); text-align: center; }

.lll-page-hero { padding: 72px 0 44px; }
.lll-page-hero h1 { max-width: 820px; margin: 14px 0 0; font-size: clamp(44px, 6vw, 72px); line-height: 1; letter-spacing: -.055em; }
.lll-page-shell { display: grid; grid-template-columns: minmax(0, 760px) minmax(240px, 1fr); gap: 80px; align-items: start; padding-bottom: 96px; }
.lll-page-content { padding: 38px; border: 1px solid var(--lll-border); border-radius: var(--lll-radius); background: #fff; }
.lll-page-content > *:first-child { margin-top: 0; }
.lll-page-content h2 { margin: 42px 0 14px; font-size: 30px; line-height: 1.15; letter-spacing: -.035em; }
.lll-page-content h3 { margin-top: 32px; }
.lll-page-content p, .lll-page-content li { color: var(--lll-ink-soft); }
.lll-page-aside { position: sticky; top: 110px; padding: 24px; border-top: 2px solid var(--lll-indigo); background: #fff; }
.lll-page-aside strong { display: block; margin-bottom: 8px; }
.lll-page-aside p { margin: 0; color: var(--lll-muted); font-size: 13px; }

.lll-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--lll-muted); font-size: 12px; }
.lll-breadcrumbs a:hover { color: var(--lll-indigo); }
.lll-tool-hero { padding: 60px 0 38px; }
.lll-tool-hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 28px; }
.lll-tool-hero h1 { max-width: 900px; margin: 20px 0 18px; font-size: clamp(44px, 6vw, 72px); line-height: 1; letter-spacing: -.055em; }
.lll-tool-hero__lead { max-width: 760px; margin: 0; color: var(--lll-ink-soft); font-size: 20px; }
.lll-tool-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 24px; align-items: start; padding-bottom: 96px; }
.lll-tool-layout--wide { grid-template-columns: minmax(0, 1fr); }
.lll-tool-workspace { min-width: 0; min-height: 430px; padding: clamp(24px, 5vw, 48px); border: 1px solid var(--lll-border); border-radius: var(--lll-radius-lg); background: #fff; box-shadow: var(--lll-shadow-sm); }
.lll-tool-workspace h2 { margin: 0 0 16px; font-size: 30px; letter-spacing: -.035em; }
.lll-tool-workspace h2:not(:first-child) { margin-top: 42px; }
.lll-tool-workspace p { color: var(--lll-ink-soft); }
.lll-coming-soon { display: grid; min-height: 300px; place-items: center; margin-top: 32px; padding: 38px; border: 1px dashed #c7c9ff; border-radius: var(--lll-radius); background: #f7f7ff; text-align: center; }
.lll-coming-soon__icon { display: grid; width: 58px; height: 58px; margin: 0 auto 18px; place-items: center; border-radius: 18px; background: var(--lll-indigo); color: #fff; }
.lll-coming-soon h3 { margin: 0; font-size: 24px; }
.lll-coming-soon p { max-width: 480px; margin: 10px auto 0; color: var(--lll-muted); }
.lll-tool-aside { position: sticky; top: 100px; display: grid; gap: 12px; }
.lll-info-card { padding: 22px; border: 1px solid var(--lll-border); border-radius: 16px; background: #fff; }
.lll-info-card__label { color: var(--lll-muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.lll-info-card strong { display: block; margin-top: 8px; font-size: 14px; }
.lll-info-card p { margin: 9px 0 0; color: var(--lll-muted); font-size: 12px; }

.lll-site-footer { padding: 64px 0 30px; background: #0c111d; color: #fff; }
.lll-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 72px; padding-bottom: 52px; }
.lll-footer-brand p { max-width: 400px; margin: 18px 0 0; color: #98a2b3; font-size: 14px; }
.lll-footer-title { margin: 0 0 16px; color: #667085; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lll-footer-links { margin: 0; padding: 0; list-style: none; }
.lll-footer-links li + li { margin-top: 10px; }
.lll-footer-links a { color: #d0d5dd; font-size: 13px; }
.lll-footer-links a:hover { color: #fff; }
.lll-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid #1d2939; color: #667085; font-size: 11px; }

.lll-not-found { display: grid; min-height: 65vh; place-items: center; padding: 80px 20px; text-align: center; }
.lll-not-found strong { color: var(--lll-indigo); font-size: 13px; letter-spacing: .14em; }
.lll-not-found h1 { margin: 10px 0; font-size: clamp(52px, 8vw, 96px); line-height: 1; letter-spacing: -.06em; }
.lll-not-found p { max-width: 540px; margin: 0 auto 28px; color: var(--lll-muted); }

.elementor-page .lll-page-content { max-width: none; padding: 0; border: 0; background: transparent; }
.elementor-page .lll-page-shell { display: block; width: 100%; max-width: none; padding: 0; }

@media (max-width: 1080px) {
	.lll-hero-grid { grid-template-columns: 1fr 420px; gap: 40px; }
	.lll-dashboard__float { right: -10px; }
	.lll-tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.lll-method-grid { gap: 44px; }
}

@media (max-width: 900px) {
	.admin-bar .lll-site-header { top: 46px; }
	.lll-menu-toggle { display: block; margin-left: auto; }
	.lll-nav { position: fixed; inset: 72px 0 auto; display: none; min-height: calc(100vh - 72px); align-items: stretch; flex-direction: column; gap: 20px; padding: 26px 20px; border-top: 1px solid var(--lll-border); background: rgba(244,246,248,.98); }
	.admin-bar .lll-nav { top: 118px; min-height: calc(100vh - 118px); }
	.lll-nav.is-open { display: flex; }
	.lll-nav ul { align-items: stretch; flex-direction: column; }
	.lll-nav a { padding: 14px; font-size: 18px; }
	.lll-header-cta { min-height: 48px; }
	.lll-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
	.lll-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
	.lll-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
	.lll-hero { padding-top: 60px; }
	.lll-hero-grid { grid-template-columns: 1fr; }
	.lll-dashboard { width: min(100%, 600px); margin-inline: auto; }
	.lll-signal-list { grid-template-columns: 1fr 1fr; }
	.lll-signal-list li:nth-child(2) { border-right: 1px solid var(--lll-border); }
	.lll-signal-list li:nth-child(n+3) { border-top: 1px solid var(--lll-border); }
	.lll-domain-grid { grid-template-columns: 1fr; }
	.lll-domain-card { min-height: 230px; }
	.lll-domain-card h3 { margin-top: 48px; }
	.lll-method-grid { grid-template-columns: 1fr; }
	.lll-method-intro { position: static; }
	.lll-archive-hero__grid { grid-template-columns: 1fr; gap: 22px; }
	.lll-page-shell, .lll-tool-layout { grid-template-columns: 1fr; gap: 28px; }
	.lll-page-aside, .lll-tool-aside { position: static; }
	.lll-footer-grid { grid-template-columns: 1fr 1fr; }
	.lll-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
	.lll-container { width: min(calc(100% - 28px), var(--lll-container)); }
	.lll-section { padding: 68px 0; }
	.lll-section--tight { padding: 48px 0; }
	.lll-brand__name small { display: none; }
	.lll-hero { padding: 48px 0; }
	.lll-hero-copy h1 { font-size: clamp(44px, 14vw, 62px); }
	.lll-hero-copy__lead { font-size: 17px; }
	.lll-hero-actions { align-items: stretch; flex-direction: column; }
	.lll-button { width: 100%; }
	.lll-proof-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
	.lll-dashboard { min-height: auto; padding: 14px; border-radius: 22px; }
	.lll-dashboard__panel { padding: 18px; }
	.lll-dashboard__metric strong { font-size: 32px; }
	.lll-dashboard__mini-grid { grid-template-columns: 1fr; }
	.lll-mini-stat { min-height: 100px; }
	.lll-dashboard__float { position: static; width: auto; margin-top: 12px; }
	.lll-signal-list { grid-template-columns: 1fr; }
	.lll-signal-list li { min-height: 64px; border-right: 1px solid var(--lll-border); border-bottom: 1px solid var(--lll-border); }
	.lll-tool-grid { grid-template-columns: 1fr; }
	.lll-tool-card__link { min-height: 340px; }
	.lll-section-head { align-items: flex-start; flex-direction: column; gap: 18px; }
	.lll-method-list li { grid-template-columns: 40px 1fr; gap: 14px; }
	.lll-cta-panel { grid-template-columns: 1fr; padding: 34px 24px; }
	.lll-filter-row { align-items: stretch; flex-direction: column; }
	.lll-filter-buttons { display: grid; grid-template-columns: 1fr 1fr; }
	.lll-filter-button:first-child { grid-column: 1 / -1; }
	.lll-archive-hero { padding-top: 52px; }
	.lll-archive-hero h1, .lll-page-hero h1, .lll-tool-hero h1 { font-size: clamp(40px, 13vw, 56px); }
	.lll-page-content, .lll-tool-workspace { padding: 24px 20px; border-radius: 18px; }
	.lll-footer-grid { grid-template-columns: 1fr; gap: 38px; }
	.lll-footer-brand { grid-column: auto; }
	.lll-footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
