:root {
	--dfp-navy: #082b3b;
	--dfp-navy-deep: #041d2a;
	--dfp-blue: #174d62;
	--dfp-gold: #d6a334;
	--dfp-gold-light: #f0cc73;
	--dfp-ink: #132f3b;
	--dfp-copy: #526873;
	--dfp-line: #dce5e8;
	--dfp-soft: #f4f7f6;
	--dfp-white: #fff;
	--dfp-shell: 1200px;
}

.dawn-interior-page .site-content { padding: 0; }

.df-pages,
.df-pages * { box-sizing: border-box; }

.df-pages {
	overflow: hidden;
	background: var(--dfp-white);
	color: var(--dfp-ink);
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.df-pages a { text-decoration: none; }
.df-pages img,
.df-pages svg { display: block; }

.df-page-shell {
	width: min(calc(100% - 48px), var(--dfp-shell));
	margin-inline: auto;
}

.df-page-hero {
	position: relative;
	isolation: isolate;
	min-height: 650px;
	padding: clamp(82px, 8vw, 124px) 0 94px;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 72px 72px,
		linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 72px 72px,
		var(--dfp-navy-deep);
	color: var(--dfp-white);
}

.df-page-hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	right: -13%;
	bottom: -70%;
	width: 760px;
	height: 760px;
	border: 1px solid rgba(214,163,52,.17);
	border-radius: 50%;
	box-shadow: 0 0 0 95px rgba(214,163,52,.028), 0 0 0 190px rgba(214,163,52,.019);
}

.df-page-hero-glow {
	position: absolute;
	z-index: -1;
	top: -260px;
	left: -170px;
	width: 650px;
	height: 650px;
	border-radius: 50%;
	background: rgba(23,77,98,.42);
	filter: blur(115px);
}

.df-page-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .82fr);
	gap: clamp(50px, 7vw, 92px);
	align-items: center;
}

.df-page-hero-copy { min-width: 0; }

.df-page-breadcrumb {
	display: flex;
	gap: 9px;
	margin-bottom: 34px;
	align-items: center;
	color: rgba(255,255,255,.52);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.df-page-breadcrumb a { color: rgba(255,255,255,.7); }
.df-page-breadcrumb a:hover,
.df-page-breadcrumb a:focus-visible { color: var(--dfp-gold-light); }
.df-page-breadcrumb span:last-child { color: var(--dfp-gold-light); }

.df-page-eyebrow,
.df-page-kicker,
.df-page-label {
	margin: 0;
	color: #a8750e;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 1.4;
	text-transform: uppercase;
}

.df-page-eyebrow {
	display: flex;
	gap: 12px;
	margin-bottom: 21px;
	align-items: center;
	color: var(--dfp-gold-light);
}

.df-page-eyebrow > span {
	width: 31px;
	height: 2px;
	background: var(--dfp-gold);
}

.df-page-hero h1 {
	max-width: 740px;
	margin: 0;
	color: var(--dfp-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(50px, 5.9vw, 78px);
	font-weight: 500;
	letter-spacing: -.055em;
	line-height: .99;
}

.df-page-hero h1 em {
	color: var(--dfp-gold-light);
	font-weight: 400;
}

.df-page-lead {
	max-width: 650px;
	margin: 28px 0 0;
	color: rgba(255,255,255,.72);
	font-size: clamp(16px, 1.4vw, 19px);
	line-height: 1.72;
}

.df-page-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 33px;
}

.df-page-button {
	display: inline-flex;
	min-height: 55px;
	padding: 0 21px;
	border: 1px solid transparent;
	border-radius: 6px;
	align-items: center;
	justify-content: center;
	gap: 14px;
	font-size: 13px;
	font-weight: 800;
	transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.df-page-button:hover,
.df-page-button:focus-visible { transform: translateY(-2px); }

.df-page-button-gold {
	background: var(--dfp-gold);
	box-shadow: 0 16px 36px rgba(0,0,0,.2);
	color: var(--dfp-navy-deep);
}

.df-page-button-gold:hover,
.df-page-button-gold:focus-visible {
	background: var(--dfp-gold-light);
	color: var(--dfp-navy-deep);
}

.df-page-button-outline {
	border-color: rgba(255,255,255,.3);
	color: var(--dfp-white);
}

.df-page-button-outline:hover,
.df-page-button-outline:focus-visible {
	border-color: var(--dfp-white);
	background: rgba(255,255,255,.06);
	color: var(--dfp-white);
}

.df-page-button-dark {
	background: var(--dfp-navy-deep);
	color: var(--dfp-white);
}

.df-page-button-dark:hover,
.df-page-button-dark:focus-visible {
	background: var(--dfp-blue);
	color: var(--dfp-white);
}

.df-page-hero-visual {
	position: relative;
	max-width: 500px;
	justify-self: end;
}

.df-page-image-frame {
	position: relative;
	padding: 10px;
	border: 1px solid rgba(255,255,255,.17);
	background: rgba(255,255,255,.05);
	box-shadow: 0 30px 70px rgba(0,0,0,.3);
}

.df-page-image-frame::after {
	content: "";
	position: absolute;
	inset: 10px;
	background: linear-gradient(180deg, transparent 52%, rgba(4,29,42,.38));
	pointer-events: none;
}

.df-page-image-frame img {
	width: 100%;
	aspect-ratio: .98;
	object-fit: cover;
}

.df-page-hero-note {
	position: absolute;
	right: -28px;
	bottom: 32px;
	display: grid;
	grid-template-columns: auto 1fr;
	width: min(315px, calc(100% - 24px));
	padding: 18px 20px;
	border-left: 3px solid var(--dfp-gold);
	align-items: center;
	gap: 14px;
	background: var(--dfp-white);
	box-shadow: 0 22px 45px rgba(0,0,0,.24);
	color: var(--dfp-ink);
}

.df-page-hero-note strong {
	color: var(--dfp-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 31px;
	font-weight: 400;
	line-height: 1;
}

.df-page-hero-note span {
	font-size: 11px;
	font-weight: 700;
	line-height: 1.45;
}

.df-page-section { padding: clamp(82px, 9vw, 126px) 0; }
.df-page-soft { background: var(--dfp-soft); }

.df-page-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, .58fr);
	gap: clamp(42px, 7vw, 100px);
	margin-bottom: 55px;
	align-items: end;
}

.df-page-heading h2,
.df-page-prose h2,
.df-form-aside h2,
.df-faq-layout h2,
.df-insight-callout h2,
.df-support-band h2 {
	margin: 13px 0 0;
	color: var(--dfp-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 4vw, 56px);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: 1.05;
}

.df-page-heading > p,
.df-page-prose > p,
.df-form-aside > p,
.df-faq-layout > div:first-child > p:last-child,
.df-insight-callout p {
	margin: 0;
	color: var(--dfp-copy);
	font-size: 15px;
	line-height: 1.75;
}

.df-page-prose > p { margin-top: 22px; }

.df-page-split {
	display: grid;
	grid-template-columns: minmax(340px, .92fr) minmax(0, 1.08fr);
	gap: clamp(55px, 8vw, 112px);
	align-items: center;
}

.df-page-photo-stack,
.df-page-feature-image {
	position: relative;
	max-width: 540px;
}

.df-page-photo-stack > img,
.df-page-feature-image > img {
	width: 100%;
	min-height: 570px;
	object-fit: cover;
}

.df-page-photo-stack > div,
.df-page-feature-image > div {
	position: absolute;
	right: -24px;
	bottom: 31px;
	display: grid;
	grid-template-columns: auto 1fr;
	min-width: 270px;
	padding: 19px;
	align-items: center;
	gap: 5px 13px;
	background: var(--dfp-navy-deep);
	box-shadow: 0 20px 45px rgba(5,28,40,.23);
	color: var(--dfp-white);
}

.df-page-photo-stack > div > span {
	grid-row: 1 / 3;
	display: grid;
	width: 37px;
	height: 37px;
	border: 1px solid rgba(240,204,115,.5);
	border-radius: 50%;
	place-items: center;
	color: var(--dfp-gold-light);
}

.df-page-photo-stack strong,
.df-page-feature-image strong { color: var(--dfp-white); font-size: 13px; }
.df-page-photo-stack small,
.df-page-feature-image span { color: rgba(255,255,255,.6); font-size: 10px; }

.df-about-credentials {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin-top: 34px;
	background: var(--dfp-line);
}

.df-about-credentials > div {
	padding: 19px 15px;
	background: var(--dfp-white);
}

.df-about-credentials strong,
.df-about-credentials span { display: block; }
.df-about-credentials strong { color: var(--dfp-ink); font-size: 12px; }
.df-about-credentials span { margin-top: 5px; color: var(--dfp-copy); font-size: 10px; line-height: 1.45; }

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

.df-value-grid article {
	min-height: 295px;
	padding: 32px;
	border: 1px solid var(--dfp-line);
	background: var(--dfp-white);
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.df-value-grid article:hover {
	border-color: rgba(214,163,52,.55);
	box-shadow: 0 20px 42px rgba(8,43,59,.08);
	transform: translateY(-4px);
}

.df-value-grid article > span,
.df-services-cards article > span {
	color: var(--dfp-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
}

.df-value-grid h3 {
	margin: 62px 0 0;
	color: var(--dfp-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: 400;
}

.df-value-grid p {
	margin: 14px 0 0;
	color: var(--dfp-copy);
	font-size: 13px;
	line-height: 1.7;
}

/* Mission & Vision */
.df-mv-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.df-mv-card {
	padding: 40px;
	border: 1px solid var(--dfp-line);
	border-radius: 4px;
	background: var(--dfp-white);
}

.df-mv-icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: rgba(214,163,52,.12);
}

.df-mv-icon svg {
	width: 26px;
	height: 26px;
	fill: none;
	stroke: var(--dfp-gold);
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.df-mv-card h3 {
	margin: 22px 0 0;
	color: var(--dfp-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-weight: 400;
}

.df-mv-card p {
	margin: 13px 0 0;
	color: var(--dfp-copy);
	font-size: 14px;
	line-height: 1.72;
}

/* Why choose us */
.df-whychoose-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.df-whychoose-grid article {
	padding: 28px 24px;
	border: 1px solid var(--dfp-line);
	border-radius: 4px;
	background: var(--dfp-white);
}

.df-whychoose-grid article > span {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--dfp-navy);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

.df-whychoose-grid h3 {
	margin: 20px 0 0;
	color: var(--dfp-ink);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
}

.df-whychoose-grid p {
	margin: 9px 0 0;
	color: var(--dfp-copy);
	font-size: 13px;
	line-height: 1.65;
}

/* Industries served */
.df-industry-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

.df-industry-grid > div {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 20px;
	border: 1px solid var(--dfp-line);
	border-radius: 4px;
	background: var(--dfp-white);
	color: var(--dfp-ink);
	font-size: 14px;
	font-weight: 600;
	transition: border-color .2s ease, transform .2s ease;
}

.df-industry-grid > div:hover {
	border-color: rgba(214,163,52,.55);
	transform: translateY(-3px);
}

.df-industry-grid > div > span {
	color: var(--dfp-gold);
	font-size: 15px;
}

.df-support-band {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(380px, 1.15fr);
	gap: clamp(50px, 8vw, 115px);
	padding: 55px;
	background: var(--dfp-navy-deep);
	color: var(--dfp-white);
}

.df-support-band .df-page-kicker { color: var(--dfp-gold-light); }
.df-support-band h2 { color: var(--dfp-white); }
.df-support-band ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 25px;
	margin: 0;
	padding: 0;
	align-content: center;
	list-style: none;
}

.df-support-band li {
	display: flex;
	align-items: center;
	gap: 10px;
	color: rgba(255,255,255,.72);
	font-size: 12px;
}

.df-support-band li span {
	display: grid;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	border: 1px solid rgba(240,204,115,.48);
	border-radius: 50%;
	place-items: center;
	color: var(--dfp-gold-light);
	font-size: 9px;
}

.df-services-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 17px;
}

.df-services-cards article {
	display: flex;
	min-height: 340px;
	padding: 30px;
	border: 1px solid var(--dfp-line);
	flex-direction: column;
	background: var(--dfp-white);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.df-services-cards article:first-child {
	background: var(--dfp-navy-deep);
	color: var(--dfp-white);
}

.df-services-cards article:hover {
	border-color: rgba(214,163,52,.55);
	box-shadow: 0 20px 44px rgba(8,43,59,.09);
	transform: translateY(-4px);
}

.df-services-cards h3 {
	margin: 52px 0 0;
	color: var(--dfp-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 27px;
	font-weight: 400;
	letter-spacing: -.025em;
	line-height: 1.08;
}

.df-services-cards article:first-child h3 { color: var(--dfp-white); }

.df-services-cards p {
	margin: 15px 0 24px;
	color: var(--dfp-copy);
	font-size: 12px;
	line-height: 1.7;
}

.df-services-cards article:first-child p { color: rgba(255,255,255,.62); }

.df-services-cards a {
	display: flex;
	margin-top: auto;
	padding-top: 17px;
	border-top: 1px solid var(--dfp-line);
	align-items: center;
	justify-content: space-between;
	color: var(--dfp-ink);
	font-size: 11px;
	font-weight: 800;
}

.df-services-cards article:first-child a {
	border-color: rgba(255,255,255,.13);
	color: var(--dfp-white);
}

.df-services-cards a b { color: var(--dfp-gold); font-weight: 400; }

.df-service-feature .df-page-prose { order: 1; }
.df-service-feature .df-page-feature-image { order: 2; justify-self: end; }

.df-number-list {
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
}

.df-number-list li {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px;
	padding: 18px 0;
	border-top: 1px solid var(--dfp-line);
}

.df-number-list li > span {
	display: grid;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	place-items: center;
	background: var(--dfp-navy-deep);
	color: var(--dfp-gold-light);
	font-size: 11px;
	font-weight: 800;
}

.df-number-list strong { color: var(--dfp-ink); font-size: 13px; }
.df-number-list p { margin: 4px 0 0; color: var(--dfp-copy); font-size: 11px; line-height: 1.55; }

.df-form-section { background: linear-gradient(90deg, var(--dfp-soft) 0 38%, var(--dfp-white) 38%); }

.df-form-layout {
	display: grid;
	grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
	gap: clamp(55px, 8vw, 110px);
	align-items: start;
}

.df-form-aside {
	position: sticky;
	top: 35px;
}

.df-form-aside > p { margin-top: 20px; }

.df-form-aside > ul {
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.df-form-aside > ul li {
	display: flex;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid var(--dfp-line);
	align-items: center;
	color: var(--dfp-copy);
	font-size: 12px;
}

.df-form-aside > ul span {
	display: grid;
	width: 20px;
	height: 20px;
	border: 1px solid rgba(214,163,52,.65);
	border-radius: 50%;
	place-items: center;
	color: #a8750e;
	font-size: 9px;
}

.df-form-help {
	margin-top: 30px;
	padding: 22px;
	border-left: 3px solid var(--dfp-gold);
	background: var(--dfp-navy-deep);
	color: var(--dfp-white);
}

.df-form-help strong { font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 400; }
.df-form-help strong { color: var(--dfp-white); }
.df-form-help p { margin: 8px 0 0; color: rgba(255,255,255,.61); font-size: 11px; line-height: 1.6; }
.df-form-help a { display: inline-flex; gap: 10px; margin-top: 15px; color: var(--dfp-gold-light); font-size: 11px; font-weight: 800; }

.df-form-wrap {
	padding: clamp(28px, 4.8vw, 56px);
	border: 1px solid var(--dfp-line);
	background: var(--dfp-white);
	box-shadow: 0 30px 70px rgba(8,43,59,.1);
}

.df-form-wrap .wpcf7-form { margin: 0; }
.df-form-wrap .df-cf7-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.df-form-wrap .df-cf7-field { margin-bottom: 20px; }

.df-form-wrap label {
	display: block;
	margin-bottom: 8px;
	color: var(--dfp-ink);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .02em;
}

.df-form-wrap .wpcf7-form-control-wrap { display: block; margin-top: 8px; }

.df-form-wrap input:not([type="submit"]):not([type="checkbox"]),
.df-form-wrap select,
.df-form-wrap textarea {
	width: 100%;
	border: 1px solid var(--dfp-line);
	border-radius: 5px;
	outline: 0;
	background: var(--dfp-soft);
	color: var(--dfp-ink);
	font-family: inherit;
	font-size: 13px;
	transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.df-form-wrap input:not([type="submit"]):not([type="checkbox"]),
.df-form-wrap select { min-height: 54px; padding: 0 15px; }
.df-form-wrap textarea { min-height: 150px; padding: 15px; resize: vertical; }

.df-form-wrap input:focus,
.df-form-wrap select:focus,
.df-form-wrap textarea:focus {
	border-color: var(--dfp-gold);
	background: var(--dfp-white);
	box-shadow: 0 0 0 3px rgba(214,163,52,.12);
}

.df-form-wrap .wpcf7-acceptance .wpcf7-list-item { margin: 2px 0 24px; }
.df-form-wrap .wpcf7-acceptance label { display: flex; gap: 10px; align-items: flex-start; color: var(--dfp-copy); font-weight: 500; line-height: 1.55; }
.df-form-wrap .wpcf7-acceptance input { margin-top: 3px; accent-color: var(--dfp-gold); }
.df-form-wrap .wpcf7-acceptance a { color: var(--dfp-blue); text-decoration: underline; }

.df-form-wrap input[type="submit"] {
	width: 100%;
	min-height: 57px;
	border: 0;
	border-radius: 6px;
	background: var(--dfp-gold);
	color: var(--dfp-navy-deep);
	cursor: pointer;
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	transition: background .2s ease, transform .2s ease;
}

.df-form-wrap input[type="submit"]:hover,
.df-form-wrap input[type="submit"]:focus-visible { background: var(--dfp-gold-light); transform: translateY(-2px); }

/* Clean, intentional disabled state (CF7 disables submit until the privacy
   checkbox is ticked). Overrides CF7's faded ".wpcf7 [inert]{opacity:.5}" so it
   reads as "waiting for agreement" instead of looking like a broken button. */
.df-form-wrap input[type="submit"]:disabled,
.df-form-wrap input[type="submit"][inert] {
	background: #e9edf0 !important;
	color: #93a1a6 !important;
	opacity: 1 !important;
	cursor: not-allowed;
	transform: none !important;
}
.df-form-wrap .wpcf7-spinner { display: block; margin: 12px auto 0; }
.df-form-wrap .wpcf7-not-valid-tip { margin-top: 6px; color: #a43131; font-size: 11px; }
.df-form-wrap .wpcf7-response-output { margin: 20px 0 0 !important; padding: 12px 14px !important; border-width: 1px !important; font-size: 12px; line-height: 1.5; }

.df-contact-routes { margin-top: 32px; }

.df-contact-routes > a {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 13px;
	padding: 20px 0;
	border-top: 1px solid var(--dfp-line);
	align-items: center;
	color: var(--dfp-ink);
}

.df-contact-routes > a > span {
	display: grid;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	place-items: center;
	background: var(--dfp-navy-deep);
	color: var(--dfp-gold-light);
	font-size: 9px;
	font-weight: 800;
}

.df-contact-routes strong,
.df-contact-routes small { display: block; }
.df-contact-routes strong { font-size: 12px; }
.df-contact-routes small { margin-top: 4px; color: var(--dfp-copy); font-size: 10px; line-height: 1.45; }
.df-contact-routes b { color: var(--dfp-gold); font-weight: 400; }

.df-faq-layout {
	display: grid;
	grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
	gap: clamp(55px, 9vw, 125px);
}

.df-faq-layout > div:first-child > p:last-child { margin-top: 20px; }

.df-page-faqs details { border-top: 1px solid var(--dfp-line); }
.df-page-faqs details:last-child { border-bottom: 1px solid var(--dfp-line); }
.df-page-faqs summary {
	display: flex;
	padding: 21px 0;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	color: var(--dfp-ink);
	cursor: pointer;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	list-style: none;
}

.df-page-faqs summary::-webkit-details-marker { display: none; }
.df-page-faqs summary span { position: relative; flex: 0 0 24px; width: 24px; height: 24px; }
.df-page-faqs summary span::before,
.df-page-faqs summary span::after { content: ""; position: absolute; top: 11px; left: 4px; width: 16px; height: 1px; background: var(--dfp-blue); }
.df-page-faqs summary span::after { transform: rotate(90deg); transition: transform .2s ease; }
.df-page-faqs details[open] summary span::after { transform: rotate(0); }
.df-page-faqs details p { margin: -5px 45px 22px 0; color: var(--dfp-copy); font-size: 12px; line-height: 1.7; }

.df-topic-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 17px;
}

.df-topic-grid article {
	padding: 30px;
	border: 1px solid var(--dfp-line);
	background: var(--dfp-white);
}

.df-topic-grid article > span { color: var(--dfp-gold); }
.df-topic-grid h3 { margin: 50px 0 0; color: var(--dfp-ink); font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 400; }
.df-topic-grid p { margin: 13px 0 0; color: var(--dfp-copy); font-size: 12px; line-height: 1.65; }

.df-office-grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 60px;
	align-items: start;
}

.df-office-list {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.df-office-list li {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 16px;
	padding: 20px 0;
	border-top: 1px solid var(--dfp-line);
}

.df-office-icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--dfp-soft);
}

.df-office-icon svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: var(--dfp-gold);
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.df-office-list strong { display: block; margin-bottom: 4px; color: var(--dfp-ink); font-size: 14px; }
.df-office-list p { margin: 0; color: var(--dfp-copy); font-size: 13px; line-height: 1.6; }
.df-office-list a { color: var(--dfp-copy); }
.df-office-list a:hover,
.df-office-list a:focus-visible { color: var(--dfp-ink); }

.df-office-map {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 340px;
	border: 1px dashed var(--dfp-line);
	border-radius: 4px;
	background: var(--dfp-soft);
	text-align: center;
}

.df-office-map svg {
	width: 34px;
	height: 34px;
	fill: none;
	stroke: var(--dfp-gold);
	stroke-width: 1.5;
}

.df-office-map p {
	max-width: 240px;
	margin: 0;
	color: var(--dfp-copy);
	font-size: 13px;
	line-height: 1.6;
}

.df-office-map iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.df-insight-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 17px;
}

.df-insight-grid article {
	position: relative;
	display: flex;
	min-height: 420px;
	padding: 32px;
	border: 1px solid var(--dfp-line);
	flex-direction: column;
	overflow: hidden;
	background: var(--dfp-white);
}

.df-insight-grid article:nth-child(2) { background: var(--dfp-soft); }
.df-insight-grid article:nth-child(3) { background: var(--dfp-navy-deep); color: var(--dfp-white); }

.df-insight-number {
	position: absolute;
	top: -16px;
	right: 18px;
	color: rgba(8,43,59,.045);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 105px;
	line-height: 1;
}

.df-insight-grid article:nth-child(3) .df-insight-number { color: rgba(255,255,255,.055); }
.df-insight-grid .df-page-label { position: relative; color: #a8750e; }
.df-insight-grid article:nth-child(3) .df-page-label { color: var(--dfp-gold-light); }

.df-insight-grid h3 {
	position: relative;
	margin: 80px 0 0;
	color: var(--dfp-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: -.03em;
	line-height: 1.08;
}

.df-insight-grid article:nth-child(3) h3 { color: var(--dfp-white); }
.df-insight-grid article > p:not(.df-page-label) { margin: 17px 0 24px; color: var(--dfp-copy); font-size: 12px; line-height: 1.7; }
.df-insight-grid article:nth-child(3) > p:not(.df-page-label) { color: rgba(255,255,255,.6); }
.df-insight-grid article > span { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--dfp-line); color: #8a6a25; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.df-insight-grid article:nth-child(3) > span { border-color: rgba(255,255,255,.13); color: var(--dfp-gold-light); }

.df-insight-callout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 55px;
	padding: 52px;
	align-items: center;
	background: var(--dfp-white);
	box-shadow: 0 25px 55px rgba(8,43,59,.07);
}

.df-insight-callout p { max-width: 690px; margin-top: 16px; }
.df-insight-callout > div:last-child { display: flex; flex-direction: column; align-items: center; gap: 17px; }
.df-insight-callout > div:last-child > a:not(.df-page-button) { color: var(--dfp-blue); font-size: 11px; font-weight: 800; }

@media (max-width: 1050px) {
	.df-page-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr); gap: 45px; }
	.df-page-hero-note { right: -12px; }
	.df-about-credentials { grid-template-columns: 1fr; }
	.df-services-cards { grid-template-columns: repeat(2, 1fr); }
	.df-whychoose-grid,
	.df-industry-grid { grid-template-columns: repeat(2, 1fr); }
	.df-footer-placeholder { display: none; }
}

@media (max-width: 820px) {
	.df-page-shell { width: min(calc(100% - 36px), var(--dfp-shell)); }
	.df-page-hero { min-height: 0; padding: 76px 0 90px; }
	.df-page-hero-grid,
	.df-page-heading,
	.df-page-split,
	.df-support-band,
	.df-form-layout,
	.df-faq-layout,
	.df-office-grid,
	.df-mv-grid,
	.df-insight-callout { grid-template-columns: 1fr; }
	.df-page-hero-visual { max-width: 610px; margin-top: 15px; justify-self: stretch; }
	.df-page-hero-note { right: 15px; }
	.df-page-heading,
	.df-page-split,
	.df-form-layout,
	.df-faq-layout { gap: 44px; }
	.df-page-photo-stack,
	.df-page-feature-image { max-width: 610px; }
	.df-page-photo-stack > div,
	.df-page-feature-image > div { right: 14px; }
	.df-support-band { padding: 40px; }
	.df-form-section { background: var(--dfp-soft); }
	.df-form-aside { position: static; }
	.df-service-feature .df-page-prose,
	.df-service-feature .df-page-feature-image { order: initial; }
	.df-topic-grid,
	.df-insight-grid { grid-template-columns: 1fr; }
	.df-insight-grid article { min-height: 350px; }
	.df-insight-callout { gap: 34px; }
	.df-insight-callout > div:last-child { align-items: flex-start; }
}

@media (max-width: 560px) {
	.df-page-shell { width: auto; margin-right: 14px; margin-left: 14px; }
	.df-page-hero { padding-top: 60px; }
	.df-page-breadcrumb { margin-bottom: 27px; }
	.df-page-hero h1 { font-size: clamp(39px, 11.5vw, 50px); line-height: 1.01; }
	.df-page-lead { font-size: 15px; }
	.df-page-hero-actions { align-items: stretch; flex-direction: column; }
	.df-page-button { width: 100%; }
	.df-page-image-frame { padding: 8px; }
	.df-page-image-frame::after { inset: 8px; }
	.df-page-hero-note { position: relative; right: auto; bottom: auto; width: calc(100% - 26px); margin: -12px 0 0 13px; }
	.df-page-section { padding: 72px 0; }
	.df-page-heading { margin-bottom: 37px; }
	.df-page-heading h2,
	.df-page-prose h2,
	.df-form-aside h2,
	.df-faq-layout h2,
	.df-insight-callout h2,
	.df-support-band h2 { font-size: 36px; }
	.df-page-photo-stack > img,
	.df-page-feature-image > img { min-height: 420px; }
	.df-page-photo-stack > div,
	.df-page-feature-image > div { position: relative; right: auto; bottom: auto; min-width: 0; width: calc(100% - 28px); margin: -16px 0 0 14px; }
	.df-value-grid,
	.df-services-cards,
	.df-whychoose-grid { grid-template-columns: 1fr; }
	.df-mv-card { padding: 30px; }
	.df-value-grid article { min-height: 260px; }
	.df-services-cards article { min-height: 315px; }
	.df-support-band { padding: 29px 24px; }
	.df-support-band ul { grid-template-columns: 1fr; }
	.df-form-wrap { padding: 24px 18px; }
	.df-form-wrap .df-cf7-grid { grid-template-columns: 1fr; gap: 0; }
	.df-page-faqs summary { font-size: 18px; }
	.df-insight-grid article { min-height: 330px; padding: 27px; }
	.df-insight-grid h3 { margin-top: 63px; font-size: 27px; }
	.df-insight-callout { padding: 29px 23px; }
}

@media (prefers-reduced-motion: reduce) {
	.df-pages a,
	.df-pages article,
	.df-pages input { transition: none !important; }
}
