/* DataScan homepage — professional corporate layout */

body.ds-home-page-active {
	overflow-x: hidden;
}

.ds-home-page,
.ds-home-page-active .ds-home-content {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
}

.ds-home-content > .alignfull {
	width: 100%;
}

/* Full-bleed Softlance blocks — use 100% not 100vw (100vw causes mobile overflow) */
body.ds-home-page-active .ds-home-content > section[class*="wp-block-softlance"] {
	width: 100%;
	max-width: 100%;
	margin-inline: 0 !important;
}

body.ds-home-page-active .ds-home-content > .alignfull.ds-home-hero-cover {
	width: 100%;
	max-width: 100%;
	margin-inline: 0 !important;
}

.ds-home-content .ds-container {
	max-width: var(--ds-container, 1200px);
	margin-inline: auto;
	padding-inline: var(--ds-space-lg, 1.5rem);
}

/* Section labels */
.ds-home-section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 0.75rem;
	color: var(--ds-primary, #115b8a);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ds-home-section-kicker::before {
	content: "";
	flex-shrink: 0;
	width: 2rem;
	height: 2px;
	background: var(--ds-accent, #f36735);
	border-radius: 1px;
}

.ds-home-section-kicker--light {
	color: rgba(255, 255, 255, 0.78);
}

.ds-home-section-kicker--light::before {
	background: rgba(255, 255, 255, 0.45);
}

.ds-home-section-kicker--center {
	display: flex;
	justify-content: center;
}

.ds-home-section-kicker--center::before {
	display: none;
}

.ds-home-text-accent {
	color: var(--ds-primary, #115b8a);
	font-weight: inherit;
}

/* Scroll reveal */
.ds-home-animate {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.55s ease, transform 0.55s ease;
}

.ds-home-animate.is-visible {
	opacity: 1;
	transform: none;
}

/* Hero */
.ds-home-hero-cover {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: clamp(560px, 78vh, 720px) !important;
}

.ds-home-hero-cover::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		105deg,
		rgba(8, 47, 71, 0.92) 0%,
		rgba(8, 47, 71, 0.72) 45%,
		rgba(8, 47, 71, 0.35) 100%
	);
	pointer-events: none;
	z-index: 1;
}

.ds-home-hero-cover .wp-block-cover__background {
	background-color: var(--ds-hero, #082f47) !important;
}

.ds-home-hero-cover .wp-block-cover__image-background {
	object-position: center 40%;
}

.ds-home-hero-cover .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: inherit;
}

.ds-home-hero-inner {
	padding-block: clamp(3.5rem, 9vw, 5.5rem) 2.5rem;
}

.ds-home-hero-title {
	margin: 0 0 0.75rem;
	max-width: 14ch;
	color: #fff !important;
	font-family: var(--ds-font-display);
	font-size: clamp(2.125rem, 4.5vw, 3.25rem) !important;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

.ds-home-hero-accent {
	margin: 0 0 1.25rem;
	max-width: 28ch;
	color: rgba(255, 255, 255, 0.88) !important;
	font-family: var(--ds-font-display);
	font-size: clamp(1.125rem, 2vw, 1.375rem);
	font-weight: 500;
	line-height: 1.45;
}

.ds-home-hero-lead {
	margin: 0 0 1.75rem;
	max-width: 48ch;
	color: rgba(255, 255, 255, 0.82) !important;
	font-size: 1.0625rem;
	line-height: 1.7;
}

.ds-home-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.875rem;
}

.ds-home-btn .wp-block-button__link {
	min-height: 48px;
	padding: 0 1.5rem !important;
	border-radius: var(--ds-radius-sm, 6px) !important;
	font-size: 0.875rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.01em;
	text-transform: none;
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.ds-home-btn--accent .wp-block-button__link {
	background: var(--ds-accent, #f36735) !important;
	color: #fff !important;
	border: 0 !important;
	box-shadow: 0 2px 8px rgba(243, 103, 53, 0.28);
}

.ds-home-btn--accent .wp-block-button__link:hover {
	background: #e85528 !important;
	box-shadow: 0 4px 14px rgba(243, 103, 53, 0.32);
}

.ds-home-btn--outline-light .wp-block-button__link {
	background: transparent !important;
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.55) !important;
}

.ds-home-btn--outline-light .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.08) !important;
	border-color: rgba(255, 255, 255, 0.85) !important;
}

/* Hero stats strip */
.ds-home-hero-stats {
	margin-top: auto;
	background: rgba(255, 255, 255, 0.06);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(12px);
}

.ds-home-hero-stats-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0 !important;
	max-width: var(--ds-container, 1200px);
	margin-inline: auto;
	padding-inline: var(--ds-space-lg, 1.5rem);
}

.ds-home-hero-stat {
	padding: 1.25rem 1rem;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
}

.ds-home-hero-stat:last-child {
	border-right: 0;
}

.ds-home-hero-stat strong {
	display: block;
	margin-bottom: 0.2rem;
	color: #fff;
	font-family: var(--ds-font-display);
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.2;
}

.ds-home-hero-stat span {
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

/* Hero feature bar */
.ds-home-hero-features {
	background: var(--ds-navy, #1d3267);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-block: 0;
}

.ds-home-hero-features-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0 !important;
	max-width: var(--ds-container, 1200px);
	margin-inline: auto;
	padding-inline: var(--ds-space-lg, 1.5rem);
}

.ds-home-hero-features-grid > .wp-block-column {
	padding: 1.35rem 1rem;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.ds-home-hero-features-grid > .wp-block-column:last-child {
	border-right: 0;
}

.ds-home-hero-features-grid p {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.8125rem;
	line-height: 1.5;
}

.ds-home-hero-features-grid strong {
	display: block;
	margin-bottom: 0.15rem;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
}

/* Professional icon system */
.ds-home-icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: var(--ds-radius-sm, 6px);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.ds-home-icon::before {
	content: "";
	width: 1.125rem;
	height: 1.125rem;
	background: currentColor;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

.ds-home-icon--partners::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 12.75 11.25 15 15 9.75m-3-7.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285Z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 12.75 11.25 15 15 9.75m-3-7.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285Z'/%3E%3C/svg%3E");
}

.ds-home-icon--visibility::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.036 12.322a1.012 1.012 0 0 1 0-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178Z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.036 12.322a1.012 1.012 0 0 1 0-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178Z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z'/%3E%3C/svg%3E");
}

.ds-home-icon--secure::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M16.5 10.5V6.75a4.5 4.5 0 1 0-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H6.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M16.5 10.5V6.75a4.5 4.5 0 1 0-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H6.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z'/%3E%3C/svg%3E");
}

.ds-home-icon--reporting::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 0 1 3 19.875v-6.75ZM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V8.625ZM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V4.125Z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 0 1 3 19.875v-6.75ZM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V8.625ZM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V4.125Z'/%3E%3C/svg%3E");
}

.ds-home-icon--consult::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.375c0-2.278-1.695-4.125-3.75-4.125S15 4.097 15 6.375v1.136'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.375c0-2.278-1.695-4.125-3.75-4.125S15 4.097 15 6.375v1.136'/%3E%3C/svg%3E");
}

.ds-home-icon--support::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8.25 18.75a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m3 0h6m-9 0H3.375a1.125 1.125 0 0 1-1.125-1.125V14.25m17.25 4.5a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m3 0h1.125c.621 0 1.129-.504 1.09-1.124a17.902 17.902 0 0 0-3.213-9.193 2.056 2.056 0 0 0-1.58-.86H14.25M16.5 18.75h-2.25m0-11.177v-.958c0-.568-.422-1.048-.987-1.106a48.554 48.554 0 0 0-10.026 0 1.106 1.106 0 0 0-.987 1.106v7.635m12-6.677v6.677m0 4.5v-4.5m0 0h-12'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8.25 18.75a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m3 0h6m-9 0H3.375a1.125 1.125 0 0 1-1.125-1.125V14.25m17.25 4.5a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m3 0h1.125c.621 0 1.129-.504 1.09-1.124a17.902 17.902 0 0 0-3.213-9.193 2.056 2.056 0 0 0-1.58-.86H14.25M16.5 18.75h-2.25m0-11.177v-.958c0-.568-.422-1.048-.987-1.106a48.554 48.554 0 0 0-10.026 0 1.106 1.106 0 0 0-.987 1.106v7.635m12-6.677v6.677m0 4.5v-4.5m0 0h-12'/%3E%3C/svg%3E");
}

.ds-home-icon--star::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M11.48 3.499a.562.562 0 0 1 1.04 0l2.125 5.111a.563.563 0 0 0 .475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 0 0-.182.557l1.285 5.385a.562.562 0 0 1-.84.61l-4.725-2.885a.562.562 0 0 0-.586 0L6.982 20.54a.562.562 0 0 1-.84-.61l1.285-5.386a.562.562 0 0 0-.182-.557l-4.204-3.602a.563.563 0 0 1 .321-.988l5.518-.442a.563.563 0 0 0 .475-.345L11.48 3.5Z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M11.48 3.499a.562.562 0 0 1 1.04 0l2.125 5.111a.563.563 0 0 0 .475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 0 0-.182.557l1.285 5.385a.562.562 0 0 1-.84.61l-4.725-2.885a.562.562 0 0 0-.586 0L6.982 20.54a.562.562 0 0 1-.84-.61l1.285-5.386a.562.562 0 0 0-.182-.557l-4.204-3.602a.563.563 0 0 1 .321-.988l5.518-.442a.563.563 0 0 0 .475-.345L11.48 3.5Z'/%3E%3C/svg%3E");
}

.ds-home-icon--gear::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.325.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 0 1 1.37.49l1.296 2.247a1.125 1.125 0 0 1-.26 1.431l-1.003.827c-.293.241-.438.613-.43.992a7.723 7.723 0 0 1 0 .255c-.008.378.137.75.43.991l1.004.827c.424.35.534.955.26 1.43l-1.298 2.247a1.125 1.125 0 0 1-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.47 6.47 0 0 1-.22.128c-.331.183-.581.495-.644.869l-.213 1.281c-.09.543-.56.94-1.11.94h-2.594c-.55 0-1.019-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 0 1-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 0 1-1.369-.49l-1.297-2.247a1.125 1.125 0 0 1 .26-1.431l1.004-.827c.292-.24.437-.613.43-.991a6.932 6.932 0 0 1 0-.255c.007-.378-.138-.75-.43-.99l-1.004-.827a1.125 1.125 0 0 1-.26-1.43l1.297-2.247a1.125 1.125 0 0 1 1.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.086.22-.128.332-.183.582-.495.644-.869l.214-1.281Z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.325.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 0 1 1.37.49l1.296 2.247a1.125 1.125 0 0 1-.26 1.431l-1.003.827c-.293.241-.438.613-.43.992a7.723 7.723 0 0 1 0 .255c-.008.378.137.75.43.991l1.004.827c.424.35.534.955.26 1.43l-1.298 2.247a1.125 1.125 0 0 1-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.47 6.47 0 0 1-.22.128c-.331.183-.581.495-.644.869l-.213 1.281c-.09.543-.56.94-1.11.94h-2.594c-.55 0-1.019-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 0 1-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 0 1-1.369-.49l-1.297-2.247a1.125 1.125 0 0 1 .26-1.431l1.004-.827c.292-.24.437-.613.43-.991a6.932 6.932 0 0 1 0-.255c.007-.378-.138-.75-.43-.99l-1.004-.827a1.125 1.125 0 0 1-.26-1.43l1.297-2.247a1.125 1.125 0 0 1 1.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.086.22-.128.332-.183.582-.495.644-.869l.214-1.281Z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z'/%3E%3C/svg%3E");
}

.ds-home-icon--headset::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.114 5.636a9 9 0 0 1 0 12.728M16.463 8.288a5.25 5.25 0 0 1 0 7.424M6.75 8.25h4.875c.621 0 1.125.504 1.125 1.125v4.125c0 .621-.504 1.125-1.125 1.125H6.75a4.875 4.875 0 0 1-4.875-4.875V9.375c0-.621.504-1.125 1.125-1.125Zm13.5 0H15.375c-.621 0-1.125.504-1.125 1.125v4.125c0 .621.504 1.125 1.125 1.125h4.875A4.875 4.875 0 0 0 24 14.625V9.375c0-.621-.504-1.125-1.125-1.125Z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.114 5.636a9 9 0 0 1 0 12.728M16.463 8.288a5.25 5.25 0 0 1 0 7.424M6.75 8.25h4.875c.621 0 1.125.504 1.125 1.125v4.125c0 .621-.504 1.125-1.125 1.125H6.75a4.875 4.875 0 0 1-4.875-4.875V9.375c0-.621.504-1.125 1.125-1.125Zm13.5 0H15.375c-.621 0-1.125.504-1.125 1.125v4.125c0 .621.504 1.125 1.125 1.125h4.875A4.875 4.875 0 0 0 24 14.625V9.375c0-.621-.504-1.125-1.125-1.125Z'/%3E%3C/svg%3E");
}

.ds-home-icon--primary {
	background: rgba(17, 91, 138, 0.1);
	color: var(--ds-primary, #115b8a);
}

/* Section titles */
.ds-home-section-title {
	margin: 0 0 1rem;
	color: var(--ds-navy, #1d3267);
	font-family: var(--ds-font-display);
	font-size: clamp(1.625rem, 2.6vw, 2.25rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

.ds-home-section-title--center {
	text-align: center;
	margin-inline: auto;
	max-width: 22ch;
}

.ds-home-section-title--wide {
	max-width: 32ch;
}

.ds-home-section-title--light {
	color: #fff !important;
}

.ds-home-section-lead {
	max-width: 40rem;
	margin: 0 auto 2rem;
	color: var(--ds-muted, #64748b);
	text-align: center;
	font-size: 1.0625rem;
	line-height: 1.65;
}

/* Intro */
.ds-home-intro {
	padding-block: var(--ds-section-y, clamp(3.5rem, 7vw, 5.5rem));
	background: #fff;
}

.ds-home-intro-grid {
	gap: clamp(2rem, 5vw, 4rem) !important;
	align-items: center !important;
}

.ds-home-intro-grid > .wp-block-column:first-child p:not(.ds-home-section-kicker) {
	color: var(--ds-text, #334155);
	line-height: 1.7;
}

.ds-home-checklist {
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.75rem;
}

.ds-home-checklist li {
	position: relative;
	padding-left: 1.75rem;
	color: var(--ds-text, #334155);
	line-height: 1.6;
}

.ds-home-checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45rem;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 1px;
	background: var(--ds-accent, #f36735);
	transform: rotate(45deg);
}

.ds-home-intro-media {
	position: relative;
}

.ds-home-intro-media::before {
	content: "";
	position: absolute;
	inset: -0.75rem -0.75rem 0.75rem 0.75rem;
	border: 1px solid var(--ds-border, #e2e8f0);
	border-radius: var(--ds-radius, 10px);
	pointer-events: none;
}

.ds-home-intro-image {
	margin: 0;
}

.ds-home-intro-image img {
	width: 100%;
	border-radius: var(--ds-radius, 10px);
	box-shadow: var(--ds-shadow, 0 4px 24px rgba(8, 47, 71, 0.08));
}

/* Challenges */
.ds-home-challenges {
	padding-block: var(--ds-section-y, clamp(3.5rem, 7vw, 5.5rem));
	background: var(--ds-surface, #f4f7fb);
}

.ds-home-challenges-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem !important;
	margin-top: 2.5rem;
}

.ds-home-challenge-card {
	position: relative;
	padding: 0;
	border: 1px solid var(--ds-border, #e2e8f0);
	border-radius: var(--ds-radius, 10px);
	background: #fff;
	overflow: hidden;
	transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.ds-home-challenge-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--ds-primary, #115b8a), var(--ds-accent, #f36735));
	opacity: 0;
	transition: opacity 0.25s ease;
}

.ds-home-challenge-card:hover {
	border-color: #cbd5e1;
	box-shadow: 0 12px 32px rgba(8, 47, 71, 0.08);
}

.ds-home-challenge-card:hover::before {
	opacity: 1;
}

.ds-home-challenge-card__image {
	margin: 0;
	overflow: hidden;
}

.ds-home-challenge-card__image img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.ds-home-challenge-card:hover .ds-home-challenge-card__image img {
	transform: scale(1.04);
}

.ds-home-challenge-card h3,
.ds-home-challenge-card > .wp-block-heading {
	margin: 0;
	padding: 1.25rem 1.25rem 0.5rem;
	font-size: 1.0625rem;
	font-weight: 600;
	color: var(--ds-navy, #1d3267);
	line-height: 1.35;
}

.ds-home-challenge-card p {
	margin: 0;
	padding: 0 1.25rem 1.25rem;
	color: var(--ds-muted, #64748b);
	font-size: 0.875rem;
	line-height: 1.6;
}

/* Benefits */
.ds-home-benefits {
	padding-block: var(--ds-section-y, clamp(3.5rem, 7vw, 5.5rem));
	background: var(--ds-navy, #1d3267);
}

.ds-home-benefits-grid {
	gap: clamp(2rem, 5vw, 3.5rem) !important;
	align-items: center !important;
}

.ds-home-benefits-list {
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 1rem;
	counter-reset: item;
}

.ds-home-benefits-list li {
	position: relative;
	padding: 1rem 1rem 1rem 3.75rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--ds-radius-sm, 6px);
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.6;
}

.ds-home-benefits-list li::before {
	content: counter(item, decimal-leading-zero);
	counter-increment: item;
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2rem;
	color: var(--ds-accent, #f36735);
	font-family: var(--ds-font-display);
	font-size: 0.875rem;
	font-weight: 700;
}

.ds-home-benefits-list strong {
	color: #fff;
	font-weight: 600;
}

.ds-home-benefits-image img {
	width: 100%;
	border-radius: var(--ds-radius, 10px);
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}

/* Products showcase */
.ds-home-products-section {
	padding-block: var(--ds-section-y, clamp(3.5rem, 7vw, 5.5rem));
	background: linear-gradient(180deg, #fff 0%, var(--ds-surface, #f4f7fb) 100%);
}

.ds-home-products-section .ds-home-products {
	width: 100%;
	margin: 0;
}

.ds-home-products-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1.75rem;
	padding: 0.35rem;
	border: 1px solid var(--ds-border, #e2e8f0);
	border-radius: var(--ds-radius, 10px);
	background: #fff;
	box-shadow: 0 1px 3px rgba(8, 47, 71, 0.04);
}

.ds-home-products-tab {
	position: relative;
	padding: 0.6rem 1.05rem;
	border: 0;
	border-radius: var(--ds-radius-sm, 6px);
	background: transparent;
	color: var(--ds-muted, #64748b);
	font: inherit;
	font-size: 0.8125rem;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.ds-home-products-tab::after {
	display: none;
}

.ds-home-products-tab:hover {
	color: var(--ds-navy, #1d3267);
	background: var(--ds-surface, #f4f7fb);
}

.ds-home-products-tab.is-active {
	background: var(--ds-navy, #1d3267);
	color: #fff;
	font-weight: 600;
	box-shadow: 0 2px 8px rgba(29, 50, 103, 0.18);
}

.ds-home-products-slider {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 1.25rem;
	align-items: center;
	margin-top: 0.25rem;
}

.ds-home-products-empty {
	margin: 2rem 0 0;
	padding: 2rem 1rem;
	border: 1px dashed var(--ds-border, #e2e8f0);
	border-radius: var(--ds-radius, 10px);
	background: #fff;
	color: var(--ds-muted, #64748b);
	text-align: center;
	font-size: 0.9375rem;
}

.ds-home-products-prev,
.ds-home-products-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	padding: 0;
	border: 1px solid var(--ds-border, #e2e8f0);
	border-radius: 50%;
	background: #fff;
	color: var(--ds-navy, #1d3267);
	cursor: pointer;
	flex-shrink: 0;
	box-shadow: 0 2px 10px rgba(8, 47, 71, 0.08);
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ds-home-products-prev svg,
.ds-home-products-next svg {
	display: block;
}

.ds-home-products-prev:hover:not(:disabled),
.ds-home-products-next:hover:not(:disabled) {
	border-color: var(--ds-primary, #115b8a);
	background: var(--ds-navy, #1d3267);
	color: #fff;
	box-shadow: 0 4px 14px rgba(29, 50, 103, 0.2);
	transform: translateY(-1px);
}

.ds-home-products-prev:disabled,
.ds-home-products-next:disabled {
	opacity: 0.35;
	cursor: not-allowed;
	box-shadow: none;
}

.ds-home-products-track-wrap {
	overflow: hidden;
	min-width: 0;
	padding-block: 0.35rem;
}

[data-home-products] .ds-home-products-section .ds-home-products ul.wc-block-product-template,
[data-home-products] .ds-home-products-section .ds-home-products .wc-block-product-template,
[data-home-products] .ds-home-products-section .ds-home-products-track,
[data-home-products] .ds-home-products-track-wrap ul.wc-block-product-template {
	display: flex !important;
	flex-wrap: nowrap !important;
	grid-template-columns: unset !important;
	align-items: stretch !important;
	gap: 1.25rem !important;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	padding-block: 0.35rem;
	margin: 0;
}

[data-home-products] .ds-home-products-track-wrap ul.wc-block-product-template::-webkit-scrollbar,
[data-home-products] .ds-home-products-track::-webkit-scrollbar {
	display: none;
}

[data-home-products] li.wc-block-product {
	flex: 0 0 calc(25% - 0.94rem) !important;
	min-width: 260px !important;
	width: auto !important;
	max-width: none !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	scroll-snap-align: start;
	list-style: none;
}

[data-home-products] li.wc-block-product.is-hidden {
	display: none !important;
}

[data-home-products] .ds-home-product-card.ds-shop-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid #dce4ec;
	border-radius: var(--ds-radius, 10px);
	background: #fff;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(8, 47, 71, 0.04);
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

[data-home-products] .ds-home-product-card.ds-shop-card::before {
	content: "";
	display: block;
	height: 3px;
	background: linear-gradient(90deg, var(--ds-hero, #082f47) 0%, var(--ds-primary, #115b8a) 50%, var(--ds-accent, #f36735) 100%);
	flex-shrink: 0;
	opacity: 0;
	transition: opacity 0.25s ease;
}

[data-home-products] li.wc-block-product:hover .ds-home-product-card.ds-shop-card {
	border-color: #b8c9d9;
	box-shadow: 0 8px 28px rgba(8, 47, 71, 0.1);
	transform: translateY(-2px);
}

[data-home-products] li.wc-block-product:hover .ds-home-product-card.ds-shop-card::before {
	opacity: 1;
}

[data-home-products] .ds-home-product-card .wc-block-components-product-image,
[data-home-products] .ds-home-product-card .wp-block-woocommerce-product-image {
	aspect-ratio: 4 / 3;
	max-height: 190px;
	flex-shrink: 0;
	background: linear-gradient(145deg, #f8fafc 0%, #eef3f8 100%);
	border-bottom: 1px solid #e8eef4;
	overflow: hidden;
}

[data-home-products] .ds-home-product-card .wc-block-components-product-image a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0.85rem 1rem;
}

[data-home-products] .ds-home-product-card img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 100% !important;
	object-fit: contain !important;
	aspect-ratio: unset !important;
	filter: drop-shadow(0 2px 8px rgba(8, 47, 71, 0.06));
}

[data-home-products] .ds-home-product-card__body,
[data-home-products] .ds-home-product-card .ds-shop-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 0.35rem;
	padding: 1rem 1.05rem 1.1rem !important;
	min-height: 0;
}

[data-home-products] .ds-home-product-card .wp-block-post-excerpt,
[data-home-products] .ds-home-product-card .ds-home-product-card__excerpt {
	display: none !important;
}

[data-home-products] .ds-home-product-card .wp-block-post-title {
	margin: 0;
	min-height: 2.9rem;
}

[data-home-products] .ds-home-product-card .wp-block-post-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: var(--ds-font-display);
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--ds-navy, #1d3267) !important;
	text-decoration: none;
	letter-spacing: -0.01em;
	text-transform: none;
	word-break: break-word;
}

[data-home-products] .ds-home-product-card .wp-block-post-title a:hover {
	color: var(--ds-primary, #115b8a) !important;
}

[data-home-products] .ds-home-product-card .wc-block-components-product-price,
[data-home-products] .ds-home-product-card .ds-home-product-card__price,
[data-home-products] .ds-home-product-card .wc-block-components-product-price .price {
	margin: 0.15rem 0 0;
	color: var(--ds-primary, #115b8a) !important;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: -0.02em;
}

[data-home-products] .ds-home-product-card .wp-block-woocommerce-product-button,
[data-home-products] .ds-home-product-card .ds-home-product-card__btn {
	margin-top: auto;
	padding-top: 0.65rem;
}

[data-home-products] .ds-home-product-card .added_to_cart {
	display: none !important;
}

[data-home-products] .ds-home-product-card .wp-block-button,
[data-home-products] .ds-home-product-card .wp-block-woocommerce-product-button {
	width: 100%;
}

[data-home-products] .ds-home-product-card .wp-block-button__link,
[data-home-products] .ds-home-product-card .ds-home-product-card__btn .wp-block-button__link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 40px;
	padding: 0 1rem !important;
	border: 0 !important;
	border-radius: var(--ds-radius-sm, 6px) !important;
	background: var(--ds-navy, #1d3267) !important;
	color: #fff !important;
	font-size: 0.8125rem !important;
	font-weight: 600 !important;
	text-transform: none;
	letter-spacing: 0;
	text-decoration: none !important;
	transition: background 0.2s ease, box-shadow 0.2s ease;
}

[data-home-products] .ds-home-product-card .wp-block-button__link:hover {
	background: var(--ds-primary, #115b8a) !important;
	box-shadow: 0 4px 12px rgba(17, 91, 138, 0.22);
}

.ds-home-products-more {
	margin: 1.75rem 0 0;
	text-align: center;
}

.ds-home-products-more a {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.65rem 1.25rem;
	border: 1px solid var(--ds-border, #e2e8f0);
	border-radius: var(--ds-radius-sm, 6px);
	background: #fff;
	font-weight: 600;
	font-size: 0.875rem;
	color: var(--ds-primary, #115b8a);
	text-decoration: none;
	transition: gap 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.ds-home-products-more a:hover {
	gap: 0.55rem;
	border-color: var(--ds-primary, #115b8a);
	box-shadow: 0 2px 8px rgba(17, 91, 138, 0.1);
}

/* Customers */
.ds-home-customers {
	padding-block: var(--ds-section-y, clamp(3.5rem, 7vw, 5.5rem));
	background: #fff;
	border-top: 1px solid var(--ds-border, #e2e8f0);
}

.ds-home-customer-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: clamp(1.5rem, 4vw, 3rem);
	margin: 2rem 0;
	padding: 1.5rem 2rem;
	border: 1px solid var(--ds-border, #e2e8f0);
	border-radius: var(--ds-radius, 10px);
	background: var(--ds-surface, #f4f7fb);
}

.ds-home-customer-logo {
	margin: 0;
}

.ds-home-customer-logo img {
	filter: grayscale(1);
	opacity: 0.65;
	transition: opacity 0.25s ease, filter 0.25s ease;
}

.ds-home-customer-logo img:hover {
	filter: grayscale(0.3);
	opacity: 1;
}

.ds-home-customer-trust {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem !important;
	margin-top: 0.5rem;
}

.ds-home-customer-trust p {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	margin: 0;
	padding: 1.25rem;
	border: 1px solid var(--ds-border, #e2e8f0);
	border-radius: var(--ds-radius, 10px);
	background: #fff;
	color: var(--ds-text, #334155);
	font-size: 0.875rem;
	line-height: 1.55;
}

.ds-home-customer-trust strong {
	display: block;
	margin-bottom: 0.2rem;
	color: var(--ds-navy, #1d3267);
	font-weight: 600;
}

/* Responsive */
@media (max-width: 1100px) {
	.ds-home-hero-stats-grid,
	.ds-home-hero-features-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ds-home-hero-stat:nth-child(2),
	.ds-home-hero-features-grid > .wp-block-column:nth-child(2) {
		border-right: 0;
	}

	.ds-home-challenges-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.ds-home-intro-grid,
	.ds-home-benefits-grid {
		grid-template-columns: 1fr !important;
	}

	.ds-home-customer-trust {
		grid-template-columns: 1fr !important;
	}

	.ds-home-hero-stat,
	.ds-home-hero-features-grid > .wp-block-column {
		border-right: 0 !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.ds-home-hero-stat:last-child,
	.ds-home-hero-features-grid > .wp-block-column:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 640px) {
	.ds-home-hero-stats-grid,
	.ds-home-hero-features-grid,
	.ds-home-challenges-grid {
		grid-template-columns: 1fr;
	}

	.ds-home-products-slider {
		grid-template-columns: 1fr;
	}

	.ds-home-products-prev,
	.ds-home-products-next {
		display: none;
	}

	.ds-home-products-tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.ds-home-products-tabs::-webkit-scrollbar {
		display: none;
	}

	.ds-home-products-tab {
		flex-shrink: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ds-home-animate {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.ds-home-challenge-card__image img,
	.ds-home-challenge-card,
	.ds-home-btn .wp-block-button__link {
		transition: none;
	}
}
