Nueva LandingPage

This commit is contained in:
2026-08-04 00:19:35 +02:00
parent 8ba6c75ac3
commit c3dc7139cb
2 changed files with 113 additions and 318 deletions

View File

@@ -6,6 +6,45 @@ body {
overflow-x: hidden;
}
.landing-shell {
background:
radial-gradient(circle at top left, rgba(13, 110, 253, 0.18), transparent 24%),
radial-gradient(circle at top right, rgba(111, 66, 193, 0.16), transparent 20%),
linear-gradient(180deg, #f8fbff 0%, #eef3ff 100%);
}
.brand-badge {
align-items: center;
background: linear-gradient(135deg, #0d6efd, #6610f2);
border-radius: 1rem;
color: #fff;
display: inline-flex;
font-size: 1rem;
font-weight: 700;
height: 3rem;
justify-content: center;
width: 3rem;
}
.hero-card {
background: rgba(255, 255, 255, 0.88);
border: 1px solid rgba(13, 110, 253, 0.12);
box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
backdrop-filter: blur(8px);
}
.feature-icon {
align-items: center;
background: rgba(13, 110, 253, 0.12);
border-radius: 1rem;
color: #0d6efd;
display: inline-flex;
font-size: 1.25rem;
height: 3rem;
justify-content: center;
width: 3rem;
}
.offcanvas {
max-width: 100vw;
}