/**
 * AC Digital - Sitio antiguo convertido (template-acd-old-site.php)
 * Réplica del diseño React/Tailwind original - Responsive
 */

/* Ocultar cabecera del tema cuando se usa esta plantilla */
body.acd-using-old-site header:not(.acd-old__header) {
	display: none !important;
}

/* Evitar scroll horizontal y que el contenido se adapte al ancho de pantalla */
body.acd-using-old-site {
	overflow-x: hidden;
}
.acd-old {
	font-family: 'Inter', sans-serif;
	font-size: clamp(15px, 2vw, 16px);
	color: #0f172a;
	background: #fff;
	width: 100%;
	max-width: 100vw;
	overflow-x: hidden;
}

.acd-old__container {
	max-width: min(1200px, 100%);
	margin: 0 auto;
	padding: 0 clamp(1rem, 4vw, 1.5rem);
	width: 100%;
	box-sizing: border-box;
}

/* Variables del diseño original */
.acd-old .bg-gradient-ac,
.acd-old__btn--primary,
.acd-old__logo-icon,
.acd-old__cta-nav,
.acd-old__package,
.acd-old__process-num,
.acd-old__cta-box {
	background: linear-gradient(135deg, #3D0075 0%, #6A00FF 100%);
}

/* ============================================
   HEADER - Estructura SaaS: [LOGO] menú [CTA]
   Altura 70–90px, logo máx 50px, flexbox alineado
   Especificidad alta para que aplique sobre otros estilos
   ============================================ */
body.acd-using-old-site .acd-old .acd-old__header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	height: 80px !important;
	min-height: 72px !important;
	max-height: 90px !important;
	display: flex !important;
	align-items: center !important;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(12px);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	padding: 0 0;
	padding-left: max(1rem, env(safe-area-inset-left));
	padding-right: max(1rem, env(safe-area-inset-right));
	width: 100%;
	box-sizing: border-box;
}

body.admin-bar.acd-using-old-site .acd-old .acd-old__header {
	top: 32px;
}

@media (min-width: 783px) {
	body.admin-bar.acd-using-old-site .acd-old .acd-old__header {
		top: 32px;
	}
}

@media (max-width: 782px) {
	body.admin-bar.acd-using-old-site .acd-old .acd-old__header {
		top: 46px;
	}
}

/* Contenedor flex: logo | nav | CTA en una línea (desktop) */
body.acd-using-old-site .acd-old .acd-old__header-inner {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	flex-wrap: nowrap !important;
	width: 100%;
	max-width: min(1200px, 100%);
	margin: 0 auto;
	padding: 0 1.25rem;
	gap: 2rem;
	min-width: 0;
	box-sizing: border-box;
}

/* Logo: tamaño limitado, no se sale del header */
body.acd-using-old-site .acd-old .acd-old__logo {
	display: flex !important;
	align-items: center !important;
	flex-shrink: 0 !important;
	height: 50px !important;
	max-height: 50px !important;
	text-decoration: none;
	color: #3D0075;
}

body.acd-using-old-site .acd-old .acd-old__logo-img {
	height: 100% !important;
	max-height: 50px !important;
	width: auto !important;
	max-width: 140px !important;
	object-fit: contain !important;
	object-position: left center;
	display: block;
	vertical-align: middle;
}

.acd-old__logo-icon {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	font-size: 1.25rem;
}

.acd-old__logo-text {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

/* Menú: una sola línea en desktop, alineado al centro vertical */
body.acd-using-old-site .acd-old .acd-old__nav {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 1.75rem;
	flex-shrink: 1;
	min-width: 0;
}

body.acd-using-old-site .acd-old .acd-old__nav a {
	color: #475569;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	white-space: nowrap;
}

body.acd-using-old-site .acd-old .acd-old__nav a:hover {
	color: #3D0075;
}

/* Botón CTA: alineado con logo y menú */
body.acd-using-old-site .acd-old .acd-old__cta-nav {
	padding: 0.5rem 1.25rem;
	background: linear-gradient(135deg, #3D0075 0%, #6A00FF 100%);
	color: #fff !important;
	border-radius: 9999px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 10px 25px rgba(61, 0, 117, 0.2);
	flex-shrink: 0;
	white-space: nowrap;
}

/* Hero - padding superior compensa header 80px */
.acd-old__hero {
	padding: clamp(5rem, 10vw, 7.5rem) clamp(1rem, 4vw, 1.5rem) clamp(3rem, 8vw, 5rem);
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

body.admin-bar .acd-old__hero {
	padding-top: clamp(6rem, 14vw, 9rem);
}

@media (max-width: 782px) {
	body.admin-bar .acd-old__hero {
		padding-top: clamp(5.5rem, 12vw, 8.5rem);
	}
}

.acd-old__hero::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: min(50%, 100vw);
	max-width: 50%;
	height: 100%;
	background: rgba(245,245,247,0.5);
	border-radius: 0 0 0 100px;
	z-index: -1;
}

@media (min-width: 1024px) {
	.acd-old__hero-inner {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 3rem;
		align-items: center;
	}
}

.acd-old__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.25rem 0.75rem;
	border-radius: 9999px;
	background: rgba(61,0,117,0.1);
	color: #3D0075;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 1.5rem;
}

.acd-old__hero-title {
	font-size: clamp(1.75rem, 4vw, 3.75rem);
	font-weight: 700;
	line-height: 1.1;
	color: #0f172a;
	margin: 0 0 1.5rem;
}

.acd-old__gradient-text {
	background: linear-gradient(135deg, #3D0075 0%, #6A00FF 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.acd-old__hero-desc {
	font-size: clamp(1rem, 2vw, 1.25rem);
	color: #475569;
	line-height: 1.6;
	margin: 0 0 2.5rem;
	max-width: min(36rem, 100%);
}

.acd-old__hero-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.acd-old__btn {
	display: inline-block;
	padding: 1rem 2rem;
	border-radius: 12px;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
	transition: transform 0.2s, opacity 0.2s;
}

.acd-old__btn--primary {
	background: linear-gradient(135deg, #3D0075 0%, #6A00FF 100%);
	color: #fff;
	box-shadow: 0 20px 40px rgba(61,0,117,0.25);
}

.acd-old__btn--primary:hover {
	transform: scale(1.02);
}

.acd-old__btn--secondary {
	background: #fff;
	color: #0f172a;
	border: 1px solid #e2e8f0;
}

.acd-old__btn--secondary:hover {
	background: #f8fafc;
}

.acd-old__btn--white {
	background: #fff;
	color: #3D0075;
}

.acd-old__btn--full { width: 100%; }

/* Hero mockup: contenedor e imagen */
.acd-old__hero-mockup {
	margin-top: 2rem;
	max-width: 100%;
}

@media (min-width: 1024px) {
	.acd-old__hero-mockup { margin-top: 0; }
}

.acd-old__hero-mockup-img-wrap {
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 20px 48px rgba(61, 0, 117, 0.12), 0 8px 24px rgba(0, 0, 0, 0.08);
	border: 1px solid #e5e7eb;
	background: #fff;
	line-height: 0;
}
.acd-old__hero-mockup-img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: middle;
}

/* ----- Mockup dashboard SaaS (simple y claro) ----- */
.acd-old__dashboard {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 20px 48px rgba(61, 0, 117, 0.14), 0 6px 20px rgba(0, 0, 0, 0.08);
	border: 1px solid #e5e7eb;
	overflow: hidden;
	max-width: 100%;
	min-width: 280px;
	box-sizing: border-box;
}

.acd-old__dashboard-chrome {
	height: 28px;
	background: #f3f4f6;
	border-bottom: 1px solid #e5e7eb;
	padding: 0 10px;
	display: flex !important;
	align-items: center;
	gap: 6px;
}
.acd-old__dashboard-chrome span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
}
.acd-old__dashboard-chrome span:nth-child(1) { background: #ef4444; }
.acd-old__dashboard-chrome span:nth-child(2) { background: #f59e0b; }
.acd-old__dashboard-chrome span:nth-child(3) { background: #22c55e; }

.acd-old__dashboard-topbar {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	padding: 10px 14px;
	background: #fafafa;
	border-bottom: 1px solid #e5e7eb;
	gap: 10px;
}
.acd-old__dashboard-search {
	flex: 1;
	max-width: 180px;
	height: 32px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	display: block;
}
.acd-old__dashboard-topbar-right {
	display: flex !important;
	align-items: center;
	gap: 8px;
}
.acd-old__dashboard-dot {
	width: 8px;
	height: 8px;
	background: #6A00FF;
	border-radius: 50%;
	display: inline-block;
}
.acd-old__dashboard-avatar {
	width: 28px;
	height: 28px;
	background: linear-gradient(135deg, #3D0075 0%, #6A00FF 100%);
	border-radius: 50%;
	display: inline-block;
}

.acd-old__dashboard-layout {
	display: flex !important;
	min-height: 200px;
}
.acd-old__dashboard-sidebar {
	width: 48px;
	flex-shrink: 0;
	background: #1e293b;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	padding: 12px 0;
	gap: 4px;
}
.acd-old__dashboard-nav-item {
	width: 28px;
	height: 28px;
	background: #334155;
	border-radius: 8px;
	display: block;
}
.acd-old__dashboard-nav-item--on {
	background: rgba(106, 0, 255, 0.4);
	box-shadow: 0 0 0 2px rgba(106, 0, 255, 0.3);
}

.acd-old__dashboard-main {
	flex: 1;
	min-width: 0;
	padding: 14px;
	background: #fff;
	display: block;
}
.acd-old__dashboard-cards {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-bottom: 12px;
}
.acd-old__dashboard-card {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 12px 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	display: block;
}
.acd-old__dashboard-card i {
	display: block;
	width: 24px;
	height: 24px;
	background: #e2e8f0;
	border-radius: 6px;
	margin-bottom: 8px;
}
.acd-old__dashboard-card b {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.2;
}
.acd-old__dashboard-card small {
	display: block;
	font-size: 11px;
	color: #64748b;
	margin-top: 2px;
}
.acd-old__dashboard-card--purple b {
	color: #3D0075;
}
.acd-old__dashboard-card--purple i {
	background: rgba(61, 0, 117, 0.2);
}

.acd-old__dashboard-chart {
	display: flex !important;
	align-items: flex-end;
	gap: 6px;
	height: 72px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 12px 14px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.acd-old__dashboard-chart-bar {
	flex: 1;
	min-width: 0;
	height: var(--h, 50%);
	min-height: 12px;
	background: linear-gradient(180deg, #6A00FF 0%, #3D0075 100%);
	border-radius: 6px 6px 0 0;
	display: block;
}

@media (max-width: 600px) {
	.acd-old__dashboard-cards {
		grid-template-columns: 1fr;
	}
	.acd-old__dashboard-sidebar {
		width: 40px;
	}
}

/* ========== Dashboard estilo SaaS (referencia imagen) ========== */
.acd-old__dashboard--saas { min-width: 320px; }
.acd-old__dashboard-topbar-saas {
	display: flex !important;
	align-items: center;
	gap: 1.5rem;
	padding: 10px 16px;
	background: #f1f5f9;
	border-bottom: 1px solid #e2e8f0;
}
.acd-old__dashboard-logo {
	font-size: 14px;
	font-weight: 800;
	color: #3D0075;
	letter-spacing: -0.02em;
}
.acd-old__dashboard-nav-top {
	display: flex !important;
	align-items: center;
	gap: 1rem;
}
.acd-old__dashboard-nav-top-item {
	font-size: 10px;
	font-weight: 600;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.acd-old__dashboard-nav-top-item--on {
	color: #3D0075;
	border-bottom: 2px solid #3D0075;
	padding-bottom: 2px;
}
.acd-old__dashboard-layout--saas {
	display: flex !important;
	min-height: 260px;
}
.acd-old__dashboard-sidebar-saas {
	width: 120px;
	flex-shrink: 0;
	background: #f8fafc;
	border-right: 1px solid #e2e8f0;
	padding: 12px 10px;
	display: flex !important;
	flex-direction: column;
	gap: 10px;
}
.acd-old__dashboard-user {
	display: flex !important;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}
.acd-old__dashboard-user-avatar {
	width: 28px;
	height: 28px;
	background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
	border-radius: 50%;
	display: inline-block;
}
.acd-old__dashboard-user-name {
	font-size: 10px;
	color: #475569;
	flex: 1;
	min-width: 0;
}
.acd-old__dashboard-user-gear {
	width: 12px;
	height: 12px;
	background: #cbd5e1;
	border-radius: 3px;
	display: inline-block;
}
.acd-old__dashboard-stats {
	display: flex !important;
	flex-direction: column;
	gap: 4px;
}
.acd-old__dashboard-stat {
	display: block;
}
.acd-old__dashboard-stat b {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #0f172a;
}
.acd-old__dashboard-stat small {
	font-size: 9px;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
.acd-old__dashboard-controls {
	display: flex !important;
	flex-direction: column;
	gap: 6px;
	margin-top: 4px;
}
.acd-old__dashboard-controls-title {
	font-size: 9px;
	font-weight: 700;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}
.acd-old__dashboard-toggle {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 4px;
	font-size: 10px;
	color: #475569;
}
.acd-old__dashboard-toggle-label { flex: 1; }
.acd-old__dashboard-toggle-pill {
	width: 24px;
	height: 12px;
	background: #e2e8f0;
	border-radius: 999px;
	display: inline-block;
}
.acd-old__dashboard-toggle-pill--on {
	background: #3D0075;
	box-shadow: inset 0 0 0 2px rgba(61,0,117,0.2);
}
.acd-old__dashboard-login {
	margin-top: auto;
	padding: 6px 12px;
	font-size: 10px;
	font-weight: 700;
	color: #3D0075;
	background: transparent;
	border: 1px solid #3D0075;
	border-radius: 8px;
	cursor: default;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.acd-old__dashboard-main-saas {
	flex: 1;
	min-width: 0;
	padding: 12px 14px;
	background: #fff;
	display: flex !important;
	flex-direction: column;
	gap: 10px;
}
.acd-old__dashboard-tabs {
	display: flex !important;
	gap: 12px;
}
.acd-old__dashboard-tab {
	font-size: 10px;
	font-weight: 600;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
.acd-old__dashboard-tab--on {
	color: #3D0075;
	border-bottom: 2px solid #3D0075;
	padding-bottom: 2px;
}
.acd-old__dashboard-metrics {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
.acd-old__dashboard-metric {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 10px 12px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
	display: block;
}
.acd-old__dashboard-metric b {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #0f172a;
}
.acd-old__dashboard-metric-change {
	font-size: 9px;
	font-weight: 600;
}
.acd-old__dashboard-metric-change--up { color: #16a34a; }
.acd-old__dashboard-metric-change--down { color: #dc2626; }
.acd-old__dashboard-minichart {
	display: flex !important;
	align-items: flex-end;
	gap: 2px;
	height: 24px;
	margin: 6px 0 4px;
}
.acd-old__dashboard-minichart span {
	flex: 1;
	min-width: 0;
	height: var(--minih, 40%);
	min-height: 4px;
	background: #3b82f6;
	border-radius: 2px 2px 0 0;
	display: block;
}
.acd-old__dashboard-minichart span:nth-child(1) { --minih: 30%; }
.acd-old__dashboard-minichart span:nth-child(2) { --minih: 45%; }
.acd-old__dashboard-minichart span:nth-child(3) { --minih: 35%; }
.acd-old__dashboard-minichart span:nth-child(4) { --minih: 55%; }
.acd-old__dashboard-minichart span:nth-child(5) { --minih: 50%; }
.acd-old__dashboard-minichart span:nth-child(6) { --minih: 60%; }
.acd-old__dashboard-minichart--down span { background: #f87171; }
.acd-old__dashboard-metric small {
	display: block;
	font-size: 9px;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
.acd-old__dashboard-year {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 12px 14px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.acd-old__dashboard-year-header {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.acd-old__dashboard-year-header span:first-child {
	font-size: 10px;
	font-weight: 700;
	color: #475569;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.acd-old__dashboard-select {
	font-size: 9px;
	font-weight: 600;
	color: #3D0075;
	border: 1px solid #3D0075;
	border-radius: 6px;
	padding: 4px 8px;
}
.acd-old__dashboard-barchart {
	display: flex !important;
	align-items: flex-end;
	gap: 4px;
	height: 48px;
}
.acd-old__dashboard-barchart span {
	flex: 1;
	min-width: 0;
	height: var(--h, 50%);
	min-height: 6px;
	background: linear-gradient(180deg, #6A00FF 0%, #3D0075 100%);
	border-radius: 4px 4px 0 0;
	display: block;
}
.acd-old__dashboard-barchart-labels {
	display: flex !important;
	justify-content: space-between;
	margin-top: 6px;
	font-size: 8px;
	color: #94a3b8;
}
.acd-old__dashboard-barchart-labels span { flex: 1; text-align: center; }
.acd-old__dashboard-comments {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 12px 14px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.acd-old__dashboard-comments-header {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.acd-old__dashboard-comments-header span:first-child {
	font-size: 10px;
	font-weight: 700;
	color: #475569;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.acd-old__dashboard-comment {
	display: flex !important;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 8px;
}
.acd-old__dashboard-comment:last-child { margin-bottom: 0; }
.acd-old__dashboard-comment-avatar {
	width: 24px;
	height: 24px;
	background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
	border-radius: 50%;
	flex-shrink: 0;
	display: inline-block;
}
.acd-old__dashboard-comment-bubble {
	font-size: 10px;
	color: #475569;
	line-height: 1.4;
	background: #f1f5f9;
	border-radius: 8px;
	padding: 6px 10px;
	display: block;
	flex: 1;
	min-width: 0;
}
@media (max-width: 700px) {
	.acd-old__dashboard-sidebar-saas { width: 90px; }
	.acd-old__dashboard-metrics { grid-template-columns: 1fr; }
}

/* Stats */
.acd-old__stats {
	padding: clamp(2rem, 6vw, 3rem) clamp(1rem, 4vw, 1.5rem);
	background: #fff;
	box-sizing: border-box;
}

.acd-old__stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
	gap: clamp(1rem, 3vw, 1.5rem);
}

.acd-old__stat {
	padding: 1.5rem;
	background: #fff;
	border-radius: 16px;
	border: 1px solid #f1f5f9;
	box-shadow: 0 1px 3px rgba(0,0,0,0.06);
	text-align: center;
}

@media (min-width: 768px) {
	.acd-old__stat { text-align: left; }
}

.acd-old__stat strong {
	display: block;
	font-size: 1.125rem;
	color: #0f172a;
	margin-bottom: 0.25rem;
}

.acd-old__stat span {
	font-size: 14px;
	color: #64748b;
}

/* Sections - padding fluido */
.acd-old__section {
	padding: clamp(3rem, 8vw, 5rem) clamp(1rem, 4vw, 1.5rem);
	box-sizing: border-box;
}

.acd-old__section--neutral,
#servicios.acd-old__section {
	background: #F5F5F7 !important;
}

.acd-old__section--dark {
	background: #0f172a;
	color: #fff;
	border-radius: 24px;
	overflow: visible;
	margin-left: max(1rem, env(safe-area-inset-left));
	margin-right: max(1rem, env(safe-area-inset-right));
	padding: 1.5rem 1.25rem;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.acd-old__section--dark {
		border-radius: 32px;
		margin-left: max(1.5rem, 5vw);
		margin-right: max(1.5rem, 5vw);
		padding: 2.5rem 2rem;
	}
}

/* Contenedor Soluciones: más espacio a la derecha para que quepan todos los cards */
.acd-old__section--dark .acd-old__container {
	padding-left: max(1rem, 4vw);
	padding-right: max(1.5rem, 6vw);
	max-width: min(1100px, 100%);
	margin-left: auto;
	margin-right: auto;
}

.acd-old__label {
	font-size: 0.8125rem;
	font-weight: 700;
	color: #3D0075;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	margin: 0 0 1rem;
}

.acd-old__section--dark .acd-old__label--light,
.acd-old__label--light {
	color: #c4b5fd;
}

.acd-old__section-title {
	font-size: clamp(1.875rem, 3.5vw, 2.5rem);
	font-weight: 800;
	color: #0f172a;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0 0 1.5rem;
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.acd-old__section-title--white {
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.acd-old__section-desc {
	font-size: 1.125rem;
	color: #334155;
	line-height: 1.6;
	text-align: center;
	max-width: 48rem;
	margin: 0 auto 3rem;
}

/* Services - grid y cards (alta especificidad para que no se pierdan) */
body.acd-using-old-site .acd-old .acd-old__services-grid,
.acd-old__services-grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
	gap: clamp(1rem, 4vw, 2rem);
}

body.acd-using-old-site .acd-old .acd-old__service-card,
.acd-old__service-card {
	display: flex !important;
	flex-direction: row;
	align-items: flex-start;
	gap: 1.25rem;
	padding: 2rem;
	background: #fff !important;
	border-radius: 16px;
	border: 1px solid #f1f5f9;
	box-shadow: 0 1px 3px rgba(0,0,0,0.06);
	transition: box-shadow 0.2s;
}

body.acd-using-old-site .acd-old .acd-old__service-card:hover,
.acd-old__service-card:hover {
	box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* Icono centrado en su cuadrado (grid + place-items) */
body.acd-using-old-site .acd-old .acd-old__service-icon,
.acd-old__service-icon {
	width: 52px;
	height: 52px;
	flex-shrink: 0;
	background: rgba(61,0,117,0.08);
	border-radius: 12px;
	display: grid !important;
	place-items: center !important;
	color: #3D0075;
	overflow: hidden;
}

body.acd-using-old-site .acd-old .acd-old__service-icon svg,
.acd-old__service-icon svg {
	width: 26px !important;
	height: 26px !important;
	max-width: 26px !important;
	max-height: 26px !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

.acd-old__service-body {
	flex: 1;
	min-width: 0;
}

.acd-old__service-card h3 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 0.5rem;
	line-height: 1.3;
}

.acd-old__service-card p {
	color: #475569;
	line-height: 1.6;
	margin: 0;
	font-size: 0.9375rem;
}

/* Infraestructura - grid y cards (misma especificidad que Servicios) */
body.acd-using-old-site .acd-old .acd-old__infra-grid,
.acd-old__infra-grid {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin-bottom: 4rem;
}

@media (min-width: 1024px) {
	body.acd-using-old-site .acd-old .acd-old__infra-grid,
	.acd-old__infra-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

body.acd-using-old-site .acd-old .acd-old__infra-card,
.acd-old__infra-card {
	display: flex !important;
	flex-direction: row;
	align-items: flex-start;
	gap: 1.25rem;
	padding: 2rem;
	background: #fff !important;
	border-radius: 16px;
	border: 1px solid #f1f5f9;
	box-shadow: 0 1px 3px rgba(0,0,0,0.06);
	transition: box-shadow 0.2s;
}

body.acd-using-old-site .acd-old .acd-old__infra-card:hover,
.acd-old__infra-card:hover {
	box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* Mismo centrado que .acd-old__service-icon */
body.acd-using-old-site .acd-old .acd-old__infra-icon,
.acd-old__infra-icon {
	width: 52px;
	height: 52px;
	flex-shrink: 0;
	background: rgba(61,0,117,0.08);
	border-radius: 12px;
	display: grid !important;
	place-items: center !important;
	color: #3D0075;
	overflow: hidden;
}

body.acd-using-old-site .acd-old .acd-old__infra-icon svg,
.acd-old__infra-icon svg {
	width: 26px !important;
	height: 26px !important;
	max-width: 26px !important;
	max-height: 26px !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

.acd-old__infra-body {
	flex: 1;
	min-width: 0;
}

.acd-old__infra-card h3 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 0.5rem;
}

.acd-old__infra-card p {
	color: #475569;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 1rem;
}

.acd-old__infra-details {
	font-size: 12px;
	color: #475569;
}

.acd-old__infra-details strong { color: #334155; }

.acd-old__subsection-title {
	text-align: center;
	font-size: 1.625rem;
	font-weight: 800;
	color: #0f172a;
	letter-spacing: -0.02em;
	margin: 0 0 2rem;
}

body.acd-using-old-site .acd-old .acd-old__packages,
.acd-old__packages {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
	gap: clamp(1rem, 4vw, 2rem);
	max-width: min(1280px, 100%);
	margin: 0 auto;
	box-sizing: border-box;
}

body.acd-using-old-site .acd-old .acd-old__package,
.acd-old__package {
	display: flex !important;
	flex-direction: row;
	align-items: flex-start;
	gap: 1.25rem;
	padding: 2.5rem;
	background: linear-gradient(135deg, #3D0075 0%, #6A00FF 100%) !important;
	color: #fff;
	border-radius: 32px;
	box-shadow: 0 20px 50px rgba(61,0,117,0.2);
	position: relative;
	overflow: hidden;
}

body.acd-using-old-site .acd-old .acd-old__package-icon,
.acd-old__package-icon {
	width: 56px;
	height: 56px;
	flex-shrink: 0;
	background: rgba(255,255,255,0.2);
	border-radius: 16px;
	display: grid !important;
	place-items: center !important;
	color: #fff;
	overflow: hidden;
}

body.acd-using-old-site .acd-old .acd-old__package-body,
.acd-old__package-body {
	flex: 1;
	min-width: 0;
}

body.acd-using-old-site .acd-old .acd-old__package-icon svg,
.acd-old__package-icon svg {
	width: 28px !important;
	height: 28px !important;
	max-width: 28px !important;
	max-height: 28px !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.acd-using-old-site .acd-old .acd-old__package-body h4,
.acd-old__package-body h4 {
	font-size: 1.375rem;
	font-weight: 800;
	color: #fff;
	margin: 0 0 0.5rem;
	letter-spacing: -0.01em;
}

body.acd-using-old-site .acd-old .acd-old__package-body p,
.acd-old__package-body p {
	color: rgba(255,255,255,0.95);
	font-size: 0.9375rem;
	line-height: 1.5;
	margin: 0 0 1rem;
}

body.acd-using-old-site .acd-old .acd-old__package-price,
.acd-old__package-price {
	display: none !important;
}

body.acd-using-old-site .acd-old .acd-old__package-body ul,
.acd-old__package-body ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.5rem 1rem;
}

body.acd-using-old-site .acd-old .acd-old__package-body li,
.acd-old__package-body li {
	font-size: 0.9375rem;
	color: rgba(255,255,255,0.95);
	font-weight: 500;
}

/* Mockups */
.acd-old__mockups {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.acd-old__mockup-item {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	align-items: center;
}

@media (min-width: 1024px) {
	.acd-old__mockup-item {
		flex-direction: row;
	}
	.acd-old__mockup-item--reverse {
		flex-direction: row-reverse;
	}
}

.acd-old__mockup-content {
	flex: 1;
	max-width: 28rem;
}

.acd-old__mockup-content h4 {
	font-size: 1.75rem;
	font-weight: 800;
	color: #0f172a;
	letter-spacing: -0.02em;
	margin: 0 0 1rem;
}

.acd-old__mockup-content p {
	color: #334155;
	line-height: 1.6;
	font-size: 1rem;
	margin-bottom: 1rem;
}

.acd-old__mockup-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.5rem;
}

.acd-old__mockup-content li {
	font-size: 14px;
	font-weight: 600;
	color: #334155;
}

.acd-old__mockup-window {
	flex: 1;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 30px 60px rgba(0,0,0,0.12);
	border: 1px solid #f1f5f9;
}

.acd-old__mockup-chrome {
	height: 36px;
	background: #f8fafc;
	border-bottom: 1px solid #e2e8f0;
}

.acd-old__mockup-screen {
	height: 200px;
	background: #f1f5f9;
}

/* Mockup con imagen (ej. CRM) */
.acd-old__mockup-window--img {
	min-height: 200px;
}

.acd-old__mockup-window--img .acd-old__mockup-img-wrap {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 220px;
	overflow: hidden;
}

.acd-old__mockup-window--img .acd-old__mockup-img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: middle;
}

/* Soluciones - grid organizado para que el texto no se corte */
body.acd-using-old-site .acd-old .acd-old__solutions-grid,
.acd-old__solutions-grid {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem;
	max-width: 100%;
	box-sizing: border-box;
	justify-items: stretch;
}

@media (min-width: 768px) {
	body.acd-using-old-site .acd-old .acd-old__solutions-grid,
	.acd-old__solutions-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.25rem;
		max-width: 100%;
	}
}

@media (min-width: 1100px) {
	body.acd-using-old-site .acd-old .acd-old__solutions-grid,
	.acd-old__solutions-grid {
		grid-template-columns: repeat(5, 1fr);
		gap: 1.25rem;
	}
}

body.acd-using-old-site .acd-old .acd-old__solution-card,
.acd-old__solution-card {
	display: flex !important;
	flex-direction: row;
	align-items: center;
	gap: 0.75rem;
	padding: 1.25rem 1.25rem;
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 20px;
	transition: background 0.2s, box-shadow 0.2s;
	min-width: 0;
}

@media (min-width: 1024px) {
	body.acd-using-old-site .acd-old .acd-old__solution-card,
	.acd-old__solution-card {
		padding: 1.35rem 1.5rem;
	}
}

body.acd-using-old-site .acd-old .acd-old__solution-card:hover,
.acd-old__solution-card:hover {
	background: rgba(255,255,255,0.1);
	box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

body.acd-using-old-site .acd-old .acd-old__solution-icon,
.acd-old__solution-icon {
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	background: rgba(255,255,255,0.12);
	border-radius: 14px;
	display: grid !important;
	place-items: center !important;
	color: #fff;
	overflow: hidden;
}

body.acd-using-old-site .acd-old .acd-old__solution-icon svg,
.acd-old__solution-icon svg {
	width: 24px !important;
	height: 24px !important;
	max-width: 24px !important;
	max-height: 24px !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.acd-using-old-site .acd-old .acd-old__solution-body,
.acd-old__solution-body {
	flex: 1;
	min-width: 0;
}

body.acd-using-old-site .acd-old .acd-old__solution-card span,
.acd-old__solution-card span {
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1.4;
	display: block;
	min-width: 0;
	word-break: normal;
}

/* Proceso */
.acd-old__process-line {
	display: none;
	height: 2px;
	background: #f1f5f9;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

@media (min-width: 1024px) {
	.acd-old__section#proceso .acd-old__container {
		position: relative;
	}
	.acd-old__process-line {
		display: block;
	}
	.acd-old__process-grid {
		position: relative;
		z-index: 1;
	}
}

.acd-old__process-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

@media (min-width: 768px) {
	.acd-old__process-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 1024px) {
	.acd-old__process-grid {
		grid-template-columns: repeat(5, 1fr);
	}
}

.acd-old__process-step,
body.acd-using-old-site .acd-old .acd-old__process-step {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}

.acd-old__process-num {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 1.25rem;
	color: #fff;
	margin: 0 auto 1rem;
	box-shadow: 0 10px 25px rgba(61,0,117,0.2);
	flex-shrink: 0;
}

.acd-old__process-step h4,
body.acd-using-old-site .acd-old .acd-old__process-step h4 {
	font-size: 1.25rem;
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 0.5rem;
	text-align: center !important;
	width: 100%;
	box-sizing: border-box;
}

.acd-old__process-step p,
body.acd-using-old-site .acd-old .acd-old__process-step p {
	font-size: 0.9375rem;
	color: #475569;
	line-height: 1.5;
	margin: 0;
	text-align: center !important;
	width: 100%;
	box-sizing: border-box;
}

/* Tecnologías */
.acd-old__tech-wrap {
	text-align: center;
}

.acd-old__tech-label {
	font-size: 12px;
	font-weight: 700;
	color: #94a3b8;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 2rem;
}

.acd-old__tech-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 2rem 3rem;
	opacity: 0.7;
}

.acd-old__tech-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}

.acd-old__tech-item img {
	height: 48px;
	width: auto;
}

.acd-old__tech-item span {
	font-size: 10px;
	font-weight: 700;
	color: #64748b;
}

/* CTA */
.acd-old__cta-section {
	padding: 5rem 1.5rem;
}

.acd-old__cta-box {
	background: linear-gradient(135deg, #3D0075 0%, #6A00FF 100%);
	border-radius: 40px;
	padding: 3rem 2rem;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.acd-old__cta-box h2,
body.acd-using-old-site .acd-old .acd-old__cta-box h2 {
	font-size: clamp(1.5rem, 3vw, 3rem);
	font-weight: 800;
	color: #fff !important;
	text-shadow: 0 1px 3px rgba(0,0,0,0.2);
	margin: 0 0 2rem;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.acd-old__cta-box p,
body.acd-using-old-site .acd-old .acd-old__cta-box p {
	font-size: 1.25rem;
	color: rgba(255,255,255,0.95);
	opacity: 1;
	margin: 0 0 2rem;
}

/* Contacto */
.acd-old__contact-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
}

@media (min-width: 1024px) {
	.acd-old__contact-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.acd-old__contact-info .acd-old__section-title {
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

.acd-old__contact-desc {
	font-size: 1.125rem;
	color: #475569;
	margin-bottom: 2rem;
}

.acd-old__contact-datos {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.acd-old__contact-datos strong {
	display: block;
	font-size: 12px;
	color: #94a3b8;
	text-transform: uppercase;
	margin-bottom: 0.25rem;
}

.acd-old__contact-datos a {
	color: #0f172a;
	text-decoration: none;
	font-weight: 700;
}

.acd-old__form-notice {
	padding: 0.875rem 1rem;
	border-radius: 10px;
	font-size: 0.9375rem;
	margin-bottom: 1.25rem;
	font-weight: 500;
}

.acd-old__form-notice--ok {
	background: #ecfdf5;
	color: #047857;
	border: 1px solid #a7f3d0;
}

.acd-old__form-notice--error {
	background: #fef2f2;
	color: #b91c1c;
	border: 1px solid #fecaca;
}
.acd-old__form-notice--error a {
	color: #dc2626;
	text-decoration: underline;
}
.acd-old__form-notice--error a:hover {
	color: #991b1b;
}

.acd-old__contact-form-wrap {
	background: #fff;
	padding: 2.5rem;
	border-radius: 20px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

@media (min-width: 768px) {
	.acd-old__contact-form-wrap {
		padding: 3rem;
	}
}

.acd-old__form label {
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	color: #334155;
	margin-bottom: 0.5rem;
}

.acd-old__form input,
.acd-old__form textarea {
	width: 100%;
	padding: 0.875rem 1.125rem;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	font-family: inherit;
	font-size: 1rem;
	color: #0f172a;
	margin-bottom: 1.25rem;
	transition: border-color 0.2s, box-shadow 0.2s;
	box-sizing: border-box;
}

.acd-old__form input::placeholder,
.acd-old__form textarea::placeholder {
	color: #94a3b8;
}

.acd-old__form input:focus,
.acd-old__form textarea:focus {
	outline: none;
	border-color: #3D0075;
	box-shadow: 0 0 0 3px rgba(61,0,117,0.1);
}

.acd-old__form textarea {
	min-height: 120px;
	resize: vertical;
}

.acd-old__form-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

@media (min-width: 600px) {
	.acd-old__form-row {
		grid-template-columns: 1fr 1fr;
		gap: 1.25rem;
	}
}

.acd-old__form .acd-old__btn--full {
	width: 100%;
	padding: 1rem 1.5rem;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 10px;
	margin-top: 0.5rem;
}

/* Footer */
.acd-old__footer {
	background: #0f172a;
	color: #fff;
	padding: 4rem 1.5rem 2rem;
}

.acd-old__footer-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {
	.acd-old__footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 1024px) {
	.acd-old__footer-grid {
		grid-template-columns: 2fr 1fr 1fr 1fr;
	}
}

.acd-old__logo--footer .acd-old__logo-text {
	color: #fff;
}

.acd-old__logo--footer .acd-old__logo-img--footer,
.acd-old__logo-img--footer {
	display: block;
}

/* Contenedor del logo en footer: recorta para mostrar solo el triángulo (sin texto) */
.acd-old__footer .acd-old__logo--footer {
	display: block;
	height: 48px;
	overflow: hidden;
	width: 48px;
}

.acd-old__footer .acd-old__logo-img--footer {
	width: 48px;
	height: 120px;
	object-fit: cover;
	object-position: top center;
	max-height: none;
	filter: brightness(0) invert(1);
	opacity: 0.95;
}

.acd-old__footer-brand p {
	font-size: 14px;
	color: #94a3b8;
	line-height: 1.5;
	margin: 1rem 0;
}

.acd-old__footer-social {
	display: flex;
	gap: 1rem;
}

.acd-old__footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	transition: background 0.2s, transform 0.2s;
}

.acd-old__footer-social a.acd-old__footer-social-icon {
	width: 44px;
	height: 44px;
	background: rgba(255,255,255,0.08);
	border-radius: 10px;
}

.acd-old__footer-social a.acd-old__footer-social-icon:hover {
	background: rgba(255,255,255,0.18);
	transform: translateY(-2px);
}

.acd-old__footer-social a.acd-old__footer-social-icon svg {
	width: 22px;
	height: 22px;
	display: block;
}

.acd-old__footer h4 {
	font-weight: 700;
	margin-bottom: 1rem;
	font-size: 1rem;
}

.acd-old__footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.acd-old__footer li {
	margin-bottom: 0.75rem;
}

.acd-old__footer a {
	color: #94a3b8;
	text-decoration: none;
	font-size: 14px;
}

.acd-old__footer a:hover {
	color: #fff;
}

.acd-old__newsletter {
	display: flex;
	gap: 0.5rem;
	margin-top: 1rem;
}

.acd-old__newsletter input {
	flex: 1;
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 8px;
	padding: 0.5rem 1rem;
	color: #fff;
	font-size: 14px;
}

.acd-old__newsletter button {
	background: #3D0075;
	color: #fff;
	border: none;
	padding: 0.5rem 1rem;
	border-radius: 8px;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
}

.acd-old__footer-bottom {
	padding-top: 2rem;
	border-top: 1px solid rgba(255,255,255,0.05);
	text-align: center;
	font-size: 0.875rem;
	color: #94a3b8;
}

.acd-old__footer-bottom a {
	color: #c4b5fd;
	text-decoration: none;
}

.acd-old__footer-bottom a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Botón menú hamburguesa (visible solo en móvil) */
.acd-old__menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	flex-direction: column;
	gap: 5px;
	border-radius: 8px;
	transition: background 0.2s;
}
.acd-old__menu-toggle:hover {
	background: rgba(61, 0, 117, 0.08);
}
.acd-old__menu-toggle-bar {
	display: block;
	width: 22px;
	height: 2px;
	background: #3D0075;
	border-radius: 1px;
	transition: transform 0.25s, opacity 0.25s;
}
.acd-old__menu-toggle[aria-expanded="true"] .acd-old__menu-toggle-bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}
.acd-old__menu-toggle[aria-expanded="true"] .acd-old__menu-toggle-bar:nth-child(2) {
	opacity: 0;
}
.acd-old__menu-toggle[aria-expanded="true"] .acd-old__menu-toggle-bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* Responsive: tablet - mismo header, menos gap */
@media (max-width: 1024px) {
	.acd-old__header-inner {
		padding: 0 1rem;
		gap: 1.25rem;
	}
	.acd-old__logo {
		height: 44px;
		max-height: 44px;
	}
	.acd-old__logo-img {
		max-height: 44px;
		max-width: 120px;
	}
	.acd-old__nav {
		gap: 1.25rem;
	}
	.acd-old__nav a {
		font-size: 13px;
	}
	.acd-old__cta-nav {
		padding: 0.5rem 1rem;
		font-size: 13px;
	}
}

/* Responsive: móvil - menú hamburguesa */
@media (max-width: 768px) {
	.acd-old__menu-toggle {
		display: flex;
	}
	.acd-old__nav {
		position: fixed;
		top: 80px;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.98);
		backdrop-filter: blur(12px);
		box-shadow: 0 10px 40px rgba(0,0,0,0.1);
		flex-direction: column;
		padding: 1.5rem;
		gap: 0;
		z-index: 40;
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transition: max-height 0.3s, opacity 0.2s;
	}
	body.admin-bar .acd-old__nav {
		top: calc(46px + 80px);
	}
	@media (min-width: 783px) {
		body.admin-bar .acd-old__nav {
			top: calc(32px + 80px);
		}
	}
	.acd-old__nav.is-open {
		max-height: 320px;
		opacity: 1;
	}
	.acd-old__nav a {
		display: block;
		padding: 0.75rem 0;
		font-size: 16px;
		border-bottom: 1px solid rgba(0,0,0,0.06);
	}
	.acd-old__nav a:last-of-type {
		border-bottom: none;
	}
	.acd-old__cta-nav {
		padding: 0.5rem 1rem;
		font-size: 13px;
	}
	.acd-old__logo {
		height: 40px;
		max-height: 40px;
	}
	.acd-old__logo-img {
		max-height: 40px;
		max-width: 100px;
	}
}

@media (max-width: 480px) {
	.acd-old__header-inner {
		padding: 0 0.5rem;
	}
}
