:root {
    --nequi-purple: #1a0044;
    --nequi-fuchsia: #da0081;
    --nequi-bg: #ffffff;
    --text-dark: #111827;
    --text-muted: #6b7280;
    --nequi-font: 'Plus Jakarta Sans', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--nequi-font);
    background-color: var(--nequi-bg);
    color: var(--text-dark);
    -webkit-font-smoothing: antialiased;
}

.main-container {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

/* Header */
.header {
    padding: 20px 24px;
    display: flex;
    align-items: center;
}

.nequi-logo-container {
    display: inline-flex;
    position: relative;
    padding-left: 14px; /* Space for the square */
    margin-top: 15px;
}

.nequi-square {
    width: 9px;
    height: 9px;
    background-color: var(--nequi-fuchsia);
    position: absolute;
    top: 6px; /* Positioned relative to the top of the 'N' */
    left: 0;
    border-radius: 1.5px;
}

.nequi-text {
    font-size: 44px;
    font-weight: 900;
    color: var(--nequi-purple);
    line-height: 1;
    letter-spacing: -2.5px;
    display: block;
}

/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-image-container {
    width: 100%;
    position: relative;
}

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

.hero-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: var(--nequi-fuchsia);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 70%);
}

.hero-shape-overlay {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: var(--nequi-fuchsia);
    clip-path: polygon(0 40%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 10;
}

.hero-accent {
    position: absolute;
    bottom: 40px;
    left: 24px;
    width: 20px;
    height: 20px;
    background-color: #1a0044;
    border-radius: 4px;
    transform: rotate(15deg);
    z-index: 20;
}

/* Content */
.content-section {
    padding: 40px 24px;
    background-color: white;
}

.subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #1a0044;
    margin-bottom: 8px;
    letter-spacing: -0.2px;
}

.title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
    color: #1a0044;
    margin-bottom: 24px;
    letter-spacing: -1.5px;
}

.disclaimer {
    font-size: 16px;
    color: #94a3b8;
    margin-bottom: 12px;
    font-weight: 400;
}

.description {
    font-size: 18px;
    line-height: 1.4;
    color: #1a0044;
    margin-bottom: 32px;
    font-weight: 500;
}

/* Button */
.btn-solicitalo {
    display: block;
    width: 100%;
    background-color: var(--nequi-fuchsia);
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.btn-solicitalo:hover {
    background-color: #c00071;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(218, 0, 129, 0.2);
}

/* Footer Exact Design Refined */
.nequi-footer {
    background-color: var(--nequi-purple);
    color: white;
    padding: 80px 24px 60px;
    position: relative;
    clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
    margin-top: 100px; /* Mucho más espacio del botón Solicítalo */
}

.footer-logo-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    padding-top: 30px;
}

.nequi-logo-white .nequi-text {
    color: white;
    font-size: 40px;
}

.grupo-cibest {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 22px;
    font-weight: 700;
}

.cibest-logo {
    width: 28px;
    height: 28px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nequi-purple);
}

.cibest-logo svg {
    width: 18px;
    height: 18px;
}

.footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 30px 0;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.nav-item i {
    font-size: 14px;
    opacity: 0.8;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 40px 0;
}

.social-circle {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.app-stores {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.store-btn {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: white;
    min-width: 140px;
}

.store-icon {
    font-size: 20px;
}

.store-info {
    display: flex;
    flex-direction: column;
}

.store-pre {
    font-size: 8px;
    text-transform: uppercase;
    opacity: 0.8;
}

.store-name {
    font-size: 14px;
    font-weight: 700;
}

.app-gallery-btn {
    margin: 0 auto;
}

.footer-legal-vertical {
    position: absolute;
    left: 10px;
    bottom: 150px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 8px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 300px;
}
