Despacho Jurídico
TITULAR: ELIZABETH ALMARAZ MIRANDA | ID: REF-8E486824
Infraestructura Corporativa Tier-1
Cronograma de Ejecución
TIEMPO TOTAL: 12 SemanasEtapas 1 & 2: Arquitectura y Diseño
TIEMPO: 2 SEMANAS
Propuesta de diseño estructural (3 Modelos) y anclaje de la identidad visual de la firma en las plataformas digitales.
Etapas 3 & 4: Integración de Oferta Jurídica
TIEMPO: 5 SEMANAS
Integración de las áreas de práctica (Civil, Penal, Mercantil, Compliance) y optimización de los embudos para la conversión de prospectos a clientes.
Etapa 5: Conectividad y Despliegue
TIEMPO: 2 SEMANAS
Integración de servicios de terceros, asignación de dominio corporativo oficial y configuración de correos electrónicos empresariales seguros.
Fase de Captación y Medios
TIEMPO: 3 SEMANAS
Estudio de mercado, consolidación de la marca, validación en redes sociales (Meta) y administración estratégica de pautas publicitarias.
Estructura de Inversión
Áreas de Especialidad
Captación Digital
Inversión Total Estimada
~ $39,000 MXN
Proceder al Pago
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes">
<title>Propuesta de Infraestructura Legal - Despacho Jurídico</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=JetBrains+Mono:wght@400;700&family=Playfair+Display:wght@600;800&display=swap" rel="stylesheet">
<style>
/* =========================================
FÍSICA VISUAL: ACERO Y CORPORATIVO
========================================= */
body {
background-color: #0a0a0a;
color: #e4e4e7;
font-family: 'Inter', sans-serif;
background-image:
repeating-linear-gradient(
135deg,
rgba(255,255,255,0.02) 0px,
rgba(255,255,255,0.02) 1px,
transparent 1px,
transparent 4px
),
radial-gradient(ellipse at 50% 0%, #27272a 0%, #09090b 80%);
background-attachment: fixed;
}
.mono { font-family: 'JetBrains Mono', monospace; }
.serif { font-family: 'Playfair Display', serif; }
/* Cromo Text - Efecto espejo pulido */
.chrome-text {
background: linear-gradient(
to bottom,
#ffffff 0%,
#a1a1aa 40%,
#27272a 50%,
#a1a1aa 60%,
#ffffff 100%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 0px 2px 4px rgba(0,0,0,0.8);
}
.glow-text { text-shadow: 0 0 15px rgba(255, 255, 255, 0.3); }
/* Superficie metálica para paneles */
.metal-panel {
background: linear-gradient(145deg, #27272a 0%, #18181b 50%, #09090b 100%);
border-top: 1px solid rgba(255, 255, 255, 0.15);
border-left: 1px solid rgba(255, 255, 255, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.9);
border-right: 1px solid rgba(0, 0, 0, 0.9);
box-shadow:
inset 1px 1px 2px rgba(255, 255, 255, 0.05),
8px 8px 20px rgba(0,0,0,0.8);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
/* Botón de acero pulido */
.metal-btn {
background: linear-gradient(to bottom, #f4f4f5 0%, #d4d4d8 40%, #a1a1aa 50%, #d4d4d8 60%, #e4e4e7 100%);
border-top: 1px solid #ffffff;
border-bottom: 2px solid #3f3f46;
color: #09090b;
text-shadow: 0 1px 1px rgba(255,255,255,0.8);
box-shadow:
0 6px 15px rgba(0,0,0,0.6),
inset 0 1px 3px rgba(255,255,255,1);
}
.metal-btn:hover, .metal-btn:active {
background: linear-gradient(to bottom, #ffffff 0%, #e4e4e7 40%, #d4d4d8 50%, #e4e4e7 60%, #ffffff 100%);
transform: translateY(-1px);
box-shadow:
0 8px 20px rgba(0,0,0,0.8),
inset 0 1px 4px rgba(255,255,255,1),
0 0 15px rgba(255,255,255,0.3);
}
/* Contenedor de branding con marco de aluminio */
.brand-container {
position: relative;
background: linear-gradient(135deg, #18181b, #09090b);
border-top: 2px solid rgba(255, 255, 255, 0.2);
border-bottom: 2px solid #000;
box-shadow: inset 0 5px 15px rgba(0,0,0,0.8);
overflow: hidden;
border-radius: 0.5rem;
display: flex;
align-items: center;
justify-content: center;
}
/* Reflejo metálico animado */
.metallic-shine {
position: absolute;
top: 0; left: -150%;
width: 50%; height: 100%;
background: linear-gradient(to right, transparent, rgba(255,255,255,0.1), transparent);
transform: skewX(-25deg);
animation: shine 6s infinite;
pointer-events: none;
}
@keyframes shine {
0% { left: -150%; }
20% { left: 200%; }
100% { left: 200%; }
}
/* Acentos Corporativos */
.glow-blue { text-shadow: 0 0 15px rgba(66, 133, 244, 0.8); }
.text-gcp { color: #4285F4; }
/* Prevención de desbordamiento de texto en móvil */
.break-words-safe {
word-break: break-word;
overflow-wrap: break-word;
}
</style>
</head>
<body class="min-h-screen p-3 sm:p-6 lg:p-8 relative overflow-x-hidden antialiased selection:bg-[#4285F4] selection:text-white">
<main class="max-w-7xl mx-auto w-full">
<!-- HEADER INSTITUCIONAL -->
<header class="flex flex-col lg:flex-row justify-between items-start lg:items-center mb-8 lg:mb-10 border-b border-zinc-800 pb-6 gap-6">
<div class="flex flex-col sm:flex-row items-start sm:items-center gap-5 w-full lg:w-auto">
<!-- BRANDING -->
<div class="brand-container p-3 sm:p-4 flex-shrink-0 w-24 h-24 sm:w-28 sm:h-28">
<div class="metallic-shine"></div>
<img src="https://scontent-qro1-1.xx.fbcdn.net/v/t39.30808-6/669397260_849642918166119_2728780152913631209_n.jpg?stp=cp6_dst-jpg_tt6&_nc_cat=105&ccb=1-7&_nc_sid=7b2446&_nc_ohc=QMma9AdlJC4Q7kNvwH8_S5V&_nc_oc=AdoXmubrncl9dbIhf-doZ0AHfEokfGSm1FjU_iELP0V4HQxI3a48J0s7MSLjweQSUk93BE4LGiZJQ-KXlE1fsu-I&_nc_zt=23&_nc_ht=scontent-qro1-1.xx&_nc_gid=VZtXPbSK-A4xNPxXyH-hEQ&_nc_ss=7a3a8&oh=00_Af2Baq5fu3JdlcSXUJXMSZuO4JWGgLC_SRcHuuULx3OYIA&oe=69DEE2B4"
alt="Logotipo Despacho"
class="w-full h-full object-contain grayscale brightness-125 contrast-125 drop-shadow-md"
onerror="this.onerror=null; this.outerHTML='<span class=\'text-zinc-500 mono text-[10px] text-center leading-tight\'>[LOGO<br>CLIENTE]</span>'">
</div>
<div class="w-full">
<h1 class="text-3xl sm:text-4xl lg:text-5xl font-extrabold tracking-tight serif chrome-text glow-text leading-tight">Despacho Jurídico</h1>
<p class="text-[10px] sm:text-xs text-zinc-400 mono mt-2 uppercase tracking-widest font-semibold text-shadow-sm break-words-safe">TITULAR: ELIZABETH ALMARAZ MIRANDA | ID: REF-8E486824</p>
</div>
</div>
<!-- INDICADORES DE CONFIANZA B2B (GCP ELITE PARTNER) -->
<div class="flex flex-col gap-3 w-full lg:w-auto">
<div class="text-left lg:text-right metal-panel p-3 sm:p-4 rounded-lg w-full overflow-hidden" style="border-bottom-color: rgba(66, 133, 244, 0.6);">
<div class="flex items-center lg:justify-end gap-3">
<span class="relative flex h-3 w-3 flex-shrink-0">
<span class="absolute inline-flex h-full w-full rounded-full bg-[#4285F4] opacity-50 animate-pulse"></span>
<span class="relative inline-flex rounded-full h-3 w-3 bg-[#4285F4] shadow-[0_0_10px_#4285F4]"></span>
</span>
<span class="mono text-gcp font-bold text-xs sm:text-sm tracking-wider glow-blue truncate">GOOGLE CLOUD ELITE PARTNER</span>
</div>
<p class="mono text-[9px] sm:text-[10px] text-zinc-400 mt-1.5 uppercase truncate">Infraestructura Corporativa Tier-1</p>
</div>
<div class="text-left lg:text-right metal-panel p-2 sm:p-3 rounded-lg w-full overflow-hidden" style="border-bottom-color: rgba(255, 255, 255, 0.2);">
<div class="flex items-center lg:justify-end gap-2">
<svg xmlns="http://www.w3.org/2000/svg" class="w-3.5 h-3.5 text-zinc-300" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"></path></svg>
<span class="mono text-zinc-300 font-bold text-[10px] sm:text-xs tracking-wider truncate">SISTEMA CIFRADO Y ACTIVO</span>
</div>
</div>
</div>
</header>
<div class="grid grid-cols-1 lg:grid-cols-3 gap-6 lg:gap-8">
<!-- COLUMNA IZQUIERDA: CRONOGRAMA Y RESPALDO -->
<section class="lg:col-span-2 space-y-6 lg:space-y-8 w-full">
<!-- RESPALDO GOOGLE CLOUD -->
<article class="metal-panel rounded-2xl p-5 sm:p-6 lg:p-8 overflow-hidden relative border-l-4" style="border-left-color: #4285F4;">
<div class="absolute -right-10 -top-10 opacity-5 pointer-events-none">
<svg xmlns="http://www.w3.org/2000/svg" class="w-48 h-48 text-[#4285F4]" fill="currentColor" viewBox="0 0 24 24"><path d="M21.35,11.1H12.18V13.83H18.69C18.36,17.64 15.19,19.27 12.19,19.27C8.36,19.27 5,16.25 5,12C5,7.9 8.2,4.73 12.2,4.73C15.29,4.73 17.1,6.7 17.1,6.7L19,4.72C19,4.72 16.56,2 12.1,2C6.42,2 2.03,6.8 2.03,12C2.03,17.05 6.36,22 12.2,22C17.53,22 22,18.33 22,12.08C22,11.53 21.35,11.1 21.35,11.1Z" /></svg>
</div>
<div class="flex items-center gap-3 mb-3 relative z-10">
<h2 class="text-base sm:text-lg uppercase tracking-widest text-zinc-100 font-bold flex items-center gap-3">
Respaldo Tecnológico Global
</h2>
<span class="bg-zinc-900 text-[#4285F4] mono px-2 py-1 rounded text-[9px] font-bold border border-zinc-700 shadow-inner tracking-widest">POWERED BY GOOGLE CLOUD</span>
</div>
<p class="text-xs sm:text-sm text-zinc-400 leading-relaxed max-w-2xl relative z-10">
Su firma legal no se alojará en servidores compartidos genéricos. Desplegamos su plataforma bajo una arquitectura de <span class="text-zinc-200 font-semibold">grado corporativo (Tier-1)</span>. Como Elite Partners de Google Cloud, garantizamos máxima seguridad en el manejo de sus datos, 99.9% de disponibilidad y una infraestructura lista para escalar según el volumen de sus prospectos y expedientes.
</p>
</article>
<!-- CRONOGRAMA DE PROYECTO -->
<article class="metal-panel rounded-2xl p-5 sm:p-6 lg:p-8 overflow-hidden">
<div class="flex flex-col sm:flex-row justify-between items-start sm:items-center mb-6 border-b border-zinc-700/50 pb-4 gap-4">
<h2 class="text-base sm:text-lg uppercase tracking-widest text-zinc-200 font-bold flex items-center gap-3">
<div class="p-1.5 bg-zinc-800 rounded shadow-inner border border-zinc-600 flex-shrink-0">
<svg xmlns="http://www.w3.org/2000/svg" class="w-4 h-4 sm:w-5 sm:h-5 text-zinc-300" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
</div>
Cronograma de Ejecución
</h2>
<span class="bg-zinc-900 text-zinc-100 mono px-3 py-1.5 rounded text-[10px] sm:text-xs font-bold border-t border-l border-zinc-600 border-b border-r border-black shadow-lg flex-shrink-0">TIEMPO TOTAL: 12 Semanas</span>
</div>
<div class="relative border-l-2 border-zinc-600 ml-2 sm:ml-4 space-y-7 pb-2">
<!-- Etapa 1 & 2 -->
<div class="pl-6 sm:pl-8 relative">
<div class="absolute w-3.5 h-3.5 sm:w-4 sm:h-4 bg-zinc-200 rounded-full -left-[9px] sm:-left-[10px] top-1 border-2 border-zinc-800 shadow-[0_0_10px_rgba(255,255,255,0.6)]"></div>
<h3 class="text-sm sm:text-md font-bold text-white tracking-wide">Etapas 1 & 2: Arquitectura y Diseño</h3>
<div class="bg-zinc-900/50 inline-block px-2 py-0.5 rounded border border-zinc-700 mt-1.5 mb-2.5">
<p class="text-[9px] sm:text-[10px] mono text-zinc-300 font-bold">TIEMPO: 2 SEMANAS</p>
</div>
<p class="text-xs sm:text-sm text-zinc-400 leading-relaxed">Propuesta de diseño estructural (3 Modelos) y anclaje de la identidad visual de la firma en las plataformas digitales.</p>
</div>
<!-- Etapa 3 & 4 -->
<div class="pl-6 sm:pl-8 relative">
<div class="absolute w-3.5 h-3.5 sm:w-4 sm:h-4 bg-zinc-700 rounded-full -left-[9px] sm:-left-[10px] top-1 border-2 border-zinc-900 shadow-inner"></div>
<h3 class="text-sm sm:text-md font-bold text-zinc-200 tracking-wide">Etapas 3 & 4: Integración de Oferta Jurídica</h3>
<div class="bg-zinc-900/50 inline-block px-2 py-0.5 rounded border border-zinc-700 mt-1.5 mb-2.5">
<p class="text-[9px] sm:text-[10px] mono text-zinc-400 font-bold">TIEMPO: 5 SEMANAS</p>
</div>
<p class="text-xs sm:text-sm text-zinc-400 leading-relaxed">Integración de las áreas de práctica (Civil, Penal, Mercantil, Compliance) y optimización de los embudos para la conversión de prospectos a clientes.</p>
</div>
<!-- Etapa 5 -->
<div class="pl-6 sm:pl-8 relative">
<div class="absolute w-3.5 h-3.5 sm:w-4 sm:h-4 bg-zinc-700 rounded-full -left-[9px] sm:-left-[10px] top-1 border-2 border-zinc-900 shadow-inner"></div>
<h3 class="text-sm sm:text-md font-bold text-zinc-200 tracking-wide">Etapa 5: Conectividad y Despliegue</h3>
<div class="bg-zinc-900/50 inline-block px-2 py-0.5 rounded border border-zinc-700 mt-1.5 mb-2.5">
<p class="text-[9px] sm:text-[10px] mono text-zinc-400 font-bold">TIEMPO: 2 SEMANAS</p>
</div>
<p class="text-xs sm:text-sm text-zinc-400 leading-relaxed">Integración de servicios de terceros, asignación de dominio corporativo oficial y configuración de correos electrónicos empresariales seguros.</p>
</div>
<!-- Marketing -->
<div class="pl-6 sm:pl-8 relative">
<div class="absolute w-3.5 h-3.5 sm:w-4 sm:h-4 bg-zinc-700 rounded-full -left-[9px] sm:-left-[10px] top-1 border-2 border-zinc-900 shadow-inner"></div>
<h3 class="text-sm sm:text-md font-bold text-zinc-200 tracking-wide">Fase de Captación y Medios</h3>
<div class="bg-zinc-900/50 inline-block px-2 py-0.5 rounded border border-zinc-700 mt-1.5 mb-2.5">
<p class="text-[9px] sm:text-[10px] mono text-zinc-400 font-bold">TIEMPO: 3 SEMANAS</p>
</div>
<p class="text-xs sm:text-sm text-zinc-400 leading-relaxed">Estudio de mercado, consolidación de la marca, validación en redes sociales (Meta) y administración estratégica de pautas publicitarias.</p>
</div>
</div>
</article>
<!-- PILARES DE SERVICIO CORPORATIVO -->
<div class="grid grid-cols-1 sm:grid-cols-2 gap-4 sm:gap-6">
<article class="metal-panel rounded-xl p-5 sm:p-6 relative overflow-hidden group">
<div class="absolute top-0 right-0 w-16 h-16 bg-white/5 rounded-full blur-2xl -mr-8 -mt-8 transition-transform group-hover:scale-150"></div>
<svg xmlns="http://www.w3.org/2000/svg" class="w-7 h-7 sm:w-8 sm:h-8 text-zinc-200 mb-3 drop-shadow-md" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"></path></svg>
<h3 class="text-xs sm:text-sm font-bold text-white uppercase tracking-wider mb-2">Seguridad Legal y Datos</h3>
<p class="text-[11px] sm:text-xs text-zinc-400 leading-relaxed">Implementación estricta de políticas de Privacidad, Términos y Condiciones, y normativas de Cumplimiento (ISO) integradas en toda la infraestructura digital.</p>
</article>
<article class="metal-panel rounded-xl p-5 sm:p-6 relative overflow-hidden group">
<div class="absolute top-0 right-0 w-16 h-16 bg-white/5 rounded-full blur-2xl -mr-8 -mt-8 transition-transform group-hover:scale-150"></div>
<svg xmlns="http://www.w3.org/2000/svg" class="w-7 h-7 sm:w-8 sm:h-8 text-zinc-200 mb-3 drop-shadow-md" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13 10V3L4 14h7v7l9-11h-7z"></path></svg>
<h3 class="text-xs sm:text-sm font-bold text-white uppercase tracking-wider mb-2">Rutas Comerciales Óptimas</h3>
<p class="text-[11px] sm:text-xs text-zinc-400 leading-relaxed">Diseño de embudos de contacto altamente eficientes. Guiamos al usuario desde la búsqueda en internet hasta el contacto directo con su despacho sin fricciones operativas.</p>
</article>
</div>
</section>
<!-- COLUMNA DERECHA: ECONOMICS & FIRMA -->
<aside class="space-y-6 lg:space-y-8 w-full">
<article class="metal-panel rounded-2xl p-5 sm:p-6 relative overflow-hidden">
<h2 class="text-sm uppercase tracking-widest text-zinc-200 font-bold mb-5 flex items-center gap-3 border-b border-zinc-700/50 pb-4 relative z-10">
<div class="p-1.5 bg-zinc-800 rounded shadow-inner border border-zinc-600 flex-shrink-0">
<svg xmlns="http://www.w3.org/2000/svg" class="w-4 h-4 sm:w-5 sm:h-5 text-zinc-300" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
</div>
Estructura de Inversión
</h2>
<div class="space-y-5 relative z-10">
<!-- Bloque Materia Legal -->
<div class="bg-zinc-950/80 p-4 sm:p-5 rounded-lg border-t border-l border-zinc-700 border-b border-r border-black shadow-inner">
<h3 class="text-[10px] sm:text-xs font-bold text-white mb-3 sm:mb-4 uppercase tracking-widest flex items-center gap-2">
<span class="w-1.5 h-1.5 bg-zinc-300 rounded-full flex-shrink-0"></span> Áreas de Especialidad
</h3>
<div class="space-y-2 text-[10px] sm:text-xs mono text-zinc-400">
<div class="flex flex-wrap justify-between border-b border-zinc-800 pb-1.5 hover:text-zinc-200 transition-colors gap-2">
<span class="truncate">Civil General (7+)</span><span class="text-zinc-200 font-semibold whitespace-nowrap">$2,000 MXN c/u</span>
</div>
<div class="flex flex-wrap justify-between border-b border-zinc-800 pb-1.5 hover:text-zinc-200 transition-colors gap-2">
<span class="truncate">Administrativo</span><span class="text-zinc-200 whitespace-nowrap">$2,000 MXN</span>
</div>
<div class="flex flex-wrap justify-between border-b border-zinc-800 pb-1.5 hover:text-zinc-200 transition-colors gap-2">
<span class="truncate">Mercantil</span><span class="text-zinc-200 whitespace-nowrap">$2,000 MXN</span>
</div>
<div class="flex flex-wrap justify-between border-b border-zinc-800 pb-1.5 hover:text-zinc-200 transition-colors gap-2">
<span class="truncate">Asesoría Notarial</span><span class="text-zinc-200 whitespace-nowrap">$2,000 MXN</span>
</div>
<div class="flex flex-wrap justify-between border-b border-zinc-800 pb-1.5 hover:text-zinc-200 transition-colors gap-2">
<span class="truncate">Juicio Hipotecario</span><span class="text-zinc-200 whitespace-nowrap">$2,000 MXN</span>
</div>
<div class="flex flex-wrap justify-between border-b border-zinc-800 pb-1.5 text-white font-bold gap-2">
<span class="truncate">ISO / Políticas (3)</span><span class="whitespace-nowrap">$6,000 MXN</span>
</div>
<div class="flex flex-wrap justify-between border-b border-zinc-800 pb-1.5 hover:text-zinc-200 transition-colors gap-2">
<span class="truncate">Maquetación Brand</span><span class="text-zinc-200 whitespace-nowrap">$4,000 MXN</span>
</div>
</div>
</div>
<!-- Bloque Cuentas Publicitarias -->
<div class="bg-zinc-950/80 p-4 sm:p-5 rounded-lg border-t border-l border-zinc-700 border-b border-r border-black shadow-inner">
<h3 class="text-[10px] sm:text-xs font-bold text-white mb-3 sm:mb-4 uppercase tracking-widest flex items-center gap-2">
<span class="w-1.5 h-1.5 bg-zinc-500 rounded-full flex-shrink-0"></span> Captación Digital
</h3>
<div class="space-y-2 text-[10px] sm:text-xs mono text-zinc-400">
<div class="flex flex-wrap justify-between border-b border-zinc-800 pb-1.5 hover:text-zinc-200 transition-colors gap-2">
<span class="truncate">Alta Google Ads</span><span class="text-zinc-200 whitespace-nowrap">$1,000 MXN</span>
</div>
<div class="flex flex-wrap justify-between border-b border-zinc-800 pb-1.5 hover:text-zinc-200 transition-colors gap-2">
<span class="truncate">Dominio Oficial</span><span class="text-zinc-200 whitespace-nowrap">$1,000 MXN</span>
</div>
<div class="flex flex-wrap justify-between border-b border-zinc-800 pb-1.5 hover:text-zinc-200 transition-colors gap-2">
<span class="truncate">WhatsApp Business</span><span class="text-zinc-200 whitespace-nowrap">$1,000 MXN</span>
</div>
<div class="flex flex-wrap justify-between border-b border-zinc-800 pb-1.5 hover:text-zinc-200 transition-colors gap-2">
<span class="truncate">Cuentas Meta (FB/IG)</span><span class="text-zinc-200 whitespace-nowrap">$2,000 MXN</span>
</div>
</div>
</div>
<!-- Resumen -->
<div class="mt-6 sm:mt-8 pt-4 sm:pt-5 border-t-2 border-zinc-600/50 flex flex-col items-end w-full">
<div class="bg-zinc-950 px-2 sm:px-3 py-1 rounded-full border border-zinc-800 mb-2">
<p class="text-[9px] sm:text-[10px] uppercase font-bold text-zinc-400 tracking-wider">Inversión Total Estimada</p>
</div>
<p class="text-3xl sm:text-4xl font-extrabold text-white mono drop-shadow-md">~ $39,000 <span class="text-base sm:text-lg text-zinc-400">MXN</span></p>
</div>
</div>
</article>
<!-- CERTIFICADO DE INFRAESTRUCTURA (REEMPLAZA EL CONCEPTO DE COLAPSO) -->
<article class="metal-panel rounded-xl p-4 sm:p-5 border-l-4 relative overflow-hidden w-full" style="border-left-color: #a1a1aa;">
<div class="flex items-center gap-3 mb-4 relative z-10">
<div class="p-1.5 sm:p-2 bg-zinc-900 rounded shadow-inner border border-zinc-700 flex-shrink-0">
<svg xmlns="http://www.w3.org/2000/svg" class="w-4 h-4 sm:w-5 sm:h-5 text-zinc-300" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
</div>
<h3 class="text-xs sm:text-sm font-bold text-white uppercase tracking-widest">Certificado de Infraestructura</h3>
</div>
<div class="space-y-3 text-[9px] sm:text-[10px] mono text-zinc-300 bg-zinc-950/80 p-3 sm:p-4 rounded border border-zinc-800 shadow-inner relative z-10 overflow-hidden break-words-safe">
<div class="flex flex-col border-b border-zinc-800/50 pb-2">
<span class="text-zinc-500 font-bold mb-0.5 sm:mb-1">ID DEL PROYECTO (URN):</span>
<span class="text-zinc-200">urn:aei:despacho-juridico:8e486824</span>
</div>
<div class="flex flex-col border-b border-zinc-800/50 pb-2">
<span class="text-zinc-500 font-bold mb-0.5 sm:mb-1">FIRMA DE SEGURIDAD (SHA-256):</span>
<span class="text-zinc-400">8e486824f55b8844d054d81e0535b6e3b05a77c8e7a11ad6d5547e4cb6f4e34f</span>
</div>
<div class="flex flex-col">
<span class="text-zinc-500 font-bold mb-0.5 sm:mb-1">FECHA DE REGISTRO:</span>
<span class="text-zinc-200">10 de Abril, 2026</span>
</div>
</div>
</article>
<!-- BOTÓN CROMADO PULIDO PARA EL CLIENTE -->
<button class="w-full metal-btn font-extrabold py-5 rounded-xl uppercase tracking-widest flex justify-center items-center gap-3 group transition-all duration-300">
<svg class="w-6 h-6 text-zinc-900 group-hover:scale-110 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M5 13l4 4L19 7"></path></svg>
AUTORIZAR Y DESPLEGAR PROYECTO
</button>
</aside>
</div>
</main>
</body>
</html>

