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

.dawn-tax-homepage .site-content {
	padding: 0;
}

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

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

.df-home a {
	text-decoration: none;
}

.df-home img,
.df-home svg {
	display: block;
}

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

.df-hero {
	position: relative;
	isolation: isolate;
	min-height: 740px;
	padding: clamp(88px, 9vw, 138px) 0 92px;
	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(--df-navy-deep);
	color: var(--df-white);
}

.df-hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	right: -12%;
	bottom: -46%;
	width: 680px;
	height: 680px;
	border: 1px solid rgba(214,163,52,.18);
	border-radius: 50%;
	box-shadow: 0 0 0 90px rgba(214,163,52,.035), 0 0 0 180px rgba(214,163,52,.025);
}

.df-hero-glow {
	position: absolute;
	z-index: -1;
	top: -180px;
	left: -140px;
	width: 560px;
	height: 560px;
	border-radius: 50%;
	background: rgba(27, 89, 111, .42);
	filter: blur(110px);
}

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

.df-hero-copy {
	max-width: 690px;
}

.df-eyebrow,
.df-kicker {
	margin: 0 0 22px;
	color: var(--df-gold-light);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 1.3;
	text-transform: uppercase;
}

.df-eyebrow {
	display: flex;
	gap: 12px;
	align-items: center;
}

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

.df-hero h1 {
	max-width: 820px;
	margin: 0;
	color: var(--df-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 4.6vw, 62px);
	font-weight: 500;
	letter-spacing: -.04em;
	line-height: 1.04;
}

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

.df-hero-lead {
	max-width: 625px;
	margin: 30px 0 0;
	color: rgba(255,255,255,.75);
	font-size: clamp(17px, 1.45vw, 20px);
	line-height: 1.7;
}

.df-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	margin-top: 34px;
}

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

.df-button svg {
	width: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

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

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

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

.df-button-ghost {
	border-color: rgba(255,255,255,.3);
	background: transparent;
	color: var(--df-white);
}

.df-button-ghost:hover,
.df-button-ghost:focus-visible {
	border-color: var(--df-white);
	background: rgba(255,255,255,.07);
	color: var(--df-white);
}

.df-hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	margin: 32px 0 0;
	padding: 0;
	color: rgba(255,255,255,.69);
	font-size: 13px;
	list-style: none;
}

.df-hero-points li {
	display: flex;
	align-items: center;
	gap: 8px;
}

.df-trust-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.df-trust-badges li {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 8px 14px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 100px;
	background: rgba(255,255,255,.05);
	color: rgba(255,255,255,.82);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .01em;
}

.df-trust-badges svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: var(--df-gold-light);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.df-hero-points span {
	display: grid;
	width: 19px;
	height: 19px;
	border: 1px solid rgba(240,204,115,.55);
	border-radius: 50%;
	place-items: center;
	color: var(--df-gold-light);
	font-size: 10px;
}

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

.df-image-frame {
	position: relative;
	padding: 12px;
	border: 1px solid rgba(255,255,255,.16);
	background: rgba(255,255,255,.055);
	box-shadow: 0 30px 70px rgba(0,0,0,.32);
}

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

.df-image-shade {
	position: absolute;
	inset: 12px;
	background: linear-gradient(180deg, transparent 40%, rgba(4,29,42,.63));
	pointer-events: none;
}

.df-season-card {
	position: absolute;
	right: -30px;
	bottom: 46px;
	display: flex;
	width: min(330px, calc(100% - 20px));
	padding: 20px;
	border-left: 3px solid var(--df-gold);
	align-items: center;
	gap: 14px;
	background: var(--df-white);
	box-shadow: 0 22px 48px rgba(0,0,0,.25);
	color: var(--df-ink);
}

.df-season-icon {
	display: grid;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	place-items: center;
	background: #eef3f1;
}

.df-season-icon svg {
	width: 22px;
	fill: none;
	stroke: var(--df-blue);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.df-season-card strong,
.df-season-card span {
	display: block;
}

.df-season-card strong {
	margin-bottom: 3px;
	font-size: 15px;
}

.df-season-card div > span {
	color: var(--df-copy);
	font-size: 12px;
}

.df-filing-note {
	position: absolute;
	bottom: -46px;
	left: -54px;
	display: flex;
	width: 280px;
	padding: 20px;
	gap: 13px;
	background: var(--df-gold);
	color: var(--df-navy-deep);
	box-shadow: 0 18px 42px rgba(0,0,0,.2);
}

.df-filing-note > span {
	font-family: Georgia, serif;
	font-size: 26px;
	line-height: 1;
}

.df-filing-note p {
	margin: 0;
	font-size: 12px;
	line-height: 1.45;
}

.df-filing-note strong {
	display: block;
	margin-bottom: 3px;
	font-size: 13px;
}

.df-confidence {
	border-bottom: 1px solid var(--df-line);
	background: var(--df-white);
}

.df-confidence-grid {
	display: grid;
	grid-template-columns: 1.2fr repeat(3, 1fr);
	min-height: 118px;
	align-items: center;
}

.df-confidence-grid > p {
	max-width: 250px;
	margin: 0;
	color: var(--df-ink);
	font-family: Georgia, serif;
	font-size: 19px;
	font-style: italic;
	line-height: 1.4;
}

.df-confidence-item {
	display: flex;
	min-height: 58px;
	padding-left: 28px;
	border-left: 1px solid var(--df-line);
	align-items: center;
	gap: 13px;
}

.df-confidence-item svg {
	width: 28px;
	fill: none;
	stroke: var(--df-gold);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.df-confidence-item span,
.df-confidence-item strong {
	display: block;
}

.df-confidence-item span {
	color: #75878f;
	font-size: 11px;
	line-height: 1.4;
}

.df-confidence-item strong {
	margin-bottom: 2px;
	color: var(--df-ink);
	font-size: 14px;
}

.df-section {
	padding: clamp(84px, 10vw, 134px) 0;
}

.df-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
	gap: 70px;
	align-items: end;
	margin-bottom: 58px;
}

.df-kicker {
	margin-bottom: 16px;
	color: #a8750e;
}

.df-section h2,
.df-detail h2,
.df-process h2,
.df-audience h2,
.df-faq h2,
.df-closing h2 {
	margin: 0;
	color: var(--df-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 4.4vw, 58px);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: 1.07;
}

.df-section-heading > p {
	max-width: 455px;
	margin: 0 0 4px;
	color: var(--df-copy);
	font-size: 16px;
	line-height: 1.75;
}

.df-services {
	background: #fbfcfb;
}

.df-service-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--df-line);
	border-left: 1px solid var(--df-line);
}

.df-service {
	position: relative;
	min-height: 360px;
	padding: 34px 28px 30px;
	border-right: 1px solid var(--df-line);
	border-bottom: 1px solid var(--df-line);
	background: var(--df-white);
	transition: transform .25s ease, box-shadow .25s ease;
}

.df-service:hover {
	z-index: 1;
	transform: translateY(-5px);
	box-shadow: 0 20px 55px rgba(8,43,59,.12);
}

.df-service-featured {
	background: var(--df-navy);
	color: var(--df-white);
}

.df-service-number {
	position: absolute;
	top: 28px;
	right: 26px;
	color: #aebdc2;
	font-family: Georgia, serif;
	font-size: 14px;
}

.df-service-featured .df-service-number {
	color: rgba(255,255,255,.45);
}

.df-service-icon {
	display: grid;
	width: 56px;
	height: 56px;
	margin-bottom: 42px;
	border-radius: 50%;
	place-items: center;
	background: #edf3f1;
}

.df-service-featured .df-service-icon {
	background: rgba(255,255,255,.1);
}

.df-service-icon svg {
	width: 27px;
	fill: none;
	stroke: var(--df-blue);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.df-service-featured .df-service-icon svg {
	stroke: var(--df-gold-light);
}

.df-service h3 {
	margin: 0 0 14px;
	color: var(--df-ink);
	font-family: Georgia, serif;
	font-size: 25px;
	font-weight: 500;
}

.df-service-featured h3 {
	color: var(--df-white);
}

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

.df-service-featured p {
	color: rgba(255,255,255,.68);
}

.df-service a {
	position: absolute;
	right: 28px;
	bottom: 28px;
	left: 28px;
	display: flex;
	border-top: 1px solid var(--df-line);
	padding-top: 17px;
	justify-content: space-between;
	color: var(--df-blue);
	font-size: 13px;
	font-weight: 800;
}

.df-service-featured a {
	border-color: rgba(255,255,255,.15);
	color: var(--df-gold-light);
}

.df-detail {
	background: var(--df-white);
}

.df-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	gap: clamp(60px, 8vw, 108px);
	align-items: center;
}

.df-detail-visual {
	position: relative;
}

.df-detail-visual::before {
	content: "";
	position: absolute;
	top: -18px;
	left: -18px;
	width: 46%;
	height: 52%;
	border-top: 2px solid var(--df-gold);
	border-left: 2px solid var(--df-gold);
}

.df-detail-visual img {
	position: relative;
	width: 100%;
	min-height: 555px;
	object-fit: cover;
	box-shadow: 0 30px 60px rgba(8,43,59,.15);
}

.df-detail-caption {
	position: absolute;
	right: -34px;
	bottom: 30px;
	display: flex;
	width: 285px;
	padding: 20px;
	align-items: center;
	gap: 13px;
	background: var(--df-white);
	box-shadow: 0 18px 46px rgba(8,43,59,.19);
}

.df-detail-caption > span {
	display: grid;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	place-items: center;
	background: #f5ead0;
	color: #986700;
}

.df-detail-caption p {
	margin: 0;
	color: var(--df-copy);
	font-size: 12px;
	line-height: 1.45;
}

.df-detail-caption strong {
	display: block;
	margin-bottom: 2px;
	color: var(--df-ink);
	font-size: 13px;
}

.df-detail-intro {
	margin: 25px 0 34px;
	color: var(--df-copy);
	font-size: 17px;
	line-height: 1.75;
}

.df-check-list {
	border-top: 1px solid var(--df-line);
}

.df-check-list > div {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 16px;
	padding: 19px 0;
	border-bottom: 1px solid var(--df-line);
}

.df-check-list span {
	padding-top: 3px;
	color: #a8750e;
	font-family: Georgia, serif;
	font-size: 14px;
}

.df-check-list p {
	margin: 0;
	color: var(--df-copy);
	font-size: 13px;
	line-height: 1.55;
}

.df-check-list strong {
	display: block;
	margin-bottom: 4px;
	color: var(--df-ink);
	font-size: 15px;
}

.df-text-link {
	display: inline-flex;
	margin-top: 29px;
	border-bottom: 1px solid var(--df-gold);
	padding-bottom: 4px;
	gap: 10px;
	color: var(--df-ink);
	font-size: 13px;
	font-weight: 800;
}

.df-process {
	background: var(--df-soft);
}

.df-process-heading {
	max-width: 760px;
	margin-bottom: 64px;
}

.df-process-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0;
	padding: 0;
	list-style: none;
}

.df-process-grid li {
	position: relative;
	padding-right: 60px;
}

.df-step {
	display: grid;
	width: 58px;
	height: 58px;
	margin-bottom: 31px;
	border: 1px solid #a9bcc3;
	border-radius: 50%;
	place-items: center;
	background: var(--df-soft);
	color: var(--df-blue);
	font-family: Georgia, serif;
	font-size: 16px;
}

.df-step-line {
	position: absolute;
	top: 29px;
	left: 74px;
	width: calc(100% - 85px);
	height: 1px;
	background: #c9d5d9;
}

.df-step-line::after {
	content: "";
	position: absolute;
	top: -3px;
	right: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--df-gold);
}

.df-process-grid h3 {
	margin: 0 0 12px;
	color: var(--df-ink);
	font-family: Georgia, serif;
	font-size: 23px;
	font-weight: 500;
}

.df-process-grid p {
	max-width: 295px;
	margin: 0;
	color: var(--df-copy);
	font-size: 14px;
	line-height: 1.7;
}

.df-process-action {
	display: flex;
	margin-top: 66px;
	border-top: 1px solid #cbd8dc;
	padding-top: 29px;
	align-items: center;
	justify-content: space-between;
}

.df-process-action p {
	margin: 0;
	color: var(--df-ink);
	font-family: Georgia, serif;
	font-size: 19px;
	font-style: italic;
}

.df-button-dark {
	min-height: 50px;
	background: var(--df-navy);
	color: var(--df-white);
}

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

.df-audience {
	position: relative;
	background:
		radial-gradient(circle at 7% 100%, rgba(214,163,52,.12), transparent 31%),
		var(--df-navy);
	color: var(--df-white);
}

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

.df-kicker-light {
	color: var(--df-gold-light);
}

.df-audience h2,
.df-closing h2 {
	color: var(--df-white);
}

.df-audience-list {
	border-top: 1px solid rgba(255,255,255,.2);
}

.df-audience-list > div {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 14px;
	padding: 23px 0;
	border-bottom: 1px solid rgba(255,255,255,.16);
}

.df-audience-list > div > span {
	color: var(--df-gold-light);
	font-size: 18px;
}

.df-audience-list p {
	margin: 0;
	color: rgba(255,255,255,.67);
	font-size: 14px;
	line-height: 1.6;
}

.df-audience-list strong {
	display: block;
	margin-bottom: 4px;
	color: var(--df-white);
	font-size: 16px;
}

.df-section-heading-center {
	display: block;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.df-section-heading-center > p {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

.df-stats {
	position: relative;
	background:
		radial-gradient(circle at 93% 8%, rgba(214,163,52,.14), transparent 34%),
		var(--df-navy);
	color: var(--df-white);
}

.df-stats .df-kicker { color: var(--df-gold-light); }
.df-stats h2 { color: var(--df-white); }

.df-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
}

.df-stat {
	padding: 34px 20px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: var(--df-radius);
	text-align: center;
}

.df-stat-number {
	display: block;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 3.6vw, 46px);
	font-weight: 500;
	color: var(--df-gold-light);
}

.df-stat p {
	margin: 0;
	color: rgba(255,255,255,.72);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .01em;
}

.df-stat-badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.df-stat-icon {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(240,204,115,.14);
}

.df-stat-icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: var(--df-gold-light);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.df-testimonials {
	background: var(--df-soft);
}

.df-google-rating {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 22px auto 0;
	padding: 10px 18px;
	border: 1px solid var(--df-line);
	border-radius: 100px;
	background: var(--df-white);
}

.df-google-rating svg { width: 18px; height: 18px; flex: 0 0 18px; }

.df-google-rating span {
	color: var(--df-copy);
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
}

.df-google-rating strong { color: var(--df-ink); }

.df-testimonials-note {
	max-width: 520px;
	margin: 18px auto 0;
	color: #9aa8ac;
	font-size: 12px;
	font-style: italic;
}

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

.df-testimonial {
	margin: 0;
	padding: 32px;
	border: 1px solid var(--df-line);
	border-radius: var(--df-radius);
	background: var(--df-white);
}

.df-stars {
	margin-bottom: 16px;
	color: var(--df-gold);
	font-size: 15px;
	letter-spacing: .1em;
}

.df-testimonial blockquote {
	margin: 0 0 22px;
	color: var(--df-ink);
	font-size: 15px;
	line-height: 1.7;
}

.df-testimonial figcaption strong {
	display: block;
	color: var(--df-ink);
	font-size: 14px;
}

.df-testimonial figcaption span {
	color: var(--df-copy);
	font-size: 13px;
}

.df-faq {
	background: var(--df-white);
}

.df-faq-grid {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	gap: clamp(65px, 10vw, 130px);
}

.df-faq-intro > p:not(.df-kicker) {
	margin: 23px 0 0;
	color: var(--df-copy);
	font-size: 15px;
	line-height: 1.75;
}

.df-faq-list {
	border-top: 1px solid var(--df-line);
}

.df-faq-list details {
	border-bottom: 1px solid var(--df-line);
}

.df-faq-list summary {
	position: relative;
	padding: 25px 45px 25px 0;
	color: var(--df-ink);
	cursor: pointer;
	font-family: Georgia, serif;
	font-size: 20px;
	list-style: none;
}

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

.df-faq-list summary span,
.df-faq-list summary span::after {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 15px;
	height: 1px;
	background: var(--df-blue);
	content: "";
	transition: transform .2s ease;
}

.df-faq-list summary span::after {
	top: 0;
	right: 0;
	transform: rotate(90deg);
}

.df-faq-list details[open] summary span::after {
	transform: rotate(0);
}

.df-faq-list details p {
	max-width: 650px;
	margin: -5px 0 26px;
	color: var(--df-copy);
	font-size: 14px;
	line-height: 1.7;
}

.df-closing {
	padding: 82px 0;
	background:
		linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 64px 64px,
		var(--df-navy-deep);
}

.df-closing-inner {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 90px;
	align-items: center;
}

.df-closing-inner > div:last-child > p {
	max-width: 450px;
	margin: 0;
	color: rgba(255,255,255,.68);
	font-size: 16px;
	line-height: 1.65;
}

.df-closing-link {
	color: var(--df-white);
	font-size: 14px;
	font-weight: 800;
}

.df-closing-link:hover,
.df-closing-link:focus-visible {
	color: var(--df-gold-light);
}

@media (max-width: 1100px) {
	.df-hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr);
		gap: 48px;
	}

	.df-filing-note {
		left: -18px;
	}

	.df-season-card {
		right: -15px;
	}

	.df-confidence-grid {
		grid-template-columns: repeat(3, 1fr);
		padding: 23px 0;
	}

	.df-confidence-grid > p {
		grid-column: 1 / -1;
		max-width: none;
		margin-bottom: 18px;
		text-align: center;
	}

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

	.df-audience-grid {
		gap: 60px;
	}
}

@media (max-width: 800px) {
	.df-shell {
		width: min(calc(100% - 36px), var(--df-shell));
	}

	.df-hero {
		padding: 76px 0 84px;
	}

	.df-hero-grid,
	.df-section-heading,
	.df-detail-grid,
	.df-audience-grid,
	.df-faq-grid,
	.df-closing-inner {
		grid-template-columns: 1fr;
	}

	.df-hero-visual {
		max-width: 580px;
		margin-top: 22px;
		justify-self: stretch;
	}

	.df-filing-note {
		bottom: -38px;
		left: 18px;
	}

	.df-section-heading,
	.df-detail-grid,
	.df-audience-grid,
	.df-faq-grid,
	.df-closing-inner {
		gap: 42px;
	}

	.df-confidence-grid {
		grid-template-columns: 1fr;
	}

	.df-confidence-item {
		min-height: 64px;
		border-top: 1px solid var(--df-line);
		border-left: 0;
		padding-left: 0;
	}

	.df-process-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.df-process-grid li {
		padding: 0 0 0 80px;
	}

	.df-step {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
	}

	.df-step-line {
		top: 72px;
		left: 29px;
		width: 1px;
		height: calc(100% - 45px);
	}

	.df-step-line::after {
		top: auto;
		right: -3px;
		bottom: 0;
	}

	.df-process-action {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
	}

	.df-stats-grid {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.df-testimonial-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

@media (max-width: 560px) {
	.df-shell {
		width: min(calc(100% - 28px), var(--df-shell));
	}

	.df-hero {
		min-height: 0;
		padding-top: 62px;
	}

	.df-hero h1 {
		font-size: clamp(43px, 13vw, 62px);
	}

	.df-hero-lead {
		font-size: 16px;
	}

	.df-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.df-button {
		width: 100%;
	}

	.df-button-ghost {
		border: 0;
		min-height: 42px;
		padding: 0;
		justify-content: flex-start;
	}

	.df-hero-points {
		align-items: flex-start;
		flex-direction: column;
	}

	.df-image-frame {
		padding: 8px;
	}

	.df-image-shade {
		inset: 8px;
	}

	.df-season-card {
		right: -5px;
		bottom: 20px;
		padding: 16px;
	}

	.df-filing-note {
		position: relative;
		bottom: auto;
		left: auto;
		width: calc(100% - 30px);
		margin: -10px 0 0 15px;
	}

	.df-section {
		padding: 74px 0;
	}

	.df-section-heading {
		margin-bottom: 38px;
	}

	.df-section h2,
	.df-detail h2,
	.df-process h2,
	.df-audience h2,
	.df-faq h2,
	.df-closing h2 {
		font-size: 37px;
	}

	.df-service-grid {
		grid-template-columns: 1fr;
	}

	.df-service {
		min-height: 335px;
	}

	.df-stats-grid {
		grid-template-columns: 1fr 1fr;
		gap: 14px;
	}

	.df-stat {
		padding: 26px 14px;
	}

	.df-google-rating {
		align-items: flex-start;
		text-align: left;
	}

	.df-detail-visual img {
		min-height: 420px;
	}

	.df-detail-caption {
		right: 10px;
		bottom: 16px;
	}

	.df-closing {
		padding: 66px 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.df-home *,
	.df-home *::before,
	.df-home *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

/* Homepage header repair: the active Elementor header has an empty logo slot. */
.dawn-tax-homepage .elementor-161 .elementor-element-3a8444a1 {
	display: flex;
	justify-content: flex-start;
}

.df-header-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--df-navy-deep);
	line-height: 1;
	white-space: nowrap;
}

.df-header-brand:hover,
.df-header-brand:focus-visible { color: var(--df-navy-deep); }
.df-header-brand svg { width: 43px; height: 43px; flex: 0 0 43px; }
.df-header-brand > span {
	display: flex;
	flex-direction: column;
	color: var(--df-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.02;
}
.df-header-brand small {
	margin-top: 4px;
	color: #a8750e;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 7px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}
@media (max-width: 1100px) {
	.df-header-brand > span { font-size: 14px; }
}
@media (max-width: 800px) {
	.df-header-brand svg { width: 38px; height: 38px; flex-basis: 38px; }
}

/* Final small-screen polish: prevent clipping and keep navigation obvious. */
@media (max-width: 800px) {
	.dawn-tax-homepage .elementor-161 .elementor-element-341b62e2 {
		--flex-wrap: nowrap;
		--justify-content: space-between;
	}

	.dawn-tax-homepage .elementor-161 .elementor-element-2453aa5c {
		margin-left: auto;
	}

	.dawn-tax-homepage .elementor-161 .elementskit-menu-hamburger {
		display: flex !important;
		width: 44px;
		height: 44px;
		padding: 11px 10px;
		border: 1px solid #dce5e8 !important;
		border-radius: 6px !important;
		flex-direction: column;
		justify-content: center;
		background: #fff;
	}

	.dawn-tax-homepage .elementor-161 .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
		height: 2px;
		margin-bottom: 5px;
		background: var(--df-navy) !important;
	}

	.dawn-tax-homepage .elementor-161 .elementskit-menu-hamburger .elementskit-menu-hamburger-icon:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 560px) {
	.df-hero-copy {
		min-width: 0;
	}

	.df-hero h1 {
		font-size: clamp(37px, 11.5vw, 48px);
		letter-spacing: -.06em;
		line-height: 1.02;
	}

	.df-button-ghost {
		min-height: 56px;
		padding: 0 20px;
		border: 1px solid rgba(255,255,255,.3);
		justify-content: center;
	}
}

/* Narrow-phone containment and header layout. */
@media (max-width: 800px) {
	.dawn-tax-homepage {
		overflow-x: hidden;
	}

	.dawn-tax-homepage .elementor-161 .elementor-element-341b62e2 {
		--flex-wrap-mobile: nowrap;
		width: 100%;
		max-width: 100%;
	}

	.dawn-tax-homepage .elementor-161 .elementor-element-28e11ef1,
	.dawn-tax-homepage .elementor-161 .elementor-element-dc988fd {
		display: none;
	}

	.dawn-tax-homepage .elementor-161 .elementor-element-2453aa5c {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 560px) {
	.df-shell {
		width: auto;
		max-width: none;
		margin-right: 14px;
		margin-left: 14px;
	}

	.df-hero-grid,
	.df-hero-copy,
	.df-hero-lead,
	.df-actions {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.df-hero h1 {
		max-width: 100%;
		font-size: clamp(36px, 10.6vw, 44px);
	}

	.df-hero-lead {
		overflow-wrap: break-word;
	}

	.df-button {
		max-width: 100%;
	}
}

@media (max-width: 560px) {
	.df-shell.df-hero-grid {
		width: auto;
		max-width: none;
	}
}


/* Sticky Header Override */
#site-header, header#site-header, .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
}

/* Service Card Fix */
.df-service-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px;
    position: relative;
    transition: all 0.3s ease;
}
.df-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Mobile Optimizations */
@media (max-width: 768px) {
    #df-hero-title {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }
    .df-hero-grid, .df-detail-grid, .df-faq-grid {
        grid-template-columns: 1fr !important;
    }
    .df-actions {
        flex-direction: column !important;
    }
    .df-button {
        width: 100% !important;
        text-align: center !important;
        justify-content: center !important;
    }
}
