/* =========================================================
   Digentur Theme – Design System
   Brand: #20231a #df7c39 #629d51 #2076ba #ffffff
   ========================================================= */

:root {
	/* Brand palette */
	--color-dark: #20231a;
	--color-orange: #df7c39;
	--color-green: #629d51;
	--color-blue: #2076ba;
	--color-white: #ffffff;

	/* Semantic */
	--color-text: #1a1c14;
	--color-text-strong: #0e0f0a;
	--color-background: #fbfaf6;
	--color-primary: #df7c39;
	--color-primary-hover: #c96923;
	--color-secondary: #629d51;
	--color-accent: #2076ba;
	--color-accent-hover: #185a94;
	--color-muted: rgba(32, 35, 26, 0.68);
	--color-subtle: rgba(32, 35, 26, 0.52);
	--color-border: rgba(32, 35, 26, 0.1);
	--color-border-strong: rgba(32, 35, 26, 0.18);
	--color-surface: #f2efe6;
	--color-surface-strong: #ebe6d7;

	/* Effects */
	--gradient-hero: linear-gradient(135deg, #20231a 0%, #2a2f22 45%, #1d3a52 100%);
	--gradient-orange: linear-gradient(135deg, #df7c39 0%, #e6944f 100%);
	--gradient-blue: linear-gradient(135deg, #2076ba 0%, #3d8fd0 100%);
	--gradient-green: linear-gradient(135deg, #629d51 0%, #7ab465 100%);
	--gradient-warm: linear-gradient(135deg, rgba(223, 124, 57, 0.18), rgba(98, 157, 81, 0.14));
	--gradient-cool: linear-gradient(135deg, rgba(32, 118, 186, 0.18), rgba(98, 157, 81, 0.1));

	--shadow-xs: 0 1px 2px rgba(32, 35, 26, 0.06);
	--shadow-sm: 0 4px 12px rgba(32, 35, 26, 0.06);
	--shadow-md: 0 12px 32px rgba(32, 35, 26, 0.08);
	--shadow-lg: 0 24px 64px rgba(32, 35, 26, 0.12);
	--shadow-xl: 0 40px 96px rgba(32, 35, 26, 0.18);
	--shadow-glow-orange: 0 20px 48px rgba(223, 124, 57, 0.28);
	--shadow-glow-blue: 0 20px 48px rgba(32, 118, 186, 0.24);

	/* Radii */
	--radius-xl: 32px;
	--radius-lg: 24px;
	--radius-md: 16px;
	--radius-sm: 10px;
	--radius-pill: 999px;

	/* Layout */
	--container: 1680px;
	--container-narrow: 820px;

	/* Type */
	--font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--font-display: "Inter Tight", "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
	--fs-hero: clamp(2.8rem, 5.2vw, 5.2rem);
	--fs-h1: clamp(2.2rem, 4.6vw, 3.6rem);
	--fs-h2: clamp(1.7rem, 3.2vw, 2.4rem);
	--fs-h3: clamp(1.2rem, 2vw, 1.4rem);
	--tr-fast: 0.18s ease;
	--tr-med: 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	font-family: var(--font-sans);
	color: var(--color-text);
	background:
		radial-gradient(ellipse at top left, rgba(98, 157, 81, 0.08), transparent 40%),
		radial-gradient(ellipse at 90% 10%, rgba(32, 118, 186, 0.07), transparent 45%),
		var(--color-background);
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-feature-settings: "ss01", "cv11";
}

a { color: inherit; text-decoration: none; transition: color var(--tr-fast); }
a:hover { color: var(--color-primary); }

img, svg { max-width: 100%; height: auto; display: block; }

button, input, select, textarea { font: inherit; }

::selection { background: var(--color-primary); color: var(--color-white); }

/* ---------- A11y helpers ---------- */
.screen-reader-text {
	position: absolute; width: 1px; height: 1px;
	padding: 0; margin: -1px; overflow: hidden;
	clip: rect(0,0,0,0); border: 0;
}

.skip-link {
	position: absolute; left: 0; top: 0; z-index: 1000;
	padding: 0.85rem 1.15rem;
	background: var(--color-dark); color: var(--color-white);
	border-radius: 0 0 var(--radius-sm) 0;
	font-weight: 700;
}

.skip-link:focus {
	clip: auto; width: auto; height: auto; margin: 0;
	overflow: visible; color: var(--color-white);
}

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

/* ---------- Layout ---------- */
.container {
	width: min(calc(100% - clamp(1.25rem, 4vw, 4rem)), var(--container));
	margin: 0 auto;
}

.elementor-section.elementor-section-boxed > .elementor-container,
.e-con.e-con-boxed > .e-con-inner {
	max-width: var(--container);
}

.site-main { padding-bottom: 6rem; }

/* ---------- Header ---------- */
.site-header {
	position: sticky; top: 0; z-index: 100;
	background: rgba(251, 250, 246, 0.82);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	border-bottom: 1px solid var(--color-border);
	transition: box-shadow var(--tr-med), background var(--tr-med), transform 0.45s ease, opacity 0.45s ease;
}

.site-header:hover { box-shadow: var(--shadow-sm); }

.digentur-social-icons {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.digentur-social-icons .zoom-social-icons-shortcode {
	margin: 0;
}

.site-header .digentur-social-icons {
	padding-left: 0.65rem;
	border-left: 1px solid var(--color-border);
}

.site-header .zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
	margin: 0 0.12rem;
}

.site-header .zoom-social-icons-list .socicon {
	background: transparent !important;
	color: var(--color-dark) !important;
	padding: 0.18rem !important;
	font-size: 1.1rem !important;
}

.site-header .zoom-social_icons-list__link:hover .socicon {
	color: var(--color-primary) !important;
}

.site-footer .digentur-social-icons {
	margin-top: 1.25rem;
	width: fit-content;
	padding: 0.38rem 0.45rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--radius-pill);
	background: rgba(255, 255, 255, 0.035);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 10px 24px rgba(0, 0, 0, 0.14);
}

.site-footer .zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
	margin: 0 0.16rem;
}

.site-footer .zoom-social-icons-list .socicon {
	background: transparent !important;
	color: rgba(255, 255, 255, 0.88) !important;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	padding: 0.5rem !important;
	font-size: 1rem !important;
	transition: transform var(--tr-fast), background var(--tr-fast), border-color var(--tr-fast), color var(--tr-fast);
}

.site-footer .zoom-social_icons-list__link:hover .socicon {
	background: var(--color-primary) !important;
	border-color: var(--color-primary);
	color: var(--color-white) !important;
	transform: translateY(-2px);
}

.site-header.is-hidden-on-scroll {
	transform: translateY(-100%);
	opacity: 0;
	pointer-events: none;
}

.back-to-top {
	position: fixed;
	right: clamp(1rem, 3vw, 2rem);
	bottom: clamp(5rem, 8vw, 6rem);
	z-index: 90;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 50%;
	background: var(--color-primary);
	color: var(--color-white);
	box-shadow: var(--shadow-glow-orange);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	opacity: 0;
	transform: translateY(12px);
	pointer-events: none;
	transition: opacity var(--tr-med), transform var(--tr-med), background var(--tr-fast);
}

.back-to-top:hover {
	background: var(--color-primary-hover);
	transform: translateY(-4px);
}

.back-to-top.is-visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

/* Three edge-aligned contact tabs. */
.quick-contact-actions {
	position: static;
}

.quick-contact-action {
	position: fixed;
	right: 0;
	z-index: 100000000;
	display: grid;
	width: var(--quick-button-size, 60px);
	height: var(--quick-button-size, 60px);
	place-items: center;
	border-radius: var(--quick-button-radius, 50% 0 0 50%);
	color: #fff;
	font-size: var(--quick-icon-size, 28px);
	font-weight: 700;
	box-shadow: 0 .75rem 1.8rem rgba(24, 31, 25, .18);
	transition: width .25s ease, transform var(--tr-fast), background var(--tr-fast);
}

.quick-contact-action:hover,
.quick-contact-action:focus-visible {
	width: var(--quick-expand-width, 184px);
	color: #fff;
}

.quick-contact-action::before {
	content: attr(aria-label);
	position: absolute;
	right: calc(var(--quick-button-size, 60px) + 10px);
	white-space: nowrap;
	font-size: 1rem;
	font-weight: 800;
	opacity: 0;
	transition: opacity .15s ease;
}

.quick-contact-action:hover::before,
.quick-contact-action:focus-visible::before { opacity: 1; }

.quick-contact-action > span {
	position: absolute;
	right: 0;
	display: grid;
	width: var(--quick-button-size, 60px);
	height: var(--quick-button-size, 60px);
	place-items: center;
	font-size: var(--quick-icon-size, 28px);
	line-height: 1;
}

.quick-contact-action--contact {
	top: calc(var(--quick-group-top, 50%) - var(--quick-contact-offset, 102px));
	bottom: auto;
	background: var(--quick-contact-color, var(--color-accent));
}

.quick-contact-action--call { background: var(--quick-call-color, var(--color-primary)); }
.quick-contact-action--call {
	top: calc(var(--quick-group-top, 50%) + var(--quick-call-offset, 42px));
	bottom: auto;
}

/* Restored Click to Chat button occupies the centre tab. */
#ht-ctc-chat {
	right: 0 !important;
	top: calc(var(--quick-group-top, 50%) - var(--quick-whatsapp-offset, 30px)) !important;
	bottom: auto !important;
	z-index: 100000000 !important;
	width: var(--quick-button-size, 60px) !important;
	height: var(--quick-button-size, 60px) !important;
	transition: width .25s ease !important;
}

#ht-ctc-chat .ht_ctc_style,
#ht-ctc-chat .ht_ctc_style > a {
	width: var(--quick-button-size, 60px) !important;
	height: var(--quick-button-size, 60px) !important;
	border-radius: var(--quick-button-radius, 50% 0 0 50%) !important;
	background: var(--quick-whatsapp-color, #49e670) !important;
	box-shadow: 0 .75rem 1.8rem rgba(24, 31, 25, .18) !important;
	overflow: hidden;
	transition: width .25s ease !important;
}

#ht-ctc-chat .ht_ctc_style > a,
#ht-ctc-chat .ctc_s_2 {
	position: relative;
	display: block !important;
	width: var(--quick-button-size, 60px) !important;
	height: var(--quick-button-size, 60px) !important;
	line-height: 0;
	transition: width .25s ease !important;
}

#ht-ctc-chat .ht_ctc_style img {
	width: 2.6rem !important;
	height: 2.6rem !important;
	object-fit: contain;
}

#ht-ctc-chat .ctc_s_2 > svg {
	position: absolute;
	top: 50%;
	right: calc(var(--quick-icon-offset, 16px) - 5px);
	width: calc(var(--quick-icon-size, 28px) + 10px) !important;
	height: calc(var(--quick-icon-size, 28px) + 10px) !important;
	transform: translateY(-50%) !important;
	pointer-events: none;
}

/* The plugin SVG contains extra internal whitespace, so enlarge and strengthen
   its white glyph to match the visual weight of the other two icons. */
#ht-ctc-chat .ctc_s_2 > svg g path {
	stroke: #fff;
	stroke-width: 16px;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* Remove the SVG's own green tile; the tab supplies the green background. */
#ht-ctc-chat .ctc_s_2 > svg > use {
	opacity: 0 !important;
}

#ht-ctc-chat .ht_ctc_style::before {
	content: var(--quick-whatsapp-label, "WhatsApp");
	position: absolute;
	top: 50%;
	right: calc(var(--quick-button-size, 60px) + 10px);
	z-index: 2;
	color: #fff;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
	opacity: 0;
	transform: translateY(-50%);
	transition: opacity .15s ease;
}

#ht-ctc-chat:hover,
#ht-ctc-chat:focus-within,
#ht-ctc-chat:hover .ht_ctc_style,
#ht-ctc-chat:focus-within .ht_ctc_style,
#ht-ctc-chat:hover .ctc_s_2,
#ht-ctc-chat:focus-within .ctc_s_2 {
	width: var(--quick-expand-width, 184px) !important;
}

#ht-ctc-chat:hover .ht_ctc_style::before,
#ht-ctc-chat:focus-within .ht_ctc_style::before {
	opacity: 1;
}

@media (max-width: 48rem) {
	.quick-contact-action--contact { top: calc(var(--quick-group-top, 50%) - var(--quick-contact-offset, 102px)); bottom: auto; }
	#ht-ctc-chat { top: calc(var(--quick-group-top, 50%) - var(--quick-whatsapp-offset, 30px)) !important; bottom: auto !important; }
	.quick-contact-action--call { top: calc(var(--quick-group-top, 50%) + var(--quick-call-offset, 42px)); bottom: auto; }
}

.site-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	min-height: 92px;
}

.site-branding { display: flex; align-items: center; }

.site-logo img {
	height: 64px;
	max-height: 64px;
	width: auto;
	transition: transform var(--tr-fast);
}

@media (max-width: 640px) {
	.site-logo img { height: 52px; max-height: 52px; }
}
.site-logo:hover img { transform: scale(1.03); }

.site-logo-text {
	font-family: var(--font-display);
	font-size: 1.55rem;
	font-weight: 800;
	letter-spacing: -0.035em;
	color: var(--color-dark);
	background: linear-gradient(90deg, var(--color-dark), var(--color-accent));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.primary-nav ul {
	display: flex;
	list-style: none;
	margin: 0; padding: 0;
	gap: 0.35rem;
	align-items: center;
	flex-wrap: nowrap;
}

.primary-nav {
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

.primary-nav a {
	position: relative;
	padding: 0.55rem 0.6rem;
	color: var(--color-text-strong);
	font-weight: 600;
	font-size: 0.9rem;
	white-space: nowrap;
	border-radius: var(--radius-sm);
	transition: color var(--tr-fast), background var(--tr-fast);
}

.primary-nav a:hover { background: rgba(32, 118, 186, 0.08); color: var(--color-accent); }

.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a {
	color: var(--color-primary);
	background: rgba(223, 124, 57, 0.1);
}

.menu-toggle {
	display: none;
	border: 0;
	background: transparent;
	padding: 0.5rem;
	cursor: pointer;
	color: var(--color-dark);
}

.menu-toggle span {
	display: block;
	width: 24px; height: 2px;
	margin: 5px 0;
	background: currentColor;
	transition: transform var(--tr-fast), opacity var(--tr-fast);
	border-radius: 2px;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.primary-nav .header-cta-mobile { display: none; }

/* ---------- Buttons ---------- */
.button,
button.button,
input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.95rem 1.6rem;
	border-radius: var(--radius-pill);
	border: 1px solid transparent;
	font-weight: 700;
	font-size: 0.98rem;
	cursor: pointer;
	transition: transform var(--tr-fast), box-shadow var(--tr-med), background var(--tr-fast), color var(--tr-fast), border-color var(--tr-fast);
	text-decoration: none;
	line-height: 1.15;
	white-space: nowrap;
}

.button:hover,
button.button:hover,
input[type="submit"]:hover { transform: translateY(-2px); }

.button-primary {
	background: var(--gradient-orange);
	color: var(--color-white);
	box-shadow: var(--shadow-glow-orange);
}
.button-primary:hover {
	background: linear-gradient(135deg, var(--color-primary-hover), var(--color-primary));
	color: var(--color-white);
	box-shadow: 0 24px 56px rgba(223, 124, 57, 0.42);
}

.button-secondary {
	background: var(--color-white);
	color: var(--color-dark);
	border-color: var(--color-border-strong);
	box-shadow: var(--shadow-xs);
}
.button-secondary:hover {
	background: var(--color-dark);
	color: var(--color-white);
	border-color: var(--color-dark);
}

.button-ghost {
	background: transparent;
	color: var(--color-dark);
	border-color: var(--color-border-strong);
}
.button-ghost:hover { background: var(--color-surface); }

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-weight: 700;
	color: var(--color-accent);
	position: relative;
	padding-bottom: 2px;
}

.text-link::after {
	content: "→";
	transition: transform var(--tr-fast);
}

.text-link:hover { color: var(--color-accent-hover); }
.text-link:hover::after { transform: translateX(4px); }

/* ---------- Typography ---------- */
.page-shell,
.home-shell,
.content-shell {
	padding-top: 2.5rem;
}

.page-hero {
	padding: 2rem 0 1rem;
}

.page-hero h1,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	font-family: var(--font-display);
	line-height: 1.08;
	letter-spacing: -0.035em;
	color: var(--color-text-strong);
	font-weight: 800;
}

.page-hero h1,
.entry-content h1 {
	font-size: var(--fs-h1);
	margin: 0.4rem 0 1rem;
	max-width: min(100%, 34ch);
}

.entry-content h2 {
	font-size: var(--fs-h2);
	margin-top: 3rem;
	margin-bottom: 0.85rem;
	max-width: min(100%, 42ch);
}

.entry-content h3 {
	font-size: var(--fs-h3);
	margin-top: 1.8rem;
	margin-bottom: 0.4rem;
	letter-spacing: -0.025em;
}

.entry-content > p {
	max-width: 68ch;
	font-size: 1.05rem;
	color: var(--color-text);
}

.entry-content li,
.entry-content blockquote {
	max-width: 68ch;
}

.entry-content blockquote {
	margin: 2rem 0;
	padding: 1.25rem 1.5rem;
	border-left: 4px solid var(--color-primary);
	background: var(--color-surface);
	border-radius: 0 var(--radius-md) var(--radius-md) 0;
	font-style: italic;
	color: var(--color-text-strong);
}

.page-intro {
	font-size: 1.2rem;
	color: var(--color-muted);
	max-width: min(100%, 82ch);
	line-height: 1.55;
	margin-bottom: 0;
}

.breadcrumbs {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	font-size: 0.88rem;
	color: var(--color-subtle);
	margin-bottom: 0.5rem;
}

.breadcrumbs a:hover { color: var(--color-primary); }

/* ---------- Panels / Cards ---------- */
.entry-content > section,
.entry-content > .cta-banner,
.entry-content > .faq-list,
.entry-content > .service-grid,
.entry-content > .process-grid,
.entry-content > .post-grid,
.entry-content > .industry-grid,
.entry-content > .form-placeholder {
	margin: 2.5rem 0;
}

.service-grid + .cta-banner,
.process-grid + .cta-banner,
.post-grid + .cta-banner,
.industry-grid + .cta-banner,
.empty-state + .cta-banner {
	margin-top: clamp(3rem, 5vw, 5rem);
}

.digentur-parallax {
	position: relative;
	/* Full-bleed: break out of the content container to the full site width. */
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: clamp(2.5rem, 5vw, 5rem);
	margin-bottom: clamp(2.5rem, 5vw, 5rem);
	/* Keep the band's height tied to the source image (1983 × 793). This lets
	   the artwork scale with the site width without being distorted. */
	aspect-ratio: 1983 / 793;
	background-color: #020909;
	background-image: var(--parallax-image);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
	overflow: hidden;
}

/* Higher specificity than `.entry-content > section { margin: 2.5rem 0 }` so the
   full-bleed horizontal margins are not reset back to 0. */
.entry-content > .digentur-parallax {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

/* Contain the band's viewport-width overflow (the scrollbar gutter) so it never
   produces a horizontal scrollbar. `clip` keeps sticky positioning working. */
html,
body {
	overflow-x: clip;
}

.entry-content .section-panel,
.digentur-card,
.service-card,
.process-card,
.post-card,
.industry-card,
.cta-banner,
.toc-box,
.share-box,
.author-box,
.faq-item,
.form-placeholder {
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-sm);
	transition: box-shadow var(--tr-med), transform var(--tr-med), border-color var(--tr-med);
}

.section-panel { padding: clamp(1.75rem, 4vw, 3rem); }

.entry-content .section-panel-dark,
.section-panel-dark {
	background: var(--gradient-hero);
	color: var(--color-white);
	border: 1px solid transparent;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-lg);
	position: relative;
	overflow: hidden;
}

.section-panel-dark::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 15% 20%, rgba(223, 124, 57, 0.22), transparent 45%),
		radial-gradient(circle at 85% 80%, rgba(32, 118, 186, 0.28), transparent 50%);
	pointer-events: none;
}

.section-panel-dark > * { position: relative; z-index: 1; }

.section-panel-dark h1,
.section-panel-dark h2,
.section-panel-dark h3 { color: var(--color-white); }

.section-panel-dark p,
.section-panel-dark li { color: rgba(255, 255, 255, 0.82); }

/* ---------- Hero ---------- */
.hero-panel {
	padding: clamp(2.5rem, 6vw, 4.5rem);
	background: var(--gradient-hero);
	color: var(--color-white);
	position: relative;
	overflow: hidden;
	border-radius: var(--radius-xl);
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: var(--shadow-xl);
}

.hero-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(circle at 15% 20%, rgba(223, 124, 57, 0.35), transparent 40%),
		radial-gradient(circle at 90% 90%, rgba(32, 118, 186, 0.4), transparent 45%),
		radial-gradient(circle at 60% 40%, rgba(98, 157, 81, 0.18), transparent 55%);
	pointer-events: none;
}

.hero-panel::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		repeating-linear-gradient(90deg, transparent 0 39px, rgba(255,255,255,0.03) 39px 40px),
		repeating-linear-gradient(0deg, transparent 0 39px, rgba(255,255,255,0.03) 39px 40px);
	mask-image: radial-gradient(circle at 70% 50%, black, transparent 75%);
	pointer-events: none;
}

.hero-panel > * { position: relative; z-index: 1; }

.hero-panel .eyebrow {
	background: rgba(255, 255, 255, 0.12);
	color: var(--color-white);
	border: 1px solid rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(8px);
}

.hero-panel h1,
.hero-panel h2 {
	font-family: var(--font-display);
	color: var(--color-white);
	font-size: var(--fs-hero);
	max-width: min(100%, 30ch);
	margin: 1rem 0 1.25rem;
	line-height: 1;
	letter-spacing: -0.045em;
	font-weight: 800;
}

.hero-panel p {
	max-width: min(100%, 84ch);
	font-size: 1.15rem;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.6;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.45rem 0.95rem;
	border-radius: var(--radius-pill);
	background: rgba(32, 118, 186, 0.1);
	color: var(--color-accent);
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 0.5rem;
	border: 1px solid rgba(32, 118, 186, 0.16);
}

.eyebrow::before {
	content: "";
	width: 6px; height: 6px;
	border-radius: 50%;
	background: currentColor;
}

.section-panel-dark .eyebrow {
	background: rgba(255, 255, 255, 0.12);
	color: var(--color-white);
	border-color: rgba(255,255,255,0.18);
}

.cta-actions,
.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 1.75rem;
}

/* ---------- Lists (trust / check / benefit) ---------- */
.trust-list,
.check-list,
.benefit-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 0.85rem;
	padding: 0;
	list-style: none;
	margin: 1.75rem 0 0;
}

.trust-list li,
.check-list li,
.benefit-list li {
	position: relative;
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	align-items: center;
	column-gap: 0.75rem;
	min-height: 82px;
	padding: 1rem 1.2rem;
	border-radius: var(--radius-md);
	background: var(--color-white);
	border: 1px solid var(--color-border);
	color: var(--color-text);
	font-weight: 500;
	line-height: 1.45;
	transition: transform var(--tr-fast), border-color var(--tr-fast), box-shadow var(--tr-fast);
}

.trust-list li:hover,
.check-list li:hover,
.benefit-list li:hover {
	transform: translateY(-2px);
	border-color: var(--color-secondary);
	box-shadow: var(--shadow-sm);
}

.trust-list li::before,
.check-list li::before,
.benefit-list li::before {
	content: "";
	position: relative;
	grid-column: 1;
	grid-row: 1;
	width: 24px; height: 24px;
	border-radius: 50%;
	background: var(--gradient-green);
	background-image:
		linear-gradient(135deg, rgba(255,255,255,0.15), rgba(0,0,0,0.05)),
		var(--gradient-green);
	box-shadow: 0 4px 10px rgba(98, 157, 81, 0.35);
}

.trust-list li::after,
.check-list li::after,
.benefit-list li::after {
	content: "";
	position: absolute;
	left: calc(1.2rem + 7px);
	top: 50%;
	width: 10px; height: 6px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translateY(-70%) rotate(-45deg);
}

.hero-panel .trust-list li,
.hero-panel .check-list li,
.hero-panel .benefit-list li,
.section-panel-dark .trust-list li,
.section-panel-dark .check-list li,
.section-panel-dark .benefit-list li {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(8px);
}

/* ---------- Service / Process / Post / Industry grids ---------- */
.service-grid,
.process-grid,
.post-grid,
.industry-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 1.5rem;
	margin-top: 1.5rem;
}

.service-card,
.process-card,
.post-card,
.industry-card {
	grid-column: span 4;
	padding: 1.75rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	position: relative;
	overflow: hidden;
}

.service-card:hover,
.process-card:hover,
.post-card:hover,
.industry-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-md);
	border-color: var(--color-border-strong);
}

.service-card h3,
.process-card h3,
.post-card h3,
.industry-card h3 {
	font-family: var(--font-display);
	font-size: 1.35rem;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin: 0.75rem 0 0.5rem;
	color: var(--color-text-strong);
	font-weight: 800;
}

.service-card p,
.process-card p,
.post-card p,
.industry-card p {
	color: var(--color-muted);
	font-size: 0.97rem;
	line-height: 1.55;
	margin: 0 0 1rem;
}

.service-card .text-link,
.process-card .text-link,
.post-card .text-link,
.industry-card .text-link {
	margin-top: auto;
}

.service-card::after {
	content: "";
	position: absolute;
	top: 0; right: 0;
	width: 120px; height: 120px;
	border-radius: 50%;
	filter: blur(50px);
	opacity: 0.7;
	pointer-events: none;
}

.accent-orange::after { background: rgba(223, 124, 57, 0.35); }
.accent-blue::after { background: rgba(32, 118, 186, 0.35); }
.accent-green::after { background: rgba(98, 157, 81, 0.35); }
.accent-dark::after { background: rgba(32, 35, 26, 0.28); }

.post-card-meta {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
	color: var(--color-subtle);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.post-card-meta span {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.post-card-meta span + span::before {
	content: "";
	width: 3px; height: 3px;
	background: var(--color-subtle);
	border-radius: 50%;
	margin-right: 0.5rem;
}

/* Inline SVG icons */
.di-icon {
	width: 1.4em; height: 1.4em;
	display: block;
	flex-shrink: 0;
}

/* Service card icon: gradient badge holding an inline SVG */
.service-card-icon {
	width: 56px; height: 56px;
	border-radius: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: var(--color-white);
	box-shadow: var(--shadow-sm);
}

.service-card-icon .di-icon {
	width: 28px; height: 28px;
	stroke-width: 1.9;
}

.accent-orange .service-card-icon { background: var(--gradient-orange); box-shadow: 0 10px 24px rgba(223,124,57,0.35); }
.accent-blue .service-card-icon { background: var(--gradient-blue); box-shadow: 0 10px 24px rgba(32,118,186,0.32); }
.accent-green .service-card-icon { background: var(--gradient-green); box-shadow: 0 10px 24px rgba(98,157,81,0.32); }
.accent-dark .service-card-icon { background: linear-gradient(135deg, #20231a, #3a3f2e); box-shadow: 0 10px 24px rgba(32,35,26,0.32); }

/* Process roadmap */
.process-grid.process-roadmap {
	position: relative;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 2rem);
	margin-top: clamp(2rem, 4vw, 3.5rem);
	padding: 0.5rem 0;
}

.process-grid.process-roadmap::before {
	content: "";
	position: absolute;
	top: 1.95rem;
	left: 12.5%;
	right: 12.5%;
	height: 2px;
	background: linear-gradient(90deg, var(--color-orange), var(--color-blue) 48%, var(--color-green));
	box-shadow: 0 0 18px rgba(32, 118, 186, 0.22);
}

.process-roadmap .process-card {
	grid-column: span 1;
	min-height: 0;
	padding: 5.25rem 0 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
	gap: 0;
}

.process-roadmap .process-card:hover {
	transform: none;
	box-shadow: none;
	border-color: transparent;
}

.process-roadmap .process-step {
	position: absolute;
	top: 0;
	left: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background: var(--color-white);
	border: 2px solid var(--color-orange);
	color: var(--color-orange);
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 1rem;
	box-shadow: 0 0 0 7px var(--color-background), 0 10px 24px rgba(32, 35, 26, 0.1);
	z-index: 1;
	transform: translateX(-50%);
	transition: transform var(--tr-med), background var(--tr-fast), color var(--tr-fast), border-color var(--tr-fast);
}

.process-roadmap .process-card:nth-child(2) .process-step {
	border-color: var(--color-blue);
	color: var(--color-blue);
}

.process-roadmap .process-card:nth-child(3) .process-step {
	border-color: var(--color-green);
	color: var(--color-green);
}

.process-roadmap .process-card:nth-child(4) .process-step {
	border-color: var(--color-dark);
	color: var(--color-dark);
}

.process-roadmap .process-card:hover .process-step {
	transform: translate(-50%, -5px) scale(1.06);
	background: var(--color-orange);
	border-color: var(--color-orange);
	color: var(--color-white);
}

.process-roadmap .process-card h3 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.25rem, 1.7vw, 1.55rem);
	text-align: center;
}

.process-roadmap .process-card p {
	margin: 0 auto;
	max-width: 29ch;
	font-size: 0.98rem;
	text-align: center;
}

/* Industry card special treatment */
.industry-card {
	background: var(--color-white);
	position: relative;
}

.industry-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--gradient-cool);
	opacity: 0;
	transition: opacity var(--tr-med);
	pointer-events: none;
	border-radius: inherit;
}

.industry-card:hover::before { opacity: 1; }
.industry-card > * { position: relative; z-index: 1; }

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: 0.75rem; }

.faq-item {
	padding: 1.25rem 1.5rem;
	transition: border-color var(--tr-fast), box-shadow var(--tr-fast);
}

.faq-item[open] {
	border-color: var(--color-accent);
	box-shadow: var(--shadow-md);
}

.faq-item summary {
	font-weight: 700;
	cursor: pointer;
	list-style: none;
	position: relative;
	padding-right: 2rem;
	color: var(--color-text-strong);
	font-family: var(--font-display);
	font-size: 1.05rem;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
	content: "+";
	position: absolute;
	right: 0; top: 50%;
	transform: translateY(-50%);
	font-size: 1.5rem;
	line-height: 1;
	color: var(--color-primary);
	font-weight: 500;
	transition: transform var(--tr-fast);
}

.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }

.faq-item > div {
	padding-top: 1rem;
	color: var(--color-muted);
	line-height: 1.65;
}

/* ---------- CTA Banner ---------- */
.cta-banner {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 2rem;
	padding: clamp(2rem, 4vw, 3rem);
	background:
		radial-gradient(ellipse at top left, rgba(223, 124, 57, 0.14), transparent 55%),
		radial-gradient(ellipse at bottom right, rgba(32, 118, 186, 0.14), transparent 55%),
		var(--color-white);
	border: 1px solid var(--color-border);
	position: relative;
	overflow: hidden;
	box-shadow: var(--shadow-md);
}

.cta-banner::before {
	content: "";
	position: absolute;
	right: -60px; top: -60px;
	width: 220px; height: 220px;
	background: var(--gradient-orange);
	border-radius: 50%;
	opacity: 0.14;
	filter: blur(30px);
}

.cta-banner h2 {
	font-family: var(--font-display);
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	margin: 0.5rem 0 0.75rem;
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: var(--color-text-strong);
	max-width: min(100%, 38ch);
}

.cta-banner .cta-actions {
	flex-direction: column;
	align-self: center;
	margin-top: 0;
}

.cta-banner .cta-actions .button { width: 100%; }

/* ---------- Related links / share / filter ---------- */
.related-links,
.share-links,
.category-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1rem;
}

.related-link,
.share-links a,
.share-links button,
.category-filter a {
	display: inline-flex;
	align-items: center;
	padding: 0.6rem 1.05rem;
	border-radius: var(--radius-pill);
	border: 1px solid var(--color-border);
	background: var(--color-white);
	color: var(--color-text);
	font-size: 0.9rem;
	font-weight: 600;
	cursor: pointer;
	transition: background var(--tr-fast), color var(--tr-fast), border-color var(--tr-fast), transform var(--tr-fast);
}

.related-link:hover,
.share-links a:hover,
.share-links button:hover,
.category-filter a:hover {
	background: var(--color-dark);
	color: var(--color-white);
	border-color: var(--color-dark);
	transform: translateY(-1px);
}

.category-filter a.is-active,
.category-filter a[aria-current="page"] {
	background: var(--color-dark);
	color: var(--color-white);
	border-color: var(--color-dark);
}

/* ---------- Archive toolbar ---------- */
.archive-toolbar {
	display: grid;
	gap: 1rem;
	margin-bottom: 2.5rem;
	padding: 1.5rem;
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-sm);
}

.archive-search {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.archive-search input {
	flex: 1 1 280px;
	padding: 0.85rem 1.15rem;
	border-radius: var(--radius-pill);
	border: 1px solid var(--color-border);
	background: var(--color-surface);
}

.archive-search input:focus {
	background: var(--color-white);
	border-color: var(--color-accent);
	outline: 3px solid rgba(32, 118, 186, 0.2);
}

/* ---------- Blog single (TOC, share, author) ---------- */
.toc-box,
.share-box,
.author-box,
.form-placeholder {
	padding: 1.75rem;
	margin: 2.25rem 0;
}

.toc-box {
	background: linear-gradient(180deg, var(--color-surface), var(--color-white));
	border-left: 4px solid var(--color-accent);
}

.toc-box h2 {
	font-family: var(--font-display);
	font-size: 1.05rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--color-accent);
	margin: 0 0 0.85rem;
}

.toc-box ol {
	padding-left: 1.2rem;
	margin-bottom: 0;
	display: grid;
	gap: 0.4rem;
}

.toc-box ol a { color: var(--color-text-strong); font-weight: 500; }
.toc-box ol a:hover { color: var(--color-primary); }

.share-box h3 {
	font-family: var(--font-display);
	margin: 0 0 0.5rem;
	font-size: 1.1rem;
}

.author-box p { margin: 0.35rem 0; color: var(--color-muted); }

/* ---------- Forms ---------- */
.form-notice {
	padding: 0.85rem 1.15rem;
	background: rgba(223, 124, 57, 0.08);
	border: 1px solid rgba(223, 124, 57, 0.22);
	color: var(--color-primary-hover);
	border-radius: var(--radius-md);
	font-size: 0.9rem;
	margin-bottom: 1.25rem;
}

.form-note {
	color: var(--color-subtle);
	font-size: 0.85rem;
	margin-top: 0.75rem;
	line-height: 1.5;
}

.digentur-form { display: grid; gap: 1rem; }

.form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	/* Keep rows compact when a form builder gives the grid extra height. */
	align-content: start;
	grid-auto-rows: min-content;
}

/* Contact Form 7 can wrap individual fields in paragraph tags. Those
 * wrappers must not reintroduce large vertical gaps inside the grid. */
.form-grid > p {
	margin: 0;
}

.digentur-form label {
	display: grid;
	gap: 0.35rem;
	font-weight: 600;
	font-size: 0.92rem;
	color: var(--color-text-strong);
}

.digentur-form input,
.digentur-form select,
.digentur-form textarea {
	width: 100%;
	padding: 0.85rem 1rem;
	border-radius: var(--radius-md);
	border: 1px solid var(--color-border);
	background: var(--color-white);
	color: var(--color-text);
	transition: border-color var(--tr-fast), box-shadow var(--tr-fast), background var(--tr-fast);
}

.digentur-form input::placeholder,
.digentur-form textarea::placeholder { color: var(--color-subtle); }

.digentur-form input:focus,
.digentur-form select:focus,
.digentur-form textarea:focus {
	border-color: var(--color-accent);
	outline: 3px solid rgba(32, 118, 186, 0.18);
	outline-offset: 0;
	background: var(--color-white);
}

.digentur-form input:invalid:not(:placeholder-shown),
.digentur-form textarea:invalid:not(:placeholder-shown) {
	border-color: rgba(215, 60, 60, 0.65);
}

.checkbox {
	display: flex;
	grid-auto-flow: unset;
	align-items: flex-start;
	gap: 0.6rem;
	font-weight: 500;
	font-size: 0.9rem;
	color: var(--color-muted);
	line-height: 1.5;
}

.digentur-form label.checkbox {
	display: flex;
	grid-template-columns: 18px minmax(0, 1fr);
	align-items: flex-start;
	gap: 0.65rem;
}

.digentur-form label.checkbox > span {
	min-width: 0;
}

.checkbox input {
	width: 18px; height: 18px;
	margin-top: 0.2rem;
	accent-color: var(--color-primary);
	flex-shrink: 0;
}

/* ---------- Contact Form 7 (theme-styled) ---------- */
.form-live { padding: 1.75rem; }

.wpcf7 .digentur-form label { width: 100%; }

.wpcf7-form-control-wrap { display: block; }

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 select,
.wpcf7 textarea {
	width: 100%;
	padding: 0.85rem 1rem;
	border-radius: var(--radius-md);
	border: 1px solid var(--color-border);
	background: var(--color-white);
	color: var(--color-text);
	margin-top: 0.35rem;
	transition: border-color var(--tr-fast), box-shadow var(--tr-fast);
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
	border-color: var(--color-accent);
	outline: 3px solid rgba(32, 118, 186, 0.18);
	outline-offset: 0;
}

.wpcf7 textarea { min-height: 140px; resize: vertical; }

.wpcf7 .checkbox {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	font-weight: 500;
	font-size: 0.9rem;
	color: var(--color-muted);
	line-height: 1.5;
}

.wpcf7 .checkbox {
	display: block;
	width: 100%;
}
.wpcf7 .checkbox .wpcf7-form-control-wrap,
.wpcf7 .checkbox .wpcf7-form-control,
.wpcf7 .checkbox .wpcf7-list-item { display: block; }
.wpcf7 .checkbox .wpcf7-list-item label {
	display: flex !important;
	grid-template-columns: none;
	align-items: flex-start;
	gap: 0.65rem;
	width: 100%;
	font-weight: 600;
	color: var(--color-text-strong);
	line-height: 1.45;
}
.wpcf7-acceptance .wpcf7-list-item { margin: 0; }
.wpcf7-acceptance input {
	accent-color: var(--color-primary);
	width: 18px;
	height: 18px;
	margin: 0.18rem 0 0;
	flex: 0 0 18px;
}
.wpcf7 .checkbox .wpcf7-list-item-label {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
}
.wpcf7 .checkbox a { color: var(--color-accent); text-decoration: underline; }

.digentur-form .button-primary.is-consent-pending,
.digentur-form .button-primary:disabled,
.wpcf7 input[type="submit"].is-consent-pending,
.wpcf7 input[type="submit"]:disabled {
	background: var(--color-white);
	color: var(--color-text-strong);
	border-color: var(--color-border-strong);
	box-shadow: var(--shadow-xs);
	cursor: not-allowed;
	opacity: 1;
}

.digentur-form .button-primary.is-consent-pending:hover,
.digentur-form .button-primary:disabled:hover,
.wpcf7 input[type="submit"].is-consent-pending:hover,
.wpcf7 input[type="submit"]:disabled:hover {
	transform: none;
	background: var(--color-white);
	color: var(--color-text-strong);
	box-shadow: var(--shadow-xs);
}

.wpcf7 .button,
.wpcf7 input[type="submit"] {
	margin-top: 0.5rem;
	justify-self: start;
}

.wpcf7-not-valid-tip {
	color: #c0392b;
	font-size: 0.82rem;
	margin-top: 0.3rem;
}

.wpcf7-not-valid { border-color: rgba(192, 57, 43, 0.6) !important; }

.wpcf7-response-output {
	margin: 1rem 0 0 !important;
	padding: 0.85rem 1.15rem !important;
	border-radius: var(--radius-md) !important;
	font-size: 0.92rem;
	border-width: 1px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: var(--color-secondary) !important;
	background: rgba(98, 157, 81, 0.1);
	color: #3f6a33;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
	border-color: rgba(192, 57, 43, 0.5) !important;
	background: rgba(192, 57, 43, 0.08);
	color: #c0392b;
}

.wpcf7-spinner { margin: 0 0 0 0.75rem; }

/* ---------- Footer ---------- */
.site-footer {
	background:
		radial-gradient(circle at 8% 10%, rgba(223, 124, 57, 0.13), transparent 28%),
		radial-gradient(circle at 88% 90%, rgba(32, 118, 186, 0.12), transparent 32%),
		var(--color-dark);
	color: var(--color-white);
	padding: clamp(4rem, 7vw, 6.5rem) 0 2rem;
	margin-top: 4rem;
	position: relative;
	overflow: hidden;
}

.site-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse at 20% 0%, rgba(223, 124, 57, 0.14), transparent 40%),
		radial-gradient(ellipse at 80% 100%, rgba(32, 118, 186, 0.14), transparent 40%);
	pointer-events: none;
}

.site-footer > * { position: relative; z-index: 1; }

.footer-grid {
	display: grid;
	grid-template-columns: 1.45fr repeat(3, minmax(0, 1fr));
	gap: 0;
}

@media (min-width: 1081px) {
	.footer-grid > div + div {
		border-left: 1px solid rgba(255, 255, 255, 0.1);
		padding-left: clamp(2rem, 3vw, 4rem);
	}

	.footer-grid > div:not(:last-child) {
		padding-right: clamp(1.5rem, 2.5vw, 3.5rem);
	}
}

.footer-logo img { height: 64px; max-height: 64px; width: auto; margin-bottom: 1rem; }

.footer-copy {
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.65;
	max-width: 32ch;
	font-size: 1rem;
}

.footer-grid h2 {
	font-family: var(--font-display);
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--color-orange);
	margin: 0 0 1.2rem;
	position: relative;
	padding-bottom: 0.8rem;
}

.footer-grid h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 28px;
	height: 2px;
	border-radius: var(--radius-pill);
	background: var(--color-orange);
}

.footer-links {
	list-style: none;
	padding: 0; margin: 0;
	display: grid;
	gap: 0.8rem;
}

.footer-links li { color: rgba(255, 255, 255, 0.72); font-size: 0.94rem; }

.footer-links a {
	color: rgba(255, 255, 255, 0.9);
	transition: color var(--tr-fast), padding var(--tr-fast);
	display: inline-block;
}

.footer-links a:hover {
	color: var(--color-orange);
	padding-left: 3px;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding-top: 1.75rem;
	margin-top: clamp(2.75rem, 5vw, 4.5rem);
	margin-top: 2.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.6);
}

.footer-bottom .button-secondary {
	background: rgba(255, 255, 255, 0.08);
	color: var(--color-white);
	border-color: rgba(255, 255, 255, 0.22);
	backdrop-filter: blur(8px);
}

.footer-bottom .button-secondary:hover {
	background: var(--color-orange);
	border-color: var(--color-orange);
	color: var(--color-white);
}

/* ---------- Empty state / pagination ---------- */
.empty-state {
	padding: 5rem 0;
	text-align: center;
	color: var(--color-muted);
}

.nav-links,
.pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	margin: 3rem 0 1rem;
}

.nav-links .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.6rem;
	padding: 0.55rem 0.95rem;
	border-radius: var(--radius-pill);
	border: 1px solid var(--color-border);
	background: var(--color-white);
	color: var(--color-text);
	font-weight: 700;
	transition: all var(--tr-fast);
}

.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
	background: var(--gradient-orange);
	color: var(--color-white);
	border-color: transparent;
	box-shadow: var(--shadow-glow-orange);
}

/* ---------- Stats band ---------- */
.stats-band {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
	margin: 1.5rem 0;
}

.stat-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.35rem;
	padding: 1.75rem 1.5rem;
	background: linear-gradient(180deg, var(--color-white), var(--color-surface));
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-sm);
	transition: transform var(--tr-med), box-shadow var(--tr-med);
	position: relative;
	overflow: hidden;
}

.stat-item::before {
	content: "";
	position: absolute;
	left: 0; top: 0; bottom: 0;
	width: 4px;
	background: var(--gradient-orange);
}

.stat-item:nth-child(2)::before { background: var(--gradient-blue); }
.stat-item:nth-child(3)::before { background: var(--gradient-green); }
.stat-item:nth-child(4)::before { background: linear-gradient(180deg, #20231a, #3a3f2e); }

.stat-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

.stat-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px; height: 44px;
	border-radius: var(--radius-md);
	background: rgba(223, 124, 57, 0.12);
	color: var(--color-primary);
	margin-bottom: 0.5rem;
}

.stat-item:nth-child(2) .stat-icon { background: rgba(32, 118, 186, 0.12); color: var(--color-accent); }
.stat-item:nth-child(3) .stat-icon { background: rgba(98, 157, 81, 0.12); color: var(--color-secondary); }
.stat-item:nth-child(4) .stat-icon { background: rgba(32, 35, 26, 0.1); color: var(--color-dark); }

.stat-value {
	font-family: var(--font-display);
	font-size: clamp(2rem, 4vw, 2.8rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.04em;
	color: var(--color-text-strong);
	display: inline-flex;
	align-items: baseline;
}

.stat-suffix { font-size: 0.6em; color: var(--color-primary); margin-left: 2px; }

.stat-label {
	font-weight: 700;
	font-size: 1rem;
	color: var(--color-text-strong);
	margin-top: 0.25rem;
}

.stat-sub { font-size: 0.85rem; color: var(--color-muted); }

/* Stats inside a dark panel */
.section-panel-dark .stat-item {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(8px);
}
.section-panel-dark .stat-value,
.section-panel-dark .stat-label { color: var(--color-white); }
.section-panel-dark .stat-sub { color: rgba(255, 255, 255, 0.72); }

/* ---------- Trust logos ---------- */
.trust-logos {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25rem;
	padding: 2rem;
	text-align: center;
}

.trust-logos-label {
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--color-subtle);
}

.trust-logos-track {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.85rem 2rem;
}

.trust-logo {
	font-family: var(--font-display);
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--color-subtle);
	opacity: 0.75;
	transition: opacity var(--tr-fast), color var(--tr-fast), transform var(--tr-fast);
	position: relative;
}

.trust-logo::after {
	content: "";
	position: absolute;
	right: -1rem; top: 50%;
	transform: translateY(-50%);
	width: 5px; height: 5px;
	border-radius: 50%;
	background: var(--color-border-strong);
}

.trust-logo:last-child::after { display: none; }

.trust-logo:hover {
	opacity: 1;
	color: var(--color-accent);
	transform: translateY(-2px);
}

/* ---------- Testimonials ---------- */
.testimonial-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	margin-top: 1.5rem;
}

.testimonial-card {
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-sm);
	padding: 2rem 1.75rem 1.75rem;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	overflow: hidden;
	transition: transform var(--tr-med), box-shadow var(--tr-med), border-color var(--tr-med);
}

.testimonial-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-lg);
	border-color: var(--color-border-strong);
}

.testimonial-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 5px;
}

.testimonial-card.accent-orange::before { background: var(--gradient-orange); }
.testimonial-card.accent-blue::before { background: var(--gradient-blue); }
.testimonial-card.accent-green::before { background: var(--gradient-green); }

.testimonial-quote-icon {
	position: absolute;
	top: 1.25rem; right: 1.25rem;
	color: var(--color-border-strong);
	opacity: 0.5;
}
.testimonial-quote-icon .di-icon { width: 34px; height: 34px; }

.testimonial-stars {
	display: inline-flex;
	gap: 2px;
	color: var(--color-primary);
}
.testimonial-stars .di-icon { width: 18px; height: 18px; }

.testimonial-card blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font-style: normal;
	font-size: 1.05rem;
	line-height: 1.6;
	color: var(--color-text-strong);
	font-weight: 500;
}

.testimonial-author {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin-top: auto;
	padding-top: 0.5rem;
}

.testimonial-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px; height: 46px;
	border-radius: 50%;
	background: var(--gradient-hero);
	color: var(--color-white);
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 1.1rem;
	flex-shrink: 0;
}

.accent-orange .testimonial-avatar { background: var(--gradient-orange); }
.accent-blue .testimonial-avatar { background: var(--gradient-blue); }
.accent-green .testimonial-avatar { background: var(--gradient-green); }

.testimonial-avatar-image {
	background: var(--color-white);
	border: 1px solid var(--color-border);
	overflow: hidden;
}

.testimonial-avatar-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.testimonial-meta { display: flex; flex-direction: column; line-height: 1.35; }
.testimonial-meta strong { color: var(--color-text-strong); font-size: 0.95rem; }
.testimonial-meta span { color: var(--color-muted); font-size: 0.85rem; }

/* ---------- Focus ---------- */
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
button:focus-visible,
a:focus-visible {
	outline: 3px solid rgba(32, 118, 186, 0.4);
	outline-offset: 2px;
	border-radius: 6px;
}

/* ---------- Responsive ---------- */
@media (min-width: 1200px) {
	.hero-panel h1,
	.hero-panel h2 {
		max-width: min(100%, 38ch);
	}

	.page-hero h1,
	.entry-content h1,
	.entry-content h2 {
		max-width: min(100%, 46ch);
	}

	.section-panel-dark h1,
	.section-panel-dark h2,
	.cta-banner h2 {
		max-width: min(100%, 56ch);
	}
}

@media (max-width: 1080px) {
	.primary-nav ul { gap: 0.15rem; }
	.primary-nav a { padding: 0.5rem 0.7rem; font-size: 0.9rem; }
	.service-card,
	.process-card,
	.post-card,
	.industry-card { grid-column: span 6; }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem 2rem; }
	.cta-banner { grid-template-columns: 1fr; }
	.stats-band { grid-template-columns: repeat(2, 1fr); }
	.testimonial-grid { grid-template-columns: 1fr 1fr; }
	.testimonial-grid .testimonial-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
	.menu-toggle { display: inline-block; order: 3; }
	.header-cta { display: none; }

	.primary-nav {
		position: absolute;
		top: 100%; left: 0; right: 0;
		padding: 0 1rem 1.25rem;
		display: none;
		animation: fadeSlide 0.25s ease-out;
	}

	.primary-nav.is-open { display: block; }

	.primary-nav ul {
		flex-direction: column;
		align-items: stretch;
		padding: 1.25rem;
		gap: 0.4rem;
		border-radius: var(--radius-lg);
		background: var(--color-white);
		box-shadow: var(--shadow-lg);
		border: 1px solid var(--color-border);
	}

	.primary-nav a {
		padding: 0.75rem 1rem;
		border-radius: var(--radius-md);
	}

	.primary-nav .header-cta-mobile {
		display: inline-flex;
		margin: 0.75rem 1.25rem 0;
		align-self: stretch;
		justify-content: center;
	}

	.service-grid,
	.process-grid,
	.post-grid,
	.industry-grid,
	.footer-grid,
	.form-grid { grid-template-columns: 1fr; }

	.service-card,
	.process-card,
	.post-card,
	.industry-card { grid-column: 1 / -1; }

	.stats-band { grid-template-columns: 1fr 1fr; gap: 0.85rem; }
	.stat-item { padding: 1.25rem 1.15rem; }
	.testimonial-grid { grid-template-columns: 1fr; }
	.testimonial-grid .testimonial-card:last-child { grid-column: auto; }
	.trust-logos-track { gap: 0.75rem 1.35rem; }
	.trust-logo { font-size: 1.05rem; }

	.site-header-inner { flex-wrap: wrap; }
	.site-main { padding-bottom: 3rem; }

	.footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 640px) {
	.container { width: min(calc(100% - 1.25rem), var(--container)); }
	.hero-panel,
	.section-panel,
	.service-card,
	.process-card,
	.post-card,
	.industry-card,
	.cta-banner,
	.form-placeholder { border-radius: var(--radius-lg); }

	.hero-panel { padding: 2rem 1.5rem; }
	.page-hero h1,
	.entry-content h1 { max-width: none; }
	.button { padding: 0.85rem 1.35rem; }
}

@media (max-width: 1080px) {
	.process-grid.process-roadmap {
		grid-template-columns: 1fr;
		gap: 0;
		margin-top: 2.5rem;
		padding: 0;
	}

	.process-grid.process-roadmap::before {
		top: 2rem;
		bottom: 1rem;
		left: 2rem;
		right: auto;
		width: 2px;
		height: auto;
		background: linear-gradient(180deg, var(--color-orange), var(--color-blue) 48%, var(--color-green));
	}

	.process-roadmap .process-card {
		grid-column: 1 / -1;
		padding: 0 0 2.5rem 5.25rem;
	}

	.process-roadmap .process-card:last-child {
		padding-bottom: 0;
	}

	.process-roadmap .process-step {
		left: 0;
		top: 0;
		transform: none;
	}

	.process-roadmap .process-card:hover .process-step {
		transform: translateY(-5px) scale(1.06);
	}

	.process-roadmap .process-card p {
		max-width: 62ch;
		margin: 0;
		text-align: left;
	}

	.process-roadmap .process-card h3 {
		text-align: left;
	}
}

@keyframes fadeSlide {
	from { opacity: 0; transform: translateY(-8px); }
	to { opacity: 1; transform: translateY(0); }
}
