feat(ui): paleta profesional + iconos SVG inline (sin emojis)

- Reemplaza emojis por iconos SVG estilo Lucide en cards landing y descargas
- Paleta refinada: slate grays + navy + accent amber-700 (B45309)
- Hero con grid pattern sutil y gradients radiales
- Cards con sombras suaves y borders, hover lift
- Header sticky con backdrop-filter
- Tipografía Inter con tracking ajustado
- Botones con flechas SVG inline
This commit is contained in:
2026-05-13 03:12:59 +00:00
parent a062b45c51
commit 1f2ad8d235
5 changed files with 285 additions and 93 deletions

View File

@@ -22,13 +22,13 @@ templates = Jinja2Templates(directory=str(_TEMPLATES_DIR))
DOWNLOADS = [ DOWNLOADS = [
{ {
"filename": "taller-wox-tecnico.zip", "filename": "taller-wox-tecnico.zip",
"icon": "🧩", "icon": "code",
"title": "Material técnico", "title": "Material técnico",
"description": "Specs OpenAPI, configs y artefactos para importar a watsonx Orchestrate.", "description": "Specs OpenAPI, configs y artefactos para importar a watsonx Orchestrate.",
}, },
{ {
"filename": "taller-wox-funcional.zip", "filename": "taller-wox-funcional.zip",
"icon": "📚", "icon": "book",
"title": "Material funcional", "title": "Material funcional",
"description": "Manual paso a paso del bootcamp y deck de slides.", "description": "Manual paso a paso del bootcamp y deck de slides.",
}, },

View File

@@ -4,29 +4,32 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}Bootcamp Agentic AI — watsonx Orchestrate | FactorIT{% endblock %}</title> <title>{% block title %}Bootcamp Agentic AI — watsonx Orchestrate | FactorIT{% endblock %}</title>
<meta name="description" content="Construye tu primer agente de IA en 4 horas con IBM watsonx Orchestrate. Material completo del bootcamp para descarga."> <meta name="description" content="Construye tu primer agente de IA en cuatro horas con IBM watsonx Orchestrate. Material completo del bootcamp para descarga.">
<meta property="og:title" content="Bootcamp Agentic AI — watsonx Orchestrate | FactorIT"> <meta property="og:title" content="Bootcamp Agentic AI — watsonx Orchestrate | FactorIT">
<meta property="og:description" content="Construye tu primer agente de IA en 4 horas con IBM watsonx Orchestrate."> <meta property="og:description" content="Construye tu primer agente de IA en cuatro horas con IBM watsonx Orchestrate.">
<meta property="og:url" content="https://taller-wox.fitlabs.dev/"> <meta property="og:url" content="https://taller-wox.fitlabs.dev/">
<link rel="icon" href="/static/img/LogoFIT.png"> <link rel="icon" href="/static/img/LogoFIT.png">
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/static/css/styles.css"> <link rel="stylesheet" href="/static/css/styles.css">
</head> </head>
<body> <body>
<header class="site-header"> <header class="site-header">
<a class="brand" href="/"><img src="/static/img/LogoFIT.png" alt="FactorIT" height="36"></a> <a class="brand" href="/"><img src="/static/img/LogoFIT.png" alt="FactorIT" height="32"></a>
<span class="powered-by">powered by <strong>IBM watsonx Orchestrate</strong></span> <span class="powered-by">
powered by <strong>IBM watsonx Orchestrate</strong>
</span>
</header> </header>
{% block content %}{% endblock %} {% block content %}{% endblock %}
<footer class="site-footer"> <footer class="site-footer">
<div class="footer-inner"> <div class="footer-inner">
<p><strong>FactorIT · FIT</strong> — Material del bootcamp · taller-wox.fitlabs.dev</p> <p><strong>FactorIT · FIT</strong> — Material del bootcamp</p>
<p>taller-wox.fitlabs.dev</p>
<p class="copyright">© 2026 FactorIT — Todos los derechos reservados</p> <p class="copyright">© 2026 FactorIT — Todos los derechos reservados</p>
</div> </div>
</footer> </footer>

View File

@@ -3,18 +3,29 @@
{% block content %} {% block content %}
<section class="descargas-section"> <section class="descargas-section">
<h1 class="hello">¡Hola {{ nombre }}!</h1> <h1 class="hello">Hola {{ nombre }}</h1>
<p class="hello-sub">Acá tienes todo el material del bootcamp.</p> <p class="hello-sub">Acá tienes todo el material del bootcamp.</p>
<div class="download-cards"> <div class="download-cards">
{% for d in downloads %} {% for d in downloads %}
<article class="download-card"> <article class="download-card">
<div class="dl-icon">{{ d.icon }}</div> <div class="dl-icon-wrap">
{% if d.icon == 'code' %}
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><polyline points="16 18 22 12 16 6"/><polyline points="8 6 2 12 8 18"/></svg>
{% elif d.icon == 'book' %}
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"/><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"/></svg>
{% else %}
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/></svg>
{% endif %}
</div>
<h2>{{ d.title }}</h2> <h2>{{ d.title }}</h2>
<p>{{ d.description }}</p> <p>{{ d.description }}</p>
<p class="size">{% if d.available %}{{ d.size_mb }} MB{% else %}Próximamente{% endif %}</p> <p class="size">{% if d.available %}{{ d.size_mb }} MB{% else %}Próximamente{% endif %}</p>
{% if d.available %} {% if d.available %}
<a class="btn btn-primary" href="/download/{{ d.filename }}?token={{ token }}">Descargar</a> <a class="btn btn-primary" href="/download/{{ d.filename }}?token={{ token }}">
Descargar
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
</a>
{% else %} {% else %}
<span class="btn btn-disabled" title="Archivo aún no disponible">No disponible</span> <span class="btn btn-disabled" title="Archivo aún no disponible">No disponible</span>
{% endif %} {% endif %}

View File

@@ -7,24 +7,49 @@
<section class="hero"> <section class="hero">
<div class="hero-inner"> <div class="hero-inner">
<p class="eyebrow">FACTORIT · FIT</p> <p class="eyebrow">FactorIT · FIT</p>
<h1>Bootcamp Agentic AI con watsonx Orchestrate</h1> <h1>Bootcamp Agentic AI con watsonx Orchestrate</h1>
<p class="subtitle">Construye tu primer agente de IA en 4 horas.</p> <p class="subtitle">Diseña, construye y despliega tu primer agente de IA empresarial en cuatro horas.</p>
<a class="btn btn-primary" href="#descargas">Acceder al material →</a> <a class="btn btn-primary btn-large" href="#descargas">
Acceder al material
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>
</a>
</div> </div>
</section> </section>
<section class="cards-section"> <section class="cards-section">
<div class="cards-inner">
<h2 class="section-title">¿Qué vas a construir?</h2> <h2 class="section-title">¿Qué vas a construir?</h2>
<p class="section-subtitle">Tres bloques prácticos para dominar el ciclo completo de desarrollo de agentes empresariales.</p>
<div class="cards"> <div class="cards">
<article class="card"><div class="icon">⚙️</div><h3>Tu primer agente</h3><p>Conecta una API real a un agente conversacional sin escribir código.</p></article> <article class="card">
<article class="card"><div class="icon">📚</div><h3>Multi-agente con RAG</h3><p>Compón agentes especializados con base de conocimiento documental.</p></article> <div class="icon-wrap">
<article class="card"><div class="icon">📊</div><h3>Reportes y APIs</h3><p>Genera reportes ejecutivos invocando endpoints en vivo.</p></article> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><rect x="4" y="4" width="16" height="16" rx="2"/><rect x="9" y="9" width="6" height="6"/><line x1="9" y1="2" x2="9" y2="4"/><line x1="15" y1="2" x2="15" y2="4"/><line x1="9" y1="20" x2="9" y2="22"/><line x1="15" y1="20" x2="15" y2="22"/><line x1="20" y1="9" x2="22" y2="9"/><line x1="20" y1="14" x2="22" y2="14"/><line x1="2" y1="9" x2="4" y2="9"/><line x1="2" y1="14" x2="4" y2="14"/></svg>
</div>
<h3>Tu primer agente</h3>
<p>Conecta una API REST a un agente conversacional sin escribir una línea de código.</p>
</article>
<article class="card">
<div class="icon-wrap">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><polygon points="12 2 2 7 12 12 22 7 12 2"/><polyline points="2 17 12 22 22 17"/><polyline points="2 12 12 17 22 12"/></svg>
</div>
<h3>Multi-agente con RAG</h3>
<p>Compón agentes especializados con base de conocimiento documental y orquestación dinámica.</p>
</article>
<article class="card">
<div class="icon-wrap">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="20" x2="18" y2="10"/><line x1="12" y1="20" x2="12" y2="4"/><line x1="6" y1="20" x2="6" y2="14"/><line x1="3" y1="20" x2="21" y2="20"/></svg>
</div>
<h3>Reportes y APIs</h3>
<p>Genera reportes ejecutivos invocando endpoints en vivo y herramientas externas en tiempo real.</p>
</article>
</div>
</div> </div>
</section> </section>
<section class="stats-section"> <section class="stats-section">
<h2 class="section-title">El taller en números</h2> <h2 class="section-title">El taller en números</h2>
<p class="section-subtitle">Una sesión intensiva, práctica y orientada a resultados.</p>
<div class="stats"> <div class="stats">
<div class="stat"><span class="num">4h</span><span class="label">Duración</span></div> <div class="stat"><span class="num">4h</span><span class="label">Duración</span></div>
<div class="stat"><span class="num">6</span><span class="label">Módulos</span></div> <div class="stat"><span class="num">6</span><span class="label">Módulos</span></div>
@@ -34,8 +59,8 @@
</section> </section>
<section id="descargas" class="form-section"> <section id="descargas" class="form-section">
<h2 class="section-title">Descarga todo el material</h2> <h2 class="section-title">Descarga el material</h2>
<p class="form-intro">Registra tus datos para acceder al kit completo del bootcamp.</p> <p class="form-intro">Completa el formulario para acceder al kit completo del bootcamp.</p>
<form class="register-form" method="post" action="/register" autocomplete="on"> <form class="register-form" method="post" action="/register" autocomplete="on">
<div class="field"> <div class="field">
<label for="nombre">Nombre completo</label> <label for="nombre">Nombre completo</label>
@@ -49,15 +74,18 @@
<label for="empresa">Empresa</label> <label for="empresa">Empresa</label>
<input type="text" id="empresa" name="empresa" minlength="2" maxlength="100" required> <input type="text" id="empresa" name="empresa" minlength="2" maxlength="100" required>
</div> </div>
<div class="field field-checkbox"> <div class="field-checkbox">
<input type="checkbox" id="consentimiento" name="consentimiento" required> <input type="checkbox" id="consentimiento" name="consentimiento" required>
<label for="consentimiento">Acepto que FactorIT use mis datos para enviarme información del bootcamp y comunicaciones futuras. No spam — solo lo importante.</label> <label for="consentimiento">Acepto que FactorIT use mis datos para enviarme información del bootcamp y comunicaciones futuras. Sin spam — solo lo importante.</label>
</div> </div>
<div class="hp-field" aria-hidden="true"> <div class="hp-field" aria-hidden="true">
<label for="website">Website</label> <label for="website">Website</label>
<input type="text" id="website" name="website" tabindex="-1" autocomplete="off"> <input type="text" id="website" name="website" tabindex="-1" autocomplete="off">
</div> </div>
<button type="submit" class="btn btn-primary btn-large">Acceder al material</button> <button type="submit" class="btn btn-primary btn-large">
Acceder al material
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>
</button>
</form> </form>
</section> </section>
{% endblock %} {% endblock %}

View File

@@ -1,109 +1,259 @@
:root { :root {
--navy: #0A1F44; --navy: #0A1F44;
--navy-deep: #061330;
--blue: #1E4FA8; --blue: #1E4FA8;
--cyan: #00B5D8; --teal: #0E7490;
--orange: #FF7A00; --accent: #B45309;
--orange-hover: #E66A00; --accent-hover: #92400E;
--cream: #F5F7FA; --slate-900: #0F172A;
--text: #1A1A1A; --slate-700: #334155;
--muted: #5A6473; --slate-600: #475569;
--border: #D8DEE5; --slate-400: #94A3B8;
--slate-300: #CBD5E1;
--slate-200: #E2E8F0;
--slate-100: #F1F5F9;
--slate-50: #F8FAFC;
--white: #FFFFFF;
} }
* { box-sizing: border-box; } * { box-sizing: border-box; }
html { scroll-behavior: smooth; } html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', system-ui, sans-serif; color: var(--text); background: white; line-height: 1.6; } body {
margin: 0;
font-family: 'Inter', system-ui, -apple-system, sans-serif;
color: var(--slate-900);
background: var(--white);
line-height: 1.6;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.site-header { .site-header {
display: flex; align-items: center; justify-content: space-between; display: flex; align-items: center; justify-content: space-between;
padding: 16px 32px; background: white; border-bottom: 1px solid var(--border); padding: 18px 40px; background: var(--white);
border-bottom: 1px solid var(--slate-200);
position: sticky; top: 0; z-index: 100;
backdrop-filter: blur(8px);
background: rgba(255, 255, 255, 0.92);
} }
.site-header .brand { display: flex; align-items: center; }
.site-header .brand img { display: block; } .site-header .brand img { display: block; }
.powered-by { color: var(--muted); font-size: 13px; } .powered-by {
.powered-by strong { color: var(--navy); } color: var(--slate-600); font-size: 13px;
display: flex; align-items: center; gap: 8px;
letter-spacing: 0.01em;
}
.powered-by strong { color: var(--navy); font-weight: 600; }
.powered-by .divider { width: 1px; height: 18px; background: var(--slate-300); display: inline-block; }
.hero { .hero {
background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%); background: linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 60%, var(--blue) 100%);
color: white; padding: 80px 32px; min-height: 80vh; display: flex; align-items: center; color: var(--white); padding: 96px 40px; min-height: 78vh;
position: relative; overflow: hidden; display: flex; align-items: center; position: relative; overflow: hidden;
} }
.hero::before { .hero::before {
content: ''; position: absolute; top: -50px; right: -50px; width: 300px; height: 300px; content: ''; position: absolute; inset: 0;
background: radial-gradient(circle, rgba(0, 181, 216, 0.15) 0%, transparent 70%); background-image:
radial-gradient(circle at 80% 20%, rgba(14, 116, 144, 0.18) 0%, transparent 50%),
radial-gradient(circle at 20% 90%, rgba(30, 79, 168, 0.22) 0%, transparent 55%);
pointer-events: none; pointer-events: none;
} }
.hero::after { .hero::after {
content: ''; position: absolute; bottom: -80px; left: -80px; width: 400px; height: 400px; content: ''; position: absolute; inset: 0;
background: radial-gradient(circle, rgba(255, 122, 0, 0.10) 0%, transparent 70%); background-image:
linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
background-size: 60px 60px;
pointer-events: none; pointer-events: none;
mask-image: radial-gradient(circle at center, black 30%, transparent 80%);
-webkit-mask-image: radial-gradient(circle at center, black 30%, transparent 80%);
}
.hero-inner { max-width: 880px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.eyebrow {
color: var(--slate-300); font-weight: 600; font-size: 13px;
letter-spacing: 0.18em; margin: 0 0 20px; text-transform: uppercase;
}
.eyebrow::before, .eyebrow::after {
content: ''; display: inline-block; width: 24px; height: 1px;
background: var(--slate-400); vertical-align: middle; margin: 0 12px;
}
.hero h1 {
font-size: clamp(34px, 5vw, 60px); margin: 0 0 20px;
font-weight: 700; line-height: 1.1; letter-spacing: -0.02em;
}
.subtitle {
font-size: 19px; color: var(--slate-300);
margin: 0 0 40px; font-weight: 400; max-width: 640px;
margin-left: auto; margin-right: auto;
} }
.hero-inner { max-width: 800px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.eyebrow { color: var(--cyan); font-weight: 700; letter-spacing: 2px; margin: 0 0 16px; }
.hero h1 { font-size: clamp(32px, 5vw, 56px); margin: 0 0 16px; font-weight: 800; line-height: 1.15; }
.subtitle { font-size: 20px; color: var(--cream); font-style: italic; margin: 0 0 32px; }
.btn { display: inline-block; padding: 14px 28px; border-radius: 8px; font-weight: 700; text-decoration: none; cursor: pointer; border: 0; font-size: 16px; transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease; } .btn {
.btn-primary { background: var(--orange); color: white; box-shadow: 0 4px 12px rgba(255, 122, 0, 0.3); } display: inline-flex; align-items: center; gap: 8px;
.btn-primary:hover { background: var(--orange-hover); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(255, 122, 0, 0.4); } padding: 14px 28px; border-radius: 6px; font-weight: 600;
.btn-large { padding: 18px 36px; font-size: 18px; } text-decoration: none; cursor: pointer; border: 0; font-size: 15px;
.btn-disabled { background: var(--border); color: var(--muted); cursor: not-allowed; } font-family: inherit; letter-spacing: 0.01em;
transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary {
background: var(--accent); color: var(--white);
box-shadow: 0 1px 2px rgba(180, 83, 9, 0.2), 0 4px 12px rgba(180, 83, 9, 0.25);
}
.btn-primary:hover {
background: var(--accent-hover); transform: translateY(-1px);
box-shadow: 0 1px 2px rgba(146, 64, 14, 0.25), 0 6px 16px rgba(146, 64, 14, 0.3);
}
.btn-large { padding: 16px 34px; font-size: 16px; }
.btn-disabled {
background: var(--slate-200); color: var(--slate-600); cursor: not-allowed;
box-shadow: none;
}
.section-title { text-align: center; font-size: 32px; color: var(--navy); margin: 0 0 32px; } .section-title {
text-align: center; font-size: 36px; color: var(--navy);
margin: 0 0 16px; font-weight: 700; letter-spacing: -0.015em;
}
.section-subtitle {
text-align: center; color: var(--slate-600);
margin: 0 auto 48px; max-width: 600px;
}
.cards-section, .stats-section, .form-section, .descargas-section { .cards-section, .stats-section, .form-section, .descargas-section {
padding: 64px 32px; max-width: 1100px; margin: 0 auto; padding: 96px 40px; max-width: 1180px; margin: 0 auto;
} }
.cards-section { background: var(--cream); max-width: none; } .cards-section { background: var(--slate-50); max-width: none; border-top: 1px solid var(--slate-200); border-bottom: 1px solid var(--slate-200); }
.cards-section .section-title, .cards-section .cards { max-width: 1100px; margin-left: auto; margin-right: auto; } .cards-section .cards-inner { max-width: 1180px; margin: 0 auto; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; } .cards {
.card { background: white; padding: 32px; border-radius: 12px; box-shadow: 0 2px 8px rgba(10, 31, 68, 0.08); transition: transform 0.2s ease, box-shadow 0.2s ease; } display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
.card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(10, 31, 68, 0.14); } gap: 28px;
.card .icon { font-size: 36px; margin-bottom: 12px; } }
.card h3 { color: var(--navy); margin: 0 0 8px; } .card {
.card p { color: var(--muted); margin: 0; } background: var(--white); padding: 36px;
border-radius: 10px; border: 1px solid var(--slate-200);
box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.card:hover {
transform: translateY(-3px);
box-shadow: 0 12px 32px rgba(15, 23, 42, 0.10);
border-color: var(--slate-300);
}
.card .icon-wrap {
width: 48px; height: 48px; border-radius: 10px;
background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
display: flex; align-items: center; justify-content: center;
margin-bottom: 20px;
}
.card .icon-wrap svg { width: 24px; height: 24px; color: var(--white); stroke-width: 1.75; }
.card h3 {
color: var(--navy); margin: 0 0 10px;
font-size: 18px; font-weight: 600; letter-spacing: -0.005em;
}
.card p { color: var(--slate-600); margin: 0; font-size: 15px; line-height: 1.65; }
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px; text-align: center; } .stats {
.stat { padding: 24px; } display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
.stat .num { display: block; font-size: 56px; font-weight: 800; color: var(--orange); line-height: 1; } gap: 32px; text-align: center;
.stat .label { display: block; color: var(--muted); margin-top: 8px; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; } }
.stat { padding: 24px 16px; border-left: 1px solid var(--slate-200); }
.stat:first-child { border-left: 0; }
.stat .num {
display: block; font-size: 56px; font-weight: 700;
color: var(--accent); line-height: 1; letter-spacing: -0.03em;
margin-bottom: 10px;
}
.stat .label {
display: block; color: var(--slate-600);
font-size: 12px; font-weight: 600;
text-transform: uppercase; letter-spacing: 0.1em;
}
.form-section { background: white; max-width: 600px; } .form-section { background: var(--white); max-width: 580px; }
.form-intro { text-align: center; color: var(--muted); margin: 0 0 32px; } .form-intro { text-align: center; color: var(--slate-600); margin: 0 0 40px; font-size: 16px; }
.register-form { display: flex; flex-direction: column; gap: 20px; } .register-form { display: flex; flex-direction: column; gap: 22px; }
.field label { display: block; font-weight: 600; margin-bottom: 6px; color: var(--navy); } .field label {
display: block; font-weight: 600; margin-bottom: 8px;
color: var(--slate-900); font-size: 14px;
}
.field input[type="text"], .field input[type="email"] { .field input[type="text"], .field input[type="email"] {
width: 100%; padding: 12px 14px; border: 2px solid var(--border); border-radius: 8px; font-size: 16px; font-family: inherit; width: 100%; padding: 12px 14px;
border: 1.5px solid var(--slate-200); border-radius: 6px;
font-size: 15px; font-family: inherit;
color: var(--slate-900); background: var(--white);
transition: border-color 0.15s ease, box-shadow 0.15s ease;
} }
.field input:focus { outline: none; border-color: var(--cyan); } .field input:focus {
.field-checkbox { display: flex; gap: 12px; align-items: flex-start; } outline: none; border-color: var(--teal);
.field-checkbox input { margin-top: 4px; } box-shadow: 0 0 0 3px rgba(14, 116, 144, 0.1);
.field-checkbox label { font-weight: 400; color: var(--muted); font-size: 14px; } }
.field-checkbox { display: flex; gap: 12px; align-items: flex-start; padding: 16px; background: var(--slate-50); border-radius: 8px; border: 1px solid var(--slate-200); }
.field-checkbox input { margin-top: 3px; accent-color: var(--teal); width: 16px; height: 16px; }
.field-checkbox label { font-weight: 400; color: var(--slate-700); font-size: 13.5px; line-height: 1.55; margin: 0; }
.hp-field { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; } .hp-field { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.banner { padding: 16px 32px; text-align: center; } .banner { padding: 14px 32px; text-align: center; font-size: 14px; }
.banner-error { background: #FFF1F0; color: #B0211A; border-bottom: 2px solid #B0211A; } .banner-error { background: #FEF2F2; color: #991B1B; border-bottom: 1px solid #FECACA; }
.descargas-section { text-align: center; } .descargas-section { text-align: center; }
.hello { color: var(--navy); font-size: 40px; margin: 0 0 8px; } .hello {
.hello-sub { color: var(--muted); margin: 0 0 48px; } color: var(--navy); font-size: 42px; margin: 0 0 12px;
.download-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; } font-weight: 700; letter-spacing: -0.02em;
.download-card { background: var(--cream); padding: 40px; border-radius: 16px; border: 2px solid transparent; transition: border-color 0.2s ease, transform 0.2s ease; } }
.download-card:hover { border-color: var(--cyan); transform: translateY(-2px); } .hello-sub { color: var(--slate-600); margin: 0 0 56px; font-size: 17px; }
.download-card .dl-icon { font-size: 56px; margin-bottom: 16px; } .download-cards {
.download-card h2 { color: var(--navy); margin: 0 0 8px; font-size: 24px; } display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
.download-card p { color: var(--muted); margin: 0 0 8px; } gap: 28px; text-align: left;
.download-card .size { font-size: 13px; color: var(--muted); font-weight: 600; } }
.download-card {
background: var(--white); padding: 36px;
border-radius: 12px; border: 1px solid var(--slate-200);
transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}
.download-card:hover {
border-color: var(--teal);
transform: translateY(-3px);
box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}
.download-card .dl-icon-wrap {
width: 56px; height: 56px; border-radius: 12px;
background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
display: flex; align-items: center; justify-content: center;
margin-bottom: 24px;
}
.download-card .dl-icon-wrap svg { width: 28px; height: 28px; color: var(--white); stroke-width: 1.75; }
.download-card h2 {
color: var(--navy); margin: 0 0 8px;
font-size: 22px; font-weight: 600; letter-spacing: -0.01em;
}
.download-card p { color: var(--slate-600); margin: 0 0 12px; font-size: 15px; line-height: 1.6; }
.download-card .size {
font-size: 12px; color: var(--slate-600); font-weight: 600;
text-transform: uppercase; letter-spacing: 0.08em;
margin: 0 0 20px;
display: inline-block; padding: 4px 10px;
background: var(--slate-100); border-radius: 4px;
}
.site-footer { background: var(--navy); color: white; padding: 32px; margin-top: 64px; } .site-footer {
.footer-inner { max-width: 1100px; margin: 0 auto; text-align: center; } background: var(--navy-deep); color: var(--slate-300);
.footer-inner a { color: var(--cyan); text-decoration: none; } padding: 48px 40px;
.copyright { color: rgba(255, 255, 255, 0.5); font-size: 13px; margin-top: 16px; } }
.footer-inner { max-width: 1180px; margin: 0 auto; text-align: center; }
.footer-inner p { margin: 4px 0; font-size: 14px; }
.footer-inner strong { color: var(--white); }
.footer-inner a { color: var(--slate-300); text-decoration: none; border-bottom: 1px solid var(--slate-600); transition: color 0.15s ease, border-color 0.15s ease; }
.footer-inner a:hover { color: var(--white); border-color: var(--slate-300); }
.copyright { color: var(--slate-400); font-size: 12px; margin-top: 20px !important; }
@media (max-width: 768px) { @media (max-width: 768px) {
.hero { min-height: 70vh; padding: 48px 24px; } .site-header { padding: 14px 20px; }
.cards-section, .stats-section, .form-section, .descargas-section { padding: 48px 24px; }
.download-card { padding: 24px; }
.site-header { padding: 12px 20px; }
.powered-by { font-size: 11px; } .powered-by { font-size: 11px; }
.powered-by .divider { display: none; }
.hero { min-height: 70vh; padding: 64px 24px; }
.cards-section, .stats-section, .form-section, .descargas-section { padding: 64px 24px; }
.section-title { font-size: 28px; }
.stat { border-left: 0; border-top: 1px solid var(--slate-200); padding-top: 24px; }
.stat:first-child { border-top: 0; }
.download-card { padding: 28px; }
} }