/*
Theme Name: Dinotech Nova
Theme URI: https://dinotech.es/
Author: Dinotech
Author URI: https://dinotech.es/
Description: Tema corporativo moderno, rápido y orientado a conversión creado a medida para Dinotech.
Version: 1.0.1
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dinotech-nova
Tags: custom-logo, custom-menu, featured-images, full-width-template, blog, accessibility-ready
*/

:root {
	--dt-ink: #07111f;
	--dt-ink-soft: #0c1a2c;
	--dt-slate: #172234;
	--dt-muted: #697486;
	--dt-line: #dce3e8;
	--dt-surface: #f3f6f8;
	--dt-surface-2: #e9eff2;
	--dt-white: #fff;
	--dt-accent: #a6d608;
	--dt-accent-dark: #769b00;
	--dt-accent-pale: #edf8c8;
	--dt-success: #35d07f;
	--dt-container: 1180px;
	--dt-reading: 820px;
	--dt-radius-sm: 8px;
	--dt-radius: 16px;
	--dt-radius-lg: 28px;
	--dt-shadow: 0 24px 60px rgba(7, 17, 31, 0.09);
	--dt-shadow-soft: 0 12px 32px rgba(7, 17, 31, 0.07);
	--dt-font: "Manrope", "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 108px;
}

body {
	margin: 0;
	background: var(--dt-white);
	color: var(--dt-slate);
	font-family: var(--dt-font);
	font-size: 17px;
	line-height: 1.7;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.dt-menu-open {
	overflow: hidden;
}

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

figure {
	margin: 0;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

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

button,
a {
	-webkit-tap-highlight-color: transparent;
}

::selection {
	background: var(--dt-accent);
	color: var(--dt-ink);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.65em;
	color: var(--dt-ink);
	font-family: var(--dt-font);
	font-weight: 780;
	letter-spacing: -0.035em;
	line-height: 1.1;
}

h1 {
	font-size: clamp(2.65rem, 6vw, 5.8rem);
}

h2 {
	font-size: clamp(2.1rem, 4vw, 3.65rem);
}

h3 {
	font-size: clamp(1.22rem, 2vw, 1.55rem);
}

p {
	margin: 0 0 1.25em;
}

ul,
ol {
	margin: 0 0 1.5em;
	padding-left: 1.2em;
}

svg {
	display: block;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: var(--dt-white);
	color: var(--dt-ink);
	font-weight: 700;
}

.dt-site {
	min-height: 100vh;
	overflow: clip;
}

.dt-container {
	width: min(calc(100% - 48px), var(--dt-container));
	margin-inline: auto;
}

.dt-section {
	padding: clamp(80px, 10vw, 136px) 0;
}

.dt-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 22px;
	color: #536802;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.3;
	text-transform: uppercase;
}

.dt-eyebrow--light {
	color: #d6ed81;
}

.dt-status-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--dt-accent);
	box-shadow: 0 0 0 5px rgba(166, 214, 8, 0.13);
}

.dt-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	align-items: end;
	gap: 64px;
	margin-bottom: 56px;
}

.dt-section-heading h2 {
	max-width: 820px;
	margin-bottom: 0;
}

.dt-section-heading > p {
	max-width: 440px;
	margin: 0 0 7px;
	color: var(--dt-muted);
	font-size: 1.05rem;
}

.dt-button,
.wp-element-button,
.wp-block-button__link,
input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 54px;
	padding: 15px 23px;
	border: 1px solid transparent;
	border-radius: 7px;
	background: var(--dt-ink);
	color: var(--dt-white);
	font-size: 0.92rem;
	font-weight: 780;
	line-height: 1.25;
	text-decoration: none;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.dt-button svg,
.dt-text-link svg,
.dt-service-card__arrow svg,
.dt-location-list a > svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 180ms ease;
}

.dt-button:hover,
.wp-element-button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover {
	transform: translateY(-2px);
	background: #14233a;
	box-shadow: 0 12px 25px rgba(7, 17, 31, 0.17);
}

.dt-button:hover svg,
.dt-text-link:hover svg,
.dt-service-card:hover .dt-service-card__arrow svg,
.dt-location-list a:hover > svg {
	transform: translateX(4px);
}

.dt-button--accent,
input[type="submit"] {
	background: var(--dt-accent);
	color: var(--dt-ink);
}

.dt-button--accent:hover,
input[type="submit"]:hover {
	background: #b5e717;
	color: var(--dt-ink);
	box-shadow: 0 12px 28px rgba(166, 214, 8, 0.22);
}

.dt-button--light {
	background: var(--dt-white);
	color: var(--dt-ink);
}

.dt-button--light:hover {
	background: var(--dt-accent);
	color: var(--dt-ink);
}

.dt-button--small {
	min-height: 44px;
	padding: 11px 17px;
	font-size: 0.82rem;
}

.dt-text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--dt-ink);
	font-size: 0.9rem;
	font-weight: 780;
	text-decoration: none;
}

.dt-text-link--light {
	color: var(--dt-white);
}

/* Header */

.dt-header {
	position: relative;
	z-index: 1000;
	background: var(--dt-white);
}

.dt-topbar {
	min-height: 36px;
	background: var(--dt-ink);
	color: #b8c2ce;
	font-size: 0.72rem;
}

.dt-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 36px;
}

.dt-topbar p {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-weight: 650;
	letter-spacing: 0.02em;
}

.dt-topbar__contact {
	display: flex;
	align-items: center;
	gap: 24px;
}

.dt-topbar__contact a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #d6dde5;
	text-decoration: none;
}

.dt-topbar__contact a:hover {
	color: var(--dt-accent);
}

.dt-topbar__contact svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dt-header__main {
	min-height: 82px;
	border-bottom: 1px solid rgba(7, 17, 31, 0.08);
	background: rgba(255, 255, 255, 0.96);
	transition: box-shadow 180ms ease;
}

.dt-header.is-scrolled .dt-header__main {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	box-shadow: 0 10px 28px rgba(7, 17, 31, 0.08);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

.admin-bar .dt-header.is-scrolled .dt-header__main {
	top: 32px;
}

.dt-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	min-height: 82px;
}

.dt-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
	color: var(--dt-ink);
	text-decoration: none;
}

.dt-brand__mark {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	overflow: hidden;
	border: 1px solid var(--dt-line);
	border-radius: 11px;
	background: var(--dt-white);
}

.dt-brand__mark img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.dt-brand__copy {
	display: grid;
	line-height: 1;
}

.dt-brand__copy strong {
	color: var(--dt-ink);
	font-size: 1.25rem;
	font-weight: 850;
	letter-spacing: -0.045em;
	text-transform: uppercase;
}

.dt-brand__copy small {
	margin-top: 6px;
	color: var(--dt-muted);
	font-size: 0.62rem;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.dt-nav {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-left: auto;
}

.dt-nav__list {
	display: flex;
	align-items: center;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dt-nav__list li {
	position: relative;
	margin: 0;
}

.dt-nav__list a {
	display: flex;
	align-items: center;
	padding: 14px 12px;
	color: #384457;
	font-size: 0.82rem;
	font-weight: 720;
	line-height: 1.2;
	text-decoration: none;
	transition: color 160ms ease;
}

.dt-nav__list a:hover,
.dt-nav__list .current-menu-item > a,
.dt-nav__list .current_page_item > a {
	color: var(--dt-ink);
}

.dt-nav__list a::after {
	position: absolute;
	right: 12px;
	bottom: 7px;
	left: 12px;
	height: 2px;
	background: var(--dt-accent);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 160ms ease;
}

.dt-nav__list a:hover::after,
.dt-nav__list .current-menu-item > a::after,
.dt-nav__list .current_page_item > a::after {
	transform: scaleX(1);
}

.dt-nav__list .sub-menu {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	z-index: 5;
	display: grid;
	min-width: 240px;
	margin: 0;
	padding: 10px;
	border: 1px solid var(--dt-line);
	border-radius: 12px;
	background: var(--dt-white);
	box-shadow: var(--dt-shadow-soft);
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(6px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.dt-nav__list li:hover > .sub-menu,
.dt-nav__list li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: none;
}

.dt-nav__list .sub-menu a {
	padding: 11px 12px;
	border-radius: 7px;
}

.dt-nav__list .sub-menu a:hover {
	background: var(--dt-surface);
}

.dt-nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 1px solid var(--dt-line);
	border-radius: 8px;
	background: var(--dt-white);
	color: var(--dt-ink);
}

.dt-nav-toggle svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
}

.dt-nav-toggle__close {
	display: none;
}

.dt-nav-toggle[aria-expanded="true"] .dt-nav-toggle__open {
	display: none;
}

.dt-nav-toggle[aria-expanded="true"] .dt-nav-toggle__close {
	display: block;
}

/* Homepage hero */

.dt-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(72px, 8vw, 116px) 0 0;
	background:
		linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px),
		linear-gradient(135deg, #07111f 0%, #0b192b 58%, #0b1d25 100%);
	background-size: 52px 52px, 52px 52px, auto;
	color: var(--dt-white);
}

.dt-hero::after {
	position: absolute;
	right: 8%;
	bottom: 0;
	left: 8%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(166, 214, 8, 0.4), transparent);
	content: "";
}

.dt-hero__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(1px);
	pointer-events: none;
}

.dt-hero__orb--one {
	top: -260px;
	right: -160px;
	width: 620px;
	height: 620px;
	background: radial-gradient(circle, rgba(166, 214, 8, 0.13), transparent 68%);
}

.dt-hero__orb--two {
	bottom: -300px;
	left: -220px;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(48, 107, 140, 0.2), transparent 68%);
}

.dt-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(470px, 0.78fr);
	align-items: center;
	gap: clamp(54px, 8vw, 100px);
}

.dt-hero__copy h1 {
	max-width: 720px;
	margin-bottom: 27px;
	color: var(--dt-white);
	font-size: clamp(3.35rem, 6.3vw, 6.35rem);
	line-height: 0.95;
}

.dt-hero__copy h1 span {
	color: var(--dt-accent);
}

.dt-hero__copy > p {
	max-width: 650px;
	margin-bottom: 33px;
	color: #c1cbd6;
	font-size: clamp(1.05rem, 1.5vw, 1.25rem);
	line-height: 1.6;
}

.dt-hero__actions {
	display: flex;
	align-items: center;
	gap: 25px;
}

.dt-hero__micro {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-top: 28px;
	color: #99a7b8;
	font-size: 0.76rem;
	font-weight: 620;
}

.dt-hero__micro span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.dt-hero__micro svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: var(--dt-accent);
	stroke-width: 2.3;
}

.dt-growth {
	position: relative;
	padding: 25px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	background: rgba(10, 24, 40, 0.85);
	box-shadow: 0 35px 80px rgba(0, 0, 0, 0.26);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

.dt-growth::before {
	position: absolute;
	inset: -1px;
	z-index: -1;
	border-radius: inherit;
	background: linear-gradient(135deg, rgba(166, 214, 8, 0.26), transparent 35%, transparent 70%, rgba(166, 214, 8, 0.1));
	content: "";
}

.dt-growth__header,
.dt-growth__score,
.dt-growth__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.dt-growth__header {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.dt-growth__header > div {
	display: grid;
	gap: 4px;
}

.dt-growth__header span,
.dt-growth__score small {
	color: #75849a;
	font-size: 0.68rem;
	font-weight: 680;
	letter-spacing: 0.03em;
}

.dt-growth__header strong {
	color: #e8edf2;
	font-size: 0.92rem;
}

.dt-growth__live {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 10px;
	border: 1px solid rgba(166, 214, 8, 0.16);
	border-radius: 999px;
	background: rgba(166, 214, 8, 0.07);
	color: #cce86a !important;
}

.dt-growth__live span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--dt-accent);
	box-shadow: 0 0 0 4px rgba(166, 214, 8, 0.1);
}

.dt-growth__score {
	margin-top: 26px;
}

.dt-growth__score > div {
	display: grid;
}

.dt-growth__score strong {
	color: var(--dt-white);
	font-size: 2.45rem;
	letter-spacing: -0.05em;
	line-height: 1.1;
}

.dt-growth__score > span {
	padding: 7px 10px;
	border-radius: 6px;
	background: rgba(166, 214, 8, 0.12);
	color: #cce86a;
	font-size: 0.74rem;
	font-weight: 750;
}

.dt-growth__chart {
	width: 100%;
	height: auto;
	margin: 10px 0 15px;
	overflow: visible;
}

.dt-growth__gridline {
	fill: none;
	stroke: rgba(255, 255, 255, 0.07);
	stroke-width: 1;
}

.dt-growth__area {
	fill: url("#dt-chart-fill");
}

.dt-growth__line {
	fill: none;
	stroke: var(--dt-accent);
	stroke-linecap: round;
	stroke-width: 4;
}

.dt-growth__chart circle {
	fill: var(--dt-accent);
	stroke: rgba(166, 214, 8, 0.2);
	stroke-width: 10;
}

.dt-growth__footer {
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.dt-growth__footer > div {
	display: flex;
	align-items: center;
	gap: 10px;
}

.dt-growth__footer > div > span:last-child {
	display: grid;
	color: #76869a;
	font-size: 0.63rem;
	line-height: 1.35;
}

.dt-growth__footer strong {
	color: #e4eaf0;
	font-size: 0.72rem;
}

.dt-growth__icon {
	display: grid;
	place-items: center;
	width: 31px;
	height: 31px;
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.05);
	color: var(--dt-accent);
}

.dt-growth__icon svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dt-proof-bar {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: clamp(70px, 8vw, 100px);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dt-proof-bar > div {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 25px 18px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.dt-proof-bar > div:first-child {
	padding-left: 0;
}

.dt-proof-bar > div:last-child {
	border: 0;
}

.dt-proof-bar strong {
	color: var(--dt-white);
	font-size: 1.35rem;
	font-weight: 820;
	letter-spacing: -0.035em;
}

.dt-proof-bar span {
	max-width: 110px;
	color: #7f8da0;
	font-size: 0.67rem;
	font-weight: 680;
	line-height: 1.35;
}

/* Services */

.dt-services {
	background: var(--dt-white);
}

.dt-services__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.dt-service-card {
	position: relative;
	min-height: 320px;
	padding: 29px;
	overflow: hidden;
	border: 1px solid var(--dt-line);
	border-radius: var(--dt-radius);
	background: var(--dt-white);
	color: inherit;
	text-decoration: none;
	transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.dt-service-card::after {
	position: absolute;
	right: -65px;
	bottom: -65px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: var(--dt-accent-pale);
	content: "";
	opacity: 0;
	transition: opacity 200ms ease, transform 200ms ease;
}

.dt-service-card:hover {
	z-index: 2;
	border-color: #c4d29a;
	background: #fbfdf6;
	box-shadow: var(--dt-shadow);
	transform: translateY(-6px);
}

.dt-service-card:hover::after {
	opacity: 0.8;
	transform: scale(1.2);
}

.dt-service-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 45px;
}

.dt-service-card__icon {
	display: grid;
	place-items: center;
	width: 51px;
	height: 51px;
	border-radius: 12px;
	background: var(--dt-surface);
	color: var(--dt-ink);
	transition: background 180ms ease;
}

.dt-service-card:hover .dt-service-card__icon {
	background: var(--dt-accent);
}

.dt-service-card__icon svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dt-service-card__arrow {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 1px solid var(--dt-line);
	border-radius: 50%;
	color: var(--dt-muted);
}

.dt-service-card small {
	color: #70800e;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.dt-service-card h3 {
	margin: 10px 0 13px;
	font-size: 1.42rem;
}

.dt-service-card p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--dt-muted);
	font-size: 0.91rem;
	line-height: 1.65;
}

/* Approach */

.dt-approach {
	background:
		linear-gradient(90deg, transparent 49.95%, rgba(7, 17, 31, 0.035) 50%, transparent 50.05%),
		var(--dt-surface);
}

.dt-approach__grid {
	display: grid;
	grid-template-columns: 0.82fr 1.18fr;
	align-items: start;
	gap: clamp(70px, 10vw, 130px);
}

.dt-approach__copy {
	position: sticky;
	top: 130px;
}

.dt-approach__copy h2 {
	font-size: clamp(2.15rem, 3.7vw, 3.35rem);
}

.dt-approach__copy p {
	margin-bottom: 30px;
	color: var(--dt-muted);
}

.dt-process {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: none;
}

.dt-process li {
	display: grid;
	grid-template-columns: 65px 1fr;
	gap: 25px;
	padding: 29px 0;
	border-top: 1px solid #d3dce1;
}

.dt-process li:last-child {
	border-bottom: 1px solid #d3dce1;
}

.dt-process > li > span {
	color: #81910d;
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.09em;
}

.dt-process h3 {
	margin-bottom: 9px;
	font-size: 1.35rem;
}

.dt-process p {
	max-width: 520px;
	margin: 0;
	color: var(--dt-muted);
	font-size: 0.91rem;
}

/* Expertise */

.dt-expertise {
	position: relative;
	overflow: hidden;
	background: var(--dt-ink);
	color: #c1cad5;
}

.dt-expertise::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 50px 50px;
	content: "";
	mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.dt-expertise__grid {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 0.95fr;
	align-items: center;
	gap: clamp(70px, 9vw, 125px);
}

.dt-expertise h2 {
	color: var(--dt-white);
	font-size: clamp(2.25rem, 4vw, 3.75rem);
}

.dt-expertise p {
	color: #98a6b5;
}

.dt-expertise__visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 500px;
}

.dt-expertise__ring {
	display: grid;
	place-items: center;
	width: 248px;
	height: 248px;
	border: 1px solid rgba(166, 214, 8, 0.33);
	border-radius: 50%;
	box-shadow:
		0 0 0 42px rgba(166, 214, 8, 0.04),
		0 0 0 84px rgba(166, 214, 8, 0.025);
}

.dt-expertise__ring::before,
.dt-expertise__ring::after {
	position: absolute;
	border: 1px dashed rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	content: "";
}

.dt-expertise__ring::before {
	width: 355px;
	height: 355px;
}

.dt-expertise__ring::after {
	width: 455px;
	height: 455px;
}

.dt-expertise__ring span {
	display: grid;
	place-items: center;
	width: 122px;
	height: 122px;
	border-radius: 50%;
	background: var(--dt-accent);
	box-shadow: 0 0 50px rgba(166, 214, 8, 0.19);
	color: var(--dt-ink);
	font-size: 2.1rem;
	font-weight: 900;
	letter-spacing: -0.06em;
}

.dt-expertise__note {
	position: absolute;
	z-index: 3;
	display: grid;
	min-width: 190px;
	padding: 14px 17px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 9px;
	background: rgba(13, 30, 49, 0.9);
	box-shadow: 0 16px 35px rgba(0, 0, 0, 0.25);
}

.dt-expertise__note strong {
	color: var(--dt-white);
	font-size: 0.79rem;
}

.dt-expertise__note span {
	color: #76879a;
	font-size: 0.64rem;
}

.dt-expertise__note--one {
	top: 38px;
	left: 8px;
}

.dt-expertise__note--two {
	top: 135px;
	right: -5px;
}

.dt-expertise__note--three {
	bottom: 41px;
	left: 45px;
}

.dt-check-list {
	display: grid;
	gap: 16px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.dt-check-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
}

.dt-check-list svg {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin-top: 4px;
	padding: 3px;
	border-radius: 50%;
	background: rgba(166, 214, 8, 0.13);
	fill: none;
	stroke: var(--dt-accent);
	stroke-width: 2.5;
}

.dt-check-list strong {
	color: var(--dt-white);
}

/* Testimonials */

.dt-testimonials {
	background: var(--dt-white);
}

.dt-rating {
	display: flex;
	align-items: center;
	gap: 13px;
}

.dt-rating > strong {
	color: var(--dt-ink);
	font-size: 2.65rem;
	letter-spacing: -0.06em;
}

.dt-rating > span {
	display: grid;
	color: #f1b820;
	font-size: 0.9rem;
	letter-spacing: 0.08em;
}

.dt-rating small {
	color: var(--dt-muted);
	font-size: 0.62rem;
	letter-spacing: 0.02em;
}

.dt-testimonials__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.dt-testimonials blockquote {
	position: relative;
	margin: 0;
	padding: clamp(31px, 4vw, 48px);
	border: 1px solid var(--dt-line);
	border-radius: var(--dt-radius);
	background: var(--dt-surface);
}

.dt-quote {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-bottom: 30px;
	border-radius: 50%;
	background: var(--dt-accent);
	color: var(--dt-ink);
}

.dt-quote svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dt-testimonials blockquote > p {
	min-height: 128px;
	margin-bottom: 30px;
	color: var(--dt-ink);
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	font-weight: 650;
	line-height: 1.55;
}

.dt-testimonials blockquote footer {
	display: grid;
	padding-top: 22px;
	border-top: 1px solid #d5dde2;
}

.dt-testimonials blockquote footer strong {
	color: var(--dt-ink);
	font-size: 0.87rem;
}

.dt-testimonials blockquote footer span {
	color: var(--dt-muted);
	font-size: 0.71rem;
}

/* Locations */

.dt-locations {
	background: var(--dt-surface);
}

.dt-locations__grid {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	align-items: center;
	gap: clamp(60px, 9vw, 120px);
}

.dt-locations h2 {
	font-size: clamp(2.15rem, 3.8vw, 3.4rem);
}

.dt-locations p {
	color: var(--dt-muted);
}

.dt-location-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-top: 1px solid #cfd9df;
	border-left: 1px solid #cfd9df;
}

.dt-location-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	min-height: 80px;
	padding: 19px 22px;
	border-right: 1px solid #cfd9df;
	border-bottom: 1px solid #cfd9df;
	color: var(--dt-ink);
	font-size: 0.9rem;
	font-weight: 750;
	text-decoration: none;
	transition: background 170ms ease;
}

.dt-location-list a:hover {
	background: var(--dt-white);
}

.dt-location-list a span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.dt-location-list a span svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: var(--dt-accent-dark);
	stroke-width: 1.7;
}

/* Posts */

.dt-insights {
	background: var(--dt-white);
}

.dt-post-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.dt-post-card {
	overflow: hidden;
	border: 1px solid var(--dt-line);
	border-radius: var(--dt-radius);
	background: var(--dt-white);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.dt-post-card:hover {
	box-shadow: var(--dt-shadow-soft);
	transform: translateY(-5px);
}

.dt-post-card__media {
	display: block;
	height: 215px;
	overflow: hidden;
	background: var(--dt-ink-soft);
	text-decoration: none;
}

.dt-post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 350ms ease;
}

.dt-post-card:hover .dt-post-card__media img {
	transform: scale(1.035);
}

.dt-post-card__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		var(--dt-ink-soft);
	background-size: 30px 30px;
	color: var(--dt-accent);
}

.dt-post-card__placeholder svg {
	width: 50px;
	height: 50px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1;
}

.dt-post-card__body {
	padding: 25px;
}

.dt-post-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 16px;
	color: var(--dt-muted);
	font-size: 0.67rem;
	font-weight: 700;
	text-transform: uppercase;
}

.dt-post-card__meta span + span::before {
	margin-right: 12px;
	color: var(--dt-accent-dark);
	content: "•";
}

.dt-post-card h3 {
	margin-bottom: 12px;
	font-size: 1.28rem;
	line-height: 1.25;
}

.dt-post-card h3 a {
	color: inherit;
	text-decoration: none;
}

.dt-post-card h3 a:hover {
	color: #526d00;
}

.dt-post-card p {
	margin-bottom: 22px;
	color: var(--dt-muted);
	font-size: 0.86rem;
	line-height: 1.6;
}

/* Final CTA */

.dt-final-cta {
	padding: clamp(70px, 8vw, 105px) 0;
	background: var(--dt-accent);
	color: var(--dt-ink);
}

.dt-final-cta__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 60px;
}

.dt-final-cta .dt-eyebrow {
	color: #485b00;
}

.dt-final-cta h2 {
	max-width: 850px;
	margin-bottom: 15px;
	font-size: clamp(2.25rem, 4.5vw, 4.15rem);
}

.dt-final-cta p {
	max-width: 680px;
	margin: 0;
	color: #3c4b08;
}

.dt-final-cta .dt-button {
	background: var(--dt-ink);
	color: var(--dt-white);
}

/* Inner page hero */

.dt-page-hero,
.dt-single__header {
	position: relative;
	overflow: hidden;
	padding: clamp(72px, 9vw, 125px) 0;
	background:
		radial-gradient(circle at 82% 20%, rgba(166, 214, 8, 0.12), transparent 28%),
		linear-gradient(135deg, var(--dt-ink), #0b1c2f);
	color: var(--dt-white);
}

.dt-page-hero__grid {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(90deg, #000, transparent 76%);
}

.dt-page-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 300px;
	align-items: center;
	gap: 80px;
}

.dt-page-hero__inner > div:first-child {
	max-width: 890px;
}

.dt-page-hero h1,
.dt-single__header h1 {
	margin-bottom: 23px;
	color: var(--dt-white);
	font-size: clamp(3rem, 5.6vw, 5.8rem);
}

.dt-page-hero p,
.dt-page-hero__description {
	max-width: 750px;
	margin: 0;
	color: #b5c1cd;
	font-size: clamp(1.03rem, 1.5vw, 1.21rem);
}

.dt-page-hero__signal {
	position: relative;
	display: grid;
	place-items: center;
	width: 260px;
	height: 260px;
}

.dt-page-hero__signal-ring {
	position: absolute;
	border: 1px solid rgba(166, 214, 8, 0.22);
	border-radius: 50%;
}

.dt-page-hero__signal-ring:nth-child(1) {
	inset: 10px;
}

.dt-page-hero__signal-ring:nth-child(2) {
	inset: 49px;
	border-style: dashed;
}

.dt-page-hero__signal-ring:nth-child(3) {
	inset: 86px;
}

.dt-page-hero__signal-core {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: var(--dt-accent);
	color: var(--dt-ink);
	box-shadow: 0 0 45px rgba(166, 214, 8, 0.18);
}

.dt-page-hero__signal-core svg {
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
}

.dt-page-hero--compact {
	padding-block: 80px;
}

.dt-page-hero--compact h1 {
	font-size: clamp(2.7rem, 5vw, 4.7rem);
}

.dt-page-layout {
	padding-block: clamp(70px, 9vw, 120px);
}

.dt-page-layout--contact {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 370px;
	align-items: start;
	gap: clamp(55px, 8vw, 100px);
}

.dt-page-article {
	min-width: 0;
}

.dt-content {
	max-width: var(--dt-reading);
	margin-inline: auto;
}

.dt-page-layout--contact .dt-content {
	max-width: none;
}

.dt-content > :first-child {
	margin-top: 0;
}

.dt-content > :last-child {
	margin-bottom: 0;
}

.dt-content h2 {
	margin-top: 1.4em;
	font-size: clamp(1.9rem, 3vw, 2.65rem);
}

.dt-content h3 {
	margin-top: 1.45em;
	font-size: clamp(1.4rem, 2.4vw, 1.82rem);
}

.dt-content h4 {
	margin-top: 1.4em;
	font-size: 1.2rem;
}

.dt-content p,
.dt-content li {
	color: #3c4859;
}

.dt-content a:not(.wp-element-button):not(.wp-block-button__link):not(.gutentor-button) {
	color: #4f6900;
	font-weight: 650;
}

.dt-content blockquote {
	margin: 2.3em 0;
	padding: 24px 28px;
	border-left: 4px solid var(--dt-accent);
	background: var(--dt-surface);
	color: var(--dt-ink);
	font-size: 1.12rem;
}

.dt-content table {
	width: 100%;
	margin: 2em 0;
	border-collapse: collapse;
	font-size: 0.9rem;
}

.dt-content th,
.dt-content td {
	padding: 13px 14px;
	border: 1px solid var(--dt-line);
	text-align: left;
}

.dt-content th {
	background: var(--dt-ink);
	color: var(--dt-white);
}

.dt-content iframe {
	width: 100%;
	max-width: 100%;
	border-radius: var(--dt-radius);
}

.dt-content .alignwide {
	width: min(100vw - 48px, var(--dt-container));
	max-width: none;
	margin-right: 50%;
	margin-left: 50%;
	transform: translateX(-50%);
}

.dt-content .alignfull {
	width: 100vw;
	max-width: none;
	margin-right: 50%;
	margin-left: 50%;
	transform: translateX(-50%);
}

.dt-contact-card {
	position: sticky;
	top: 115px;
	padding: 34px;
	border-radius: var(--dt-radius);
	background: var(--dt-ink);
	color: #acb7c3;
	box-shadow: var(--dt-shadow);
}

.dt-contact-card__label {
	color: var(--dt-accent);
	font-size: 0.69rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.dt-contact-card h2 {
	margin: 14px 0 17px;
	color: var(--dt-white);
	font-size: 1.85rem;
}

.dt-contact-card > p {
	font-size: 0.87rem;
}

.dt-contact-card ul {
	display: grid;
	gap: 1px;
	margin: 27px 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	list-style: none;
}

.dt-contact-card li {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	padding: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.dt-contact-card li:last-child {
	border: 0;
}

.dt-contact-card li > span {
	color: var(--dt-accent);
}

.dt-contact-card li > span svg {
	width: 18px;
	height: 18px;
	margin-top: 4px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dt-contact-card li div {
	display: grid;
}

.dt-contact-card li small {
	color: #718196;
	font-size: 0.62rem;
	text-transform: uppercase;
}

.dt-contact-card li a,
.dt-contact-card li p {
	margin: 0;
	color: #e8edf2;
	font-size: 0.79rem;
	text-decoration: none;
}

.dt-contact-card__note {
	display: flex;
	align-items: center;
	gap: 9px;
	color: #c6d0d9;
	font-size: 0.73rem;
}

.dt-contact-card__note svg {
	width: 17px;
	height: 17px;
	padding: 3px;
	border-radius: 50%;
	background: rgba(166, 214, 8, 0.12);
	fill: none;
	stroke: var(--dt-accent);
	stroke-width: 2.2;
}

/* Existing block/plugin content: normalize into the new visual system. */

.dt-content .wp-block-spacer {
	height: clamp(35px, 6vw, 70px) !important;
}

.dt-content .gutentor-section,
.dt-content .wp-block-gutentor-about-block,
.dt-content .wp-block-gutentor-icon-box,
.dt-content .wp-block-gutentor-call-to-action,
.dt-content .wp-block-gutentor-image-box,
.dt-content .wp-block-gutentor-post {
	margin: 32px 0 !important;
	padding: clamp(38px, 6vw, 70px) clamp(20px, 4vw, 42px) !important;
	border: 1px solid var(--dt-line) !important;
	border-radius: var(--dt-radius) !important;
	background-color: var(--dt-surface) !important;
	background-image: none !important;
	box-shadow: none !important;
}

.dt-content .gutentor-section .grid-container {
	width: 100% !important;
	max-width: 100% !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.dt-content .gutentor-section .gutentor-grid-item-wrap {
	width: auto !important;
	max-width: none !important;
}

.dt-content .gutentor-section [class*="grid-"] {
	min-width: 0;
}

.dt-content .gutentor-section .overlay,
.dt-content .gutentor-section.has-gutentor-overlay::before {
	display: none !important;
}

.dt-content .gutentor-section h2,
.dt-content .gutentor-section h3,
.dt-content .gutentor-title,
.dt-content .gutentor-single-item-title {
	color: var(--dt-ink) !important;
	font-family: var(--dt-font) !important;
	text-shadow: none !important;
}

.dt-content .gutentor-section p,
.dt-content .gutentor-section .gutentor-single-item-desc {
	color: #4e5968 !important;
	font-family: var(--dt-font) !important;
}

.dt-content .gutentor-section .gutentor-button,
.dt-content .gutentor-section .gutentor-single-item-button {
	display: inline-flex !important;
	align-items: center !important;
	min-height: 50px !important;
	padding: 13px 20px !important;
	border: 0 !important;
	border-radius: 7px !important;
	background: var(--dt-accent) !important;
	color: var(--dt-ink) !important;
	font-family: var(--dt-font) !important;
	font-weight: 750 !important;
	text-decoration: none !important;
}

.dt-content .gutentor-icon-wrapper .gutentor-single-item,
.dt-content .wp-block-gutentor-icon-box .gutentor-single-item {
	height: 100% !important;
	padding: 23px !important;
	border: 1px solid var(--dt-line) !important;
	border-radius: 12px !important;
	background: var(--dt-white) !important;
	box-shadow: none !important;
}

.dt-content .gutentor-single-item-icon-box {
	color: var(--dt-accent-dark) !important;
}

.dt-content .gutentor-single-item-image-box img,
.dt-content .wp-block-image img {
	border-radius: 12px;
}

.dt-content .gutentor-image-slider {
	display: block;
	overflow: hidden;
}

.dt-content .gutentor-image-slider .gutentor-slider-wrapper,
.dt-content .gutentor-image-slider .slick-list,
.dt-content .gutentor-image-slider .slick-track {
	max-width: 100%;
}

.dt-content .gutentor-image-slider .gutentor-single-item-image-box,
.dt-content .gutentor-image-slider .gutentor-bg-image {
	min-height: clamp(330px, 52vw, 560px);
}

.dt-content .gutentor-image-slider .slider-caption {
	position: relative;
	z-index: 2;
	max-width: 700px;
	padding: clamp(30px, 6vw, 70px);
}

.dt-content .gutentor-image-slider .gutentor-single-item-title,
.dt-content .gutentor-image-slider .gutentor-single-item-desc {
	color: var(--dt-white) !important;
}

.dt-content .gutentor-button-group {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.dt-content .gutentor-accordion-wrap,
.dt-content .gutentor-tabs,
.dt-content .gutentor-timeline,
.dt-content .gutentor-pricing {
	max-width: 100%;
}

.dt-content .gutentor-accordion-heading,
.dt-content .gutentor-tab-title {
	font-family: var(--dt-font) !important;
}

.dt-content .gutentor-accordion-body,
.dt-content .gutentor-tab-content {
	color: #3c4859;
}

.dt-content :where(.wp-block-cover, .wp-block-media-text, .wp-block-gallery, .wp-block-query, .wp-block-table, .wp-block-columns) {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.dt-content .wp-block-cover {
	overflow: hidden;
	border-radius: var(--dt-radius);
}

.dt-content .wp-block-cover__inner-container {
	width: min(100%, var(--dt-reading));
}

.dt-content .wp-block-media-text {
	gap: clamp(24px, 5vw, 55px);
}

.dt-content .wp-block-media-text__content {
	padding: clamp(24px, 5vw, 50px);
}

.dt-content .wp-block-gallery {
	gap: 12px !important;
}

.dt-content .wp-block-gallery img {
	border-radius: 10px;
}

.dt-content .wp-block-details {
	padding: 18px 20px;
	border: 1px solid var(--dt-line);
	border-radius: 9px;
	background: var(--dt-surface);
}

.dt-content .wp-block-details summary {
	color: var(--dt-ink);
	font-weight: 750;
	cursor: pointer;
}

.dt-content .wp-block-query .wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	padding: 0;
	list-style: none;
}

.dt-content .wp-block-query .wp-block-post {
	padding: 22px;
	border: 1px solid var(--dt-line);
	border-radius: 12px;
	background: var(--dt-white);
}

.dt-content .wp-block-advgb-table {
	display: table;
}

.dt-content .grw-row,
.dt-content .rpi-slide,
.dt-content .grw-review-inner {
	border-radius: 12px !important;
	font-family: var(--dt-font) !important;
}

/* Forms */

.dt-content form {
	margin: 30px 0;
}

.dt-content form > p {
	margin-bottom: 18px;
}

.dt-content label {
	color: var(--dt-ink);
	font-size: 0.78rem;
	font-weight: 750;
}

.dt-content input[type="text"],
.dt-content input[type="email"],
.dt-content input[type="tel"],
.dt-content input[type="url"],
.dt-content input[type="number"],
.dt-content input[type="search"],
.dt-content select,
.dt-content textarea {
	width: 100%;
	margin-top: 7px;
	padding: 13px 14px;
	border: 1px solid #cbd5dc;
	border-radius: 7px;
	outline: none;
	background: var(--dt-white);
	color: var(--dt-ink);
	font-size: 0.92rem;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.dt-content textarea {
	min-height: 150px;
	resize: vertical;
}

.dt-content input:focus,
.dt-content select:focus,
.dt-content textarea:focus {
	border-color: var(--dt-accent-dark);
	box-shadow: 0 0 0 4px rgba(166, 214, 8, 0.13);
}

.dt-content .wpcf7-list-item {
	margin: 0;
}

.dt-content .wpcf7-acceptance label {
	display: flex;
	align-items: center;
	gap: 9px;
	font-weight: 550;
}

.dt-content .wpcf7-acceptance input {
	width: 18px;
	height: 18px;
	accent-color: var(--dt-accent-dark);
}

.dt-content .wpcf7-not-valid-tip {
	margin-top: 5px;
	font-size: 0.72rem;
}

.dt-content .wpcf7-response-output {
	margin: 20px 0 0 !important;
	padding: 12px 15px !important;
	border-radius: 7px;
	font-size: 0.8rem;
}

/* Blog archive */

.dt-blog-index {
	background: var(--dt-surface);
}

.dt-blog-tools {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 38px;
}

.dt-blog-tools > p {
	margin: 0;
	color: var(--dt-muted);
	font-size: 0.82rem;
}

.dt-post-grid--archive {
	grid-template-columns: repeat(3, 1fr);
}

.dt-search-form {
	display: flex;
	align-items: stretch;
	gap: 8px;
	width: min(100%, 420px);
	margin: 0;
}

.dt-search-form label {
	position: relative;
	display: flex;
	flex: 1;
	align-items: center;
}

.dt-search-form label > svg {
	position: absolute;
	left: 15px;
	z-index: 1;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: var(--dt-muted);
	stroke-width: 1.7;
}

.dt-search-form input {
	width: 100%;
	height: 48px;
	padding: 10px 15px 10px 42px;
	border: 1px solid var(--dt-line);
	border-radius: 7px;
	outline: none;
	background: var(--dt-white);
	font-size: 0.82rem;
}

.dt-search-form input:focus {
	border-color: var(--dt-accent-dark);
	box-shadow: 0 0 0 4px rgba(166, 214, 8, 0.11);
}

.dt-search-form button {
	padding: 10px 17px;
	border: 0;
	border-radius: 7px;
	background: var(--dt-ink);
	color: var(--dt-white);
	font-size: 0.78rem;
	font-weight: 750;
	cursor: pointer;
}

.navigation.pagination {
	margin-top: 55px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px;
}

.nav-links .page-numbers {
	display: grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid var(--dt-line);
	border-radius: 7px;
	background: var(--dt-white);
	color: var(--dt-ink);
	font-size: 0.78rem;
	font-weight: 750;
	text-decoration: none;
}

.nav-links .page-numbers.current,
.nav-links a.page-numbers:hover {
	border-color: var(--dt-accent);
	background: var(--dt-accent);
}

.dt-empty {
	max-width: 620px;
	margin-inline: auto;
	padding: 70px 30px;
	text-align: center;
}

.dt-empty > span {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 25px;
	border-radius: 50%;
	background: var(--dt-accent-pale);
	color: var(--dt-accent-dark);
}

.dt-empty > span svg {
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.dt-empty .dt-search-form {
	margin: 25px auto 0;
}

/* Single post */

.dt-single__header {
	padding-block: clamp(70px, 8vw, 110px);
}

.dt-single__header-inner {
	max-width: 1000px;
}

.dt-single__header h1 {
	max-width: 980px;
	font-size: clamp(2.7rem, 5vw, 5rem);
}

.dt-single__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 23px;
	color: #9caabd;
	font-size: 0.75rem;
}

.dt-single__meta span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.dt-single__meta svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: var(--dt-accent);
	stroke-width: 1.7;
}

.dt-single__layout {
	display: grid;
	grid-template-columns: minmax(0, 820px) 280px;
	align-items: start;
	justify-content: space-between;
	gap: 70px;
	padding-block: clamp(60px, 8vw, 105px);
}

.dt-single__media {
	margin-bottom: 48px;
	overflow: hidden;
	border-radius: var(--dt-radius);
	background: var(--dt-surface);
}

.dt-single__media img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.dt-single__content {
	max-width: none;
}

.dt-single__aside {
	position: sticky;
	top: 115px;
}

.dt-single__aside-card {
	padding: 27px;
	border-radius: 13px;
	background: var(--dt-ink);
	color: #9eabba;
}

.dt-single__aside-card > span {
	color: var(--dt-accent);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.dt-single__aside-card h2 {
	margin: 12px 0 25px;
	color: var(--dt-white);
	font-size: 1.45rem;
}

.dt-single__aside-card .dt-button {
	width: 100%;
	font-size: 0.78rem;
}

/* Error */

.dt-error {
	display: grid;
	place-items: center;
	min-height: 70vh;
	padding: 80px 0;
	background:
		linear-gradient(rgba(7, 17, 31, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(7, 17, 31, 0.025) 1px, transparent 1px),
		var(--dt-surface);
	background-size: 45px 45px;
}

.dt-error__inner {
	max-width: 750px;
	text-align: center;
}

.dt-error__inner > span {
	color: var(--dt-accent-dark);
	font-size: clamp(5rem, 12vw, 10rem);
	font-weight: 900;
	letter-spacing: -0.09em;
	line-height: 0.8;
}

.dt-error h1 {
	margin-top: 35px;
	font-size: clamp(2.2rem, 4vw, 3.6rem);
}

.dt-error p {
	max-width: 600px;
	margin-inline: auto;
	color: var(--dt-muted);
}

.dt-error__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 30px;
}

/* Footer */

.dt-footer-cta {
	padding: 58px 0;
	background: var(--dt-accent);
}

.dt-footer-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.dt-footer-cta .dt-eyebrow {
	margin-bottom: 12px;
	color: #475b00;
}

.dt-footer-cta h2 {
	max-width: 800px;
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.5rem);
}

.dt-footer {
	padding: 75px 0 25px;
	background: #050d17;
	color: #8897a8;
}

.dt-footer__grid {
	display: grid;
	grid-template-columns: 1.55fr 0.7fr 0.7fr 0.75fr;
	gap: 65px;
	padding-bottom: 58px;
}

.dt-footer .dt-brand__copy strong {
	color: var(--dt-white);
}

.dt-footer .dt-brand__copy small {
	color: #6f8091;
}

.dt-footer__brand > p {
	max-width: 390px;
	margin-top: 23px;
	color: #7d8b9a;
	font-size: 0.82rem;
}

.dt-footer__contact {
	display: grid;
	gap: 10px;
	margin-top: 23px;
}

.dt-footer__contact a,
.dt-footer__contact span {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	color: #a2afbd;
	font-size: 0.74rem;
	text-decoration: none;
}

.dt-footer__contact a:hover {
	color: var(--dt-accent);
}

.dt-footer__contact svg {
	flex: 0 0 auto;
	width: 15px;
	height: 15px;
	margin-top: 4px;
	fill: none;
	stroke: var(--dt-accent);
	stroke-width: 1.8;
}

.dt-footer__grid h2 {
	margin: 7px 0 22px;
	color: var(--dt-white);
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dt-footer__grid ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dt-footer__grid li {
	margin: 0;
}

.dt-footer__grid li a {
	color: #8695a6;
	font-size: 0.76rem;
	text-decoration: none;
	transition: color 160ms ease;
}

.dt-footer__grid li a:hover {
	color: var(--dt-white);
}

.dt-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 0.66rem;
}

.dt-footer__bottom p {
	margin: 0;
}

.dt-footer__bottom nav {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.dt-footer__bottom a {
	color: #7d8b9a;
	text-decoration: none;
}

.dt-footer__bottom a:hover {
	color: var(--dt-white);
}

/* Core blocks */

.wp-block-columns {
	gap: 24px;
}

.wp-block-group.has-background {
	padding: clamp(28px, 5vw, 55px);
	border-radius: var(--dt-radius);
}

.wp-block-image figcaption {
	color: var(--dt-muted);
	font-size: 0.72rem;
	text-align: center;
}

.wp-block-separator {
	border-color: var(--dt-line);
}

/* Responsive */

@media (max-width: 1120px) {
	.dt-nav {
		gap: 13px;
	}

	.dt-nav__list a {
		padding-inline: 8px;
		font-size: 0.76rem;
	}

	.dt-nav__list a::after {
		right: 8px;
		left: 8px;
	}

	.dt-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(400px, 0.75fr);
		gap: 50px;
	}

	.dt-growth {
		padding: 20px;
	}

	.dt-footer__grid {
		gap: 35px;
	}
}

@media (max-width: 980px) {
	.admin-bar .dt-header.is-scrolled .dt-header__main {
		top: 32px;
	}

	.dt-nav-toggle {
		display: block;
		margin-left: auto;
		cursor: pointer;
	}

	.dt-nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: -1;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: min(88vw, 420px);
		height: 100dvh;
		padding: 110px 26px 35px;
		background: var(--dt-white);
		box-shadow: -25px 0 70px rgba(7, 17, 31, 0.17);
		opacity: 0;
		pointer-events: none;
		transform: translateX(100%);
		transition: transform 220ms ease, opacity 220ms ease;
	}

	.dt-nav.is-open {
		z-index: -1;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.dt-nav__list {
		display: grid;
		align-items: stretch;
	}

	.dt-nav__list a {
		padding: 15px 4px;
		border-bottom: 1px solid var(--dt-line);
		font-size: 0.94rem;
	}

	.dt-nav__list a::after {
		display: none;
	}

	.dt-nav__list .sub-menu {
		position: static;
		display: grid;
		padding: 0 0 0 15px;
		border: 0;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.dt-nav__cta {
		width: 100%;
		margin-top: auto;
	}

	.dt-hero__grid {
		grid-template-columns: 1fr;
	}

	.dt-hero__copy {
		max-width: 760px;
	}

	.dt-growth {
		width: min(100%, 650px);
		margin-inline: auto;
	}

	.dt-services__grid,
	.dt-post-grid,
	.dt-post-grid--archive {
		grid-template-columns: repeat(2, 1fr);
	}

	.dt-approach__grid {
		grid-template-columns: 1fr;
		gap: 55px;
	}

	.dt-approach__copy {
		position: static;
		max-width: 720px;
	}

	.dt-expertise__grid {
		grid-template-columns: 1fr;
	}

	.dt-expertise__visual {
		min-height: 480px;
	}

	.dt-locations__grid {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.dt-page-layout--contact,
	.dt-single__layout {
		grid-template-columns: 1fr;
	}

	.dt-contact-card,
	.dt-single__aside {
		position: static;
	}

	.dt-contact-card {
		max-width: 620px;
	}

	.dt-single__aside-card {
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		gap: 15px 35px;
	}

	.dt-single__aside-card h2 {
		margin: 6px 0 0;
	}

	.dt-single__aside-card .dt-button {
		grid-column: 2;
		grid-row: 1 / 3;
	}

	.dt-footer__grid {
		grid-template-columns: 1.4fr 1fr 1fr;
	}

	.dt-footer__grid > div:last-child {
		display: none;
	}
}

@media (max-width: 782px) {
	.admin-bar .dt-header.is-scrolled .dt-header__main {
		top: 46px;
	}

	.dt-container {
		width: min(calc(100% - 34px), var(--dt-container));
	}

	.dt-section {
		padding-block: 82px;
	}

	.dt-topbar__inner {
		justify-content: center;
	}

	.dt-topbar p {
		display: none;
	}

	.dt-topbar__contact {
		width: 100%;
		justify-content: space-between;
	}

	.dt-section-heading {
		grid-template-columns: 1fr;
		gap: 25px;
		margin-bottom: 40px;
	}

	.dt-section-heading > p {
		max-width: 650px;
	}

	.dt-hero {
		padding-top: 72px;
	}

	.dt-hero__copy h1 {
		font-size: clamp(3.25rem, 14vw, 5rem);
	}

	.dt-proof-bar {
		grid-template-columns: repeat(2, 1fr);
	}

	.dt-proof-bar > div {
		padding: 19px 12px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.dt-proof-bar > div:nth-child(2) {
		border-right: 0;
	}

	.dt-services__grid,
	.dt-post-grid,
	.dt-post-grid--archive,
	.dt-testimonials__grid,
	.dt-content .wp-block-query .wp-block-post-template {
		grid-template-columns: 1fr;
	}

	.dt-service-card {
		min-height: 290px;
	}

	.dt-testimonials blockquote > p {
		min-height: 0;
	}

	.dt-final-cta__inner,
	.dt-footer-cta__inner {
		grid-template-columns: 1fr;
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}

	.dt-page-hero__inner {
		grid-template-columns: 1fr;
	}

	.dt-page-hero__signal {
		display: none;
	}

	.dt-page-hero h1 {
		font-size: clamp(2.8rem, 12vw, 4.8rem);
	}

	.dt-blog-tools {
		flex-direction: column;
		align-items: stretch;
	}

	.dt-search-form {
		width: 100%;
	}

	.dt-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.dt-footer__brand {
		grid-column: 1 / -1;
		margin-bottom: 15px;
	}

	.dt-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 560px) {
	body {
		font-size: 16px;
	}

	.dt-brand__mark {
		width: 41px;
		height: 41px;
	}

	.dt-brand__mark img {
		width: 37px;
		height: 37px;
	}

	.dt-brand__copy strong {
		font-size: 1.08rem;
	}

	.dt-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.dt-hero__actions .dt-button {
		width: 100%;
	}

	.dt-hero__actions .dt-text-link {
		justify-content: center;
	}

	.dt-hero__micro {
		display: grid;
	}

	.dt-growth {
		padding: 17px;
		border-radius: 15px;
	}

	.dt-growth__chart {
		margin-block: 4px 10px;
	}

	.dt-growth__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.dt-proof-bar strong {
		font-size: 1.14rem;
	}

	.dt-proof-bar span {
		font-size: 0.61rem;
	}

	.dt-service-card {
		min-height: 0;
		padding: 24px;
	}

	.dt-service-card__top {
		margin-bottom: 35px;
	}

	.dt-process li {
		grid-template-columns: 42px 1fr;
		gap: 15px;
	}

	.dt-expertise__visual {
		min-height: 360px;
		transform: scale(0.76);
	}

	.dt-location-list {
		grid-template-columns: 1fr;
	}

	.dt-contact-card {
		padding: 26px;
	}

	.dt-single__aside-card {
		display: block;
	}

	.dt-single__aside-card h2 {
		margin: 9px 0 22px;
	}

	.dt-error__actions {
		flex-direction: column;
	}

	.dt-error__actions .dt-button,
	.dt-error__actions .dt-search-form {
		width: 100%;
	}

	.dt-footer__grid {
		grid-template-columns: 1fr;
	}

	.dt-footer__brand {
		grid-column: auto;
	}

	.dt-footer__bottom nav {
		gap: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media print {
	.dt-header,
	.dt-footer,
	.dt-footer-cta,
	.dt-final-cta,
	.dt-single__aside {
		display: none !important;
	}

	body {
		color: #000;
		font-size: 12pt;
	}

	.dt-page-hero,
	.dt-single__header {
		padding: 30px 0;
		background: none;
		color: #000;
	}

	.dt-page-hero h1,
	.dt-single__header h1 {
		color: #000;
	}
}
