/* LideraTec 2.1: commercial hierarchy, trust and conversion. */
.ltlp-shell {
	--ltlp-service-accent: #697cff;
	--ltlp-service-soft: rgba(105, 124, 255, .16);
}

.ltlp-experience-store {
	--ltlp-service-accent: #36d5a7;
	--ltlp-service-soft: rgba(54, 213, 167, .14);
}

.ltlp-experience-custom {
	--ltlp-service-accent: #a889ff;
	--ltlp-service-soft: rgba(168, 137, 255, .15);
}

/* 2.2: guided estimator. It inherits the landing palette and spacing. */
.ltlp-estimator-section {
	background: linear-gradient(180deg, #f7f9fd 0%, #fff 100%);
}

.ltlp-estimator-wrap {
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
	gap: clamp(36px, 6vw, 84px);
	align-items: start;
}

.ltlp-estimator-copy h2 { margin: 14px 0 16px; color: var(--ltlp-text-dark); font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.08; }
.ltlp-estimator-copy > p { color: #526077; font-size: 1rem; line-height: 1.7; }
.ltlp-estimator-copy ul { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.ltlp-estimator-copy li { color: #344054; font-weight: 650; }
.ltlp-estimator-copy li::before { content: "✓"; margin-right: 10px; color: var(--ltlp-accent); font-weight: 900; }

.ltlp-estimator-card {
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid var(--ltlp-border);
	border-radius: var(--ltlp-radius);
	background: #fff;
	box-shadow: 0 22px 58px rgba(15, 23, 42, .1);
}

.ltlp-estimator-progress { display: flex; align-items: center; gap: 16px; margin-bottom: 30px; color: #526077; font-size: .82rem; font-weight: 800; }
.ltlp-estimator-progress > span { min-width: 62px; }
.ltlp-estimator-progress > div { flex: 1; overflow: hidden; height: 7px; border-radius: 999px; background: #e9edf5; }
.ltlp-estimator-progress i { display: block; width: 33.333%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--ltlp-accent), var(--ltlp-cta-end)); transition: width .24s ease; }

.ltlp-estimator-card fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.ltlp-estimator-card legend { margin-bottom: 20px; color: var(--ltlp-text-dark); font-size: 1.35rem; font-weight: 850; line-height: 1.3; }
.ltlp-estimator-card legend small { color: #667085; font-size: .8rem; font-weight: 500; }
.ltlp-estimator-options, .ltlp-estimator-pages { display: grid; gap: 12px; margin-bottom: 24px; }
.ltlp-estimator-option { position: relative; display: block; cursor: pointer; }
.ltlp-estimator-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.ltlp-estimator-option > span { display: block; padding: 17px 18px; border: 1.5px solid #dfe5ef; border-radius: 14px; background: #fff; transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.ltlp-estimator-option strong, .ltlp-estimator-option small { display: block; }
.ltlp-estimator-option strong { color: #182230; font-size: .98rem; }
.ltlp-estimator-option small { margin-top: 4px; color: #667085; font-size: .82rem; line-height: 1.45; }
.ltlp-estimator-option input:checked + span { border-color: var(--ltlp-accent); box-shadow: 0 0 0 3px rgba(91, 108, 255, .13); transform: translateY(-1px); }
.ltlp-estimator-option input:focus-visible + span { outline: 3px solid #1d4ed8; outline-offset: 3px; }

.ltlp-estimator-extras { margin-top: 26px !important; }
.ltlp-estimator-checks { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 26px; }
.ltlp-estimator-checks label { cursor: pointer; }
.ltlp-estimator-checks input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.ltlp-estimator-checks span { display: block; padding: 10px 13px; border: 1px solid #dfe5ef; border-radius: 999px; color: #475467; font-size: .84rem; font-weight: 700; }
.ltlp-estimator-checks input:checked + span { border-color: var(--ltlp-accent); background: #eef0ff; color: #3546c8; }
.ltlp-estimator-checks input:focus-visible + span { outline: 3px solid #1d4ed8; outline-offset: 2px; }
.ltlp-estimator-nav, .ltlp-estimator-result-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ltlp-estimator-card .ltlp-btn { min-height: 48px; }
.ltlp-btn-secondary-light { border: 1px solid #cfd7e6; background: #fff; color: #344054 !important; }
.ltlp-estimator-error { margin: 16px 0 0; color: #b42318; font-weight: 700; }
.ltlp-estimator-noscript { margin: 18px 0 0; color: #526077; font-size: .9rem; }
.ltlp-estimator-noscript a { color: #4054d9; font-weight: 750; text-decoration: underline; }
.ltlp-estimator-result { padding: 4px 0; outline: none; }
.ltlp-estimator-match { display: inline-block; padding: 6px 10px; border-radius: 999px; background: #eef0ff; color: #4054d9; font-size: .7rem; font-weight: 850; letter-spacing: .06em; }
.ltlp-estimator-result h3 { margin: 18px 0 6px; color: var(--ltlp-text-dark); font-size: clamp(1.65rem, 4vw, 2.25rem); }
.ltlp-estimator-result > strong { display: block; margin-bottom: 14px; color: var(--ltlp-accent); font-size: 1.35rem; }
.ltlp-estimator-result > p { color: #526077; line-height: 1.65; }
.ltlp-estimator-result > small { display: block; margin-top: 18px; color: #667085; line-height: 1.5; }
.ltlp-estimator-reset { padding: 12px 4px; border: 0; background: transparent; color: #4054d9; font-weight: 750; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 900px) {
	.ltlp-estimator-wrap { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
	.ltlp-estimator-card { padding: 22px 18px; }
	.ltlp-estimator-nav .ltlp-btn, .ltlp-estimator-result-actions .ltlp-btn { flex: 1 1 100%; }
	.ltlp-estimator-reset { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	.ltlp-estimator-progress i, .ltlp-estimator-option > span { transition: none; }
}

.ltlp-hero {
	padding-top: 96px;
}

.ltlp-hero-copy {
	position: relative;
}

.ltlp-starting-price {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 12px;
	row-gap: 4px;
	width: fit-content;
	margin-top: 24px;
	padding: 13px 17px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 16px;
	background: rgba(255, 255, 255, .055);
}

.ltlp-starting-price > span {
	color: #d6def0;
	font-size: .9rem;
}

.ltlp-starting-price strong {
	color: #fff;
	font-size: 1.35rem;
	font-weight: 850;
}

.ltlp-starting-price small {
	flex-basis: 100%;
	color: #b7c2d8;
	font-size: .76rem;
}

.ltlp-btn-whatsapp {
	color: #b8f6dc !important;
	border: 1px solid rgba(62, 209, 147, .5);
	background: rgba(33, 180, 115, .08);
}

.ltlp-btn-whatsapp > span,
.ltlp-mobile-cta a > span {
	margin-right: 9px;
	color: #54e5a4;
}

.ltlp-plan-actions {
	align-items: stretch;
	gap: 11px;
}

.ltlp-plan .ltlp-btn {
	min-height: 48px;
	font-size: .94rem;
}

.ltlp-proof {
	padding: 0 0 72px;
	background: #f7f9fd;
}

.ltlp-proof-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
	border: 1px solid #dfe6f2;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

.ltlp-proof-grid > div {
	padding: 24px;
	border-right: 1px solid #e7ecf4;
	text-align: center;
}

.ltlp-proof-grid > div:last-child { border-right: 0; }
.ltlp-proof-grid strong { display: block; color: #101828; font-size: .98rem; }
.ltlp-proof-grid span { display: block; margin-top: 6px; color: #526077; font-size: .88rem; line-height: 1.5; }

.ltlp-card p,
.ltlp-process-step p,
.ltlp-plan > p,
.ltlp-plan li,
.ltlp-lead-copy p,
.ltlp-faq p {
	font-size: max(.94rem, 15px);
	line-height: 1.62;
}

.ltlp-form-card input,
.ltlp-form-card select,
.ltlp-form-card textarea {
	min-height: 48px;
	font-size: 16px;
}

.ltlp-plan-whatsapp {
	width: 100%;
	padding-top: 3px;
	color: #8ce8bd !important;
	font-size: .87rem;
	font-weight: 700;
}

.ltlp-plan-whatsapp:hover {
	color: #c5ffe0 !important;
}

.ltlp-experience-store .ltlp-mockup-nav b {
	background: #087d5f;
}

.ltlp-experience-custom .ltlp-mockup-nav b {
	background: #6941c6;
}

.ltlp-experience-store .ltlp-status-icon,
.ltlp-experience-custom .ltlp-status-icon {
	border-color: var(--ltlp-service-accent);
	color: var(--ltlp-service-accent);
}

.ltlp-mockup-order,
.ltlp-mockup-flow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 15px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 15px;
	background: var(--ltlp-service-soft);
}

.ltlp-mockup-order {
	align-items: flex-start;
	flex-direction: column;
}

.ltlp-mockup-order strong {
	color: #d4ffe9;
	font-size: .86rem;
}

.ltlp-mockup-order span,
.ltlp-mockup-flow span {
	color: #dce5ff;
	font-size: .66rem;
	font-weight: 700;
}

.ltlp-mockup-flow i {
	color: var(--ltlp-service-accent);
	font-style: normal;
}

.ltlp-portfolio-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.ltlp-portfolio-card {
	display: flex;
	flex-direction: column;
	padding: 28px;
	border: 1px solid var(--ltlp-border);
	border-radius: var(--ltlp-radius);
	background: #fff;
	box-shadow: 0 14px 38px rgba(15, 23, 42, .055);
}

.ltlp-portfolio-kind {
	align-self: flex-start;
	padding: 6px 10px;
	border-radius: 999px;
	background: #f0f2ff;
	color: #4054d9;
	font-size: .64rem;
	font-weight: 850;
	letter-spacing: .06em;
}

.ltlp-portfolio-card h3 {
	margin: 18px 0 8px;
	color: #101828;
	font-size: 1.18rem;
}

.ltlp-portfolio-card p {
	margin: 0 0 18px;
	color: #526077;
	font-size: .94rem;
}

.ltlp-portfolio-card > a {
	margin-top: auto;
	color: #4054d9;
	font-weight: 750;
}

.ltlp-whatsapp {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 13px;
	border: 1px solid #b8eed2;
	border-radius: 12px;
	background: #effcf5;
	color: #087c4a;
}

.ltlp-mobile-cta {
	display: none;
}

@media (max-width: 1050px) {
	.ltlp-starting-price {
		margin-right: auto;
		margin-left: auto;
	}

	.ltlp-portfolio-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ltlp-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ltlp-proof-grid > div:nth-child(2) { border-right: 0; }
	.ltlp-proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid #e7ecf4; }
}

@media (max-width: 720px) {
	.ltlp-hero {
		padding-top: 60px;
	}

	.ltlp-starting-price {
		justify-content: center;
	}

	.ltlp-starting-price small {
		text-align: center;
	}

	.ltlp-portfolio-grid {
		grid-template-columns: 1fr;
	}

	.ltlp-proof { padding-bottom: 52px; }
	.ltlp-proof-grid { grid-template-columns: 1fr; }
	.ltlp-proof-grid > div { border-right: 0; border-bottom: 1px solid #e7ecf4; }
	.ltlp-proof-grid > div:last-child { border-bottom: 0; }

	.ltlp-mobile-cta {
		position: fixed;
		z-index: 990;
		right: 12px;
		bottom: max(12px, env(safe-area-inset-bottom));
		left: 12px;
		display: block;
	}

	.ltlp-mobile-cta a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 54px;
		border: 1px solid rgba(255, 255, 255, .12);
		border-radius: 15px;
		background: #101c30;
		box-shadow: 0 10px 32px rgba(8, 15, 30, .34);
		color: #fff !important;
		font-weight: 800;
	}

	.ltlp-final {
		padding-bottom: 88px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ltlp-mobile-cta a,
	.ltlp-plan-whatsapp {
		transition: none;
	}
}

/* LideraGEO 2.3.1 */
.ltlp-geo-checker{background:linear-gradient(180deg,var(--ltlp-bg-alt),var(--ltlp-bg));color:var(--ltlp-text)}
.ltlp-geo-checker-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:42px;align-items:center}
.ltlp-geo-checker h2{color:var(--ltlp-text);font-size:clamp(30px,4vw,48px);line-height:1.08;margin:10px 0 18px}
.ltlp-geo-checker p{color:var(--ltlp-muted);font-size:17px;line-height:1.7}
.ltlp-geo-list{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:10px}
.ltlp-geo-list li{position:relative;padding-left:28px;color:var(--ltlp-text)}
.ltlp-geo-list li:before{content:'✓';position:absolute;left:0;color:var(--ltlp-cta-start);font-weight:800}
.ltlp-geo-form-card{box-shadow:0 24px 70px rgba(0,0,0,.28)}
.ltlp-geo-result-head{display:flex;justify-content:space-between;gap:30px;align-items:center;margin-bottom:32px}
.ltlp-geo-result-head h2{margin:8px 0 6px;font-size:clamp(30px,4vw,46px)}
.ltlp-geo-score{min-width:142px;min-height:142px;border-radius:50%;display:flex;align-items:center;justify-content:center;gap:3px;background:linear-gradient(135deg,var(--ltlp-cta-start),var(--ltlp-cta-end));color:#fff;box-shadow:0 18px 50px rgba(255,47,134,.18)}
.ltlp-geo-score strong{font-size:48px;line-height:1}.ltlp-geo-score span{font-weight:800;align-self:flex-end;margin-bottom:36px}
.ltlp-geo-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:32px}
.ltlp-geo-category{background:#fff;border:1px solid var(--ltlp-border);border-radius:16px;padding:18px;color:var(--ltlp-text-dark)}
.ltlp-geo-category span,.ltlp-geo-category strong{display:block}.ltlp-geo-category span{font-size:13px;color:#667085}.ltlp-geo-category strong{font-size:20px;margin:5px 0 12px}
.ltlp-geo-category i{height:7px;background:#eef2f7;display:block;border-radius:20px;overflow:hidden}.ltlp-geo-category i b{display:block;height:100%;background:linear-gradient(90deg,var(--ltlp-accent),var(--ltlp-cta-end));border-radius:20px}
.ltlp-geo-findings{background:#fff;border:1px solid var(--ltlp-border);border-radius:var(--ltlp-radius);padding:28px;margin:24px 0}
.ltlp-geo-findings h3{margin:0 0 20px;color:var(--ltlp-text-dark)}
.ltlp-geo-findings article{display:grid;grid-template-columns:72px 1fr;gap:16px;padding:17px 0;border-bottom:1px solid #edf0f5}.ltlp-geo-findings article:last-child{border-bottom:0}
.ltlp-geo-findings article>span{font-size:11px;font-weight:900;letter-spacing:.06em;text-align:center;padding:5px 7px;border-radius:999px;height:max-content}
.ltlp-geo-findings .is-alta{background:#fee4e2;color:#b42318}.ltlp-geo-findings .is-media{background:#fef0c7;color:#93370d}.ltlp-geo-findings .is-baja{background:#e0f2fe;color:#075985}
.ltlp-geo-findings strong{color:var(--ltlp-text-dark)}.ltlp-geo-findings p{margin:5px 0;color:#475467}.ltlp-geo-findings small{display:block;color:#344054;line-height:1.55}
.ltlp-geo-paywall{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:28px;border-radius:var(--ltlp-radius);background:var(--ltlp-bg);color:var(--ltlp-text)}
.ltlp-geo-paywall h3{margin:5px 0 8px;color:var(--ltlp-text)}.ltlp-geo-paywall p{margin:0;color:var(--ltlp-muted);max-width:760px}
.ltlp-geo-evidence{margin:32px 0}.ltlp-geo-evidence h3{color:var(--ltlp-text-dark)}
.ltlp-geo-evidence-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ltlp-geo-evidence-grid>div{padding:18px;border:1px solid var(--ltlp-border);border-radius:15px;background:#fff}.ltlp-geo-evidence-grid span,.ltlp-geo-evidence-grid strong{display:block}.ltlp-geo-evidence-grid span{font-size:13px;color:#667085}.ltlp-geo-evidence-grid strong{margin-top:5px;color:var(--ltlp-text-dark)}
.ltlp-geo-report-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-bottom:20px;margin-bottom:28px;border-bottom:1px solid var(--ltlp-border);font-weight:700;color:var(--ltlp-text-dark)}
.ltlp-geo-disclaimer{margin-top:28px;padding:20px 22px;border-radius:14px;background:#f8fafc;border:1px solid var(--ltlp-border);color:#475467;line-height:1.65}
.ltlp-related{padding:64px 0;background:#fff}.ltlp-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ltlp-related-grid a{display:flex;flex-direction:column;gap:7px;text-decoration:none;border:1px solid var(--ltlp-border);border-radius:16px;padding:20px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.ltlp-related-grid a:hover{transform:translateY(-2px);box-shadow:0 14px 35px rgba(11,16,32,.08)}.ltlp-related-grid strong{color:var(--ltlp-text-dark)}.ltlp-related-grid span{color:#667085;line-height:1.5}
.ltlp-experience-geo .ltlp-mockup-main{background:linear-gradient(180deg,#f8faff,#fff)}
.ltlp-experience-geo .ltlp-mockup-chart i{background:linear-gradient(180deg,var(--ltlp-accent),var(--ltlp-cta-end))}
@media(max-width:900px){.ltlp-geo-checker-grid{grid-template-columns:1fr}.ltlp-geo-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ltlp-related-grid{grid-template-columns:1fr}.ltlp-geo-evidence-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.ltlp-geo-result-head,.ltlp-geo-paywall,.ltlp-geo-report-toolbar{align-items:flex-start;flex-direction:column}.ltlp-geo-score{min-width:112px;min-height:112px}.ltlp-geo-score strong{font-size:40px}.ltlp-geo-score span{margin-bottom:26px}.ltlp-geo-category-grid,.ltlp-geo-evidence-grid{grid-template-columns:1fr}.ltlp-geo-findings article{grid-template-columns:1fr}.ltlp-geo-findings article>span{width:max-content}.ltlp-geo-paywall .ltlp-btn{width:100%;text-align:center}}
@media print{header,footer,.ltlp-geo-checker,.ltlp-related,.ltlp-final,.ltlp-mobile-cta,.ltlp-geo-report-toolbar .ltlp-btn,.ltlp-lead-section{display:none!important}.ltlp-shell,.ltlp-section,.ltlp-geo-premium{background:#fff!important;color:#111!important}.ltlp-geo-premium{padding:0!important}.ltlp-container{max-width:none!important;width:100%!important}.ltlp-geo-score{box-shadow:none!important}.ltlp-geo-findings,.ltlp-geo-category,.ltlp-geo-evidence-grid>div{break-inside:avoid}}

/* 2.4.0 — SEO/accessibility breadcrumbs. */
.ltlp-breadcrumbs{background:var(--ltlp-bg);color:var(--ltlp-muted);font-size:.86rem;border-bottom:1px solid rgba(255,255,255,.06)}
.ltlp-breadcrumbs .ltlp-container{display:flex;align-items:center;gap:.55rem;padding-top:.72rem;padding-bottom:.72rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ltlp-breadcrumbs a{color:#fff;text-decoration:none;font-weight:700}
.ltlp-breadcrumbs a:hover,.ltlp-breadcrumbs a:focus{text-decoration:underline;text-underline-offset:3px}
.ltlp-breadcrumbs span[aria-current="page"]{overflow:hidden;text-overflow:ellipsis}
@media(max-width:640px){.ltlp-breadcrumbs{font-size:.78rem}.ltlp-breadcrumbs .ltlp-container{padding-top:.58rem;padding-bottom:.58rem}}

/* 2.4.2 — Form UX: clearer hierarchy, responsive layout and accessible controls. */
.ltlp-geo-form-card {
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(125, 142, 190, .28);
	background: #fff;
	box-shadow: 0 28px 80px rgba(0, 0, 0, .3);
}
.ltlp-geo-form-head {
	padding: 26px 28px 23px;
	border-bottom: 1px solid #edf0f6;
	background:
		radial-gradient(circle at 92% 10%, rgba(255, 47, 134, .12), transparent 34%),
		linear-gradient(135deg, #f8faff 0%, #fff 72%);
}
.ltlp-geo-form-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	color: #4054d9;
	font-size: .72rem;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.ltlp-geo-form-kicker > span {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 9px;
	background: linear-gradient(135deg, #edf0ff, #fff0f5);
	color: #5667ee;
	font-size: .88rem;
}
.ltlp-geo-form-head h3 {
	margin: 0;
	color: var(--ltlp-text-dark);
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	line-height: 1.15;
	letter-spacing: -.025em;
}
.ltlp-geo-form-head p {
	margin: 9px 0 0;
	color: #667085;
	font-size: .92rem;
	line-height: 1.58;
}
.ltlp-geo-form-body { padding: 27px 28px 28px; }
.ltlp-geo-form { display: grid; gap: 20px; }
.ltlp-geo-field { display: grid; gap: 8px; }
.ltlp-geo-field-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}
.ltlp-geo-field-label label,
.ltlp-field-group > label,
.ltlp-message-label > label {
	color: #1d2939;
	font-size: .9rem;
	font-weight: 800;
	line-height: 1.35;
}
.ltlp-field-step {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 25px;
	height: 25px;
	border: 1px solid #dfe4ef;
	border-radius: 50%;
	background: #f8faff;
	color: #667085;
	font-size: .72rem;
	font-weight: 850;
}
.ltlp-required,
.ltlp-optional,
.ltlp-contact-choice {
	display: inline-flex;
	align-items: center;
	margin-left: 6px;
	padding: 3px 7px;
	border-radius: 999px;
	font-size: .64rem;
	font-weight: 800;
	letter-spacing: .01em;
	vertical-align: middle;
}
.ltlp-required { background: #fff0f2; color: #b4233c !important; }
.ltlp-optional { background: #f2f4f7; color: #667085 !important; }
.ltlp-contact-choice { background: #eef0ff; color: #4054d9 !important; }
.ltlp-geo-input-wrap { position: relative; }
.ltlp-geo-input-icon {
	position: absolute;
	left: 15px;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
	color: #6573a6;
	font-size: .95rem;
	font-weight: 900;
	pointer-events: none;
}
.ltlp-geo-form input,
.ltlp-lead-form input,
.ltlp-lead-form select,
.ltlp-lead-form textarea {
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
}
.ltlp-geo-form input {
	width: 100%;
	min-height: 54px;
	padding: 13px 15px 13px 43px;
	border: 1.5px solid #d7deea;
	border-radius: 14px;
	background: #fbfcff;
	color: #101828;
	font: inherit;
	font-size: 16px;
	outline: none;
	transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
.ltlp-geo-form input::placeholder,
.ltlp-lead-form input::placeholder,
.ltlp-lead-form textarea::placeholder { color: #98a2b3; opacity: 1; }
.ltlp-geo-form input:hover,
.ltlp-lead-form input:hover,
.ltlp-lead-form select:hover,
.ltlp-lead-form textarea:hover { border-color: #b8c2d4; }
.ltlp-geo-form input:focus,
.ltlp-lead-form input:focus,
.ltlp-lead-form select:focus,
.ltlp-lead-form textarea:focus {
	border-color: #697cff;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(91, 108, 255, .12);
}
.ltlp-geo-form input[aria-invalid="true"],
.ltlp-lead-form .is-invalid {
	border-color: #e5484d;
	box-shadow: 0 0 0 4px rgba(229, 72, 77, .09);
}
.ltlp-geo-field small,
.ltlp-field-group small {
	color: #7a8699;
	font-size: .78rem;
	line-height: 1.45;
}
.ltlp-geo-field small strong { color: #526077; }
.ltlp-geo-form-preview {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
	padding: 12px;
	border: 1px solid #e6eaf2;
	border-radius: 14px;
	background: #f8faff;
}
.ltlp-geo-form-preview span {
	min-width: 0;
	text-align: center;
	color: #667085;
	font-size: .7rem;
	line-height: 1.35;
}
.ltlp-geo-form-preview b {
	display: block;
	margin-bottom: 2px;
	color: #1d2939;
	font-size: .78rem;
}
.ltlp-geo-submit,
.ltlp-contact-submit {
	min-height: 54px;
	gap: 12px;
	font-size: .96rem;
}
.ltlp-btn-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: rgba(255,255,255,.18);
	font-size: 1rem;
	transition: transform .16s ease;
}
.ltlp-geo-submit:hover .ltlp-btn-arrow,
.ltlp-contact-submit:hover .ltlp-btn-arrow { transform: translateX(2px); }
.ltlp-geo-submit.is-loading { opacity: .82; cursor: wait; }
.ltlp-geo-submit.is-loading .ltlp-btn-arrow { animation: ltlp-pulse-arrow .8s ease-in-out infinite alternate; }
@keyframes ltlp-pulse-arrow { to { transform: translateX(4px); opacity: .6; } }
.ltlp-geo-form-trust,
.ltlp-form-security {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 13px 14px;
	border: 1px solid #e7ebf2;
	border-radius: 13px;
	background: #fbfcfe;
	color: #667085;
}
.ltlp-geo-form-trust > span,
.ltlp-form-security > span {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #eafaf3;
	color: #138a63;
	font-size: .75rem;
	font-weight: 900;
}
.ltlp-geo-form-trust p,
.ltlp-form-security p { margin: 0; color: #667085; font-size: .76rem; line-height: 1.5; }
.ltlp-geo-form-trust strong,
.ltlp-form-security strong { color: #344054; }

/* Contact form: stronger visual grouping and mobile readability. */
.ltlp-contact-card {
	position: relative;
	overflow: hidden;
	padding: 0;
	box-shadow: 0 26px 72px rgba(15, 23, 42, .1);
}
.ltlp-contact-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, var(--ltlp-cta-start), var(--ltlp-cta-end), #8d73ff);
}
.ltlp-contact-card-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	padding: 30px 32px 23px;
	border-bottom: 1px solid #edf0f5;
	background: linear-gradient(180deg, #fff, #fbfcff);
}
.ltlp-contact-kicker {
	display: inline-block;
	margin-bottom: 8px;
	color: #4054d9;
	font-size: .67rem;
	font-weight: 850;
	letter-spacing: .09em;
}
.ltlp-contact-card-head h3 {
	margin: 0;
	color: var(--ltlp-text-dark);
	font-size: clamp(1.35rem, 2.7vw, 1.8rem);
	line-height: 1.18;
	letter-spacing: -.025em;
}
.ltlp-contact-card-head p {
	max-width: 560px;
	margin: 8px 0 0;
	color: #667085;
	font-size: .9rem;
	line-height: 1.55;
}
.ltlp-contact-time {
	flex: 0 0 auto;
	padding: 7px 10px;
	border: 1px solid #e1e6ef;
	border-radius: 999px;
	background: #f8faff;
	color: #526077;
	font-size: .72rem;
	font-weight: 850;
}
.ltlp-contact-card .ltlp-form-notice { margin: 22px 32px 0; }
.ltlp-contact-card .ltlp-lead-form { gap: 19px; padding: 26px 32px 32px; }
.ltlp-field-group { display: grid; gap: 7px; min-width: 0; }
.ltlp-lead-form input,
.ltlp-lead-form select { min-height: 52px; padding: 12px 14px; border-width: 1.5px; border-radius: 13px; background: #fbfcff; }
.ltlp-lead-form select {
	padding-right: 42px;
	background-image: linear-gradient(45deg, transparent 50%, #667085 50%), linear-gradient(135deg, #667085 50%, transparent 50%);
	background-position: calc(100% - 18px) 22px, calc(100% - 13px) 22px;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
}
.ltlp-lead-form textarea {
	min-height: 144px;
	padding: 14px;
	border-width: 1.5px;
	border-radius: 13px;
	background: #fbfcff;
	line-height: 1.55;
}
.ltlp-message-label { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.ltlp-message-label > span { color: #98a2b3 !important; font-size: .72rem; font-weight: 700; }
.ltlp-consent {
	padding: 13px 14px;
	border: 1px solid #e6eaf1;
	border-radius: 13px;
	background: #fbfcfe;
}
.ltlp-consent input { accent-color: #5b6cff; }
.ltlp-contact-submit { margin-top: 1px; }
.ltlp-form-security { margin-top: -3px; }

@media (max-width: 900px) {
	.ltlp-geo-form-card { width: min(100%, 620px); margin-inline: auto; }
	.ltlp-contact-card { width: min(100%, 760px); margin-inline: auto; }
}

@media (max-width: 720px) {
	.ltlp-geo-checker-grid { gap: 28px; }
	.ltlp-geo-form-head { padding: 23px 20px 20px; }
	.ltlp-geo-form-body { padding: 22px 20px 23px; }
	.ltlp-geo-form { gap: 17px; }
	.ltlp-geo-form-preview { gap: 6px; padding: 9px; }
	.ltlp-contact-card-head { padding: 25px 20px 20px; }
	.ltlp-contact-card .ltlp-lead-form { padding: 22px 20px 24px; }
	.ltlp-contact-card .ltlp-form-notice { margin: 20px 20px 0; }
	.ltlp-contact-time { display: none; }
	.ltlp-field-group small, .ltlp-geo-field small { font-size: .8rem; }
}

@media (max-width: 440px) {
	.ltlp-geo-form-head h3, .ltlp-contact-card-head h3 { font-size: 1.35rem; }
	.ltlp-geo-form-preview { grid-template-columns: 1fr; }
	.ltlp-geo-form-preview span { display: flex; align-items: center; justify-content: space-between; padding: 6px 8px; text-align: left; }
	.ltlp-geo-form-preview b { display: inline; margin: 0; }
	.ltlp-required, .ltlp-optional, .ltlp-contact-choice { margin-left: 4px; padding: 2px 6px; font-size: .6rem; }
}

@media (prefers-reduced-motion: reduce) {
	.ltlp-btn-arrow { transition: none; }
	.ltlp-geo-submit.is-loading .ltlp-btn-arrow { animation: none; }
}

/* 2.5.0 — pricing/account/admin-preview refinements */
.ltlp-geo-paywall-actions{display:grid;gap:9px;min-width:min(100%,290px)}.ltlp-geo-paywall small{display:block;margin-top:10px;color:#667085;line-height:1.45}.ltlp-geo-paywall small a{color:#4054d9;font-weight:800}.ltlp-geo-report-toolbar span{font-weight:850}.ltlp-geo-premium-account{padding:0!important}.ltlp-geo-premium-account .ltlp-container{width:100%!important;max-width:none!important;padding:0!important}.ltlp-geo-premium-account .ltlp-geo-report-toolbar{border-radius:14px}.ltlp-geo-premium-account .ltlp-geo-result-head{margin-top:18px}
.ltlp-plan-price-note{display:block;margin:-8px 0 13px;color:#aeb9cf;font-size:.77rem;line-height:1.45}
.ltlp-fx-attribution{color:#aeb9cf!important;text-decoration:underline!important;text-underline-offset:2px}
/* 2.7.0 — Premium report experience */
.ltlp-geo-report-v2{background:linear-gradient(180deg,#f7f9fd 0%,#fff 18%,#fff 100%)}
.ltlp-geo-report-v2>.ltlp-container{max-width:1160px}
.ltlp-geo-report-toolbar{padding:16px 18px;border:1px solid #e1e7f0;border-radius:16px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.045)}
.ltlp-geo-report-toolbar>div:first-child{display:flex;align-items:center;gap:10px;min-width:0}.ltlp-geo-report-toolbar strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ltlp-report-chip{display:inline-flex;padding:5px 8px;border-radius:999px;background:#eef0ff;color:#4356d8;font-size:.67rem;font-weight:900;letter-spacing:.07em;white-space:nowrap}
.ltlp-report-toolbar-actions{display:flex;gap:9px;flex-wrap:wrap}.ltlp-report-toolbar-actions .ltlp-btn{min-height:40px;padding:9px 14px}
.ltlp-report-cover{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:28px;align-items:center;margin:24px 0;padding:34px;border-radius:24px;background:radial-gradient(circle at 90% 0%,rgba(255,47,134,.22),transparent 28%),radial-gradient(circle at 75% 100%,rgba(86,102,232,.2),transparent 32%),linear-gradient(135deg,#0d1730,#121d3d 62%,#16132b);color:#fff;overflow:hidden}.ltlp-report-cover:after{content:"";position:absolute;inset:auto -90px -100px auto;width:260px;height:260px;border:1px solid rgba(255,255,255,.08);border-radius:50%}
.ltlp-report-cover h2{max-width:760px;margin:8px 0 12px;color:#fff;font-size:clamp(2rem,4vw,3rem);line-height:1.06;letter-spacing:-.04em}.ltlp-report-cover p{max-width:760px;margin:0;color:#c6d0e5;line-height:1.7}.ltlp-report-cover .ltlp-eyebrow{color:#ff9664}.ltlp-report-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.ltlp-report-meta span{display:grid;gap:2px;min-width:150px;padding:10px 12px;border:1px solid rgba(255,255,255,.1);border-radius:11px;background:rgba(255,255,255,.045);color:#95a5c2;font-size:.72rem}.ltlp-report-meta b{color:#fff;font-size:.78rem;overflow-wrap:anywhere}
.ltlp-report-score-card{position:relative;z-index:1;display:grid;place-items:center;min-height:190px;padding:20px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);text-align:center}.ltlp-report-score-card>span{color:#aab7cf;font-size:.76rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.ltlp-report-score-card strong{margin-top:5px;background:linear-gradient(90deg,#ff9a50,#ff4081);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:4rem;line-height:.9}.ltlp-report-score-card em{color:#aab7cf;font-size:.85rem;font-style:normal}.ltlp-report-score-card b{margin-top:9px;color:#fff;font-size:.82rem}
.ltlp-report-priority-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:26px}.ltlp-report-priority-strip article{padding:18px;border:1px solid #e5eaf1;border-radius:16px;background:#fff;box-shadow:0 9px 28px rgba(15,23,42,.035)}.ltlp-report-priority-strip strong{display:block;font-size:1.8rem;line-height:1}.ltlp-report-priority-strip span{display:block;margin-top:8px;color:#202a3b;font-weight:850}.ltlp-report-priority-strip small{color:#7a8799}.ltlp-report-priority-strip .is-high strong{color:#d53050}.ltlp-report-priority-strip .is-medium strong{color:#c47a00}.ltlp-report-priority-strip .is-low strong{color:#3768c6}.ltlp-report-priority-strip .is-good strong{color:#14916c}
.ltlp-report-block{margin:18px 0 24px;padding:28px;border:1px solid #e3e8f1;border-radius:20px;background:#fff;box-shadow:0 14px 38px rgba(15,23,42,.045)}.ltlp-report-block-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:22px}.ltlp-report-block-head>span{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,#ff6a24,#ff2f86);color:#fff;font-size:.78rem;font-weight:950}.ltlp-report-block-head h3{margin:0 0 4px;color:#111827;font-size:1.35rem}.ltlp-report-block-head p{margin:0;color:#6b778c;line-height:1.5}
.ltlp-report-categories{margin:0}.ltlp-report-categories .ltlp-geo-category{padding:18px}.ltlp-report-categories small{display:block;margin-top:8px;color:#7a8799;font-size:.72rem}
.ltlp-report-strengths{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.ltlp-report-strengths article{display:flex;gap:10px;align-items:flex-start;padding:14px 15px;border:1px solid #d9efe7;border-radius:13px;background:#f7fdfb}.ltlp-report-strengths span{display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border-radius:50%;background:#dff7ee;color:#148360;font-weight:900}.ltlp-report-strengths p{margin:2px 0 0;color:#395b51;line-height:1.5}
.ltlp-report-empty{padding:18px;border:1px dashed #cfd8e6;border-radius:13px;background:#fafcff;color:#667085}
.ltlp-report-quick{background:linear-gradient(180deg,#fff,#fffaf7)}.ltlp-report-quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ltlp-report-quick-grid article{padding:18px;border:1px solid #f0dfd3;border-radius:15px;background:#fff}.ltlp-report-quick-grid em{display:inline-flex;padding:4px 7px;border-radius:999px;background:#fff1e7;color:#aa5d18;font-size:.62rem;font-style:normal;font-weight:900}.ltlp-report-quick-grid strong{display:block;margin:11px 0 6px;color:#172033}.ltlp-report-quick-grid p{margin:0;color:#667085;line-height:1.55;font-size:.86rem}
.ltlp-report-actions{margin:0;padding:0;border:0;box-shadow:none}.ltlp-report-actions article{padding:18px 0}.ltlp-report-actions p b,.ltlp-report-actions small b{color:#1f2937}
.ltlp-report-evidence-table{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid #e6eaf1;border-radius:15px;overflow:hidden}.ltlp-report-evidence-table>div{display:grid;grid-template-columns:150px minmax(0,1fr);gap:12px;padding:13px 15px;border-bottom:1px solid #edf0f5}.ltlp-report-evidence-table>div:nth-child(odd){border-right:1px solid #edf0f5}.ltlp-report-evidence-table>div:nth-last-child(-n+2){border-bottom:0}.ltlp-report-evidence-table span{color:#7b879a;font-size:.78rem}.ltlp-report-evidence-table strong{color:#243044;font-size:.82rem;overflow-wrap:anywhere}
.ltlp-report-roadmap{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.ltlp-report-roadmap article{padding:19px;border:1px solid #e4e9f1;border-radius:15px;background:#fafbfe}.ltlp-report-roadmap span{display:inline-flex;padding:5px 8px;border-radius:999px;background:#eef0ff;color:#4e5dde;font-size:.66rem;font-weight:900}.ltlp-report-roadmap h4{margin:11px 0 10px;color:#172033}.ltlp-report-roadmap ul{display:grid;gap:8px;margin:0;padding-left:17px;color:#667085;font-size:.83rem;line-height:1.45}
.ltlp-report-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.ltlp-report-kpis article{padding:16px;border:1px solid #e5eaf1;border-radius:14px;background:#fbfcff}.ltlp-report-kpis strong{color:#172033}.ltlp-report-kpis p{margin:6px 0 0;color:#667085;font-size:.82rem;line-height:1.5}
@media(max-width:900px){.ltlp-report-cover{grid-template-columns:1fr}.ltlp-report-score-card{min-height:130px}.ltlp-report-priority-strip{grid-template-columns:repeat(2,1fr)}.ltlp-report-strengths,.ltlp-report-evidence-table{grid-template-columns:1fr}.ltlp-report-evidence-table>div:nth-child(odd){border-right:0}.ltlp-report-evidence-table>div:nth-last-child(2){border-bottom:1px solid #edf0f5}.ltlp-report-quick-grid,.ltlp-report-roadmap{grid-template-columns:1fr}.ltlp-report-kpis{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.ltlp-geo-report-v2 .ltlp-container{width:min(calc(100% - 24px),1160px)}.ltlp-geo-report-toolbar{align-items:stretch}.ltlp-geo-report-toolbar>div:first-child{align-items:flex-start;flex-direction:column}.ltlp-report-toolbar-actions,.ltlp-report-toolbar-actions .ltlp-btn{width:100%}.ltlp-report-cover{padding:24px 20px}.ltlp-report-priority-strip,.ltlp-report-kpis{grid-template-columns:1fr}.ltlp-report-block{padding:21px 17px}.ltlp-report-evidence-table>div{grid-template-columns:1fr;gap:4px}.ltlp-report-strengths{grid-template-columns:1fr}}
@media print{.ltlp-geo-report-v2{padding:0!important}.ltlp-report-cover{background:#fff!important;color:#111!important;border:1px solid #ddd!important}.ltlp-report-cover h2,.ltlp-report-score-card b{color:#111!important}.ltlp-report-cover p,.ltlp-report-meta span,.ltlp-report-score-card>span,.ltlp-report-score-card em{color:#555!important}.ltlp-report-score-card{background:#fff!important;border-color:#ddd!important}.ltlp-report-score-card strong{color:#111!important;-webkit-text-fill-color:#111!important}.ltlp-report-block{box-shadow:none!important;break-inside:avoid}.ltlp-report-toolbar-actions{display:none!important}}

/* 2.7.0 - Premium GEO report depth */
.ltlp-geo-field-premium{border-top:1px dashed rgba(91,108,255,.22);padding-top:18px;margin-top:4px}
.ltlp-report-insight-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0 24px}
.ltlp-report-insight-grid article{background:linear-gradient(145deg,#fff,#f8f9ff);border:1px solid #e3e8f5;border-radius:16px;padding:16px;box-shadow:0 8px 26px rgba(15,24,48,.05)}
.ltlp-report-insight-grid span{display:block;color:#667085;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.ltlp-report-insight-grid strong{display:block;color:#0f1830;font-size:24px;margin:5px 0}.ltlp-report-insight-grid p{margin:0;color:#667085;font-size:13px;line-height:1.45}
.ltlp-report-impact-row{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0}.ltlp-report-impact-row span{display:inline-flex;gap:5px;background:#f4f6fb;border:1px solid #e3e8f2;border-radius:999px;padding:5px 9px;font-size:11px;color:#667085}.ltlp-report-impact-row b{color:#16213d}
.ltlp-report-sample-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:16px 0}.ltlp-report-sample-summary article{background:#f8faff;border:1px solid #e2e8f4;border-radius:14px;padding:14px;text-align:center}.ltlp-report-sample-summary strong{display:block;font-size:22px;color:#101828}.ltlp-report-sample-summary span{font-size:11px;color:#667085}
.ltlp-report-page-table{border:1px solid #e1e7f2;border-radius:15px;overflow:hidden}.ltlp-report-page-table>div{display:grid;grid-template-columns:minmax(180px,2.1fr) .7fr .8fr .55fr .65fr;gap:10px;align-items:center;padding:11px 13px;border-bottom:1px solid #edf0f6;font-size:12px}.ltlp-report-page-table>div:last-child{border-bottom:0}.ltlp-report-page-table .is-head{background:#111b31;color:#fff;font-weight:800}.ltlp-report-page-table>div:not(.is-head):nth-child(even){background:#fafbfe}.ltlp-report-page-table span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ltlp-report-benchmark{border:1px solid #e1e7f2;border-radius:16px;overflow:hidden}.ltlp-report-benchmark>div{display:grid;grid-template-columns:1.5fr .7fr .7fr .7fr;padding:12px 14px;border-bottom:1px solid #edf0f6;align-items:center}.ltlp-report-benchmark>div:last-child{border-bottom:0}.ltlp-report-benchmark-head{background:#111b31;color:#fff}.ltlp-report-benchmark em{font-style:normal;font-weight:800}.ltlp-report-benchmark .is-win{color:#0f9d68}.ltlp-report-benchmark .is-gap{color:#d5314c}.ltlp-report-gap-list{margin-top:14px;background:#fff8f1;border:1px solid #ffe0bf;border-radius:14px;padding:14px 16px}.ltlp-report-gap-list h4{margin:0 0 8px;color:#9a5419}.ltlp-report-gap-list p{margin:5px 0;color:#6b5a4b}
@media(max-width:900px){.ltlp-report-insight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ltlp-report-sample-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.ltlp-report-page-table{overflow:auto}.ltlp-report-page-table>div{min-width:720px}}
@media(max-width:560px){.ltlp-report-insight-grid,.ltlp-report-sample-summary{grid-template-columns:1fr}.ltlp-report-benchmark>div{grid-template-columns:1.2fr .7fr .7fr .65fr;font-size:12px;padding:10px}.ltlp-report-impact-row{gap:5px}}

/* 2.8.0 — Research & Action + SEO/GEO landing */
.ltlp-geo-search-value{background:linear-gradient(180deg,#f7f9ff 0%,#fff 100%);border-top:1px solid #edf0f6;border-bottom:1px solid #edf0f6}
.ltlp-geo-value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:26px}
.ltlp-geo-value-grid article{position:relative;padding:22px 20px;border:1px solid #e3e8f3;border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.045);overflow:hidden}
.ltlp-geo-value-grid article:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(180deg,#ff6a24,#ff2f86,#5b6cff)}
.ltlp-geo-value-grid article>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#eef0ff;color:#4d5ddf;font-size:.72rem;font-weight:950}
.ltlp-geo-value-grid h3{margin:14px 0 8px;color:#101828;font-size:1.02rem;line-height:1.25}.ltlp-geo-value-grid p{margin:0;color:#667085;font-size:.88rem;line-height:1.62}
.ltlp-geo-intent-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:14px;align-items:center;margin-top:18px;padding:17px 18px;border:1px solid #e3e8f3;border-radius:16px;background:linear-gradient(100deg,#fff,#fff8f5 52%,#f7f5ff)}
.ltlp-geo-intent-panel>div{display:grid;gap:3px}.ltlp-geo-intent-panel strong{color:#111827;font-size:.77rem;text-transform:uppercase;letter-spacing:.05em}.ltlp-geo-intent-panel span{color:#667085;font-size:.82rem;line-height:1.45}
.ltlp-report-steps{margin-top:12px;padding:13px 15px;border:1px solid #e1e7f2;border-radius:13px;background:#f8faff}.ltlp-report-steps>b{display:block;margin-bottom:8px;color:#172033}.ltlp-report-steps ol{display:grid;gap:6px;margin:0;padding-left:21px;color:#5f6c80;font-size:.84rem;line-height:1.48}
.ltlp-report-affected{display:grid;gap:4px;margin-top:11px;padding:9px 11px;border-radius:10px;background:#f2f4ff;color:#4356d8;font-size:.78rem;line-height:1.45}.ltlp-report-affected b{color:#253a9a}.ltlp-report-affected span{overflow-wrap:anywhere}
.ltlp-report-coverage-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:14px 0 16px}.ltlp-report-coverage-grid article{padding:13px;border:1px solid #e3e8f2;border-radius:13px;background:#fff}.ltlp-report-coverage-grid span{display:block;color:#667085;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.ltlp-report-coverage-grid strong{display:block;margin:5px 0 8px;color:#111827;font-size:1.2rem}.ltlp-report-coverage-grid i{display:block;height:5px;border-radius:99px;background:#edf0f6;overflow:hidden}.ltlp-report-coverage-grid i b{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#5b6cff,#ff2f86)}
.ltlp-report-systemic{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.ltlp-report-systemic>h4{grid-column:1/-1;margin:0 0 2px;color:#172033}.ltlp-report-systemic article{padding:13px 14px;border:1px solid #f1dcca;border-radius:12px;background:#fffaf5}.ltlp-report-systemic strong{color:#7a4218}.ltlp-report-systemic p{margin:5px 0;color:#6b5a4b;font-size:.8rem;line-height:1.45}.ltlp-report-systemic small{display:block;margin-top:7px;color:#8b6b55;overflow-wrap:anywhere}
.ltlp-report-roadmap-90{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:980px){.ltlp-geo-value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ltlp-geo-intent-panel{grid-template-columns:1fr 1fr}.ltlp-geo-intent-panel .ltlp-btn{grid-column:1/-1;justify-self:start}.ltlp-report-coverage-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ltlp-report-roadmap-90{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.ltlp-geo-value-grid,.ltlp-geo-intent-panel,.ltlp-report-coverage-grid,.ltlp-report-systemic,.ltlp-report-roadmap-90{grid-template-columns:1fr}.ltlp-geo-intent-panel .ltlp-btn{grid-column:auto;width:100%}.ltlp-report-systemic>h4{grid-column:auto}}


/* 2.9.0 - evaluator-first UX, Answerability and coverage */
.ltlp-geo-evaluator-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:10px;margin:26px 0;padding:18px;border:1px solid rgba(99,102,241,.14);background:linear-gradient(135deg,#fff,#f8f7ff);border-radius:18px;box-shadow:0 14px 34px rgba(15,24,48,.06)}
.ltlp-geo-evaluator-flow>div{min-width:0;text-align:center;padding:12px 8px}.ltlp-geo-evaluator-flow>div span{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#ff6b00,#ff2d75);color:#fff;font-weight:800;font-size:12px;margin-bottom:7px}.ltlp-geo-evaluator-flow strong{display:block;color:#10182f;font-size:14px}.ltlp-geo-evaluator-flow small{display:block;color:#667085;font-size:11px;margin-top:3px}.ltlp-geo-evaluator-flow>i{font-style:normal;color:#a4a9ba;font-size:18px}
.ltlp-report-opportunities{margin-top:18px}.ltlp-report-opportunities>h4{margin:0 0 10px;color:#10182f}.ltlp-report-opportunities>article{display:grid;grid-template-columns:auto 1fr;gap:12px;padding:14px 15px;border:1px solid #e7e9f2;border-radius:14px;background:#fff;margin-top:9px}.ltlp-report-opportunities em{align-self:start;border-radius:999px;padding:5px 8px;font-size:10px;font-style:normal;font-weight:800}.ltlp-report-opportunities em.is-alta{background:#fff0f2;color:#d92d4d}.ltlp-report-opportunities em.is-media{background:#fff7e6;color:#b66a00}.ltlp-report-opportunities em.is-baja{background:#eef4ff;color:#315fbe}.ltlp-report-opportunities p{margin:3px 0 5px}.ltlp-report-opportunities small{color:#58657d}
.ltlpa-insight-grid article{background:linear-gradient(180deg,#fff,#fafaff)!important}.ltlpa-insight-grid article:nth-child(1){border-color:#d9d5ff!important}.ltlpa-insight-grid article:nth-child(2){border-color:#ffd8e6!important}.ltlpa-insight-grid article:nth-child(3){border-color:#d8e8ff!important}
@media(max-width:900px){.ltlp-geo-evaluator-flow{grid-template-columns:1fr 1fr}.ltlp-geo-evaluator-flow>i{display:none}.ltlp-geo-evaluator-flow>div:last-of-type{grid-column:1/-1}}
@media(max-width:560px){.ltlp-geo-evaluator-flow{grid-template-columns:1fr;padding:12px}.ltlp-report-opportunities>article{grid-template-columns:1fr}.ltlp-report-opportunities em{justify-self:start}}


/* 2.10.0 — included reanalysis */
.ltlp-report-reanalysis-summary{display:grid;grid-template-columns:1fr auto 1fr 1.25fr;gap:12px;align-items:center;margin:20px 0;padding:18px;border:1px solid rgba(99,102,241,.18);border-radius:18px;background:linear-gradient(135deg,#fff7ed,#fff,#f5f3ff)}.ltlp-report-reanalysis-summary>div{padding:12px 14px;border-radius:13px;background:#fff;border:1px solid #eceef5}.ltlp-report-reanalysis-summary span{display:block;font-size:10px;font-weight:850;letter-spacing:.08em;color:#64748b}.ltlp-report-reanalysis-summary strong{display:block;margin-top:4px;font-size:22px;color:#0f1830}.ltlp-report-reanalysis-summary .is-positive strong{color:#15803d}.ltlp-report-reanalysis-summary .is-negative strong{color:#dc2626}.ltlp-report-reanalysis-summary p{grid-column:1/-1;margin:0;font-size:13px;color:#64748b}.ltlp-form-notice.is-success{background:#ecfdf5;border-color:#bbf7d0;color:#166534}@media(max-width:720px){.ltlp-report-reanalysis-summary{grid-template-columns:1fr 1fr}.ltlp-report-reanalysis-summary>i{display:none}}
/* 2.10.0 — entitlement clarity in premium report */
.ltlp-report-entitlement{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0 24px;padding:18px 20px;border:1px solid rgba(34,197,94,.22);border-radius:18px;background:linear-gradient(135deg,#ecfdf5,#fff,#fff7ed);box-shadow:0 12px 30px rgba(15,23,42,.06)}.ltlp-report-entitlement span{display:block;font-size:10px;letter-spacing:.12em;font-weight:900;color:#15803d}.ltlp-report-entitlement strong{display:block;margin:4px 0 3px;font-size:17px;color:#0f1830}.ltlp-report-entitlement p{margin:0;color:#526079;font-size:13px;line-height:1.55}.ltlp-report-entitlement .ltlp-btn{flex:0 0 auto}@media(max-width:720px){.ltlp-report-entitlement{align-items:stretch;flex-direction:column}.ltlp-report-entitlement .ltlp-btn{width:100%;justify-content:center;text-align:center}}

/* 2.11.0 — omnichannel trust, comparison and conversion UX */
.ltlp-trust-section{background:linear-gradient(180deg,#fff,#f7f9ff)}
.ltlp-trust-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:24px;align-items:stretch}
.ltlp-trust-layout-single{grid-template-columns:1fr}
.ltlp-trust-story{padding:34px;border:1px solid var(--ltlp-border);border-radius:var(--ltlp-radius);background:#fff;box-shadow:0 18px 50px rgba(15,23,42,.06)}
.ltlp-trust-story h3{margin:18px 0 10px;color:var(--ltlp-text-dark);font-size:clamp(1.45rem,2.2vw,2rem);line-height:1.15}
.ltlp-trust-story p{margin:0;color:#5b667b;line-height:1.75}
.ltlp-inline-link{display:inline-flex;gap:7px;align-items:center;margin-top:20px;color:#4054d9!important;font-weight:800}
.ltlp-trust-metrics{display:grid;grid-template-columns:1fr;gap:12px}
.ltlp-trust-metrics>div{display:flex;flex-direction:column;justify-content:center;min-height:112px;padding:22px;border:1px solid #e3e8f2;border-radius:18px;background:linear-gradient(145deg,#0f1830,#17233d);box-shadow:0 16px 38px rgba(15,24,48,.12)}
.ltlp-trust-metrics strong{color:#fff;font-size:clamp(1.7rem,3vw,2.35rem);line-height:1}
.ltlp-trust-metrics span{margin-top:8px;color:#b9c5dc;font-size:.88rem}
.ltlp-testimonials-head{max-width:760px;margin:52px 0 20px}
.ltlp-testimonials-head h3{margin:0;color:var(--ltlp-text-dark);font-size:1.55rem}
.ltlp-testimonials-head p{margin:8px 0 0;color:#667085}
.ltlp-testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ltlp-testimonial-card{margin:0;padding:26px;border:1px solid var(--ltlp-border);border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(15,23,42,.05)}
.ltlp-testimonial-card>p{margin:0 0 22px;color:#344054;font-size:1rem;line-height:1.7}
.ltlp-testimonial-card footer{display:grid;gap:3px}
.ltlp-testimonial-card footer strong{color:#101828}
.ltlp-testimonial-card footer span{color:#667085;font-size:.86rem}
.ltlp-testimonial-card footer a{margin-top:7px;color:#4054d9;font-size:.82rem;font-weight:750}

.ltlp-comparison-section{background:#fff}
.ltlp-comparison-scroll{overflow:auto;border:1px solid var(--ltlp-border);border-radius:20px;background:#fff;box-shadow:0 18px 48px rgba(15,23,42,.06);-webkit-overflow-scrolling:touch}
.ltlp-comparison-scroll:focus-visible{outline:3px solid rgba(64,84,217,.3);outline-offset:3px}
.ltlp-comparison-table{width:100%;min-width:680px;border-collapse:collapse;color:#344054}
.ltlp-comparison-table th,.ltlp-comparison-table td{padding:16px 18px;border-bottom:1px solid #e9edf3;text-align:center;vertical-align:middle}
.ltlp-comparison-table thead th{position:sticky;top:0;background:#f7f9fd;color:#172033;z-index:1}
.ltlp-comparison-table thead th:first-child,.ltlp-comparison-table tbody th{text-align:left}
.ltlp-comparison-table thead strong,.ltlp-comparison-table thead span{display:block}
.ltlp-comparison-table thead span{margin-top:5px;color:#667085;font-size:.84rem;font-weight:600}
.ltlp-comparison-table tbody th{max-width:360px;color:#344054;font-weight:650}
.ltlp-comparison-table tr:last-child th,.ltlp-comparison-table tr:last-child td{border-bottom:0}
.ltlp-comparison-table .is-included{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#ecfdf3;color:#027a48;font-weight:900}
.ltlp-comparison-table .is-not-included{color:#98a2b3;font-weight:800}
.ltlp-comparison-note{margin:13px 0 0;color:#667085;font-size:.84rem;text-align:center}

.ltlp-portfolio-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.ltlp-portfolio-sector{display:inline-flex;padding:6px 10px;border-radius:999px;background:#f2f4f7;color:#475467;font-size:.64rem;font-weight:800;letter-spacing:.03em}
.ltlp-portfolio-result{display:grid;gap:3px;margin:0 0 18px;padding:13px 14px;border-left:3px solid #5365f4;border-radius:0 10px 10px 0;background:#f7f8ff}
.ltlp-portfolio-result strong{color:#344054;font-size:.76rem;text-transform:uppercase;letter-spacing:.04em}
.ltlp-portfolio-result span{color:#526077;font-size:.9rem}

@media(max-width:900px){
	.ltlp-trust-layout{grid-template-columns:1fr}
	.ltlp-trust-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}
	.ltlp-testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
	.ltlp-trust-story{padding:24px}
	.ltlp-trust-metrics,.ltlp-testimonial-grid{grid-template-columns:1fr}
	.ltlp-trust-metrics>div{min-height:92px}
	.ltlp-mobile-cta.has-two-actions{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:8px}
	.ltlp-mobile-cta.has-two-actions a{min-width:0;padding:0 10px}
	.ltlp-mobile-quote{background:linear-gradient(90deg,var(--ltlp-cta-start),var(--ltlp-cta-end))!important;border-color:transparent!important}
	.ltlp-mobile-whatsapp{background:#0b7a4f!important}
}


/* 2.15.0 — service conversion, deliverables and transparent solution examples */
.ltlp-deliverables-section{background:linear-gradient(180deg,#fff,#f9fbff)}
.ltlp-capabilities-section .ltlp-card{background:linear-gradient(145deg,#fff,#f8f9ff)}
.ltlp-solutions-section{background:linear-gradient(145deg,#0d1630,#141f3e);color:#fff}
.ltlp-solutions-section .ltlp-section-heading h2{color:#fff}
.ltlp-solutions-section .ltlp-section-heading p{color:#b9c5dc}
.ltlp-solution-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ltlp-solution-card{position:relative;padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.055);box-shadow:0 18px 42px rgba(3,8,24,.18);overflow:hidden}
.ltlp-solution-number{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--ltlp-cta-start),var(--ltlp-cta-end));font-size:.75rem;font-weight:900;color:#fff}
.ltlp-solution-card h3{margin:17px 0 18px;color:#fff;font-size:1.18rem;line-height:1.28}
.ltlp-solution-card>div{padding:13px 0;border-top:1px solid rgba(255,255,255,.09)}
.ltlp-solution-card>div strong{display:block;margin-bottom:5px;color:#dce5f7;font-size:.72rem;text-transform:uppercase;letter-spacing:.07em}
.ltlp-solution-card>div p{margin:0;color:#b8c3d8;font-size:.9rem;line-height:1.58}
.ltlp-solution-card .ltlp-solution-result{margin:4px -8px -8px;padding:14px 12px;border:0;border-radius:12px;background:rgba(91,108,255,.12)}
.ltlp-solution-card .ltlp-solution-result strong{color:#cbd4ff}
.ltlp-solution-disclaimer{max-width:880px;margin:18px auto 0;text-align:center;color:#91a0bc;font-size:.78rem;line-height:1.5}
@media(max-width:980px){.ltlp-solution-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.ltlp-solution-grid{grid-template-columns:1fr}.ltlp-solution-card{padding:22px}}
