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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: var(--color-surface);
	color: var(--color-text);
	/* Match fixed header height (includes .site-header padding + .header-inner height) */
	padding-top: 112px;
	transition: var(--theme-transition);
}

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: inherit;
	text-decoration: underline;
	text-decoration-color: currentColor;
	text-underline-offset: 0.14em;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
	text-decoration-thickness: 2px;
}

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

/* Sub-menus: usamos opacity+transform, no el sistem off-screen de WP */
.main-navigation ul ul {
	position: absolute;
	visibility: hidden;
	/* Hidden sin moverlo off-screen */
	pointer-events: none;
	z-index: 300;
}

.main-navigation ul ul ul {
	top: 0;
	left: 100%;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	visibility: visible;
	pointer-events: auto;
}

.main-navigation ul ul a {
	width: auto;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	visibility: visible;
	pointer-events: 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;
}

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

/*--------------------------------------------------------------
# Begin Launchpad Styles
--------------------------------------------------------------*/
/* Controls block width in the block editor */
html :where(.wp-block) {
	max-width: var(--content-max-width);
}

/* Constrains non-custom-block content in the block editor */
.entry-content>*:not(.lp-block) {
	max-width: var(--content-max-width);
	margin-inline: auto;
}

:root {

	/* Brand */
	--color-brand: #067ab7;
	--color-brand-hover: #0569a0;
	--color-brand-light: #e8f4fb;
	--color-accent: #2dd5cb;
	--color-dark: #0a1a2f;

	/* Surface */
	--color-surface: #ffffff;
	--color-surface-alt: #f9f9f9;
	--color-surface-brand: #e8f4fb;

	/* Text */
	--color-text: #212121;
	--color-text-muted: #6b7280;
	--color-text-light: #ffffff;

	/* Border */
	--color-border: #d9d9d9;
	--color-border-light: #f0f0f0;

	/*
	 * Surface outlines — cards, tiles, panels (border-first; no drop-shadow on content).
	 * Use --color-border-surface* + --border-width-default on the element.
	 */
	--border-width-default: 1px;
	--border-width-emphasis: 2px;
	--color-border-surface: rgba(6, 122, 183, 0.16);
	--color-border-surface-hover: rgba(6, 122, 183, 0.45);
	--color-border-surface-emphasis: rgba(6, 122, 183, 0.28);

	/* Section tint — same plane as page; tonal shift only (no shadow) */
	--color-surface-section-tint: #e6f7fe;

	/*
	 * Elevation 0 — content cards (M3 / SaaS pattern: outline + radius; shadow-none).
	 * Editorial tiles on the marketing stack use --radius-block-tile plus --shadow-sm (see blocks).
	 * Legacy horizontal card height still references --radius-card where needed.
	 */
	--radius-card: var(--space-6);

	--motion-duration-interactive: 0.2s;
	--motion-ease-standard: cubic-bezier(0.2, 0.8, 0.2, 1);

	--focus-ring-width: 2px;
	--focus-ring-offset: 3px;
	--focus-ring-color: var(--color-brand);

	--color-primary: var(--color-brand);
	--color-secondary-light: var(--color-text-light);
	--color-secondary-dark: var(--color-text-muted);
	--color-secondary-darker: var(--color-text);
	--color-body-light: var(--color-text-muted);

	/* Typography */
	--font-heading: "Kanit", sans-serif;
	--font-body: "Plus Jakarta Sans", sans-serif;

	--text-xs: 12px;
	--text-sm: 14px;
	--text-base: 16px;
	--text-lg: 18px;
	--text-xl: 20px;
	--text-2xl: 24px;
	--text-3xl: 32px;
	--text-4xl: 40px;
	--text-5xl: 48px;
	--text-6xl: 56px;

	--font-normal: 400;
	--font-medium: 500;
	--font-semibold: 600;
	--font-bold: 700;

	--leading-tight: 1.1;
	--leading-snug: 1.25;
	--leading-normal: 1.5;
	--leading-relaxed: 1.625;

	/*
	 * Section typography — shared scale for marketing blocks (Services, About, etc.).
	 * Eyebrow → section title → lead → body; card titles/body use card tokens.
	 */
	--type-eyebrow-font: var(--font-body);
	--type-eyebrow-size: var(--text-xs);
	--type-eyebrow-weight: 800;
	--type-eyebrow-tracking: 0.08em;
	--type-eyebrow-lh: 1.2;

	/* Section H2: ~32–40px fluid, aligned across blocks */
	--type-section-title-fluid: clamp(1.75rem, 3.2vw, 2.5rem);
	--type-section-title-weight: 800;
	--type-section-title-lh: var(--leading-tight);

	/* Narrow viewports */
	--type-section-title-fluid-sm: clamp(1.625rem, 5.5vw, 2.25rem);

	--type-section-lead-size: var(--text-xl);
	--type-section-lead-weight: var(--font-normal);
	--type-section-lead-lh: var(--leading-normal);
	--type-section-lead-max-width: 52rem;
	--type-section-lead-size-sm: var(--text-lg);

	--type-body-paragraph-size: var(--text-base);
	--type-body-paragraph-lh: var(--leading-relaxed);

	/*
	 * Section subtext: copy directly under marketing H2 (Services, Logos, …).
	 * Smaller than --type-section-lead-* so the title stays dominant.
	 */
	--type-section-subtext-size: var(--type-body-paragraph-size);
	--type-section-subtext-weight: var(--font-normal);
	--type-section-subtext-lh: var(--type-body-paragraph-lh);
	--color-section-subtext: var(--color-text-muted);
	/* On dark / inverse section backgrounds (e.g. About intro on navy) */
	--color-section-subtext-on-inverse: rgba(255, 255, 255, 0.78);

	--type-section-stack-gap: var(--space-3);

	--type-card-title-size: 1.625rem;
	--type-card-title-weight: var(--font-medium);
	--type-card-title-lh: 1.3;
	--type-card-title-tracking: -0.02em;
	--type-card-title-size-sm: var(--text-2xl);

	--type-card-body-size: var(--text-base);
	--type-card-body-lh: 1.625;

	--type-subheading-size: var(--text-xl);
	--type-subheading-weight: var(--font-semibold);
	--type-subheading-lh: var(--leading-snug);

	--type-caption-size: var(--text-sm);
	--type-caption-lh: var(--leading-normal);

	--type-stat-number-size: var(--text-5xl);
	--type-stat-number-weight: var(--font-bold);
	--type-stat-number-size-sm: var(--text-3xl);
	--type-stat-number-size-xs: var(--text-2xl);

	/* Legacy font aliases */
	--font-family-heading: var(--font-heading);
	--font-family-body: var(--font-body);
	--font-family-button: var(--font-body);
	--font-size-h1: var(--text-5xl);
	--font-size-h2: var(--text-4xl);
	--font-size-h3: var(--text-3xl);
	--font-size-h4: var(--text-2xl);
	--font-size-h5: var(--text-xl);
	--font-size-h6: var(--text-lg);
	--font-size-body: var(--text-base);
	--font-size-body-large: var(--text-lg);

	/* Spacing — base 4px */
	--space-1: 4px;
	--space-2: 8px;
	--space-3: 12px;
	--space-4: 16px;
	--space-5: 20px;
	--space-6: 24px;
	--space-7: 28px;
	--space-8: 32px;
	--space-10: 40px;
	--space-12: 48px;
	--space-16: 64px;
	--space-20: 80px;
	--space-24: 96px;
	--space-32: 128px;

	/* Layout */
	--max-width: 1280px;
	--max-width-content: 1080px;
	--max-width-narrow: 720px;

	/* Legacy layout aliases */
	--content-max-width: var(--max-width);
	--content-width-narrow: 720px;
	--content-width-normal: 1080px;
	--content-width-wide: 1280px;
	--margin-vertical-normal: var(--space-16);
	--margin-vertical-wide: var(--space-20);
	--margin-vertical-wider: var(--space-24);

	/*
	 * Shadows — floating / elevated UI only (header toggles, mega menu, overlays).
	 * Content cards use --color-border-surface* instead of these.
	 */
	--shadow-none: none;
	--shadow-xs: 0 1px 2px rgba(10, 26, 47, 0.05);
	--shadow-sm: 0 4px 14px rgba(6, 122, 183, 0.08);
	--shadow-md: 0 8px 24px rgba(26, 42, 58, 0.10);
	--shadow-lg: 0 20px 60px rgba(35, 57, 85, 0.15);
	--shadow-xl: 0 24px 64px rgba(21, 37, 50, 0.20);

	/* Border radius */
	--radius-sm: 8px;
	--radius-md: 12px;
	--radius-lg: 16px;
	--radius-xl: 20px;
	--radius-full: 9999px;
	/* Editorial tiles across blocks (stat cards, case studies, FAQ, etc.) */
	--radius-block-tile: var(--radius-xl);

	/* Header glass — light (submenu borders and static glass tokens) */
	--glass-bg: rgba(255, 255, 255, 0.59);
	--glass-border: rgba(255, 255, 255, 0.53);
	--glass-shadow-inner: inset 0 1px 0 rgba(255, 255, 255, 0.50), inset 0 -1px 0 rgba(15, 23, 42, 0.075);
	--glass-submenu-bg: rgba(255, 255, 255, 0.94);
	--glass-highlight: linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.06) 59%, rgba(255, 255, 255, 0) 100%);

	/*
	 * Fixed header bar: final fill is token times --header-glass-alpha (0 to 1, navigation.js).
	 * Tuned between the original light glass and the high-opacity pass for dark sections behind the bar.
	 */
	--header-glass-light-fill: 0.60;
	--header-glass-light-border: 0.55;
	--header-glass-light-inset-top: 0.50;
	--header-glass-light-inset-bottom: 0.075;
	--header-glass-light-drop: 0.14;

	/* Theme transition */
	--theme-transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;

	/* Hero — gradient and ring (consumed by blocks, no hardcode in block CSS) */
	--color-hero-tint-mid: #dcf5ff;
	--color-hero-tint-end: #c7e9fb;
	--hero-bg: linear-gradient(135deg, var(--color-surface) 0%, var(--color-hero-tint-mid) 55%, var(--color-hero-tint-end) 100%);
	--hero-ring-border: 2px solid rgba(6, 122, 183, 0.65);
	--hero-ring-glow: inset 0 0 0 1px rgba(6, 122, 183, 0.2),
		0 0 0 8px rgba(6, 122, 183, 0.1),
		0 0 0 20px rgba(6, 122, 183, 0.06),
		0 0 40px 4px rgba(45, 213, 203, 0.12);

	/*--------------------------------------------------------------
	# Figma services tokens (primitives + semantic aliases)
	# Source of truth: tokens/primitives.json + tokens/semantics.json
	--------------------------------------------------------------*/

	/* UI font (Inter) for eyebrows, accordion numbers, stat numbers, form labels */
	--font-ui: "Inter", sans-serif;

	/* Color primitives - blue ramp */
	--color-blue-100: #e6f3fa;
	--color-blue-200: #bdd9f1;
	--color-blue-300: #87bee9;
	--color-blue-400: #44a0d8;
	--color-blue-500: #067ab7;
	--color-blue-600: #056899;
	--color-blue-700: #045581;
	--color-blue-800: #034368;
	--color-blue-900: #022b42;

	/* Color primitives - navy ramp */
	--color-navy-100: #e7ebf0;
	--color-navy-200: #c1cad8;
	--color-navy-300: #8ea0b9;
	--color-navy-400: #496484;
	--color-navy-500: #0a1a2f;
	--color-navy-600: #091628;
	--color-navy-700: #071221;
	--color-navy-800: #050d19;
	--color-navy-900: #030912;

	/* Color primitives - gray ramp */
	--color-gray-100: #fafafa;
	--color-gray-200: #ededee;
	--color-gray-300: #d5d5d7;
	--color-gray-400: #bcbcbf;
	--color-gray-500: #9b9ea0;
	--color-gray-600: #747678;
	--color-gray-700: #464548;
	--color-gray-800: #2c2c2e;
	--color-gray-900: #1a1a1b;

	/* Color primitives - teal ramp */
	--color-teal-100: #e9faf8;
	--color-teal-200: #c6f2ee;
	--color-teal-300: #93e8e3;
	--color-teal-400: #60dbd6;
	--color-teal-500: #2dd5cb;
	--color-teal-600: #26b4ab;
	--color-teal-700: #1e8f88;
	--color-teal-800: #177069;
	--color-teal-900: #0f4c48;

	/* Semantic aliases - backgrounds (services-specific) */
	--color-bg-tint-blue: #e6f3fa;
	--color-bg-off-white: #fafbfc;
	/*
	 * Semantic section backgrounds for marketing blocks.
	 * One ACF choice maps to the same slug in light and dark; tokens swap under [data-theme="dark"].
	 * dark and brand stay visually strong in both themes (same primitive in light and dark stacks).
	 */
	--lp-bg-block-surface: var(--color-surface);
	--lp-bg-block-muted: var(--color-bg-off-white);
	--lp-bg-block-tint: var(--color-bg-tint-blue);
	--lp-bg-block-raised: var(--color-surface-section-tint);
	--lp-bg-block-dark: var(--color-navy-500);
	--lp-bg-block-brand: var(--color-brand);
	--color-bg-form-card: #ecf8ff;
	--color-bg-checklist-active: #bdd9f1;
	--color-bg-checklist-default: #fafbfc;
	--color-hero-overlay: rgba(3, 23, 47, 0.86);

	/* Semantic aliases - text (services-specific) */
	--color-text-on-tint-light: #4b5563;
	--color-text-on-form-card: #1f4d5b;
	--color-text-checklist: #374151;
	--color-text-meta: #6b7280;

	/* Gradients */
	--gradient-cta-blue-teal: linear-gradient(90deg, #007ad2 0%, #17a9ce 40%, #23c1cc 65%, #2ed8ca 100%);
	--gradient-headline-blue-teal: linear-gradient(90deg, #027ed2 0%, #2cd3cb 100%);
	--gradient-section-blue-teal: linear-gradient(135deg, #007ad2 0%, #2ed8ca 100%);

	/* Layout */
	--max-width-page: 1440px;
	--max-width-container: var(--max-width);
	--gutter: clamp(20px, 4vw, 40px);

	/* Fluid type extensions */
	--type-hero-title-fluid: clamp(2.25rem, 5.5vw, 4.25rem);
	--type-form-headline-fluid: clamp(2rem, 4.5vw, 3.75rem);

	/* Section vertical rhythm (Figma sections range 596-920px tall on 1920w) */
	--section-padding-y: clamp(64px, 9vw, 128px);
	--section-padding-y-tight: clamp(48px, 6vw, 80px);
}

[data-theme="dark"] {

	--color-brand: #3da4e0;
	--color-brand-hover: #5ab4e8;
	--color-brand-light: #0a2a42;
	--color-accent: #2dd5cb;

	/* Surface */
	--color-surface: #0d1b2e;
	--color-surface-alt: #091525;
	--color-surface-brand: #0a2a42;
	/*
	 * Dark section surface (distinct from hero).
	 * Slightly lighter + bluer than --color-surface to avoid “same as hero” feeling.
	 */
	--color-surface-section: #0b2439;

	/* Text */
	--color-text: #e8f0f7;
	--color-text-muted: #8fa3b8;
	--color-section-subtext-on-inverse: rgba(232, 240, 247, 0.82);
	--color-text-light: #ffffff;

	/* Border */
	--color-border: #1e3a52;
	--color-border-light: #162d42;

	--color-border-surface: rgba(255, 255, 255, 0.12);
	--color-border-surface-hover: rgba(93, 180, 232, 0.5);
	--color-border-surface-emphasis: rgba(255, 255, 255, 0.22);

	--focus-ring-color: var(--color-brand-hover);

	--shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.3);
	--shadow-sm: 0 4px 14px rgba(0, 0, 0, 0.25);
	--shadow-md: 0 8px 24px rgba(0, 0, 0, 0.35);
	--shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.4);
	--shadow-xl: 0 24px 64px rgba(0, 0, 0, 0.5);

	/* Header glass — dark */
	--glass-bg: rgba(10, 26, 47, 0.72);
	--glass-border: rgba(255, 255, 255, 0.10);
	--glass-shadow-inner: inset 0 1px 0 rgba(255, 255, 255, 0.10), inset 0 -1px 0 rgba(0, 0, 0, 0.35);
	--glass-submenu-bg: rgba(13, 27, 46, 0.98);
	--glass-highlight: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.04) 55%, rgba(255, 255, 255, 0) 100%);

	/* Hero — dark */
	--color-hero-tint-mid: #0d1b2e;
	--color-hero-tint-end: #061018;
	--hero-ring-border: 2px solid rgba(61, 164, 224, 0.5);
	--hero-ring-glow: inset 0 0 0 1px rgba(61, 164, 224, 0.15),
		0 0 0 8px rgba(61, 164, 224, 0.08),
		0 0 0 20px rgba(61, 164, 224, 0.04),
		0 0 40px 4px rgba(45, 213, 203, 0.08);

	/*
	 * Services tokens — dark overrides
	 * Backgrounds shift to navy-tinged surfaces; text shifts to light.
	 */
	--color-bg-tint-blue: #0a2233;
	--color-bg-off-white: var(--color-surface-section);
	--color-bg-form-card: #0f2a44;
	--color-bg-checklist-active: #103a5c;
	--color-bg-checklist-default: #0d2237;
	--color-hero-overlay: rgba(0, 0, 0, 0.6);

	--lp-bg-block-surface: var(--color-surface);
	--lp-bg-block-muted: var(--color-surface-alt);
	--lp-bg-block-tint: var(--color-bg-tint-blue);
	--lp-bg-block-raised: var(--color-surface-section);
	--lp-bg-block-dark: var(--color-navy-500);
	--lp-bg-block-brand: var(--color-brand);

	--color-text-on-tint-light: var(--color-text-muted);
	--color-text-on-form-card: #cbd5e1;
	--color-text-checklist: #e2e8f0;
	--color-text-meta: var(--color-text-muted);
}

h1 {
	font-family: var(--font-heading);
	font-size: var(--text-5xl);
	font-weight: var(--font-bold);
	line-height: var(--leading-tight);
	color: var(--color-text);
	margin: 0;
}

h2 {
	font-family: var(--font-heading);
	font-size: var(--text-4xl);
	font-weight: var(--font-bold);
	line-height: var(--leading-tight);
	color: var(--color-text);
	margin: 0;
}

h3 {
	font-family: var(--font-heading);
	font-size: var(--text-3xl);
	font-weight: var(--font-bold);
	line-height: var(--leading-snug);
	color: var(--color-text);
	margin: 0;
}

h4 {
	font-family: var(--font-body);
	font-size: var(--text-2xl);
	font-weight: var(--font-semibold);
	line-height: var(--leading-snug);
	color: var(--color-text);
	margin: 0;
}

h5 {
	font-family: var(--font-body);
	font-size: var(--text-xl);
	font-weight: var(--font-semibold);
	line-height: var(--leading-normal);
	color: var(--color-text);
	margin: 0;
}

p {
	font-family: var(--font-body);
	font-size: var(--text-base);
	font-weight: var(--font-normal);
	line-height: var(--leading-relaxed);
	color: var(--color-text);
	margin: 0;
}

a {
	text-decoration: none;
}

a.btn {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: var(--space-2);
	padding: var(--space-3) var(--space-6);
	border-radius: var(--radius-full);
	font-family: var(--font-body);
	font-size: var(--text-base);
	font-weight: var(--font-semibold);
	line-height: 1;
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

a.btn-primary {
	background-color: var(--color-brand);
	color: var(--color-text-light);
	box-shadow: var(--shadow-sm);
}

a.btn-primary:hover {
	background-color: var(--color-brand-hover);
	box-shadow: var(--shadow-md);
}

/*--------------------------------------------------------------
# Shared CTA utilities — define once, use across all blocks
# Primary: gradient, white text on all states
# Secondary: outline brand on light bg / outline white on dark bg
--------------------------------------------------------------*/
.lp-cta-primary,
.lp-cta-primary:link,
.lp-cta-primary:visited,
.lp-cta-primary:hover,
.lp-cta-primary:active,
.lp-cta-primary:focus,
.lp-cta-primary:focus-visible {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-2);
	padding: 12px 24px;
	min-height: 44px;
	border-radius: 8px;
	background: var(--gradient-cta-blue-teal);
	color: var(--color-text-light);
	font-family: var(--font-body);
	font-weight: var(--font-medium);
	font-size: 16px;
	line-height: 1.26;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition:
		filter var(--motion-duration-interactive) var(--motion-ease-standard),
		transform var(--motion-duration-interactive) var(--motion-ease-standard);
}

.lp-cta-primary:hover {
	filter: brightness(1.06);
	transform: translateY(-1px);
}

.lp-cta-primary:focus-visible {
	outline: var(--focus-ring-width) solid var(--color-text-light);
	outline-offset: var(--focus-ring-offset);
}

.lp-cta-secondary,
.lp-cta-secondary:link,
.lp-cta-secondary:visited,
.lp-cta-secondary:hover,
.lp-cta-secondary:active,
.lp-cta-secondary:focus,
.lp-cta-secondary:focus-visible {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-2);
	padding: 11px 24px;
	min-height: 44px;
	border-radius: 10px;
	background: transparent;
	color: var(--color-brand);
	border: 1.5px solid var(--color-brand);
	font-family: var(--font-body);
	font-weight: var(--font-medium);
	font-size: 16px;
	line-height: 1.26;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition:
		background var(--motion-duration-interactive) var(--motion-ease-standard),
		border-color var(--motion-duration-interactive) var(--motion-ease-standard),
		color var(--motion-duration-interactive) var(--motion-ease-standard),
		transform var(--motion-duration-interactive) var(--motion-ease-standard);
}

.lp-cta-secondary:hover {
	background: color-mix(in srgb, var(--color-brand) 8%, transparent);
	border-color: var(--color-brand-hover);
	color: var(--color-brand-hover);
	transform: translateY(-1px);
}

.lp-cta-secondary:focus-visible {
	outline: var(--focus-ring-width) solid var(--color-brand);
	outline-offset: var(--focus-ring-offset);
}

/* On dark hero backgrounds, secondary flips to white */
.lp-webmo-hero-page .lp-cta-secondary,
.lp-webmo-hero-page .lp-cta-secondary:link,
.lp-webmo-hero-page .lp-cta-secondary:visited,
.lp-webmo-hero-page .lp-cta-secondary:hover,
.lp-webmo-hero-page .lp-cta-secondary:active,
.lp-webmo-hero-page .lp-cta-secondary:focus,
.lp-webmo-hero-page .lp-cta-secondary:focus-visible {
	color: var(--color-text-light);
	border-color: rgba(255, 255, 255, 0.7);
}

.lp-webmo-hero-page .lp-cta-secondary:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: var(--color-text-light);
	color: var(--color-text-light);
}

.gform_wrapper .gform_heading .gform_description:empty {
	display: none;
}

.gform_wrapper .gform_heading .gform_required_legend {
	display: none;
}

.gform_wrapper .gform_heading .gform_title {
	font-family: var(--font-heading);
	font-size: var(--text-5xl);
	font-weight: var(--font-bold);
	line-height: var(--leading-tight);
	margin: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield input,
.gform_wrapper .gform_body .gform_fields .gfield textarea {
	border-radius: var(--radius-md);
	border: 1px solid var(--color-border);
	padding: var(--space-3) var(--space-4);
	font-family: var(--font-body);
	font-size: var(--text-base);
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gform-field-label--type-sub {
	font-family: var(--font-body);
	font-size: var(--text-base);
	font-weight: var(--font-medium);
	line-height: var(--leading-normal);
}

.gform_wrapper .gform_footer input[type=submit] {
	border-radius: var(--radius-full);
	border: none;
	padding: var(--space-3) var(--space-6);
	box-shadow: var(--shadow-sm);
	background-color: var(--color-brand) !important;
	color: var(--color-text-light);
	font-family: var(--font-body);
	font-size: var(--text-base) !important;
	font-weight: var(--font-semibold);
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: var(--color-brand-hover) !important;
}

/* Header
--------------------------------------------- */
/*TODO: add native support for mobile menu*/
/*TODO: make sure nav can support logos that are long (horizontal)*/

.entry-title {
	display: none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 0 4vw;
	background: transparent;
	pointer-events: none;
}

.header-inner {
	display: flex;
	align-items: center;
	height: 112px;
	max-width: var(--max-width);
	margin-inline: auto;
	padding-inline: var(--space-8);
	gap: var(--space-8);
	background: rgba(255, 255, 255, 0);
	--header-glass-alpha: 0;
	backdrop-filter: blur(0px);
	-webkit-backdrop-filter: blur(0px);
	border-radius: var(--radius-xl);
	border: 1px solid rgba(255, 255, 255, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
	pointer-events: auto;
	position: relative;
	top: calc(var(--header-glass-alpha) * 10px);
	transition: top 0.3s ease, border-radius 0.3s ease;
}

html.is-nav-open .site-header {
	z-index: 201 !important;
	background: transparent !important;
}

html.is-nav-open .header-inner {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

html.is-nav-open .header-inner::after {
	opacity: 0 !important;
}

.header-inner::after {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--glass-highlight);
	pointer-events: none;
	border-radius: inherit;
	opacity: var(--header-glass-alpha);
	transition: opacity 0.2s ease;
}

.js-header-glass.is-glass {
	background: rgba(255, 255, 255, calc(var(--header-glass-light-fill) * var(--header-glass-alpha)));
	border-color: rgba(255, 255, 255, calc(var(--header-glass-light-border) * var(--header-glass-alpha)));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, calc(var(--header-glass-light-inset-top) * var(--header-glass-alpha))),
		inset 0 -1px 0 rgba(15, 23, 42, calc(var(--header-glass-light-inset-bottom) * var(--header-glass-alpha))),
		0 20px 60px rgba(35, 57, 85, calc(var(--header-glass-light-drop) * var(--header-glass-alpha)));
	backdrop-filter: blur(19px);
	-webkit-backdrop-filter: blur(19px);
	transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

[data-theme="dark"] .js-header-glass.is-glass {
	background: rgba(10, 26, 47, calc(0.72 * var(--header-glass-alpha)));
	border-color: rgba(255, 255, 255, calc(0.10 * var(--header-glass-alpha)));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, calc(0.10 * var(--header-glass-alpha))),
		inset 0 -1px 0 rgba(0, 0, 0, calc(0.35 * var(--header-glass-alpha))),
		0 20px 60px rgba(0, 0, 0, calc(0.4 * var(--header-glass-alpha)));
}

.site-branding {
	flex-shrink: 0;
}

.lp-site-logo {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 10px;
}

.lp-site-logo__img {
	display: block;
	max-height: 54px;
	width: auto;
}

.lp-site-logo__img--dark {
	display: none;
}

[data-theme="dark"] .lp-site-logo__img--light {
	display: none;
}

[data-theme="dark"] .lp-site-logo__img--dark {
	display: block;
}

.custom-logo-link img {
	max-height: 44px;
	width: auto;
	display: block;
}

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

#primary-menu {
	display: flex;
	align-items: center;
	gap: var(--space-3);
	list-style: none;
	margin: 0;
	padding: 0;
}

#primary-menu>.menu-item>a {
	display: flex;
	align-items: center;
	gap: var(--space-1);
	padding: var(--space-2) var(--space-4);
	font-family: var(--font-body);
	font-size: var(--text-sm);
	font-weight: var(--font-semibold);
	color: var(--color-text);
	text-decoration: none;
	white-space: nowrap;
	letter-spacing: 0.02em;
	transition: color 0.2s ease;
	position: relative;
}

#primary-menu>.menu-item:not(.nav-cta)>a::after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: var(--space-4);
	right: var(--space-4);
	height: 2px;
	background: linear-gradient(90deg, var(--color-brand) 0%, var(--color-accent) 100%);
	opacity: 0;
	transform: scaleX(0);
	transform-origin: left;
	border-radius: 2px;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

#primary-menu>.menu-item:not(.nav-cta)>a:hover {
	background-color: transparent;
	color: var(--color-text);
	transform: none;
}

#primary-menu>.menu-item:not(.nav-cta)>a:hover::after {
	transform: scaleX(1);
	opacity: 0.9;
}

#primary-menu>.menu-item:not(.nav-cta)>a:focus-visible {
	outline: 2px solid rgba(3, 128, 210, 0.55);
	outline-offset: 2px;
	background-color: rgba(255, 255, 255, 0.10);
}

#primary-menu>.current-menu-item>a,
#primary-menu>.current-menu-ancestor>a {
	color: var(--color-brand);
	font-weight: var(--font-semibold);
}

#primary-menu>.current-menu-item>a::after,
#primary-menu>.current-menu-ancestor>a::after {
	transform: scaleX(1) !important;
	opacity: 0.9 !important;
}


#primary-menu>.menu-item-has-children>a::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 6px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	order: 2;
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children::after {
	content: '';
	position: absolute;
	bottom: -24px;
	left: 0;
	width: 100%;
	height: 24px;
	z-index: 1;
	/* Captura el mouse */
	background: transparent;
}

.sub-menu {
	position: absolute;
	top: calc(100% + 4px);
	left: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-6px);
	min-width: 200px;
	background: var(--glass-submenu-bg);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: var(--radius-lg);
	box-shadow:
		0 4px 6px -1px rgba(0, 0, 0, 0.08),
		0 10px 24px -4px rgba(0, 0, 0, 0.12);
	border: 1px solid var(--glass-border);
	padding: var(--space-2) 0;
	list-style: none;
	margin: 0;
	z-index: 300;
	max-height: min(70vh, 480px);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.2s;
}

@media (min-width: 1141px) {

	.menu-item-has-children:hover>.sub-menu,
	.menu-item-has-children:focus-within>.sub-menu {
		opacity: 1 !important;
		visibility: visible !important;
		transform: translateX(-50%) translateY(0) !important;
		transition-delay: 0s !important;
	}
}

.sub-menu::before {
	content: '';
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	background: var(--glass-submenu-bg);
	border-top: 1px solid var(--glass-border);
	border-left: 1px solid var(--glass-border);
}

.sub-menu::after {
	content: '';
	position: absolute;
	top: -20px;
	left: -10%;
	right: -10%;
	height: 20px;
	background: transparent;
}

@media (min-width: 1141px) {

	.menu-item-has-children:hover>.sub-menu,
	.menu-item-has-children:focus-within>.sub-menu {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(-50%) translateY(0);
	}
}

.sub-menu .menu-item a {
	display: block;
	padding: var(--space-2) var(--space-5);
	font-family: var(--font-body);
	font-size: var(--text-sm);
	font-weight: var(--font-medium);
	color: var(--color-text);
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	transition: color 0.2s ease;
}

.sub-menu .menu-item a::after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: var(--space-5);
	right: var(--space-5);
	height: 1px;
	background: linear-gradient(90deg, var(--color-brand) 0%, var(--color-accent) 100%);
	opacity: 0;
	transform: scaleX(0);
	transform-origin: left;
	border-radius: 1px;
	transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
}

.sub-menu .menu-item a:hover {
	color: var(--color-brand);
	background: transparent;
}

.sub-menu .menu-item a:hover::after {
	transform: scaleX(1);
	opacity: 0.85;
}

.sub-menu .sub-menu {
	position: static !important;
	display: none;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	box-shadow: none !important;
	border: none !important;
	background: transparent !important;
	backdrop-filter: none !important;
	padding: 0 0 0 var(--space-4) !important;
	margin: 0 !important;
	min-width: 0 !important;
}

.sub-menu .sub-menu::before,
.sub-menu .sub-menu::after {
	display: none !important;
}

.sub-menu .menu-item-has-children:hover>.sub-menu,
.sub-menu .menu-item-has-children:focus-within>.sub-menu {
	display: block !important;
}

.sub-menu .menu-item-has-children>a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sub-menu .menu-item-has-children>a::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg);
	opacity: 0.6;
	order: 2;
}


#primary-menu>.menu-item.nav-cta>a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: var(--space-3);
	padding: var(--space-3) var(--space-6);
	min-height: 44px;
	background: linear-gradient(90deg, var(--color-brand) 0%, var(--color-accent) 100%);
	color: var(--color-text-light);
	border-radius: var(--radius-sm);
	font-weight: var(--font-semibold);
	box-shadow: var(--shadow-sm);
	text-decoration: none;
	transition: opacity 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

#primary-menu>.menu-item.nav-cta>a:hover,
#primary-menu>.menu-item.nav-cta>a:visited {
	color: var(--color-text-light);
}

#primary-menu>.menu-item.nav-cta>a:hover {
	opacity: 0.9;
	box-shadow: var(--shadow-md);
	transform: translateY(-1px);
}

.theme-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	background: transparent;
	border: none;
	border-radius: 0;
	cursor: pointer;
	color: var(--color-text-muted);
	flex-shrink: 0;
	margin-left: var(--space-2);
	transition: color 0.2s ease;
}

.theme-toggle svg {
	width: 36px;
	height: 36px;
}

.theme-toggle:hover {
	color: var(--color-brand);
}

.theme-toggle .icon-moon {
	display: none;
}

.theme-toggle .icon-sun {
	display: block;
}

[data-theme="dark"] .theme-toggle .icon-moon {
	display: block;
}

[data-theme="dark"] .theme-toggle .icon-sun {
	display: none;
}

.nav-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	/* Estilo moderno con barras alineadas a la derecha */
	gap: 6px;
	width: 44px;
	height: 44px;
	background: rgba(var(--color-brand-rgb, 6, 122, 183), 0.05);
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: var(--radius-md);
	cursor: pointer;
	padding: 10px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-tap-highlight-color: transparent;
	z-index: 201;
}

[data-theme="dark"] .nav-toggle {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.1);
}

.nav-toggle:hover {
	background: rgba(var(--color-brand-rgb, 6, 122, 183), 0.1);
	border-color: var(--color-brand);
}

.nav-toggle span {
	display: block;
	height: 2px;
	background: var(--color-text);
	border-radius: 4px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Anchos variables para un look más sofisticado */
.nav-toggle span:nth-child(1) {
	width: 22px;
}

.nav-toggle span:nth-child(2) {
	width: 16px;
}

.nav-toggle span:nth-child(3) {
	width: 22px;
}

.nav-toggle[aria-expanded="true"] {
	background: var(--color-brand);
	border-color: var(--color-brand);
}

.nav-toggle[aria-expanded="true"] span {
	background: var(--color-text-light);
	width: 22px !important;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
	transform: translateX(10px);
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

.entry-content {
	margin-top: 0;
}

@media (max-width: 768px) {
	body {
		padding-top: 120px;
	}

	.site-header {
		padding: var(--space-5) var(--space-3);
	}

	.header-inner {
		height: 80px;
		padding-inline: var(--space-4);
		gap: 0;
		justify-content: center;
		position: relative;
	}

	/* Logo centrado via absolute */
	.site-branding {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	/* Toggle: extremo izquierdo */
	.theme-toggle {
		position: absolute;
		left: var(--space-3);
		margin-left: 0;
	}

	/* Hamburguesa: extremo derecho */
	.nav-toggle {
		display: flex;
		position: absolute;
		right: var(--space-3);
	}

	.custom-logo-link img {
		max-height: 36px;
	}

	.lp-site-logo__img {
		max-height: 44px;
	}

	.main-navigation {
		display: none;
		position: fixed;
		top: 120px;
		left: var(--space-3);
		right: var(--space-3);
		padding: var(--space-5);
	}

	#primary-menu>.menu-item.nav-cta {
		display: none !important;
	}
}

@media (min-width: 769px) and (max-width: 1140px) {
	.header-inner {
		position: relative;
		gap: 0;
		justify-content: center;
	}

	/* Logo centrado via absolute */
	.site-branding {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	/* Toggle: extremo izquierdo */
	.theme-toggle {
		position: absolute;
		left: var(--space-4);
		margin-left: 0;
	}

	/* Hamburguesa: extremo derecho */
	.nav-toggle {
		display: flex;
		position: absolute;
		right: var(--space-4);
		margin-left: 0;
	}

	.main-navigation {
		display: none;
	}

	#primary-menu {
		flex-direction: row;
		align-items: center;
		width: auto;
		gap: 0;
	}
}

@media (max-width: 1140px) {
	.nav-toggle {
		display: flex;
	}

	.main-navigation.is-open {
		display: flex !important;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		position: fixed;
		top: 0 !important;
		left: 0 !important;
		bottom: 0 !important;
		right: 0 !important;
		width: 100vw !important;
		height: 100vh !important;
		margin: 0 !important;
		padding-top: 120px;
		padding-left: var(--space-8);
		padding-right: var(--space-8);
		padding-bottom: var(--space-8);
		background: #ffffff;
		z-index: 200;
		border: none !important;
		outline: none !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		opacity: 1;
		transform: none !important;
		overflow-y: auto;
	}

	.site-branding,
	.nav-toggle {
		z-index: 201;
	}

	/* Estilo de los items: Grandes y Modernos */
	.main-navigation.is-open #primary-menu {
		flex-direction: column !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
		width: 100%;
		gap: var(--space-2);
		text-align: left;
	}

	.main-navigation.is-open #primary-menu>.menu-item {
		display: grid !important;
		grid-template-columns: 1fr auto;
		align-items: center;
		width: 100%;
	}

	.main-navigation.is-open a,
	.main-navigation.is-open li {
		outline: none !important;
		-webkit-tap-highlight-color: transparent !important;
	}

	.main-navigation.is-open #primary-menu>.menu-item>a {
		grid-column: 1 / 2;
		padding: var(--space-3) var(--space-2);
		font-size: 20px;
		font-weight: 600;
		color: #0f172a;
		text-transform: none;
		text-decoration: none;
		transition: none;
		position: relative;
		outline: none !important;
		-webkit-tap-highlight-color: transparent !important;
	}

	.main-navigation.is-open #primary-menu>.menu-item>a::after {
		display: none !important;
	}

	.main-navigation.is-open #primary-menu>.menu-item>a:hover::after {
		display: none !important;
	}

	.main-navigation.is-open #primary-menu>.menu-item>a:hover {
		background: transparent;
		color: #0f172a;
	}

	.main-navigation.is-open #primary-menu>.menu-item.nav-cta>a {
		grid-column: 1 / -1;
		margin-top: var(--space-6);
		padding: var(--space-3) var(--space-8);
		background: linear-gradient(90deg, var(--color-brand) 0%, var(--color-accent) 100%);
		color: var(--color-text-light);
		border-radius: var(--radius-sm);
		font-size: var(--text-base);
		font-weight: var(--font-semibold);
		box-shadow: var(--shadow-sm);
		transition: opacity 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
	}

	.main-navigation.is-open #primary-menu>.menu-item.nav-cta>a::after {
		display: none !important;
	}

	.main-navigation.is-open #primary-menu>.menu-item.nav-cta>a:hover {
		opacity: 0.9 !important;
		box-shadow: var(--shadow-md) !important;
		transform: translateY(-1px) !important;
		color: var(--color-text-light) !important;
		background: linear-gradient(90deg, var(--color-brand) 0%, var(--color-accent) 100%) !important;
	}

	/* Dedicated mobile submenu toggle button (better UX + accessibility) */
	.main-navigation.is-open #primary-menu > .menu-item-has-children > .lp-submenu-toggle {
		grid-column: 2 / 3;
		justify-self: end;
		align-self: center;
		width: 44px;
		height: 44px;
		border: none;
		background: transparent;
		color: #0f172a;
		border-radius: 10px;
		cursor: pointer;
		position: relative;
	}

	.main-navigation.is-open #primary-menu > .menu-item-has-children > .lp-submenu-toggle::before {
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		margin: auto;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg);
		opacity: 0.65;
		transition: transform 0.25s ease, opacity 0.25s ease;
	}

	.main-navigation.is-open #primary-menu > .menu-item-has-children.is-active > .lp-submenu-toggle::before {
		transform: rotate(-135deg);
		opacity: 0.9;
	}

	.main-navigation.is-open .sub-menu {
		position: static !important;
		display: none !important;
		grid-column: 1 / -1;
		padding: 0;
		background: transparent;
		border: none;
		box-shadow: none;
		backdrop-filter: none;
		transform: none;
		pointer-events: auto;
		width: 100%;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.main-navigation.is-open .sub-menu::before {
		display: none !important;
	}

	.main-navigation.is-open .menu-item-has-children.is-active>.sub-menu {
		display: block !important;
		padding: var(--space-1) 0 var(--space-3);
		opacity: 1 !important;
		visibility: visible !important;
	}

	/* We use a real toggle button; hide link pseudo-chevron in mobile */
	.main-navigation.is-open #primary-menu>.menu-item-has-children>a::before {
		display: none !important;
	}

	.main-navigation.is-open .sub-menu a {
		font-size: 18px;
		font-weight: 400;
		color: #0f172a;
		padding: var(--space-2) var(--space-4);
		display: block;
		text-decoration: none;
		transition: color 0.15s ease;
		text-align: left;
		outline: none !important;
		-webkit-tap-highlight-color: transparent !important;
	}

	.main-navigation.is-open .sub-menu a:hover {
		color: var(--color-brand);
		background: transparent;
	}

	.main-navigation.is-open .sub-menu a::after {
		display: none !important;
	}
}



[data-theme="dark"] .main-navigation.is-open {
	background: #020617 !important;
}

[data-theme="dark"] .main-navigation.is-open #primary-menu>.menu-item>a {
	color: #f8fafc;
}

[data-theme="dark"] .main-navigation.is-open #primary-menu>.menu-item>a::after {
	background: linear-gradient(90deg, var(--color-brand) 0%, var(--color-accent) 100%);
}

[data-theme="dark"] .main-navigation.is-open #primary-menu>.menu-item>a:hover {
	background: transparent;
	color: #f8fafc;
}

[data-theme="dark"] .main-navigation.is-open .sub-menu a {
	color: #e2e8f0;
}

[data-theme="dark"] .main-navigation.is-open .sub-menu a:hover {
	color: var(--color-brand);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


/* Footer Container
--------------------------------------------- */
.site-footer.lp-footer {
	position: relative;
	color: var(--color-secondary-light);
	background: #0a1a2f;
	overflow: hidden;
}

.lp-footer__top {
	padding-block: 70px 56px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
	z-index: 1;
	padding-inline: 4vw;
}

.lp-footer__utility {
	display: flex;
	justify-content: flex-end;
	padding: var(--space-6) 4vw;
}

.lp-footer__theme-toggle {
	color: rgba(255, 255, 255, 0.92);
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.18);
}

.lp-footer__theme-toggle:hover {
	color: var(--color-text-light);
	background: rgba(255, 255, 255, 0.10);
	border-color: rgba(56, 189, 248, 0.55);
	box-shadow: 0 0 0 1px rgba(4, 12, 36, 0.55), 0 0 0 6px rgba(56, 189, 248, 0.22);
}

.lp-footer__inner {
	max-width: min(1280px, var(--content-max-width));
	margin-inline: auto;
}

.lp-footer__grid {
	display: grid;
	grid-template-columns: minmax(300px, 1.35fr) minmax(170px, 1fr) minmax(170px, 1fr) minmax(150px, .9fr);
	gap: 32px;
	align-items: start;
}

@media (min-width: 768px) {
	.lp-footer__brand       { grid-column: 1; }
	.lp-footer__menu-col--a { grid-column: 2; }
	.lp-footer__menu-col--b { grid-column: 3; }
	.lp-footer__follow      { grid-column: 4; }
}

/* Footer Common Elements
--------------------------------------------- */
.lp-footer__heading {
	font-family: var(--font-body);
	font-size: 22px;
	font-weight: var(--font-bold);
	color: var(--color-secondary-light);
	line-height: 1.35;
	margin: 0 0 22px;
}

/* Footer Column 1
--------------------------------------------- */

.lp-footer__brand {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* Footer Logo */
.lp-footer__logo-image,
.lp-footer__logo .custom-logo {
	width: auto;
	max-width: 238px;
	height: auto;
	max-height: 77px;
}

.lp-footer__logo .custom-logo-link {
	display: inline-flex;
}

.lp-footer__logo {
	max-height: 100px;
}

/* Footer Contact Info*/
.lp-footer__intro {
	margin: 0;
	max-width: 360px;
	font-family: var(--font-body);
	font-size: var(--text-base);
	line-height: 1.9;
	color: var(--color-text-light);
}

.lp-footer__contact-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lp-footer__contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 420px;
}

.lp-footer__contact-pin {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	color: var(--color-brand);
	margin-bottom: 10px;
}

.lp-footer__contact-pin svg {
	width: 100%;
	height: 100%;
}

.lp-footer__contact-item {
	display: flex;
	align-items: center;
	gap: 15px;
	font-family: var(--font-body);
	font-size: var(--text-base);
	line-height: 1.9;
	color: var(--color-secondary-light);
	justify-content: center;
}

.lp-footer__contact-item--phone .lp-footer__contact-link {
	font-size: clamp(22px, 2.1vw, 28px);
	font-weight: var(--font-bold);
	line-height: 1.2;
}

.lp-footer__contact-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	margin-top: 0;
}

.lp-footer__contact-icon-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lp-footer__contact-link,
.lp-footer__contact-link:visited {
	color: var(--color-text-light);
}

.lp-footer__contact-link:hover {
	color: var(--color-accent-light);
}

.lp-footer__contact-item:last-child .lp-footer__contact-link,
.lp-footer__contact-item:last-child .lp-footer__contact-link:visited {
	color: var(--color-brand);
}


/* Column 2
--------------------------------------------- */
.lp-footer__menu-col {
	height: 100%;
	padding-left: 0;
	border-left: none;
}

.lp-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.lp-footer__link-wrapper {
	position: relative;
	padding-left: 18px;
	transition: transform 0.18s ease;
}

.lp-footer__link-wrapper:hover {
	transform: translateX(2px);
}

.lp-footer__link-wrapper::before {
	content: "›";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--color-accent);
	font-weight: 700;
	transition: color 0.18s ease, opacity 0.18s ease;
}

.lp-footer__link {
	color: #6b7280;
	font-family: var(--font-body);
	font-size: var(--text-base);
	line-height: 1.9;
	transition: color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.lp-footer__link:visited {
	color: #6b7280;
}

.lp-footer__link:hover {
	color: var(--color-accent-light);
	opacity: 0.92;
}

.lp-footer__link-wrapper:hover::before {
	color: var(--color-accent-light);
	opacity: 0.95;
}


/* Column 3
--------------------------------------------- */
.lp-footer__follow {
	margin-top: 0;
	align-self: start;
}

.lp-footer__social {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.lp-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	min-height: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #6b7280;
	text-decoration: none;
	transition: color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.lp-footer__social-link:visited {
	color: #6b7280;
}

.lp-footer__social-link:hover {
	color: var(--color-accent-light);
	opacity: 0.92;
	transform: translateX(2px);
}

.lp-footer__social-link:focus-visible {
	outline: 2px solid var(--color-accent);
	outline-offset: 3px;
	border-radius: var(--radius-sm);
}

.lp-footer__social-label {
	font-family: var(--font-body);
	font-size: var(--text-base);
	font-weight: var(--font-normal);
	line-height: 1.9;
	white-space: nowrap;
}

.lp-footer__social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	color: var(--color-accent);
	transition: color 0.18s ease, opacity 0.18s ease;
}

.lp-footer__social-link:hover .lp-footer__social-icon {
	color: var(--color-accent-light);
	opacity: 0.95;
}

.lp-footer-disclaimers {
	position: relative;
	z-index: 1;
	padding-block: 20px;
	padding-inline: 4vw;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-footer-disclaimers__wrapper {
	max-width: min(1280px, var(--content-max-width));
	margin-inline: auto;
}

.lp-footer-disclaimers__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px 24px;
	flex-wrap: wrap;
	font-family: var(--font-body);
	font-size: var(--text-sm);
	line-height: 1.4;
}

.lp-footer-disclaimers__copyright {
	margin: 0;
	color: rgba(255, 255, 255, 0.55);
}

.lp-footer-disclaimers__links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 16px;
}

.lp-footer-disclaimers__links .lp-footer__disclaimer-link + .lp-footer__disclaimer-link {
	position: relative;
	padding-left: 16px;
}

.lp-footer-disclaimers__links .lp-footer__disclaimer-link + .lp-footer__disclaimer-link::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 12px;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.2);
}

.lp-footer__disclaimer-link,
.lp-footer__disclaimer-link:visited {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: color var(--motion-duration-interactive) var(--motion-ease-standard);
}

.lp-footer__disclaimer-link:hover {
	color: var(--color-accent-light);
}

.lp-footer__disclaimer-link:focus-visible {
	outline: var(--focus-ring-width) solid var(--focus-ring-color);
	outline-offset: var(--focus-ring-offset);
	border-radius: var(--radius-sm);
}

@media screen and (max-width: 767px) {
	.lp-footer__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.lp-footer__menu-col {
		padding-left: 0;
		border-left: none;
	}

	.lp-footer__contact {
		height: auto;
	}

	.lp-footer-disclaimers__content {
		justify-content: center;
		text-align: center;
		font-size: 14px;
	}

	.lp-footer__contact-item--phone .lp-footer__contact-link {
		font-size: clamp(28px, 8vw, 36px);
	}

	.lp-footer__top {
		padding-block: 56px 40px;
	}

	.lp-footer__logo-image,
	.lp-footer__logo .custom-logo {
		max-width: 160px;
		height: auto;
		max-height: 80px;
	}
}

/*--------------------------------------------------------------
# Section eyebrows: uniform UPPERCASE + tracked across all blocks
# Specificity (0,2,1) beats per-block single-class rules (0,1,0).
# Data stays Title Case in admin; visual is consistent everywhere.
--------------------------------------------------------------*/
.lp-block [class$="__eyebrow"],
.lp-block [class$="__eyebrow-text"] {
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.lp-breadcrumbs {
	padding-block: var(--space-3);
	padding-inline: var(--gutter);
	background: var(--color-surface);
	border-bottom: var(--border-width-default) solid var(--color-border-surface);
	font-family: var(--font-body);
	font-size: var(--text-sm);
	color: var(--color-text-muted);
}

/* When inside the hero block, breadcrumbs render inline (no band, no chrome). */
.lp-webmo-hero-page .lp-breadcrumbs {
	background: transparent;
	border: none;
	padding-block: 0;
	padding-inline: 0;
	margin-bottom: var(--space-5);
}

.lp-webmo-hero-page .lp-breadcrumbs__list {
	max-width: none;
	margin-inline: 0;
}

.lp-webmo-hero-page .lp-breadcrumbs__link,
.lp-webmo-hero-page .lp-breadcrumbs__current {
	color: rgba(255, 255, 255, 0.72);
}

.lp-webmo-hero-page .lp-breadcrumbs__current {
	color: rgba(255, 255, 255, 0.95);
}

.lp-webmo-hero-page .lp-breadcrumbs__item:not(:last-child)::after {
	color: rgba(255, 255, 255, 0.4);
}

/* Dark mode: also kill the band styles inside hero (default dark rule was winning) */
[data-theme="dark"] .lp-webmo-hero-page .lp-breadcrumbs {
	background: transparent;
	border: none;
}

.lp-breadcrumbs__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: var(--max-width);
	margin-inline: auto;
}

.lp-breadcrumbs__item {
	display: inline-flex;
	align-items: center;
	min-height: 1.5em;
}

.lp-breadcrumbs__item:not(:last-child)::after {
	content: '/';
	margin-inline: var(--space-2);
	color: var(--color-text-muted);
	opacity: 0.45;
}

.lp-breadcrumbs__link {
	color: var(--color-text-muted);
	text-decoration: none;
	transition: color var(--motion-duration-interactive) var(--motion-ease-standard);
}

.lp-breadcrumbs__link:hover,
.lp-breadcrumbs__link:focus-visible {
	color: var(--color-brand);
}

.lp-breadcrumbs__link:focus-visible {
	outline: var(--focus-ring-width) solid var(--focus-ring-color);
	outline-offset: var(--focus-ring-offset);
	border-radius: var(--radius-sm);
}

.lp-breadcrumbs__current {
	color: var(--color-text);
	font-weight: var(--font-medium);
}

[data-theme="dark"] .lp-breadcrumbs {
	background: var(--color-surface-alt);
	border-bottom-color: var(--color-border-surface);
}

[data-theme="dark"] .lp-breadcrumbs__current {
	color: var(--color-text-light, #e2e8f0);
}