/*!
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: "Lilita One", 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: "Lilita One", 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: "Lilita One", 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: "Lilita One", 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: "Lilita One", 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: "Lilita One", 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: "Lilita One", 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: "Lilita One", 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: "Lilita One", 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;
	}
}