:root {
	--dh-primary: #a86635;
	--dh-primary-2: #c88942;
	--dh-accent: #e2aa55;
	--dh-ink: #111827;
	--dh-heading: #14213d;
	--dh-body: #5b6472;
	--dh-muted: #f6f8fa;
	--dh-border: #e5e7eb;
	--dh-footer: #101722;
	--dh-teal: #114d5b;
	--dh-white: #ffffff;
	--dh-radius: 8px;
	--dh-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
	--dh-width: 1320px;
}

body {
	color: var(--dh-body);
	font-family: Inter, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.7;
	overflow-x: hidden;
}

body.dh-site-page #pxl-page-title-default,
body.dh-site-page #pxl-page-title-elementor {
	display: none !important;
}

body.dh-site-page #pxl-main,
body.dh-site-page #pxl-main > .container,
body.dh-site-page #pxl-main .pxl-content-wrap,
body.dh-site-page #pxl-main .row,
body.dh-site-page #pxl-main .elementor-container,
body.dh-site-page #pxl-main .elementor-section-wrap {
	padding: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

body.dh-site-page #pxl-content-area,
body.dh-site-page #pxl-content-main {
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
	max-width: none;
}

.dh-shell,
.dh-header-shell,
.dh-footer-shell {
	width: 100%;
	margin-left: 0;
	color: var(--dh-body);
}

body.dh-site-page #pxl-header-elementor .pxl-header-content,
body.dh-site-page #pxl-header-elementor .pxl-header-content > .row,
body.dh-site-page #pxl-header-elementor .pxl-header-content > .row > .col-12,
body.dh-site-page #pxl-footer-elementor .footer-elementor-inner,
body.dh-site-page #pxl-footer-elementor .footer-elementor-inner > .container,
body.dh-site-page #pxl-footer-elementor .footer-elementor-inner .row,
body.dh-site-page #pxl-footer-elementor .footer-elementor-inner .col-12 {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.dh-site-page #pxl-header-elementor .pxl-header-elementor-main {
	display: block !important;
}

.dh-wrap {
	width: min(var(--dh-width), calc(100% - 40px));
	margin: 0 auto;
}

.dh-section {
	padding: 100px 0;
	background: var(--dh-white);
	position: relative;
}

.dh-section-muted {
	background: var(--dh-muted);
}

.dh-section-dark {
	background: var(--dh-footer);
	color: #d1d5db;
}

.dh-section-teal {
	background: var(--dh-teal);
	color: #d9e8ec;
}

.dh-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 16px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(168, 102, 53, 0.12);
	color: var(--dh-primary);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0;
}

.dh-eyebrow:before {
	content: "";
	display: block;
	width: 24px;
	height: 2px;
	background: currentColor;
}

.dh-title {
	margin: 0;
	color: var(--dh-heading);
	font-family: Outfit, Inter, Arial, sans-serif;
	font-size: 44px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
}

.dh-title-light {
	color: var(--dh-white);
}

.dh-lead {
	max-width: 760px;
	margin: 18px 0 0;
	color: var(--dh-body);
	font-size: 17px;
	line-height: 1.8;
}

.dh-section-dark .dh-lead,
.dh-section-teal .dh-lead {
	color: #d9e8ec;
}

.dh-btn,
.dh-btn:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 22px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.2;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.dh-btn:after {
	content: ">";
	margin-left: 10px;
	font-weight: 700;
}

.dh-btn:hover,
.dh-btn:focus {
	transform: translateY(-2px);
	text-decoration: none;
}

.dh-btn-primary {
	background: var(--dh-primary);
	color: var(--dh-white);
}

.dh-btn-primary:hover,
.dh-btn-primary:focus {
	background: var(--dh-heading);
	color: var(--dh-white);
}

.dh-btn-light {
	background: var(--dh-white);
	color: var(--dh-heading);
	border-color: var(--dh-white);
}

.dh-btn-light:hover,
.dh-btn-light:focus {
	background: var(--dh-accent);
	color: var(--dh-ink);
	border-color: var(--dh-accent);
}

.dh-btn-outline {
	background: transparent;
	color: var(--dh-white);
	border-color: rgba(255, 255, 255, 0.52);
}

.dh-btn-outline:hover,
.dh-btn-outline:focus {
	background: var(--dh-white);
	color: var(--dh-heading);
}

.dh-header-shell {
	position: relative;
	z-index: 1000;
}

.dh-topbar {
	background: var(--dh-footer);
	color: #d1d5db;
	font-size: 13px;
}

.dh-topbar .dh-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 44px;
}

.dh-topbar-list,
.dh-social,
.dh-nav,
.dh-footer-links,
.dh-clean-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dh-topbar-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
}

.dh-topbar a,
.dh-footer a {
	color: inherit;
	text-decoration: none;
}

.dh-topbar a:hover,
.dh-footer a:hover,
.dh-nav a:hover,
.dh-nav a:focus {
	color: var(--dh-accent);
}

.dh-social {
	display: flex;
	gap: 10px;
}

.dh-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	font-size: 12px;
	font-weight: 800;
}

.dh-header {
	position: sticky;
	top: 0;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
	backdrop-filter: blur(12px);
}

.admin-bar .dh-header {
	top: 32px;
}

.dh-header-inner {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr) 260px;
	align-items: center;
	gap: 24px;
	min-height: 104px;
}

.dh-logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-decoration: none;
}

.dh-logo img {
	display: block;
	width: 230px;
	max-height: 92px;
	object-fit: contain;
}

.dh-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.dh-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 10px 14px;
	color: var(--dh-heading);
	font-weight: 700;
	text-decoration: none;
}

.dh-header-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: flex-end;
}

.dh-phone {
	color: var(--dh-heading);
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.dh-menu-toggle,
.dh-sidebar-close,
.dh-slider-arrow,
.dh-back-top {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	cursor: pointer;
}

.dh-menu-toggle {
	width: 46px;
	height: 46px;
	border-radius: 4px;
	background: var(--dh-heading);
	color: var(--dh-white);
	position: relative;
}

.dh-menu-toggle span,
.dh-menu-toggle span:before,
.dh-menu-toggle span:after {
	display: block;
	width: 18px;
	height: 2px;
	background: currentColor;
	position: absolute;
	content: "";
}

.dh-menu-toggle span:before {
	transform: translateY(-7px);
}

.dh-menu-toggle span:after {
	transform: translateY(7px);
}

.dh-mobile-bar {
	display: none;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
}

.dh-mobile-bar .dh-logo {
	justify-content: flex-start;
}

.dh-mobile-bar .dh-logo img {
	width: 160px;
	max-height: 58px;
}

.dh-sidebar {
	display: none;
	position: fixed;
	inset: 0 auto 0 0;
	width: min(430px, 90vw);
	background: var(--dh-white);
	z-index: 2000;
	box-shadow: 20px 0 40px rgba(17, 24, 39, 0.18);
	overflow-y: auto;
}

.dh-sidebar-inner {
	padding: 32px;
}

.dh-sidebar-close {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	background: var(--dh-muted);
	color: var(--dh-heading);
	font-size: 22px;
}

.dh-sidebar-logo {
	display: block;
	max-width: 230px;
	margin-bottom: 24px;
}

.dh-sidebar-logo img {
	width: 100%;
	height: auto;
}

.dh-sidebar-nav a {
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid var(--dh-border);
	color: var(--dh-heading);
	font-weight: 800;
	text-decoration: none;
}

.dh-sidebar-text {
	margin: 20px 0;
}

.dh-sidebar-contact {
	display: grid;
	gap: 12px;
	margin: 24px 0;
}

.dh-sidebar-contact a,
.dh-sidebar-contact span {
	color: var(--dh-body);
	text-decoration: none;
}

.dh-mini-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}

.dh-mini-gallery span,
.dh-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px dashed rgba(168, 102, 53, 0.48);
	background: #fffaf3;
	color: #87603b;
	text-align: center;
}

.dh-mini-gallery span {
	aspect-ratio: 1;
	padding: 8px;
	border-radius: 6px;
	font-size: 11px;
	line-height: 1.3;
}

.dh-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(17, 24, 39, 0.58);
	z-index: 1990;
	opacity: 0;
	visibility: hidden;
	transition: opacity 260ms ease, visibility 260ms ease;
}

body.dh-sidebar-open .dh-sidebar {
	display: block;
}

body.dh-sidebar-open .dh-backdrop {
	opacity: 1;
	visibility: visible;
}

.dh-hero {
	background: var(--dh-footer);
	color: var(--dh-white);
	min-height: 760px;
	overflow: hidden;
}

.dh-slider {
	position: relative;
	min-height: 760px;
}

.dh-slide {
	display: none;
	min-height: 760px;
	align-items: center;
	padding: 120px 0 90px;
	background:
		linear-gradient(90deg, rgba(16, 23, 34, 0.98), rgba(17, 77, 91, 0.88)),
		repeating-linear-gradient(0deg, transparent, transparent 31px, rgba(255, 255, 255, 0.035) 32px);
}

.dh-slide.is-active {
	display: flex;
}

.dh-slide-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.75fr);
	align-items: center;
	gap: 64px;
}

.dh-hero h1 {
	margin: 0;
	max-width: 780px;
	color: var(--dh-white);
	font-family: Outfit, Inter, Arial, sans-serif;
	font-size: 64px;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: 0;
}

.dh-hero p {
	max-width: 680px;
	margin: 24px 0 0;
	color: #e5eef1;
	font-size: 18px;
	line-height: 1.8;
}

.dh-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.dh-hero-card {
	position: relative;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--dh-radius);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: var(--dh-shadow);
}

.dh-hero-card .dh-placeholder {
	min-height: 390px;
	border-color: rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

.dh-hero-note {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 14px;
}

.dh-hero-note span {
	padding: 12px 10px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.1);
	color: #f7f0e8;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.dh-slider-controls {
	position: absolute;
	left: 50%;
	bottom: 34px;
	width: min(var(--dh-width), calc(100% - 40px));
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
}

.dh-slider-arrows {
	display: flex;
	gap: 10px;
	pointer-events: auto;
}

.dh-slider-arrow {
	width: 44px;
	height: 44px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.12);
	color: var(--dh-white);
	font-size: 22px;
}

.dh-slider-arrow:hover,
.dh-slider-arrow:focus {
	background: var(--dh-primary);
}

.dh-slider-dots {
	display: flex;
	gap: 9px;
	pointer-events: auto;
}

.dh-slider-dot {
	width: 34px;
	height: 4px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.32);
	cursor: pointer;
}

.dh-slider-dot.is-active {
	background: var(--dh-accent);
}

.dh-page-banner {
	padding: 150px 0 86px;
	background:
		linear-gradient(90deg, rgba(16, 23, 34, 0.94), rgba(17, 77, 91, 0.86)),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 76px);
	color: var(--dh-white);
}

.dh-page-banner h1 {
	margin: 0;
	color: var(--dh-white);
	font-size: 54px;
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: 0;
}

.dh-breadcrumb {
	margin-top: 14px;
	color: #d9e8ec;
}

.dh-breadcrumb a {
	color: var(--dh-accent);
	text-decoration: none;
}

.dh-two {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
	gap: 64px;
	align-items: center;
}

.dh-copy p {
	margin: 18px 0 0;
}

.dh-media-frame {
	position: relative;
	padding: 16px;
	border-radius: var(--dh-radius);
	background: var(--dh-white);
	box-shadow: var(--dh-shadow);
}

.dh-media-frame .dh-placeholder {
	min-height: 420px;
	border-radius: 6px;
	font-weight: 800;
}

.dh-experience-badge {
	position: absolute;
	left: -22px;
	bottom: 34px;
	min-width: 142px;
	padding: 20px;
	border-radius: var(--dh-radius);
	background: var(--dh-primary);
	color: var(--dh-white);
	box-shadow: var(--dh-shadow);
}

.dh-experience-badge strong {
	display: block;
	font-size: 42px;
	line-height: 1;
	color: var(--dh-white);
}

.dh-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 44px;
}

.dh-service-card,
.dh-value-card,
.dh-project-card,
.dh-benefit-card,
.dh-contact-card {
	border: 1px solid var(--dh-border);
	border-radius: var(--dh-radius);
	background: var(--dh-white);
	box-shadow: 0 8px 28px rgba(17, 24, 39, 0.05);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.dh-service-card:hover,
.dh-value-card:hover,
.dh-project-card:hover,
.dh-benefit-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--dh-shadow);
	border-color: rgba(168, 102, 53, 0.28);
}

.dh-service-card {
	padding: 28px;
}

.dh-service-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.dh-service-number {
	color: rgba(168, 102, 53, 0.22);
	font-size: 38px;
	font-weight: 900;
	line-height: 1;
}

.dh-icon-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 6px;
	background: rgba(168, 102, 53, 0.12);
	color: var(--dh-primary);
	font-weight: 900;
}

.dh-card-title,
.dh-service-card h3,
.dh-value-card h3,
.dh-project-card h3,
.dh-benefit-card h3,
.dh-contact-card h3 {
	margin: 0;
	color: var(--dh-heading);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
}

.dh-service-card p,
.dh-project-card p,
.dh-value-card p,
.dh-benefit-card p,
.dh-contact-card p {
	margin: 14px 0 0;
}

.dh-card-link {
	display: inline-flex;
	margin-top: 20px;
	color: var(--dh-primary);
	font-weight: 800;
	text-decoration: none;
}

.dh-card-link:after {
	content: ">";
	margin-left: 8px;
}

.dh-counter-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	border-radius: var(--dh-radius);
	overflow: hidden;
	background: rgba(255, 255, 255, 0.16);
	box-shadow: var(--dh-shadow);
}

.dh-counter {
	padding: 34px 24px;
	background: rgba(255, 255, 255, 0.09);
	text-align: center;
}

.dh-counter strong {
	display: block;
	color: var(--dh-white);
	font-size: 44px;
	line-height: 1;
}

.dh-counter span {
	display: block;
	margin-top: 10px;
	color: #d9e8ec;
	font-weight: 700;
}

.dh-why-grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr);
	gap: 42px;
	align-items: stretch;
	margin-top: 34px;
}

.dh-tab-list {
	display: grid;
	gap: 10px;
}

.dh-tab-button {
	width: 100%;
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--dh-radius);
	background: rgba(255, 255, 255, 0.07);
	color: var(--dh-white);
	font-weight: 800;
	text-align: left;
	cursor: pointer;
}

.dh-tab-button.is-active,
.dh-tab-button:hover,
.dh-tab-button:focus {
	background: var(--dh-primary);
	border-color: var(--dh-primary);
}

.dh-tab-panel {
	display: none;
	min-height: 100%;
	padding: 42px;
	border-radius: var(--dh-radius);
	background: var(--dh-white);
	color: var(--dh-body);
	box-shadow: var(--dh-shadow);
}

.dh-tab-panel.is-active {
	display: block;
}

.dh-tab-panel h3 {
	margin: 0 0 18px;
	color: var(--dh-heading);
	font-size: 34px;
	font-weight: 800;
	line-height: 1.2;
}

.dh-cta {
	padding: 56px;
	border-radius: var(--dh-radius);
	background: linear-gradient(90deg, var(--dh-heading), var(--dh-teal));
	color: var(--dh-white);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.dh-cta h2 {
	margin: 0;
	color: var(--dh-white);
	font-size: 38px;
	font-weight: 800;
	line-height: 1.2;
}

.dh-cta p {
	margin: 14px 0 0;
	color: #e5eef1;
	max-width: 780px;
}

.dh-mission-tabs,
.dh-project-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 34px 0 24px;
}

.dh-pill-button,
.dh-filter-button {
	border: 1px solid var(--dh-border);
	border-radius: 999px;
	background: var(--dh-white);
	color: var(--dh-heading);
	font-weight: 800;
	padding: 11px 18px;
	cursor: pointer;
}

.dh-pill-button.is-active,
.dh-filter-button.is-active,
.dh-pill-button:hover,
.dh-filter-button:hover {
	background: var(--dh-primary);
	border-color: var(--dh-primary);
	color: var(--dh-white);
}

.dh-mission-panel {
	display: none;
	padding: 34px;
	border: 1px solid var(--dh-border);
	border-radius: var(--dh-radius);
	background: var(--dh-white);
	box-shadow: var(--dh-shadow);
}

.dh-mission-panel.is-active {
	display: block;
}

.dh-value-card,
.dh-benefit-card,
.dh-contact-card {
	padding: 28px;
}

.dh-detail-row {
	display: grid;
	grid-template-columns: minmax(320px, 0.48fr) minmax(0, 0.52fr);
	gap: 42px;
	align-items: center;
	padding: 42px;
	margin-top: 26px;
	border: 1px solid var(--dh-border);
	border-radius: var(--dh-radius);
	background: var(--dh-white);
	box-shadow: 0 8px 28px rgba(17, 24, 39, 0.05);
}

.dh-detail-row:nth-child(even) {
	grid-template-columns: minmax(0, 0.52fr) minmax(320px, 0.48fr);
}

.dh-detail-row:nth-child(even) .dh-detail-media {
	order: 2;
}

.dh-detail-media .dh-placeholder {
	min-height: 300px;
	border-radius: 6px;
}

.dh-chip-list,
.dh-check-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.dh-chip-list li,
.dh-check-list li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 11px;
	border-radius: 999px;
	background: var(--dh-muted);
	color: var(--dh-heading);
	font-size: 13px;
	font-weight: 700;
}

.dh-check-list li:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--dh-primary);
}

.dh-project-card {
	overflow: hidden;
}

.dh-project-card .dh-placeholder {
	min-height: 220px;
	border-width: 0 0 1px;
	border-radius: 0;
}

.dh-project-body {
	padding: 26px;
}

.dh-category {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(17, 77, 91, 0.12);
	color: var(--dh-teal);
	font-size: 12px;
	font-weight: 800;
}

.dh-project-services {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 7px;
}

.dh-project-services li {
	position: relative;
	padding-left: 18px;
}

.dh-project-services li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--dh-primary);
}

.dh-notice {
	margin-top: 24px;
	padding: 18px 20px;
	border-left: 4px solid var(--dh-primary);
	border-radius: 0 var(--dh-radius) var(--dh-radius) 0;
	background: #fff8ef;
	color: #725036;
}

.dh-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
	gap: 36px;
	align-items: start;
	margin-top: 42px;
}

.dh-contact-cards {
	display: grid;
	gap: 18px;
}

.dh-contact-card a {
	color: var(--dh-primary);
	text-decoration: none;
	font-weight: 800;
}

.dh-form-wrap {
	padding: 34px;
	border: 1px solid var(--dh-border);
	border-radius: var(--dh-radius);
	background: var(--dh-white);
	box-shadow: var(--dh-shadow);
}

.dh-form-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.dh-contact-form label {
	display: grid;
	gap: 7px;
	margin: 0 0 16px;
	color: var(--dh-heading);
	font-weight: 800;
}

.dh-contact-form input,
.dh-contact-form select,
.dh-contact-form textarea {
	width: 100%;
	border: 1px solid var(--dh-border);
	border-radius: 6px;
	background: var(--dh-white);
	color: var(--dh-ink);
	font: inherit;
	padding: 13px 14px;
}

.dh-contact-form input:focus,
.dh-contact-form select:focus,
.dh-contact-form textarea:focus,
.dh-tab-button:focus,
.dh-filter-button:focus,
.dh-pill-button:focus,
.dh-btn:focus {
	outline: 3px solid rgba(226, 170, 85, 0.45);
	outline-offset: 2px;
}

.dh-hp-field {
	position: absolute;
	left: -9999px;
}

.dh-form-message {
	margin-bottom: 18px;
	padding: 14px 16px;
	border-radius: 6px;
	font-weight: 700;
}

.dh-form-message-success {
	background: #e9f8ef;
	color: #1f7a3f;
}

.dh-form-message-error {
	background: #fff1f0;
	color: #a23b31;
}

.dh-map-placeholder {
	margin-top: 36px;
	min-height: 430px;
	border: 1px dashed rgba(17, 77, 91, 0.34);
	border-radius: var(--dh-radius);
	background:
		linear-gradient(90deg, rgba(17, 77, 91, 0.09), rgba(168, 102, 53, 0.08)),
		var(--dh-muted);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 32px;
}

.dh-map-placeholder strong {
	display: block;
	color: var(--dh-heading);
	font-size: 26px;
}

.dh-footer {
	background: var(--dh-footer);
	color: #d1d5db;
}

.dh-footer-contact {
	transform: translateY(-42px);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	overflow: hidden;
	border-radius: var(--dh-radius);
	background: rgba(255, 255, 255, 0.12);
	box-shadow: var(--dh-shadow);
}

.dh-footer-contact a,
.dh-footer-contact span {
	padding: 26px;
	background: rgba(255, 255, 255, 0.07);
	color: var(--dh-white);
	text-decoration: none;
}

.dh-footer-contact small {
	display: block;
	color: var(--dh-accent);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

.dh-footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 1fr 0.9fr;
	gap: 34px;
	padding: 36px 0 64px;
}

.dh-footer h3 {
	margin: 0 0 18px;
	color: var(--dh-white);
	font-size: 20px;
	font-weight: 800;
}

.dh-footer-logo {
	display: inline-flex;
	padding: 10px;
	border-radius: var(--dh-radius);
	background: var(--dh-white);
}

.dh-footer-logo img {
	width: 210px;
	max-height: 74px;
	object-fit: contain;
}

.dh-footer-links {
	display: grid;
	gap: 9px;
}

.dh-footer-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}

.dh-footer-gallery span {
	min-height: 72px;
	border: 1px dashed rgba(255, 255, 255, 0.25);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.06);
	color: #d1d5db;
	font-size: 11px;
	line-height: 1.3;
	text-align: center;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dh-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 14px;
}

.dh-whatsapp,
.dh-back-top {
	position: fixed;
	right: 22px;
	z-index: 1500;
	text-decoration: none;
}

.dh-whatsapp {
	bottom: 84px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #1fae5b;
	color: #ffffff;
	font-weight: 900;
	box-shadow: var(--dh-shadow);
}

.dh-back-top {
	bottom: 24px;
	width: 46px;
	height: 46px;
	border-radius: 4px;
	background: var(--dh-heading);
	color: var(--dh-white);
	opacity: 0;
	visibility: hidden;
	transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.dh-back-top.is-visible {
	opacity: 1;
	visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 1ms !important;
		scroll-behavior: auto !important;
		transition-duration: 1ms !important;
	}
}

@media (max-width: 1200px) {
	.dh-header-inner {
		grid-template-columns: 210px 1fr 210px;
	}

	.dh-nav a {
		padding-left: 9px;
		padding-right: 9px;
	}
}

@media (max-width: 1024px) {
	.dh-section {
		padding: 75px 0;
	}

	.dh-topbar .dh-wrap,
	.dh-header-inner {
		display: none;
	}

	.dh-mobile-bar {
		display: flex;
	}

	.dh-slide,
	.dh-slider {
		min-height: 680px;
	}

	.dh-slide {
		padding: 95px 0 80px;
	}

	.dh-slide-grid,
	.dh-two,
	.dh-why-grid,
	.dh-contact-grid,
	.dh-detail-row,
	.dh-detail-row:nth-child(even) {
		grid-template-columns: 1fr;
	}

	.dh-detail-row:nth-child(even) .dh-detail-media {
		order: 0;
	}

	.dh-card-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.dh-footer-grid,
	.dh-footer-contact {
		grid-template-columns: repeat(2, 1fr);
	}

	.dh-cta {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.admin-bar .dh-header {
		top: 46px;
	}

	.dh-wrap {
		width: calc(100% - 36px);
	}

	.dh-section {
		padding: 55px 0;
	}

	.dh-title {
		font-size: 34px;
	}

	.dh-page-banner {
		padding: 110px 0 58px;
	}

	.dh-page-banner h1 {
		font-size: 38px;
	}

	.dh-hero h1 {
		font-size: 42px;
	}

	.dh-hero p {
		font-size: 16px;
	}

	.dh-slide,
	.dh-slider {
		min-height: 650px;
	}

	.dh-hero-card {
		display: none;
	}

	.dh-slider-controls {
		bottom: 20px;
	}

	.dh-slider-arrows {
		display: none;
	}

	.dh-card-grid,
	.dh-counter-strip,
	.dh-footer-grid,
	.dh-footer-contact,
	.dh-form-grid {
		grid-template-columns: 1fr;
	}

	.dh-counter-strip {
		grid-template-columns: repeat(2, 1fr);
	}

	.dh-detail-row,
	.dh-form-wrap,
	.dh-cta {
		padding: 24px;
	}

	.dh-tab-panel {
		padding: 26px;
	}

	.dh-tab-panel h3,
	.dh-cta h2 {
		font-size: 28px;
	}

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