
/* EstratoNexo Corporate — presentation layer */
:root {
	--en-abyss: #06131b;
	--en-petroleum: #0b2230;
	--en-deep: #123b52;
	--en-electric: #1f8cff;
	--en-cyan: #00d5e8;
	--en-amber: #f2a43a;
	--en-ice: #f5f8fa;
	--en-mist: #aab8c2;
	--en-line: #25485a;
	--en-card: rgba(15, 43, 57, .78);
	--en-shadow: 0 24px 70px rgba(0, 0, 0, .32);
	--en-radius: 22px;
	--en-radius-sm: 14px;
	--en-header-height: 82px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--en-header-height) + 24px); }
body.estratonexo-theme {
	background:
		radial-gradient(circle at 10% 8%, rgba(31,140,255,.10), transparent 28rem),
		radial-gradient(circle at 90% 34%, rgba(0,213,232,.07), transparent 34rem),
		var(--en-abyss);
	color: var(--en-ice);
	overflow-x: clip;
}
body.admin-bar .estratonexo-header { top: 32px; }
a { text-underline-offset: .18em; }
img { max-width: 100%; height: auto; }
:where(.wp-site-blocks) { overflow-x: clip; overflow-y: visible; }
:where(.wp-site-blocks) > * { margin-block-start: 0; }

.estratonexo-header {
	position: sticky;
	top: 0;
	z-index: 100;
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	background: rgba(6, 19, 27, .88);
	border-bottom: 1px solid rgba(170,184,194,.13);
	box-shadow: 0 10px 36px rgba(0,0,0,.16);
}
.estratonexo-header .wp-block-site-logo img { max-height: 52px; width: auto; }
.estratonexo-header .wp-block-site-title { font-weight: 800; letter-spacing: -.02em; }
.estratonexo-header .wp-block-site-logo + .wp-block-site-title,
.en-footer .wp-block-site-logo + .wp-block-site-title { display: none; }
.estratonexo-header .wp-block-navigation { font-size: .94rem; }
.estratonexo-header .wp-block-navigation-item__content { color: var(--en-ice); opacity: .86; }
.estratonexo-header .wp-block-navigation-item__content:hover,
.estratonexo-header .current-menu-item > .wp-block-navigation-item__content { color: var(--en-cyan); opacity: 1; }
.estratonexo-header .wp-block-navigation__responsive-container.is-menu-open {
	background: var(--en-abyss);
	color: var(--en-ice);
	padding: 2rem;
}
.estratonexo-header .wp-block-button__link { white-space: nowrap; }

.en-section {
	position: relative;
	padding-top: clamp(4.5rem, 8vw, 8rem);
	padding-bottom: clamp(4.5rem, 8vw, 8rem);
}
.en-section.is-compact {
	padding-top: clamp(3rem, 5vw, 5rem);
	padding-bottom: clamp(3rem, 5vw, 5rem);
}
.en-section.is-tinted {
	background: linear-gradient(180deg, rgba(18,59,82,.22), rgba(6,19,27,0));
	border-top: 1px solid rgba(170,184,194,.08);
	border-bottom: 1px solid rgba(170,184,194,.08);
}
.en-anchor { scroll-margin-top: calc(var(--en-header-height) + 24px); }

.en-eyebrow,
.is-style-eyebrow {
	margin-bottom: .8rem !important;
	font-size: .76rem !important;
	font-weight: 800 !important;
	letter-spacing: .16em !important;
	text-transform: uppercase;
	color: var(--en-cyan) !important;
}
.en-display {
	font-size: clamp(2.85rem, 7vw, 6.8rem) !important;
	line-height: .96 !important;
	letter-spacing: -.055em !important;
	max-width: 13ch;
	text-wrap: balance;
}
.en-section-title {
	font-size: clamp(2.1rem, 4.5vw, 4.25rem) !important;
	line-height: 1.04 !important;
	letter-spacing: -.045em !important;
	text-wrap: balance;
}
.en-page-title {
	font-size: clamp(2.5rem, 6vw, 5.4rem) !important;
	line-height: .98 !important;
	letter-spacing: -.05em !important;
}
.en-lead {
	color: #d3dde3;
	font-size: clamp(1.08rem, 1.8vw, 1.32rem);
	line-height: 1.72;
	max-width: 66ch;
}
.en-muted { color: var(--en-mist); }
.en-gradient-text {
	background: linear-gradient(100deg, var(--en-ice), var(--en-cyan) 45%, var(--en-electric));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.en-rule {
	border: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(0,213,232,.45), transparent);
	margin: 2rem 0;
}

.en-hero {
	position: relative;
	min-height: min(860px, calc(100vh - var(--en-header-height)));
	display: grid;
	align-items: center;
	padding-top: clamp(4.5rem, 8vw, 8rem);
	padding-bottom: clamp(4.5rem, 8vw, 8rem);
	isolation: isolate;
}
.en-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -3;
	background:
		linear-gradient(90deg, rgba(6,19,27,.98) 0%, rgba(6,19,27,.88) 42%, rgba(6,19,27,.28) 100%),
		url("../images/hero-strata.svg") center right / cover no-repeat;
}
.en-hero::after {
	content: "";
	position: absolute;
	left: 0; right: 0; bottom: -2px;
	height: 170px;
	z-index: -2;
	background: linear-gradient(to bottom, transparent, var(--en-abyss));
}
.en-hero-copy { position: relative; z-index: 3; }
.en-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: .65rem;
	margin-top: 1.65rem;
}
.en-chip {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	padding: .55rem .8rem;
	border: 1px solid rgba(0,213,232,.20);
	border-radius: 999px;
	background: rgba(11,34,48,.55);
	color: #dbe7ec;
	font-size: .82rem;
}
.en-chip::before {
	content: "";
	width: 7px; height: 7px;
	border-radius: 50%;
	background: var(--en-cyan);
	box-shadow: 0 0 14px rgba(0,213,232,.8);
}
.en-hero-visual {
	position: relative;
	min-height: 520px;
}
.en-orbit {
	position: absolute;
	inset: 5% 0 0 8%;
	border: 1px solid rgba(0,213,232,.18);
	border-radius: 50%;
	transform: rotate(-12deg);
}
.en-orbit::before, .en-orbit::after {
	content: "";
	position: absolute;
	width: 12px; height: 12px;
	border-radius: 50%;
	background: var(--en-cyan);
	box-shadow: 0 0 25px rgba(0,213,232,.9);
}
.en-orbit::before { top: 14%; left: 9%; }
.en-orbit::after { bottom: 18%; right: 5%; background: var(--en-amber); box-shadow: 0 0 25px rgba(242,164,58,.8); }
.en-log-card {
	position: absolute;
	right: 2%;
	top: 8%;
	width: min(440px, 92%);
	padding: 1.2rem;
	background: rgba(7,25,35,.72);
	border: 1px solid rgba(0,213,232,.22);
	border-radius: var(--en-radius);
	box-shadow: var(--en-shadow);
	backdrop-filter: blur(16px);
	transform: rotate(1.5deg);
}
.en-log-card img { border-radius: 15px; display: block; }
.en-floating-stat {
	position: absolute;
	padding: .9rem 1rem;
	border-radius: 14px;
	background: rgba(11,34,48,.86);
	border: 1px solid rgba(170,184,194,.16);
	box-shadow: 0 16px 40px rgba(0,0,0,.28);
}
.en-floating-stat strong { display: block; font-size: 1.05rem; color: var(--en-ice); }
.en-floating-stat span { font-size: .78rem; color: var(--en-mist); }
.en-floating-stat.is-one { left: 0; bottom: 18%; }
.en-floating-stat.is-two { right: 0; bottom: 2%; }

.wp-element-button,
.wp-block-button__link {
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.wp-element-button:hover,
.wp-block-button__link:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 35px rgba(31,140,255,.24);
}
.is-style-outline-glow .wp-block-button__link {
	background: transparent !important;
	color: var(--en-ice) !important;
	border: 1px solid rgba(0,213,232,.62) !important;
	box-shadow: inset 0 0 0 1px rgba(0,213,232,.05), 0 0 25px rgba(0,213,232,.07);
}

.is-style-glass-panel,
.en-card {
	height: 100%;
	padding: clamp(1.3rem, 2vw, 2rem);
	border: 1px solid rgba(170,184,194,.14);
	border-radius: var(--en-radius);
	background:
		linear-gradient(145deg, rgba(18,59,82,.48), rgba(11,34,48,.62)),
		rgba(11,34,48,.56);
	box-shadow: 0 22px 55px rgba(0,0,0,.18);
	backdrop-filter: blur(12px);
}
.en-card:hover {
	border-color: rgba(0,213,232,.32);
	transform: translateY(-4px);
}
.en-card { transition: transform .25s ease, border-color .25s ease; }
.en-card h3 { margin-top: .8rem; }
.en-card p:last-child { margin-bottom: 0; }

.en-icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(31,140,255,.2), rgba(0,213,232,.12));
	border: 1px solid rgba(0,213,232,.25);
}
.en-icon img { width: 32px; height: 32px; object-fit: contain; }

.en-problem-grid .wp-block-column,
.en-solution-grid .wp-block-column,
.en-method-grid .wp-block-column,
.en-difference-grid .wp-block-column {
	display: flex;
}
.en-number {
	display: inline-grid;
	place-items: center;
	width: 42px; height: 42px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--en-electric), var(--en-cyan));
	color: var(--en-abyss);
	font-weight: 900;
}
.en-kicker-line {
	display: inline-flex;
	align-items: center;
	gap: .75rem;
	color: var(--en-cyan);
	font-weight: 700;
}
.en-kicker-line::before {
	content: "";
	width: 34px; height: 2px;
	background: linear-gradient(90deg, var(--en-amber), var(--en-cyan));
}

.en-bridge {
	position: relative;
	padding: clamp(1.5rem, 3vw, 2.5rem);
	border: 1px solid rgba(0,213,232,.16);
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(31,140,255,.08), transparent 45%),
		rgba(7,25,35,.75);
	overflow: hidden;
}
.en-bridge::after {
	content: "";
	position: absolute;
	inset: auto -20% -55% 10%;
	height: 300px;
	background: radial-gradient(circle, rgba(0,213,232,.13), transparent 60%);
	pointer-events: none;
}
.en-bridge-step {
	position: relative;
	z-index: 1;
	padding: 1.25rem;
	border-radius: 16px;
	background: rgba(11,34,48,.85);
	border: 1px solid rgba(170,184,194,.12);
}
.en-bridge-arrow {
	display: grid;
	place-items: center;
	min-width: 40px;
	color: var(--en-cyan);
	font-size: 1.65rem;
}

.en-solution-card {
	position: relative;
	overflow: hidden;
}
.en-solution-card::after {
	content: "";
	position: absolute;
	width: 160px; height: 160px;
	right: -70px; top: -70px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0,213,232,.13), transparent 70%);
	pointer-events: none;
}
.en-solution-card .wp-block-image img {
	border-radius: 16px;
	border: 1px solid rgba(170,184,194,.12);
}
.en-solution-tag {
	display: inline-block;
	padding: .35rem .6rem;
	border-radius: 999px;
	background: rgba(0,213,232,.09);
	color: var(--en-cyan);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.en-mini-list {
	list-style: none;
	padding: 0;
	margin: 1rem 0;
}
.en-mini-list li {
	position: relative;
	padding-left: 1.4rem;
	margin: .45rem 0;
	color: #cbd6dc;
}
.en-mini-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--en-cyan);
	font-weight: 900;
}

.en-process {
	position: relative;
}
.en-process::before {
	content: "";
	position: absolute;
	left: 7%; right: 7%; top: 36px;
	height: 2px;
	background: linear-gradient(90deg, var(--en-amber), var(--en-cyan), var(--en-electric));
	opacity: .55;
}
.en-process-step {
	position: relative;
	z-index: 1;
	text-align: center;
}
.en-process-dot {
	display: grid;
	place-items: center;
	width: 72px; height: 72px;
	margin: 0 auto 1.1rem;
	border-radius: 50%;
	background: var(--en-petroleum);
	border: 2px solid var(--en-cyan);
	box-shadow: 0 0 0 9px rgba(0,213,232,.06), 0 0 30px rgba(0,213,232,.16);
	font-weight: 900;
	color: var(--en-cyan);
}

.en-science-panel {
	position: relative;
	border-radius: 28px;
	overflow: hidden;
	min-height: 430px;
	border: 1px solid rgba(0,213,232,.15);
	background: url("../images/science-engine.svg") center / cover no-repeat, rgba(11,34,48,.52);
}
.en-science-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(6,19,27,.94), rgba(6,19,27,.35));
}
.en-science-panel > * { position: relative; z-index: 1; }

.en-timeline {
	position: relative;
	counter-reset: week;
}
.en-timeline::before {
	content: "";
	position: absolute;
	left: 24px; top: 28px; bottom: 28px;
	width: 2px;
	background: linear-gradient(var(--en-cyan), var(--en-electric));
	opacity: .5;
}
.en-week {
	position: relative;
	padding-left: 74px;
	margin-bottom: 1.6rem;
}
.en-week::before {
	counter-increment: week;
	content: counter(week);
	position: absolute;
	left: 0; top: 0;
	display: grid;
	place-items: center;
	width: 50px; height: 50px;
	border-radius: 50%;
	background: var(--en-petroleum);
	border: 2px solid var(--en-cyan);
	color: var(--en-cyan);
	font-weight: 900;
	box-shadow: 0 0 0 7px var(--en-abyss);
}
.en-week h3 { margin: 0 0 .35rem; }
.en-week p { margin: 0; color: var(--en-mist); }

.en-metric {
	padding: 1rem;
	border-left: 2px solid var(--en-cyan);
	background: rgba(11,34,48,.46);
	border-radius: 0 12px 12px 0;
}
.en-metric strong { display: block; font-size: 1.1rem; }
.en-metric span { color: var(--en-mist); font-size: .88rem; }

.en-page-hero {
	position: relative;
	padding: clamp(5rem, 9vw, 9rem) 0 clamp(3.5rem, 7vw, 6rem);
	border-bottom: 1px solid rgba(170,184,194,.10);
	background:
		linear-gradient(90deg, rgba(6,19,27,.98), rgba(6,19,27,.64)),
		url("../images/data-flow.svg") center / cover no-repeat;
}
.en-page-hero .en-lead { max-width: 54ch; }
.en-product-hero {
	background:
		linear-gradient(90deg, rgba(6,19,27,.97), rgba(6,19,27,.52)),
		url("../images/hero-strata.svg") center / cover no-repeat;
}
.en-feature-image {
	border: 1px solid rgba(170,184,194,.14);
	border-radius: var(--en-radius);
	box-shadow: var(--en-shadow);
	overflow: hidden;
}
.en-feature-image img { display: block; width: 100%; }

.en-data-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid rgba(170,184,194,.15);
	border-radius: 16px;
	overflow: hidden;
}
.en-data-table th, .en-data-table td {
	padding: .9rem 1rem;
	border-bottom: 1px solid rgba(170,184,194,.12);
	text-align: left;
}
.en-data-table th {
	background: rgba(18,59,82,.6);
	color: var(--en-cyan);
}
.en-data-table tr:last-child td { border-bottom: 0; }

.estratonexo-contact-form {
	padding: clamp(1.2rem, 3vw, 2.2rem);
	border: 1px solid rgba(0,213,232,.18);
	border-radius: var(--en-radius);
	background: rgba(11,34,48,.62);
	box-shadow: var(--en-shadow);
}
.estratonexo-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 1.2rem;
}
.estratonexo-form-grid p { margin: 0; }
.estratonexo-form-grid .is-full { grid-column: 1 / -1; }
.estratonexo-contact-form label {
	display: block;
	margin-bottom: .4rem;
	font-weight: 700;
	color: #dfe8ed;
	font-size: .9rem;
}
.estratonexo-contact-form input:not([type="checkbox"]),
.estratonexo-contact-form select,
.estratonexo-contact-form textarea {
	width: 100%;
	padding: .85rem .95rem;
	border: 1px solid rgba(170,184,194,.23);
	border-radius: 10px;
	background: rgba(6,19,27,.82);
	color: var(--en-ice);
	font: inherit;
}
.estratonexo-contact-form input:focus,
.estratonexo-contact-form select:focus,
.estratonexo-contact-form textarea:focus {
	outline: 2px solid var(--en-cyan);
	outline-offset: 2px;
	border-color: var(--en-cyan);
}
.estratonexo-contact-form option { background: var(--en-abyss); }
.estratonexo-consent label { font-weight: 400; color: var(--en-mist); }
.estratonexo-form-notice {
	padding: .9rem 1rem;
	margin-bottom: 1rem;
	border-radius: 10px;
}
.estratonexo-form-notice.is-success { background: rgba(0,213,150,.12); border: 1px solid rgba(0,213,150,.4); }
.estratonexo-form-notice.is-error { background: rgba(255,102,102,.12); border: 1px solid rgba(255,102,102,.4); }
.estratonexo-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.estratonexo-placeholder { color: var(--en-amber); font-style: italic; }

.estratonexo-whatsapp {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 120;
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	padding: .75rem .95rem;
	background: #147a62;
	color: #fff;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 800;
	box-shadow: 0 18px 45px rgba(0,0,0,.35);
	transition: transform .2s ease;
}
.estratonexo-whatsapp:hover { transform: translateY(-3px); color: #fff; }
.estratonexo-whatsapp svg { width: 24px; height: 24px; fill: currentColor; }

.en-footer {
	padding-top: 4rem;
	padding-bottom: 2rem;
	background: #041017;
	border-top: 1px solid rgba(170,184,194,.12);
}
.en-footer .wp-block-site-logo img { max-height: 56px; width: auto; }
.en-footer a { color: #cbd6dc; text-decoration: none; }
.en-footer a:hover { color: var(--en-cyan); }
.en-footer-bottom {
	margin-top: 2.5rem;
	padding-top: 1.2rem;
	border-top: 1px solid rgba(170,184,194,.12);
	color: var(--en-mist);
	font-size: .85rem;
}

.en-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .7s ease, transform .7s ease;
}
.en-reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.en-reveal { opacity: 1; transform: none; transition: none; }
	.wp-element-button, .wp-block-button__link, .en-card { transition: none; }
}

@media (max-width: 1100px) {
	.estratonexo-header .en-header-cta { display: none; }
}
@media (max-width: 980px) {
	.en-hero { min-height: auto; }
	.en-hero-visual { min-height: 430px; margin-top: 1rem; }
	.en-process::before { display: none; }
	.en-process-step { text-align: left; display: grid; grid-template-columns: 64px 1fr; column-gap: 1rem; }
	.en-process-dot { grid-row: 1 / span 2; width: 58px; height: 58px; margin: 0; }
	.en-bridge-arrow { transform: rotate(90deg); }
}
@media (max-width: 782px) {
	body.admin-bar .estratonexo-header { top: 46px; }
	.estratonexo-form-grid { grid-template-columns: 1fr; }
	.estratonexo-form-grid .is-full { grid-column: auto; }
	.en-display { font-size: clamp(2.6rem, 14vw, 4.4rem) !important; }
	.en-section-title { font-size: clamp(2rem, 10vw, 3.2rem) !important; }
	.en-hero-visual { min-height: 340px; }
	.en-log-card { right: 0; width: 94%; }
	.en-floating-stat.is-one { left: 0; bottom: 12%; }
	.en-floating-stat.is-two { right: 0; bottom: -8%; }
	.estratonexo-whatsapp span { display: none; }
	.estratonexo-whatsapp { padding: .78rem; }
}
@media (max-width: 600px) {
	.en-section { padding-top: 4rem; padding-bottom: 4rem; }
	.en-hero { padding-top: 3.2rem; }
	.en-hero-visual { display: none; }
	.en-bridge { padding: 1rem; }
	.en-week { padding-left: 64px; }
	.en-footer { text-align: center; }
	.en-footer .wp-block-navigation { justify-content: center; }
}


/* --------------------------------------------------------------------------
   WordPress primary menu — desktop + reliable mobile/tablet overlay
   -------------------------------------------------------------------------- */
.estratonexo-header .wp-block-shortcode {
	margin: 0;
}
.en-primary-menu {
	display: flex;
	align-items: center;
	position: relative;
}
.en-desktop-navigation {
	display: block;
}
.en-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.en-menu-list--desktop {
	display: flex;
	align-items: center;
	gap: clamp(.85rem, 1.6vw, 1.55rem);
}
.en-menu-list--desktop > .menu-item {
	position: relative;
}
.en-menu-list--desktop a {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	padding: .8rem 0;
	color: var(--en-ice);
	font-size: .94rem;
	line-height: 1.2;
	text-decoration: none;
	opacity: .86;
	white-space: nowrap;
}
.en-menu-list--desktop a:hover,
.en-menu-list--desktop a:focus-visible,
.en-menu-list--desktop .current-menu-item > a,
.en-menu-list--desktop .current-menu-ancestor > a {
	color: var(--en-cyan);
	opacity: 1;
}
.en-menu-list--desktop .menu-item-has-children > a::after {
	content: "";
	width: .42rem;
	height: .42rem;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
}
.en-menu-list--desktop .sub-menu {
	position: absolute;
	top: calc(100% - .1rem);
	left: 50%;
	z-index: 120;
	min-width: 245px;
	margin: 0;
	padding: .65rem;
	list-style: none;
	border: 1px solid rgba(170,184,194,.16);
	border-radius: 16px;
	background: rgba(5,18,27,.98);
	box-shadow: 0 24px 60px rgba(0,0,0,.42);
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, .55rem);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.en-menu-list--desktop .menu-item:hover > .sub-menu,
.en-menu-list--desktop .menu-item:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}
.en-menu-list--desktop .sub-menu a {
	display: block;
	padding: .72rem .85rem;
	border-radius: 10px;
	white-space: normal;
}
.en-menu-list--desktop .sub-menu a:hover,
.en-menu-list--desktop .sub-menu a:focus-visible {
	background: rgba(0,213,232,.09);
}
.en-menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	padding: 10px;
	border: 1px solid rgba(0,213,232,.25);
	border-radius: 13px;
	background: rgba(11,34,48,.74);
	color: var(--en-ice);
	cursor: pointer;
}
.en-menu-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	margin: 5px 0;
	border-radius: 999px;
	background: currentColor;
	transition: transform .2s ease, opacity .2s ease;
}
.en-menu-toggle:hover,
.en-menu-toggle:focus-visible {
	border-color: rgba(0,213,232,.72);
	color: var(--en-cyan);
	outline: none;
}
.en-mobile-navigation[hidden] {
	display: none !important;
}
.en-mobile-navigation {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	grid-template-columns: minmax(0, 1fr) min(88vw, 430px);
	min-height: 100vh;
	min-height: 100dvh;
}
.en-mobile-navigation__backdrop {
	background: rgba(1,8,12,.70);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
.en-mobile-navigation__panel {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: max(1.25rem, env(safe-area-inset-top)) max(1.25rem, env(safe-area-inset-right)) max(1.25rem, env(safe-area-inset-bottom)) 1.5rem;
	overflow-y: auto;
	overscroll-behavior: contain;
	background:
		radial-gradient(circle at 85% 10%, rgba(0,213,232,.12), transparent 18rem),
		linear-gradient(180deg, #071923, #041017);
	border-left: 1px solid rgba(0,213,232,.18);
	box-shadow: -30px 0 80px rgba(0,0,0,.44);
}
.en-mobile-navigation__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 1.1rem;
	border-bottom: 1px solid rgba(170,184,194,.13);
}
.en-mobile-navigation__top strong {
	font-size: 1.15rem;
	letter-spacing: -.02em;
}
.en-menu-close {
	position: relative;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(170,184,194,.18);
	border-radius: 12px;
	background: rgba(11,34,48,.68);
	color: var(--en-ice);
	cursor: pointer;
}
.en-menu-close span {
	position: absolute;
	left: 11px;
	top: 20px;
	width: 21px;
	height: 2px;
	background: currentColor;
}
.en-menu-close span:first-child { transform: rotate(45deg); }
.en-menu-close span:last-child { transform: rotate(-45deg); }
.en-menu-close:hover,
.en-menu-close:focus-visible {
	color: var(--en-cyan);
	border-color: rgba(0,213,232,.7);
	outline: none;
}
.en-mobile-navigation__links {
	margin: 1rem 0 1.4rem;
}
.en-menu-list--mobile > .menu-item {
	border-bottom: 1px solid rgba(170,184,194,.11);
}
.en-menu-list--mobile .menu-item {
	position: relative;
}
.en-menu-list--mobile a {
	display: block;
	padding: .95rem 3.3rem .95rem .15rem;
	color: var(--en-ice);
	font-size: clamp(1.05rem, 4vw, 1.25rem);
	font-weight: 650;
	line-height: 1.25;
	text-decoration: none;
}
.en-menu-list--mobile a:hover,
.en-menu-list--mobile a:focus-visible,
.en-menu-list--mobile .current-menu-item > a,
.en-menu-list--mobile .current-menu-ancestor > a {
	color: var(--en-cyan);
	outline: none;
}
.en-submenu-toggle {
	position: absolute;
	top: .58rem;
	right: .05rem;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 10px;
	background: rgba(0,213,232,.08);
	color: var(--en-cyan);
	cursor: pointer;
}
.en-submenu-toggle::before {
	content: "";
	position: absolute;
	left: 14px;
	top: 12px;
	width: 9px;
	height: 9px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transition: transform .2s ease;
}
.en-menu-list--mobile .menu-item-has-children.is-open > .en-submenu-toggle::before {
	transform: translateY(4px) rotate(225deg);
}
.en-menu-list--mobile .sub-menu {
	display: none;
	margin: 0 0 .8rem;
	padding: .1rem 0 .25rem 1rem;
	list-style: none;
	border-left: 1px solid rgba(0,213,232,.25);
}
.en-menu-list--mobile .menu-item-has-children.is-open > .sub-menu {
	display: block;
}
.en-menu-list--mobile .sub-menu a {
	padding: .72rem .8rem;
	font-size: .95rem;
	font-weight: 520;
	color: #c7d3da;
}
.en-mobile-navigation__cta {
	margin-top: auto;
	text-align: center;
	text-decoration: none;
}
body.en-menu-open {
	overflow: hidden !important;
	touch-action: none;
}

@media (max-width: 1100px) {
	.en-desktop-navigation { display: none; }
	.en-menu-toggle { display: block; }
	.estratonexo-header .wp-block-shortcode { display: flex; align-items: center; }
	.estratonexo-header {
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}
}
@media (max-width: 600px) {
	.en-mobile-navigation { grid-template-columns: 1fr; }
	.en-mobile-navigation__backdrop { display: none; }
	.en-mobile-navigation__panel { border-left: 0; }
}
