/* Subpages: consulting adaptation of LSDM-style layout (hero, bands, grids, CTAs). */
.ldsm-subpage {
	margin: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: #f0f2f7;
	color: #1e2546;
	font-family: "Open Sans", system-ui, -apple-system, sans-serif;
}

.ldsm-subpage-header {
	background: #1e2546;
	color: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
	position: sticky;
	top: 0;
	z-index: 100;
}

.ldsm-subpage-header-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 14px 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.ldsm-subpage-logo img {
	display: block;
	height: 44px;
	width: auto;
}

.ldsm-subpage-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 18px;
}

.ldsm-subpage-nav a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.ldsm-subpage-nav a:hover,
.ldsm-subpage-nav a:focus-visible {
	color: #ef7d00;
	outline: none;
}

/* Full-bleed main (rich pages) */
.ldsm-subpage-main {
	flex: 1;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding: 32px 20px 48px;
	box-sizing: border-box;
}

.ldsm-subpage-main.ldsm-subpage-main--wide {
	max-width: 960px;
}

.ldsm-subpage-main.ldsm-subpage-main--full {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* —— Rich page chrome (ldsp-) —— */
.ldsp-topbar {
	background: linear-gradient(90deg, #1e2546 0%, #2a3560 100%);
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 10px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ldsp-topbar a {
	color: #ef7d00;
	font-weight: 700;
	text-decoration: none;
}

.ldsp-topbar a:hover {
	text-decoration: underline;
}

.ldsp-breadcrumb {
	max-width: 1140px;
	margin: 0 auto;
	padding: 14px 24px 0;
	font-size: 13px;
	color: #7788a8;
}

.ldsp-breadcrumb a {
	color: #1e2546;
	text-decoration: none;
	font-weight: 600;
}

.ldsp-breadcrumb a:hover {
	color: #ef7d00;
}

.ldsp-hero {
	position: relative;
	background: #1e2546;
	color: #fff;
	overflow: hidden;
}

.ldsp-hero__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center 20%;
	opacity: 0.35;
}

.ldsp-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, rgba(30, 37, 70, 0.97) 0%, rgba(30, 37, 70, 0.88) 45%, rgba(30, 37, 70, 0.65) 100%);
}

.ldsp-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 1140px;
	margin: 0 auto;
	padding: 48px 24px 56px;
}

.ldsp-hero__kicker {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #ef7d00;
	font-weight: 700;
	margin: 0 0 12px;
}

.ldsp-hero__title {
	font-size: clamp(1.85rem, 4.5vw, 2.75rem);
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 16px;
	max-width: 18em;
	color: #ffffff;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.ldsp-hero__lead {
	font-size: clamp(1rem, 2vw, 1.15rem);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.95);
	max-width: 40em;
	margin: 0 0 24px;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.ldsp-hero__lead strong {
	color: #fff;
}

.ldsp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.ldsp-band {
	padding: 48px 24px;
}

.ldsp-band--white {
	background: #fff;
}

.ldsp-band--muted {
	background: #f0f2f7;
}

/* Deep links into Elementor service rows (fixed subpage header) */
.ldsm-services-catalog #service-catalog,
.ldsm-services-catalog [id^="catalog-"] {
	scroll-margin-top: 88px;
}

.ldsp-band--navy {
	background: #1e2546;
	color: #fff;
}

.ldsp-band--navy .ldsp-section-title {
	color: #fff;
}

.ldsp-band--navy p {
	color: rgba(255, 255, 255, 0.88);
}

.ldsp-inner {
	max-width: 1140px;
	margin: 0 auto;
}

.ldsp-section-title {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	margin: 0 0 12px;
	color: #1e2546;
	text-align: center;
}

.ldsp-section-title--left {
	text-align: left;
}

.ldsp-section-intro {
	text-align: center;
	max-width: 52rem;
	margin: 0 auto 36px;
	line-height: 1.7;
	color: #3d4966;
	font-size: 1.05rem;
}

.ldsp-section-intro--left {
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

.ldsp-columns-2 {
	display: grid;
	gap: 32px;
	align-items: start;
}

@media (min-width: 900px) {
	.ldsp-columns-2 {
		grid-template-columns: 1fr 340px;
	}
}

.ldsp-columns-2--reverse {
	direction: rtl;
}

.ldsp-columns-2--reverse > * {
	direction: ltr;
}

.ldsp-trust-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 28px 36px;
	padding: 28px 20px;
	background: #fff;
	border-top: 1px solid #e4e8f0;
	border-bottom: 1px solid #e4e8f0;
}

.ldsp-trust-logos img {
	height: 28px;
	width: auto;
	opacity: 0.85;
	filter: grayscale(0.2);
}

.ldsp-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 24px;
	text-align: center;
	margin-top: 32px;
}

.ldsp-stat__value {
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 800;
	color: #ef7d00;
	line-height: 1.1;
	margin: 0 0 6px;
}

.ldsp-stat__label {
	font-size: 14px;
	color: #3d4966;
	line-height: 1.45;
	margin: 0;
}

.ldsp-band--navy .ldsp-stat__label {
	color: rgba(255, 255, 255, 0.85);
}

.ldsp-feature-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.ldsp-feature-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(30, 37, 70, 0.08);
	border: 1px solid #e8ecf4;
	display: flex;
	flex-direction: column;
	height: 100%;
	scroll-margin-top: 100px;
}

.ldsp-feature-card__img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	width: 100%;
	display: block;
}

.ldsp-feature-card__body {
	padding: 22px 20px 24px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.ldsp-feature-card__body h3 {
	font-size: 1.15rem;
	margin: 0 0 10px;
	color: #1e2546;
}

.ldsp-feature-card__body p {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.65;
	color: #3d4966;
	flex: 1;
}

.ldsp-feature-card__link {
	font-weight: 700;
	font-size: 14px;
	color: #ef7d00;
	text-decoration: none;
	margin-top: auto;
}

.ldsp-feature-card__link:hover {
	text-decoration: underline;
}

.ldsp-pillars {
	display: grid;
	gap: 28px;
}

@media (min-width: 768px) {
	.ldsp-pillars {
		grid-template-columns: repeat(2, 1fr);
	}
}

.ldsp-pillar h3 {
	font-size: 1rem;
	color: #ef7d00;
	margin: 0 0 10px;
}

.ldsp-pillar p {
	margin: 0;
	font-size: 15px;
	line-height: 1.65;
	color: #3d4966;
}

.ldsp-process {
	display: grid;
	gap: 20px;
	counter-reset: step;
}

@media (min-width: 700px) {
	.ldsp-process {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1000px) {
	.ldsp-process {
		grid-template-columns: repeat(4, 1fr);
	}
}

.ldsp-process-step {
	background: #fff;
	border-radius: 10px;
	padding: 22px 18px;
	border: 1px solid #e4e8f0;
	position: relative;
	padding-top: 36px;
}

.ldsp-process-step::before {
	counter-increment: step;
	content: counter(step);
	position: absolute;
	top: 14px;
	left: 18px;
	width: 28px;
	height: 28px;
	background: #ef7d00;
	color: #fff;
	font-weight: 800;
	font-size: 13px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ldsp-process-step h4 {
	margin: 0 0 8px;
	font-size: 15px;
	color: #1e2546;
}

.ldsp-process-step p {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	color: #5a6789;
}

.ldsp-cta-bar {
	background: linear-gradient(90deg, #ef7d00, #f59a33);
	color: #fff;
	padding: 28px 24px;
	text-align: center;
}

.ldsp-cta-bar__inner {
	max-width: 900px;
	margin: 0 auto;
}

.ldsp-cta-bar h2 {
	margin: 0 0 10px;
	font-size: 1.35rem;
}

.ldsp-cta-bar p {
	margin: 0 0 18px;
	opacity: 0.95;
}

.ldsp-faq {
	max-width: 720px;
	margin: 0 auto;
}

.ldsp-faq details {
	background: #fff;
	border: 1px solid #e4e8f0;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 14px 18px;
}

.ldsp-faq summary {
	font-weight: 700;
	cursor: pointer;
	color: #1e2546;
}

.ldsp-faq details[open] summary {
	margin-bottom: 8px;
	color: #ef7d00;
}

.ldsp-faq details p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #3d4966;
}

.ldsp-contact-cards {
	display: grid;
	gap: 16px;
}

.ldsp-contact-card {
	background: #f8f9fc;
	border: 1px solid #e4e8f0;
	border-radius: 10px;
	padding: 18px 20px;
}

.ldsp-contact-card__label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #7788a8;
	margin: 0 0 6px;
	font-weight: 700;
}

.ldsp-contact-card__value {
	margin: 0;
	font-weight: 600;
	color: #1e2546;
	line-height: 1.5;
	white-space: pre-wrap;
}

.ldsp-contact-card__value a {
	color: inherit;
	text-decoration: none;
}

.ldsp-contact-card__value a:hover {
	color: #ef7d00;
}

.ldsp-sidebar-note {
	background: #fff8f0;
	border-left: 4px solid #ef7d00;
	padding: 16px 18px;
	border-radius: 0 10px 10px 0;
	font-size: 14px;
	line-height: 1.55;
	color: #3d4966;
	margin-bottom: 20px;
}

.ldsp-footer-wide {
	background: #161d38;
	color: rgba(255, 255, 255, 0.82);
	padding: 40px 24px 28px;
	font-size: 14px;
}

.ldsp-footer-wide__grid {
	max-width: 1140px;
	margin: 0 auto;
	display: grid;
	gap: 28px;
}

@media (min-width: 700px) {
	.ldsp-footer-wide__grid {
		grid-template-columns: 2fr 1fr 1fr;
	}
}

.ldsp-footer-wide__logo {
	display: inline-block;
	margin-bottom: 14px;
	line-height: 0;
}

.ldsp-footer-wide__logo img {
	display: block;
	max-width: 180px;
	width: auto;
	height: auto;
	max-height: 48px;
	object-fit: contain;
}

.ldsp-footer-wide h3 {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin: 0 0 14px;
}

.ldsp-footer-wide ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ldsp-footer-wide li {
	margin-bottom: 8px;
}

.ldsp-footer-wide a {
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
}

.ldsp-footer-wide a:hover {
	color: #ef7d00;
}

.ldsp-footer-wide__base {
	max-width: 1140px;
	margin: 24px auto 0;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 13px;
	text-align: center;
	color: rgba(255, 255, 255, 0.55);
}

/* Forms (legacy + rich) */
.ldsm-form label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 6px;
	color: #1e2546;
}

.ldsm-form input,
.ldsm-form textarea,
.ldsm-form select {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 12px 14px;
	border: 1px solid #cfd6e6;
	border-radius: 8px;
	font: inherit;
	margin-bottom: 16px;
}

.ldsm-form textarea {
	min-height: 160px;
	resize: vertical;
}

.ldsm-btn {
	display: inline-block;
	padding: 12px 22px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
}

.ldsm-btn--primary {
	background: #ef7d00;
	color: #fff;
}

.ldsm-btn--primary:hover,
.ldsm-btn--primary:focus-visible {
	background: #d96f00;
	color: #fff;
	outline: none;
}

.ldsm-btn--ghost {
	background: transparent;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.85);
}

.ldsm-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.1);
}

.ldsm-btn--secondary {
	background: #1e2546;
	color: #fff;
}

.ldsm-btn--secondary:hover,
.ldsm-btn--secondary:focus-visible {
	background: #121832;
	color: #fff;
	outline: none;
}

.ldsm-btn--on-accent {
	background: #fff;
	color: #1e2546;
}

.ldsm-btn--on-accent:hover,
.ldsm-btn--on-accent:focus-visible {
	background: #f0f2f7;
	color: #1e2546;
	outline: none;
}

.ldsp-cta-bar .ldsm-btn--ghost {
	margin-left: 8px;
}

.ldsm-notice {
	background: #fff8f0;
	border-left: 4px solid #ef7d00;
	padding: 14px 16px;
	margin-bottom: 20px;
	border-radius: 0 8px 8px 0;
	font-size: 14px;
	line-height: 1.55;
	color: #3d4966;
}

.ldsm-subpage-footer {
	background: #1e2546;
	color: rgba(255, 255, 255, 0.85);
	padding: 20px;
	text-align: center;
	font-size: 13px;
}

.ldsm-subpage-footer a {
	color: #ef7d00;
	text-decoration: none;
}

.ldsm-subpage-footer a:hover {
	text-decoration: underline;
}

/* Simple pages fallback */
.ldsm-subpage-hero h1 {
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	margin: 0 0 12px;
	color: #1e2546;
}

.ldsm-subpage-hero p {
	margin: 0 0 24px;
	line-height: 1.65;
	color: #3d4966;
}

.ldsm-card {
	background: #fff;
	border-radius: 12px;
	padding: 28px 24px;
	box-shadow: 0 4px 24px rgba(30, 37, 70, 0.08);
	margin-bottom: 24px;
}

.ldsm-card h2 {
	font-size: 1.25rem;
	margin: 0 0 12px;
	color: #1e2546;
}

.ldsm-card p,
.ldsm-card li {
	line-height: 1.65;
	color: #3d4966;
}

.ldsm-contact-strip {
	display: grid;
	gap: 16px;
	margin-bottom: 28px;
}

@media (min-width: 640px) {
	.ldsm-contact-strip {
		grid-template-columns: repeat(3, 1fr);
	}
}

.ldsm-contact-label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #7788a8;
	margin: 0 0 4px;
}

.ldsm-contact-value {
	margin: 0;
	font-weight: 600;
	color: #1e2546;
	white-space: pre-wrap;
}

.ldsm-service-section {
	margin-bottom: 40px;
	scroll-margin-top: 88px;
}

.ldsm-service-section h2 {
	font-size: 1.35rem;
	margin: 0 0 10px;
	color: #1e2546;
}

.ldsp-login-split {
	display: grid;
	gap: 32px;
	align-items: start;
}

@media (min-width: 900px) {
	.ldsp-login-split {
		grid-template-columns: 1fr 1fr;
	}
}

.ldsp-checklist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ldsp-checklist li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
	line-height: 1.55;
	font-size: 15px;
	color: #3d4966;
}

.ldsp-checklist li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	font-size: 12px;
	font-weight: 800;
	color: #ef7d00;
	line-height: 1.5;
}

/* —— Knowledgebase / insights helpers —— */
.ldsp-category-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: 0 0 32px;
}

.ldsp-category-pills a {
	display: inline-flex;
	align-items: center;
	padding: 8px 16px;
	border: 1px solid #d5dbe8;
	border-radius: 999px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	color: #1e2546;
	background: #fff;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.ldsp-category-pills a:hover,
.ldsp-category-pills a:focus-visible {
	background: #1e2546;
	color: #fff;
	border-color: #1e2546;
	outline: none;
}

.ldsp-category-pills a.is-active {
	background: #ef7d00;
	color: #fff;
	border-color: #ef7d00;
}

.ldsp-article-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(30, 37, 70, 0.08);
	display: flex;
	flex-direction: column;
}

.ldsp-article-card__img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	width: 100%;
	display: block;
}

.ldsp-article-card__body {
	padding: 20px 20px 24px;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ldsp-article-card__tag {
	display: inline-block;
	padding: 3px 10px;
	background: #eef1f7;
	color: #1e2546;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	border-radius: 999px;
	align-self: flex-start;
}

.ldsp-article-card__body h3 {
	font-size: 1.1rem;
	margin: 0;
	color: #1e2546;
	line-height: 1.35;
}

.ldsp-article-card__body h3 a {
	color: inherit;
	text-decoration: none;
}

.ldsp-article-card__body h3 a:hover,
.ldsp-article-card__body h3 a:focus-visible {
	color: #ef7d00;
	outline: none;
}

.ldsp-article-card__body p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #3d4966;
	flex: 1;
}

.ldsp-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	font-size: 12px;
	color: #7788a8;
	align-items: center;
}

.ldsp-article-meta span + span::before {
	content: "·";
	margin-right: 14px;
	color: #c2cadd;
}

.ldsp-article-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.85);
	margin: 10px 0 0;
}

.ldsp-article-body {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 4px;
}

.ldsp-article-body h2 {
	font-size: clamp(1.3rem, 2.4vw, 1.7rem);
	margin: 36px 0 14px;
	color: #1e2546;
}

.ldsp-article-body h3 {
	font-size: 1.15rem;
	margin: 24px 0 10px;
	color: #1e2546;
}

.ldsp-article-body p,
.ldsp-article-body li {
	font-size: 16px;
	line-height: 1.75;
	color: #3d4966;
}

.ldsp-article-body ul,
.ldsp-article-body ol {
	padding-left: 22px;
	margin: 0 0 18px;
}

.ldsp-article-body li {
	margin-bottom: 8px;
}

.ldsp-tldr {
	border-left: 4px solid #ef7d00;
	padding: 18px 22px;
	background: #fff;
	border-radius: 0 12px 12px 0;
	margin: 0 0 28px;
	box-shadow: 0 2px 12px rgba(30, 37, 70, 0.06);
}

.ldsp-tldr h3 {
	margin: 0 0 8px;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ef7d00;
}

.ldsp-tldr p,
.ldsp-tldr li {
	margin: 0 0 6px;
	font-size: 15px;
	line-height: 1.65;
	color: #1e2546;
}

.ldsp-tldr ul {
	margin: 0;
	padding-left: 20px;
}

.ldsp-pullquote {
	font-size: clamp(1.2rem, 2.2vw, 1.5rem);
	line-height: 1.45;
	font-weight: 600;
	color: #1e2546;
	border-top: 1px solid #d5dbe8;
	border-bottom: 1px solid #d5dbe8;
	padding: 26px 0;
	margin: 32px 0;
	text-align: center;
	font-style: italic;
}

.ldsp-callout {
	border: 1px solid #d5dbe8;
	border-radius: 12px;
	padding: 20px 22px;
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 28px 0;
}

@media (min-width: 720px) {
	.ldsp-callout {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
	}
}

.ldsp-callout__text h3 {
	margin: 0 0 4px;
	font-size: 1.05rem;
	color: #1e2546;
}

.ldsp-callout__text p {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: #3d4966;
}

.ldsp-related-strip {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.ldsp-related-strip a {
	display: block;
	padding: 16px 18px;
	background: #fff;
	border-radius: 10px;
	text-decoration: none;
	color: #1e2546;
	box-shadow: 0 2px 10px rgba(30, 37, 70, 0.06);
	border: 1px solid transparent;
	transition: border-color 0.15s ease, transform 0.15s ease;
}

.ldsp-related-strip a:hover,
.ldsp-related-strip a:focus-visible {
	border-color: #ef7d00;
	transform: translateY(-2px);
	outline: none;
}

.ldsp-related-strip small {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #7788a8;
	margin-bottom: 4px;
}

.ldsp-related-strip strong {
	display: block;
	font-size: 14px;
	line-height: 1.45;
}

/* —— Brochure band —— */
.ldsp-brochure {
	background: #1e2546;
	color: #fff;
	padding: 36px 24px;
	margin: 32px 0;
	border-radius: 16px;
}

.ldsp-brochure__inner {
	max-width: 1040px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
}

.ldsp-brochure__text {
	flex: 1 1 320px;
	min-width: 0;
}

.ldsp-brochure__text h2 {
	margin: 0 0 6px;
	font-size: clamp(1.2rem, 2.4vw, 1.6rem);
	color: #fff;
	line-height: 1.25;
}

.ldsp-brochure__text p {
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 15px;
	line-height: 1.6;
}

.ldsp-brochure__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	flex: 0 0 auto;
}

.ldsp-brochure__actions .ldsm-btn--primary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.ldsp-brochure__actions .ldsm-btn--primary::before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/><polyline points='7 10 12 15 17 10'/><line x1='12' y1='15' x2='12' y2='3'/></svg>");
	background-size: contain;
	background-repeat: no-repeat;
}

.ldsp-brochure__actions .ldsm-btn--ghost {
	color: rgba(255, 255, 255, 0.85);
	border-color: rgba(255, 255, 255, 0.4);
}

.ldsp-brochure__actions .ldsm-btn--ghost:hover,
.ldsp-brochure__actions .ldsm-btn--ghost:focus-visible {
	color: #fff;
	border-color: #fff;
	background: rgba(255, 255, 255, 0.08);
}

/* —— Package lead-capture form band —— */
.ldsp-package {
	background: #1e2546;
	color: #fff;
	padding: 40px 28px;
	margin: 32px 0;
	border-radius: 16px;
}

.ldsp-package__grid {
	max-width: 1040px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 36px;
	align-items: center;
}

@media (max-width: 780px) {
	.ldsp-package__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

.ldsp-package__pitch h2 {
	color: #fff;
	margin: 0 0 16px;
	font-size: clamp(1.3rem, 2.5vw, 1.7rem);
	line-height: 1.25;
}

.ldsp-package__benefits {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ldsp-package__benefits li {
	position: relative;
	padding: 6px 0 6px 28px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
	line-height: 1.5;
}

.ldsp-package__benefits li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ef7d00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
	background-size: contain;
	background-repeat: no-repeat;
}

.ldsp-package__form {
	background: #fff;
	padding: 24px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.ldsp-package__row {
	display: flex;
	gap: 10px;
}

.ldsp-package__row--split select {
	flex: 0 0 34%;
}

.ldsp-package__row--split input {
	flex: 1 1 auto;
}

.ldsp-package__form input,
.ldsp-package__form select {
	width: 100%;
	padding: 11px 12px;
	font-size: 14px;
	font-family: inherit;
	color: #1e2546;
	background: #fff;
	border: 1px solid #d5d9e6;
	border-radius: 6px;
	box-sizing: border-box;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ldsp-package__form input:focus,
.ldsp-package__form select:focus {
	outline: none;
	border-color: #ef7d00;
	box-shadow: 0 0 0 3px rgba(239, 125, 0, 0.15);
}

.ldsp-package__form select {
	appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235a6380' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 14px 14px;
	padding-right: 34px;
}

.ldsp-package__disclaimer {
	margin: 4px 0 0;
	font-size: 12px;
	line-height: 1.5;
	color: #5a6380;
}

.ldsp-package__disclaimer a {
	color: #1e2546;
	text-decoration: underline;
}

.ldsp-package__form .ldsm-btn {
	width: 100%;
	justify-content: center;
	margin-top: 4px;
}

/* —— Modules/Capabilities tabbed explorer —— */
.ldsp-modules {
	background: #1e2546;
	color: #fff;
	padding: 44px 28px;
	margin: 32px 0;
	border-radius: 16px;
}

.ldsp-modules__intro {
	max-width: 880px;
	margin: 0 auto 28px;
	text-align: center;
}

.ldsp-modules__intro h2 {
	margin: 0 0 12px;
	color: #fff;
	font-size: clamp(1.3rem, 2.6vw, 1.8rem);
	line-height: 1.25;
}

.ldsp-modules__intro p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	line-height: 1.65;
}

.ldsp-modules__tabs {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
	gap: 10px;
	max-width: 1100px;
	margin: 0 auto 24px;
}

.ldsp-modules__tab {
	appearance: none;
	border: 0;
	padding: 14px 14px;
	font-family: inherit;
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1.35;
	color: #1e2546;
	background: #fff;
	border-radius: 8px;
	cursor: pointer;
	text-align: center;
	transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.ldsp-modules__tab:hover {
	transform: translateY(-1px);
}

.ldsp-modules__tab.is-active,
.ldsp-modules__tab[aria-selected="true"] {
	background: #ef7d00;
	color: #fff;
}

.ldsp-modules__tab:focus-visible {
	outline: 2px solid #ef7d00;
	outline-offset: 2px;
}

.ldsp-modules__panels {
	max-width: 1100px;
	margin: 0 auto;
	background: #fff;
	color: #1e2546;
	border-radius: 12px;
	padding: 28px 32px;
}

.ldsp-modules__panel {
	display: none;
}

.ldsp-modules__panel.is-active {
	display: block;
}

.ldsp-modules__panel h3 {
	margin: 0 0 14px;
	color: #1e2546;
	font-size: clamp(1.15rem, 2.2vw, 1.45rem);
}

.ldsp-modules__panel h4 {
	margin: 18px 0 8px;
	color: #ef7d00;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 12px;
	font-weight: 700;
}

.ldsp-modules__panel p {
	margin: 0 0 10px;
	color: #1e2546;
	font-size: 15px;
	line-height: 1.65;
}

.ldsp-modules__skills {
	list-style: none;
	padding: 0;
	margin: 0 0 18px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	gap: 8px 18px;
}

.ldsp-modules__skills li {
	position: relative;
	padding: 4px 0 4px 24px;
	color: #1e2546;
	font-size: 14px;
	line-height: 1.45;
}

.ldsp-modules__skills li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 14px;
	height: 14px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ef7d00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
	background-size: contain;
	background-repeat: no-repeat;
}

.ldsp-modules__panel .ldsm-btn {
	margin-top: 6px;
}
