/* ==========================================================
   Design system
   Edit this block to change the visual identity site-wide.
   ========================================================== */
:root {
	--color-primary: #1d68d8;
	--color-primary-dark: #154fb0;
	--color-secondary: #38bdf8;
	--color-accent: #0ea5e9;
	--color-ink: #0f1e36;
	--color-heading: #0f1e36;
	--color-copy: #475569;
	--color-muted: #64748b;
	--color-surface: #ffffff;
	--color-surface-soft: #f4f8fd;
	--color-surface-tint: #e6f2fd;
	--color-border: #d4e5f7;
	--color-dark: #0a1b33;
	--color-dark-soft: #12284c;
	--gradient-brand: linear-gradient(135deg, #1d68d8 0%, #2581eb 52%, #38bdf8 100%);
	--gradient-deep: linear-gradient(135deg, #0a1b33 0%, #153f7c 100%);
	--font-sans: "Segoe UI", Inter, Roboto, Arial, sans-serif;
	--font-display: "Segoe UI", Inter, Roboto, Arial, sans-serif;
	--container: 1180px;
	--section-space: clamp(76px, 8vw, 118px);
	--radius-sm: 10px;
	--radius-md: 18px;
	--radius-lg: 30px;
	--shadow-sm: 0 10px 30px rgba(27, 34, 77, 0.08);
	--shadow-md: 0 24px 60px rgba(27, 34, 77, 0.13);
	--shadow-primary: 0 18px 40px rgba(34, 74, 133, 0.28);
	--transition: 220ms ease;
}

/* Base */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	margin-top: 0 !important;
}

body {
	margin: 0 !important;
	padding-top: 0 !important;
	color: var(--color-copy);
	background: var(--color-surface);
	font-family: var(--font-sans);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
}

/* Evitar desfases o espacios en blanco por barra de administración */
html.admin-bar,
body.admin-bar {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

#wpadminbar {
	top: 0 !important;
}

body.menu-open {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4 {
	color: var(--color-heading);
	font-family: var(--font-display);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

button,
input,
textarea {
	font: inherit;
}

.container {
	width: min(var(--container), calc(100% - 48px));
	margin-inline: auto;
}

.section {
	padding-block: var(--section-space);
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: var(--color-primary);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.eyebrow span {
	width: 28px;
	height: 2px;
	background: var(--color-secondary);
}

.eyebrow--light {
	color: rgba(255, 255, 255, 0.82);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 52px;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 750;
	transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.button:hover {
	transform: translateY(-3px);
}

.button--primary,
.button-primary {
	color: #fff;
	background: var(--color-accent);
	box-shadow: 0 16px 34px rgba(34, 74, 133, 0.24);
}

.button--ghost {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.38);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(12px);
}

.button--light {
	color: var(--color-primary-dark);
	background: #fff;
	box-shadow: var(--shadow-sm);
}

/* Header */
.site-banner {
	height: 350px;
	background:
		linear-gradient(125deg, rgba(12, 35, 66, 0.92), rgba(34, 74, 133, 0.7)),
		url("../assets/images/defaults/banners/tech-city-network.png") center 52% / cover no-repeat;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 0;
}

.nav-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: none;
	height: 100px;
	margin-top: 0;
	padding-inline: max(30px, calc((100% - var(--container)) / 2));
	color: #fff;
	border: 1px solid transparent;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	transition:
		width 320ms ease,
		height 320ms ease,
		margin 320ms ease,
		padding 320ms ease,
		border-radius 320ms ease,
		background 320ms ease,
		box-shadow 320ms ease,
		backdrop-filter 320ms ease;
}

.site-header.is-scrolled .nav-wrap {
	width: min(1240px, calc(100% - 40px));
	height: 82px;
	margin-top: 14px;
	padding: 0 18px 0 22px;
	border-color: rgba(255, 255, 255, 0.2);
	border-radius: 18px;
	background: rgba(12, 35, 66, 0.8);
	box-shadow: 0 18px 50px rgba(8, 12, 38, 0.22);
	backdrop-filter: blur(18px);
}

.brand {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 0 0 auto;
}

.brand-logo {
	width: 76px;
	height: 76px;
	object-fit: contain;
	filter: drop-shadow(0 8px 18px rgba(5, 24, 50, 0.22));
	transition: width 320ms ease, height 320ms ease, filter var(--transition);
}

.brand-name {
	color: #fff;
	font-size: 21px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	white-space: nowrap;
	transition: font-size 320ms ease;
}

.brand-name strong {
	color: var(--color-secondary);
	font-weight: 900;
}

.site-header.is-scrolled .brand-logo {
	width: 62px;
	height: 62px;
}

.site-header.is-scrolled .brand-name {
	font-size: 19px;
}

.menu-drawer-overlay {
	display: none;
}

.main-nav__header {
	display: none;
}

.main-nav {
	display: flex;
	align-items: center;
	gap: clamp(17px, 2.2vw, 32px);
	font-size: 13px;
	font-weight: 700;
}

.main-nav__links {
	display: flex;
	align-items: center;
	gap: clamp(17px, 2.2vw, 32px);
}

.main-nav__links > a {
	position: relative;
	padding-block: 12px;
	color: #fff;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: color var(--transition);
}

.main-nav__links > a .nav-link-icon,
.main-nav__links > a .nav-link-arrow {
	display: none;
}

.main-nav__links > a::after {
	position: absolute;
	bottom: 4px;
	left: 50%;
	width: 0;
	height: 2px;
	content: "";
	background: var(--color-secondary);
	transform: translateX(-50%);
	transition: width var(--transition);
}

.main-nav__links > a:hover::after,
.main-nav__links > a.active::after {
	width: 22px;
}

.main-nav__links > a.active {
	color: #fff;
}

.nav-cta-label {
	display: none;
}

.nav-actions {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-left: 6px;
}

.nav-cta {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	color: #fff;
	background: transparent;
	box-shadow: none;
	transition: color var(--transition), transform var(--transition);
}

.nav-cta:hover,
.nav-cta:focus-visible {
	color: var(--color-secondary);
	background: transparent;
	box-shadow: none;
	transform: translateY(-2px);
}

.nav-cta svg,
.nav-cta i {
	font-size: 22px;
	line-height: 1;
}

.nav-cart-btn {
	position: relative;
	border: 0;
	cursor: pointer;
}

.nav-cart-badge {
	position: absolute;
	top: 3px;
	right: 3px;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border-radius: 999px;
	background: var(--color-primary);
	color: #fff;
	font-size: 10px;
	font-weight: 850;
	line-height: 18px;
	text-align: center;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
	border: 2px solid rgba(12, 35, 66, 0.88);
	pointer-events: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transform: translate(25%, -25%);
	transition: transform 200ms ease, background var(--transition);
}

.nav-cart-btn:hover .nav-cart-badge {
	transform: translate(25%, -25%) scale(1.1);
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
	cursor: pointer;
	position: relative;
	transition: background var(--transition), border-color var(--transition), transform 0.2s ease;
}

.menu-toggle:active {
	transform: scale(0.95);
}

.menu-toggle span {
	position: absolute;
	left: 12px;
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 2px;
	background: #fff;
	transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease;
}

.menu-toggle span:first-child {
	top: 16px;
}

.menu-toggle span:last-child {
	top: 24px;
}

.menu-toggle[aria-expanded="true"] {
	background: rgba(37, 99, 235, 0.25);
	border-color: rgba(96, 165, 250, 0.4);
}

.menu-toggle[aria-expanded="true"] span:first-child {
	top: 20px;
	transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
	top: 20px;
	transform: rotate(-45deg);
}

/* Home hero */
.home-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: clamp(740px, 92vh, 940px);
	padding-top: 110px;
	padding-bottom: 140px;
	overflow: hidden;
	color: #fff;
	background:
		linear-gradient(118deg, rgba(12, 35, 66, 0.94), rgba(34, 74, 133, 0.7)),
		url("../assets/images/defaults/banners/tech-city-network.png") center / cover no-repeat;
}

.home-hero::before {
	position: absolute;
	inset: 0;
	content: "";
	opacity: 0.16;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(90deg, #000, transparent 82%);
	z-index: 1;
}

.home-hero--has-video,
.page-hero--has-video {
	background: #0b192c !important;
}

.hero-video-bg,
.page-hero-video-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	pointer-events: none;
}

.hero-video-overlay,
.page-hero-video-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(12, 35, 66, 0.88) 0%, rgba(15, 23, 42, 0.72) 100%);
	z-index: 1;
	pointer-events: none;
}

/* Hero Slider */
.home-hero-slides {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.home-hero-slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s ease;
	z-index: 1;
}

.home-hero-slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.hero-slide-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 0;
	pointer-events: none;
}

.hero-slide-bg--default {
	background:
		linear-gradient(118deg, rgba(12, 35, 66, 0.94), rgba(34, 74, 133, 0.7)),
		url("../assets/images/defaults/banners/tech-city-network.png") center / cover no-repeat;
}

/* Slider Navigation Buttons */
.hero-slider-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(15, 23, 42, 0.55);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	cursor: pointer;
	z-index: 10;
	transition: all 0.25s ease;
}

.hero-slider-nav:hover {
	background: #2563eb;
	border-color: #2563eb;
	transform: translateY(-50%) scale(1.08);
}

.hero-slider-nav--prev {
	left: 24px;
}

.hero-slider-nav--next {
	right: 24px;
}

/* Slider Pagination Dots */
.hero-slider-dots {
	position: absolute;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 10;
}

.hero-slider-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.45);
	border: none;
	cursor: pointer;
	padding: 0;
	transition: all 0.3s ease;
}

.hero-slider-dot:hover {
	background: rgba(255, 255, 255, 0.85);
}

.hero-slider-dot.is-active {
	width: 32px;
	border-radius: 6px;
	background: #2563eb;
	box-shadow: 0 0 10px rgba(37, 99, 235, 0.6);
}

/* Page Hero Background Rotator */
.page-hero-bg-rotator {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
}

.page-hero-bg-slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 1.2s ease;
	z-index: 0;
}

.page-hero-bg-slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.page-hero--has-slider {
	background: #0c2342 !important;
}

@media (max-width: 768px) {
	.hero-slider-nav {
		width: 38px;
		height: 38px;
		font-size: 20px;
	}
	.hero-slider-nav--prev {
		left: 8px;
	}
	.hero-slider-nav--next {
		right: 8px;
	}
	.hero-slider-dots {
		bottom: 25px;
	}
}

.home-hero__content {
	position: relative;
	z-index: 2;
	max-width: 860px;
	padding-top: 20px;
}

.home-hero h1 {
	margin-bottom: 24px;
	color: #fff;
	font-size: clamp(40px, 5.2vw, 68px);
	font-weight: 780;
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.home-hero h1 em {
	display: block;
	color: #c9ceff;
	font-style: normal;
	font-weight: 400;
}

.home-hero__copy {
	max-width: 600px;
	margin-bottom: 36px;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(16px, 1.2vw, 18px);
	line-height: 1.68;
}

.home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

.home-hero__trust {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 34px;
	padding: 8px 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.85);
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	font-size: 13px;
	font-weight: 550;
}

.status-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #68f3d6;
	box-shadow: 0 0 0 6px rgba(104, 243, 214, 0.14);
}

.home-hero__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(4px);
}

.home-hero__brand-symbol {
	position: absolute;
	top: 48%;
	right: 7%;
	transform: translateY(-50%);
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: clamp(280px, 32vw, 440px);
	height: clamp(280px, 32vw, 440px);
	pointer-events: none;
	animation: heroBrandFloat 8s ease-in-out infinite alternate;
}

.home-hero__brand-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0.28;
	filter: drop-shadow(0 0 45px rgba(87, 167, 237, 0.45));
}

.home-hero__brand-glow {
	position: absolute;
	inset: 15%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(87, 167, 237, 0.22) 0%, rgba(34, 74, 133, 0.08) 55%, transparent 75%);
	filter: blur(35px);
	z-index: -1;
}

@keyframes heroBrandFloat {
	0% {
		transform: translateY(-50%) scale(1);
	}
	100% {
		transform: translateY(-54%) scale(1.03);
	}
}

@media (max-width: 992px) {
	.home-hero__brand-symbol {
		top: 60%;
		right: 3%;
		width: 240px;
		height: 240px;
		opacity: 0.18;
	}
}

.home-hero__glow--two {
	right: 31%;
	bottom: 90px;
	width: 14px;
	height: 14px;
	background: var(--color-secondary);
	box-shadow: 0 0 40px 12px rgba(87, 167, 237, 0.42);
}

.hero-wave {
	display: none;
}

.hero-benefits {
	position: relative;
	z-index: 4;
	margin-top: -64px;
	margin-bottom: 20px;
}

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

.hero-benefits article {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 18px;
	padding: 26px 28px;
	border: 1px solid rgba(225, 230, 245, 0.9);
	border-radius: var(--radius-md);
	background: #ffffff;
	box-shadow: 0 14px 38px rgba(20, 25, 65, 0.08);
	transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.hero-benefits article:hover {
	transform: translateY(-4px);
	border-color: rgba(34, 74, 133, 0.35);
	box-shadow: 0 20px 48px rgba(20, 25, 65, 0.12);
}

.feature-icon {
	display: grid;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 12px;
	color: #fff;
	background: var(--gradient-brand);
	font-size: 13px;
	font-weight: 850;
	box-shadow: 0 8px 18px rgba(34, 74, 133, 0.22);
}

.hero-benefits h2 {
	margin-bottom: 6px;
	color: var(--color-heading);
	font-size: 17px;
	font-weight: 750;
	letter-spacing: -0.02em;
}

.hero-benefits p {
	margin: 0;
	color: var(--color-copy);
	font-size: 13.5px;
	line-height: 1.55;
}

/* Metrics */
.metrics-strip {
	padding: 92px 0 72px;
}

.metrics-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-block: 1px solid var(--color-border);
}

.metrics-strip article {
	padding: 30px 24px;
	text-align: center;
	border-right: 1px solid var(--color-border);
}

.metrics-strip article:last-child {
	border-right: 0;
}

.metrics-strip strong {
	display: block;
	color: var(--color-primary);
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1;
	letter-spacing: -0.06em;
}

.metrics-strip strong span {
	color: var(--color-secondary);
}

.metrics-strip p {
	margin: 10px 0 0;
	font-size: 13px;
	font-weight: 650;
}

/* Reusable headings */
.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 42px;
	margin-bottom: 48px;
}

.section-heading h1,
.section-heading h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(38px, 4.8vw, 62px);
}

.section-heading em {
	color: var(--color-primary);
	font-style: normal;
}

.section-heading__copy,
.section-heading > p {
	max-width: 390px;
	margin: 0 0 7px;
}

.section-heading--center {
	display: block;
	max-width: 780px;
	margin-inline: auto;
	text-align: center;
}

.section-heading--center .eyebrow {
	justify-content: center;
}

.section-heading--center .section-heading__copy {
	margin: 18px auto 0;
}

/* Solutions */
.solutions {
	background: var(--color-surface-soft);
}

.solution-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.solution-card {
	position: relative;
	min-height: 300px;
	overflow: hidden;
	padding: 30px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	background: var(--color-surface);
	box-shadow: var(--shadow-sm);
	transition: transform var(--transition), box-shadow var(--transition);
}

.solution-card:hover {
	transform: translateY(-7px);
	box-shadow: var(--shadow-md);
}

.solution-card.featured {
	color: #fff;
	border-color: transparent;
	background: var(--gradient-brand);
}

.solution-icon {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 13px;
	color: var(--color-primary);
	background: var(--color-surface-tint);
	font-size: 22px;
}

.featured .solution-icon {
	color: #fff;
	background: rgba(255, 255, 255, 0.14);
}

.solution-card > p {
	margin: 30px 0 12px;
	color: var(--color-muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.solution-card.featured > p {
	color: rgba(255, 255, 255, 0.68);
}

.solution-card h3 {
	margin: 0;
	font-size: 22px;
}

.solution-card.featured h3 {
	color: #fff;
}

.solution-card > a {
	position: absolute;
	right: 26px;
	bottom: 24px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid var(--color-border);
	border-radius: 50%;
	color: var(--color-primary);
}

.featured > a {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.28);
}

.card-lines {
	position: absolute;
	right: -80px;
	bottom: -110px;
	width: 220px;
	height: 220px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	box-shadow: 0 0 0 36px rgba(255, 255, 255, 0.05), 0 0 0 72px rgba(255, 255, 255, 0.025);
}

/* About */
.reference-home-section {
	padding-block: var(--section-space);
}

.reference-home-section .reference-title,
.reference-home-contact .reference-title {
	margin-bottom: 48px;
	text-align: center;
}

.reference-title {
	display: flex;
	align-items: center;
	gap: 22px;
	justify-content: center;
	margin-bottom: 42px;
}

.reference-title > span {
	width: min(120px, 12vw);
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--color-primary));
}

.reference-title > span:last-child {
	background: linear-gradient(90deg, var(--color-primary), transparent);
}

.reference-title h1,
.reference-title h2 {
	margin: 0;
	color: var(--color-heading);
	font-size: clamp(38px, 4.7vw, 60px);
}

.reference-about-grid {
	display: grid;
	grid-template-columns: 1fr 0.92fr;
	align-items: center;
	gap: clamp(48px, 7vw, 90px);
}

.reference-about-grid h3 {
	margin-bottom: 24px;
	font-size: clamp(32px, 3.5vw, 46px);
}

.reference-about-grid h3 strong,
.reference-about-grid h4 {
	color: var(--color-primary);
}

.reference-about-grid h4 {
	margin: 28px 0 14px;
	font-size: 20px;
}

.reference-about-grid ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.reference-about-grid li {
	position: relative;
	margin-block: 13px;
	padding-left: 28px;
}

.reference-about-grid li::before {
	position: absolute;
	left: 0;
	top: 2px;
	content: "✓";
	color: var(--color-secondary);
	font-weight: 900;
}

.reference-about-visual {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.about-slide {
	position: relative;
	display: flex;
	align-items: end;
	min-height: 175px;
	overflow: hidden;
	padding: 22px;
	border-radius: var(--radius-md);
	color: #fff;
	background: var(--gradient-deep);
	box-shadow: var(--shadow-sm);
}

.about-slide::after {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 140px;
	height: 140px;
	content: "";
	background: var(--company-logo-url, url("../assets/images/logo/logo.png")) no-repeat center center / contain;
	opacity: 0.18;
	pointer-events: none;
	filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.2));
}

.about-slide-main::after {
	width: 180px;
	height: 180px;
	top: -20px;
	right: -20px;
	opacity: 0.22;
}

.about-slide-main {
	grid-column: 1 / -1;
	min-height: 290px;
	background:
		linear-gradient(135deg, rgba(34, 74, 133, 0.88), rgba(12, 35, 66, 0.76)),
		url("../assets/images/defaults/services/service-datacenter.png") center / cover;
}

.about-slide-small {
	background: linear-gradient(135deg, #5758dc, #7b55cb);
}

.about-slide-security {
	background: linear-gradient(135deg, #176d83, #24b4ab);
}

.about-slide span {
	position: relative;
	z-index: 1;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65), 0 2px 8px rgba(0, 0, 0, 0.4);
}

.about-dots {
	display: none;
}

/* Contact */
.reference-home-contact {
	padding-block: var(--section-space);
	background: var(--color-surface-soft);
}

.contact-summary {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.contact-summary article,
.location-grid article {
	padding: 28px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	background: #fff;
	box-shadow: var(--shadow-sm);
}

.contact-summary article {
	display: flex;
	align-items: center;
	gap: 16px;
}

.contact-summary i {
	display: grid;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 14px;
	color: #fff;
	background: var(--gradient-brand);
	font-style: normal;
}

.contact-summary b,
.contact-summary a {
	display: block;
}

.contact-summary b {
	color: var(--color-muted);
	font-size: 12px;
}

.contact-summary a {
	color: var(--color-heading);
	font-weight: 750;
}

.find-title {
	margin-top: 80px;
}

.business-hours {
	margin: -22px 0 34px;
	text-align: center;
}

.location-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-bottom: 24px;
}

.location-grid h3 {
	margin-bottom: 10px;
	color: var(--color-primary);
	font-size: 21px;
}

.social-buttons {
	display: flex;
	gap: 10px;
	margin-top: 18px;
}

.social-buttons a {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 11px;
	color: #fff;
	background: var(--color-primary);
	font-weight: 800;
}

.map-placeholder {
	display: grid;
	height: 270px;
	place-content: center;
	text-align: center;
	border: 1px solid #daddf0;
	border-radius: var(--radius-md);
	background:
		linear-gradient(30deg, rgba(34, 74, 133, 0.08) 12%, transparent 12.5%, transparent 87%, rgba(34, 74, 133, 0.08) 87.5%),
		var(--color-surface-tint);
	background-size: 72px 120px;
}

.map-placeholder span {
	color: var(--color-primary);
	font-size: 26px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

/* Internal modules */
.reference-layout {
	padding: 50px 0 80px;
	background: var(--color-surface-soft);
}

.reference-services {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.reference-lead {
	max-width: 680px;
	margin: -18px auto 42px;
	text-align: center;
}

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

.reference-card,
.product-card,
.brand-card {
	overflow: hidden;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	background: #fff;
	box-shadow: var(--shadow-sm);
	transition: transform var(--transition), box-shadow var(--transition);
}

.reference-card:hover,
.product-card:hover,
.brand-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-md);
}

.reference-card img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}

.reference-card > div:not(.post-art) {
	padding: 25px;
}

.reference-card h2 {
	margin-bottom: 12px;
	font-size: 22px;
}

.reference-card p {
	margin-bottom: 0;
	font-size: 14px;
}

.reference-card a {
	display: inline-block;
	margin-top: 18px;
	color: var(--color-primary);
	font-size: 13px;
	font-weight: 800;
}

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

.reference-icon-card > i {
	display: grid;
	height: 100px;
	place-items: center;
	color: var(--color-primary);
	background: var(--color-surface-tint);
	font-size: 36px;
	font-style: normal;
}

/* Developments catalog */
.developments-catalog {
	padding-top: 78px;
}

.development-section + .development-section {
	margin-top: 104px;
	padding-top: 92px;
	border-top: 1px solid var(--color-border);
}

.development-section__title {
	margin-bottom: 18px;
}

.development-section__title h2 {
	margin: 0;
	font-size: clamp(34px, 4.5vw, 54px);
}

.development-section__description {
	max-width: 720px;
	margin: 0 auto 42px;
	text-align: center;
}

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

.development-client-card {
	position: relative;
	display: flex;
	min-height: 360px;
	padding: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	background: var(--color-surface);
	box-shadow: var(--shadow-sm);
	transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.development-client-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-md);
	border-color: rgba(34, 74, 133, 0.35);
}

.development-client-card__media {
	position: relative;
	width: 100%;
	height: 180px;
	overflow: hidden;
	background: #0d1230;
}

.development-client-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 400ms ease;
}

.development-client-card:hover .development-client-card__media img {
	transform: scale(1.05);
}

.development-client-card__icon {
	position: absolute;
	bottom: 14px;
	left: 18px;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 12px;
	color: #fff;
	background: var(--gradient-brand);
	font-size: 19px;
	box-shadow: 0 4px 14px rgba(10, 14, 38, 0.4);
}

.development-client-card__content {
	display: flex;
	flex-direction: column;
	padding: 22px 24px 12px;
}

.development-client-card__content h3 {
	margin-bottom: 10px;
	font-size: 21px;
	line-height: 1.25;
}

.development-client-card__content p {
	margin: 0;
	font-size: 14px;
	color: var(--color-copy);
	line-height: 1.55;
}

.development-client-card footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding: 16px 24px;
	border-top: 1px solid var(--color-border);
	color: var(--color-muted);
	font-size: 12px;
	font-weight: 700;
}

.development-client-card footer a {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: var(--color-primary);
	font-size: 17px;
	transition: background var(--transition), transform var(--transition);
}

.development-client-card footer a:hover {
	background: var(--color-accent);
	transform: scale(1.1);
}

/* Services grouped by area */
.services-catalog {
	padding-top: 78px;
}

.service-section + .service-section {
	margin-top: 104px;
	padding-top: 92px;
	border-top: 1px solid var(--color-border);
}

.service-section__title {
	margin-bottom: 18px;
}

.service-section__title h1,
.service-section__title h2 {
	max-width: 780px;
	text-align: center;
	font-size: clamp(34px, 4.5vw, 54px);
}

.service-section__description {
	max-width: 720px;
	margin: 0 auto 42px;
	text-align: center;
}

.service-card-grid {
	align-items: stretch;
}

.service-card {
	display: flex;
	flex-direction: column;
}

.service-card > div {
	display: flex;
	flex: 1;
	align-items: flex-start;
	flex-direction: column;
}

.service-card a {
	margin-top: auto;
	padding-top: 18px;
}

.brand-card-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
}

.brand-card {
	display: flex;
	min-height: 156px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.brand-monogram {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 16px;
	color: #fff;
	background: var(--gradient-brand);
	font-size: 24px;
	font-weight: 900;
}

.brand-card h2 {
	margin: 16px 0 0;
	font-size: 14px;
	letter-spacing: 0.04em;
}

/* Brands grouped by technology area */
.brands-catalog {
	padding-top: 78px;
}

.brand-section + .brand-section {
	margin-top: 96px;
	padding-top: 84px;
	border-top: 1px solid var(--color-border);
}

.brand-section__title {
	margin-bottom: 18px;
}

.brand-section__title h1,
.brand-section__title h2 {
	max-width: 760px;
	text-align: center;
	font-size: clamp(34px, 4.5vw, 54px);
}

.brand-section__description {
	max-width: 690px;
	margin: 0 auto 38px;
	text-align: center;
}

.brand-card-grid--compact {
	grid-template-columns: repeat(6, 1fr);
	gap: 14px;
}

.brand-card--compact {
	min-height: 132px;
	padding: 18px 10px;
	box-shadow: 0 8px 24px rgba(27, 34, 77, 0.06);
}

.brand-card--compact .brand-monogram {
	width: 48px;
	height: 48px;
	border-radius: 13px;
	font-size: 20px;
}

.brand-card--compact h3 {
	margin: 13px 0 0;
	font-size: 12px;
	letter-spacing: 0.045em;
	text-align: center;
}

.brand-logo-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 52px;
	padding: 4px;
}

.brand-logo-img {
	max-width: 100%;
	max-height: 48px;
	width: auto;
	height: auto;
	object-fit: contain;
	transition: transform var(--transition);
}

.brand-card:hover .brand-logo-img {
	transform: scale(1.06);
}

.store-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
}

.store-search-wrap {
	position: relative;
	flex: 1;
	max-width: 680px;
}

.store-search-wrap i {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--color-muted);
	font-size: 17px;
	pointer-events: none;
}

.store-search-input {
	width: 100%;
	height: 48px;
	padding: 0 16px 0 44px;
	border: 1px solid var(--color-border);
	border-radius: 12px;
	background: #fff;
	color: var(--color-copy);
	font-size: 14px;
	box-shadow: var(--shadow-sm);
	transition: border-color var(--transition), box-shadow var(--transition);
}

.store-search-input:focus {
	outline: none;
	border-color: var(--color-primary);
	box-shadow: 0 0 0 3px rgba(34, 74, 133, 0.14);
}

.store-filters-bar {
	margin-bottom: 28px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	background: #fff;
	padding: 18px 22px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-sm);
}

.store-filters-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

@media (min-width: 768px) {
	.store-filters-group {
		flex-direction: row;
		align-items: center;
		gap: 14px;
	}
}

.store-filters-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12.5px;
	font-weight: 800;
	color: var(--color-heading);
	min-width: 110px;
	flex-shrink: 0;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.store-filters-label i {
	font-size: 16px;
	color: var(--color-primary);
}

.store-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 0;
}

.store-filters button {
	padding: 8px 14px;
	border: 1px solid var(--color-border);
	border-radius: 10px;
	color: var(--color-copy);
	background: var(--color-surface-soft);
	cursor: pointer;
	font-size: 12px;
	font-weight: 750;
	transition: all var(--transition);
}

.store-filters button:hover,
.store-filters button.is-active {
	color: #fff;
	border-color: var(--color-primary);
	background: var(--color-primary);
}

.store-filters--brands button {
	border-radius: 20px;
	padding: 6px 14px;
	font-size: 11.5px;
	background: #fff;
}

.store-filters--brands button:hover,
.store-filters--brands button.is-active {
	color: #fff;
	border-color: #2563eb;
	background: linear-gradient(135deg, #1d4ed8, #3b82f6);
}

.store-cart {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 11px 18px;
	border: 0;
	border-radius: 12px;
	color: #fff;
	background: var(--gradient-brand);
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
	box-shadow: var(--shadow-primary);
	transition: transform var(--transition), box-shadow var(--transition);
}

.store-cart:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(34, 74, 133, 0.34);
}

.store-cart b {
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	border-radius: 50%;
	color: var(--color-primary);
	background: #fff;
	font-size: 11px;
}

.store-results-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 10px 18px;
	border-radius: 10px;
	background: var(--color-surface-tint);
	font-size: 13px;
	color: var(--color-heading);
}

.store-results-info p {
	margin: 0;
	font-weight: 650;
}

.store-results-info button {
	border: 0;
	background: transparent;
	color: var(--color-primary);
	cursor: pointer;
	font-weight: 750;
	text-decoration: underline;
}

/* Componente de Paginación Reutilizable */
.custom-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 48px;
	margin-bottom: 24px;
	width: 100%;
}

.pagination-wrapper {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	background: #ffffff;
	border: 1px solid var(--color-border);
	border-radius: 999px;
	box-shadow: 0 4px 20px rgba(16, 35, 63, 0.06);
}

.pagination-pages {
	display: flex;
	align-items: center;
	gap: 6px;
}

.pagination-num,
.pagination-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	background: transparent;
	font-family: inherit;
	cursor: pointer;
	transition: all 0.2s ease;
	user-select: none;
}

.pagination-num {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 700;
	color: var(--color-copy);
}

.pagination-num:hover:not(.is-active) {
	background: var(--color-surface-tint);
	color: var(--color-primary);
	border-color: rgba(34, 74, 133, 0.15);
}

.pagination-num.is-active {
	background: var(--gradient-brand);
	color: #ffffff;
	border-color: transparent;
	box-shadow: 0 4px 14px rgba(34, 74, 133, 0.35);
}

.pagination-btn {
	height: 38px;
	padding: 0 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	color: var(--color-heading);
	gap: 4px;
	background: var(--color-surface-soft);
	border: 1px solid var(--color-border);
}

.pagination-btn i {
	font-size: 16px;
	line-height: 1;
}

.pagination-btn:hover:not(:disabled) {
	background: var(--color-primary);
	color: #ffffff;
	border-color: var(--color-primary);
	box-shadow: 0 4px 12px rgba(34, 74, 133, 0.25);
}

.pagination-btn:disabled {
	opacity: 0.4;
	cursor: not-allowed;
	pointer-events: none;
}

.pagination-ellipsis {
	display: inline-block;
	padding: 0 4px;
	color: var(--color-muted);
	font-weight: 800;
	letter-spacing: 0.1em;
}

@media (max-width: 600px) {
	.pagination-wrapper {
		gap: 4px;
		padding: 6px 8px;
	}
	.pagination-num {
		width: 34px;
		height: 34px;
		font-size: 13px;
	}
	.pagination-btn {
		height: 34px;
		padding: 0 10px;
	}
	.pagination-btn .pagination-label {
		display: none;
	}
}

/* Cart Drawer (Cajón lateral) */
.cart-drawer-overlay {
	position: fixed;
	inset: 0;
	z-index: 2000;
	background: rgba(14, 18, 48, 0.6);
	backdrop-filter: blur(4px);
	opacity: 0;
	visibility: hidden;
	transition: opacity 300ms ease, visibility 300ms ease;
}

.cart-drawer-overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.cart-drawer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2001;
	display: flex;
	flex-direction: column;
	width: min(440px, 100vw);
	background: #fff;
	box-shadow: -10px 0 40px rgba(10, 14, 38, 0.2);
	transform: translateX(100%);
	transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.cart-drawer.is-open {
	transform: translateX(0);
}

.cart-drawer__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 24px;
	border-bottom: 1px solid var(--color-border);
	background: #fff;
}

.cart-drawer__heading {
	display: flex;
	align-items: center;
	gap: 10px;
}

.cart-drawer__heading i {
	font-size: 22px;
	color: var(--color-primary);
}

.cart-drawer__heading h2 {
	margin: 0;
	font-size: 20px;
	color: var(--color-heading);
}

.cart-drawer__badge {
	display: inline-grid;
	place-items: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: 999px;
	background: var(--color-primary);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
}

.cart-drawer__close {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: var(--color-surface-soft);
	color: var(--color-heading);
	cursor: pointer;
	font-size: 20px;
	transition: background var(--transition), transform var(--transition);
}

.cart-drawer__close:hover {
	background: rgba(220, 38, 38, 0.12);
	color: #dc2626;
	transform: rotate(90deg);
}

.cart-drawer__body {
	flex: 1;
	overflow-y: auto;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.cart-drawer__empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	padding: 40px 20px;
	color: var(--color-muted);
}

.cart-drawer__empty i {
	font-size: 54px;
	margin-bottom: 14px;
	color: var(--color-primary);
	opacity: 0.6;
}

.cart-drawer__empty h3 {
	margin-bottom: 8px;
	font-size: 18px;
	color: var(--color-heading);
}

.cart-drawer__empty p {
	font-size: 13.5px;
	margin: 0;
}

/* Item dentro del carrito */
.cart-item {
	display: grid;
	grid-template-columns: 64px 1fr auto;
	gap: 14px;
	align-items: center;
	padding: 14px;
	border: 1px solid var(--color-border);
	border-radius: 12px;
	background: var(--color-surface);
	transition: border-color var(--transition);
}

.cart-item:hover {
	border-color: rgba(34, 74, 133, 0.3);
}

.cart-item__art {
	height: 64px;
	width: 64px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--color-border);
}

.cart-item__art img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.cart-item__art span {
	display: none;
}

.cart-item__art i {
	transform: scale(0.35);
}

.cart-item__info h4 {
	margin: 0 0 4px;
	font-size: 14px;
	color: var(--color-heading);
	line-height: 1.25;
}

.cart-item__price {
	color: var(--color-primary);
	font-size: 13px;
	font-weight: 750;
	margin-bottom: 6px;
}

.cart-item__qty {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 1px solid var(--color-border);
	border-radius: 8px;
	padding: 2px 6px;
}

.cart-item__qty-btn {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border: 0;
	background: transparent;
	color: var(--color-heading);
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	border-radius: 4px;
}

.cart-item__qty-btn:hover {
	background: var(--color-surface-tint);
	color: var(--color-primary);
}

.cart-item__qty-num {
	font-size: 13px;
	font-weight: 800;
	min-width: 16px;
	text-align: center;
}

.cart-item__remove {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border: 0;
	background: transparent;
	color: var(--color-muted);
	cursor: pointer;
	font-size: 17px;
	border-radius: 8px;
	transition: color var(--transition), background var(--transition);
}

.cart-item__remove:hover {
	color: #dc2626;
	background: rgba(220, 38, 38, 0.08);
}

/* Footer del carrito */
.cart-drawer__footer {
	padding: 20px 24px;
	border-top: 1px solid var(--color-border);
	background: #fff;
}

.cart-drawer__summary {
	margin-bottom: 18px;
}

.cart-drawer__row {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	color: var(--color-copy);
	margin-bottom: 6px;
}

.cart-drawer__row--total {
	padding-top: 10px;
	border-top: 1px dashed var(--color-border);
	font-size: 17px;
	font-weight: 850;
	color: var(--color-heading);
}

.cart-drawer__actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.cart-checkout-btn {
	width: 100%;
	background: #25d366;
	border-color: #25d366;
	box-shadow: 0 4px 16px rgba(37, 211, 102, 0.3);
}

.cart-checkout-btn:hover {
	background: #1ebc59;
	border-color: #1ebc59;
}

.cart-checkout-email-btn {
	width: 100%;
	color: var(--color-heading);
	border-color: var(--color-border);
}

.cart-drawer__clear-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-top: 4px;
	padding: 6px;
	border: 0;
	background: transparent;
	color: var(--color-muted);
	cursor: pointer;
	font-size: 12px;
	transition: color var(--transition);
}

.cart-drawer__clear-btn:hover {
	color: #dc2626;
}

/* Modal de Datos del Cliente para Orden de Pedido */
.cart-checkout-modal-overlay {
	position: fixed;
	inset: 0;
	z-index: 2500;
	background: rgba(10, 16, 38, 0.7);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 250ms ease, visibility 250ms ease;
}

.cart-checkout-modal-overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.cart-checkout-modal {
	width: 100%;
	max-width: 520px;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(8, 14, 40, 0.25);
	border: 1px solid var(--color-border);
	overflow: hidden;
	animation: modalSlideUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalSlideUp {
	from { opacity: 0; transform: translateY(24px) scale(0.97); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

.cart-checkout-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 24px;
	background: var(--color-surface-soft);
	border-bottom: 1px solid var(--color-border);
}

.cart-checkout-modal__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 800;
	color: #10b981;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 2px;
}

.cart-checkout-modal__header h3 {
	margin: 0;
	font-size: 19px;
	color: var(--color-heading);
}

.cart-checkout-modal__close {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid var(--color-border);
	border-radius: 50%;
	background: #fff;
	color: var(--color-copy);
	cursor: pointer;
	font-size: 18px;
	transition: all var(--transition);
}

.cart-checkout-modal__close:hover {
	background: rgba(220, 38, 38, 0.1);
	color: #dc2626;
	border-color: rgba(220, 38, 38, 0.3);
}

.cart-checkout-modal__form {
	padding: 22px 24px;
}

.cart-checkout-modal__desc {
	margin: 0 0 18px;
	font-size: 13.5px;
	color: var(--color-copy);
	line-height: 1.5;
}

.checkout-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-bottom: 14px;
}

@media (max-width: 500px) {
	.checkout-form-row {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}

.checkout-form-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 14px;
}

.checkout-form-group label {
	font-size: 12px;
	font-weight: 750;
	color: var(--color-heading);
}

.checkout-form-group label .required {
	color: #ef4444;
}

.checkout-input-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border: 1.5px solid var(--color-border);
	border-radius: 12px;
	background: var(--color-surface-soft);
	transition: border-color 0.2s, box-shadow 0.2s;
}

.checkout-input-wrap:focus-within {
	border-color: var(--color-primary);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(34, 74, 133, 0.15);
}

.checkout-input-wrap i {
	font-size: 16px;
	color: var(--color-muted);
}

.checkout-input-wrap input {
	width: 100%;
	border: 0;
	background: transparent;
	font-size: 13.5px;
	color: var(--color-heading);
	outline: none;
	font-family: inherit;
}

.checkout-modal-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid var(--color-border);
}

.checkout-modal-actions .panel-btn {
	padding: 11px 18px;
	font-size: 13.5px;
	border-radius: 12px;
	cursor: pointer;
	font-weight: 750;
}

.checkout-modal-actions .panel-btn--primary {
	background: #25d366;
	border-color: #25d366;
	color: #fff;
	box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
}

.checkout-modal-actions .panel-btn--primary:hover {
	background: #1ebc59;
	border-color: #1ebc59;
}

/* ==========================================================================
   Modal de Solicitud de Proyectos y Desarrollos ("Hablemos de tu Proyecto")
   ========================================================================== */
.project-modal-overlay {
	position: fixed;
	inset: 0;
	z-index: 2600;
	background: rgba(8, 14, 35, 0.78);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 250ms ease, visibility 250ms ease;
}

.project-modal-overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.project-modal {
	width: 100%;
	max-width: 680px;
	max-height: 90vh;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 24px 70px rgba(8, 14, 40, 0.35);
	border: 1px solid var(--color-border);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	animation: modalSlideUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.project-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 28px;
	background: var(--color-surface-soft);
	border-bottom: 1px solid var(--color-border);
	flex-shrink: 0;
}

.project-modal__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 800;
	color: var(--color-primary);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 3px;
}

.project-modal__header h3 {
	margin: 0;
	font-size: 20px;
	color: var(--color-heading);
	font-weight: 700;
}

.project-modal__close {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 1px solid var(--color-border);
	background: #ffffff;
	border-radius: 10px;
	cursor: pointer;
	color: var(--color-muted);
	transition: all 0.2s ease;
	font-size: 19px;
}

.project-modal__close:hover {
	background: var(--color-primary);
	color: #ffffff;
	border-color: var(--color-primary);
	transform: rotate(90deg);
}

.project-modal__form {
	padding: 24px 28px 28px;
	overflow-y: auto;
}

.project-modal__desc {
	margin: 0 0 20px;
	font-size: 13.5px;
	line-height: 1.55;
	color: var(--color-copy);
}

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

.project-form-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.project-form-group--full {
	grid-column: 1 / -1;
}

.project-form-group label {
	font-size: 12.5px;
	font-weight: 700;
	color: var(--color-heading);
}

.project-form-group label .required {
	color: #ef4444;
}

.project-input-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	background: var(--color-surface-soft);
	border: 1.5px solid var(--color-border);
	border-radius: 12px;
	transition: all 0.2s ease;
}

.project-input-wrap:focus-within {
	border-color: var(--color-primary);
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.project-input-wrap i {
	color: var(--color-primary);
	font-size: 17px;
	flex-shrink: 0;
}

.project-input-wrap input,
.project-input-wrap select,
.project-input-wrap textarea {
	width: 100%;
	border: 0;
	background: transparent;
	font-size: 13.5px;
	color: var(--color-heading);
	outline: none;
	font-family: inherit;
}

.project-input-wrap select {
	cursor: pointer;
}

.project-input-wrap select option {
	background: #ffffff;
	color: var(--color-heading);
}

.project-input-wrap--textarea {
	align-items: flex-start;
	padding: 12px 14px;
}

.project-input-wrap--textarea i {
	margin-top: 2px;
}

.project-input-wrap textarea {
	resize: vertical;
	min-height: 85px;
	line-height: 1.5;
}

.project-modal__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid var(--color-border);
}

/* Botones específicos del modal de proyectos */
.project-modal-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 22px;
	font-size: 14px;
	font-weight: 750;
	font-family: inherit;
	border-radius: 12px;
	border: 1.5px solid transparent;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
	line-height: 1.3;
	white-space: nowrap;
}

.project-modal-btn i {
	font-size: 18px;
	line-height: 1;
}

.project-modal-btn--primary {
	background: #185a9d;
	background: linear-gradient(135deg, #185a9d 0%, #0077b6 100%);
	color: #ffffff !important;
	border-color: #185a9d;
	box-shadow: 0 4px 16px rgba(24, 90, 157, 0.35);
}

.project-modal-btn--primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(24, 90, 157, 0.45);
	filter: brightness(1.08);
}

.project-modal-btn--secondary {
	background: #ffffff;
	color: var(--color-heading) !important;
	border-color: #cbd5e1;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.project-modal-btn--secondary:hover {
	background: #f8fafc;
	border-color: #94a3b8;
	color: #0f172a !important;
	transform: translateY(-2px);
}

.project-modal-btn--whatsapp {
	background: #25d366 !important;
	background: linear-gradient(135deg, #25d366 0%, #128c7e 100%) !important;
	color: #ffffff !important;
	border-color: #25d366 !important;
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
}

.project-modal-btn--whatsapp:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45);
	filter: brightness(1.06);
}

.project-modal-btn:active {
	transform: translateY(0);
}

/* Compatibilidad con .panel-btn dentro del modal */
.checkout-modal-actions .panel-btn,
.project-modal__actions .panel-btn {
	padding: 11px 20px;
	font-size: 14px;
	border-radius: 12px;
	cursor: pointer;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.panel-btn--whatsapp {
	background: #25d366 !important;
	border-color: #25d366 !important;
	color: #ffffff !important;
	box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}

.panel-btn--whatsapp:hover {
	background: #1ebc59 !important;
	border-color: #1ebc59 !important;
	transform: translateY(-1px);
}

/* Estado de Éxito en el Modal */
.project-modal__success {
	padding: 40px 28px 36px;
	text-align: center;
	animation: modalSlideUp 0.3s ease;
}

.project-success-icon {
	width: 68px;
	height: 68px;
	margin: 0 auto 16px;
	background: rgba(16, 185, 129, 0.12);
	border: 2px solid #10b981;
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: #10b981;
	font-size: 38px;
}

.project-modal__success h4 {
	font-size: 22px;
	color: var(--color-heading);
	margin: 0 0 8px;
	font-weight: 800;
}

.project-modal__success p {
	font-size: 14px;
	color: var(--color-copy);
	margin: 0 0 14px;
}

.project-success-code {
	display: inline-block;
	font-family: monospace, monospace;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0.12em;
	color: var(--color-primary);
	background: var(--color-surface-soft);
	padding: 8px 24px;
	border-radius: 10px;
	border: 1px dashed var(--color-primary);
	margin-bottom: 16px;
}

.project-success-subtext {
	font-size: 13px !important;
	color: var(--color-muted) !important;
	max-width: 480px;
	margin: 0 auto 24px !important;
	line-height: 1.5;
}

.project-success-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-top: 8px;
}

@media (max-width: 640px) {
	.project-form-grid {
		grid-template-columns: 1fr;
	}
	.project-modal__header {
		padding: 16px 20px;
	}
	.project-modal__form {
		padding: 20px;
	}
	.project-modal__actions {
		flex-direction: column-reverse;
	}
	.project-modal__actions .project-modal-btn,
	.project-modal__actions .panel-btn {
		width: 100%;
		justify-content: center;
	}
	.project-success-actions {
		flex-direction: column;
	}
	.project-success-actions .project-modal-btn {
		width: 100%;
		justify-content: center;
	}
}

/* ==========================================================================
   Botón Flotante de WhatsApp (Esquina Inferior Derecha)
   ========================================================================== */
.whatsapp-floating-widget {
	position: fixed;
	bottom: 28px;
	right: 28px;
	z-index: 1800;
	display: flex;
	align-items: center;
}

.whatsapp-floating-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #25d366;
	background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
	color: #ffffff !important;
	font-size: 32px;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(37, 211, 102, 0.42), 0 2px 6px rgba(0, 0, 0, 0.15);
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
}

/* Efecto de pulso / onda */
.whatsapp-floating-btn::before {
	content: '';
	position: absolute;
	inset: -4px;
	border-radius: 50%;
	border: 2px solid rgba(37, 211, 102, 0.5);
	animation: waPulse 2.4s infinite ease-out;
	pointer-events: none;
}

@keyframes waPulse {
	0% {
		transform: scale(0.95);
		opacity: 0.9;
	}
	70% {
		transform: scale(1.35);
		opacity: 0;
	}
	100% {
		transform: scale(1.45);
		opacity: 0;
	}
}

.whatsapp-floating-btn:hover {
	transform: scale(1.1) translateY(-3px);
	box-shadow: 0 12px 30px rgba(37, 211, 102, 0.55), 0 4px 10px rgba(0, 0, 0, 0.2);
	color: #ffffff !important;
}

.whatsapp-floating-tooltip {
	position: absolute;
	right: calc(100% + 14px);
	background: #0f172a;
	color: #ffffff;
	padding: 8px 14px;
	border-radius: 10px;
	font-size: 12.5px;
	white-space: nowrap;
	box-shadow: 0 6px 20px rgba(15, 23, 42, 0.25);
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transform: translateX(10px);
	transition: all 0.25s ease;
	display: flex;
	flex-direction: column;
	gap: 2px;
	line-height: 1.2;
}

.whatsapp-floating-tooltip::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent transparent #0f172a;
}

.whatsapp-floating-tooltip strong {
	font-size: 12.5px;
	color: #ffffff;
}

.whatsapp-floating-tooltip small {
	font-size: 11px;
	color: #94a3b8;
}

.whatsapp-floating-widget:hover .whatsapp-floating-tooltip {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

@media (max-width: 768px) {
	.whatsapp-floating-widget {
		bottom: 20px;
		right: 20px;
	}
	.whatsapp-floating-btn {
		width: 52px;
		height: 52px;
		font-size: 28px;
	}
	.whatsapp-floating-tooltip {
		display: none; /* En móvil simplificar solo con el icono para no invadir pantalla */
	}
}

/* Toast de notificación de añadido */
.cart-toast {
	position: fixed;
	bottom: 28px;
	left: 50%;
	transform: translateX(-50%) translateY(100px);
	z-index: 2500;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 12px 22px;
	border-radius: 999px;
	background: #151a3d;
	color: #fff;
	font-size: 13.5px;
	font-weight: 700;
	box-shadow: 0 14px 36px rgba(10, 14, 38, 0.35);
	opacity: 0;
	pointer-events: none;
	transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1), opacity 320ms ease;
}

.cart-toast.is-shown {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

.cart-toast i {
	color: var(--color-secondary);
	font-size: 18px;
}

/* Product Detail Gallery with Carousel and Thumbnails */
.product-gallery {
	margin-bottom: 36px;
}

.product-gallery__main {
	position: relative;
	border: 1px solid var(--color-border);
	border-radius: 28px;
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	background: #fbfbfd;
}

.product-gallery__viewport {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.product-gallery__track {
	position: relative;
	width: 100%;
	height: clamp(300px, 40vw, 440px);
}

.product-gallery__slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 400ms cubic-bezier(0.16, 1, 0.3, 1), visibility 400ms ease;
	z-index: 1;
}

.product-gallery__slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.product-gallery__slide .product-art {
	height: 100%;
	border-radius: 0;
}

.product-gallery__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(27, 34, 77, 0.12);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(10px);
	color: var(--color-heading);
	font-size: 22px;
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(10, 14, 38, 0.08);
	transition: background var(--transition), transform var(--transition), color var(--transition);
}

.product-gallery__arrow:hover {
	background: var(--color-primary);
	color: #fff;
	transform: translateY(-50%) scale(1.08);
}

.product-gallery__arrow--prev {
	left: 16px;
}

.product-gallery__arrow--next {
	right: 16px;
}

/* Miniaturas (Thumbnails) */
.product-gallery__thumbs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 18px;
	padding: 4px;
	overflow-x: auto;
}

.product-gallery__thumb {
	flex: 0 0 auto;
	width: 76px;
	height: 76px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 16px;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(14, 18, 48, 0.05);
	transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.product-gallery__thumb:hover {
	transform: translateY(-3px);
	border-color: rgba(34, 74, 133, 0.4);
}

.product-gallery__thumb.is-active {
	border-color: var(--color-primary);
	box-shadow: 0 4px 16px rgba(34, 74, 133, 0.22);
	transform: translateY(-2px);
}

.product-gallery__thumb-inner {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 6px;
}

.product-gallery__thumb-inner img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.product-gallery__slide .product-art--real-img {
	height: 100%;
	background: #ffffff;
}

.product-gallery__slide .product-art--real-img img {
	max-height: 84%;
	max-width: 86%;
	object-fit: contain;
	display: block;
	margin: auto;
	transition: transform 300ms ease;
}

.product-gallery__slide:hover .product-art--real-img img {
	transform: scale(1.04);
}

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

.product-art {
	position: relative;
	display: grid;
	height: 220px;
	place-items: center;
	overflow: hidden;
	background: linear-gradient(135deg, #e9e7ff, #c9c8ff);
}

.product-art--real-img {
	background: #ffffff;
	border-bottom: 1px solid var(--color-border);
	padding: 16px;
}

.product-art--real-img img {
	max-height: 180px;
	max-width: 90%;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	margin: auto;
	transition: transform 300ms ease;
}

.product-card:hover .product-art--real-img img {
	transform: scale(1.06);
}

/* Placeholder difuminado con el logo de la empresa */
.product-art--placeholder-logo {
	background: radial-gradient(circle at center, #f8fafc 0%, #edf2f7 100%);
	border-bottom: 1px solid var(--color-border);
	padding: 24px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.product-placeholder-logo-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
}

.product-placeholder-logo {
	max-height: 105px;
	max-width: 70%;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	margin: auto;
	opacity: 0.38;
	filter: blur(1.5px) grayscale(25%);
	transition: opacity 350ms ease, filter 350ms ease, transform 350ms ease;
}

.product-card:hover .product-placeholder-logo,
.product-gallery:hover .product-placeholder-logo {
	opacity: 0.65;
	filter: blur(0.5px) grayscale(0%);
	transform: scale(1.08);
}

.product-art > span:not(.product-grid-discount) {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 5px 8px;
	border-radius: 7px;
	color: var(--color-primary-dark);
	background: #fff;
	font-size: 9px;
	font-weight: 850;
	text-transform: uppercase;
	z-index: 3;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	pointer-events: none;
}

.product-art i {
	display: block;
	position: relative;
	background: #342c70;
}

.product-art--headphones i { width: 104px; height: 91px; border: 16px solid #493e9c; border-bottom: 0; border-radius: 70px 70px 0 0; background: transparent; }
.product-art--headphones i::before,
.product-art--headphones i::after { position: absolute; top: 60px; width: 30px; height: 42px; content: ""; border-radius: 12px; background: var(--color-primary); }
.product-art--headphones i::before { left: -23px; }
.product-art--headphones i::after { right: -23px; }
.product-art--mouse { background: linear-gradient(135deg, #d8f5f3, #8cd9db); }
.product-art--mouse i { width: 78px; height: 114px; border-radius: 50px; background: #218f9b; transform: rotate(-12deg); }
.product-art--power { background: linear-gradient(135deg, #ffe8df, #ffbba6); }
.product-art--power i { width: 82px; height: 124px; border-radius: 12px; background: #f06f61; }
.product-art--keyboard { background: linear-gradient(135deg, #e0e6ff, #aeb9f4); }
.product-art--keyboard i { width: 164px; height: 68px; border-radius: 9px; background: repeating-linear-gradient(90deg, #343b73 0 12px, #7c86cb 13px 15px); transform: skewX(-12deg); }
.product-art--hub { background: linear-gradient(135deg, #edf0f5, #c7ccd7); }
.product-art--hub i { width: 124px; height: 62px; border-radius: 12px; background: #42495b; }
.product-art--stand { background: linear-gradient(135deg, #ffe9f0, #f0b3c8); }
.product-art--stand i { width: 68px; height: 130px; border-radius: 35px 35px 10px 10px; background: #cf5b86; }

.product-info {
	padding: 22px;
}

.product-info > p {
	margin-bottom: 7px;
	color: var(--color-muted);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.product-info h3 {
	margin-bottom: 18px;
	font-size: 19px;
}

.product-info > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-card .add-product {
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	color: #fff;
	background: var(--color-primary);
	cursor: pointer;
	font-size: 20px;
	display: inline-grid;
	place-items: center;
	padding: 0;
	line-height: 1;
	transition: transform var(--transition), background var(--transition), box-shadow var(--transition);
}

.product-card .add-product:hover {
	background: var(--color-primary-dark);
	transform: scale(1.08);
	box-shadow: 0 4px 12px rgba(34, 74, 133, 0.3);
}

.product-card .add-product i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	line-height: 1;
	margin: 0;
	padding: 0;
	transform: translateY(-0.5px);
}

/* CTA and footer */
.cta-band {
	padding: 42px 0;
	color: #fff;
	background: var(--gradient-brand);
}

.cta-band__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.cta-band h2 {
	max-width: 700px;
	margin-bottom: 10px;
	color: #fff;
	font-size: clamp(30px, 4vw, 48px);
}

.cta-band p:not(.eyebrow) {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
}

.site-footer {
	position: relative;
	overflow: hidden;
	padding-top: 0;
	color: #c4cae0;
	background:
		linear-gradient(145deg, rgba(21, 55, 95, 0.94), rgba(7, 24, 46, 0.99) 58%),
		var(--color-dark);
}

.site-footer::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 54px 54px;
	mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.footer-glow {
	position: absolute;
	top: -240px;
	right: -120px;
	width: 560px;
	height: 560px;
	border-radius: 50%;
	pointer-events: none;
	background: rgba(87, 167, 237, 0.22);
	filter: blur(90px);
}

.footer-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.4fr 0.75fr 1.1fr 0.85fr;
	gap: clamp(38px, 5vw, 82px);
	padding-top: 64px;
	padding-bottom: 62px;
}

.footer-brand {
	padding-right: 20px;
}

.brand-footer {
	margin-bottom: 24px;
	gap: 18px;
}

.brand-footer .brand-logo {
	width: 104px;
	height: 104px;
}

.brand-footer .brand-name {
	font-size: 22px;
}

.footer-brand p {
	max-width: 325px;
	margin-bottom: 24px;
	color: #9ca6c4;
	font-size: 14px;
	line-height: 1.8;
}

.footer-grid h3 {
	margin: 7px 0 24px;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.footer-column > a:not(.footer-contact__item) {
	display: flex;
	align-items: center;
	width: max-content;
	max-width: 100%;
	margin: 13px 0;
	color: #9ca6c4;
	font-size: 13px;
	transition: color var(--transition), transform var(--transition);
}

.footer-column > a:not(.footer-contact__item)::before {
	width: 0;
	height: 1px;
	margin-right: 0;
	content: "";
	background: var(--color-secondary);
	transition: width var(--transition), margin var(--transition);
}

.footer-column > a:not(.footer-contact__item):hover {
	color: #fff;
	transform: translateX(3px);
}

.footer-column > a:not(.footer-contact__item):hover::before {
	width: 12px;
	margin-right: 8px;
}

.footer-contact__item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 15px 0;
	color: #aab3cf;
	font-size: 13px;
	line-height: 1.5;
}

a.footer-contact__item {
	transition: color var(--transition);
}

a.footer-contact__item:hover {
	color: #fff;
}

.footer-contact__item > i {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin-top: 0;
	color: var(--color-secondary);
	font-size: 17px;
	line-height: 1;
}

.footer-contact__item small {
	color: #747f9f;
	font-size: 11px;
}

.footer-bottom {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 23px 0 26px;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	color: #7f89a8;
	font-size: 11px;
}

.back-to-top {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: #c4cae0;
	background: rgba(255, 255, 255, 0.05);
	cursor: pointer;
	font-size: 12px;
	font-weight: 650;
	transition: all var(--transition);
}

.back-to-top:hover {
	color: #fff;
	border-color: rgba(87, 167, 237, 0.6);
	background: rgba(34, 74, 133, 0.28);
	transform: translateY(-2px);
}

.back-to-top i {
	font-size: 15px;
	transition: transform var(--transition);
}

.back-to-top:hover i {
	transform: translateY(-2px);
}

/* Login and dashboard */
/* ==========================================================================
   Sitio Administrativo - Pantalla de Login Standalone
   ========================================================================== */
html.admin-auth-html {
	height: 100% !important;
	overflow: hidden !important;
}

body.admin-auth-body {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh !important;
	max-height: 100vh !important;
	margin: 0 !important;
	padding: 16px 20px !important;
	background:
		linear-gradient(125deg, rgba(10, 26, 48, 0.93) 0%, rgba(12, 35, 66, 0.88) 50%, rgba(15, 23, 42, 0.96) 100%),
		url("../assets/images/defaults/banners/tech-city-network.png") center / cover no-repeat fixed;
	color: #f1f5f9;
	font-family: var(--font-body, system-ui, -apple-system, sans-serif);
	overflow: hidden !important;
	box-sizing: border-box;
}

/* Trama de cuadrícula tecnológica idéntica al Hero */
.admin-auth-grid-pattern {
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.15;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
	background-size: 68px 68px;
	mask-image: radial-gradient(circle at center, #000 30%, transparent 85%);
	-webkit-mask-image: radial-gradient(circle at center, #000 30%, transparent 85%);
	z-index: 1;
}

/* Sello en degradado flotante idéntico al banner de inicio */
.admin-auth-brand-symbol {
	position: absolute;
	top: 50%;
	right: 12%;
	transform: translateY(-50%);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: clamp(260px, 30vw, 420px);
	height: clamp(260px, 30vw, 420px);
	pointer-events: none;
	animation: authBrandFloat 9s ease-in-out infinite alternate;
}

.admin-auth-brand-symbol-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0.24;
	filter: drop-shadow(0 0 50px rgba(87, 167, 237, 0.5));
}

.admin-auth-brand-symbol-glow {
	position: absolute;
	inset: 12%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(87, 167, 237, 0.25) 0%, rgba(34, 74, 133, 0.1) 55%, transparent 75%);
	filter: blur(40px);
	z-index: -1;
}

@keyframes authBrandFloat {
	0% {
		transform: translateY(-50%) scale(1);
	}
	100% {
		transform: translateY(-54%) scale(1.04);
	}
}

@media (max-width: 1024px) {
	.admin-auth-brand-symbol {
		top: 50%;
		right: 50%;
		transform: translate(50%, -50%);
		width: 320px;
		height: 320px;
		opacity: 0.12;
	}
}

.admin-auth-glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(140px);
	pointer-events: none;
	opacity: 0.35;
	z-index: 2;
}

.admin-auth-glow--top {
	top: -10%;
	left: 50%;
	transform: translateX(-50%);
	width: 580px;
	height: 380px;
	background: radial-gradient(circle, #2563eb 0%, rgba(37, 99, 235, 0) 70%);
}

.admin-auth-glow--bottom {
	bottom: -10%;
	left: 20%;
	width: 420px;
	height: 320px;
	background: radial-gradient(circle, #0284c7 0%, rgba(2, 132, 199, 0) 70%);
}

.admin-auth-wrapper {
	position: relative;
	z-index: 10;
	width: 100%;
	max-width: 440px;
}

.admin-auth-card {
	position: relative;
	padding: 32px 34px 26px;
	background: linear-gradient(180deg, rgba(17, 24, 39, 0.75) 0%, rgba(15, 23, 42, 0.88) 100%);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 22px;
	box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
}

.admin-auth-header {
	text-align: center;
	margin-bottom: 22px;
}

.admin-auth-header h1 {
	margin: 0 0 6px;
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -0.5px;
}

.admin-auth-header p {
	margin: 0;
	color: #94a3b8;
	font-size: 13.5px;
	line-height: 1.45;
}

.admin-auth-alert {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	padding: 10px 14px;
	border-radius: 10px;
	font-size: 13px;
	line-height: 1.4;
}

.admin-auth-alert--error {
	background: rgba(239, 68, 68, 0.12);
	border: 1px solid rgba(239, 68, 68, 0.3);
	color: #fca5a5;
}

.admin-auth-alert--info {
	background: rgba(59, 130, 246, 0.12);
	border: 1px solid rgba(59, 130, 246, 0.3);
	color: #93c5fd;
}

.admin-auth-alert i {
	font-size: 18px;
	flex-shrink: 0;
}

/* Formulario */
.admin-auth-form-wrap form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.admin-auth-form-wrap p {
	margin: 0;
}

.admin-auth-form-wrap label {
	display: block;
	margin-bottom: 6px;
	color: #cbd5e1;
	font-size: 12.5px;
	font-weight: 600;
}

.admin-auth-form-wrap input[type="text"],
.admin-auth-form-wrap input[type="password"] {
	width: 100%;
	padding: 11px 14px;
	background: rgba(15, 23, 42, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	color: #ffffff;
	font-size: 13.5px;
	transition: all 0.2s ease;
	box-sizing: border-box;
}

.admin-auth-form-wrap input[type="text"]:focus,
.admin-auth-form-wrap input[type="password"]:focus {
	outline: none;
	border-color: #38bdf8;
	background: rgba(15, 23, 42, 0.85);
	box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.2);
}

.admin-auth-form-wrap .login-remember {
	display: flex;
	align-items: center;
	margin-top: -3px;
	margin-bottom: 2px;
}

.admin-auth-form-wrap .login-remember label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 0;
	color: #94a3b8;
	font-size: 12.5px;
	font-weight: 400;
	cursor: pointer;
	user-select: none;
}

.admin-auth-form-wrap .login-remember input[type="checkbox"] {
	width: 15px;
	height: 15px;
	accent-color: #2563eb;
	border-radius: 4px;
	cursor: pointer;
}

.admin-auth-form-wrap .login-submit {
	margin-top: 4px;
}

.admin-auth-form-wrap input[type="submit"] {
	width: 100%;
	padding: 12px 18px;
	background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2px;
	cursor: pointer;
	box-shadow: 0 6px 20px -2px rgba(37, 99, 235, 0.45);
	transition: all 0.25s ease;
}

.admin-auth-form-wrap input[type="submit"]:hover {
	background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
	box-shadow: 0 8px 26px -2px rgba(37, 99, 235, 0.6);
	transform: translateY(-1px);
}

.admin-auth-form-wrap input[type="submit"]:active {
	transform: translateY(0);
}

.admin-auth-return-wrap {
	margin-top: 14px;
	text-align: center;
}

.admin-auth-return-link {
	display: inline-block;
	color: #94a3b8;
	font-size: 13px;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-color: rgba(148, 163, 184, 0.45);
	transition: all 0.2s ease;
}

.admin-auth-return-link:hover {
	color: #38bdf8;
	text-decoration-color: #38bdf8;
}

.admin-auth-footer {
	margin-top: 22px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	text-align: center;
}

.admin-auth-footer p {
	margin: 0;
	color: #64748b;
	font-size: 11.5px;
}

/* Old dashboard prototype rules removed in favor of css/dashboard.css */

.standard-page {
	min-height: 70vh;
	padding: 190px 0 90px;
}

/* Responsive */
@media (max-width: 1040px) {
	.main-nav { gap: 15px; font-size: 12px; }
	.solution-grid { grid-template-columns: repeat(2, 1fr); }
	.brand-card-grid { grid-template-columns: repeat(4, 1fr); }
	.brand-card-grid--compact { grid-template-columns: repeat(5, 1fr); }
	.footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 800px) {
	.container { width: min(100% - 34px, var(--container)); }
	.site-banner { height: 280px; }
	.nav-wrap {
		width: 100%;
		height: 78px;
		margin-top: 0;
		padding: 0 18px;
	}
	.brand-logo {
		width: 62px;
		height: 62px;
	}
	.site-header.is-scrolled .brand-logo {
		width: 52px;
		height: 52px;
	}
	.site-header.is-scrolled .nav-wrap {
		width: calc(100% - 24px);
		height: 70px;
		margin-top: 10px;
		padding: 0 16px;
	}
	.menu-toggle { display: block; }

	/* Overlay oscuro desenfocado para el menú móvil */
	.menu-drawer-overlay {
		position: fixed;
		inset: 0;
		z-index: 1998;
		background: rgba(10, 14, 38, 0.65);
		backdrop-filter: blur(6px);
		-webkit-backdrop-filter: blur(6px);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 300ms ease, visibility 300ms ease;
		display: block;
	}

	.menu-drawer-overlay.is-open {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	/* Drawer lateral idéntico al carrito */
	.main-nav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 1999;
		display: flex;
		flex-direction: column;
		align-items: stretch !important;
		text-align: left;
		width: min(340px, 86vw);
		height: 100vh;
		padding: 0;
		border-radius: 0;
		background: #0d1630;
		box-shadow: -10px 0 40px rgba(3, 8, 25, 0.45);
		border-left: 1px solid rgba(255, 255, 255, 0.1);
		transform: translateX(100%);
		visibility: hidden;
		pointer-events: none;
		transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1), visibility 320ms;
		overflow: hidden;
		box-sizing: border-box;
	}

	.main-nav.is-open {
		transform: translateX(0);
		visibility: visible;
		pointer-events: auto;
	}

	/* Cabecera del Drawer */
	.main-nav__header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		box-sizing: border-box;
		padding: 20px 22px;
		background: rgba(255, 255, 255, 0.03);
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		flex-shrink: 0;
	}

	.main-nav__header-brand {
		display: flex;
		align-items: center;
		gap: 12px;
		text-align: left;
	}

	.main-nav__header-logo {
		width: 40px;
		height: 40px;
		object-fit: contain;
		filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
	}

	.main-nav__header-title {
		display: flex;
		flex-direction: column;
		text-align: left;
		align-items: flex-start;
	}

	.main-nav__header-title span {
		font-size: 15px;
		font-weight: 800;
		color: #ffffff;
		letter-spacing: 0.02em;
		text-align: left;
	}

	.main-nav__header-title small {
		font-size: 11.5px;
		color: #94a3b8;
		font-weight: 500;
		text-align: left;
	}

	.main-nav__close-btn {
		display: grid;
		place-items: center;
		width: 36px;
		height: 36px;
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.06);
		color: #cbd5e1;
		cursor: pointer;
		font-size: 20px;
		transition: background var(--transition), color var(--transition), transform var(--transition);
		flex-shrink: 0;
	}

	.main-nav__close-btn:hover,
	.main-nav__close-btn:active {
		background: rgba(220, 38, 38, 0.2);
		border-color: rgba(239, 68, 68, 0.4);
		color: #ef4444;
		transform: rotate(90deg);
	}

	/* Cuerpo con lista de enlaces */
	.main-nav__links {
		display: flex;
		flex-direction: column;
		align-items: stretch !important;
		gap: 4px;
		width: 100%;
		box-sizing: border-box;
		padding: 18px 16px;
		flex: 1;
		overflow-y: auto;
	}

	.main-nav__links > a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		box-sizing: border-box;
		gap: 14px;
		padding: 13px 16px;
		border-radius: 12px;
		color: #cbd5e1;
		font-size: 15px;
		font-weight: 600;
		background: transparent;
		border: 1px solid transparent;
		transition: all 0.2s ease;
		text-align: left;
	}

	.main-nav__links > a::after {
		display: none;
	}

	.main-nav__links > a .nav-link-icon {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.05);
		color: #94a3b8;
		font-size: 18px;
		transition: all 0.2s ease;
		flex-shrink: 0;
	}

	.main-nav__links > a .nav-link-text {
		flex: 1;
		text-align: left;
		color: #f1f5f9;
	}

	.main-nav__links > a .nav-link-arrow {
		display: block;
		font-size: 18px;
		color: #64748b;
		transition: transform 0.2s ease, color 0.2s ease;
	}

	.main-nav__links > a:hover,
	.main-nav__links > a:active {
		background: rgba(37, 99, 235, 0.12);
		border-color: rgba(59, 130, 246, 0.2);
		color: #fff;
	}

	.main-nav__links > a:hover .nav-link-icon {
		background: rgba(37, 99, 235, 0.25);
		color: #60a5fa;
	}

	.main-nav__links > a:hover .nav-link-arrow {
		transform: translateX(3px);
		color: var(--color-secondary);
	}

	.main-nav__links > a.active {
		background: linear-gradient(135deg, rgba(37, 99, 235, 0.25), rgba(29, 78, 216, 0.15));
		border-color: rgba(96, 165, 250, 0.3);
		color: #fff;
		font-weight: 700;
	}

	.main-nav__links > a.active .nav-link-icon {
		background: var(--color-primary);
		color: #fff;
		box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
	}

	.main-nav__links > a.active .nav-link-arrow {
		color: var(--color-secondary);
	}

	/* Footer del Drawer móvil */
	.nav-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
		margin: 0;
		padding: 18px 20px;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		background: rgba(10, 15, 33, 0.95);
		width: 100%;
		box-sizing: border-box;
		flex-shrink: 0;
	}

	.nav-cta {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		width: 100%;
		box-sizing: border-box;
		height: 44px;
		border-radius: 12px;
		background: rgba(255, 255, 255, 0.06);
		border: 1px solid rgba(255, 255, 255, 0.12);
		color: #f8fafc;
		font-size: 13.5px;
		font-weight: 700;
		cursor: pointer;
		transition: all 0.2s ease;
	}

	.nav-cta-label {
		display: inline;
		font-size: 13px;
	}

	.nav-cta i {
		font-size: 18px;
	}

	.nav-cta:hover,
	.nav-cta:active {
		background: rgba(255, 255, 255, 0.12);
		border-color: rgba(255, 255, 255, 0.22);
		color: #fff;
	}

	.nav-cart-btn {
		background: linear-gradient(135deg, #1d4ed8, #2563eb);
		border-color: #3b82f6;
		box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
	}

	.nav-cart-btn:hover {
		background: linear-gradient(135deg, #2563eb, #3b82f6);
	}

	.nav-cart-btn .nav-cart-badge {
		position: static;
		transform: none;
		min-width: 20px;
		height: 20px;
		line-height: 20px;
		background: #ffffff;
		color: #1d4ed8;
		font-weight: 850;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
		border: 0;
		margin-left: 2px;
	}


	.home-hero { min-height: 700px; }
	.home-hero__content { padding-top: 85px; }
	.home-hero h1 { font-size: clamp(45px, 11vw, 68px); }
	.hero-benefits { margin-top: -35px; }
	.hero-benefits__grid,
	.contact-summary,
	.reference-card-grid,
	.developments-grid,
	.development-client-grid,
	.product-grid { grid-template-columns: 1fr 1fr; }
	.metrics-strip__grid { grid-template-columns: 1fr 1fr; }
	.metrics-strip article:nth-child(2) { border-right: 0; }
	.metrics-strip article:nth-child(-n + 2) { border-bottom: 1px solid var(--color-border); }
	.section-heading { display: block; }
	.section-heading__copy,
	.section-heading > p { margin-top: 18px; }
	.reference-about-grid { grid-template-columns: 1fr; }
	.reference-about-visual { order: -1; }
	.reference-services { margin-top: 0; padding: 45px 0; }
	.brand-card-grid { grid-template-columns: repeat(3, 1fr); }
	.brand-card-grid--compact { grid-template-columns: repeat(4, 1fr); }
	.location-grid { grid-template-columns: 1fr; }
	.store-toolbar,
	.cta-band__inner { align-items: flex-start; flex-direction: column; }
	.dashboard-layout { grid-template-columns: 1fr; }
	.dashboard-cards { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
	:root { --section-space: 70px; }
	.container { width: min(100% - 28px, var(--container)); }
	.brand-logo { width: 58px; height: 58px; }
	.site-header.is-scrolled .brand-logo { width: 48px; height: 48px; }
	.brand-name { display: none; }
	.home-hero { min-height: 690px; }
	.home-hero h1 { font-size: 44px; }
	.home-hero__copy { font-size: 16px; }
	.home-hero__actions { align-items: stretch; flex-direction: column; }
	.hero-benefits__grid,
	.solution-grid,
	.contact-summary,
	.reference-card-grid,
	.developments-grid,
	.development-client-grid,
	.product-grid { grid-template-columns: 1fr; }
	.hero-benefits article { min-height: 120px; }
	.metrics-strip { padding-top: 70px; }
	.metrics-strip article { padding: 24px 10px; }
	.metrics-strip strong { font-size: 34px; }
	.reference-about-visual { grid-template-columns: 1fr; }
	.about-slide-main { grid-column: 1; min-height: 230px; }
	.reference-services { width: 100%; padding: 40px 0; border-radius: 0; }
	.reference-title { gap: 12px; }
	.reference-title > span { width: 34px; }
	.reference-title h1,
	.reference-title h2 { font-size: 36px; }
	.development-section + .development-section { margin-top: 76px; padding-top: 66px; }
	.development-client-card { min-height: 300px; }
	.service-section + .service-section { margin-top: 76px; padding-top: 66px; }
	.brand-card-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
	.brand-card-grid--compact { grid-template-columns: repeat(2, 1fr); }
	.brand-card { min-height: 135px; }
	.brand-card--compact { min-height: 122px; }
	.brand-section + .brand-section { margin-top: 72px; padding-top: 62px; }
	.store-toolbar { align-items: flex-start; flex-direction: column-reverse; }
	.store-cart { margin-bottom: 4px; }
	.footer-grid {
		grid-template-columns: 1fr;
		gap: 38px;
		padding-top: 48px;
		padding-bottom: 44px;
	}
	.footer-brand { padding-right: 0; }
	.footer-bottom { gap: 8px; flex-direction: column; }
	.login-shell { padding: 30px 24px; }
	.dashboard-cards { grid-template-columns: 1fr; }
}

/* ==========================================================
   Page Entry & Scroll Reveal Animations
   ========================================================== */
@keyframes heroFadeUp {
	from {
		opacity: 0;
		transform: translateY(28px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hero-fade-item {
	opacity: 0;
	animation: heroFadeUp 0.85s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-fade-item:nth-child(1) { animation-delay: 0.1s; }
.hero-fade-item:nth-child(2) { animation-delay: 0.22s; }
.hero-fade-item:nth-child(3) { animation-delay: 0.36s; }
.hero-fade-item:nth-child(4) { animation-delay: 0.5s; }

/* Scroll reveal elements */
.reveal-on-scroll {
	opacity: 0;
	transform: translateY(32px);
	transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	will-change: opacity, transform;
}

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

.reveal-delay-1 {
	transition-delay: 0.12s;
}

.reveal-delay-2 {
	transition-delay: 0.24s;
}

.reveal-delay-3 {
	transition-delay: 0.36s;
}

@media (prefers-reduced-motion: reduce) {
	.hero-fade-item,
	.reveal-on-scroll {
		opacity: 1 !important;
		transform: none !important;
		animation: none !important;
		transition: none !important;
	}
}

/* ==========================================================
   Service Detail Page
   ========================================================== */
.service-detail-section,
.store-detail-section {
	padding-top: 0;
	padding-bottom: 40px;
}

.service-detail-section > .container,
.store-detail-section > .container {
	width: min(var(--container), calc(100% - 48px));
	padding-inline: 0;
}

.service-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 34px;
	font-size: 13px;
	color: var(--color-muted);
}

.service-breadcrumbs a {
	color: var(--color-copy);
	transition: color var(--transition);
}

.service-breadcrumbs a:hover {
	color: var(--color-primary);
}

.service-breadcrumbs i {
	font-size: 14px;
	color: var(--color-muted);
}

.service-breadcrumbs span {
	color: var(--color-heading);
	font-weight: 700;
}

.service-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: clamp(28px, 3.5vw, 44px);
	align-items: start;
}

.service-detail-main {
	min-width: 0;
	padding: 0;
}

.service-category-pill {
	display: inline-block;
	padding: 6px 14px;
	margin-bottom: 16px;
	border-radius: 999px;
	background: var(--color-surface-tint);
	color: var(--color-primary);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.service-detail-header h1 {
	margin-bottom: 16px;
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1.15;
}

.service-detail-lead {
	max-width: 720px;
	margin-bottom: 28px;
	color: var(--color-copy);
	font-size: 17px;
	line-height: 1.65;
}

.service-detail-media {
	margin-bottom: 42px;
	overflow: hidden;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-sm);
}

.service-detail-media img {
	width: 100%;
	height: clamp(260px, 35vw, 420px);
	object-fit: cover;
}

.service-detail-body h2 {
	margin-bottom: 24px;
	font-size: 24px;
}

/* Service detail carousel */
.service-carousel {
	position: relative;
	margin-bottom: 38px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	background: #0d1230;
	box-shadow: var(--shadow-sm);
	overflow: hidden;
	user-select: none;
}

.service-carousel__viewport {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.service-carousel__track {
	position: relative;
	width: 100%;
	height: clamp(280px, 36vw, 440px);
}

.service-carousel__slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 550ms ease, visibility 550ms ease;
	z-index: 1;
}

.service-carousel__slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.service-carousel__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.service-carousel__btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	background: rgba(14, 18, 48, 0.65);
	backdrop-filter: blur(10px);
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	transition: background var(--transition), transform var(--transition), border-color var(--transition);
}

.service-carousel__btn:hover {
	background: rgba(34, 74, 133, 0.88);
	border-color: rgba(255, 255, 255, 0.6);
	transform: translateY(-50%) scale(1.08);
}

.service-carousel__btn--prev {
	left: 16px;
}

.service-carousel__btn--next {
	right: 16px;
}

.service-carousel__dots {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(10, 14, 38, 0.55);
	backdrop-filter: blur(8px);
}

.service-carousel__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	transition: all 250ms ease;
}

.service-carousel__dot.is-active {
	width: 26px;
	border-radius: 999px;
	background: #fff;
	border-color: #fff;
}

/* Service Detail Justified Paragraphs */
.service-detail-paragraphs {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.service-detail-paragraphs p {
	margin: 0;
	color: var(--color-copy);
	font-size: 16px;
	line-height: 1.85;
	text-align: justify;
	text-justify: inter-word;
	hyphens: auto;
}

.service-detail-paragraphs p strong {
	color: var(--color-heading);
	font-weight: 750;
}

/* Sidebar */
.service-detail-sidebar {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.sidebar-box {
	padding: 30px 26px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	background: #fff;
	box-shadow: var(--shadow-sm);
}

.service-cta-card {
	border-color: rgba(34, 74, 133, 0.3);
	background: linear-gradient(180deg, #ffffff 0%, var(--color-surface-tint) 100%);
}

.service-cta-card h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

.service-cta-card p {
	margin-bottom: 22px;
	font-size: 13.5px;
	color: var(--color-copy);
	line-height: 1.55;
}

.service-cta-card .button {
	width: 100%;
	margin-bottom: 20px;
}

.service-quick-contact {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-top: 18px;
	border-top: 1px solid rgba(34, 74, 133, 0.16);
}

.service-quick-contact__title {
	margin: 0 0 4px;
	color: var(--color-heading);
	font-size: 15px;
	font-weight: 750;
	letter-spacing: -0.01em;
}

.service-quick-contact a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 14px;
	border: 1px solid rgba(34, 74, 133, 0.14);
	border-radius: 10px;
	background: #fff;
	color: var(--color-heading);
	font-size: 13.5px;
	font-weight: 650;
	box-shadow: 0 2px 8px rgba(27, 34, 77, 0.04);
	transition: border-color var(--transition), color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.service-quick-contact a:hover {
	color: var(--color-primary);
	border-color: rgba(34, 74, 133, 0.4);
	transform: translateX(3px);
	box-shadow: 0 4px 14px rgba(34, 74, 133, 0.12);
}

.service-quick-contact i {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: var(--color-surface-tint);
	font-size: 16px;
	color: var(--color-primary);
	flex: 0 0 auto;
}

.service-related-menu h3 {
	margin-bottom: 16px;
	font-size: 17px;
	border-bottom: 1px solid var(--color-border);
	padding-bottom: 12px;
}

.service-related-menu nav {
	display: flex;
	flex-direction: column;
}

.service-related-menu nav a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid var(--color-border);
	font-size: 13.5px;
	color: var(--color-heading);
	font-weight: 650;
	transition: all var(--transition);
}

.service-related-menu nav a:hover {
	color: var(--color-primary);
	padding-left: 6px;
}

.service-related-menu nav a i {
	font-size: 15px;
	color: var(--color-muted);
	transition: transform var(--transition), color var(--transition);
}

.service-related-menu nav a:hover i {
	color: var(--color-primary);
	transform: translateX(3px);
}

.view-all-services-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
	font-size: 12.5px;
	font-weight: 800;
	color: var(--color-primary);
}

.view-all-services-link:hover {
	text-decoration: underline;
}

@media (max-width: 900px) {
	.service-detail-grid {
		grid-template-columns: 1fr;
	}
	.service-deliverables-grid {
		grid-template-columns: 1fr;
	}
}

/* ==========================================================
   Internal Pages Hero Banner (.page-hero)
   ========================================================== */
.page-hero {
	position: relative;
	top: 0;
	margin-top: 0;
	display: flex;
	align-items: center;
	min-height: 400px;
	padding-top: 120px;
	padding-bottom: 110px;
	overflow: hidden;
	color: #fff;
	background:
		linear-gradient(120deg, rgba(12, 35, 66, 0.95), rgba(34, 74, 133, 0.8)),
		url("../assets/images/defaults/banners/tech-city-network.png") center 48% / cover no-repeat;
}

.page-hero::before {
	position: absolute;
	inset: 0;
	content: "";
	opacity: 0.14;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: linear-gradient(180deg, #000, transparent 90%);
	z-index: 1;
}

.page-hero__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(4px);
}

.page-hero__brand-symbol {
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translateY(-50%);
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: clamp(230px, 26vw, 340px);
	height: clamp(230px, 26vw, 340px);
	pointer-events: none;
	animation: heroBrandFloat 8s ease-in-out infinite alternate;
}

.page-hero__brand-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0.24;
	filter: drop-shadow(0 0 35px rgba(87, 167, 237, 0.4));
}

.page-hero__brand-glow {
	position: absolute;
	inset: 15%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(87, 167, 237, 0.18) 0%, rgba(34, 74, 133, 0.06) 55%, transparent 75%);
	filter: blur(30px);
	z-index: -1;
}

@media (max-width: 992px) {
	.page-hero__brand-symbol {
		right: 3%;
		width: 190px;
		height: 190px;
		opacity: 0.16;
	}
}

.page-hero__glow--two {
	right: 28%;
	bottom: 50px;
	width: 12px;
	height: 12px;
	background: var(--color-secondary);
	box-shadow: 0 0 34px 10px rgba(87, 167, 237, 0.4);
}

.page-hero__content {
	position: relative;
	z-index: 2;
	max-width: 860px;
}

.page-hero__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-bottom: 20px;
}

.page-hero__tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 5px 14px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.page-hero__tag i {
	color: var(--color-secondary);
	font-size: 14px;
}

.page-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.page-hero__eyebrow span {
	display: inline-block;
	width: 22px;
	height: 2px;
	background: var(--color-secondary);
}

.page-hero h1 {
	margin-bottom: 16px;
	color: #fff;
	font-size: clamp(34px, 4.4vw, 54px);
	font-weight: 780;
	line-height: 1.1;
	letter-spacing: -0.04em;
}

.page-hero__copy {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(15px, 1.2vw, 17px);
	line-height: 1.65;
}

/* Adjust layout spacing after page-hero */
.page-hero + .site-header + main .reference-services,
.page-hero ~ main .reference-services,
.reference-layout .reference-services {
	margin-top: 0;
}

@media (max-width: 800px) {
	.page-hero {
		min-height: 340px;
		padding-top: 100px;
		padding-bottom: 90px;
	}
	.page-hero + .site-header + main .reference-services,
	.page-hero ~ main .reference-services,
	.reference-layout .reference-services {
		margin-top: 0;
	}
}

/* ==========================================================
   Product Detail: Description, Specs Table, Features, Downloads & Stock
   ========================================================== */
.product-detail-body {
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.product-description-block h2,
.product-features-block h3,
.product-specs-block h3,
.product-downloads-block h3 {
	margin-bottom: 16px;
	font-size: 20px;
	color: var(--color-heading);
	letter-spacing: -0.01em;
}

.product-description-text p {
	margin: 0;
	color: var(--color-copy);
	font-size: 15.5px;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-word;
}

/* Lista de características */
.product-features-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px 18px;
}

.product-features-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	color: var(--color-copy);
	line-height: 1.45;
}

.product-features-list li i {
	color: var(--color-primary);
	font-size: 17px;
	flex: 0 0 auto;
	margin-top: 2px;
}

@media (max-width: 640px) {
	.product-features-list {
		grid-template-columns: 1fr;
	}
}

/* Tabla de especificaciones técnicas */
.product-specs-table-wrap {
	border: 1px solid var(--color-border);
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	box-shadow: var(--shadow-sm);
}

.product-specs-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13.5px;
	text-align: left;
}

.product-specs-table tr {
	border-bottom: 1px solid var(--color-border);
	transition: background var(--transition);
}

.product-specs-table tr:last-child {
	border-bottom: none;
}

.product-specs-table tr:nth-child(even) {
	background: #fbfbfd;
}

.product-specs-table tr:hover {
	background: rgba(34, 74, 133, 0.04);
}

.product-specs-table th {
	width: 38%;
	padding: 14px 18px;
	font-weight: 750;
	color: var(--color-heading);
	border-right: 1px solid var(--color-border);
	background: #f8f9fc;
}

.product-specs-table td {
	padding: 14px 18px;
	color: var(--color-copy);
}

/* Documentación y Manuales descargables */
.product-downloads-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
}

@media (max-width: 992px) {
	.product-downloads-grid {
		grid-template-columns: 1fr;
	}
}

.product-download-card {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
	padding: 14px 16px;
	border: 1px solid var(--color-border);
	border-radius: 14px;
	background: #fff;
	text-decoration: none;
	box-shadow: var(--shadow-sm);
	transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.product-download-card:hover {
	transform: translateY(-3px);
	border-color: var(--color-primary);
	box-shadow: 0 8px 24px rgba(34, 74, 133, 0.14);
}

.product-download-card__icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: var(--color-surface-tint);
	color: var(--color-primary);
	font-size: 20px;
	flex: 0 0 42px;
}

.product-download-card:hover .product-download-card__icon {
	background: var(--color-primary);
	color: #fff;
}

.product-download-card__info {
	flex: 1 1 0%;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
}

.product-download-card__info strong {
	font-size: 13px;
	color: var(--color-heading);
	font-weight: 750;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.product-download-card__info span {
	font-size: 11.5px;
	color: var(--color-muted);
	margin-top: 3px;
	white-space: nowrap;
}

.product-download-card__action {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #f1f3fa;
	color: var(--color-heading);
	font-size: 14px;
	flex: 0 0 30px;
	transition: background var(--transition), color var(--transition);
}

.product-download-card:hover .product-download-card__action {
	background: var(--color-primary);
	color: #fff;
}

/* Sidebar Pricing & Stock */
.product-price-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.product-price-label {
	display: block;
	margin-bottom: 4px;
	color: var(--color-muted);
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.product-price-row {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.product-price-current {
	font-size: 38px;
	color: var(--color-heading);
	font-family: var(--font-display);
	line-height: 1;
}

.product-price-old {
	font-size: 18px;
	color: var(--color-muted);
	text-decoration: line-through;
}

.product-discount-badge {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 8px;
	background: var(--color-primary);
	color: #fff;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.02em;
	box-shadow: 0 3px 10px rgba(34, 74, 133, 0.3);
}

/* Indicador de Stock en Sidebar */
.product-stock-wrap {
	margin-bottom: 20px;
	padding: 10px 14px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid var(--color-border);
}

.product-stock-indicator {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	color: var(--color-heading);
}

.product-stock-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #10b981;
	box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
	animation: pulseStock 2s infinite;
	flex: 0 0 auto;
}

.product-stock-indicator.is-low .product-stock-dot {
	background: #f59e0b;
	box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2);
}

@keyframes pulseStock {
	0% {
		box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4);
	}
	70% {
		box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
	}
}

/* Etiqueta de descuento en catálogo (grid): esquina inferior derecha de la imagen */
.product-grid-discount {
	position: absolute;
	bottom: 12px;
	right: 12px;
	top: auto;
	left: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	border-radius: 8px;
	color: #fff;
	background: var(--color-primary);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.02em;
	box-shadow: 0 4px 12px rgba(34, 74, 133, 0.3);
	z-index: 5;
	line-height: 1;
}

/* Etiqueta destacada cuando quedan pocas unidades (stock <= 3) */
.product-art > span.product-grid-badge--low-stock {
	color: #b91c1c;
	background: #fef2f2;
	border: 1px solid #fca5a5;
	box-shadow: 0 2px 6px rgba(220, 38, 38, 0.12);
}

.product-card-pricing {
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.product-card-pricing del {
	font-size: 12px;
	color: var(--color-muted);
	font-weight: 500;
}

/* ==========================================================================
   Componente Reutilizable: Modal de Confirmación y Alertas
   ========================================================================== */
.app-confirm-modal-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(10, 15, 36, 0.68);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.22s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.22s ease;
}

.app-confirm-modal-backdrop.is-open {
	opacity: 1;
	visibility: visible;
}

.app-confirm-modal-dialog {
	background: #ffffff;
	border-radius: 22px;
	padding: 28px 26px 24px;
	width: 100%;
	max-width: 440px;
	text-align: center;
	box-shadow: 0 25px 60px -12px rgba(10, 15, 36, 0.35), 0 0 0 1px rgba(15, 23, 42, 0.05);
	transform: scale(0.92) translateY(12px);
	transition: transform 0.24s cubic-bezier(0.16, 1, 0.3, 1);
	position: relative;
}

.app-confirm-modal-backdrop.is-open .app-confirm-modal-dialog {
	transform: scale(1) translateY(0);
}

.app-confirm-modal-icon {
	width: 58px;
	height: 58px;
	margin: 0 auto 16px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	background: #f1f5f9;
	color: #2563eb;
	box-shadow: 0 4px 14px rgba(37, 99, 235, 0.12);
	transition: all 0.2s ease;
}

.app-confirm-modal-icon.is-danger {
	background: #fef2f2;
	color: #ef4444;
	box-shadow: 0 4px 14px rgba(239, 68, 68, 0.15);
}

.app-confirm-modal-icon.is-warning {
	background: #fffbeb;
	color: #f59e0b;
	box-shadow: 0 4px 14px rgba(245, 158, 11, 0.15);
}

.app-confirm-modal-icon.is-success {
	background: #ecfdf5;
	color: #10b981;
	box-shadow: 0 4px 14px rgba(16, 185, 129, 0.15);
}

.app-confirm-modal-title {
	font-size: 1.15rem;
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 8px;
	line-height: 1.35;
	letter-spacing: -0.01em;
}

.app-confirm-modal-message {
	font-size: 0.92rem;
	color: #64748b;
	line-height: 1.5;
	margin: 0 0 24px;
}

.app-confirm-modal-actions {
	display: flex;
	gap: 12px;
	justify-content: center;
}

.app-confirm-modal-btn {
	flex: 1;
	height: 44px;
	padding: 0 16px;
	border-radius: 12px;
	font-size: 0.9rem;
	font-weight: 700;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	transition: all 0.18s ease;
	border: 1px solid transparent;
	outline: none;
	font-family: inherit;
}

.app-confirm-modal-btn--cancel {
	background: #f1f5f9;
	color: #475569;
	border-color: #e2e8f0;
}

.app-confirm-modal-btn--cancel:hover {
	background: #e2e8f0;
	color: #1e293b;
}

.app-confirm-modal-btn--confirm {
	background: #2563eb;
	color: #ffffff;
	box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
}

.app-confirm-modal-btn--confirm:hover {
	background: #1d4ed8;
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35);
}

.app-confirm-modal-btn--confirm.is-danger {
	background: #ef4444;
	box-shadow: 0 4px 14px rgba(239, 68, 68, 0.25);
}

.app-confirm-modal-btn--confirm.is-danger:hover {
	background: #dc2626;
	box-shadow: 0 6px 18px rgba(239, 68, 68, 0.35);
}

.app-confirm-modal-btn--confirm.is-warning {
	background: #f59e0b;
	box-shadow: 0 4px 14px rgba(245, 158, 11, 0.25);
}

.app-confirm-modal-btn--confirm.is-warning:hover {
	background: #d97706;
	box-shadow: 0 6px 18px rgba(245, 158, 11, 0.35);
}

/* ==========================================================================
   Página de Error 404 (Limpia y Simple)
   ========================================================================== */
body.error404 .site-header .nav-wrap {
	background: rgba(12, 35, 66, 0.95);
	backdrop-filter: blur(18px);
	border-color: rgba(255, 255, 255, 0.15);
	border-radius: 18px;
	width: min(1240px, calc(100% - 40px));
	height: 82px;
	margin-top: 14px;
	padding: 0 18px 0 22px;
	box-shadow: 0 18px 50px rgba(8, 12, 38, 0.18);
}

body.error404 main.container.section {
	padding-top: 140px;
	padding-bottom: 70px;
	min-height: calc(100vh - 120px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-404-clean {
	max-width: 680px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.page-404-clean__card {
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 20px 0;
	box-shadow: none;
}

.page-404-clean__icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: #eff6ff;
	color: var(--color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
}

.page-404-clean__card h2 {
	font-size: clamp(1.4rem, 2.5vw, 1.85rem);
	font-weight: 800;
	color: var(--color-heading);
	margin: 0 0 12px;
}

.page-404-clean__card p {
	font-size: 1rem;
	color: var(--color-copy);
	line-height: 1.6;
	max-width: 520px;
	margin: 0 auto 30px;
}

.page-404-clean__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.page-404-clean__actions .button {
	border-radius: 12px;
	height: 46px;
	padding: 0 20px;
	font-size: 14.5px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

@media (max-width: 540px) {
	.page-404-clean__card {
		padding: 36px 20px;
	}
	.page-404-clean__actions {
		flex-direction: column;
	}
	.page-404-clean__actions .button {
		width: 100%;
		justify-content: center;
	}
}


