/*!
Theme Name: launchpad
Theme URI: http://underscores.me/
Author: WebMO
Author URI: http://underscores.me/
Description: Description
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: launchpad
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.

launchpad 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/
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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

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

embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

a, a:link, a:visited { text-decoration: none; }
a:focus-visible { outline: 2px solid var(--elite2026-blue); outline-offset: 2px; }

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

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

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

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

.main-navigation ul ul {
	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;
	right: 100%;
}

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

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

.main-navigation li {
	position: relative;
}

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

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

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

.widget {
	margin: 0 0 1.5em;
}

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

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

.custom-logo-link {
	display: inline-block;
}

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

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

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

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

#primary[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {

	float: left;

	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	float: right;

	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

html :where(.wp-block) { max-width: none; }

:root {
	--elite2026-blue:           #3B8BFF;
	--elite2026-blue-soft:      rgba(59,139,255,0.12);
	--elite2026-blue-border:    rgba(59,139,255,0.30);

	--elite2026-ink:            #04050A;
	--elite2026-navy:           #142540;

	--elite2026-text-dark:      #0A0F1A;
	--elite2026-text-body:      #1A1F2E;
	--elite2026-white:          #FFFFFF;
	--elite2026-border:         #B8BCC8;
	--elite2026-card-light:     #FAFAFA;

	--elite2026-body-on-dark:   rgba(255,255,255,0.88);
	--elite2026-muted-on-dark:  rgba(255,255,255,0.82);
	--elite2026-faint-on-dark:  rgba(255,255,255,0.48);
	--elite2026-nav-on-dark:    rgba(255,255,255,0.65);
	--elite2026-border-on-dark: rgba(255,255,255,0.15);
	--elite2026-border-on-dark-strong: rgba(255,255,255,0.50);

	--elite2026-font-serif:     'Halant', Georgia, 'Times New Roman', serif;
	--elite2026-font-sans:      'Nunito Sans', -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

	--elite2026-radius:         2px;
	--elite2026-radius-card:    3px;

	--elite2026-content-max:    1280px;
	--elite2026-gutter:         40px;
	--elite2026-gutter-mobile:  20px;
	--elite2026-section-pad:    clamp(56px, 6vw, 80px);
}

body {
	font-family: var(--elite2026-font-sans);
	color: var(--elite2026-text-body);
	background: var(--elite2026-white);
	font-weight: 400;
	line-height: 1.55;
}

.lp-block { margin: 0; }
.lp-block h1, .lp-block h2, .lp-block h3, .lp-block h4 {
	font-family: var(--elite2026-font-serif);
	font-weight: 500;
	margin: 0;
	color: var(--elite2026-text-dark);
}
.lp-block p:not([class]) { margin: 0; }

.elite2026-shell {
	max-width: var(--elite2026-content-max);
	margin-inline: auto;
	padding-inline: var(--elite2026-gutter);
	width: 100%;
}
@media (max-width: 768px) {
	.elite2026-shell { padding-inline: var(--elite2026-gutter-mobile); }
}

.elite2026-surface-dark { color: var(--elite2026-body-on-dark); }
.elite2026-surface-dark h1,
.elite2026-surface-dark h2,
.elite2026-surface-dark h3,
.elite2026-surface-dark h4 { color: var(--elite2026-white); }
.elite2026-surface-dark a:not(.elite2026-btn):not(.elite2026-link-underline) {
	color: var(--elite2026-blue);
}

.elite2026-surface-light { color: var(--elite2026-text-body); }
.elite2026-surface-light h1,
.elite2026-surface-light h2,
.elite2026-surface-light h3,
.elite2026-surface-light h4 { color: var(--elite2026-text-dark); }
.elite2026-surface-light a:not(.elite2026-btn) {
	color: var(--elite2026-blue);
}

.elite2026-eyebrow {
	font-family: var(--elite2026-font-sans);
	font-weight: 600;
	font-size: 16px;
	line-height: 16.5px;
	letter-spacing: 0.1375em;
	text-transform: uppercase;
	color: var(--elite2026-blue);
	margin: 0 0 40px;
}
.elite2026-services .elite2026-eyebrow { margin-bottom: 25px; }
.elite2026-contact .elite2026-eyebrow { margin-bottom: 24px; }
.elite2026-hero__left .elite2026-eyebrow { margin-bottom: 0; }

a.elite2026-btn,
a.elite2026-btn:visited,
button.elite2026-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: var(--elite2026-font-sans);
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: 0.42px;
	padding: 12px 24px;
	border-radius: var(--elite2026-radius);
	border: 1px solid transparent;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

a.elite2026-btn--blue,
a.elite2026-btn--blue:visited,
button.elite2026-btn--blue {
	background: var(--elite2026-blue);
	color: var(--elite2026-white);
}
@media (hover: hover) {
	a.elite2026-btn--blue:hover,
	a.elite2026-btn--blue:focus,
	button.elite2026-btn--blue:hover,
	button.elite2026-btn--blue:focus {
		background: #2c79e8;
		color: var(--elite2026-white);
	}
}

a.elite2026-btn--outline-light,
a.elite2026-btn--outline-light:visited,
button.elite2026-btn--outline-light {
	background: transparent;
	color: var(--elite2026-white);
	border-color: var(--elite2026-border-on-dark-strong);
}
@media (hover: hover) {
	a.elite2026-btn--outline-light:hover,
	a.elite2026-btn--outline-light:focus {
		background: rgba(255,255,255,0.08);
		color: var(--elite2026-white);
		border-color: var(--elite2026-white);
	}
}

a.elite2026-link-underline,
a.elite2026-link-underline:visited {
	font-family: var(--elite2026-font-sans);
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: 0.42px;
	color: var(--elite2026-body-on-dark);
	text-decoration: none;
	padding-bottom: 6px;
	border-bottom: 1px solid var(--elite2026-border-on-dark-strong);
}
@media (hover: hover) {
	a.elite2026-link-underline:hover,
	a.elite2026-link-underline:focus {
		color: var(--elite2026-white);
		border-bottom-color: var(--elite2026-white);
	}
}

.elite2026-header {
	position: sticky;
	top: 0;
	z-index: 100;
	isolation: isolate;
	background: var(--elite2026-ink);
	padding-block: 40px 24px;
}
.elite2026-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.elite2026-header__logo img {
	display: block;
	max-width: 244px;
	height: auto;
}
.elite2026-header__nav {
	display: flex;
	align-items: center;
	gap: 16px;
}
.elite2026-header__nav a {
	font-family: var(--elite2026-font-sans);
	font-weight: 500;
	font-size: 15px;
	line-height: 19.5px;
	color: var(--elite2026-nav-on-dark);
	text-decoration: none;
	white-space: nowrap;
}
.elite2026-header__nav a:hover,
.elite2026-header__nav a:focus { color: var(--elite2026-white); }
.elite2026-header__cta {
	font-size: 15px;
	line-height: 19.5px;
	padding: 9px 24px;
	letter-spacing: 0;
}

.elite2026-footer {
	background: var(--elite2026-ink);
	padding-block: 34px;
}
.elite2026-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}
.elite2026-footer__logo img {
	display: block;
	max-width: 200px;
	height: auto;
}
.elite2026-footer__nav {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}
.elite2026-footer__nav a {
	font-family: var(--elite2026-font-sans);
	font-size: 12px;
	line-height: 16px;
	color: var(--elite2026-white);
	text-decoration: none;
}
.elite2026-footer__copy {
	margin: 0;
	font-family: var(--elite2026-font-sans);
	font-size: 11px;
	line-height: 16.5px;
	color: var(--elite2026-white);
}
.elite2026-footer__copy a { color: var(--elite2026-white); text-decoration: underline; }

@media (max-width: 960px) {
	.elite2026-header__inner,
	.elite2026-footer__inner { flex-direction: column; align-items: flex-start; }
	.elite2026-header__nav,
	.elite2026-footer__nav { flex-wrap: wrap; }
}

a:visited { color: inherit; }

.elite2026-surface-dark a:not(.elite2026-btn):not(.elite2026-link-underline),
.elite2026-surface-dark a:not(.elite2026-btn):not(.elite2026-link-underline):visited {
	color: var(--elite2026-blue);
}
.elite2026-surface-light a:not(.elite2026-btn),
.elite2026-surface-light a:not(.elite2026-btn):visited {
	color: var(--elite2026-blue);
}

.elite2026-header__nav a,
.elite2026-header__nav a:visited { color: var(--elite2026-nav-on-dark); }
.elite2026-footer__nav a,
.elite2026-footer__nav a:visited { color: var(--elite2026-white); }
.elite2026-footer__copy a,
.elite2026-footer__copy a:visited { color: var(--elite2026-white); }

:root {
	--elite2026-motion-fast:  150ms cubic-bezier(0.16, 1, 0.3, 1);
	--elite2026-motion-base:  220ms cubic-bezier(0.16, 1, 0.3, 1);
	--elite2026-shadow-card:  0 12px 28px -12px rgba(20, 37, 64, 0.35), 0 4px 10px -6px rgba(20, 37, 64, 0.2);
	--elite2026-shadow-card-dark: 0 12px 28px -12px rgba(0,0,0,0.55), 0 4px 10px -6px rgba(0,0,0,0.4);
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { transition: none !important; animation: none !important; }
}

@media (hover: hover) {
	.elite2026-services__card,
	.elite2026-enterprise__card,
	.elite2026-feedback__card,
	.elite2026-feedback__wide,
	.elite2026-strategy__bullet {
		transition: transform var(--elite2026-motion-base),
		            box-shadow var(--elite2026-motion-base),
		            border-color var(--elite2026-motion-base),
		            background-color var(--elite2026-motion-base);
	}

	.elite2026-services__card:hover,
	.elite2026-feedback__card:hover,
	.elite2026-feedback__wide:hover {
		transform: translateY(-3px);
		box-shadow: var(--elite2026-shadow-card);
		border-color: var(--elite2026-blue);
	}

	.elite2026-enterprise__card:hover {
		transform: translateY(-3px);
		background: rgba(255, 255, 255, 0.18);
		box-shadow: var(--elite2026-shadow-card-dark);
	}

	.elite2026-strategy__bullet:hover {
		transform: translateY(-1px);
		border-color: var(--elite2026-blue);
	}

	.elite2026-benchmark__row {
		transition: padding-left var(--elite2026-motion-base), border-color var(--elite2026-motion-base);
	}
	.elite2026-benchmark__row:hover {
		padding-left: 8px;
		border-top-color: var(--elite2026-blue);
	}
	.elite2026-benchmark__row:hover + .elite2026-benchmark__row,
	.elite2026-benchmark__row:hover:last-child {
		border-top-color: var(--elite2026-blue);
	}

	.elite2026-services__card-link {
		transition: color var(--elite2026-motion-fast);
	}
	.elite2026-services__card-link:hover {
		color: #2c79e8;
	}
	.elite2026-services__card-link::after {
		content: " →";
		display: inline-block;
		transition: transform var(--elite2026-motion-base);
	}
	.elite2026-services__card-link:hover::after {
		transform: translateX(4px);
	}

	.elite2026-header__nav a,
	.elite2026-mobile-panel__nav a {
		position: relative;
		transition: color var(--elite2026-motion-fast);
	}
	.elite2026-header__nav a::after {
		content: "";
		position: absolute;
		left: 0; right: 0; bottom: -6px;
		height: 1px;
		background: var(--elite2026-blue);
		transform: scaleX(0);
		transform-origin: left center;
		transition: transform var(--elite2026-motion-base);
	}
	.elite2026-header__nav a:hover::after,
	.elite2026-header__nav a:focus::after {
		transform: scaleX(1);
	}
}

.elite2026-services__card-link[data-arrow="manual"]::after { content: none; }

.elite2026-header__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 24px;
	align-items: center;
}
.elite2026-header__nav { justify-self: end; }
.elite2026-header__cta { justify-self: end; }
.elite2026-header__nav ul {
	display: flex;
	align-items: center;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.elite2026-footer__nav ul {
	display: flex;
	align-items: center;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}

.elite2026-header__toggle {
	display: none;
	position: relative;
	width: 44px;
	height: 44px;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	color: #ffffff;
	justify-self: end;
	z-index: 200;
	-webkit-tap-highlight-color: transparent;
}
.elite2026-header__toggle-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 28px;
	stroke: currentColor;
	stroke-width: 2.5;
	stroke-linecap: round;
	fill: none;
	transform: translate(-50%, -50%);
	transition: opacity 220ms ease;
}
.elite2026-header__toggle-icon--close { opacity: 0; }
.elite2026-header__toggle[aria-expanded="true"] .elite2026-header__toggle-icon--burger { opacity: 0; }
.elite2026-header__toggle[aria-expanded="true"] .elite2026-header__toggle-icon--close  { opacity: 1; }

.elite2026-mobile-panel {
	position: fixed;
	inset: 0;
	z-index: 90;
	pointer-events: none;
}
.elite2026-mobile-panel:not([hidden]) {
	display: block;
}

.elite2026-mobile-panel__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	opacity: 0;
	transition: opacity var(--elite2026-motion-base);
	cursor: pointer;
}

.elite2026-mobile-panel__inner {
	position: absolute;
	top: 0; right: 0; bottom: 0;
	width: min(380px, 90vw);
	background: var(--elite2026-ink);
	padding: 120px 48px 40px;
	transform: translateX(100%);
	transition: transform var(--elite2026-motion-base);
	box-shadow: -24px 0 60px -24px rgba(0, 0, 0, 0.6);
	overflow-y: auto;
	display: flex;
	flex-direction: column;
}

.elite2026-mobile-panel--open {
	pointer-events: auto;
}
.elite2026-mobile-panel--open .elite2026-mobile-panel__backdrop { opacity: 1; }
.elite2026-mobile-panel--open .elite2026-mobile-panel__inner { transform: translateX(0); }

body.elite2026-no-scroll { overflow: hidden; }

.elite2026-mobile-panel__nav {
	display: flex;
	flex-direction: column;
}
.elite2026-mobile-panel__nav ul {
	list-style: none;
	margin: 0 0 8px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.elite2026-mobile-panel__nav ul a {
	display: block;
	padding: 14px 0;
	font-family: var(--elite2026-font-sans);
	font-size: 18px;
	font-weight: 500;
	color: var(--elite2026-white);
	border-bottom: 1px solid var(--elite2026-border-on-dark);
}
.elite2026-mobile-panel__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	align-self: center;
	margin-top: 32px;
	padding: 18px 64px;
	font-size: 18px;
	letter-spacing: 0.5px;
	min-width: 220px;
}

@media (max-width: 1023px) {
	.elite2026-header__inner {
		grid-template-columns: 1fr auto;
	}
	.elite2026-header__nav { display: none; }
	a.elite2026-header__cta { display: none; }
	.elite2026-header__toggle { display: inline-flex; }
}

@media (max-width: 768px) {
	.elite2026-hero { padding-block: clamp(48px, 10vw, 64px); }
	.elite2026-hero__title { font-size: clamp(32px, 8vw, 42px); }
	.elite2026-hero__lead { max-width: none; }
	.elite2026-hero__cta { flex-direction: column; align-items: flex-start; gap: 16px; }
	.elite2026-hero__cta .elite2026-btn { width: 100%; }

	.elite2026-services__title,
	.elite2026-benchmark__title,
	.elite2026-strategy__title,
	.elite2026-enterprise__title,
	.elite2026-feedback__title,
	.elite2026-contact__title { font-size: clamp(26px, 6vw, 34px); }

	.elite2026-feedback__wide { padding: 24px; }
	.elite2026-feedback__card { padding: 24px; min-height: 0; }

	.elite2026-contact__title { margin-bottom: 24px; }
	.elite2026-contact__lead  { margin-bottom: 28px; }
}

@media (max-width: 480px) {
	:root {
		--elite2026-section-pad: 48px;
		--elite2026-gutter-mobile: 16px;
	}
	.elite2026-header { padding-block: 20px; }
	.elite2026-footer { padding-block: 24px; }
	.elite2026-footer__inner { gap: 16px; }
}
