/*
 Theme Name: Italplast
 Theme URI: https://italplast.cl
 Author: Italplast
 Description: Tema personalizado para Italplast.
 Version: 1.0
*/

/* Typography scale */
body {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #111;
	font-family: 'Red Hat Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	background: linear-gradient(135deg, #f8fafc 0%, #ffffff 40%, #eef5ff 100%);
	margin: 0;
}

.h0-display,
.hero-title {
	font-size: clamp(56px, 6vw, 64px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.01em;
}

h1,
.heading-1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}

h2,
.heading-2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
}

h3,
.heading-3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
}

h4,
.heading-4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
}

.heading-0 {
	font-size: 42px;
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.body-1 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.body-2 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

.lead {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

.button-cta {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.label-overline {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.caption {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Layout helpers */
:root {
	--color-blue-50: #e9f0ff;
	--color-blue-100: #d9e6ff;
	--color-blue-200: #bcd4ff;
	--color-blue-600: #1f4fff;
	--color-blue-700: #1236c9;
	--color-accent: var(--color-slate-900);
	--color-accent-strong: #0b1224;
	--color-accent-soft: #f8fafc;
	--color-footer-bg: #12132c;
	--color-purple-50: #f3ecff;
	--color-purple-100: #e7dbff;
	--color-purple-200: #d6c0ff;
	--color-purple-600: #6947ff;
	--color-purple-700: #4f33c4;
	--color-night: #12132c;
	--color-slate-50: #f8fafc;
	--color-slate-100: #e8edf4;
	--color-slate-200: #d9e0ea;
	--color-slate-400: #94a3b8;
	--color-slate-600: #475569;
	--color-slate-700: #334155;
	--color-slate-900: #0f172a;
	--radius-2xl: 18px;
	--radius-3xl: 24px;
	--shadow-soft: 0 20px 60px rgba(15, 23, 42, 0.08);
	--shadow-strong: 0 30px 80px rgba(15, 23, 42, 0.12);
	--content-max: 1200px;
	--page-gutter: 16px;
}

.scheme-blue {
	--color-blue-600: #2c79dd;
	--color-blue-700: #2c79dd;
	--color-accent: #2c79dd;
	--color-accent-strong: #225faa;
	--color-accent-soft: #eaf2fd;
	--color-footer-bg: #2c79dd;
}

.site-main {
	padding: 0 var(--page-gutter) 64px;
}

.content-shell {
	max-width: var(--content-max);
	margin: 0 auto;
	padding: 32px 0 16px;
}

.content-article {
	background: #fff;
	border: 1px solid var(--color-slate-100);
	border-radius: var(--radius-2xl);
	padding: 24px;
	box-shadow: var(--shadow-soft);
	margin-bottom: 24px;
}

.content-article h3 {
	margin-bottom: 12px;
}

/* Navigation */
.nav-shell {
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: blur(12px);
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid var(--color-slate-100);
}

.nav-inner {
	max-width: var(--content-max);
	margin: 0 auto;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	padding: 18px 16px;
	gap: 16px;
}

.nav-shell .nav-menu {
	margin-left: 45px;
	justify-self: start;
	position: relative;
}

.nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	cursor: pointer;
	padding: 0;
	justify-self: end;
}

.nav-toggle:hover {
	opacity: 0.8;
}

.nav-logo {
	font-size: 24px;
	font-weight: 700;
	color: var(--color-slate-900);
	text-decoration: none;
}

.nav-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Force top-level nav inline */
.nav-menu > ul,
.nav-menu > div > ul,
.nav-menu .nav-list,
.nav-menu ul.nav-list {
	display: flex;
	align-items: center;
	gap: 45px;
	flex-wrap: nowrap;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: flex-start;
}

.nav-menu > ul > li,
.nav-menu > div > ul > li,
.nav-menu .nav-list > li {
	position: relative;
	display: flex;
	align-items: center;
}

.nav-menu .nav-list a {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: var(--color-slate-700);
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s ease, transform 0.2s ease;
}

.nav-menu a {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: var(--color-slate-700);
	text-decoration: none !important;
	font-weight: 500;
	white-space: nowrap;
}

.nav-menu .menu-item {
	display: flex;
	align-items: center;
}

.menu-item.is-open > .sub-menu {
	display: block;
}

.nav-actions {
	justify-self: end;
}

.nav-menu .sub-menu {
	display: none;
}

.nav-drawer,
.nav-drawer-backdrop {
	display: none;
}

.nav-menu .nav-list a:hover {
	color: var(--color-slate-900);
	transform: translateY(-1px);
}

.nav-link-toggle,
.nav-link.has-chevron {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	background: none;
	border: none;
	padding: 0;
	color: var(--color-slate-700);
	font: inherit;
	cursor: pointer;
}

.nav-chevron {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	transition: transform 0.2s ease;
}

.menu-item.is-open > .nav-link-toggle .nav-chevron {
	transform: rotate(180deg);
}

.nav-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.features-shell {
	padding: 24px 16px 0;
}

.features-inner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
	max-width: 1160px;
	margin: 0 auto;
}

.feature-pill {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px;
	align-items: center;
	padding: 12px 14px;
	border: 1px solid var(--color-slate-100);
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--shadow-soft);
}

.feature-icon img {
	width: 24px;
	height: 24px;
	display: block;
}

.cotizar-shell {
	padding: 48px 0 96px;
	display: none;
}

.cotizar-stack {
	max-width: 1220px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.cotizar-wizard {
	--wizard-accent: #1f4fff;
	--wizard-accent-2: #6939ff;
	background: #fff;
	border-radius: 26px;
	box-shadow: var(--shadow-strong);
	border: 1px solid var(--color-slate-100);
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	overflow: hidden;
}

.cotizar-wizard--assist {
	--wizard-accent: #7c3aed;
	--wizard-accent-2: #a855f7;
}

.cotizar-shell .cotizar-wizard {
	display: none;
}

.cotizar-shell.is-active {
	display: block;
}

.cotizar-shell.is-active .cotizar-wizard.is-active {
	display: grid;
}

.cotizar-flow-ready .hero-shell.is-hidden {
	display: none;
}

@media (max-width: 960px) {
	.cotizar-wizard {
		grid-template-columns: 1fr;
	}
}

.cotizar-wizard-panel {
	padding: 32px 40px 40px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	background: #fff;
}

.cotizar-card-header h3 {
	margin: 4px 0 6px;
}

.cotizar-card-header p {
	margin: 0;
	color: var(--color-slate-600);
}

.cotizar-back {
	align-self: flex-start;
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: var(--color-slate-600);
	text-decoration: none;
	font-weight: 600;
}

.cotizar-back:hover {
	color: var(--wizard-accent);
}

.cotizar-back-icon {
	width: 18px;
	height: 18px;
}

.cotizar-wizard-visual {
	position: relative;
	background-image: linear-gradient(135deg, rgba(124, 58, 237, 0.96), rgba(89, 46, 230, 0.9)), var(--visual-image, none);
	background-size: cover;
	background-position: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px;
	min-height: 340px;
}

.cotizar-wizard--need .cotizar-wizard-visual {
	background-image: linear-gradient(135deg, rgba(31, 79, 255, 0.95), rgba(73, 56, 255, 0.9)), var(--visual-image, none);
}

.cotizar-visual-inner {
	max-width: 420px;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-align: center;
}

.cotizar-visual-inner h4 {
	color: #fff;
	margin: 0;
}

.cotizar-visual-inner p {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
}

.cotizar-wizard-visual::after {
	content: '';
	position: absolute;
	inset: 18px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 22px;
	opacity: 0.7;
}

@media (max-width: 960px) {
	.cotizar-wizard-panel {
		padding: 28px 22px 32px;
	}

	.cotizar-wizard-visual::after {
		inset: 12px;
	}
}

.cotizar-form .wpcf7 form {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 4px 0 0;
	background: #fff;
	border-radius: 0;
}

.cotizar-form .wpcf7 form p {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-weight: 600;
	color: var(--color-slate-800);
}

.cotizar-form .wpcf7 form label {
	font-weight: 600;
	color: var(--color-slate-800);
}

.cotizar-form .wpcf7 form .cf7-field-label {
	font-weight: 600;
	color: var(--color-slate-800);
	display: block;
}

.cotizar-form .wpcf7 form .wpcf7-list-item {
	margin: 0 12px 8px 0;
}

.cotizar-form .wpcf7 form .wpcf7-list-item label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: var(--color-slate-800);
}

.cotizar-form .wpcf7 form .wpcf7-list-item input[type="checkbox"],
.cotizar-form .wpcf7 form .wpcf7-list-item input[type="radio"] {
	width: auto;
	margin: 0;
	box-shadow: none;
	background: transparent;
}

.cotizar-form .cf7-laminados {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
}

.cotizar-form .cf7-laminado-add {
	border: 0;
	background: transparent;
	color: var(--wizard-accent);
	font-weight: 700;
	padding: 0;
	cursor: pointer;
}

.cotizar-form .cf7-laminado-add.is-hidden {
	display: none;
}

.cotizar-form .cf7-laminado-add:hover {
	text-decoration: underline;
}

.cotizar-form .cf7-laminado-field.is-hidden {
	display: none;
}

.cotizar-form .cf7-step {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.cf7-steps-enabled .cotizar-form .cf7-step {
	display: none;
}

.cf7-steps-enabled .cotizar-form .cf7-step.is-active {
	display: flex;
}

.cf7-step-progress {
	position: relative;
	padding: 8px 4px 22px;
}

.cf7-step-progress::before {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	top: 20px;
	height: 3px;
	background: var(--color-slate-100);
	border-radius: 99px;
}

.cf7-step-progress::after {
	content: '';
	position: absolute;
	left: 10px;
	top: 20px;
	height: 3px;
	width: var(--cf7-progress, 0%);
	background: linear-gradient(135deg, var(--wizard-accent), var(--wizard-accent-2));
	border-radius: 99px;
	transition: width 0.25s ease;
}

.cf7-step-bullets {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	gap: 8px;
}

.cf7-step-bullet {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 2px solid var(--color-slate-200);
	background: #fff;
	color: var(--color-slate-600);
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.cf7-step-bullet.is-active {
	border-color: var(--wizard-accent);
	color: var(--wizard-accent);
	box-shadow: 0 10px 28px rgba(17, 24, 39, 0.14);
}

.cf7-step-bullet.is-done {
	border-color: transparent;
	background: linear-gradient(135deg, var(--wizard-accent), var(--wizard-accent-2));
	color: #fff;
}

.cf7-step-actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 6px;
}

.cf7-step-btn,
.cf7-step-submit {
	border: 1px solid var(--color-slate-200);
	background: #fff;
	color: var(--color-slate-900);
	border-radius: 12px;
	padding: 12px 18px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.cf7-step-btn.is-next {
	background: linear-gradient(135deg, var(--wizard-accent), var(--wizard-accent-2));
	border-color: transparent;
	color: #fff;
	box-shadow: 0 10px 30px rgba(124, 58, 237, 0.25);
}

.cotizar-wizard--need .cf7-step-btn.is-next {
	box-shadow: 0 10px 30px rgba(31, 79, 255, 0.22);
}

.cf7-step-btn:hover,
.cf7-step-submit:hover {
	transform: translateY(-1px);
	box-shadow: var(--shadow-strong);
}

.cotizar-form .wpcf7-submit {
	border-radius: 12px;
}

.cotizar-form .wpcf7-submit,
.cf7-step-submit {
	border: 1px solid transparent;
	background: linear-gradient(135deg, var(--wizard-accent), var(--wizard-accent-2));
	color: #fff;
	padding: 12px 20px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 10px 30px rgba(124, 58, 237, 0.25);
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.cotizar-form .wpcf7-submit:hover,
.cf7-step-submit:hover {
	transform: translateY(-1px);
	box-shadow: var(--shadow-strong);
}

.cotizar-wizard--need .cotizar-form .wpcf7-submit,
.cotizar-wizard--need .cf7-step-submit {
	box-shadow: 0 10px 30px rgba(31, 79, 255, 0.22);
}

.cf7-step-btn[disabled] {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

.cf7-step-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.cotizar-form .wpcf7-not-valid-tip {
	font-size: 12px;
	color: var(--color-rose-700);
	margin-top: 4px;
}

.cotizar-form .wpcf7 form input,
.cotizar-form .wpcf7 form select,
.cotizar-form .wpcf7 form textarea {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	border: 1px solid #dfe6f2;
	border-radius: 14px;
	padding: 12px 16px;
	background: #f8fbff;
	color: var(--color-slate-900);
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.06);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.cotizar-form .wpcf7 form select {
	appearance: none;
	-webkit-appearance: none;
	padding-right: 44px;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%), url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.5L8 8.5L14 2.5' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center, right 12px center;
}

.cotizar-form .wpcf7 form textarea {
	resize: vertical;
	min-height: 120px;
}

.cotizar-form .wpcf7 .wpcf7-response-output {
	margin: 6px 0 0;
	border-radius: 12px;
	padding: 12px 14px;
	font-weight: 600;
}

.cotizar-form .wpcf7.wpcf7-form.invalid .wpcf7-response-output {
	color: #991b1b;
	border-color: #f87171;
	background: #fef2f2;
}

.cotizar-form .wpcf7.wpcf7-form.sent .wpcf7-response-output,
.cotizar-form .wpcf7.wpcf7-form.failed .wpcf7-response-output {
	color: #166534;
	border-color: #86efac;
	background: #f0fdf4;
}

.cotizar-form .wpcf7-not-valid-tip {
	font-size: 12px;
	color: var(--color-rose-700);
	margin-top: 4px;
}

.cotizar-wizard--assist .cotizar-form .wpcf7 form input:focus,
.cotizar-wizard--assist .cotizar-form .wpcf7 form select:focus,
.cotizar-wizard--assist .cotizar-form .wpcf7 form textarea:focus {
	outline: none;
	border-color: var(--wizard-accent);
	box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.14);
	background: #fff;
}

.cotizar-wizard--need .cotizar-form .wpcf7 form input:focus,
.cotizar-wizard--need .cotizar-form .wpcf7 form select:focus,
.cotizar-wizard--need .cotizar-form .wpcf7 form textarea:focus {
	outline: none;
	border-color: var(--wizard-accent);
	box-shadow: 0 0 0 3px rgba(31, 79, 255, 0.14);
	background: #fff;
}

.jobs-hero {
	position: relative;
	min-height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 80px 16px;
	background-image: linear-gradient(180deg, rgba(16, 24, 40, 0.15), rgba(16, 24, 40, 0.35)), var(--jobs-hero, none);
	background-size: cover;
	background-position: center;
}

.page-template-page-empleos .jobs-hero {
	width: 100%;
	max-width: none;
	margin-left: calc(-1 * var(--page-gutter));
	margin-right: calc(-1 * var(--page-gutter));
	background-repeat: no-repeat;
	overflow: hidden;
	min-height: clamp(520px, 80vh, 860px);
}

.page-template-page-empleos .nav-shell {
	position: fixed;
	left: 0;
	right: 0;
	background: transparent;
	border-bottom: none;
	backdrop-filter: none;
	box-shadow: none;
}

.page-template-page-empleos .nav-shell.is-scrolled {
	background: rgba(255, 255, 255, var(--jobs-nav-alpha, 0));
	border-bottom: 1px solid rgba(226, 232, 240, var(--jobs-nav-alpha, 0));
	backdrop-filter: blur(var(--jobs-nav-blur, 0));
	box-shadow: 0 12px 30px rgba(15, 23, 42, var(--jobs-nav-shadow, 0));
}

.page-template-page-empleos .site-main {
	padding-top: 0;
}

.jobs-hero__overlay {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.25), transparent 45%), radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.2), transparent 40%);
	pointer-events: none;
}

.jobs-hero__inner {
	position: relative;
	display: flex;
	width: 100%;
	max-width: var(--content-max);
	margin: 0 auto;
	flex-direction: column;
	gap: 12px;
	color: #fff;
	text-align: left;
	align-items: flex-start;
}

.jobs-hero__overline {
	color: rgba(255, 255, 255, 0.9);
}

.jobs-hero__headline {
	margin: 0;
	color: #fff;
}

.page-template-page-empleos .jobs-hero__inner > * {
	max-width: min(560px, 50vw);
}

.page-template-page-empleos .jobs-hero__inner {
	padding: 0 var(--page-gutter);
}

@media (max-width: 768px) {
	.page-template-page-empleos .jobs-hero {
		width: calc(100% + (2 * var(--page-gutter)));
		max-width: none;
		margin-left: calc(-1 * var(--page-gutter));
		margin-right: calc(-1 * var(--page-gutter));
		padding-left: 0;
		padding-right: 0;
		min-height: clamp(320px, 55vh, 520px);
		background-size: cover;
	}

	.page-template-page-empleos .jobs-hero__headline {
		font-size: clamp(36px, 8vw, 44px);
	}

	.jobs-notice--scroll {
		height: auto;
	}

	.jobs-notice__sticky {
		position: static;
	}

	.jobs-notice__track-shell {
		overflow: visible;
		padding: 0 var(--page-gutter);
		scroll-snap-type: none;
	}

	.jobs-notice__track {
		display: flex;
		flex-direction: column;
		gap: 24px;
		padding: 0 0 12px;
		transform: none !important;
	}

	.jobs-notice__card,
	.jobs-notice__card:nth-child(2),
	.jobs-notice__card:nth-child(3) {
		width: auto;
		min-height: 0;
		padding: 20px;
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}

	.jobs-notice__media,
	.jobs-notice__card:nth-child(2) .jobs-notice__media,
	.jobs-notice__card:first-child .jobs-notice__media {
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.jobs-notice__media-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: auto;
		gap: 12px;
	}

	.jobs-notice__media-tile--1,
	.jobs-notice__media-tile--2,
	.jobs-notice__media-tile--3 {
		width: 100%;
		height: auto;
		margin: 0;
		justify-self: stretch;
		align-self: stretch;
	}

	.jobs-notice__card:first-child {
		padding-top: 20px;
	}

	.jobs-notice__card:nth-child(3) .jobs-notice__cta {
		margin-left: 0;
		align-self: flex-start;
	}
}

.jobs-hero__cta {
	margin-top: 16px;
}

.jobs-content {
	padding: 48px 0 80px;
}

.jobs-notice {
	padding: 64px 0 72px;
	position: relative;
}

.jobs-notice--scroll {
	height: var(--jobs-notice-height, auto);
	position: relative;
	overflow: visible;
}

.jobs-notice__sticky {
	position: static;
}

.jobs-notice__track-shell {
	overflow: hidden;
	padding: 0 8px;
}

.jobs-notice__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(240px, 900px);
	gap: 29px;
	align-items: stretch;
	padding: 0 8px 12px;
}

.jobs-notice__card {
	background: transparent;
	border-radius: 24px;
	box-shadow: none;
	padding: 36px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-height: 360px;
	scroll-snap-align: start;
}

.jobs-notice__media {
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 18px;
	overflow: hidden;
	background: var(--color-slate-100);
}

.jobs-notice__media-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(2, 1fr);
	gap: 16px;
	width: 100%;
	aspect-ratio: auto;
	background: transparent;
	overflow: visible;
	align-items: start;
}

.jobs-notice__media-tile {
	border-radius: 18px;
	overflow: hidden;
}

.jobs-notice__media-tile--1 {
	grid-column: 1;
	grid-row: 1;
	width: 300px;
	height: 300px;
	justify-self: end;
	align-self: end;
}

.jobs-notice__media-tile--2 {
	grid-column: 1;
	grid-row: 2;
	width: 200px;
	height: 200px;
	justify-self: end;
	margin-top: 20px;
}

.jobs-notice__media-tile--3 {
	grid-column: 2;
	grid-row: 1 / span 2;
	height: 400px;
	align-self: center;
}

.jobs-notice__media-grid img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

.jobs-notice__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.jobs-notice__title {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	color: var(--color-slate-900);
}

.jobs-notice__copy {
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
	color: var(--color-slate-700);
}

.jobs-purpose {
	padding: 80px 0 120px;
}

.jobs-purpose__overline {
	display: inline-block;
	margin-bottom: 12px;
}

.jobs-purpose__text {
	margin: 0;
	color: var(--color-slate-900);
}

.jobs-purpose__cta {
	margin-top: 24px;
}

@media (min-width: 960px) {
	.page-template-page-empleos .jobs-purpose {
		--jobs-purpose-overlap: clamp(270px, 30vh, 360px);
		margin-top: calc(-1 * var(--jobs-purpose-overlap));
		padding-top: 32px;
		position: relative;
		z-index: 4;
	}
}

.jobs-areas {
	padding: 72px 0 96px;
}

.jobs-areas__title {
	margin: 0 0 32px;
	color: var(--color-slate-900);
}

.jobs-areas__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.jobs-area-card {
	background: #fff;
	border-radius: 24px;
	border: 1px solid rgba(226, 232, 240, 0.9);
	box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.jobs-area-card__media {
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 18px;
	overflow: hidden;
	background: var(--color-slate-100);
}

.jobs-area-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.jobs-area-card__body {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.jobs-area-card__title {
	margin: 0;
	color: var(--color-slate-900);
}

.jobs-area-card__list {
	margin: 0;
	padding-left: 18px;
	color: var(--color-slate-700);
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.jobs-area-card__list li {
	margin: 0;
}

@media (max-width: 1080px) {
	.jobs-areas__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.jobs-areas {
		padding: 56px 0 72px;
	}

	.jobs-areas__title {
		margin-bottom: 24px;
	}

	.jobs-areas__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.jobs-area-card {
		padding: 20px;
	}
}

.jobs-notice__card:first-child .jobs-notice__title {
	font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
}

.jobs-notice__card:first-child .jobs-notice__copy {
	font-size: 16px;
	line-height: 1.5;
}

.jobs-notice__card:first-child .jobs-notice__media {
	width: 256px;
	height: 256px;
	aspect-ratio: auto;
	margin: 0;
}

.jobs-notice__card:first-child {
	--jobs-card-1-offset: 80px;
	padding-top: calc(36px + var(--jobs-card-1-offset));
	width: 520px;
	justify-self: start;
}

.jobs-notice__card:nth-child(2) {
	flex-direction: row;
	align-items: center;
	gap: 32px;
	width: 820px;
	padding: 52px;
}

.jobs-notice__card:nth-child(2) .jobs-notice__media {
	width: 420px;
	height: 420px;
	aspect-ratio: auto;
}

.jobs-notice__card:nth-child(2) .jobs-notice__body {
	flex: 1;
	gap: 4px;
}

.jobs-notice__card:nth-child(3) {
	flex-direction: row;
	align-items: center;
	gap: 32px;
}

.jobs-notice__card:nth-child(3) .jobs-notice__media {
	flex: 0 0 auto;
}

.jobs-notice__card:nth-child(3) .jobs-notice__body {
	flex: 1 1 320px;
	min-width: 320px;
	max-width: 380px;
}

.jobs-notice__card:nth-child(3) .jobs-notice__cta {
	margin-left: auto;
	align-self: center;
	white-space: nowrap;
}

@media (min-width: 960px) {
	.jobs-notice {
		padding: 0;
	}

	.jobs-notice--enhanced {
		overflow-x: hidden;
	}

	.jobs-notice--enhanced .jobs-notice__sticky {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		display: flex;
		align-items: center;
		z-index: 3;
	}

	.jobs-notice--enhanced .jobs-notice__track-shell {
		overflow: hidden;
		width: 100%;
		padding: 0;
	}

	.jobs-notice__card:nth-child(3) .jobs-notice__body {
		transform: translateX(18px);
	}

	.jobs-notice--enhanced .jobs-notice__track {
		grid-template-columns: 520px;
		grid-auto-columns: 820px;
		gap: 33px;
		padding: 0 4vw;
		will-change: transform;
	}

	.jobs-notice--enhanced .jobs-notice__card {
		min-height: 420px;
		padding: 40px;
	}

	.jobs-notice--enhanced .jobs-notice__card:nth-child(2) {
		padding: 56px;
	}

	.jobs-notice--enhanced .jobs-notice__card:first-child {
		padding-top: calc(40px + var(--jobs-card-1-offset));
	}

	.jobs-notice--enhanced.is-fixed .jobs-notice__sticky {
		position: fixed;
		top: 0;
	}

	.jobs-notice--enhanced.is-end .jobs-notice__sticky {
		position: absolute;
		top: auto;
		bottom: 0;
	}
}

@media (max-width: 959px) {
	.jobs-notice--scroll {
		height: auto !important;
	}

	.jobs-notice__sticky {
		position: static !important;
		height: auto !important;
	}

	.jobs-notice.is-fixed .jobs-notice__sticky,
	.jobs-notice.is-end .jobs-notice__sticky {
		position: static !important;
	}

	.jobs-notice__track-shell {
		overflow: visible;
		padding: 0 var(--page-gutter);
		scroll-snap-type: none;
	}

	.jobs-notice__track {
		display: flex !important;
		flex-direction: column;
		gap: 24px;
		padding: 0 0 12px;
		transform: none !important;
		width: 100%;
	}

	.jobs-notice__card,
	.jobs-notice__card:first-child,
	.jobs-notice__card:nth-child(2),
	.jobs-notice__card:nth-child(3) {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		min-height: 0;
		padding: 20px;
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}

	.jobs-notice__card:first-child {
		padding-top: 20px;
	}

	.jobs-notice__media,
	.jobs-notice__card:nth-child(2) .jobs-notice__media,
	.jobs-notice__card:first-child .jobs-notice__media {
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.jobs-notice__media-grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 12px;
	}

	.jobs-notice__media-tile--1,
	.jobs-notice__media-tile--2,
	.jobs-notice__media-tile--3 {
		width: 100%;
		height: auto;
		margin: 0;
		justify-self: stretch;
		align-self: stretch;
		grid-column: auto;
		grid-row: auto;
	}

	.jobs-notice__card:nth-child(3) .jobs-notice__cta {
		margin-left: 0;
		align-self: flex-start;
	}
}

.feature-title {
	margin: 0;
	color: var(--color-slate-900);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

.feature-desc {
	margin: 2px 0 0;
	color: var(--color-slate-700);
	font-size: 14px;
	line-height: 1.35;
}

.trust-shell {
	padding: 120px 16px 48px;
}

.trust-inner {
	max-width: 1160px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 18px;
	align-items: center;
	text-align: center;
}

.trust-title {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: var(--color-slate-900);
}

.trust-logos {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 16px;
	width: 100%;
	align-items: center;
	justify-items: center;
}

.trust-logo {
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	min-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: none;
}

.trust-logo img {
	max-height: 48px;
	max-width: 100%;
	object-fit: contain;
	display: block;
}

.ifs-shell {
	padding: 20px 16px 40px;
}

.ifs-inner {
	max-width: 1160px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-items: flex-start;
	text-align: left;
	padding: 0;
}

.ifs-content {
	width: 100%;
}

@media (min-width: 1024px) {
	.ifs-inner {
		display: grid;
		grid-template-columns: max-content minmax(0, 1fr);
		column-gap: 20px;
		align-items: center;
	}
}

.ifs-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 64px;
	padding: 0;
}

@media (min-width: 1024px) {
	.ifs-logo {
		width: 260px;
		height: 170px;
	}
}

.ifs-logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
}

.ifs-title {
	margin: 0;
	color: var(--color-slate-900);
}

.ifs-media {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

@media (min-width: 1024px) {
	.ifs-media {
		justify-content: flex-start;
	}
}

.ifs-body {
	margin: 0;
	color: var(--color-slate-700);
}

.ifs-body + .ifs-body {
	margin-top: 12px;
}

.sustain-shell {
	padding: 64px 16px 60px;
}

.sustain-inner {
	max-width: 1160px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-items: flex-start;
	text-align: left;
}

.sustain-media {
	width: 100%;
	display: flex;
	justify-content: center;
}

.sustain-frame {
	position: relative;
	width: 63.75%;
}

.sustain-graphic {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.sustain-overlay-slider {
	position: absolute;
	inset: 0;
	z-index: 3;
}

.sustain-overlay-track {
	position: absolute;
	top: calc(50% + 15px);
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(92%, 560px);
	text-align: center;
	pointer-events: none;
}

.sustain-overlay {
	display: none;
	margin: 0;
}

.sustain-overlay.is-active {
	display: block;
}

.sustain-overlay-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 1px solid var(--color-slate-300);
	background: rgba(255, 255, 255, 0.9);
	color: var(--color-slate-900);
	font-size: 28px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
}

.sustain-overlay-nav--prev {
	left: -60px;
}

.sustain-overlay-nav--next {
	right: -60px;
}

.sustain-overlay-nav:hover {
	background: #fff;
}

.sustain-overlay-nav:focus-visible {
	outline: 2px solid var(--color-slate-900);
	outline-offset: 2px;
}

.sustain-title {
	margin: 0;
	color: var(--color-slate-900);
	width: 100%;
	text-align: left;
}

.sustain-title + .sustain-media {
	margin-top: 24px;
}

.sustain-copy {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.sustain-title + .sustain-copy {
	margin-top: 12px;
}

.sustain-copy + .sustain-media {
	margin-top: 24px;
}

@media (max-width: 768px) {
	.sustain-frame {
		width: 100%;
	}

	.sustain-overlay-nav {
		width: 38px;
		height: 38px;
		font-size: 24px;
	}

	.sustain-overlay-nav--prev {
		left: -8px;
	}

	.sustain-overlay-nav--next {
		right: -8px;
	}
}

.sustain-body {
	margin: 0;
	color: var(--color-slate-700);
}

.sustain-body + .sustain-body {
	margin-top: 12px;
}

.sustain-media + .sustain-body {
	margin-top: 10px;
}

.quote-shell {
	padding: 60px 16px 60px;
}

.quote-inner {
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-start;
}

.quote-text {
	margin: 0;
	color: var(--color-slate-900);
}

.quote-author {
	margin: 0;
	color: var(--color-slate-500);
}

.home-map-shell {
	padding: 40px 0 0;
	margin-bottom: -64px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.home-map-inner {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 var(--page-gutter);
}

.home-map-title {
	margin: 0;
}

.home-map-head {
	text-align: center;
	align-items: center;
}

.home-map-shell .info-map-address {
	margin-top: 8px;
}

.home-map-links {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.4;
	white-space: nowrap;
}

.home-map-link {
	color: var(--color-blue-700);
	text-decoration: underline;
	text-decoration-color: var(--color-blue-300);
	text-decoration-thickness: 0.12em;
	text-underline-offset: 4px;
	font-weight: 600;
}

@media (max-width: 640px) {
	.home-map-title {
		font-size: clamp(24px, 7vw, 30px);
	}

	.home-map-links {
		flex-wrap: wrap;
		white-space: normal;
		font-size: 11px;
		gap: 8px 10px;
	}
}

.home-map-shell .info-map-frame {
	width: 100%;
	border-radius: 0;
	box-shadow: none;
}

.home-map-shell .info-map-frame iframe {
	pointer-events: none;
}

.home-map-shell .info-map-frame.is-active iframe {
	pointer-events: auto;
}

.home-map-bleed {
	width: calc(100% + (var(--page-gutter) * 2));
	margin-left: calc(-1 * var(--page-gutter));
	margin-right: calc(-1 * var(--page-gutter));
}

.home-map-shell .info-map-frame iframe {
	width: 100%;
	display: block;
}


.pack-guide-shell {
	padding: 52px 16px 60px;
}

.pack-guide-inner {
	max-width: 1160px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-start;
	text-align: left;
}

.pack-guide-title {
	margin: 0 0 4px 0;
	color: var(--color-slate-900);
}

.pack-guide-form {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: nowrap;
	width: 100%;
}

.pack-guide-label {
	font-weight: 700;
	color: var(--color-slate-900);
	margin: 0;
}

.pack-guide-input-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1 1 260px;
	max-width: 360px;
}

.pack-guide-input {
	width: 100%;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid var(--color-slate-200);
	font-size: 15px;
	line-height: 1.4;
}

.pack-guide-input:focus {
	outline: 2px solid var(--color-slate-300);
	border-color: var(--color-slate-300);
}

.pack-guide-suggestions {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid var(--color-slate-200);
	border-radius: 12px;
	box-shadow: var(--shadow-soft);
	margin: 4px 0 0;
	padding: 6px;
	list-style: none;
	display: none;
	z-index: 20;
}

.pack-guide-suggestions.is-open {
	display: block;
}

.pack-guide-suggestions li {
	padding: 8px 10px;
	border-radius: 10px;
	cursor: pointer;
}

.pack-guide-suggestions li:hover,
.pack-guide-suggestions li:focus {
	background: var(--color-slate-100);
	outline: none;
}

.pack-guide-btn {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	border: 1px solid var(--color-slate-200);
	background: #fff;
	color: var(--color-slate-900);
	cursor: pointer;
	font-weight: 700;
	transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease, border-color 0.18s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	box-shadow: var(--shadow-soft);
	flex: 0 0 auto;
	margin-left: 24px;
}

.pack-guide-btn:hover {
	transform: translateY(-1px);
	box-shadow: var(--shadow-strong);
	border-color: var(--color-slate-300);
}

.pack-guide-result {
	min-height: 28px;
	font-weight: 700;
	color: var(--color-slate-900);
	margin-top: 6px;
}

.pack-guide-result a {
	color: inherit;
	font-weight: 700;
	text-decoration: underline;
}

.pack-guide-result a:hover {
	text-decoration-thickness: 2px;
}

.pack-guide-cta {
	display: flex;
	align-items: center;
	gap: 12px;
}

.pack-guide-cta.is-hidden {
	display: none;
}

.pack-guide-quote-btn {
	background: var(--color-accent);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 999px;
	box-shadow: var(--shadow-soft);
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	text-transform: none;
}

.pack-guide-quote-btn:hover {
	transform: translateY(-1px) scale(1.02);
	box-shadow: var(--shadow-strong);
	background: var(--color-accent-strong);
}

@media (max-width: 720px) {
	.pack-guide-form {
		display: grid;
		grid-template-columns: 1fr 52px;
		grid-template-rows: auto auto;
		column-gap: 48px;
		row-gap: 12px;
		align-items: stretch;
	}

	.pack-guide-label {
		width: 100%;
		grid-column: 1 / -1;
	}

	.pack-guide-input-wrap {
		grid-column: 1 / 2;
		flex: initial;
		min-width: 0;
		max-width: none;
		width: 100%;
	}

	.pack-guide-btn {
		grid-column: 2 / 3;
		width: 48px;
		height: 48px;
		margin-left: 0;
		flex: 0 0 48px;
	}
}

.nav-lang-wrap {
	position: relative;
}

.nav-lang-menu {
	position: absolute;
	right: 0;
	top: calc(100% + 6px);
	display: none;
	background: #fff;
	border: 1px solid var(--color-slate-100);
	border-radius: 12px;
	box-shadow: var(--shadow-soft);
	flex-direction: column;
	align-items: stretch;
	min-width: 140px;
	width: auto;
	padding: 4px;
	row-gap: 4px;
	z-index: 80;
	white-space: nowrap;
}

.nav-lang-wrap.is-open .nav-lang-menu {
	display: inline-flex;
}

.nav-lang-item {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border: none;
	background: transparent;
	text-align: left;
	cursor: pointer;
	color: var(--color-slate-900);
	border-radius: 10px;
	transition: background 0.2s ease, color 0.2s ease;
	text-decoration: none;
	min-width: 0;
	width: 100%;
	box-sizing: border-box;
}

.nav-lang-item:hover,
.nav-lang-item.is-active {
	background: var(--color-slate-100);
	color: var(--color-slate-900);
}


.nav-lang-item .flag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 20px;
	border-radius: 4px;
	background: var(--color-slate-200);
	color: var(--color-slate-800);
	font-size: 12px;
	font-weight: 700;
}

.nav-lang-item .flag-emoji {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 20px;
	font-size: 18px;
	border-radius: 4px;
}

.nav-icon-btn {
	border: 1px solid var(--color-slate-100);
	background: #fff;
	padding: 10px 12px;
	border-radius: 12px;
	cursor: pointer;
	transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.nav-icon-btn:hover {
	border-color: var(--color-slate-200);
	box-shadow: var(--shadow-soft);
	transform: translateY(-1px);
}

.nav-icon {
	font-size: 16px;
	display: inline-block;
}

.nav-lang-emoji {
	font-size: 18px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.nav-lang-flag {
	width: 24px;
	height: 16px;
	display: block;
	object-fit: cover;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.nav-cta {
	background: var(--color-accent);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 22px;
	border-radius: 999px;
	box-shadow: var(--shadow-soft);
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	text-transform: none;
}

.nav-cta:hover {
	transform: translateY(-1px) scale(1.02);
	box-shadow: var(--shadow-strong);
	background: var(--color-accent-strong);
}

/* Mega menu */
.menu-item.has-mega {
	position: relative;
}

.mega-menu {
	display: none;
	position: absolute;
	left: 0;
	transform: translateX(0);
	top: calc(100% + 14px);
	width: auto;
	max-width: min(1100px, calc(100vw - 32px));
	padding: 24px 34px 28px 24px;
	background: linear-gradient(150deg, #ffffff 0%, #f5f7ff 50%, #f0f4ff 100%);
	border: 1px solid var(--color-slate-100);
	box-shadow: var(--shadow-strong);
	border-radius: var(--radius-3xl);
	overflow: hidden;
	animation: megaFade 0.18s ease;
	z-index: 60;
}

.menu-item.has-mega.is-open > .mega-menu {
	display: block;
}

@media (any-hover: hover) {
	.menu-item.has-mega:hover > .mega-menu {
		display: block;
	}

	.menu-item.has-mega:hover > .nav-link-toggle .nav-chevron {
		transform: rotate(180deg);
	}
}

.mega-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	row-gap: 28px;
	column-gap: 18px;
	max-width: 1018px;
	width: max-content;
	justify-content: flex-start;
	position: relative;
	z-index: 1;
}

.mega-col {
	display: flex;
	flex-direction: column;
	gap: 12px;
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 8px 4px 4px;
	box-shadow: none;
	max-width: 500px;
	width: 100%;
}

.mega-col:last-child {
	padding-right: 24px;
}

.mega-col .heading-3 {
	margin: 0;
	color: var(--color-slate-900);
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
}

.mega-col .heading-3::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(135deg, #1f4fff, #6947ff);
	box-shadow: 0 0 0 6px rgba(31, 79, 255, 0.1);
}

.mega-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 14px;
	grid-auto-rows: 1fr;
	min-width: 0;
	max-width: 500px;
}

.mega-item {
	height: 100%;
	max-width: 500px;
	width: 100%;
}

.mega-item a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	padding: 10px 12px;
	border-radius: 14px;
	border: none;
	background: transparent;
	color: var(--color-slate-900);
	text-decoration: none;
	box-shadow: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
	width: 100%;
	text-align: left;
	min-width: 0;
	height: 100%;
	max-width: 500px;
}

.mega-item a:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
	border: none;
	background: linear-gradient(135deg, rgba(31, 79, 255, 0.06), rgba(105, 71, 255, 0.08));
}

.mega-title {
	font-weight: 600;
	color: var(--color-slate-900);
	width: 100%;
	line-height: 1.25;
}

.mega-desc {
	color: var(--color-slate-600);
	margin-top: 0;
	width: 100%;
	word-break: break-word;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	max-width: none;
	text-align: left;
	max-height: calc(1.35em * 2);
}

.mega-menu.is-compact .mega-desc {
	display: none;
}

.mega-menu::after {
	content: none;
}

@keyframes megaFade {
	from {
		opacity: 0;
		transform: translateY(-4px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 960px) {
	.nav-shell .nav-menu {
		margin-left: 0;
	}

	.nav-menu > ul,
	.nav-menu .nav-list {
		gap: 20px;
	}

	.mega-menu {
		width: calc(100vw - 32px);
		left: 0;
		transform: translateX(0);
	}
}

@media (max-width: 960px) {
	.nav-inner {
		grid-template-columns: 1fr auto;
	}

	.nav-shell .nav-menu {
		display: none;
	}

	.nav-actions {
		display: none;
	}

	.nav-toggle {
		display: inline-flex;
		justify-self: end;
	}

	.nav-drawer {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: min(360px, 82vw);
		height: 100vh;
		background: #fff;
		box-shadow: -6px 0 24px rgba(15, 23, 42, 0.15);
		transform: translateX(100%);
		transition: transform 0.3s ease;
		z-index: 60;
		overflow-x: hidden;
		padding: 20px 18px 32px;
	}

	body.nav-open .nav-drawer {
		transform: translateX(0);
	}

	.nav-drawer-backdrop {
		display: none;
		position: fixed;
		inset: 0;
		background: rgba(15, 23, 42, 0.45);
		backdrop-filter: blur(4px);
		z-index: 55;
		opacity: 0;
		transition: opacity 0.3s ease;
	}

	body.nav-open .nav-drawer-backdrop {
		display: block;
		opacity: 1;
	}

	.nav-drawer-inner {
		display: flex;
		flex-direction: column;
		gap: 20px;
		min-height: 100%;
	}

	.nav-drawer-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.nav-close {
		border: 1px solid var(--color-slate-200);
		border-radius: 12px;
		width: 44px;
		height: 44px;
		background: #fff;
		font-size: 22px;
		font-weight: 600;
		cursor: pointer;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-shadow: var(--shadow-soft);
		transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	}

	.nav-close:hover {
		transform: translateY(-1px);
		box-shadow: var(--shadow-strong);
		border-color: var(--color-slate-300);
	}

	.nav-drawer-menu .nav-list {
		display: flex;
		flex-direction: column;
		gap: 14px;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.nav-drawer-menu {
		flex: 0 0 auto;
		padding: 0;
	}

	.nav-drawer-menu .nav-list a {
		color: var(--color-slate-900);
		font-size: 16px;
		text-decoration: none;
	}

.nav-drawer-menu .sub-menu {
	display: none;
	flex-direction: column;
	gap: 10px;
	list-style: none;
	padding-left: 16px;
	margin: 6px 0 0;
	border-left: 1px solid var(--color-slate-100);
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.25s ease, opacity 0.2s ease;
}

.nav-drawer-menu .menu-item.is-open > .sub-menu {
	display: flex;
	max-height: 600px;
	opacity: 1;
}

.nav-drawer-item-head {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	width: 100%;
}

.nav-drawer-menu .menu-item-has-children > a {
	flex: 0 1 auto;
	display: inline-flex;
	align-items: center;
}

.nav-drawer-sub-toggle {
	border: none;
	background: transparent;
	border-radius: 0;
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	margin-left: 4px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-drawer-sub-toggle img {
	width: 16px;
	height: 16px;
	transition: transform 0.2s ease;
}

.nav-drawer-sub-toggle.is-open img {
	transform: rotate(-180deg);
}

.nav-close {
	border: none;
	border-radius: 0;
	width: 44px;
	height: 44px;
	background: transparent;
	font-size: 28px;
	font-weight: 600;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: none;
	transition: opacity 0.2s ease;
}

.nav-close:hover {
	opacity: 0.7;
	box-shadow: none;
	border-color: transparent;
	transform: none;
}

	.nav-drawer-actions {
		margin-top: 0;
		display: grid;
		gap: 12px;
		position: static;
		padding: 0;
	}

	.nav-drawer-lang {
		display: grid;
		gap: 8px;
	}

	.nav-drawer-lang-label {
		margin: 0;
		font-weight: 700;
		color: var(--color-slate-700);
	}

	.nav-drawer-lang-list {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.nav-drawer-lang-list .nav-lang-item {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border: 1px solid var(--color-slate-200);
		border-radius: 10px;
		padding: 8px 10px;
		font-weight: 600;
		color: var(--color-slate-800);
		text-decoration: none;
		min-width: 42px;
		justify-content: center;
	}

	body.nav-open {
		overflow: hidden;
	}
}

/* Hero */
.hero-shell {
	padding: clamp(64px, 8vw, 104px) 16px;
}

.hero-inner {
	max-width: 1160px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 32px;
	align-items: center;
}

.hero-header {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.hero-header .lead {
	color: var(--color-slate-600);
}

.hero-lead {
	max-width: 520px;
	margin: 0 auto;
}

.home-hero .hero-inner {
	align-items: center;
	text-align: left;
	flex-direction: row;
	justify-content: space-between;
	gap: 44px;
}

.home-hero .hero-header {
	text-align: left;
	align-items: flex-start;
	gap: 6px;
	max-width: 520px;
	flex: 1 1 0;
}

.home-hero .hero-lead {
	margin: 0;
}

.home-hero .hero-header h1 {
	margin: 0;
}

.page-template-page-cotizar .hero-shell {
	padding: 24px 16px 32px;
}

.home-hero .hero-header .hero-lead {
	margin-top: 6px;
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
}

.hero-media {
	flex: 1 1 0;
	display: flex;
	justify-content: flex-end;
}

.hero-media img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	object-fit: contain;
}

.print-tech-shell {
	--print-curtain-progress: 0;
	--print-curtain-lift: clamp(28px, 6vw, 140px);
	--print-shell-left: auto;
	--print-shell-width: auto;
	--print-pin-offset: 0px;
	padding: 60px 0;
	display: flex;
	justify-content: center;
	width: calc(100% + 2 * var(--page-gutter));
	margin-left: calc(-1 * var(--page-gutter));
	margin-right: calc(-1 * var(--page-gutter));
	position: relative;
	isolation: isolate;
}

.print-tech-shell.is-curtain {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: auto;
	margin: 0;
	padding: clamp(32px, 6vw, 72px) 0;
	z-index: 8;
	pointer-events: none;
	background: transparent;
}

[data-print-shell-spacer] {
	display: block;
	width: 100%;
}

.print-tech-card {
	--print-expand-progress: 0;
	--print-card-padding: clamp(40px, 8vw, 72px);
	--print-card-base: min(calc(1160px + 2 * var(--print-card-padding)), 100%);
	--print-card-radius: calc(var(--radius-3xl) * (1 - var(--print-expand-progress)));
	box-sizing: border-box;
	background: #fff;
	border: 1px solid var(--color-slate-100);
	border-radius: var(--radius-3xl);
	box-shadow: var(--shadow-soft);
	padding: var(--print-card-padding);
	margin: 0;
	width: calc(
		var(--print-card-base) +
		(100% - var(--print-card-base)) * var(--print-expand-progress)
	);
	max-width: 100%;
	overflow: hidden;
	border-radius: var(--print-card-radius) var(--print-card-radius) 0 0;
	clip-path: inset(
		0 0 calc(var(--print-curtain-progress) * 100%) 0
		round var(--print-card-radius) var(--print-card-radius) 0 0
	);
	transform: translate3d(
		0,
		calc(-1 * var(--print-curtain-lift) * var(--print-curtain-progress) - var(--print-pin-offset)),
		0
	);
	will-change: clip-path, transform, opacity;
}

.print-tech-inner {
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.print-tech-copy {
	display: flex;
	flex-direction: column;
	gap: 22px;
	width: min(960px, calc(100% - 2 * var(--print-card-padding)));
	margin-left: auto;
	margin-right: auto;
}

.print-tech-media {
	margin: 12px calc(-1 * var(--print-card-padding)) 0;
	position: relative;
	overflow: hidden;
	transform: translate3d(0, var(--print-media-offset, 0px), 0);
	will-change: transform;
}

.print-tech-media.is-pinned {
	position: sticky;
	top: 0;
}

.print-tech-media img {
	display: block;
	width: 100vw;
	min-width: 100vw;
	max-width: none;
	height: auto;
	object-fit: cover;
	position: relative;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
}

.print-highlights-shell {
	position: relative;
	z-index: 1;
	padding: 0 var(--page-gutter) 48px;
}

.print-highlights-card {
	max-width: var(--content-max);
	margin: 0 auto;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0 6px;
}

.print-highlights-card h3 {
	margin: 0 0 10px 0;
	color: var(--color-slate-900);
}

.print-highlights-list {
	margin: 0;
	padding-left: 18px;
	color: var(--color-slate-700);
	display: grid;
	gap: 6px;
	list-style: disc;
}

.conversion-shell {
	padding: 28px var(--page-gutter) 88px;
}

.conversion-grid {
	max-width: var(--content-max);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 28px;
	row-gap: 34px;
}

.conversion-shell .conversion-grid {
	row-gap: 64px;
}

@media (max-width: 1024px) {
	.conversion-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.conversion-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

.conversion-card {
	background: #fff;
	border: 1px solid var(--color-slate-100);
	border-radius: var(--radius-2xl);
	box-shadow: var(--shadow-soft);
	padding: clamp(22px, 3vw, 32px);
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
}

.conversion-shell .conversion-card {
	gap: 6px;
}

.conversion-shell .conversion-card--lamination,
.conversion-shell .conversion-card--prepress,
.conversion-shell .conversion-card--printing {
	padding-bottom: clamp(10px, 1.6vw, 18px);
}

.conversion-title {
	margin: 0;
	color: var(--color-slate-900);
}

.conversion-subtitle {
	margin: 0;
	color: var(--color-slate-700);
	font-weight: 600;
}

.conversion-list {
	margin: 4px 0 0;
	padding-left: 18px;
	list-style: disc;
	display: grid;
	gap: 6px;
	color: var(--color-slate-800);
}

.conversion-shell .conversion-list {
	gap: 4px;
}

.extrusion-shell {
	padding: 20px var(--page-gutter) 68px;
}

.extrusion-inner {
	max-width: var(--content-max);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 18px;
	align-items: stretch;
}

.extrusion-copy {
	display: grid;
	gap: 6px;
	max-width: 840px;
}

.extrusion-title {
	margin: 0;
	color: var(--color-slate-900);
}

.extrusion-subtitle {
	margin: 0;
	color: var(--color-slate-700);
	font-weight: 600;
}

.extrusion-media {
	border-radius: var(--radius-3xl);
	overflow: hidden;
	box-shadow: var(--shadow-soft);
}

.extrusion-media img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.product-cards-shell {
	padding: 56px var(--page-gutter) 120px;
}

.product-cards-header {
	max-width: var(--content-max);
	margin: 0 auto 14px;
}

.product-cards-title {
	margin: 0;
	color: var(--color-slate-900);
}

.product-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: clamp(14px, 3vw, 20px);
	text-decoration: none;
	color: inherit;
}

.product-cards-grid {
	column-gap: 16px;
	row-gap: 64px;
}

.product-card-media {
	border-radius: var(--radius-2xl);
	overflow: hidden;
	background: #f8fafc;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.product-card-body {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 8px;
}

.product-card-title {
	margin: 0;
	color: var(--color-slate-900);
}

.product-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: transparent;
	box-shadow: none;
}

.product-card-icon img {
	width: 18px;
	height: 18px;
	display: block;
}

.print-tech-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	pointer-events: none;
	overflow: hidden;
}

.print-tech-overlay.is-fixed {
	position: fixed;
	inset: 0;
	z-index: 5;
}

.print-tech-overlay-text {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate3d(-50%, var(--print-overlay-shift, 100vh), 0);
	margin: 0;
	padding: 12px 20px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.82);
	color: #fff;
	box-shadow: var(--shadow-strong);
	text-align: center;
	line-height: 1.2;
}

.print-title {
	margin: 0;
	color: var(--color-slate-900);
}

.print-highlight {
	color: #6d28d9;
	background-image: linear-gradient(110deg, #7c3aed 0%, #38bdf8 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-decoration: none;
}

.print-subtitle {
	margin: 0;
	color: var(--color-slate-700);
	font-weight: 500;
}

@media (max-width: 768px) {
	.print-tech-card {
		--print-card-padding: 20px;
		padding: var(--print-card-padding);
	}

	.print-tech-shell {
		--print-curtain-lift: clamp(16px, 8vw, 88px);
	}

	.print-tech-inner {
		gap: 20px;
	}

	.print-tech-copy {
		margin-left: 0;
		margin-right: 0;
	}
}

.button-secondary.hero-cta-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 18px;
	border-radius: 999px;
	border: 1px solid var(--color-accent);
	color: var(--color-accent);
	text-decoration: none;
	background: #fff;
	box-shadow: var(--shadow-soft);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.button-secondary.hero-cta-secondary:hover {
	transform: translateY(-1px);
	box-shadow: var(--shadow-strong);
	border-color: var(--color-accent-strong);
	background: var(--color-accent-soft);
}

@media (max-width: 768px) {
	.home-hero .hero-header {
		max-width: 100%;
	}

	.home-hero .hero-inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.hero-media {
		width: 100%;
		justify-content: center;
	}

	.hero-media img {
		width: 100%;
		max-width: 520px;
	}

	.hero-actions {
		flex-direction: column;
		align-items: flex-start;
	}
}

.hero-cards {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

@media (min-width: 768px) {
	.hero-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px;
	}
}

.hero-card {
	position: relative;
	background: #fff;
	border-radius: var(--radius-3xl);
	padding: 40px;
	border: 1px solid var(--color-slate-100);
	box-shadow: var(--shadow-soft);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
	isolation: isolate;
}

.hero-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-strong);
}

.hero-card .card-icon {
	display: inline-flex;
	padding: 16px;
	border-radius: 18px;
	background: var(--color-blue-100);
	color: var(--color-blue-600);
	margin-bottom: 22px;
	transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.hero-card svg {
	width: 32px;
	height: 32px;
	fill: currentColor;
}

.hero-card .icon-sparkles {
	display: block;
	width: 32px;
	height: 32px;
	background: currentColor;
	-webkit-mask: url('assets/icons/Outline/sparkles.svg') center/contain no-repeat;
	mask: url('assets/icons/Outline/sparkles.svg') center/contain no-repeat;
}

.card-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	z-index: 1;
}

.muted {
	color: var(--color-slate-600);
}

.card-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--color-blue-600);
	font-weight: 600;
	text-decoration: none;
	transition: gap 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.card-cta svg {
	width: 20px;
	height: 20px;
}

.card-cta:hover {
	gap: 12px;
	transform: translateX(2px);
}

.card-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(31, 79, 255, 0.08), rgba(255, 255, 255, 0));
	opacity: 0;
	transition: opacity 0.35s ease;
	z-index: 0;
}

.hero-card:hover .card-overlay {
	opacity: 1;
}

.card-blob {
	content: '';
	position: absolute;
	right: -32px;
	bottom: -32px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: var(--color-blue-100);
	opacity: 0.25;
	transform: scale(1);
	transition: transform 0.35s ease, opacity 0.35s ease;
	z-index: 0;
}

.hero-card:hover .card-blob {
	transform: scale(1.4);
	opacity: 0.35;
}

.hero-card.is-clickable {
	cursor: pointer;
}

.hero-card.is-clickable:focus-visible {
	outline: 2px solid var(--color-blue-200);
	outline-offset: 4px;
}

.hero-card:hover.card-blue .card-icon {
	background: var(--color-blue-200);
	color: var(--color-blue-700);
	transform: translateY(-1px);
}

.hero-card:hover.card-purple .card-icon {
	background: var(--color-purple-200);
	color: var(--color-purple-700);
	transform: translateY(-1px);
}

.hero-card:hover.card-purple .card-cta {
	color: var(--color-purple-700);
}

.hero-card:hover .card-cta {
	color: var(--color-blue-700);
}

.hero-card .body-1 {
	line-height: 1.45;
}

.card-purple .card-icon {
	background: var(--color-purple-100);
	color: var(--color-purple-700);
}

.card-purple .card-cta {
	color: var(--color-purple-600);
}

.card-purple .card-blob {
	background: var(--color-purple-100);
}

.card-purple .card-overlay {
	background: linear-gradient(135deg, rgba(105, 71, 255, 0.08), rgba(255, 255, 255, 0));
}

.card-blue {
	border-color: var(--color-blue-50);
}

.card-purple {
	border-color: var(--color-purple-50);
}

.hero-card:hover.card-blue {
	border-color: var(--color-blue-200);
}

.hero-card:hover.card-purple {
	border-color: var(--color-purple-200);
}

/* Trust bar */
.trust-bar {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	margin-top: 72px;
}

.trust-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 32px;
	opacity: 1;
	color: var(--color-slate-400);
}

.trust-logo {
	font-size: 18px;
	font-weight: 600;
}

/* Utility: keep paragraphs clean inside content */
.content p {
	margin-bottom: 12px;
}

.home-blank {
	min-height: 40vh;
}

/* Footer */
.site-footer {
	padding: 0;
}

.footer-panel {
	position: relative;
	background: var(--color-footer-bg);
	color: #fff;
	overflow: hidden;
	padding: 80px 16px 72px;
}

.footer-content {
	max-width: var(--content-max);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.footer-top {
	display: grid;
	grid-template-columns: 1fr 280px;
	align-items: start;
	gap: 32px;
}

.footer-cert {
	display: flex;
	flex-direction: column;
	gap: 13px;
	color: #fff;
}

.footer-cert .heading-3 {
	color: #fff;
	margin: 0;
}

.footer-cert img {
	max-width: 160px;
	height: auto;
}

.footer-separator {
	height: 1px;
	background: rgba(255, 255, 255, 0.7);
	width: 100%;
}

.footer-links {
	display: grid;
	grid-template-columns: repeat(3, auto);
	justify-content: flex-start;
	column-gap: 28px;
	row-gap: 12px;
	flex: 1 1 auto;
}

.footer-links .footer-col:last-child {
	margin-left: 32px;
}

.footer-col h3 {
	margin: 0 0 10px 0;
	color: #fff;
}

.footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer-col a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
}

.footer-col a:hover {
	text-decoration: underline;
}

.footer-contact {
	text-align: right;
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: #fff;
	align-items: flex-end;
	flex: 0 0 auto;
	margin-top: 0;
}

.footer-contact h4 {
	margin: 0;
	color: #fff;
}

.footer-contact ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-contact a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
}

.footer-contact a:hover {
	text-decoration: underline;
}

.footer-contact .contact-cta {
	text-decoration: underline;
}

.footer-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	color: #fff;
	margin-top: 74px;
}

.footer-bottom__brand {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer-bottom__social {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
}

.footer-linkedin {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
}

.footer-linkedin img {
	width: 100%;
	height: auto;
	display: block;
}

.footer-denuncia {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
}

.footer-logo {
	width: 121.5px;
	height: auto;
}

.footer-copy {
	margin: 0;
	color: #fff;
	line-height: 1.4;
}

@media (max-width: 768px) {
	.footer-panel {
		padding: 120px 16px 64px;
	}

	.footer-links {
		grid-template-columns: 1fr;
	}

	.footer-top {
		grid-template-columns: 1fr;
	}

	.footer-links .footer-col:last-child {
		margin-left: 0;
	}

	.footer-contact {
		text-align: left;
		align-items: flex-start;
	}

	.footer-bottom {
		margin-top: 24px;
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-bottom__social {
		align-items: flex-start;
	}
}

/* Productos */
.products-shell {
	max-width: 1200px;
	margin: 0 auto;
	padding: 48px 16px 88px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.products-header .products-title {
	margin: 0;
	color: var(--color-slate-900);
}

.products-header {
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	align-items: end;
	gap: 12px 28px;
}

.products-header .product-tablist {
	margin: 0;
	width: 48%;
	justify-self: start;
	align-self: end;
}

@media (max-width: 768px) {
	.products-header {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.products-header .products-title {
		order: 1;
	}

	.products-header .product-tablist {
		order: 2;
		width: 100%;
	}
}

.products-grid {
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	gap: 20px 28px;
	align-items: start;
}

@media (max-width: 768px) {
	.products-grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
	}

	.product-visual {
		order: 1;
	}

	.product-info {
		order: 2;
	}
}

.product-visual {
	background: #fff;
	border-radius: 26px;
	padding: 28px;
	box-shadow: var(--shadow-soft);
	position: relative;
}

.product-canvas {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-image {
	background: #fff;
	border-radius: 18px;
	padding: 16px;
	width: min(520px, 100%);
	box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.04);
}

.product-image-inner {
	background: linear-gradient(180deg, #fdfefe 0%, #f1f5f9 100%);
	border-radius: 18px;
	padding: 40px 32px;
	display: grid;
	place-items: center;
	min-height: 420px;
}

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

.product-bag-placeholder {
	width: min(320px, 70vw);
	aspect-ratio: 3 / 4;
	background: linear-gradient(180deg, #e8eef5 0%, #dfe6ed 100%);
	border-radius: 22px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.product-bag-mark,
.product-bag-mark.secondary {
	position: absolute;
	inset: 18%;
	background: linear-gradient(135deg, #94c11f 0%, #6ca209 100%);
	border-radius: 16px;
	opacity: 0.92;
}

.product-bag-mark.secondary {
	inset: 32%;
	background: linear-gradient(135deg, #94c11f 0%, #c0d921 100%);
	opacity: 0.75;
	filter: blur(6px);
}

/* Información para clientes */
.info-clientes-shell {
	max-width: var(--content-max);
	margin: 0 auto;
	padding: 48px 16px 72px;
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.info-hero {
	background: linear-gradient(135deg, #f0f5ff, #e8ecf8);
	border-radius: 22px;
	padding: 32px 28px;
	box-shadow: var(--shadow-soft);
}

.info-hero-title {
	margin: 8px 0;
	font-size: clamp(26px, 3vw, 34px);
	color: var(--color-slate-900);
}

.info-hero-lead {
	margin: 0;
	color: var(--color-slate-600);
	font-size: 16px;
	line-height: 1.6;
}

.info-section {
	background: #fff;
	border-radius: 20px;
	padding: 24px 20px;
	box-shadow: var(--shadow-soft);
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.info-section-head h2 {
	margin: 0;
	color: var(--color-slate-900);
}

.info-steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
}

.info-step {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 12px;
	align-items: start;
	padding: 22px 12px 14px;
	border: 1px solid var(--color-slate-100);
	border-radius: 16px;
	background: #f9fbff;
}

.info-step-number {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: linear-gradient(135deg, #032b77, #021d55);
	border: 1px solid rgba(0, 0, 0, 0.08);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	box-shadow: 0 10px 24px rgba(3, 43, 119, 0.18);
}

.info-step-body h3 {
	margin: 0 0 6px 0;
}

.info-step-body p {
	margin: 0;
	color: var(--color-slate-600);
}

.info-changes-body p {
	margin: 0 0 10px 0;
	color: var(--color-slate-700);
}

.info-cta-wrap {
	margin-top: 8px;
}

.info-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
}

.info-faq-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.info-faq-item {
	border: 1px solid var(--color-slate-100);
	border-radius: 14px;
	background: #f9fbff;
	padding: 12px 14px;
}

.info-faq-item[open] .info-faq-icon {
	transform: rotate(45deg);
}

.info-faq-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	cursor: pointer;
	list-style: none;
}

.info-faq-item summary::-webkit-details-marker {
	display: none;
}

.info-faq-question {
	font-weight: 700;
	color: var(--color-slate-900);
}

.info-faq-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 8px;
	background: var(--color-night-alt);
	color: #fff;
	font-weight: 800;
	transition: transform 0.2s ease;
}

.info-faq-answer {
	margin-top: 10px;
	color: var(--color-slate-700);
}

.info-map {
	gap: 14px;
}

.info-map-address {
	margin: 4px 0 0 0;
	color: var(--color-slate-700);
	white-space: pre-line;
}

.info-map-frame {
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: var(--shadow-soft);
}

.info-map-frame iframe {
	width: 100%;
	min-height: 360px;
	display: block;
}

.info-map-link {
	margin-top: 8px;
}

.info-map-link a {
	color: var(--color-blue-700);
	text-decoration: underline;
	text-decoration-color: var(--color-blue-300);
	text-decoration-thickness: 0.12em;
	text-underline-offset: 4px;
	font-weight: 600;
}

.info-map-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 6px;
}

.home-map-shell .info-map-links {
	flex-wrap: nowrap;
	justify-content: center;
	gap: 12px;
	white-space: nowrap;
	font-size: 13px;
}

.home-map-shell .info-map-link {
	text-align: center;
}

.home-map-shell .info-map-link a,
.home-map-shell .info-map-btn {
	white-space: nowrap;
}

.info-map-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 12px;
	background: var(--color-slate-900);
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	box-shadow: var(--shadow-soft);
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.info-map-btn:hover {
	transform: translateY(-1px);
	box-shadow: var(--shadow-strong);
	background: #0b1224;
}

.home-map-shell .info-map-btn {
	background: transparent;
	color: var(--color-blue-700);
	text-decoration: underline;
	text-decoration-color: var(--color-blue-300);
	text-decoration-thickness: 0.12em;
	text-underline-offset: 4px;
	box-shadow: none;
	padding: 0;
	font-weight: 600;
}

.home-map-shell .info-map-btn:hover {
	transform: none;
	box-shadow: none;
	background: transparent;
	text-decoration-thickness: 0.18em;
}

@media (max-width: 768px) {
	.info-clientes-shell {
		padding: 32px 14px 60px;
	}

	.info-hero {
		padding: 24px 18px;
	}

	.info-map-frame iframe {
		min-height: 280px;
	}
}

/* Nosotros */
.about-shell {
	max-width: var(--content-max);
	margin: 0 auto;
	padding: 48px 16px 80px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.about-section {
	background: #fff;
	border-radius: 20px;
	padding: 26px 24px;
	box-shadow: var(--shadow-soft);
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.about-section-head h2 {
	margin: 0;
	color: var(--color-slate-900);
}

.about-mission-vision {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 18px;
}

.about-card {
	background: #fff;
	border-radius: 20px;
	padding: 24px;
	box-shadow: var(--shadow-soft);
	border: 1px solid var(--color-slate-100);
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.about-card--mission {
	background: linear-gradient(135deg, #ffffff, #f8fafc);
}

.about-card--vision {
	background: linear-gradient(135deg, #f0f5ff, #ffffff);
	border-color: var(--color-blue-100);
}

.about-card__body p {
	margin: 0 0 10px 0;
	color: var(--color-slate-700);
}

.about-card__body p:last-child {
	margin-bottom: 0;
}

.about-timeline {
	gap: 18px;
	background: #fff;
	border: 1px solid #e5e7eb;
	box-shadow: none;
}

.about-timeline .about-section-head {
	margin-bottom: 2px;
}

.about-timeline__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 46%);
	gap: 26px;
	align-items: stretch;
}

.about-timeline__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	min-height: 300px;
}

.about-timeline__arrow {
	width: 34px;
	height: 34px;
	border-radius: 999px;
	border: 1px solid rgba(15, 23, 42, 0.22);
	background: #fff;
	color: var(--color-slate-900);
	box-shadow: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 22px;
	line-height: 1;
	transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.about-timeline__arrow:hover {
	transform: translateY(-1px);
	background: #f8fafc;
	border-color: rgba(15, 23, 42, 0.24);
}

.about-timeline__arrow:focus-visible {
	outline: 2px solid var(--color-blue-200);
	outline-offset: 2px;
}

.about-timeline__nav-wrap {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
}

.about-timeline__nav {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(62px, 1fr));
	gap: 6px;
	position: relative;
	padding: 16px 6px 2px;
}

.about-timeline__nav::before {
	content: "";
	position: absolute;
	left: 12px;
	right: 12px;
	top: 20px;
	height: 2px;
	background: #d1d5db;
}

.about-timeline__tab {
	background: none;
	border: none;
	text-align: center;
	padding: 0;
	display: grid;
	gap: 7px;
	cursor: pointer;
	color: var(--color-slate-700);
	font: inherit;
	position: relative;
	justify-items: center;
}

.about-timeline__tab:focus {
	outline: 2px solid var(--color-blue-200);
	outline-offset: 4px;
	border-radius: 12px;
}

.about-timeline__dot {
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: #9ca3af;
	border: 1px solid #f2f2f2;
	box-shadow: none;
}

.about-timeline__tab.is-active .about-timeline__dot {
	background: #111827;
	box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.1);
}

.about-timeline__tab.is-active {
	color: #111827;
}

.about-timeline__label {
	font-weight: 500;
	line-height: 1;
}

.about-timeline__year {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	color: #9ca3af;
}

.about-timeline__tab.is-active .about-timeline__year {
	color: #111827;
}

.about-timeline__panels {
	background: transparent;
	border-radius: 0;
	padding: 0;
	border: 0;
	min-height: 0;
}

.about-timeline__panel {
	display: block;
	color: var(--color-slate-700);
	text-align: center;
	max-width: 620px;
	margin: 0 auto;
}

.about-timeline__panel-year {
	margin: 0;
	font-size: clamp(44px, 8vw, 56px);
	font-weight: 700;
	line-height: 1;
	color: #202020;
}

.about-timeline__panel-title {
	margin: 8px 0 0;
	font-size: clamp(18px, 2.2vw, 22px);
	font-weight: 600;
	color: #2f2f2f;
}

.about-timeline__panel-desc {
	margin: 10px auto 0;
	max-width: 560px;
	font-size: 14px;
	line-height: 1.45;
	color: #4b5563;
}

.about-timeline__visual {
	margin: 0;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #d1d5db;
	background: #fff;
	transform: translateY(-12px);
}

.about-timeline__visual img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 0;
	object-fit: contain;
}

.about-timeline__visual .about-timeline__visual-item {
	display: none;
}

.about-timeline__visual .about-timeline__visual-item.is-active {
	display: block;
}

.about-timeline[data-timeline-ready='true'] .about-timeline__panel {
	display: none;
}

.about-timeline[data-timeline-ready='true'] .about-timeline__panel.is-active {
	display: block;
	animation: aboutFade 0.3s ease;
}

.about-plant {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.7fr);
	gap: 20px;
	align-items: center;
	background: linear-gradient(135deg, #f0f5ff, #ffffff);
	border: 1px solid var(--color-blue-100);
}

.about-plant__body p {
	margin: 0 0 10px;
	color: var(--color-slate-700);
}

.about-plant__body p:last-child {
	margin-bottom: 0;
}

.about-plant__stat {
	background: linear-gradient(135deg, #032b77, #021d55);
	color: #fff;
	border-radius: 18px;
	padding: 22px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: flex-start;
	box-shadow: var(--shadow-soft);
}

.about-plant__value {
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 700;
}

.about-plant__label {
	font-size: 13px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	opacity: 0.8;
}

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

.about-media__item {
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--color-slate-100);
	box-shadow: var(--shadow-soft);
}

.about-media__trigger {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}

.about-media__item img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	aspect-ratio: 4 / 3;
}

.about-gallery-open {
	overflow: hidden;
}

.about-gallery-modal[hidden] {
	display: none;
}

.about-gallery-modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
}

.about-gallery-modal__backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(2, 6, 23, 0.82);
	cursor: zoom-out;
}

.about-gallery-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(1100px, calc(100vw - 32px));
	margin: min(40px, 4vh) auto;
	background: #fff;
	border-radius: 18px;
	padding: 16px;
	box-shadow: var(--shadow-strong);
}

.about-gallery-modal__close {
	position: absolute;
	top: 8px;
	right: 10px;
	border: 0;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	color: var(--color-slate-700);
	cursor: pointer;
}

.about-gallery-modal__stage {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
}

.about-gallery-modal__main {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	height: min(70vh, 760px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-gallery-modal__main img {
	display: block;
	width: auto;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.about-gallery-modal__nav {
	width: 36px;
	height: 36px;
	border-radius: 999px;
	border: 1px solid rgba(15, 23, 42, 0.2);
	background: #fff;
	color: var(--color-slate-900);
	font-size: 24px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.about-gallery-modal__thumbs {
	margin-top: 12px;
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding-bottom: 2px;
}

.about-gallery-modal__thumb {
	flex: 0 0 auto;
	width: 74px;
	height: 56px;
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
	border: 2px solid transparent;
	background: #fff;
	cursor: pointer;
}

.about-gallery-modal__thumb.is-active {
	border-color: var(--color-blue-500);
}

.about-gallery-modal__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@keyframes aboutFade {
	from {
		opacity: 0;
		transform: translateY(6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 768px) {
	.about-shell {
		padding: 32px 14px 64px;
	}

	.about-timeline__layout {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.about-timeline__nav-wrap {
		grid-template-columns: auto minmax(0, 1fr) auto;
		align-items: center;
	}

	.about-timeline__nav {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		padding: 16px 8px 4px;
		scroll-snap-type: x proximity;
	}

	.about-timeline__tab {
		min-width: 66px;
		flex: 0 0 auto;
		scroll-snap-align: center;
	}

	.about-timeline__nav::before {
		left: 10px;
		right: 10px;
	}

	.about-timeline__visual img {
		min-height: 220px;
	}

	.about-plant {
		grid-template-columns: 1fr;
	}

	.about-plant__stat {
		align-items: center;
		text-align: center;
	}

	.about-gallery-modal__dialog {
		width: calc(100vw - 20px);
		margin: 10px auto;
		padding: 12px;
	}

	.about-gallery-modal__main {
		height: 58vh;
	}
}

.product-nav {
	width: 38px;
	height: 38px;
	border-radius: 999px;
	border: 1px solid rgba(15, 23, 42, 0.15);
	background: #fff;
	color: var(--color-slate-900);
	box-shadow: var(--shadow-soft);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.product-nav:hover {
	transform: translateY(-1px);
	box-shadow: var(--shadow-strong);
	border-color: rgba(15, 23, 42, 0.22);
}

.product-nav-prev {
	position: absolute;
	left: -6px;
}

.product-nav-next {
	position: absolute;
	right: -6px;
}

.product-dots {
	margin-top: 12px;
	display: flex;
	gap: 6px;
	justify-content: center;
}

.product-dots-inner {
	display: flex;
	gap: 6px;
	justify-content: center;
	width: 100%;
}

.product-dots .dot {
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: var(--color-slate-200);
	display: inline-block;
}

.product-dots .dot.is-active {
	width: 12px;
	background: var(--color-slate-700);
}

.product-info {
	background: transparent;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-self: start;
}

.product-tablist {
	display: inline-flex;
	background: #fff;
	border-radius: 999px;
	padding: 4px;
	gap: 4px;
	align-self: flex-start;
	margin-bottom: 0;
	box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06), 0 6px 16px rgba(15, 23, 42, 0.05);
}

.product-tab {
	border: none;
	background: transparent;
	padding: 10px 0;
	border-radius: 999px;
	font-weight: 600;
	color: var(--color-slate-700);
	cursor: pointer;
	transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
	flex: 1 1 50%;
	text-align: center;
}

.product-tab.is-active {
	background: var(--color-slate-900);
	color: #fff;
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.18);
}

.product-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.product-item {
	background: #fff;
	border-radius: 12px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	padding: 10px 12px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
	min-height: 52px;
}

.product-item.is-open {
	background: #fff;
	border-color: transparent;
}

.product-item-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 32px;
}

.product-item-title {
	display: flex;
	align-items: center;
	gap: 10px;
}

.product-item-icon {
	width: 32px;
	height: 32px;
	border-radius: 10px;
	background: rgba(15, 23, 42, 0.06);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--color-slate-900);
}

.product-item .heading-4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.01em;
	text-transform: none;
}

.product-plus {
	border: 1px solid rgba(15, 23, 42, 0.1);
	background: #fff;
	border-radius: 999px;
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.product-plus:hover {
	transform: translateY(-1px);
	box-shadow: var(--shadow-soft);
	border-color: rgba(15, 23, 42, 0.2);
}

.product-plus.is-open {
	background: #e8ebf3;
	border-color: transparent;
	box-shadow: none;
}

.product-body {
	margin-top: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: var(--color-slate-800);
	font-size: 15px;
	line-height: 1.6;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.28s ease, opacity 0.22s ease;
}

.product-item.is-open .product-body {
	margin-top: 12px;
	padding-left: 42px;
	padding-right: 42px;
	max-height: 1400px;
	opacity: 1;
}

.product-body strong {
	color: var(--color-slate-900);
}

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

	.product-visual {
		order: 1;
	}

	.product-info {
		order: 2;
	}
}

@media (max-width: 640px) {
	.product-canvas {
		min-height: 380px;
	}

	.product-image-inner {
		min-height: 320px;
	}

	.products-shell {
		padding: 32px 16px 72px;
	}
}
