/*!
Theme Name: Digital Expert
Theme URI: https://digitalexpert.in.net/
Author: Digital Expert
Author URI: https://digitalexpert.in.net/
Description: Premium WordPress theme for Digital Expert digital marketing agency.
Version: 1.0.9
Tested up to: 6.5
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: portfolio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

portfolio 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
	 ========================================================================== */

/* Hamburger / menu toggle styling and vertical separator */
.menu-toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 34px;
	padding: 6px 8px;
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 10px;
	cursor: pointer;
	z-index: 50;
}
.menu-toggle span {
	display: block;
	width: 18px;
	height: 2px;
	margin: 3px auto;
	background: #fff;
	border-radius: 2px;
	transition: transform .20s ease, opacity .20s ease, background .15s ease;
}
.menu-toggle::after {
	content: "";
	position: absolute;
	right: -14px; /* distance between button and separator */
	top: 12%;
	bottom: 12%;
	width: 1px;
	background: rgba(255,255,255,0.18);
	border-radius: 1px;
}
.menu-toggle:hover span,
.menu-toggle:focus span {
	background: #ffd65a;
}
.menu-toggle:hover::after,
.menu-toggle:focus::after {
	background: rgba(255,214,90,0.9);
}

/**
 * 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;
}

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: var(--gold-light);
}

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;
    /* visual background for improved legibility */
    background: linear-gradient(180deg, rgba(10,12,10,0.95), rgba(18,20,18,0.95));
    border-radius: 10px;
    padding: 6px 0;
    border: 1px solid rgba(245,209,107,0.06);
    box-shadow: 0 14px 40px rgba(0,0,0,0.6);
    backdrop-filter: blur(6px);
}

/* Ensure nested menus render vertically (not as flex rows) */
.main-navigation ul ul {
	display: block;
	flex-direction: column;
	min-width: 180px;
}
.main-navigation ul ul li { float: none; display: block; }
.main-navigation ul ul a { width: 100%; }

/* Dropdown link visuals */
.main-navigation ul ul a {
	color: #f5d16b;
	padding: 10px 18px;
	transition: background 160ms ease, color 120ms ease;
}
.main-navigation ul ul li + li { border-top: 1px solid rgba(255,255,255,0.03); }
.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
	background: rgba(245,209,107,0.07);
	color: #fff;
}

/* PPC submenu flyout to right on desktop */
@media screen and (min-width: 768px) {
	.main-navigation ul ul li.has-children { position: relative; }
	.main-navigation ul ul .submenu {
		position: absolute;
		top: 0;
		left: 100%;
		min-width: 220px;
		margin-left: 42px;
		border-radius: 8px;
		padding: 6px 0;
		background: linear-gradient(180deg, rgba(12,14,12,0.98), rgba(22,24,22,0.98));
		box-shadow: 0 12px 36px rgba(0,0,0,0.6);
		border: 1px solid rgba(245,209,107,0.05);
		z-index: 100000;
		transform-origin: left top;
		transform: translateX(6px) translateY(0);
		opacity: 0;
		visibility: hidden;
		transition: opacity 160ms ease, transform 160ms ease, visibility 160ms;
		pointer-events: none;
		white-space: nowrap;
	}
	.main-navigation ul ul li.has-children:hover > .submenu,
	.main-navigation ul ul li.has-children:focus-within > .submenu {
		opacity: 1;
		visibility: visible;
		transform: translateX(0) translateY(0);
		pointer-events: auto;
	}
}

/* On small screens keep submenu stacked inside parent */
@media screen and (max-width: 767px) {
	.main-navigation ul ul .submenu {
		position: static !important;
		left: auto !important;
		top: auto !important;
		transform: none !important;
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto !important;
		box-shadow: none !important;
		margin-left: 0 !important;
		background: transparent !important;
		border: none !important;
		padding-left: 12px !important;
	}
}

.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;
}

/*--------------------------------------------------------------
# Digital Expert Premium Agency Theme
--------------------------------------------------------------*/
:root {
	--black: #050505;
	--dark-gray: #111111;
	--silver: #D4AF37;
	--light-silver: #FFE8A3;
	--gold: #D4AF37;
	--gold-light: #FFE8A3;
	--gold-dark: #8A6508;
	--white: #FFFFFF;
	--muted: #A8A8A8;
	--border: rgba(212, 175, 55, 0.26);
	--glow: 0 18px 50px rgba(212, 175, 55, 0.16);
	--radius: 8px;
	--container: 1180px;
}

:root[data-theme="light"] {
	--black: #F2F2F2;
	--dark-gray: #E6E6E6;
	--white: #111111;
	--muted: #565656;
	--border: rgba(138, 101, 8, 0.22);
	--glow: 0 18px 50px rgba(138, 101, 8, 0.13);
}

body.theme-light {
	background: #F2F2F2;
	color: #161616;
}

html { scroll-behavior: smooth; }

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--light-silver);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
	background: var(--black);
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
	padding-top: 0;
}

a {
	color: var(--light-silver);
	text-decoration: none;
	transition: color 180ms ease, border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

a:visited,
.site-main a:visited,
.entry-content a:visited,
.content-container a:visited,
.premium-card a:visited,
.footer-grid a:visited,
.main-navigation a:visited {
	color: var(--gold-light);
}

a:hover,
a:focus { color: var(--white); }

h1,
h2,
h3,
h4 {
	background: linear-gradient(135deg, var(--gold-light), var(--gold) 48%, var(--gold-dark));
	-webkit-background-clip: text;
	background-clip: text;
	color: var(--gold);
	font-weight: 750;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 18px;
}

h1 { font-size: clamp(2.5rem, 5vw, 5.5rem); max-width: 980px; }
h2 { font-size: clamp(2rem, 3.4vw, 3.5rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 18px; }
img { height: auto; max-width: 100%; }

.container {
	margin: 0 auto;
	max-width: var(--container);
	padding: 0 24px;
	width: 100%;
}

.site { overflow: hidden; }

.site-header {
	background: rgba(5, 5, 5, 0.86);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(192, 192, 192, 0.12);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: box-shadow 180ms ease, background 180ms ease;
	width: 100%;
	z-index: 50;
}

body.admin-bar {
	padding-top: 0;
}

body.admin-bar .site-header {
	top: 32px;
}

.site-header.is-scrolled {
	background: rgba(5, 5, 5, 0.94);
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
}

.nav-shell {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	min-height: 88px;
	padding-bottom: 8px;
	padding-top: 8px;
}


.site-main {
	padding-top: 104px;
}

body.admin-bar .site-main {
	padding-top: 0px;
}

.site-branding {
	align-items: center;
	display: flex;
	gap: 14px;
	min-width: 214px;
}

.brand-logo-link,
.footer-logo-link {
	display: inline-flex;
	line-height: 0;
}

.brand-logo-image,
.footer-logo-image {
	display: block;
	height: auto;
	max-width: 100px;
	width: 100%;
}

.brand-mark {
	align-items: center;
	background: linear-gradient(135deg, #fff7c7, var(--gold) 46%, var(--gold-dark));
	border: 1px solid rgba(255, 232, 163, 0.5);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255, 248, 205, 0.9), 0 12px 34px rgba(212, 175, 55, 0.24);
	color: var(--black);
	display: inline-flex;
	font-weight: 900;
	height: 46px;
	justify-content: center;
	line-height: 1;
	width: 46px;
}

.custom-logo-link img { display: block; max-height: 56px; width: auto; }
.site-title { font-size: 1.05rem; font-weight: 800; line-height: 1.1; margin: 0; }
.site-title a {
	background: linear-gradient(135deg, var(--gold-light), var(--gold) 54%, var(--gold-dark));
	-webkit-background-clip: text;
	background-clip: text;
	color: var(--gold);
}

.site-description {
	color: var(--silver);
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	margin: 4px 0 0;
	text-transform: uppercase;
}

.main-navigation {
	align-items: center;
	display: flex;
	flex: 1;
	justify-content: flex-end;
	width: auto;
}

.main-navigation ul {
	align-items: center;
	display: flex;
	gap: 4px;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation a {
	border-radius: 6px;
	color: var(--light-silver);
	display: block;
	font-size: 0.94rem;
	font-weight: 650;
	padding: 10px 12px;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
	background: rgba(212, 175, 55, 0.12);
	color: var(--gold-light);
	box-shadow: inset 0 -2px 0 var(--gold);
}

.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
	text-shadow: 0 0 18px rgba(255, 232, 163, 0.35);
}

#primary-menu > li.menu-item-has-children > .sub-menu {
	background: rgba(5, 5, 5, 0.98);
	border: 1px solid rgba(212, 175, 55, 0.28);
	border-radius: 10px;
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.34);
	display: flex;
	flex-direction: column;
	gap: 4px;
	left: calc(100% + 12px);
	min-width: 220px;
	padding: 10px;
	top: 0;
}

#primary-menu > li.menu-item-has-children:hover > .sub-menu,
#primary-menu > li.menu-item-has-children.focus > .sub-menu {
	left: calc(100% + 12px);
}

#primary-menu > li.menu-item-has-children > .sub-menu a {
	border-radius: 8px;
	padding: 10px 12px;
	white-space: nowrap;
	width: 100%;
}

.menu-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #1f2937;
	cursor: pointer;
	display: none;
	font-weight: 700;
	flex-direction: column;
	gap: 4px;
	padding: 0;
	width: 28px;
	height: 28px;
	justify-content: center;
}

.menu-toggle span { background: #1f2937; display: block; width: 18px; height: 2px; margin: 0 auto; border-radius:2px; }

.header-cta,
.btn {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 14px 22px;
	text-align: center;
}

:root[data-theme="light"] .site-header,
body.theme-light .site-header {
	background: rgba(230, 230, 230, 0.94);
	border-bottom-color: rgba(138, 101, 8, 0.18);
}

:root[data-theme="light"] .site-header.is-scrolled,
body.theme-light .site-header.is-scrolled {
	background: rgba(230, 230, 230, 0.98);
}

:root[data-theme="light"] .section-dark,
:root[data-theme="light"] .site-footer,
:root[data-theme="light"] .contact-details,
:root[data-theme="light"] .form-card,
body.theme-light .section-dark,
body.theme-light .site-footer,
body.theme-light .contact-details,
body.theme-light .form-card {
	background: #EDEDED;
}

:root[data-theme="light"] .premium-card,
:root[data-theme="light"] .portfolio-card,
:root[data-theme="light"] .case-card,
:root[data-theme="light"] .hero-lead-card,
:root[data-theme="light"] .legal-content,
body.theme-light .premium-card,
body.theme-light .portfolio-card,
body.theme-light .case-card,
body.theme-light .hero-lead-card,
body.theme-light .legal-content {
	background: linear-gradient(145deg, rgba(212, 175, 55, 0.14), rgba(232, 232, 232, 0.92));
}

:root[data-theme="light"] .de-hero,
:root[data-theme="light"] .editable-page-content,
:root[data-theme="light"] .privacy-content-section,
body.theme-light .de-hero,
body.theme-light .editable-page-content,
body.theme-light .privacy-content-section {
	background-color: #F2F2F2;
}

:root[data-theme="light"] .hero-lead-card input,
:root[data-theme="light"] .hero-lead-card textarea,
:root[data-theme="light"] .hero-lead-card select,
:root[data-theme="light"] .form-card input,
:root[data-theme="light"] .form-card textarea,
:root[data-theme="light"] .form-card select,
body.theme-light .hero-lead-card input,
body.theme-light .hero-lead-card textarea,
body.theme-light .hero-lead-card select,
body.theme-light .form-card input,
body.theme-light .form-card textarea,
body.theme-light .form-card select {
	background: #F7F7F7;
	color: #0A0A0A;
}

body.theme-light .section-silver {
	background: linear-gradient(135deg, #1a1a1a, #2b2b2b 55%, #3a2f12);
}

body.theme-light .hero-text,
body.theme-light .section-heading p,
body.theme-light .split-layout p,
body.theme-light .premium-card p,
body.theme-light .contact-card p,
body.theme-light .form-card p,
body.theme-light .footer-grid p,
body.theme-light .footer-grid a {
	color: #565656;
}

.header-cta,
.btn-primary {
	background: linear-gradient(135deg, #fff7c7, var(--gold) 52%, var(--gold-dark));
	border: 1px solid rgba(255, 232, 163, 0.46);
	box-shadow: 0 14px 32px rgba(212, 175, 55, 0.2);
	color: var(--black);
	white-space: nowrap;
}

.header-cta:hover,
.btn-primary:hover {
	color: var(--black);
	transform: translateY(-2px);
}

.btn-outline {
	background: rgba(5, 5, 5, 0.4);
	border: 1px solid rgba(192, 192, 192, 0.55);
	color: var(--light-silver);
	white-space: nowrap;
}

.btn-primary:visited,
.header-cta:visited {
	color: var(--black);
}

.btn-outline:visited,
.btn-dark:visited {
	color: var(--gold-light);
}

.btn-dark { background: var(--black); border: 1px solid rgba(5, 5, 5, 0.8); color: var(--white); }
.section-padding { padding: 112px 0; }

.section-dark {
	background: radial-gradient(circle at 15% 10%, rgba(192, 192, 192, 0.11), transparent 30%), var(--dark-gray);
}

.section-silver { background: linear-gradient(135deg, #171717, #242424 55%, #3a2f12); color: var(--white); }
.section-silver h2,
.section-silver h3,
.section-silver p,
.section-silver span,
.section-silver strong,
.section-silver .eyebrow { color: var(--gold-light); }

.de-hero {
	border-bottom: 1px solid rgba(192, 192, 192, 0.16);
	min-height: 720px;
	padding: 130px 0 64px;
	position: relative;
}

.de-hero::before {
	background:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 44px 44px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(to bottom, black, transparent 82%);
	pointer-events: none;
	position: absolute;
}

.de-hero.has-hero-image::after {
	background:
		linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.76) 48%, rgba(5, 5, 5, 0.46) 100%),
		var(--hero-image) center right / cover no-repeat;
	content: "";
	inset: 0;
	opacity: 0.42;
	position: absolute;
}

.de-hero.has-hero-media::after {
	opacity: 0.16;
}

.hero-grid {
	align-items: center;
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(0, 1fr);
	position: relative;
	z-index: 1;
}

.de-hero .hero-copy {
	max-width: 980px;
}

.de-hero .hero-lead-card {
	max-width: 520px;
}

.de-hero .hero-grid.has-form {
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}

.de-hero .hero-grid.has-media {
	grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
}

.eyebrow {
	color: var(--silver);
	font-size: 0.8rem;
	font-weight: 850;
	letter-spacing: 0.16em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.hero-text,
.section-heading p,
.split-layout p {
	color: var(--muted);
	font-size: 1.08rem;
	max-width: 680px;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.hero-media-card {
	background: linear-gradient(145deg, rgba(255, 232, 163, 0.12), rgba(255, 255, 255, 0.03));
	border: 1px solid rgba(255, 232, 163, 0.34);
	border-radius: 16px;
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 232, 163, 0.08) inset;
	margin-left: auto;
	max-width: 430px;
	overflow: hidden;
	padding: 14px;
	position: relative;
}

.hero-media-card::before {
	background: linear-gradient(90deg, transparent, rgba(255, 232, 163, 0.7), transparent);
	content: "";
	height: 1px;
	left: 20px;
	position: absolute;
	right: 20px;
	top: 0;
}

.hero-media-card img {
	border: 1px solid rgba(255, 232, 163, 0.2);
	border-radius: 12px;
	display: block;
	height: 100%;
	max-height: 560px;
	object-fit: cover;
	width: 100%;
}

.hero-panel {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--glow);
	padding: 32px;
}

.hero-lead-card {
	background:
		linear-gradient(145deg, rgba(255, 232, 163, 0.13), rgba(255, 255, 255, 0.025)),
		var(--black);
	border: 1px solid rgba(255, 232, 163, 0.42);
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(212, 175, 55, 0.18), inset 0 1px 0 rgba(255, 232, 163, 0.18);
	padding: 28px;
	position: relative;
}

.hero-lead-card::before {
	background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
	content: "";
	height: 1px;
	left: 22px;
	position: absolute;
	right: 22px;
	top: 0;
}

.hero-form-header {
	border-bottom: 1px solid rgba(212, 175, 55, 0.22);
	margin-bottom: 18px;
	padding-bottom: 16px;
}

.hero-form-header span {
	color: var(--gold-light);
	display: block;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.hero-lead-card h2 {
	font-size: clamp(1.6rem, 2vw, 2.2rem);
	margin-bottom: 0;
}

.hero-lead-card .de-lead-form {
	gap: 12px;
	margin-top: 0;
}

.hero-lead-card .de-lead-form label {
	font-size: 0.78rem;
	margin-bottom: 4px;
}

.hero-lead-card input,
.hero-lead-card textarea,
.hero-lead-card select {
	background: rgba(0, 0, 0, 0.72);
	border: 1px solid rgba(212, 175, 55, 0.42);
	border-radius: 8px;
	color: var(--white);
	min-height: 44px;
	padding: 11px 13px;
	width: 100%;
}

.hero-lead-card textarea {
	min-height: 96px;
}

.hero-lead-card .btn {
	min-height: 50px;
}

.hero-panel p {
	border-bottom: 1px solid rgba(192, 192, 192, 0.18);
	color: var(--light-silver);
	font-weight: 750;
	margin: 0;
	padding: 18px 0;
}

.hero-panel p:last-child { border-bottom: 0; }

.metallic-mark {
	align-items: center;
	aspect-ratio: 1;
	background: linear-gradient(135deg, #fff7c7, var(--gold), var(--gold-dark));
	border-radius: 8px;
	color: var(--black);
	display: flex;
	font-size: clamp(4rem, 10vw, 8rem);
	font-weight: 950;
	justify-content: center;
	line-height: 1;
	margin-bottom: 18px;
}

.hero-stat-strip {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 76px;
	position: relative;
	z-index: 1;
}

.hero-stat-strip div,
.premium-card,
.contact-card,
.form-card,
.map-placeholder {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: 0 12px 42px rgba(0, 0, 0, 0.24);
}

.hero-stat-strip div { padding: 24px; }

.hero-stat-strip strong,
.stats-grid strong {
	color: var(--gold-light);
	display: block;
	font-size: clamp(2rem, 4vw, 3.75rem);
	line-height: 1;
}

.hero-stat-strip span { color: var(--muted); display: block; margin-top: 8px; }

.split-layout {
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.section-heading { margin: 0 auto 48px; max-width: 790px; text-align: center; }
.section-heading p { margin-left: auto; margin-right: auto; }

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

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

.premium-card,
.contact-card,
.form-card {
	padding: 30px;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.premium-card:hover,
.contact-card:hover,
.form-card:hover {
	border-color: rgba(229, 229, 229, 0.45);
	box-shadow: var(--glow);
	transform: translateY(-6px);
}

.card-icon {
	align-items: center;
	background: rgba(192, 192, 192, 0.12);
	border: 1px solid var(--border);
	border-radius: 8px;
	color: var(--gold-light);
	display: inline-flex;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	margin-bottom: 22px;
	width: 42px;
}

.premium-card p,
.contact-card p,
.form-card p { color: var(--muted); }

.text-link {
	border-bottom: 1px solid rgba(212, 175, 55, 0.58);
	color: var(--gold-light);
	font-weight: 800;
}

.stats-band { padding: 70px 0; }
.stats-grid { display: grid; gap: 28px; grid-template-columns: repeat(4, 1fr); text-align: center; }
.testimonial-grid,
.contact-grid { display: grid; gap: 24px; grid-template-columns: repeat(2, 1fr); }
blockquote { margin: 0; }
cite { color: var(--gold-light); font-style: normal; font-weight: 800; }

.cta-band { padding: 76px 0; }

.cta-inner {
	align-items: center;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.cta-inner p { max-width: 720px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.contact-grid { align-items: start; }

.contact-details,
.form-card {
	background: var(--dark-gray);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 34px;
}

.form-card input,
.form-card textarea,
.form-card select {
	background: var(--black);
	border: 1px solid var(--border);
	border-radius: 8px;
	color: var(--white);
	margin-top: 8px;
	min-height: 48px;
	padding: 12px 14px;
	width: 100%;
}

.de-lead-form {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 22px;
}

.de-lead-form p {
	margin: 0;
}

.de-lead-form label {
	color: var(--gold-light);
	display: block;
	font-size: 0.86rem;
	font-weight: 850;
	margin-bottom: 6px;
}

.de-lead-form .form-full {
	grid-column: 1 / -1;
}

.de-lead-form button {
	border: 0;
	cursor: pointer;
	width: 100%;
}

.form-notice {
	border-radius: 8px;
	font-weight: 750;
	margin: 18px 0;
	padding: 12px 14px;
}

.de-hp-field {
	display: none !important;
}

.form-consent label {
	align-items: flex-start;
	display: flex;
	gap: 10px;
	line-height: 1.4;
}

.form-consent input {
	margin-top: 2px;
	min-height: auto;
	width: auto;
}

.form-success {
	background: rgba(37, 211, 102, 0.14);
	border: 1px solid rgba(37, 211, 102, 0.35);
	color: #bfffd4;
}

.form-error {
	background: rgba(255, 80, 80, 0.14);
	border: 1px solid rgba(255, 80, 80, 0.35);
	color: #ffd1d1;
}

.form-card textarea { min-height: 140px; }

.form-card input[type="submit"] {
	background: linear-gradient(135deg, #fff7c7, var(--gold) 52%, var(--gold-dark));
	color: var(--black);
	cursor: pointer;
	font-weight: 850;
	width: auto;
}

.map-placeholder {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 320px;
	padding: 30px;
	text-align: center;
}

.site-footer {
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.03), transparent 26%),
		#111111;
	border-top: 1px solid rgba(192, 192, 192, 0.16);
	padding: 78px 0 26px;
}

.footer-grid {
	display: grid;
	gap: 36px;
	grid-template-columns: 1.4fr 0.8fr 0.9fr 1fr;
}

.footer-grid h2,
.footer-grid h3 { font-size: 1.05rem; margin-bottom: 18px; }
.footer-grid p,
.footer-grid a { color: var(--muted); }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: 10px; }
.footer-grid a:hover { color: var(--white); }
.footer-mark { margin-bottom: 18px; }

.social-links { display: flex; gap: 10px; margin-top: 20px; }

.social-links a {
	align-items: center;
	border: 1px solid rgba(255,255,255,0.04);
	border-radius: 50%;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	width: 36px;
	background: rgba(255,255,255,0.02);
	color: #f5d16b;
	transition: transform 140ms ease, background 140ms ease, color 140ms ease;
}
.social-links a svg { width:18px; height:18px; display:block; }
.social-links a:hover, .social-links a:focus { background: rgba(245,209,107,0.12); color:#fff; transform: translateY(-3px); }

.footer-bottom {
	align-items: center;
	border-top: 1px solid rgba(192, 192, 192, 0.12);
	display: flex;
	justify-content: space-between;
	margin-top: 48px;
	padding-top: 24px;
}

.footer-bottom p { margin: 0; }

.footer-legal-links {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.floating-ctas {
	bottom: 22px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: fixed;
	right: 20px;
	z-index: 80;
}

.floating-ctas a {
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
	font-size: 0.86rem;
	font-weight: 850;
	padding: 11px 15px;
}

.floating-whatsapp { background: #25D366; color: var(--black); }
.floating-call { background: var(--black); border: 1px solid var(--gold); color: var(--white); }

.reveal-on-scroll {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 520ms ease, transform 520ms ease;
}

.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }

.editable-page-content {
	background: var(--black);
	border-bottom: 1px solid rgba(192, 192, 192, 0.12);
	border-top: 1px solid rgba(192, 192, 192, 0.12);
}

.editable-page-content > .content-container > :first-child {
	margin-top: 0;
}

.content-container {
	max-width: 920px;
}

.content-container h1,
.content-container h2,
.content-container h3 {
	margin-top: 28px;
}

.content-container img {
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--glow);
}

.content-container .wp-block-button__link {
	background: linear-gradient(135deg, #fff7c7, var(--gold) 52%, var(--gold-dark));
	border-radius: 8px;
	color: var(--black);
	font-weight: 800;
}

.page .entry-header,
.page .entry-content,
.entry-footer,
.post-thumbnail,
.comments-area,
.widget-area {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--container);
	padding-left: 24px;
	padding-right: 24px;
}

@media (max-width: 1040px) {
	.header-cta { display: none; }
	.card-grid,
	.card-grid.three,
	.services-grid,
	.services-index-grid,
	.process-steps,
	.footer-grid { grid-template-columns: repeat(2, 1fr); }
	.hero-grid,
	.split-layout,
	.service-detail-layout,
	.cta-inner { grid-template-columns: 1fr; }
	.cta-actions { justify-content: flex-start; }

	.home-seo-page .de-hero {
		padding-top: 74px;
	}

	.home-seo-page .hero-grid.has-form {
		gap: 42px;
		grid-template-columns: 1fr;
	}

	.home-seo-page .de-hero .hero-copy,
	.home-seo-page .de-hero .hero-lead-card {
		max-width: 760px;
	}

	.de-hero .hero-grid.has-media {
		grid-template-columns: 1fr;
	}

	.hero-media-card {
		margin-left: 0;
		max-width: 520px;
	}

	.home-seo-page .de-hero h1 {
		font-size: clamp(2rem, 5vw, 3.35rem);
	}

	.home-seo-page .hero-text {
		font-size: 1rem;
	}
}

@media (max-width: 782px) {
	body { padding-top: 0; }
	body.admin-bar { padding-top: 0; }
	body.admin-bar .site-header { top: 46px; }
	.site-main { padding-top: 92px; }
	body.admin-bar .site-main { padding-top: 0px; }
	.nav-shell { min-height: 72px; }
	.brand-copy { max-width: 160px; }
	.site-description { display: none; }
	.menu-toggle { display: inline-flex; }
	.menu-toggle {
		background: transparent;
		border: 0;
		flex-direction: column;
		gap: 4px;
		padding: 0;
		width: 28px;
		height: 28px;
	}

/* Header Services dropdown */
.header-services {
	position: relative;
	display: inline-block;
	margin-left: 12px;
}
.header-services .services-toggle {
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font-weight: 700;
	padding: 6px 8px;
}
.header-services .services-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	background: #ffffff;
	padding: 8px 6px;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(17,24,39,0.12);
	min-width: 200px;
	z-index: 60;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms;
	pointer-events: none;
}
.header-services .services-dropdown li { list-style: none; }
.header-services .services-dropdown a { display: block; padding: 8px 12px; color: #111827; text-decoration: none; }
.header-services.open .services-dropdown,
.header-services:hover .services-dropdown,
.header-services:focus-within .services-dropdown { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }

@media (max-width: 782px) {
	.header-services { display: none; }
}

@media screen and (min-width: 768px) {
	/* hide primary menu items that are duplicated services */
	.main-navigation .nav-menu > li.hide-service { display: none !important; }
}

/* Strong fallback: hide top-level primary links that point to service pages (desktop only) */
@media screen and (min-width: 768px) {
	.main-navigation > ul > li > a[href*="/seo-services"],
	.main-navigation > ul > li > a[href*="/ppc-services"],
	.main-navigation > ul > li > a[href*="/google-ads-services"],
	.main-navigation > ul > li > a[href*="/meta-ads-services"],
	.main-navigation > ul > li > a[href*="/snapchat-ads"],
	.main-navigation > ul > li > a[href*="/spotify-ads"],
	.main-navigation > ul > li > a[href*="/web-designer"],
	.main-navigation > ul > li > a[href*="/portfolio"] {
		display: none !important;
	}
}

/* Fallback: hide any primary-menu links pointing to service pages (stronger selector) */
@media screen and (min-width: 768px) {
	#primary-menu a[href*="/seo-services"],
	#primary-menu a[href*="/ppc-services"],
	#primary-menu a[href*="/google-ads-services"],
	#primary-menu a[href*="/meta-ads-services"],
	#primary-menu a[href*="/snapchat-ads"],
	#primary-menu a[href*="/spotify-ads"],
	#primary-menu a[href*="/web-designer"],
	#primary-menu a[href*="/portfolio"] {
		display: none !important;
	}
}
	.main-navigation { flex: none; }
	.main-navigation ul {
		background: rgba(5, 5, 5, 0.98);
		border: 1px solid var(--border);
		border-radius: 8px;
		display: none;
		flex-direction: column;
		gap: 0;
		left: 24px;
		padding: 12px;
		position: absolute;
		right: 24px;
		top: 88px;
	}

	body.admin-bar .main-navigation ul {
		top: 0;
	}
	.main-navigation.toggled ul { display: flex; }
	.main-navigation li,
	.main-navigation a { width: 100%; }
	#primary-menu > li.menu-item-has-children > .sub-menu {
		border: 0;
		box-shadow: none;
		display: none;
		left: auto;
		margin-top: 8px;
		min-width: 100%;
		padding: 0 0 0 12px;
		position: static;
		top: auto;
	}
	#primary-menu > li.menu-item-has-children:hover > .sub-menu,
	#primary-menu > li.menu-item-has-children.focus > .sub-menu {
		display: flex;
		left: auto;
	}
	.de-hero { min-height: auto; padding: 92px 0 52px; }
	.hero-grid { gap: 36px; }
	.hero-stat-strip,
	.stats-grid,
	.card-grid,
	.card-grid.three,
	.services-grid,
	.services-index-grid,
	.mini-service-grid,
	.process-steps,
	.testimonial-grid,
	.contact-grid,
	.footer-grid { grid-template-columns: 1fr; }
	.section-padding { padding: 76px 0; }
	.hero-actions,
	.cta-actions { flex-direction: column; }
	.de-lead-form { grid-template-columns: 1fr; }
	.btn,
	.header-cta { width: 100%; }
	.footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
	.floating-ctas { bottom: 14px; right: 14px; }

	.home-seo-page .site-main,
	.home-seo-page {
		overflow-x: hidden;
	}

	.home-seo-page .de-hero {
		padding-bottom: 42px;
		padding-top: 54px;
	}

	.home-seo-page .de-hero h1 {
		font-size: clamp(1.85rem, 8vw, 2.55rem);
		line-height: 1.14;
	}

	.home-seo-page .hero-text {
		font-size: 0.98rem;
		line-height: 1.65;
	}

	.home-seo-page .hero-stat-strip {
		margin-top: 36px;
	}

	.home-seo-page .hero-lead-card {
		padding: 22px;
		width: 100%;
	}

	.home-seo-page .hero-form-header {
		margin-bottom: 14px;
		padding-bottom: 12px;
	}

	.home-seo-page .hero-lead-card h2 {
		font-size: 1.45rem;
	}

	.home-seo-page .de-lead-form {
		gap: 12px;
	}

	.home-seo-page .stats-grid strong {
		font-size: 1.5rem;
	}

	.home-seo-page .section-heading {
		margin-bottom: 34px;
		text-align: left;
	}

	.home-seo-page .section-heading p {
		margin-left: 0;
	}

	.home-seo-page .portfolio-grid,
	.home-seo-page .faq-grid,
	.home-seo-page .testimonial-grid {
		gap: 16px;
	}

	.home-seo-page .premium-card,
	.home-seo-page .portfolio-card,
	.home-seo-page .contact-card {
		padding: 22px;
	}

	.service-detail-layout.reverse .service-detail-copy {
		order: 0;
	}

	.service-detail-copy,
	.mini-service-grid article {
		padding: 22px;
	}

	.services-seo-page .hero-actions .btn,
	.services-footer-seo .hero-actions .btn {
		text-align: center;
		width: 100%;
	}

	.home-seo-page .hero-actions .btn {
		width: 100%;
	}

		/* Ensure hamburger bars and separator are visible on small screens */
		.menu-toggle span { display: block !important; height: 2px !important; width: 18px !important; background: #fff !important; border-radius:2px !important; margin: 3px auto !important; }
		.menu-toggle::after { right: -14px !important; background: rgba(255,255,255,0.18) !important; }
}

@media (max-width: 480px) {
	.container { padding: 0 18px; }
	.site-title { font-size: 0.96rem; }
	.brand-mark { height: 42px; width: 42px; }
	.premium-card,
	.contact-card,
	.form-card,
	.hero-panel { padding: 24px; }

	.home-seo-page .de-hero h1 {
		font-size: clamp(1.72rem, 9vw, 2.2rem);
	}

	.home-seo-page .eyebrow {
		font-size: 0.72rem;
		line-height: 1.4;
	}

	.home-seo-page .hero-stat-strip div {
		padding: 18px;
	}

	.home-seo-page .hero-lead-card input,
	.home-seo-page .hero-lead-card textarea,
	.home-seo-page .hero-lead-card select {
		font-size: 0.95rem;
		min-height: 42px;
	}

	.home-seo-page .home-checklist li {
		font-size: 0.95rem;
		padding: 12px 14px;
	}
}

/* Page-specific layouts, excluding the homepage. */
.page-variant .de-hero {
	min-height: 560px;
	padding-bottom: 92px;
}

.page-variant .hero-panel {
	border-radius: 8px 8px 48px 8px;
}

.about-variant .de-hero {
	background: linear-gradient(135deg, #050505 0%, #151515 55%, #242424 100%);
}

.about-mission-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, 1fr);
}

.about-timeline {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, 1fr);
}

.about-timeline div {
	border-left: 1px solid rgba(5, 5, 5, 0.2);
	padding: 10px 30px;
}

.about-timeline span {
	display: block;
	font-size: 3rem;
	font-weight: 950;
	line-height: 1;
	margin-bottom: 16px;
}

.services-variant .de-hero {
	background: radial-gradient(circle at 70% 20%, rgba(192, 192, 192, 0.2), transparent 28%), var(--black);
}

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

.services-index-grid a {
	background: rgba(255, 232, 163, 0.08);
	border: 1px solid rgba(212, 175, 55, 0.28);
	border-radius: 14px;
	color: var(--gold-light);
	font-weight: 900;
	padding: 18px;
	text-align: center;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.services-index-grid a:hover {
	background: var(--gold-gradient);
	border-color: rgba(255, 232, 163, 0.7);
	/* color: #050505; */
	transform: translateY(-3px);
}

.service-detail-layout {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.service-detail-layout.reverse .service-detail-copy {
	order: 2;
}

.service-detail-copy {
	background: linear-gradient(145deg, rgba(255, 232, 163, 0.08), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(212, 175, 55, 0.28);
	border-radius: var(--radius);
	padding: 34px;
}

.mini-service-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, 1fr);
}

.mini-service-grid article {
	background: rgba(5, 5, 5, 0.64);
	border: 1px solid rgba(212, 175, 55, 0.26);
	border-radius: 14px;
	min-height: 220px;
	padding: 26px;
}

.mini-service-grid h3 {
	font-size: 1.05rem;
	margin-bottom: 12px;
}

.mini-service-grid h4 {
	color: var(--gold-light);
	font-size: 0.88rem;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.process-steps {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

.process-steps span {
	color: var(--gold-light);
	display: block;
	font-weight: 900;
	margin-bottom: 12px;
}

.services-footer-seo .hero-actions {
	margin: 24px 0;
}

.footer-seo-copy {
	border-top: 1px solid rgba(212, 175, 55, 0.22);
	color: var(--light-silver);
	margin-top: 28px;
	padding-top: 22px;
}

.services-layout {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: 260px minmax(0, 1fr);
}

.service-index {
	background: var(--black);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 22px;
	position: sticky;
	top: 110px;
}

.service-index a {
	border-bottom: 1px solid rgba(192, 192, 192, 0.12);
	display: block;
	font-weight: 800;
	padding: 13px 0;
}

.service-index a:last-child {
	border-bottom: 0;
}

.seo-variant .de-hero {
	background: linear-gradient(145deg, #050505 0%, #0a1610 52%, #161616 100%);
}

.seo-services-page .de-hero h1 {
	font-size: clamp(2rem, 3.8vw, 4.25rem);
}

.seo-footer-seo .hero-actions {
	margin-top: 24px;
}

.seo-audit-layout {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: 1fr 420px;
}

.seo-score-card {
	background: linear-gradient(160deg, rgba(229, 229, 229, 0.13), rgba(229, 229, 229, 0.03));
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--glow);
	padding: 34px;
}

.seo-score-card strong {
	color: var(--white);
	display: block;
	font-size: 2.4rem;
	margin-bottom: 14px;
}

.seo-score-card ul {
	margin: 18px 0 0;
	padding-left: 18px;
}

.ppc-variant .de-hero {
	background: linear-gradient(135deg, #080808, #1b1b1b 52%, #050505);
}

.ppc-services-seo-page .de-hero h1 {
	font-size: clamp(2rem, 3.8vw, 4.2rem);
}

.ppc-footer-seo .hero-actions {
	margin-top: 24px;
}

.ppc-funnel-layout {
	align-items: center;
	display: grid;
	gap: 42px;
	grid-template-columns: 1fr 1fr;
}

.ppc-funnel {
	display: grid;
	gap: 14px;
}

.ppc-funnel span {
	background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
	border: 1px solid var(--border);
	border-radius: 8px;
	color: var(--white);
	font-size: 1.15rem;
	font-weight: 850;
	padding: 18px 22px;
	position: relative;
}

.ppc-funnel span::after {
	color: var(--silver);
	content: "↓";
	position: absolute;
	right: 22px;
}

.ppc-funnel span:last-child::after {
	content: "";
}

.meta-variant .de-hero {
	background: radial-gradient(circle at 20% 20%, rgba(192, 192, 192, 0.18), transparent 32%), linear-gradient(135deg, #050505, #141414);
}

.meta-ads-seo-page .de-hero h1 {
	font-size: clamp(2rem, 3.8vw, 4.15rem);
}

.meta-ads-footer-seo .hero-actions {
	margin-top: 24px;
}

.meta-platform-strip {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 28px;
}

.meta-platform-strip span {
	background: var(--black);
	border: 1px solid var(--border);
	border-radius: 8px;
	color: var(--white);
	font-weight: 850;
	padding: 14px;
	text-align: center;
}

.web-variant .de-hero {
	background: linear-gradient(135deg, #050505, #191919 45%, #2b2b2b);
}

.web-designer-seo-page .de-hero h1 {
	font-size: clamp(2rem, 3.9vw, 4.35rem);
}

.web-preview-layout {
	align-items: center;
	display: grid;
	gap: 52px;
	grid-template-columns: 0.9fr 1.1fr;
}

.browser-mockup {
	background: #090909;
	border: 1px solid var(--border);
	border-radius: 8px;
	box-shadow: var(--glow);
	overflow: hidden;
}

.browser-bar {
	background: #151515;
	border-bottom: 1px solid var(--border);
	display: flex;
	gap: 8px;
	padding: 14px;
}

.browser-bar span {
	background: var(--silver);
	border-radius: 999px;
	height: 10px;
	opacity: 0.6;
	width: 10px;
}

.browser-screen {
	display: grid;
	gap: 14px;
	padding: 34px;
}

.browser-screen strong {
	color: var(--white);
	font-size: 2rem;
}

.browser-screen i {
	background: linear-gradient(90deg, var(--silver), transparent);
	border-radius: 999px;
	display: block;
	height: 12px;
	opacity: 0.45;
	width: 80%;
}

.browser-screen i:nth-child(3) {
	width: 58%;
}

.browser-mockup p {
	border-top: 1px solid var(--border);
	padding: 24px 34px 10px;
}

.web-footer-seo .hero-actions {
	margin-top: 24px;
}

.contact-variant .contact-grid {
	grid-template-columns: 0.8fr 1.2fr;
}

.contact-variant .contact-details {
	background: linear-gradient(145deg, rgba(192,192,192,0.12), rgba(192,192,192,0.03));
}

.contact-office-card,
.contact-trust-badges span {
	background: linear-gradient(145deg, rgba(255, 232, 163, 0.08), rgba(255, 255, 255, 0.02));
	border: 1px solid var(--border);
	border-radius: var(--radius);
}

.contact-office-card {
	box-shadow: var(--glow);
	padding: 30px;
}

.contact-trust-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.contact-trust-badges span {
	color: var(--gold-light);
	font-size: 0.82rem;
	font-weight: 800;
	padding: 8px 10px;
}

.map-frame {
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--glow);
	overflow: hidden;
}

.map-frame iframe {
	border: 0;
	display: block;
	min-height: 380px;
	width: 100%;
}

.thank-you-hero {
	align-items: center;
	display: flex;
	min-height: 720px;
}

.thank-you-card {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--glow);
	max-width: 860px;
	padding: 48px;
	text-align: center;
}

.thank-you-card h1,
.thank-you-card .hero-text {
	margin-left: auto;
	margin-right: auto;
}

.thank-you-card .hero-actions {
	justify-content: center;
}

.privacy-content-section {
	background: var(--black);
}

.legal-content {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--glow);
	max-width: 980px;
	padding: 42px;
}

.legal-content h2,
.legal-content h3,
.legal-content h4 {
	margin-top: 34px;
}

.legal-content ul {
	padding-left: 24px;
}

.home-checklist ul {
	display: grid;
	gap: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-checklist li {
	background:
		linear-gradient(145deg, rgba(255, 232, 163, 0.09), rgba(255, 255, 255, 0.02)),
		rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(212, 175, 55, 0.24);
	border-radius: 12px;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
	color: var(--light-silver);
	font-size: 0.98rem;
	font-weight: 750;
	padding: 18px 18px 18px 56px;
	position: relative;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-checklist li::before {
	align-items: center;
	background: linear-gradient(135deg, #fff7c7, var(--gold) 58%, var(--gold-dark));
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(212, 175, 55, 0.24);
	color: var(--black);
	content: "✓";
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 900;
	height: 24px;
	justify-content: center;
	left: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

.home-checklist li:hover {
	border-color: rgba(255, 232, 163, 0.42);
	box-shadow: 0 22px 40px rgba(0, 0, 0, 0.22);
	transform: translateY(-3px);
}

.home-checklist li::before {
	content: "\2713";
}

.faq-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, 1fr);
}

.home-small-card-grid h4 {
	font-size: 1.2rem;
}

.home-seo-page .de-hero h1 {
	font-size: clamp(1.9rem, 3.3vw, 3.65rem);
}

.home-seo-page .stats-band {
	background:
		radial-gradient(circle at top left, rgba(255, 232, 163, 0.08), transparent 28%),
		radial-gradient(circle at bottom right, rgba(212, 175, 55, 0.08), transparent 24%),
		var(--black);
	border-bottom: 1px solid rgba(212, 175, 55, 0.12);
	border-top: 1px solid rgba(212, 175, 55, 0.12);
	padding: 82px 0;
}

.home-seo-page .stats-grid {
	gap: 18px;
}

.home-seo-page .stats-grid > div {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(212, 175, 55, 0.16);
	border-radius: 16px;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
	padding: 28px 20px 24px;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-seo-page .stats-grid > div:hover {
	border-color: rgba(255, 232, 163, 0.34);
	box-shadow: 0 22px 44px rgba(0, 0, 0, 0.28);
	transform: translateY(-4px);
}

.home-seo-page .stats-grid strong {
	font-size: clamp(2.2rem, 4vw, 3.1rem);
	letter-spacing: 0;
	margin-bottom: 10px;
}

.home-seo-page .stats-grid span {
	color: var(--muted);
	display: block;
	font-size: 0.95rem;
	line-height: 1.55;
}

@media (max-width: 782px) {
	.faq-grid {
		grid-template-columns: 1fr;
	}
}

.portfolio-variant .de-hero {
	background: radial-gradient(circle at 20% 20%, rgba(212, 175, 55, 0.18), transparent 32%), linear-gradient(135deg, #050505, #171717);
}

.portfolio-breadcrumbs {
	/* Hidden site-wide per user request */
	display: none !important;
}

.portfolio-breadcrumbs a,
.portfolio-breadcrumbs span {
	color: var(--gold-light);
	font-size: 0.86rem;
	font-weight: 800;
}

.portfolio-breadcrumbs a::after {
	color: rgba(255, 255, 255, 0.45);
	content: "/";
	margin-left: 10px;
}

.portfolio-filter-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.portfolio-filter-row a {
	background: rgba(255, 232, 163, 0.08);
	border: 1px solid rgba(255, 232, 163, 0.28);
	border-radius: 999px;
	color: var(--gold-light);
	font-size: 0.88rem;
	font-weight: 900;
	padding: 11px 18px;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.portfolio-filter-row a:hover {
	background: var(--gold-gradient);
	border-color: rgba(255, 232, 163, 0.7);
	color: #050505;
	transform: translateY(-2px);
}

.google-ads-variant .de-hero {
	background: radial-gradient(circle at 72% 22%, rgba(212, 175, 55, 0.22), transparent 30%), linear-gradient(135deg, #050505, #141414);
}

.google-ads-seo-page .de-hero h1 {
	font-size: clamp(2rem, 3.8vw, 4.25rem);
}

.google-ads-footer-seo .hero-actions {
	margin-top: 24px;
}

.snapchat-variant .de-hero {
	background: radial-gradient(circle at 18% 18%, rgba(255, 232, 163, 0.2), transparent 28%), linear-gradient(135deg, #050505, #1a1710);
}

.snapchat-ads-seo-page .de-hero h1 {
	font-size: clamp(2rem, 3.7vw, 4.1rem);
}

.snapchat-footer-seo .hero-actions {
	margin-top: 24px;
}

.spotify-variant .de-hero {
	background: radial-gradient(circle at 75% 18%, rgba(212, 175, 55, 0.16), transparent 28%), linear-gradient(135deg, #050505, #111813);
}

.spotify-ads-seo-page .de-hero h1 {
	font-size: clamp(2rem, 3.7vw, 4.1rem);
}

.spotify-footer-seo .hero-actions {
	margin-top: 24px;
}

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

.portfolio-card,
.case-card {
	background: linear-gradient(145deg, rgba(255, 232, 163, 0.08), rgba(255, 255, 255, 0.02));
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: 0 12px 42px rgba(0, 0, 0, 0.24);
	padding: 30px;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.portfolio-card:hover,
.case-card:hover {
	border-color: rgba(255, 232, 163, 0.48);
	box-shadow: var(--glow);
	transform: translateY(-6px);
}

.portfolio-card span {
	color: var(--gold-light);
	display: block;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

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

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

.case-study-card {
	background: linear-gradient(145deg, rgba(255, 232, 163, 0.08), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(212, 175, 55, 0.34);
	border-radius: var(--radius);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.26);
	padding: 28px;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.case-study-card:hover {
	border-color: rgba(255, 232, 163, 0.62);
	box-shadow: var(--glow);
	transform: translateY(-6px);
}

.case-tag {
	color: var(--gold-light);
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.case-study-details {
	display: grid;
	gap: 14px;
	margin-top: 20px;
}

.case-study-details h4 {
	color: var(--gold-light);
	font-size: 0.95rem;
	margin-bottom: 5px;
}

.before-after-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
	margin: 22px 0;
}

.before-after-grid span,
.portfolio-cta-strip {
	background: rgba(255, 232, 163, 0.07);
	border: 1px solid rgba(212, 175, 55, 0.25);
	border-radius: 12px;
	padding: 12px;
}

.portfolio-cta-strip {
	align-items: center;
	display: flex;
	gap: 16px;
	grid-column: 1 / -1;
	justify-content: space-between;
	padding: 22px;
}

.portfolio-cta-strip p {
	color: var(--white);
	font-weight: 800;
	margin: 0;
}

.portfolio-footer-seo .hero-actions {
	margin-top: 24px;
}

@media (max-width: 1040px) {
	.portfolio-grid,
	.case-grid,
	.case-study-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 782px) {
	.portfolio-grid,
	.case-grid,
	.case-study-grid {
		grid-template-columns: 1fr;
	}

	.before-after-grid,
	.portfolio-cta-strip {
		grid-template-columns: 1fr;
	}

	.portfolio-cta-strip {
		align-items: stretch;
		flex-direction: column;
	}

	.portfolio-filter-row a,
	.portfolio-cta-strip .btn {
		text-align: center;
		width: 100%;
	}
}

@media (max-width: 1040px) {
	.services-layout,
	.seo-audit-layout,
	.ppc-funnel-layout,
	.web-preview-layout,
	.contact-variant .contact-grid {
		grid-template-columns: 1fr;
	}

	.service-index {
		position: static;
	}
}

@media (max-width: 782px) {
	.about-mission-grid,
	.about-timeline,
	.meta-platform-strip {
		grid-template-columns: 1fr;
	}

	.about-timeline div {
		border-left: 0;
		border-top: 1px solid rgba(5, 5, 5, 0.2);
		padding: 24px 0;
	}
}

/* Dynamic Site-Wide Form Styling */
.de-dynamic-form-wrap {
	background: linear-gradient(145deg, rgba(255, 232, 163, 0.08), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(212, 175, 55, 0.28);
	border-radius: var(--radius);
	box-shadow: var(--glow);
	margin: 56px 0;
	padding: 40px;
}

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

.de-dynamic-form label {
	display: flex;
	flex-direction: column;
	font-weight: 700;
	color: var(--white);
	font-size: 0.95rem;
}

.de-dynamic-form .form-full {
	grid-column: 1 / -1;
}

.de-dynamic-form input,
.de-dynamic-form select,
.de-dynamic-form textarea {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(212, 175, 55, 0.2);
	border-radius: 8px;
	color: var(--white);
	font-family: inherit;
	font-size: 0.95rem;
	margin-top: 6px;
	padding: 11px 14px;
	transition: border-color 180ms ease, background 180ms ease;
}

.de-dynamic-form input:focus,
.de-dynamic-form select:focus,
.de-dynamic-form textarea:focus {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 232, 163, 0.5);
	outline: none;
}

.de-dynamic-form textarea {
	resize: vertical;
}

.de-dynamic-form-actions {
	grid-column: 1 / -1;
	margin-top: 12px;
}

.de-dynamic-form-actions .btn {
	background: linear-gradient(135deg, #fff7c7, var(--gold) 52%, var(--gold-dark));
	border: 0;
	border-radius: 8px;
	color: var(--black);
	font-weight: 800;
	padding: 13px 28px;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.de-dynamic-form-actions .btn:hover {
	box-shadow: 0 8px 24px rgba(212, 175, 55, 0.32);
	transform: translateY(-2px);
}

.de-form-response {
	color: var(--gold-light);
	font-weight: 700;
	grid-column: 1 / -1;
	text-align: center;
}

@media (max-width: 782px) {
	.de-dynamic-form-wrap {
		padding: 28px;
	}

	.de-dynamic-form {
		grid-template-columns: 1fr;
	}

	.de-dynamic-form textarea {
		grid-column: 1;
	}

	.de-dynamic-form-actions {
		grid-column: 1;
	}
}

/* Contact page hero form layout */
.contact-variant .de-hero .hero-grid.has-form {
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
}

.contact-variant .contact-grid.contact-details-only {
	grid-template-columns: 1fr;
}

.contact-variant .contact-grid.contact-details-only .contact-details {
	max-width: 980px;
	margin: 0 auto;
}

@media (max-width: 980px) {
	.contact-variant .de-hero .hero-grid.has-form {
		grid-template-columns: 1fr;
	}
}

/* Original social brand icons */
.social-links a.social-facebook {
	background: #1877f2;
	border-color: #1877f2;
	color: #ffffff;
}

.social-links a.social-instagram {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 62%, #285aeb 90%);
	border-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.social-links a.social-linkedin {
	background: #0a66c2;
	border-color: #0a66c2;
	color: #ffffff;
}

.social-links a svg {
	fill: currentColor;
}
