/* ==========================================================
   LANDING HERO CLEAN & CONFIDENCE - SEGUIDOR LATINO
   ========================================================== */

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

body.landing-body {
    background-color: #F8FAFC;
    color: #1E293B;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* --- HEADER / NAVBAR --- */
.main-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #F1F5F9;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.logo-text {
    font-weight: 800;
    color: #475569;
    letter-spacing: -0.5px;
    font-size: 18px;
}

.nav-links {
    display: flex;
    gap: 20px;
}

.nav-links a {
    text-decoration: none;
    color: #475569;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s;
}

.nav-links a:hover {
    color: #D81B60;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.lang-selector {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #F1F5F9;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    color: #334155;
}

.btn-login {
    text-decoration: none;
    color: #0F172A;
    font-weight: 600;
    font-size: 14px;
}

.btn-register {
    text-decoration: none;
    background: #D81B60;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 4px 14px rgba(216, 27, 96, 0.3);
    transition: transform 0.2s, background 0.2s;
}

.btn-register:hover {
    background: #C2185B;
    transform: translateY(-1px);
}

/* --- HERO SECTION --- */
.hero-section {
    padding: 70px 0 90px 0;
}

.hero-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 60px;
    align-items: center;
}

/* Badge de Estatus */
.badge-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 24px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}

.badge-status .dot {
    width: 8px;
    height: 8px;
    background-color: #10B981;
    border-radius: 50%;
}

/* Títulos y descripción */
.hero-title {
    font-size: 48px;
    line-height: 1.12;
    font-weight: 800;
    color: #0F172A;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
}

.hero-description {
    font-size: 17px;
    line-height: 1.55;
    color: #64748B;
    margin-bottom: 36px;
    max-width: 520px;
}

/* Botones CTA */
.hero-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 48px;
}

.btn-cta-primary {
    text-decoration: none;
    background: #D81B60;
    color: #FFFFFF;
    padding: 16px 28px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 8px 20px rgba(216, 27, 96, 0.35);
    transition: all 0.2s ease;
}

.btn-cta-primary:hover {
    background: #C2185B;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(216, 27, 96, 0.45);
}

.btn-cta-secondary {
    text-decoration: none;
    background: #FFFFFF;
    color: #0F172A;
    border: 1px solid #E2E8F0;
    padding: 16px 28px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.2s ease;
}

.btn-cta-secondary:hover {
    border-color: #CBD5E1;
    background: #F8FAFC;
}

/* Métricas en Hero */
.hero-stats {
    display: flex;
    gap: 40px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-num {
    font-size: 32px;
    font-weight: 800;
    color: #0F172A;
    letter-spacing: -0.8px;
}

.stat-label {
    font-size: 13px;
    color: #64748B;
    font-weight: 500;
    margin-top: 2px;
}

/* --- MOCKUP INTERACTIVO --- */
.hero-mockup-wrapper {
    position: relative;
}

.window-mockup {
    background: #1B1E2E;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px -15px rgba(15, 23, 42, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.window-header {
    background: #151724;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.window-dots {
    display: flex;
    gap: 8px;
}

.window-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.dot-red { background: #FF5F56; }
.dot-yellow { background: #FFBD2E; }
.dot-green { background: #27C93F; }

.window-domain {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #64748B;
    font-weight: 500;
}

.window-body {
    background: #FFFFFF;
    padding: 28px;
    margin: 10px;
    border-radius: 14px;
}

.mockup-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.mockup-top h3 {
    font-size: 18px;
    color: #0F172A;
    font-weight: 700;
}

.mockup-balance {
    background: #ECFDF5;
    color: #059669;
    padding: 6px 14px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 13px;
}

.mockup-platforms {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.mockup-platforms button {
    background: #F1F5F9;
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
}

.mockup-platforms button.active {
    background: #FCE7F3;
    color: #BE185D;
    border: 1px solid #F472B6;
}

.mockup-field {
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    padding: 10px 14px;
    margin-bottom: 14px;
}

.mockup-field label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #94A3B8;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.mockup-input-val {
    font-size: 14px;
    color: #1E293B;
    font-weight: 500;
}

.mockup-input-val.bold {
    font-weight: 700;
}

.mockup-submit-btn {
    width: 100%;
    background: #D81B60;
    color: #FFFFFF;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    margin-top: 10px;
    cursor: pointer;
}

/* Floating Toast */
.floating-toast {
    position: absolute;
    bottom: -20px;
    left: -30px;
    background: #FFFFFF;
    border-radius: 14px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 20px 30px rgba(15, 23, 42, 0.12);
    border: 1px solid #F1F5F9;
}

.toast-icon {
    width: 36px;
    height: 36px;
    background: #DCFCE7;
    color: #16A34A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

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

.toast-info strong {
    font-size: 13px;
    color: #0F172A;
}

.toast-info small {
    font-size: 11px;
    color: #94A3B8;
}

/* --- PLATFORMS BAR --- */
.platforms-bar {
    border-top: 1px solid #E2E8F0;
    padding: 24px 0;
    background: #FFFFFF;
}

.platforms-container {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
}

.platforms-container span {
    color: #94A3B8;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.3px;
}