/*!
Theme Name: TSSG
Theme URI: https://www.tssgcoaching.com
Author: TSSG
Author URI: https://www.tssgcoaching.com
Description: TSSG Coaching Custom WordPress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tssg
Tags: sales-coaching, generator-dealer, generac

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TSSG is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
    font-family: "Manrope", sans-serif;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

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

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/**
 * Homepage CSS _ TSSG START
 */

.dg-section {
	position: relative;
	padding: 110px 0;
}

@media (max-width: 900px) {
	.dg-section {
		padding: 72px 0;
	}
}

.dg-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;

	z-index: 9999;

	background: rgba(255,255,255,.96);

	backdrop-filter: blur(16px);

	border-bottom: 1px solid rgba(0,0,0,.06);

	box-shadow:
		0 10px 40px rgba(0,0,0,.05);

	overflow: hidden;
}

.dg-header::before {
	content: "";

	position: absolute;

	left: 0;
	right: 0;
	bottom: 0;

	height: 1px;

	background:
		rgba(255,91,31,.08);
}

.dg-header::after {
	content: "";

	position: absolute;

	bottom: 0;

	width: 220px;
	height: 2px;

	background:
		linear-gradient(
			90deg,
			transparent,
			#ff5b1f,
			transparent
		);

	filter: blur(.4px);

	animation: dgPulseLine 8s ease-in-out infinite;
}

@keyframes dgPulseLine {

	0% {
		left: -220px;
		opacity: 0;
	}

	15% {
		opacity: 1;
	}

	50% {
		left: calc(50% - 110px);
		opacity: 1;
	}

	85% {
		opacity: 1;
	}

	100% {
		left: 100%;
		opacity: 0;
	}
}

.dg-header__inner {

	width: min(1200px, calc(100% - 40px));

	height: 90px;

	margin: 0 auto;

	display: flex;
	align-items: center;
	gap: 40px;
}

.dg-brand {
	display: flex;
	align-items: center;
	gap: 12px;

	text-decoration: none;

	flex-shrink: 0;
}

.dg-brand__icon {
	height: 58px;
	width: auto;
	display: block;
}

.dg-brand__text {
	display: grid;

	line-height: .88;

	font-size: 1.05rem;

	font-weight: 900;

	text-transform: uppercase;

	color: #1f1f1f;
}

.dg-brand__text strong {
	color: #ff5b1f;
	font-size: 1.35rem;
}

.dg-nav {
	margin-left: auto;
}

.dg-menu {
	display: flex;
	align-items: center;
	gap: 32px;

	list-style: none;

	margin: 0;
	padding: 0;
}

.dg-menu a {

	position: relative;

	color: #222;

	font-size: .95rem;

	font-weight: 800;

	text-decoration: none;

	transition: .2s;
}

.dg-menu a:hover {
	color: #ff5b1f;
}

.dg-menu a::after {

	content: "";

	position: absolute;

	left: 0;
	bottom: -8px;

	width: 0;

	height: 2px;

	background: #ff5b1f;

	transition: width .2s;
}

.dg-menu a:hover::after {
	width: 100%;
}

.dg-header__actions {

	display: flex;
	align-items: center;
	gap: 12px;
}

.dg-header__portal {

	display: inline-flex;
	align-items: center;
	justify-content: center;

	height: 46px;

	padding: 0 18px;

	border-radius: 999px;

	border: 1px solid rgba(0,0,0,.08);

	background: #fff;

	color: #1f1f1f;

	font-size: .85rem;

	font-weight: 800;

	text-decoration: none;

	transition: .2s;
}

.dg-header__portal:hover {

	background: #f7f7f7;

	color: #ff5b1f;

	border-color: rgba(255,91,31,.25);
}

.dg-header__cta {

	display: inline-flex;
	align-items: center;
	justify-content: center;

	height: 50px;

	padding: 0 24px;

	border-radius: 999px;

	background:
		linear-gradient(
			135deg,
			#ff5b1f,
			#ff7b3f
		);

	color: #fff !important;

	font-size: .9rem;

	font-weight: 900;

	text-decoration: none;

	box-shadow:
		0 14px 30px rgba(255,91,31,.28);

	transition: .2s;
}

.dg-header__cta:hover {

	transform: translateY(-2px);

	box-shadow:
		0 22px 44px rgba(255,91,31,.4);
}

.dg-menu-toggle {
	display: none;
}

.dg-mobile-panel {
	display: none;
}


@media (max-width: 1024px) {

	.dg-nav,
	.dg-header__actions {
		display: none;
	}

	.dg-menu-toggle {

		display: flex;

		width: 48px;
		height: 48px;

		border-radius: 999px;

		border: 1px solid rgba(0,0,0,.08);

		background: #fff;

		flex-direction: column;

		align-items: center;
		justify-content: center;

		gap: 4px;

		cursor: pointer;
	}

	.dg-menu-toggle span {

		width: 18px;
		height: 2px;

		background: #222;

		border-radius: 999px;
	}

	.dg-mobile-panel {

		display: none;

		padding: 20px;

		background: white;

		border-top: 1px solid rgba(0,0,0,.06);
	}

	.dg-header.is-open .dg-mobile-panel {

		display: grid;

		gap: 12px;
	}

	.dg-mobile-panel a {

		padding: 12px;

		border-radius: 12px;

		text-decoration: none;

		color: #222;

		font-weight: 700;
	}

	.dg-mobile-actions {

		display: grid;

		gap: 12px;

		margin-top: 12px;
	}
}

.dg-brand__text {
	font-family: "Lilita One", sans-serif;
	font-size: 1.25rem;
	line-height: .85;
	letter-spacing: .01em;
}

.dg-brand__text strong {
	color: #ff5b1f;
	font-size: 1.45rem;
}

.dg-hero {
	position: relative;
	padding: 170px 0 100px;
	background:
		radial-gradient(circle at 16% 22%, rgba(255,91,31,.16), transparent 32%),
		linear-gradient(180deg, #fff 0%, #fff7f1 100%);
	overflow: hidden;
}

.dg-container {
	width: min(1200px, calc(100% - 40px));
	margin-inline: auto;
}

.dg-hero__grid {
	display: grid;
	grid-template-columns: 1fr .95fr;
	gap: 70px;
	align-items: center;
}

.dg-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 22px;
	color: #ff5b1f;
	font-size: .76rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .14em;
}

.dg-eyebrow::after {
	content: "";
	width: 72px;
	height: 2px;
	border-radius: 99px;
	background: linear-gradient(90deg, #ff5b1f, transparent);
}

.dg-hero h1 {
	margin: 0;
	max-width: 760px;
	color: #1f1f1f;
	font-family: "Outfit", sans-serif;
	font-size: clamp(3.4rem, 7vw, 6.8rem);
	line-height: .88;
	letter-spacing: -.035em;
}

.dg-hero__content p:not(.dg-eyebrow) {
	max-width: 660px;
	margin-top: 28px;
	color: #5f5f5f;
	font-size: 1.18rem;
	line-height: 1.75;
}

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

.dg-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 900;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

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

.dg-btn-primary,
.dg-btn-primary:visited {
	background: linear-gradient(135deg, #ff5b1f, #ff7b3f);
	color: #fff;
	box-shadow: 0 16px 34px rgba(255,91,31,.28);
}

.dg-btn-primary:hover {
	color: #fff;
	box-shadow: 0 22px 46px rgba(255,91,31,.38);
}

.dg-btn-secondary,
.dg-btn-secondary:visited {
	background: #fff;
	color: #1f1f1f;
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 12px 28px rgba(0,0,0,.06);
}

.dg-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.dg-trust-row span {
	padding: 9px 12px;
	border-radius: 999px;
	background: rgba(255,91,31,.09);
	color: #1f1f1f;
	font-size: .82rem;
	font-weight: 800;
}

.dg-hero__visual {
	position: relative;
	min-height: 560px;
}

.dg-hero__generator {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 82%;
	height: 68%;
	object-fit: cover;
	border-radius: 34px;
	box-shadow: 0 30px 90px rgba(0,0,0,.14);
}

.dg-hero__doctor {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 26px;
	width: min(46%, 260px);
	filter: drop-shadow(0 20px 34px rgba(0,0,0,.22));
	animation: dgDoctorFloat 5s ease-in-out infinite;
}

.dg-price-card {
	position: absolute;
	z-index: 3;
	right: 24px;
	top: 70px;
	padding: 24px;
	border-radius: 24px;
	background: rgba(255,255,255,.94);
	backdrop-filter: blur(16px);
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 24px 70px rgba(0,0,0,.14);
}

.dg-price-card span,
.dg-price-card small {
	display: block;
	color: #666;
}

.dg-price-card strong {
	display: block;
	margin: 6px 0;
	color: #ff5b1f;
	font-family: "Outfit", sans-serif;
	font-size: 3rem;
	line-height: 1;
}

@keyframes dgDoctorFloat {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-12px);
	}
}

@media (max-width: 900px) {
	.dg-container {
		width: min(100% - 24px, 1200px);
	}

	.dg-hero {
		padding: 135px 0 70px;
	}

	.dg-hero__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.dg-hero__visual {
		min-height: 420px;
	}

	.dg-hero__generator {
		width: 100%;
		height: 70%;
	}

	.dg-hero__doctor {
		width: 190px;
	}

	.dg-price-card {
		position: relative;
		right: auto;
		top: auto;
		margin-top: 24px;
	}
}

.dg-footer {
	margin-top: 0;
}

.dg-footer__top {
	padding: 100px 0 70px;

	background:
		linear-gradient(
			180deg,
			#fff,
			#fff7f1
		);

	border-top: 1px solid rgba(0,0,0,.06);
}

.dg-footer__grid {

	display: grid;

	grid-template-columns:
		2fr
		1fr
		1fr
		1.2fr;

	gap: 50px;
}

.dg-footer__doctor {
	width: 90px;
	height: auto;

	display: block;

	margin-bottom: 16px;
}

.dg-footer__brand h2 {
	margin: 0;

	font-family: "Outfit", sans-serif;

	font-size: 2.5rem;

	line-height: .95;

	color: #1f1f1f;
}

.dg-footer__brand p {
	max-width: 420px;

	margin-top: 18px;

	color: #666;

	line-height: 1.8;
}

.dg-footer h3 {
	margin: 0 0 18px;

	color: #1f1f1f;

	font-size: .9rem;

	font-weight: 900;

	text-transform: uppercase;

	letter-spacing: .08em;
}

.dg-footer ul {
	list-style: none;

	margin: 0;
	padding: 0;
}

.dg-footer li + li {
	margin-top: 12px;
}

.dg-footer a {
	color: #555;
	text-decoration: none;

	transition: .2s;
}

.dg-footer a:hover {
	color: #ff5b1f;
}

.dg-footer__cta {

	display: inline-flex;

	align-items: center;
	justify-content: center;

	height: 48px;

	padding: 0 22px;

	margin-top: 18px;

	border-radius: 999px;

	background:
		linear-gradient(
			135deg,
			#ff5b1f,
			#ff7b3f
		);

	color: white !important;

	font-weight: 900;

	text-decoration: none;

	box-shadow:
		0 14px 30px rgba(255,91,31,.25);

	transition: .2s;
}

.dg-footer__cta:hover {

	transform: translateY(-2px);

	box-shadow:
		0 20px 42px rgba(255,91,31,.35);
}

.dg-footer__bottom {

	background: #1f1f1f;

	padding: 22px 0;
}

.dg-footer__bottom-inner {

	display: flex;

	align-items: center;
	justify-content: space-between;

	gap: 20px;
}

.dg-footer__bottom p {
	margin: 0;

	color: rgba(255,255,255,.7);

	font-size: .9rem;
}

.dg-footer__legal {

	display: flex;

	gap: 18px;
}

.dg-footer__legal a {
	color: rgba(255,255,255,.7);

	font-size: .9rem;
}

.dg-footer__legal a:hover {
	color: white;
}

@media (max-width: 900px) {

	.dg-footer__grid {

		grid-template-columns: 1fr;

		gap: 40px;
	}

	.dg-footer__bottom-inner {

		flex-direction: column;

		text-align: center;
	}
}
.dg-cta-band {
	position: relative;
	padding: 100px 0;
	background:
		radial-gradient(circle at 82% 22%, rgba(255,91,31,.18), transparent 30%),
		linear-gradient(135deg, #1f1f1f, #2b2b2b);
	color: #fff;
	overflow: hidden;
}

.dg-cta-band__grid {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 60px;
	align-items: center;
}

.dg-cta-band h2 {
	margin: 0;
	max-width: 850px;
	color: #fff;
	font-family: "Outfit", sans-serif;
	font-size: clamp(2.6rem, 5vw, 5.2rem);
	line-height: .9;
	letter-spacing: -.035em;
}

.dg-cta-band p:not(.dg-eyebrow) {
	max-width: 780px;
	color: rgba(255,255,255,.74);
	font-size: 1.12rem;
	line-height: 1.75;
}

.dg-cta-band__doctor img {
	display: block;
	width: 100%;
	filter: drop-shadow(0 24px 40px rgba(0,0,0,.32));
	animation: dgDoctorFloat 5s ease-in-out infinite;
}

.dg-cta-band .dg-btn-secondary {
	background: rgba(255,255,255,.1);
	color: #fff;
	border-color: rgba(255,255,255,.18);
	box-shadow: none;
}

.dg-cta-band .dg-btn-secondary:hover {
	color: #fff;
	background: rgba(255,255,255,.16);
}

@media (max-width: 900px) {
	.dg-cta-band {
		padding: 72px 0;
	}

	.dg-cta-band__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.dg-cta-band__doctor img {
		max-width: 220px;
		margin-inline: auto;
	}
}
.dg-pricing {
	background: #fff;
}

.dg-pricing__grid {
	display: grid;
	grid-template-columns: 1fr 420px;
	gap: 70px;
	align-items: center;
}

.dg-pricing h2 {
	margin: 0;
	color: #1f1f1f;
	font-family: "Outfit", sans-serif;
	font-size: clamp(2.6rem, 5vw, 5rem);
	line-height: .9;
	letter-spacing: -.035em;
}

.dg-pricing__content p {
	max-width: 720px;
	color: #666;
	font-size: 1.12rem;
	line-height: 1.8;
}

.dg-local-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.dg-local-list li {
	padding: 9px 12px;
	border-radius: 999px;
	background: rgba(255,91,31,.08);
	color: #1f1f1f;
	font-size: .82rem;
	font-weight: 800;
}

.dg-pricing-card {
	position: relative;
	padding: 34px;
	border-radius: 32px;
	background: #fff7f1;
	border: 1px solid rgba(255,91,31,.18);
	box-shadow: 0 30px 90px rgba(0,0,0,.1);
}

.dg-pricing-card__top {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid rgba(0,0,0,.08);
}

.dg-pricing-card__top span,
.dg-pricing-card__top small {
	display: block;
	color: #666;
	font-weight: 800;
}

.dg-pricing-card__top strong {
	display: block;
	margin: 8px 0 0;
	color: #ff5b1f;
	font-family: "Outfit", sans-serif;
	font-size: 5rem;
	line-height: .85;
}

.dg-pricing-card ul {
	display: grid;
	gap: 13px;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.dg-pricing-card li {
	position: relative;
	padding-left: 28px;
	color: #1f1f1f;
	font-weight: 800;
}

.dg-pricing-card li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #ff5b1f;
	font-weight: 900;
}

@media (max-width: 900px) {
	.dg-pricing__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}
}

.dg-why {
	background:
		linear-gradient(
			180deg,
			#fff,
			#fffaf6
		);
}

.dg-why__header {
	max-width: 850px;
	margin: 0 auto 60px;
	text-align: center;
}

.dg-why__header h2 {
	margin: 0;

	font-family: "Outfit", sans-serif;

	font-size: clamp(
		2.5rem,
		5vw,
		5rem
	);

	line-height: .92;

	color: #1f1f1f;

	letter-spacing: -.03em;
}

.dg-why__header p:not(.dg-eyebrow) {
	margin: 24px auto 0;

	max-width: 720px;

	color: #666;

	font-size: 1.1rem;

	line-height: 1.8;
}

.dg-why__grid {
	display: grid;

	grid-template-columns:
		repeat(
			4,
			1fr
		);

	gap: 24px;
}

.dg-why-card {

	padding: 32px;

	border-radius: 28px;

	background: white;

	border: 1px solid rgba(0,0,0,.06);

	box-shadow:
		0 20px 50px rgba(0,0,0,.05);

	transition:
		transform .25s ease,
		box-shadow .25s ease;
}

.dg-why-card:hover {

	transform:
		translateY(-6px);

	box-shadow:
		0 30px 70px rgba(0,0,0,.08);
}

.dg-why-card__icon {

	width: 64px;
	height: 64px;

	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 1.8rem;

	border-radius: 20px;

	background:
		rgba(
			255,
			91,
			31,
			.08
		);

	margin-bottom: 20px;
}

.dg-why-card h3 {

	margin: 0 0 12px;

	font-size: 1.2rem;

	color: #1f1f1f;
}

.dg-why-card p {

	margin: 0;

	color: #666;

	line-height: 1.7;
}

@media (max-width: 900px) {

	.dg-why__grid {
		grid-template-columns: 1fr;
	}

}

.dg-included {
	background: #fff;
	overflow: hidden;
}

.dg-included__grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 78px;
	align-items: center;
}

.dg-included__visual {
	position: relative;
	min-height: 560px;
}

.dg-stack {
	position: absolute;
	display: block;
	object-fit: cover;
	border-radius: 34px;
	box-shadow: 0 30px 90px rgba(0,0,0,.14);
}

.dg-stack--main {
	left: 0;
	top: 30px;
	width: 78%;
	aspect-ratio: 4 / 5;
}

.dg-stack--small {
	right: 0;
	bottom: 48px;
	width: 52%;
	aspect-ratio: 4 / 3;
	border: 8px solid #fff;
}

.dg-included__badge {
	position: absolute;
	right: 24px;
	top: 0;
	padding: 22px;
	border-radius: 24px;
	background: rgba(255,255,255,.94);
	backdrop-filter: blur(16px);
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 24px 70px rgba(0,0,0,.14);
}

.dg-included__badge strong {
	display: block;
	color: #ff5b1f;
	font-family: "Outfit", sans-serif;
	font-size: 2.1rem;
	line-height: .9;
}

.dg-included__badge span {
	display: block;
	margin-top: 6px;
	color: #555;
	font-weight: 800;
}

.dg-included h2 {
	margin: 0;
	color: #1f1f1f;
	font-family: "Outfit", sans-serif;
	font-size: clamp(2.4rem, 4.8vw, 5rem);
	line-height: .9;
	letter-spacing: -.035em;
}

.dg-included__content p {
	color: #666;
	font-size: 1.12rem;
	line-height: 1.8;
}

.dg-included__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	margin: 32px 0;
}

.dg-included__list div {
	padding: 22px;
	border-radius: 22px;
	background: #fff7f1;
	border: 1px solid rgba(255,91,31,.12);
}

.dg-included__list strong,
.dg-included__list span {
	display: block;
}

.dg-included__list strong {
	color: #1f1f1f;
	font-size: 1.05rem;
}

.dg-included__list span {
	margin-top: 6px;
	color: #666;
	line-height: 1.55;
}

@media (max-width: 900px) {
	.dg-included__grid,
	.dg-included__list {
		grid-template-columns: 1fr;
	}

	.dg-included__visual {
		min-height: 430px;
	}

	.dg-stack--main {
		width: 82%;
	}

	.dg-stack--small {
		width: 58%;
	}

	.dg-included__badge {
		right: 0;
	}
}
.dg-how {
	background:
		radial-gradient(circle at 12% 20%, rgba(255,91,31,.1), transparent 30%),
		#fff7f1;
}

.dg-how__header {
	max-width: 850px;
	margin: 0 auto 56px;
	text-align: center;
}

.dg-how__header h2 {
	margin: 0;
	color: #1f1f1f;
	font-family: "Outfit", sans-serif;
	font-size: clamp(2.5rem, 5vw, 5rem);
	line-height: .9;
	letter-spacing: -.035em;
}

.dg-how__header p {
	max-width: 720px;
	margin: 24px auto 0;
	color: #666;
	font-size: 1.1rem;
	line-height: 1.8;
}

.dg-how__steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.dg-step-card {
	position: relative;
	padding: 34px;
	border-radius: 30px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.06);
	box-shadow: 0 22px 60px rgba(0,0,0,.06);
	transition: transform .2s ease, box-shadow .2s ease;
}

.dg-step-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 32px 80px rgba(0,0,0,.1);
}

.dg-step-card span {
	display: inline-flex;
	margin-bottom: 24px;
	color: #ff5b1f;
	font-family: "Outfit", sans-serif;
	font-size: 3rem;
	line-height: .8;
}

.dg-step-card h3 {
	margin: 0 0 12px;
	color: #1f1f1f;
	font-size: 1.35rem;
}

.dg-step-card p {
	margin: 0;
	color: #666;
	line-height: 1.7;
}

@media (max-width: 900px) {
	.dg-how__steps {
		grid-template-columns: 1fr;
	}
}

.dg-reviews {
	background: #fff;
}

.dg-reviews__header {
	max-width: 860px;
	margin-bottom: 52px;
}

.dg-reviews__header h2 {
	margin: 0;
	color: #1f1f1f;
	font-family: "Outfit", sans-serif;
	font-size: clamp(2.5rem, 5vw, 5rem);
	line-height: .9;
	letter-spacing: -.035em;
}

.dg-reviews__header p {
	max-width: 720px;
	margin-top: 24px;
	color: #666;
	font-size: 1.1rem;
	line-height: 1.8;
}

.dg-review-feature {
	display: grid;
	grid-template-columns: 1fr 260px;
	gap: 34px;
	align-items: center;
	padding: clamp(34px, 5vw, 58px);
	border-radius: 36px;
	background:
		radial-gradient(circle at 86% 18%, rgba(255,91,31,.2), transparent 28%),
		#1f1f1f;
	color: #fff;
	box-shadow: 0 30px 90px rgba(0,0,0,.14);
}

.dg-stars {
	color: #ff5b1f;
	letter-spacing: .14em;
	font-size: 1rem;
	font-weight: 900;
	margin-bottom: 20px;
}

.dg-review-feature blockquote {
	margin: 0;
	color: #fff;
	font-size: clamp(1.5rem, 3vw, 2.55rem);
	line-height: 1.2;
	letter-spacing: -.035em;
	font-weight: 850;
}

.dg-review-author {
	margin-top: 28px;
	padding-top: 22px;
	border-top: 1px solid rgba(255,255,255,.14);
}

.dg-review-author strong,
.dg-review-author span {
	display: block;
}

.dg-review-author span {
	margin-top: 4px;
	color: rgba(255,255,255,.66);
}

.dg-review-feature__doctor img {
	display: block;
	width: 100%;
	filter: drop-shadow(0 24px 36px rgba(0,0,0,.32));
	animation: dgDoctorFloat 5s ease-in-out infinite;
}

.dg-review-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-top: 24px;
}

.dg-review-grid article {
	padding: 28px;
	border-radius: 28px;
	background: #fff7f1;
	border: 1px solid rgba(255,91,31,.12);
	box-shadow: 0 18px 55px rgba(0,0,0,.06);
}

.dg-review-grid p {
	margin: 0 0 20px;
	color: #444;
	line-height: 1.7;
}

.dg-review-grid strong,
.dg-review-grid span {
	display: block;
}

.dg-review-grid strong {
	color: #1f1f1f;
}

.dg-review-grid span {
	margin-top: 4px;
	color: #666;
	font-size: .9rem;
}

@media (max-width: 900px) {
	.dg-review-feature,
	.dg-review-grid {
		grid-template-columns: 1fr;
	}

	.dg-review-feature__doctor img {
		max-width: 200px;
		margin-inline: auto;
	}
}

.dg-social {
	background:
		radial-gradient(circle at 82% 20%, rgba(255,91,31,.16), transparent 30%),
		#fff7f1;
	overflow: hidden;
}

.dg-social__grid {
	display: grid;
	grid-template-columns: 1fr .9fr;
	gap: 70px;
	align-items: center;
}

.dg-social h2 {
	margin: 0;
	color: #1f1f1f;
	font-family: "Outfit", sans-serif;
	font-size: clamp(2.5rem, 5vw, 5rem);
	line-height: .9;
	letter-spacing: -.035em;
}

.dg-social p:not(.dg-eyebrow) {
	max-width: 720px;
	color: #666;
	font-size: 1.12rem;
	line-height: 1.8;
}

.dg-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.dg-social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	color: #1f1f1f;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 14px 34px rgba(0,0,0,.06);
	transition: transform .2s ease, color .2s ease, box-shadow .2s ease;
}

.dg-social-links a:hover {
	transform: translateY(-2px);
	color: #ff5b1f;
	box-shadow: 0 20px 44px rgba(0,0,0,.09);
}

.dg-social__visual {
	position: relative;
	min-height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dg-social__visual img {
	position: relative;
	z-index: 2;
	width: min(70%, 340px);
	filter: drop-shadow(0 26px 42px rgba(0,0,0,.22));
	animation: dgDoctorFloat 5s ease-in-out infinite;
}

.dg-social-bubble {
	position: absolute;
	z-index: 3;
	padding: 18px;
	border-radius: 22px;
	background: rgba(255,255,255,.94);
	backdrop-filter: blur(16px);
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 24px 70px rgba(0,0,0,.12);
}

.dg-social-bubble strong,
.dg-social-bubble span {
	display: block;
}

.dg-social-bubble strong {
	color: #1f1f1f;
}

.dg-social-bubble span {
	margin-top: 4px;
	color: #666;
	font-size: .9rem;
}

.dg-social-bubble--one {
	left: 0;
	top: 80px;
}

.dg-social-bubble--two {
	right: 0;
	bottom: 80px;
}

@media (max-width: 900px) {
	.dg-social__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.dg-social__visual {
		min-height: 360px;
	}

	.dg-social-bubble {
		position: relative;
		inset: auto;
		margin-top: 12px;
	}

	.dg-social__visual {
		display: grid;
	}
}
.dg-service-area {
	background:
		radial-gradient(circle at 82% 18%, rgba(255,91,31,.14), transparent 30%),
		#fff;
	overflow: hidden;
}

.dg-service-area__grid {
	display: grid;
	grid-template-columns: 1fr .95fr;
	gap: 70px;
	align-items: center;
}

.dg-service-area h2 {
	margin: 0;
	color: #1f1f1f;
	font-family: "Outfit", sans-serif;
	font-size: clamp(2.6rem, 5vw, 5rem);
	line-height: .9;
	letter-spacing: -.035em;
}

.dg-service-area p:not(.dg-eyebrow) {
	max-width: 720px;
	color: #666;
	font-size: 1.12rem;
	line-height: 1.8;
}

.dg-area-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.dg-area-list span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 13px;
	border-radius: 999px;
	background: #fff7f1;
	border: 1px solid rgba(255,91,31,.14);
	color: #1f1f1f;
	font-size: .86rem;
	font-weight: 850;
}

.dg-service-area__visual {
	position: relative;

	min-height: 520px;

	display: flex;
	align-items: center;
	justify-content: center;

	padding: 20px;

	border-radius: 36px;

	background:
		linear-gradient(
			180deg,
			#fff,
			#fff7f1
		);

	box-shadow:
		0 30px 90px rgba(0,0,0,.08);
}

.dg-service-area__visual img {
	width: 100%;
	height: 100%;

	object-fit: contain;
	object-position: center;

	display: block;
}

.dg-map-card {
	position: absolute;
	z-index: 2;
	padding: 20px;
	border-radius: 22px;
	background: rgba(255,255,255,.94);
	backdrop-filter: blur(16px);
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 24px 70px rgba(0,0,0,.13);
}

.dg-map-card strong,
.dg-map-card span {
	display: block;
}

.dg-map-card strong {
	color: #1f1f1f;
	font-size: 1.05rem;
}

.dg-map-card span {
	margin-top: 5px;
	color: #666;
	font-size: .9rem;
}

.dg-map-card--one {
	left: -22px;
	bottom: 120px;
}

.dg-map-card--two {
	right: -18px;
	bottom: 70px;
}

@media (max-width: 900px) {
	.dg-service-area__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.dg-service-area__visual {
		min-height: 390px;
	}

	.dg-map-card {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		margin-top: 14px;
	}

	.dg-service-area__visual img {
		position: relative;
		height: 300px;
	}
}
.dg-faq {
	background: #fff7f1;
}

.dg-faq__grid {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 70px;
	align-items: start;
}

.dg-faq h2 {
	margin: 0;
	color: #1f1f1f;
	font-family: "Outfit", sans-serif;
	font-size: clamp(2.5rem, 5vw, 5rem);
	line-height: .9;
	letter-spacing: -.035em;
}

.dg-faq__intro p:not(.dg-eyebrow) {
	color: #666;
	font-size: 1.1rem;
	line-height: 1.8;
}

.dg-faq__items {
	display: grid;
	gap: 14px;
}

.dg-faq-item {
	border-radius: 24px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.07);
	box-shadow: 0 18px 50px rgba(0,0,0,.05);
	overflow: hidden;
}

.dg-faq-item button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px;
	border: 0;
	background: transparent;
	color: #1f1f1f;
	font: inherit;
	font-weight: 900;
	text-align: left;
	cursor: pointer;
}

.dg-faq-item button strong {
	color: #ff5b1f;
	font-size: 1.4rem;
	line-height: 1;
	transition: transform .2s ease;
}

.dg-faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height .25s ease;
}

.dg-faq-answer p {
	margin: 0;
	padding: 0 24px 24px;
	color: #666;
	line-height: 1.75;
}

.dg-faq-item.is-open .dg-faq-answer {
	max-height: 240px;
}

.dg-faq-item.is-open button strong {
	transform: rotate(45deg);
}

@media (max-width: 900px) {
	.dg-faq__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}
}

/**
 * ZUPER CUSTOMER PORTAL
 */
 .dg-portal-page {
	background: #fff7f1;
}

.dg-portal-hero {
	padding: 170px 0 80px;
	background:
		radial-gradient(circle at 16% 22%, rgba(255,91,31,.16), transparent 32%),
		#fff;
}

.dg-portal-hero__grid {
	display: grid;
	grid-template-columns: 1fr 420px;
	gap: 60px;
	align-items: center;
}

.dg-portal-hero h1,
.dg-portal-section-heading h2,
.dg-support-card h2 {
	margin: 0;
	color: #1f1f1f;
	font-family: "Outfit", sans-serif;
	font-size: clamp(2.6rem, 5vw, 5rem);
	line-height: .9;
	letter-spacing: -.035em;
}

.dg-portal-hero p {
	max-width: 700px;
	color: #666;
	font-size: 1.12rem;
	line-height: 1.8;
}

.dg-portal-login-card,
.dg-portal-account-card,
.dg-portal-job,
.dg-support-card,
.dg-portal-alert,
.dg-portal-empty {
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 24px 70px rgba(0,0,0,.08);
}

.dg-portal-login-card {
	padding: 30px;
	border-radius: 30px;
}

.dg-portal-login-card form,
.dg-support-card form {
	display: grid;
	gap: 14px;
}

.dg-portal-login-card label,
.dg-support-card label span {
	color: #1f1f1f;
	font-weight: 900;
}

.dg-portal-login-card input,
.dg-support-card select,
.dg-support-card textarea {
	width: 100%;
	border: 1px solid rgba(0,0,0,.12);
	border-radius: 16px;
	background: #fff7f1;
	padding: 14px 16px;
	font: inherit;
}

.dg-portal-login-card button,
.dg-support-card button {
	min-height: 50px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff5b1f, #ff7b3f);
	color: #fff;
	font-weight: 900;
	cursor: pointer;
}

.dg-portal-login-card small {
	color: #666;
	line-height: 1.5;
}

.dg-portal-results {
	padding: 60px 0 100px;
}

.dg-portal-account-card {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	padding: 28px;
	border-radius: 30px;
}

.dg-portal-account-card > div {
	padding: 20px;
	border-radius: 20px;
	background: #fff7f1;
}

.dg-portal-account-card span,
.dg-portal-account-card small,
.dg-portal-job__meta span {
	display: block;
	color: #666;
	font-size: .78rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.dg-portal-account-card strong {
	display: block;
	margin-top: 6px;
	color: #1f1f1f;
	font-size: 1.35rem;
}

.dg-portal-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 28px 0 50px;
}

.dg-portal-section-heading {
	margin-bottom: 24px;
}

.dg-portal-section-heading p {
	color: #666;
}

.dg-portal-job-list {
	display: grid;
	gap: 16px;
}

.dg-portal-job {
	display: grid;
	grid-template-columns: 1fr 360px;
	gap: 26px;
	align-items: center;
	padding: 26px;
	border-radius: 26px;
}

.dg-status-pill {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255,91,31,.1);
	color: #ff5b1f;
	font-size: .74rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.dg-portal-job h3 {
	margin: 0;
	color: #1f1f1f;
	font-size: 1.35rem;
}

.dg-portal-job p {
	margin: 8px 0 0;
	color: #666;
	font-size: .9rem;
}

.dg-portal-job__meta {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}

.dg-portal-job__meta div {
	padding: 18px;
	border-radius: 18px;
	background: #fff7f1;
}

.dg-portal-job__meta strong {
	display: block;
	margin-top: 6px;
	color: #1f1f1f;
}

.dg-support-card {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 34px;
	margin-top: 50px;
	padding: 34px;
	border-radius: 30px;
}

.dg-support-card p:not(.dg-eyebrow) {
	color: #666;
	line-height: 1.75;
}

.dg-portal-alert,
.dg-portal-empty {
	padding: 28px;
	border-radius: 24px;
}

@media (max-width: 900px) {
	.dg-portal-hero {
		padding: 135px 0 60px;
	}

	.dg-portal-hero__grid,
	.dg-portal-account-card,
	.dg-portal-job,
	.dg-portal-job__meta,
	.dg-support-card {
		grid-template-columns: 1fr;
	}
}
.dg-portal-tabs {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 24px;
	padding: 8px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 16px 40px rgba(0,0,0,.05);
}

.dg-portal-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #1f1f1f;
	font-weight: 900;
	cursor: pointer;
	transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.dg-portal-tab:hover {
	color: #ff5b1f;
}

.dg-portal-tab.is-active {
	background: linear-gradient(135deg, #ff5b1f, #ff7b3f);
	color: #fff;
	box-shadow: 0 12px 28px rgba(255,91,31,.25);
}

.dg-portal-job.is-hidden {
	display: none;
}

.dg-portal-empty--filtered {
	margin-top: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Outfit", sans-serif;
	font-weight: 800;
}
.dg-portal-job {
	grid-template-columns: 1fr 360px auto;
}

.dg-job-details-toggle {
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 999px;
	background: #fff;
	color: #1f1f1f;
	font-weight: 900;
	cursor: pointer;
	transition: .2s;
}

.dg-job-details-toggle:hover {
	color: #ff5b1f;
	border-color: rgba(255,91,31,.3);
	background: #fff7f1;
}

.dg-job-details {
	display: none;
	grid-column: 1 / -1;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid rgba(0,0,0,.08);
}

.dg-portal-job.is-expanded .dg-job-details {
	display: grid;
}

.dg-job-details div {
	padding: 18px;
	border-radius: 18px;
	background: #fff7f1;
}

.dg-job-details span {
	display: block;
	color: #666;
	font-size: .74rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.dg-job-details strong {
	display: block;
	margin-top: 6px;
	color: #1f1f1f;
	font-size: .95rem;
	line-height: 1.4;
	word-break: break-word;
}

@media (max-width: 900px) {
	.dg-portal-job,
	.dg-job-details {
		grid-template-columns: 1fr;
	}
}
.dg-portal-job {
	grid-template-columns: 1fr 360px auto;
}

.dg-portal-job__actions {
	display: grid;
	gap: 10px;
	justify-items: stretch;
}

.dg-mini-btn,
.dg-job-details-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 999px;
	font-size: .84rem;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

.dg-mini-btn--primary {
	border: 0;
	background: linear-gradient(135deg, #ff5b1f, #ff7b3f);
	color: #fff;
	box-shadow: 0 12px 26px rgba(255,91,31,.22);
}

.dg-mini-btn--primary:hover {
	color: #fff;
	transform: translateY(-2px);
}

.dg-mini-btn--disabled {
	background: #f5f5f5;
	color: #888;
	border: 1px solid rgba(0,0,0,.08);
	cursor: default;
}

.dg-job-details-toggle {
	border: 1px solid rgba(0,0,0,.1);
	background: #fff;
	color: #1f1f1f;
}

.dg-job-details-toggle:hover {
	color: #ff5b1f;
	border-color: rgba(255,91,31,.3);
	background: #fff7f1;
}

.dg-job-details {
	display: none;
	grid-column: 1 / -1;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid rgba(0,0,0,.08);
}

.dg-portal-job.is-expanded .dg-job-details {
	display: grid;
}

.dg-job-details div {
	padding: 18px;
	border-radius: 18px;
	background: #fff7f1;
}

.dg-job-details span {
	display: block;
	color: #666;
	font-size: .74rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.dg-job-details strong {
	display: block;
	margin-top: 6px;
	color: #1f1f1f;
	font-size: .95rem;
	line-height: 1.4;
	word-break: break-word;
}

.dg-job-details a {
	color: #ff5b1f;
	text-decoration: none;
}

@media (max-width: 900px) {
	.dg-portal-job,
	.dg-job-details {
		grid-template-columns: 1fr;
	}

	.dg-portal-job__actions {
		justify-items: start;
	}
}
.dg-mini-btn--paid {
	background: rgba(34, 197, 94, .12);
	color: #15803d;
	border: 1px solid rgba(34, 197, 94, .22);
}
.dg-invoice-list {
	display: grid;
	gap: 16px;
	margin-bottom: 56px;
}

.dg-invoice-card {
	display: grid;
	grid-template-columns: 1fr 460px auto;
	gap: 24px;
	align-items: center;
	padding: 26px;
	border-radius: 26px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 24px 70px rgba(0,0,0,.08);
}

.dg-invoice-card h3 {
	margin: 0;
	color: #1f1f1f;
	font-size: 1.35rem;
}

.dg-invoice-card p {
	margin: 8px 0 0;
	color: #666;
}

.dg-invoice-card__meta {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.dg-invoice-card__meta div {
	padding: 16px;
	border-radius: 16px;
	background: #fff7f1;
}

.dg-invoice-card__meta span {
	display: block;
	color: #666;
	font-size: .74rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.dg-invoice-card__meta strong {
	display: block;
	margin-top: 6px;
	color: #1f1f1f;
}

.dg-invoice-card__actions {
	display: grid;
	gap: 10px;
}

@media (max-width: 900px) {
	.dg-invoice-card,
	.dg-invoice-card__meta {
		grid-template-columns: 1fr;
	}
}
.dg-page-hero {
	padding: 170px 0 90px;
	background:
		radial-gradient(circle at 16% 22%, rgba(255,91,31,.16), transparent 32%),
		linear-gradient(180deg, #fff, #fff7f1);
}

.dg-page-hero__grid {
	display: grid;
	grid-template-columns: 1fr 420px;
	gap: 70px;
	align-items: center;
}

.dg-page-hero h1,
.dg-section-header h2,
.dg-maintenance-why h2 {
	margin: 0;
	color: #1f1f1f;
	font-size: clamp(2.8rem, 5.8vw, 5.8rem);
	line-height: .94;
	letter-spacing: -.05em;
	font-weight: 850;
}

.dg-page-hero p,
.dg-section-header p,
.dg-maintenance-why p {
	color: #666;
	font-size: 1.12rem;
	line-height: 1.8;
}

.dg-maintenance-hero__card {
	padding: 34px;
	border-radius: 32px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 30px 90px rgba(0,0,0,.1);
}

.dg-maintenance-hero__card span,
.dg-maintenance-hero__card small {
	display: block;
	color: #666;
	font-weight: 800;
}

.dg-maintenance-hero__card strong {
	display: block;
	margin: 8px 0;
	color: #ff5b1f;
	font-size: 5rem;
	line-height: .9;
	font-weight: 900;
}

.dg-maintenance-hero__card ul,
.dg-maintenance-list {
	display: grid;
	gap: 12px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.dg-maintenance-hero__card li,
.dg-maintenance-list li {
	position: relative;
	padding-left: 28px;
	color: #1f1f1f;
	font-weight: 800;
}

.dg-maintenance-hero__card li::before,
.dg-maintenance-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #ff5b1f;
	font-weight: 900;
}

.dg-section-header {
	max-width: 880px;
	margin-bottom: 52px;
}

.dg-maintenance-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.dg-maintenance-grid div {
	padding: 24px;
	border-radius: 24px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 18px 50px rgba(0,0,0,.05);
}

.dg-maintenance-grid strong,
.dg-maintenance-grid span {
	display: block;
}

.dg-maintenance-grid strong {
	color: #1f1f1f;
}

.dg-maintenance-grid span {
	margin-top: 8px;
	color: #666;
	line-height: 1.6;
}

.dg-maintenance-why {
	background: #fff7f1;
}

.dg-maintenance-why__grid {
	display: grid;
	grid-template-columns: 1fr .9fr;
	gap: 70px;
	align-items: center;
}

.dg-stacked-visual {
	position: relative;
	min-height: 520px;
}

.dg-maintenance-area {
	background: #fff;
}

.dg-maintenance-faq {
	background: #fff7f1;
}

@media (max-width: 900px) {
	.dg-page-hero {
		padding: 135px 0 70px;
	}

	.dg-page-hero__grid,
	.dg-maintenance-why__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.dg-maintenance-grid {
		grid-template-columns: 1fr;
	}

	.dg-stacked-visual {
		min-height: 420px;
	}
}
.dg-schedule-hero {
	padding: 170px 0 90px;
	background:
		radial-gradient(circle at 16% 22%, rgba(255,91,31,.16), transparent 32%),
		linear-gradient(180deg, #fff, #fff7f1);
}

.dg-schedule-hero__grid {
	display: grid;
	grid-template-columns: 1fr 500px;
	gap: 70px;
	align-items: start;
}

.dg-schedule-hero h1 {
	margin: 0;
	color: #1f1f1f;
	font-size: clamp(2.8rem, 5.8vw, 5.8rem);
	line-height: .94;
	letter-spacing: -.05em;
	font-weight: 850;
}

.dg-schedule-hero__content p:not(.dg-eyebrow) {
	color: #666;
	font-size: 1.12rem;
	line-height: 1.8;
}

.dg-schedule-form-card {
	padding: 34px;
	border-radius: 32px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 30px 90px rgba(0,0,0,.1);
}

.dg-schedule-form-card h2 {
	margin: 0;
	color: #1f1f1f;
	font-size: 2rem;
	letter-spacing: -.03em;
}

.dg-schedule-form-card p {
	color: #666;
	line-height: 1.7;
}

.dg-hubspot-form {
	margin-top: 22px;
}

.dg-schedule-info {
	background: #fff;
}

@media (max-width: 900px) {
	.dg-schedule-hero {
		padding: 135px 0 70px;
	}

	.dg-schedule-hero__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.dg-schedule-form-card {
		padding: 24px;
	}
}
.dg-hubspot-form,
.dg-hubspot-form * {
	box-sizing: border-box;
}

.dg-hubspot-form form {
	display: grid;
	gap: 16px;
}

.dg-hubspot-form .hs-form-field {
	margin-bottom: 16px;
}

.dg-hubspot-form label,
.dg-hubspot-form .hs-form-field label,
.dg-hubspot-form .hs-form-field label span {
	color: #1f1f1f !important;
	font-size: .9rem !important;
	font-weight: 850 !important;
	line-height: 1.3 !important;
}

.dg-hubspot-form input,
.dg-hubspot-form select,
.dg-hubspot-form textarea {
	width: 100% !important;
	min-height: 48px !important;
	padding: 13px 15px !important;
	border: 1px solid rgba(0,0,0,.14) !important;
	border-radius: 14px !important;
	background: #fff7f1 !important;
	color: #1f1f1f !important;
	font-size: 1rem !important;
	font-family: inherit !important;
	box-shadow: none !important;
}

.dg-hubspot-form textarea {
	min-height: 120px !important;
	resize: vertical;
}

.dg-hubspot-form input::placeholder,
.dg-hubspot-form textarea::placeholder {
	color: #777 !important;
}

.dg-hubspot-form input:focus,
.dg-hubspot-form select:focus,
.dg-hubspot-form textarea:focus {
	outline: 2px solid rgba(255,91,31,.25) !important;
	border-color: #ff5b1f !important;
	background: #fff !important;
}

.dg-hubspot-form .hs-error-msg,
.dg-hubspot-form .hs-error-msgs label {
	color: #b42318 !important;
	font-size: .82rem !important;
}

.dg-hubspot-form .hs-button,
.dg-hubspot-form input[type="submit"] {
	width: 100% !important;
	min-height: 52px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, #ff5b1f, #ff7b3f) !important;
	color: #fff !important;
	font-weight: 900 !important;
	font-size: 1rem !important;
	cursor: pointer !important;
	box-shadow: 0 16px 34px rgba(255,91,31,.28) !important;
	transition: transform .2s ease, box-shadow .2s ease !important;
}

.dg-hubspot-form .hs-button:hover,
.dg-hubspot-form input[type="submit"]:hover {
	transform: translateY(-2px);
	box-shadow: 0 22px 46px rgba(255,91,31,.38) !important;
}
.dg-service-page-map {
	position: relative;
	min-height: 500px;
	padding: 24px;
	border-radius: 36px;
	background: linear-gradient(180deg, #fff, #fff7f1);
	box-shadow: 0 30px 90px rgba(0,0,0,.1);
}

.dg-service-page-map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 28px;
}

.dg-service-counties {
	background: #fff;
}

.dg-county-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.dg-county-grid div {
	padding: 24px;
	border-radius: 24px;
	background: #fff7f1;
	border: 1px solid rgba(255,91,31,.12);
	box-shadow: 0 18px 50px rgba(0,0,0,.05);
}

.dg-county-grid strong,
.dg-county-grid span {
	display: block;
}

.dg-county-grid strong {
	color: #1f1f1f;
	font-size: 1.05rem;
}

.dg-county-grid span {
	margin-top: 8px;
	color: #666;
	line-height: 1.6;
	font-size: .95rem;
}

.dg-service-cities {
	background: #fff7f1;
}

.dg-service-cities__grid {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 70px;
	align-items: center;
}

.dg-service-cities h2,
.dg-service-focus h2 {
	margin: 0;
	color: #1f1f1f;
	font-size: clamp(2.6rem, 5vw, 5rem);
	line-height: .94;
	letter-spacing: -.05em;
	font-weight: 850;
}

.dg-service-cities p,
.dg-service-focus p {
	color: #666;
	font-size: 1.12rem;
	line-height: 1.8;
}

.dg-city-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.dg-city-cloud span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 13px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	color: #1f1f1f;
	font-size: .86rem;
	font-weight: 850;
	box-shadow: 0 12px 30px rgba(0,0,0,.04);
}

.dg-service-focus {
	background: #fff;
}

.dg-service-focus__grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 70px;
	align-items: center;
}

@media (max-width: 900px) {
	.dg-service-page-map {
		min-height: 360px;
	}

	.dg-county-grid,
	.dg-service-cities__grid,
	.dg-service-focus__grid {
		grid-template-columns: 1fr;
	}

	.dg-county-grid {
		gap: 14px;
	}
}
.dg-about-hero__visual {
	position: relative;
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dg-about-hero__visual img {
	width: min(70%, 340px);
	filter: drop-shadow(0 26px 42px rgba(0,0,0,.22));
	animation: dgDoctorFloat 5s ease-in-out infinite;
}

.dg-about-card {
	position: absolute;
	right: 40px;
	bottom: 70px;
	padding: 22px;
	border-radius: 24px;
	background: rgba(255,255,255,.94);
	backdrop-filter: blur(16px);
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 24px 70px rgba(0,0,0,.12);
}

.dg-about-card strong {
	display: block;
	color: #ff5b1f;
	font-size: 2rem;
	line-height: 1;
}

.dg-about-card span {
	display: block;
	margin-top: 6px;
	color: #666;
	font-weight: 800;
}

.dg-about-story {
	background: #fff;
}

.dg-about-story__grid,
.dg-about-info__grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 70px;
	align-items: center;
}

.dg-about-story h2,
.dg-about-info h2 {
	margin: 0;
	color: #1f1f1f;
	font-size: clamp(2.6rem, 5vw, 5rem);
	line-height: .94;
	letter-spacing: -.05em;
	font-weight: 850;
}

.dg-about-story p,
.dg-about-info p {
	color: #666;
	font-size: 1.12rem;
	line-height: 1.8;
}

.dg-about-values {
	background: #fff7f1;
}

.dg-about-info {
	background: #fff;
}

.dg-info-card {
	display: grid;
	gap: 14px;
	padding: 30px;
	border-radius: 30px;
	background: #fff7f1;
	border: 1px solid rgba(255,91,31,.12);
	box-shadow: 0 24px 70px rgba(0,0,0,.08);
}

.dg-info-card div {
	padding: 20px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.06);
}

.dg-info-card span {
	display: block;
	color: #666;
	font-size: .76rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.dg-info-card strong {
	display: block;
	margin-top: 6px;
	color: #1f1f1f;
	line-height: 1.45;
}

.dg-info-card a {
	color: #1f1f1f;
	text-decoration: none;
}

.dg-info-card a:hover {
	color: #ff5b1f;
}

@media (max-width: 900px) {
	.dg-about-story__grid,
	.dg-about-info__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.dg-about-hero__visual {
		min-height: 380px;
	}

	.dg-about-card {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: -40px;
	}
}
.dg-service-form {
	display: grid;
	gap: 18px;
	margin-top: 24px;
}

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

.dg-form-grid--three {
	grid-template-columns: repeat(3, 1fr);
}

.dg-service-form label {
	display: grid;
	gap: 8px;
}

.dg-service-form label span {
	color: #1f1f1f;
	font-weight: 850;
	line-height: 1.35;
}

.dg-service-form input,
.dg-service-form select,
.dg-service-form textarea {
	width: 100%;
	min-height: 50px;
	border: 1px solid rgba(0,0,0,.14);
	border-radius: 16px;
	background: #fff7f1;
	color: #1f1f1f;
	padding: 13px 15px;
	font: inherit;
}

.dg-service-form input::placeholder {
	color: #999;
}

.dg-service-form input:focus,
.dg-service-form select:focus,
.dg-service-form textarea:focus {
	outline: 2px solid rgba(255,91,31,.25);
	border-color: #ff5b1f;
	background: #fff;
}

.dg-checkbox {
	display: grid !important;
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 12px;
	margin-top: 6px;
}

.dg-checkbox input {
	width: 18px;
	height: 18px;
	min-height: auto;
	margin-top: 4px;
}

.dg-checkbox span {
	color: #555 !important;
	font-size: .9rem;
	font-weight: 600 !important;
	line-height: 1.6;
}

.dg-form-legal {
	padding: 18px;
	border-radius: 18px;
	background: #fff7f1;
	border: 1px solid rgba(255,91,31,.14);
	color: #666;
	font-size: .86rem;
	line-height: 1.65;
}

.dg-form-legal p {
	margin: 0;
}

.dg-form-legal p + p {
	margin-top: 12px;
}

.dg-form-legal a {
	color: #ff5b1f;
	font-weight: 850;
}

.dg-form-submit {
	min-height: 56px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff5b1f, #ff7b3f);
	color: #fff;
	font-weight: 900;
	font-size: 1rem;
	cursor: pointer;
	box-shadow: 0 16px 34px rgba(255,91,31,.28);
	text-transform: uppercase;
	letter-spacing: .04em;
}

.dg-hp-field {
	position: absolute !important;
	left: -9999px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

@media (max-width: 900px) {
	.dg-form-grid,
	.dg-form-grid--three {
		grid-template-columns: 1fr;
	}
}
.dg-portal-soon-hero {
	padding: 170px 0 90px;
	background:
		radial-gradient(circle at 16% 22%, rgba(255,91,31,.16), transparent 32%),
		linear-gradient(180deg, #fff, #fff7f1);
}

.dg-portal-soon__grid {
	display: grid;
	grid-template-columns: 1fr 440px;
	gap: 70px;
	align-items: center;
}

.dg-portal-soon__content h1 {
	margin: 0;
	color: #1f1f1f;
	font-size: clamp(2.8rem, 5.8vw, 5.8rem);
	line-height: .94;
	letter-spacing: -.05em;
	font-weight: 850;
}

.dg-portal-soon__content p:not(.dg-eyebrow) {
	max-width: 720px;
	color: #666;
	font-size: 1.12rem;
	line-height: 1.8;
}

.dg-portal-preview-card {
	padding: 30px;
	border-radius: 32px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 30px 90px rgba(0,0,0,.1);
}

.dg-portal-preview-card__top {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 24px;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(0,0,0,.08);
}

.dg-portal-preview-card__top img {
	width: 64px;
	height: auto;
	filter: drop-shadow(0 10px 16px rgba(0,0,0,.14));
}

.dg-portal-preview-card__top span {
	display: block;
	color: #666;
	font-size: .78rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.dg-portal-preview-card__top strong {
	display: block;
	margin-top: 4px;
	color: #ff5b1f;
	font-size: 1.5rem;
	font-weight: 900;
}

.dg-portal-preview-list {
	display: grid;
	gap: 14px;
}

.dg-portal-preview-list div {
	padding: 18px;
	border-radius: 18px;
	background: #fff7f1;
	border: 1px solid rgba(255,91,31,.12);
}

.dg-portal-preview-list span {
	display: block;
	color: #666;
	font-size: .76rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.dg-portal-preview-list strong {
	display: block;
	margin-top: 6px;
	color: #1f1f1f;
}

.dg-portal-soon-features {
	background: #fff;
}

@media (max-width: 900px) {
	.dg-portal-soon-hero {
		padding: 135px 0 70px;
	}

	.dg-portal-soon__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.dg-portal-preview-card {
		padding: 24px;
	}
}
.dg-diagnosis{
	background:#fff;
}

.dg-symptom-grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:22px;
	margin-top:40px;
}

.dg-symptom-grid div{
	background:#fff7f1;
	padding:28px;
	border-radius:26px;
	border:1px solid rgba(255,91,31,.12);
	box-shadow:0 18px 40px rgba(0,0,0,.05);
	transition:.25s;
}

.dg-symptom-grid div:hover{
	transform:translateY(-6px);
	box-shadow:0 28px 60px rgba(0,0,0,.09);
}

.dg-symptom-grid h3{
	margin:0 0 14px;
	font-size:1.25rem;
	color:#1f1f1f;
}

.dg-symptom-grid p{
	margin:0;
	color:#666;
	line-height:1.7;
}

.dg-repair-process{
	background:#fff7f1;
}

.dg-repair-limitations{
	background:#fff;
}

.dg-repair-limitations__grid{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:70px;
	align-items:center;
}

.dg-repair-limitations img{
	width:100%;
	border-radius:34px;
	box-shadow:0 30px 80px rgba(0,0,0,.12);
}

@media(max-width:900px){

.dg-symptom-grid{
	grid-template-columns:1fr;
}

.dg-repair-limitations__grid{
	grid-template-columns:1fr;
}

}
.dg-default-page {
	background: #fff;
}

.dg-default-page-hero {
	padding: 160px 0 70px;
	background:
		radial-gradient(circle at 16% 22%, rgba(255,91,31,.14), transparent 32%),
		linear-gradient(180deg, #fff, #fff7f1);
}

.dg-default-page-hero h1 {
	margin: 0;
	max-width: 950px;
	color: #1f1f1f;
	font-size: clamp(2.8rem, 5.8vw, 5.8rem);
	line-height: .94;
	letter-spacing: -.05em;
	font-weight: 850;
}

.dg-default-content {
	background: #fff;
}

.dg-content-wrap {
	max-width: 900px;
}

.dg-content-wrap > *:first-child {
	margin-top: 0;
}

.dg-content-wrap h2,
.dg-content-wrap h3,
.dg-content-wrap h4 {
	color: #1f1f1f;
	line-height: 1.05;
	letter-spacing: -.035em;
}

.dg-content-wrap h2 {
	font-size: clamp(2rem, 4vw, 3.5rem);
}

.dg-content-wrap h3 {
	font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.dg-content-wrap p,
.dg-content-wrap li {
	color: #666;
	font-size: 1.08rem;
	line-height: 1.8;
}

.dg-content-wrap a {
	color: #ff5b1f;
	font-weight: 800;
}

.dg-content-wrap .wp-block-button__link {
	border-radius: 999px;
	background: linear-gradient(135deg, #ff5b1f, #ff7b3f);
	color: #fff;
	font-weight: 900;
	box-shadow: 0 16px 34px rgba(255,91,31,.25);
}

.dg-content-wrap .wp-block-quote {
	margin: 34px 0;
	padding: 26px;
	border-left: 4px solid #ff5b1f;
	border-radius: 20px;
	background: #fff7f1;
}

.dg-content-wrap img {
	border-radius: 24px;
}

@media (max-width: 900px) {
	.dg-default-page-hero {
		padding: 135px 0 56px;
	}

	.dg-content-wrap {
		max-width: 100%;
	}
}
.dg-404-doctor {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 420px;
}

.dg-404-doctor img {
	width: min(70%, 340px);
	filter: drop-shadow(0 26px 42px rgba(0,0,0,.22));
	animation: dgDoctorFloat 5s ease-in-out infinite;
}

.dg-search-form-wrap {
	margin-top: 28px;
	max-width: 560px;
}

.dg-search-form-wrap form,
.search-form {
	display: flex;
	gap: 10px;
}

.search-form label {
	flex: 1;
}

.search-form input[type="search"] {
	width: 100%;
	min-height: 52px;
	padding: 0 18px;
	border-radius: 999px;
	border: 1px solid rgba(0,0,0,.12);
	background: #fff;
	color: #1f1f1f;
	font: inherit;
}

.search-form input[type="submit"] {
	min-height: 52px;
	padding: 0 22px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff5b1f, #ff7b3f);
	color: #fff;
	font-weight: 900;
	cursor: pointer;
}

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

.dg-post-card {
	overflow: hidden;
	border-radius: 28px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 22px 60px rgba(0,0,0,.06);
}

.dg-post-card__image {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #fff7f1;
}

.dg-post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .3s ease;
}

.dg-post-card:hover .dg-post-card__image img {
	transform: scale(1.04);
}

.dg-post-card__content {
	padding: 26px;
}

.dg-post-card__meta {
	margin: 0 0 10px;
	color: #ff5b1f;
	font-size: .78rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.dg-post-card h2 {
	margin: 0;
	font-size: 1.45rem;
	line-height: 1.1;
	letter-spacing: -.03em;
}

.dg-post-card h2 a {
	color: #1f1f1f;
	text-decoration: none;
}

.dg-post-card h2 a:hover {
	color: #ff5b1f;
}

.dg-post-card p {
	color: #666;
	line-height: 1.7;
}

.dg-read-more {
	color: #ff5b1f;
	font-weight: 900;
	text-decoration: none;
}

.dg-pagination {
	grid-column: 1 / -1;
	margin-top: 30px;
}

.dg-pagination a {
	color: #ff5b1f;
	font-weight: 900;
	text-decoration: none;
}

.dg-single-hero p,
.dg-blog-hero p,
.dg-archive-hero p {
	max-width: 760px;
	color: #666;
	font-size: 1.12rem;
	line-height: 1.8;
}

.dg-single-featured {
	margin-top: -50px;
	position: relative;
	z-index: 2;
}

.dg-single-featured img {
	width: 100%;
	max-height: 620px;
	object-fit: cover;
	border-radius: 34px;
	box-shadow: 0 30px 90px rgba(0,0,0,.12);
}

.dg-post-nav {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid rgba(0,0,0,.08);
}

.dg-post-nav a {
	color: #ff5b1f;
	font-weight: 900;
	text-decoration: none;
}

.dg-no-results {
	grid-column: 1 / -1;
}

.dg-no-results__card {
	padding: 36px;
	border-radius: 30px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 24px 70px rgba(0,0,0,.08);
}

.dg-no-results__card h2 {
	margin: 0;
	color: #1f1f1f;
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: .95;
	letter-spacing: -.04em;
}

.dg-no-results__card p {
	color: #666;
	font-size: 1.08rem;
	line-height: 1.8;
}

@media (max-width: 900px) {
	.dg-post-grid {
		grid-template-columns: 1fr;
	}

	.dg-search-form-wrap form,
	.search-form {
		flex-direction: column;
	}

	.search-form input[type="submit"] {
		width: 100%;
	}

	.dg-single-featured {
		margin-top: -24px;
	}
}
.dg-form-success {
	margin: 22px 0;
	padding: 18px;
	border-radius: 18px;
	background: rgba(34, 197, 94, .1);
	border: 1px solid rgba(34, 197, 94, .22);
	color: #1f1f1f;
}

.dg-form-success strong {
	display: block;
	font-size: 1.1rem;
	margin-bottom: 4px;
}

.dg-form-success p {
	margin: 0;
	color: #555;
	line-height: 1.6;
}
